/* Code to change page width START */
.container_12 {
    width: 1000px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1000px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    max-width: 1000px;
    min-width: 600px;
}}
@media only screen and (max-width: 1000px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    max-width: 1000px;
    min-width: 600px;
    display: block;
}}
/* Code to change page width END */ 

/* Code to make video embeds responsive */

.container_12 {
width : 1299px;
}
.s1_grid_12 {
width : auto;
}
.video-responsive {
overflow : hidden;
padding-bottom : 56.25%;
position : relative;
height : 0;
}
.video-responsive iframe {
left : 0;
top : 0;
height : 100%;
width : 100%;
position : absolute;
}
/* Code to make video embeds responsive END */

/* Code to create a custom navigation menu */

/* ---------------- HEADER PLACEHOLDER ---------------- */

.header-placeholder {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
}

/* Container: logo left, menu right */

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  box-sizing: border-box;
}

/* ---------------- LOGO ---------------- */

.logo img {
  height: 100px;
  width: auto;
  display: block;
  transition: height .3s ease;
}

/* ---------------- MENU ---------------- */

.menu {
  display: flex;
  align-items: center;
  font-family: 'Inter', 'Montserrat', 'Helvetica', Arial, sans-serif;
}

/* prevent text wrapping */

.menu a,
.submenu a {
  white-space: nowrap;
  font-family: 'Inter', 'Montserrat', 'Helvetica', Arial, sans-serif;
}

/* Main menu */

.menu-main {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.menu-main li {
  position: relative;
  margin-left: 28px;
}

/* Links */

.menu a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 4px;
}

/* Animated underline hover */

.menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #000;
  transition: width 0.3s ease;
}

.menu a:hover::after {
  width: 100%;
}

/* ---------------- SUBMENU ---------------- */

.submenu {
  position: absolute;
  top: 120%;
  right: 0;
  background: #fff;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  min-width: 210px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.submenu li {
  margin: 0;
}

.submenu a {
  display: block;
  padding: 10px 22px;
  font-weight: 400;
}

/* Show submenu on hover */

.menu-main li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ---------------- HAMBURGER ---------------- */

#menu-toggle {
  display: none;
}

.menu-icon {
  display: none;
  width: 28px;
  height: 22px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}

.menu-icon span {
  height: 3px;
  background: #000;
  display: block;
  transition: 0.3s;
}

/* Hamburger animation */

#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: rotate(45deg) translate(5px,5px);
}

#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}

#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(6px,-6px);
}

/* ---------------- MOBILE ---------------- */

@media(max-width: 900px) {

  /* shrink header padding */

  .header-container {
    padding: 8px 16px;
  }

  /* shrink logo */

  .logo img {
    height: 55px;
  }

  /* show hamburger */

  .menu-icon {
    display: flex;
  }

  /* hide desktop menu */

  .menu-main {
    display: none;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    width: 260px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.15);
  }

  /* show menu when toggled */

  #menu-toggle:checked + .menu-icon + .menu-main {
    display: flex;
  }

  .menu-main li {
    margin: 0;
    border-bottom: 1px solid #eee;
  }

  .menu-main a {
    padding: 14px 20px;
    display: block;
  }

  /* mobile submenu */

  .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    box-shadow: none;
    padding: 0;
  }

  .submenu a {
    padding-left: 36px;
  }

  .menu-main li:hover .submenu {
    display: none;
  }

  .menu-main li:active .submenu {
    display: block;
  }

}

/* ---------------- SMALL PHONES ---------------- */

@media(max-width: 480px) {

  .logo img {
    height: 45px;
  }

  .menu-main {
    width: 100%;
    right: 0;
  }

}

/* Code to create a custom navigation menu END */

/* Code for the template footer */
/* FOOTER */

.site-footer{
background: transparent;
color:#ffffff;
font-family:'Inter','Montserrat','Helvetica',Arial,sans-serif;
padding-top:50px;
}

/* Container */

.footer-container{
width:100%;
margin:0;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:40px;
padding:0 20px;
box-sizing:border-box;
font-family: 'Inter', 'Montserrat', 'Helvetica', Arial, sans-serif;
}

/* Sections */

.footer-section{
flex:1;
min-width:220px;
font-family: 'Inter', 'Montserrat', 'Helvetica', Arial, sans-serif;
}

.footer-section h4{
font-size:16px;
margin-bottom:15px;
font-weight:600;
letter-spacing:0.5px;
}

/* Links */

.footer-links{
list-style:none;
padding:0;
margin:0;
font-family: 'Inter', 'Montserrat', 'Helvetica', Arial, sans-serif;
}

.footer-links li{
margin-bottom:8px;
}

