/* Reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}




  /* Page */
  .page {
    width: min(1080px, calc(100% - 36px));
    margin: 0 auto;
    padding: 42px 0 50px;
  }


  .eyebrow {
    margin: 0 0 4px;
    color: #40cee9;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }

  h1 {
    margin: 0;
    color: #0a2537;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.9px;
    font-weight: 800;
  }

  .location {
    margin: 20px 0 20px;
    color: #647d8d;
    font-size: 14px;
  }

  .location .pin {
    color: #ff625e;
    margin-right: 7px;
    font-size: 15px;
  }

  /* Dark activity area */
  .activities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(9,38,55,.08);
    border-radius: 12px;
  }

  .activity {

	background: rgba(35, 72, 86, 0.90);
	border: 1px solid rgba(143, 216, 237, 0.22);

    min-height: 230px;
    padding: 21px 20px 20px;
    color: var(--text);
    position: relative;
    transition: transform .18s ease, background .18s ease;
    text-decoration:none;
  }

  .activity:nth-child(1) { border-radius: 12px 0 0 0; }
  .activity:nth-child(3) { border-radius: 0 12px 0 0; }
  .activity:nth-child(4) { border-radius: 0 0 0 12px; }
  .activity:nth-child(6) { border-radius: 0 0 12px 0; }

  .activity:hover {
    background: #304b5a;
    transform: translateY(-2px);
    z-index: 2;
  }

  .activity-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
  }

  .icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
  }

  .icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
  }

  .yellow { background: #fff0c5; color: #e8a400; }
  .pink   { background: #ffe2ef; color: #eb4797; }
  .blue   { background: #dce9ff; color: #4c83ed; }
  .green  { background: #d5f7e7; color: #21bd7b; }
  .purple { background: #eae5ff; color: #8067eb; }
  .cyan   { background: #d8f5fa; color: #11a7c1; }

  .badge {
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .badge-yellow { background: rgba(244,190,55,.17); color: #ffd16a; }
  .badge-pink   { background: rgba(236,72,151,.16); color: #ff72b4; }
  .badge-blue   { background: rgba(79,137,241,.18); color: #82adff; }
  .badge-green  { background: rgba(69,220,155,.16); color: #69e6b2; }
  .badge-purple { background: rgba(137,108,239,.16); color: #b6a4ff; }
  .badge-cyan   { background: rgba(61,210,238,.16); color: #63e0f5; }

  h2 {
    margin: 0 0 8px;
/*
    color: #fff;
*/
    font-size: 15px;
    line-height: 1.25;
    font-weight: 750;
  }

  .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 13px;
  }

  .meta span {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,.12);
    background: var(--panel-2);
    color: #dbe6eb;
    border-radius: 4px;
    padding: 4px 7px;
    font-size: 10px;
    line-height: 1;
  }

  .desc {
    margin: 0;
    max-width: 290px;
    color: #dbe4e8;
    font-size: 12px;
    line-height: 1.55;
  }

  /* Subtle cyan rule, echoing the table heading in the reference */
  .activities::before {
    content: "";
    position: absolute;
  }

  @media (max-width: 850px) {
    .nav-links { gap: 18px; }
    .activities { grid-template-columns: repeat(2, 1fr); }
    .activity:nth-child(1),
    .activity:nth-child(3),
    .activity:nth-child(4),
    .activity:nth-child(6) { border-radius: 0; }
    .activity:first-child { border-radius: 12px 0 0 0; }
    .activity:nth-child(2) { border-radius: 0 12px 0 0; }
    .activity:nth-child(5) { border-radius: 0 0 0 12px; }
    .activity:last-child { border-radius: 0 0 12px 0; }
  }

  @media (max-width: 650px) {
    .site-header { height: auto; }
    .nav {
      padding: 10px 0;
      flex-wrap: wrap;
    }
    .trial { order: 0; }
    .nav-links {
      order: 2;
      width: 100%;
      overflow-x: auto;
      justify-content: flex-start;
      padding-bottom: 2px;
    }
    .page { padding-top: 30px; }
    h1 { font-size: 31px; }
    .activities { grid-template-columns: 1fr; }
    .activity,
    .activity:first-child,
    .activity:nth-child(2),
    .activity:nth-child(5),
    .activity:last-child { border-radius: 0; }
    .activity:first-child { border-radius: 12px 12px 0 0; }
    .activity:last-child { border-radius: 0 0 12px 12px; }
  }


.logo img {
  height: 40px;
  width: auto;
  display: block;
  margin-right: 10px;
}


  body, p, span, div, li, td, th {
    font-family: Inter,sans-serif;
  }

.btn {
  color: #0c2535;

  /* font-weight: 600; */
  text-decoration: none;
  background: transparent;

  border-radius: calc(var(--radius) + 4px);
  padding: .4rem .8rem;
  cursor: pointer;
  padding-block: calc(var(--spacing)*3);
  padding-inline: calc(var(--spacing)*6);
  background-color: #5aeeff;
  gap: calc(var(--spacing)*2);
  align-items: center;

  box-shadow: 0 0 15px rgba(140, 140, 140, 0.42);
  line-height: 1;
}

.btn:hover {
  background-color: #3ee8f6;
}
    
:root {
  --font-size: 16px;
  --background: #f8fafb;
  --foreground: #0c2535;
  --border: #5aeeff2e;
  --ring: #5aeeff;
  
  --radius: .75rem;
 
  --spacing: .25rem;
  --blur-sm: 8px;
  
  --navy: #092637;
    --navy-2: #102f40;
    --panel: #294250;
    --panel-2: #344d5c;
    --cyan: #43d9f4;
    --cyan-soft: #dff9ff;
    --green: #67e5b0;
    --text: #f4f8fa;
    --muted: #aebfc8;
    --page-text: #102b3b;
    --line: rgba(255,255,255,.10);
}

/* Header */

.header {

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 1rem 1rem;

    background: #0c2535;

    position: relative;
    
    z-index: 1000;
    
      position: sticky;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 1000;
  list-style: none;
/*
  line-height: .5;
*/
}

.logo {

    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;

}

/* Desktop Navigation */

.nav {

    display: flex;
    gap: 2rem;
    order: 2;

}

.top-button {

    text-decoration: none;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    padding: .4rem .8rem;
    cursor: pointer;
    // font-size: .9rem;

}

.nav a {

    color: white;
    text-decoration: none;

}


.nav a:hover {

    color: #5aeeff;

}

/* Hamburger */

.nav-toggle {

    display: none;

    border: none;

    font-size: 2rem;

    cursor: pointer;

  position: relative;
  z-index: 100;
  color: white;
    background: transparent;

}


/* Mobile */

@media (max-width:768px){

    .nav-toggle{
		order: 3;
        display:block;

    }
    

    .nav{
		order: 3;
        display:none;

        position:absolute;

        top:100%;
        left:0;
        right:0;

        flex-direction:column;

        background:#0c2535;

        padding:1rem;
        gap: 1rem;

    }

    .nav.active{

        display:flex;

    }

    .nav a{

        padding:.5rem 0;
        line-height: .5;

    }
    .language-switcher {
		order: 2 !important;
	}

}

.header-right {

    display: flex;
    align-items: center;
    gap: 1rem;

}



.language-switcher {
  order: 3;
  display: flex;
  gap: .5rem;

}

.language-switcher select {
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    padding-top: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.4rem;
    cursor: pointer;
    font-size: .8rem;
    margin-right: 10px;
}

.language-switcher option {
    color: black;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}




.menu {
  display: flex;
  list-style: none;
  gap: 2rem;

}

.has-submenu {
  position: relative;

}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  min-width: 200px;
  padding: 0.5rem 0;
  list-style: none;

  background: #0c2535;
  border-radius: 8px;
}

.has-submenu p {
  color: white;
}
.has-submenu:hover .submenu {
  display: block;
}

.submenu li a {
  display: block;
  padding: 0.6rem 1rem;
}



@media (max-width: 768px) {
  .menu {
    flex-direction: column;
  }

  .submenu {
    position: static;
    display: block;
    background: transparent;
    padding-left: 1rem;
  }
}

.menu-button {
  order: 1;
  margin-right: 10px;
}

.hero{
  min-height:100vh;
  position:relative;
  display:flex;
  align-items:center;
  overflow:auto;
  text-align: left;
  color: #fff;
}

@media (max-width: 768px) {
  /* 1. Force the parent flex container to align items to the top */
  section.hero {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding-top: 80px !important; /* This sets your actual safe gap below the header */
  }

  /* 2. Completely reset the inner wrapper padding so it doesn't push down */
  .hero .hero-content {
    padding-top: 10 !important;
    margin-top: 10 !important;
  }
}

.hero-bg{
  position:absolute;
  inset:0;
  background:url('../images/brett-wharton-IW3_4JTH39o-unsplash_large.jpg') center/cover no-repeat;
}

.hero-overlay {
  position:absolute;
  inset: 0;
	background: linear-gradient(
	  105deg,
	  rgba(21, 21, 22, 0.88) 0%,
	  rgba(34, 37, 54, 0.7) 55%,
	  rgba(10, 45, 100, 0.55) 100%
	);

}

.hero-content{
  position:relative;
  z-index:1;
  max-width:700px;
  
  padding-top: calc(var(--spacing)*20);
  padding-bottom: calc(var(--spacing)*20);

  padding-inline: calc(var(--spacing)*5);
  padding-right: 4vw;
  padding-left: 4vw;
  

}
.hero-tag{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.12);color:rgba(255,255,255,0.85);font-size:0.74rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:0.38rem 1rem;border-radius:50px;margin-bottom:1.4rem;width:fit-content;border:1px solid rgba(255,255,255,0.2)}

.hero-tag::before{content:'';width:6px;height:6px;border-radius:50%;background:#81C784;animation:pulse 1.8s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.35;transform:scale(1.6)}}

.hero h1{
  margin-bottom: 1rem;
  font-size:clamp(3rem,6vw,5.8rem);
  line-height:0.97;
  color:white;
  letter-spacing:-0.02em;
  font-weight:800;
  margin-bottom:1.3rem
}

.hero h2 {

  margin-bottom: 2rem;
}
.hero h2 span{
  color:#5aeeff;
  font-style:italic;
}

.hero p {
  margin-bottom: 2rem;
  color:#ffffffbf
}


.hero-sub{font-size:1.05rem;color:rgba(255,255,255,0.8);line-height:1.7;max-width:480px;margin-bottom:2rem}
.hero-sub strong{color:white}

.hero-btns{
  display:flex;
  gap:0.8rem;
  flex-wrap:wrap
}



.hero-stats{
  display:flex;
  gap: calc(var(--spacing)*3);
  margin-top:3rem;
  padding-top:2rem;
  text-align: left;
  flex-wrap:wrap
}

.hero-stat{
  padding: calc(var(--spacing)*4);
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.02)
  );

  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  
}
.stat-num{
  font-size:22px;
  font-weight:800;
  color: #5aeeff;
  line-height:1}
  
.stat-label{
  font-size:12px;
  color:rgba(255,255,255,0.55);
  margin-top:2px
}

.description span{
  color:#5aeeff;
  font-style:italic;
}


/* --- Desktop Base Styling --- */
/*
.schedule-section { max-width: 1100px; margin: 40px auto; padding: 0 20px; font-family: sans-serif; color: #ffffff; }
*/
.schedule-header h2 { font-size: 2.2rem; color: #0c2535; margin: 5px 0 20px; }
.sub-title { color: #5be4f8; font-size: 0.85rem; font-weight: bold; letter-spacing: 1px; }
.location-tag { color: #64748b; font-size: 0.9rem; display: block; margin-bottom: 20px; }

/* Filter Container Dropdowns */
.filter-container { display: flex; gap: 16px; margin-bottom: 24px; background: rgba(12, 35, 51, 0.92); padding: 16px; border-radius: 12px; }
.filter-group { 
  display: flex; 
  flex-direction: column; 
  flex: 1; 
  background: #f8fcfe;
}
.filter-group label { font-size: 0.75rem; text-transform: uppercase; color: #244653; margin-bottom: 6px; font-weight: bold; }
.filter-group select {
  background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(95, 80, 179, 0.2); padding: 10px; border-radius: 6px; outline: none; cursor: pointer; 
  color: #405761;
}
.filter-group select option { background: #0c2333; color: white; }

/* Table Containers */
.table-wrapper { border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); overflow: hidden; }
table { width: 100%; border-collapse: collapse; background: rgba(12, 35, 51, 0.88); text-align: left; }
th { background: #132d3e; color: #ffffff; padding: 14px 18px; font-size: 0.85rem; border-bottom: 2px solid #5be4f8; }
td { padding: 16px 18px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); font-size: 0.95rem; }
tr:hover td { background: rgba(255, 255, 255, 0.03); }

/* Decorative Row Text Formats */
.green-text { color: #86efac; font-weight: 500; }
.orange-text { color: #fdba74; font-style: italic; }

/* Specialized Tags and Badges */
.badge { padding: 2px 6px; border-radius: 4px; font-size: 0.72rem; margin-left: 8px; font-weight: bold; display: inline-block; }
.badge-rec { background: rgba(134, 239, 172, 0.15); color: #86efac; }
.badge-sel { background: rgba(239, 68, 68, 0.15); color: #ef4444; }
.badge-vol { background: rgba(91, 228, 248, 0.15); color: #5be4f8; }
.badge-pout { background: rgba(251, 207, 232, 0.15); color: #fbcfe8; }
.badge-kleu { background: rgba(216, 180, 254, 0.15); color: #d8b4fe; }
.badge-pre { background: rgba(253, 224, 71, 0.15); color: #fde047; }

/* --- 3. Clean Grid-Based Mobile Breakpoint Rules (< 768px) --- */
@media screen and (max-width: 768px) {
  .filter-container { flex-direction: column; gap: 12px; }
  table, thead, tbody, th, td, tr { display: block; }
  thead tr { position: absolute; top: -9999px; left: -9999px; }
  .table-wrapper { background: none; box-shadow: none; }
  
  tr {
    background: rgba(12, 35, 51, 0.95);
/*
    border: 1px solid rgba(255, 255, 255, 0.1);
*/
	border: 1px solid #0c2535;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 0;
  }

  td {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 5px 5px;
    text-align: left;
    display: grid;
    grid-template-columns: 100px 1fr; /* Exact uniform column width for headers */
    gap: 16px;
    align-items: center;
  }
  
  td:last-child { border-bottom: none; }

  td::before {
    content: attr(data-label);
    font-size: 0.75rem;
    font-weight: bold;
    color: #5be4f8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
}

/* Lesschema — lighter treatment */

.info-table {
    background: #f8fcfe;
    border: 1px solid #d9edf5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(40, 120, 150, 0.08);
}

/* Table header */
.info-table thead th {
    background: #bfe8f7;       /* official light blue */
    color: #244653;
    font-weight: 700;
    border: none;
}

/* Table cells */
.info-table tbody td {
    background: #ffffff;
    color: #405761;
    border-bottom: 1px solid #e6f1f5;
}

/* Alternating rows — extremely subtle */
.info-table tbody tr:nth-child(even) td {
    background: #f8fcfe;
}

/* Hover */
.info-table tbody tr:hover td {
    background: #edf9fd;
}

/* Time column */
.info-table tbody td:nth-child(2) {
    color: #26758f;
    font-weight: 600;
}

/* Page area around the table */
.lesschema-page {
    background: #f5fbfd;
}

/* Filters */
.lesschema-page select {
    background: #ffffff;
    border: 1px solid #cfe7ef;
    color: #405761;
    border-radius: 8px;
}

/* Section heading */
.lesschema-page h2 {
    color: #244653;
}

.normal-cell {
  font-weight: 500 !important;
  color: #405761 !important;
}


.info-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
      margin-bottom: 10px;
    }

/* Full-width container spanning across both columns */
    .full-width {
      grid-column: span 2;
    }

    /* --- GLASSMORPHIC CARDS --- */
    .info-card {
/*
      background: rgba(35, 72, 86, 0.90);
      border: 1px solid rgba(143, 216, 237, 0.22);
      border-radius: 16px;
*/
      
      padding: 21px 20px 20px;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
/*
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, border-color 0.3s ease;
*/
      background-color: #ebf3f6;
      color: #122731;
      transition: background-color 0.2s ease-in-out;
      border-radius: 13px;
/*
	  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
*/
	  border: 1px solid #edf4f7;
    }
    .info-card:hover {
      transform: translateY(-4px);
      border-color: rgba(91, 228, 248, 0.35);
    }
    
    .info-card p {
/*
      color: #94a3b8;
*/
      margin-bottom: 16px;
      font-size: 1rem;
    }
    
    .info-card strong {
/*
      color: #ffffff;
*/
    }
    .info-card ul {
      list-style: none;
      padding-bottom: 20px;
    }
    .info-card li {
      position: relative;
      padding-left: 24px;
      margin-bottom: 12px;
/*
      color: #94a3b8;
*/
    }
    /* Elegant Cyan Custom Bullet Checkmarks */
    .info-card li::before {
      content: "✓";
      position: absolute;
      left: 0;
/*
      color: #5be4f8;
*/
      font-weight: bold;
    }

    /* Card Title Headings */
    .card-title {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 1.4rem;
/*
      color: #ffffff;
*/
      margin-bottom: 20px;
      font-weight: 600;
/*
      border-bottom: 1px solid  rgba(91, 228, 248, 0.15);
*/
      padding-bottom: 12px;
    }
    .card-title .icon {
      color: #5be4f8;
      font-size: 1.6rem;
    }
    .highlight-box {
      background: rgba(91, 228, 248, 0.08);
      border-left: 4px solid #5be4f8;
      padding: 15px;
      border-radius: 0 8px 8px 0;
      margin-top: 15px;
    }
    .highlight-box p {
      margin-bottom: 0;
/*
      color: #ffffff;
*/
      font-size: 0.95rem;
    }

    /* --- RESPONSIVE MOBILE FIXES --- */
    @media (max-width: 800px) {
      .info-grid {
        grid-template-columns: 1fr; /* Drop columns completely onto one list axis stack */
      }
      .full-width {
        grid-column: span 1;
      }
      .page-header h1 {
        font-size: 2.1rem;
      }
    }

/* Base styling / Color palette from image */
.site-footer {
  background-color: #0d283c; /* Deep dark teal background */
  color: #a5bccc; /* Soft muted text color */

  padding: 60px 20px 20px 20px;
  font-size: 0.8rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping on smaller viewports */
  justify-content: space-between;
/*
  max-width: 1200px;
*/
  margin: 0 auto;
  gap: 30px;
}

/* Column Configuration */
.footer-col {
  flex: 1;
  min-width: 200px; /* Prevents rows from squeezing too thin */
}

/* Wider custom space for the first branding column */
.branding-col {
  flex: 1.5;
  min-width: 280px;
}

/* Typography styles */
.logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.logo-icon {
  display: flex;
  height: 120px;
  width: auto;
  display: block;
}

.logo-area h3 {
  color: #ffffff;
  margin: 0;
  font-size: 1.2rem;
}

.subtitle {
  margin: 2px 0 0 0;
  font-size: 0.8rem;
}

.description {
  
  line-height: 1.5;
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 12px;
  text-decoration: none;
}
.contact-info a {
  color: #a5bccc;
  font-size: 0.8rem;
}
.contact-info img {
  width: 70%;
  height: auto;
  margin-top: 5px;
}

.footer-col h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #a5bccc;
  text-decoration: none;
  font-size: 0.8rem;
}

.footer-aref {
  color: #a5bccc;
  font-size: 0.8rem;
}


.footer-col ul li a:hover {
  color: #ffffff;
}

/* Bottom Bar Styling */
.footer-bottom {

  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.bottom-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.80rem;
  gap: 15px;
}

.bottom-links a {
  color: #a5bccc;
  text-decoration: none;
  margin-left: 20px;
}

.bottom-links a:hover {
  color: #ffffff;
}

/* Mobile Responsiveness Breakpoint */
@media screen and (max-width: 768px) {
  .footer-container {
    flex-direction: column; /* Force stacks single file */
    gap: 40px;
  }
  
  .bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .bottom-links a {
    margin-left: 0;
    margin-right: 20px;
    display: inline-block;
    margin-top: 10px;
  }
}

.banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  width: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 0.95rem;
  backdrop-filter: blur(8px); /* Subtle blur effect behind the transparency */
  -webkit-backdrop-filter: blur(8px);
}

.banner.hidden {
  display: none !important;
}

/* 1. News/Announcement Banner Styling */
#news-banner {
  /* 92% opaque deep navy so it remains readable over your content images */
  background-color: rgba(12, 35, 51, 0.92); 
  color: #ffffff;
  border-bottom: 1px solid rgba(91, 228, 248, 0.25);
}

/* News Tag */
.banner-tag {
  background-color: #5be4f8; 
  color: #0c2333; 
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-right: 12px;
}

/* News Banner Close Button */
#close-news {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.2s;
}

#close-news:hover {
  color: #5be4f8;
}

/* 2. Cookie Consent Banner Styling */
#cookie-banner {
  /* Slightly different transparency weight to visually separate the two banners */
  background-color: rgba(12, 35, 51, 0.88); 
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Cookie Accept Button */
#accept-cookies {
  background-color: #5be4f8;
  color: #0c2333;
/*
  padding: 8px 18px;
*/
  border: none;
/*
  border-radius: 20px; /* Fully rounded corners matching your header button */
*/
/*
  font-weight: bold;
*/
  cursor: pointer;
  transition: background-color 0.2s;
}

#accept-cookies:hover {
  background-color: #3cd0e5; /* Slightly darker cyan for hover feedback */
}

ol {
  padding-left: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
ol li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.card-title img {
  height: 10rem;
  width: auto;
  object-fit: cover;
  border-radius: 50%;
}


/* =================================
   FORM SECTION
================================= */

.form-section {
/*
  max-width: 760px;
*/
  position: relative;
  max-width: 900px;
  margin: 50px auto 80px;
  padding: 0 20px;
}

.form-success {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity 0.3s ease;
}

.form-success.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.form-main.form-sent form {
    display: none;
}

@keyframes successIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */

.form-header {
  margin-bottom: 32px;
}

.form-header .eyebrow {
  margin-bottom: 4px;

  color: #4dddf4;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.form-header h1 {
  margin: 0 0 14px;

  color: #082337;

  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.form-header p {
  margin: 0;

  color: #222;

  font-size: 16px;
  line-height: 1.55;
}


/* =================================
   FORM CONTAINER
================================= */

.trial-form {
  padding: 36px 40px;

  background: #ffffff;

  border-radius: 13px;

  box-shadow:
    0 5px 20px rgba(0, 0, 0, 0.12);

  border: 1px solid #edf4f7;
}


/* =================================
   FORM ROWS
================================= */

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 22px;

  margin-bottom: 22px;
}


/* =================================
   FORM GROUP
================================= */

.form-group {
  margin-bottom: 22px;
}

.form-row .form-group {
  margin-bottom: 0;
}

.form-group label {
  display: block;

  margin-bottom: 7px;

  color: #20465d;

  font-size: 15px;
  font-weight: 700;
}

.form-group label span,
.checkbox-option strong {
  color: #38cce5;
}


/* =================================
   INPUTS
================================= */

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;

  padding: 12px 14px;

  border: 1px solid #cbdde5;
  border-radius: 7px;

  background: #ffffff;

  color: #16394d;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;

  outline: none;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}


/* Placeholder */

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #8ba0aa;
}


/* Focus */

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #4dddf4;

  box-shadow:
    0 0 0 3px rgba(77, 221, 244, 0.16);
}


/* Select */

.form-group select {
  appearance: none;

  cursor: pointer;

  background-image:
    linear-gradient(45deg, transparent 50%, #527384 50%),
    linear-gradient(135deg, #527384 50%, transparent 50%);

  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 13px) 50%;

  background-size:
    5px 5px,
    5px 5px;

  background-repeat: no-repeat;
}


/* Textarea */

.form-group textarea {
  resize: vertical;

  min-height: 120px;
}


/* =================================
   RADIO BUTTONS
================================= */

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.radio-option {
  position: relative;

  display: flex;
  align-items: center;

  cursor: pointer;
}

.radio-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-option span {
  display: block;

  padding: 9px 18px;

  border: 1px solid #cbdde5;
  border-radius: 20px;

  background: #ffffff;

  color: #26475c;

  font-size: 15px;

  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.radio-option:hover span {
  border-color: #4dddf4;
}

.radio-option input:checked + span {
  border-color: #4dddf4;

  background: #dff8fc;

  color: #082337;

  font-weight: 700;
}


/* =================================
   CHECKBOX
================================= */

.checkbox-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  margin: 4px 0 26px;

  color: #456170;

  font-size: 14px;
  line-height: 1.5;

  cursor: pointer;
}

.checkbox-option input {
  width: 18px;
  height: 18px;

  margin-top: 1px;

  flex-shrink: 0;

  accent-color: #4dddf4;

  cursor: pointer;
}


/* =================================
   SUBMIT BUTTON
================================= */

.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 45px;
  padding: 0 27px;

  border: none;
  border-radius: 25px;
  margin-top: 10px;

  background: #4dddf4;

  color: #082337;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;

  cursor: pointer;

  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.submit-button:hover {
  background: #67e3f5;

  transform: translateY(-1px);

  box-shadow:
    0 4px 12px rgba(77, 221, 244, 0.3);
}

.submit-button:active {
  transform: translateY(0);
}

.submit-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
/*
    background: #e0e8e9;
*/
}


/* =================================
   RESPONSIVE
================================= */

@media (max-width: 650px) {

  .form-section {
    margin-top: 35px;
    padding: 0 16px;
  }

  .form-header h1 {
    font-size: 30px;
  }

  .trial-form {
    padding: 28px 22px;
  }

  .form-row {
    grid-template-columns: 1fr;

    gap: 0;
  }

  .form-row .form-group {
    margin-bottom: 22px;
  }

  .radio-group {
    gap: 8px;
  }

  .radio-option span {
    padding: 8px 15px;
  }

  .submit-button {
    width: 100%;
  }
}

.email2 {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}

.form-main {
  min-width: 0;
  position: relative;
}

.form-info .card-title {
  /* styling for the right-hand area */
  margin-bottom: 2px !important;
  padding-bottom: 2px !important;
}
.form-info p {
  /* styling for the right-hand area */
  margin-bottom: 2px !important;
  padding-bottom: 2px !important;
}

@media (max-width: 768px) {
  .form-layout {
    grid-template-columns: 1fr;
  }
}


/* Gallery Container Layout */
.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Auto-responsive columns */
  gap: 16px; /* Gap spacing between thumbnails */
  padding: 20px;
}

/* Gallery Item Styling */
.image-gallery a {
  display: block;
  overflow: hidden;
  border-radius: 8px; /* Matches the roundness of your contact form fields */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* Faint depth shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Thumbnail Images */
.image-gallery img {
  width: 100%;
  height: 220px; /* Uniform grid card heights */
  object-fit: cover; /* Crops cleanly without squeezing images */
  display: block;
}

/* Visual Hover Effect */
.image-gallery a:hover {
  transform: translateY(-4px); /* Gently raises the card */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); /* Deepens the shadow */
}