.footer-links a{
text-decoration:none;
color:#cbd5e1;
font-size:14px;
transition:color .25s ease;
}

.footer-links a:hover{
color:#ffffff;
}

/* Newsletter */

.newsletter-form{
display:flex;
margin-top:12px;
}

.newsletter-form input{
flex:1;
padding:10px;
border:none;
border-radius:4px 0 0 4px;
font-size:14px;
}

.newsletter-form button{
padding:10px 16px;
border:none;
background:#ffffff;
color:#000;
font-weight:600;
border-radius:0 4px 4px 0;
cursor:pointer;
transition:background .25s ease;
}

.newsletter-form button:hover{
background:#e5e5e5;
}

/* Contact section */

.footer-logo{
height:45px;
margin:10px 0;
}

/* Bottom bar */

.footer-bottom{
border-top:1px solid rgba(255,255,255,0.15);
text-align:center;
margin-top:40px;
padding:18px;
font-size:13px;
color:#cbd5e1;
}

/* Responsive */

@media(max-width:900px){

.footer-container{
flex-direction:column;
text-align:center;
}

.newsletter-form{
flex-direction:column;
}

.newsletter-form input{
border-radius:4px;
margin-bottom:8px;
}

.newsletter-form button{
border-radius:4px;
}

}

/* Code for the template footer END */

/* HomePage Slideshow */

.hero-slider{
position:relative;
width:100%;
height:70vh;
overflow:hidden;
font-family:'Montserrat','Helvetica',Arial,sans-serif;
box-sizing:border-box;
}

/* slides container */

.slides{
position:relative;
width:100%;
height:100%;
}

/* individual slide */

.slide{
position:absolute;
width:100%;
height:100%;
opacity:0;
animation:slideAnimation 20s infinite;
}

.slide img{
width:100%;
height:100%;
object-fit:cover;
}

/* gradient overlay for readability */

.slide::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
to bottom,
rgba(0,0,0,0.2),
rgba(0,0,0,0.45)
);
}

/* slide timing */

.slide:nth-child(1){
animation-delay:0s;
}

.slide:nth-child(2){
animation-delay:5s;
}

.slide:nth-child(3){
animation-delay:10s;
}

.slide:nth-child(4){
animation-delay:15s;
}

/* animation */

@keyframes slideAnimation{

0%{opacity:0;}
5%{opacity:1;}
25%{opacity:1;}
30%{opacity:0;}
100%{opacity:0;}

}

/* CTA button */

.slider-overlay{
position:absolute;
bottom:45px;
left:50%;
transform:translateX(-50%);
z-index:3;
}

.cta-btn{
background:white;
color:black;
padding:14px 32px;
font-weight:600;
font-family: 'Inter', 'Montserrat', 'Helvetica', Arial, sans-serif;
text-decoration:none;
border-radius:4px;
letter-spacing:.5px;
transition:.25s;
border: 1px solid black;
}

.cta-btn:hover{
background:black;
color:white;
border: 1px solid black;
}

/* scroll indicator */

.scroll-indicator{
position:absolute;
bottom:20px;
right:20px;
display:flex;
gap:6px;
z-index:3;
}

.scroll-indicator span{
width:30px;
height:4px;
background:rgba(255,255,255,.5);
animation:indicator 20s infinite;
}

/* indicator timing */

.scroll-indicator span:nth-child(1){animation-delay:0s;}
.scroll-indicator span:nth-child(2){animation-delay:5s;}
.scroll-indicator span:nth-child(3){animation-delay:10s;}
.scroll-indicator span:nth-child(4){animation-delay:15s;}

@keyframes indicator{

0%{background:white;}
25%{background:white;}
30%{background:rgba(255,255,255,.4);}
100%{background:rgba(255,255,255,.4);}

}

/* responsive */

@media(max-width:900px){

.hero-slider{
height:55vh;
}

.cta-btn{
padding:12px 22px;
font-size:14px;
font-family: 'Inter', 'Montserrat', 'Helvetica', Arial, sans-serif;
border: 1px solid black;
}

.scroll-indicator span{
width:20px;
}

}

/* HomePage Slideshow END */

/* HomePage Event Banner */

.event-banner{
position:relative;
width:100%;
height:60vh;
overflow:hidden;
font-family:'Inter','Montserrat','Helvetica',Arial,sans-serif;
box-sizing:border-box;
}

.event-banner img{
width:100%;
height:100%;
object-fit: cover;
object-position: center right;
display:block;
}

/* gradient overlay */

.event-banner::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
to bottom,
rgba(0,0,0,0.15),
rgba(0,0,0,0.45)
);
}

/* button container */

.event-overlay{
position:absolute;
bottom:40px;
left:50%;
transform:translateX(-50%);
z-index:2;
}

/* button */

.event-btn{
background:white;
color:black;
padding:14px 32px;
font-weight:600;
text-decoration:none;
border-radius:4px;
letter-spacing:.5px;
transition:.25s;
border: 1px solid black;
}

.event-btn:hover{
background:black;
color:white;
border: 1px solid black;
}

/* responsive */

@media(max-width:900px){

.event-banner{
height:45vh;
}

.event-btn{
padding:12px 24px;
font-size:14px;
border: 1px solid black;
}

}

/* HomePage Event Banner END */

/* SPONSOR SECTION */

.sponsors-section{
width:100%;
padding:80px 20px;
background:transparent;
font-family:'Inter',sans-serif;
text-align:center;
}

/* CONTAINER */

.sponsors-container{
max-width:1200px;
margin:auto;
}

/* TITLE */

.sponsors-title{
font-size:36px;
font-weight:600;
margin-bottom:20px;
color:#000;
}

/* TEXT */

.sponsors-text{
max-width:700px;
margin:auto;
margin-bottom:50px;
font-size:18px;
line-height:1.6;
color:#333;
}

/* REEL */

.sponsor-reel{
width:100%;
overflow:hidden;
position:relative;
}

/* TRACK & SPEED */

.sponsor-track{
display:flex;
align-items:center;
gap:70px;
width:max-content;
animation:sponsorScroll 60s linear infinite;
}

/* PAUSE ON HOVER */

.sponsor-reel:hover .sponsor-track{
animation-play-state:paused;
}

/* LOGO WRAPPER */

.sponsor{
display:flex;
align-items:center;
justify-content:center;
width:160px;
height:80px;
}

/* LOGO NORMALIZATION */

.sponsor img{
max-width:140px;
max-height:60px;
object-fit:contain;
filter:grayscale(100%);
opacity:.8;
transition:all .35s ease;
}

/* HOVER EFFECT */

.sponsor img:hover{
filter:grayscale(0%);
opacity:1;
transform:scale(1.05);
}

/* BUTTON */

.sponsor-button-container{
margin-top:50px;
}

.sponsor-button{
display:inline-block;
padding:14px 34px;
background:#ffffff;
color:#000;
text-decoration:none;
border-radius:4px;
font-size:16px;
transition:all .3s ease;
font-weight: bold;
border: 1px solid black;
}

.sponsor-button:hover{
background:#333;
color:#fff;
font-weight: bold;
border: 1px solid black;
}

/* SCROLL ANIMATION */

@keyframes sponsorScroll{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

/* MOBILE OPTIMIZATION */

@media (max-width:768px){

.sponsors-title{
font-size:28px;
}

.sponsors-text{
font-size:16px;
}

.sponsor-track{
gap:40px;
animation:sponsorScrollMobile 60s linear infinite;
}

.sponsor{
width:120px;
height:70px;
}

.sponsor img{
max-width:100px;
max-height:50px;
}

}

/* MOBILE SLOWER SCROLL */

@keyframes sponsorScrollMobile{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

/* SPONSOR SECTION END */

/* ---------------- INFO TILES SECTION ---------------- */

.info-tiles{
width:100%;
padding:80px 20px;
background:transparent;
font-family:'Inter','Montserrat','Helvetica',Arial,sans-serif;
box-sizing:border-box;
}

/* container */

.tiles-container{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
max-width:1200px;
margin:0 auto;
}

/* tile */

.tile{
display:flex;
flex-direction:column;
background:transparent;
border-radius:10px;
overflow:hidden;
border:1px solid rgba(0,0,0,0.05);
box-shadow:0 6px 18px rgba(0,0,0,0.08);
transition:transform .3s ease, box-shadow .3s ease;
}

/* equal height behavior */

.tile-content{
display:flex;
flex-direction:column;
flex-grow:1;
padding:20px;
}

/* image */

.tile-image{
width:100%;
height:180px;
overflow:hidden;
}

.tile-image img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

/* title */

.tile h3{
font-size:20px;
font-weight:600;
margin-bottom:10px;
color:#000;
}

/* text */

.tile p{
font-size:15px;
line-height:1.6;
color:#444;
flex-grow:1;
}

/* hover effect */

.tile:hover{
transform:translateY(-6px);
box-shadow:0 10px 26px rgba(0,0,0,0.12);
}

/* ---------------- RESPONSIVE ---------------- */

@media(max-width:900px){

.tiles-container{
grid-template-columns:1fr;
}

.tile-image{
height:200px;
}

}

@media(max-width:900px){
  .info-tiles{
    padding:60px 15px;
  }
}

/* ---------------- INFO TILES SECTION END ------------ */

/* ---------------- QUOTE SECTION ---------------- */

.quote-section{
  width:100%;
  padding:100px 20px;
  background:linear-gradient(to right, #f8fafc, #eef2f7);
  font-family:'Inter','Montserrat','Helvetica',Arial,sans-serif;
  overflow:hidden;
}

/* container */

.quote-container{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:70px;
}

/* reverse layout support */

.quote-section.reverse .quote-container{
  flex-direction:row-reverse;
}

/* TEXT */

.quote-text{
  flex:1;
  opacity:0;
  transform:translateY(40px);
  transition:all 0.8s ease;
}

.quote-text.show{
  opacity:1;
  transform:translateY(0);
}

.quote-text h2{
  font-size:34px;
  font-weight:600;
  margin-bottom:30px;
  color:#111827;
}

.quote-text p{
  font-size:18px;
  margin-bottom:15px;
  color:#374151;
  line-height:1.7;
}

.quote-text h3{
  margin-top:30px;
  font-size:24px;
  font-weight:700;
  letter-spacing:1px;
  color:#000;
}

/* BUTTON */

.quote-btn{
  display:inline-block;
  margin-top:25px;
  padding:14px 28px;
  background:#ffffff;
  color:#000;
  text-decoration:none;
  font-weight:600;
  border-radius:6px;
  transition:all 0.3s ease;
  border: 1px solid black;
  font-family: 'Montserrat', sans-serif;
}

.quote-btn:hover{
  background:#333;
  transform:translateY(-2px);
  color: #fff;
  border: 1px solid black;
  font-family: 'Montserrat', sans-serif;
}

/* IMAGE */

.quote-image{
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;

  /* 🔥 LOCK SIZE */
  max-width: 150px;
  height: 150px;
  object-position: center right;
}

.quote-image.show{
  opacity:1;
  transform:translateY(0);
}

.quote-image img{
  width:150px;
  height:150px;
  object-fit:cover;   /* fills space, crops overflow */
  border-radius:12px;
  box-shadow:0 15px 40px rgba(0,0,0,0.18);
}

/* ---------------- DARK MODE ---------------- */

@media (prefers-color-scheme: dark){

  .quote-section{
    background:linear-gradient(to right, #0f172a, #1e293b);
  }

  .quote-text h2,
  .quote-text h3{
    color:#f1f5f9;
  }

  .quote-text p{
    color:#cbd5e1;
  }

  .quote-btn{
    background:#f1f5f9;
    color:#000;
  }

}

/* ---------------- RESPONSIVE ---------------- */

@media(max-width:900px){

  .quote-container{
    flex-direction:column;
    text-align:center;
    gap:50px;
  }

  .quote-section.reverse .quote-container{
    flex-direction:column;
  }

  .quote-text h2{
    font-size:26px;
  }

  .quote-text p{
    font-size:16px;
  }

  .quote-text h3{
    font-size:20px;
  }

}

/* ---------------- QUOTE SECTION END ------------ */

/* ----- BOARD OF DIRECTORS ----- */

/* Board of Directors Section */
.board-directory {
  width: 100%;
  padding: 60px 20px;
  background: #f9f9f9;
  box-sizing: border-box;
  font-family: 'Inter', 'Montserrat', Arial, sans-serif;
  text-align: center;
}

/* Grid container */
.board-container {
  display: grid;

  /* wider tiles */
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  /* spacing between BOTH rows and columns */
  gap: 40px;

  max-width: 1200px;
  margin: 0 auto;
}

/* Individual tile */
.board-tile {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  padding: 30px 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  transition: all 0.3s ease;

  height: 100%;

  /* animation starting state */
  opacity: 0;
  transform: translateY(40px);
}

/* Hover effect */
.board-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0,0,0,0.12);
}

.board-tile.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s ease;
}

/* Headshot */
.board-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 18px;
}

.board-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Name */
.board-tile h3 {
  margin: 8px 0 4px 0;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

/* Title */
.board-tile .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}

/* Company */
.board-tile .company {
  margin: 4px 0 0 0;
  font-size: 14px;
  color: #777;
}

/* Responsive adjustments */
@media(max-width:900px){
  .board-container {
    gap: 20px;
  }
  .board-tile {
    padding: 16px;
  }
  .board-image {
    width: 100px;
    height: 100px;
  }
}

@media(max-width:500px){
  .board-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .board-image {
    width: 90px;
    height: 90px;
  }
}

@media(max-width:1100px){
  .board-container{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- BOARD OF DIRECTORS END --- */