
   body {
            background-color: #e8e8e8;
            	font-family: 'Arial', serif;
            font-size: .9rem;
            color:#ffffff;
           
        }
        .font2{font-family: 'Arial', serif;}
        /* NAVBAR BASE */
.navbar {
  background-color: rgba(0,0,0,0.3);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  padding: 10px 0px;
}

/* SCROLLED STATE */
.navbar.navbar-scrolled {
  background-color: rgba(0,0,0,0.95);
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* LOGO CONTAINER */
.navbar-logo {
  display: flex;
  align-items: center;
}

/* LOGO IMAGE — SAME SIZE BOTH SIDES */
.navbar-logo img {
         /* ✅ uniform height */
  width: 120px;
  max-width: 200px;
  object-fit: contain;
  transition: all 0.3s ease;
}

/* NAV LINKS */
.navbar-nav .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  padding: 8px 8px !important;
  font-size: 0.95rem;
}

/* HOVER */
.navbar-nav .nav-link:hover {
  color: #007bff !important;
}

/* MOBILE FIX */
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: rgba(0,0,0,0.95);
    padding: 15px;
    margin-top: 10px;
    border-radius: 6px;
  }

  .navbar-logo {
    margin-bottom: 3px;
  }

  .navbar-logo img {
    width: 80px;
  }
}

        /* Full-width section images */

        .section-image {
            width: 100%;
        }
        
        
        /* Section padding */
        
        section {
            position: relative;
        }
        /* Smooth scrolling */
        
        html {
            scroll-behavior: smooth;
        }
        /* Scroll to Top Button */
#topBtn {
  display: none; /* Hidden by default */
  position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #00a784;
    color: white;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    transition: all 0.3s 
ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
#topBtn:hover {
  background-color: #008060; /* Darker green */
  transform: scale(1.1);     /* zoom effect */
}
 .hero-section {
      position: relative;
      
      background-size: cover;
      color: white;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 60px 15px;
      
    }
    .hero-content {
      max-width: 700px;
      text-align: center;
    }
    .hero-title {
      font-size: 3.5rem;
      font-weight: 700;
      line-height: 1.2;
    }
    .hero-subtitle {
      font-size: 1.2rem;
      margin: 0px;
    }
    .date-location {
      font-size: 1.2rem;
      margin-top: 0px;
    }
      .btn-register {
      background-color: #18a77a;   /* green */
      color: #ffffff;
      border: 2px solid #d4af37;   /* gold border */
      padding: 10px 28px;
      font-weight: 600;
      letter-spacing: 0.5px;
      border-radius: 0;            /* sharp corners like image */
      text-transform: uppercase;
    }

    .btn-register:hover {
      background-color: #15906a;
      color: #ffffff;
      border-color: #c9a634;
    }
    @media (max-width: 768px) {
      .hero-title {
        font-size: 2.7rem;
      }
      .hero-subtitle {
        font-size: 1.2rem;
      }
      .hero-section {
     
      min-height: 50vh;
      
    }
    }

    /* ===== FORM WRAPPER ===== */
.form-wrapper {
  max-width: 700px;
  margin: 00px auto;
  padding: 65px 40px;
}

@media (max-width: 768px) {
     .form-wrapper {
              
              padding: 65px 20px;
            }
    }
/* ===== HEADINGS ===== */
.form-title {
  font-family: 'TWK Everett', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
}

.form-subtitle {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.divider {
  border-top: 2px solid #d4af37;
  margin: 25px 0;
}

/* ===== SECTION TITLE ===== */
.section-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

/* ===== LABELS ===== */
.form-label {
  font-size: 13px;
  color: #e7e7e7;
}

.form-label small {
  display: block;
  font-size: 11px;
  opacity: 0.75;
}

/* ===== INPUTS ===== */
.form-control,
.form-select {
  background-color: #1a8c7b;
  border: 2px solid #d4af37;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
}

.form-control:focus,
.form-select:focus {
  background-color: #1a8c7b;
  color: #ffffff;
  box-shadow: none;
  border-color: #ffd966;
}

/* ===== NEXT BUTTON ===== */
.btn-next {
  background-color: #1a8c7b;
  border: 2px solid #d4af37;
  color: #ffffff;
  border-radius: 0;
  padding: 8px 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-next:hover {
  background-color: #157566;
  border-color: #ffd966;
}

/* upload button */
.btn-upload{
  background:#1a8c7b;
  border:2px solid #d4af37;
  color:#fff;
  border-radius:0;
  padding:6px 20px;
  font-size:13px;
}

/* yes no toggle */
.choice-group label{
  margin-right:15px;
  cursor:pointer;
  font-size:14px;
}

.choice-group input{
  accent-color:#d4af37;
}

/* checkbox */
.form-check-input{
  background-color:#1a8c7b;
  border:2px solid #d4af37;
}

.form-check-input:checked{
  background-color:#1a8c7b;
  border-color:#ffd966;
}
.btn-agree{
  background:#1a8c7b;
  border:2px solid #d4af37;
  color:#ffffff;
  border-radius:0;
  padding:8px 18px;
  font-weight:600;
  text-transform:uppercase;
}

.btn-agree:hover{
  background:#157566;
  border-color:#ffd966;
}
/* label with dot */
.label-dot{
  display:flex;
  align-items:center;
  font-size:14px;
}

.label-dot::before{
  content:"";
  width:8px;
  height:8px;
  border:2px solid #d4af37;
  border-radius:50%;
  margin-right:10px;
}

/* submit */
.btn-submit{
  background:#1a8c7b;
  border:2px solid #d4af37;
  color:#ffffff;
  border-radius:0;
  padding:6px 22px;
  font-weight:600;
  text-transform:uppercase;
}

.btn-submit:hover{
  background:#157566;
  border-color:#ffd966;
}
.highlight{
  font-weight:600;
}

/* headings */
.main-title{
  text-transform:uppercase;
  font-weight:600;
  text-align:center;
  margin-bottom:20px;
  font-family: 'TWK Everett', sans-serif;
}

.section-title{
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:10px;
}

/* agenda table */
.agenda-table{
  margin-top:15px;
}

/* row */
.agenda-row{
  display:flex;
  background:#1a8c7b;
  border:2px solid #d4af37;
  margin-bottom:6px;
  padding:8px 12px;
  font-size:14px;
}

/* time column */
.agenda-row span:first-child{
  width:120px;
  font-weight:600;
}

/* end of day */
.agenda-row.end{
  font-style:italic;
  opacity:0.9;
}
/* app row */
.app-item{
  display:flex;
  align-items:center;
  gap:15px;
}

.app-buttons img{
  margin-right:8px;
}

/* advisory grid */
.advisory-grid{
  display:grid;
  grid-template-columns:1fr 40px 1fr;
  gap:20px;
  margin-top:40px;
}

/* timeline container */
.timeline{
  position:relative;
  display:grid;
  grid-template-columns:1fr 80px 1fr;
  margin-top:50px;
}

/* center vertical line */
.timeline-line{
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(
    to bottom,
    transparent,
    #d4af37,
    #ffd966,
    #d4af37,
    transparent
  );
  transform:translateX(-50%);
}

/* columns */
.timeline-left,
.timeline-right{
  display:flex;
  flex-direction:column;
  gap:22px;
}

/* timeline row */
.timeline-item{
  display:flex;
  align-items:center;
  position:relative;
  color: white;
    text-decoration: none;
}

/* left side */
.timeline-item.left{
  justify-content:flex-end;
  padding-right:40px;
}

.timeline-item.left::after{
  content:"";
  width:40px;
  height:2px;
  background:#d4af37;
  position:absolute;
  right:-40px;
}

/* right side */
.timeline-item.right{
  justify-content:flex-start;
  padding-left:100px;
}

.timeline-item.right::before{
  content:"";
  width: 140px;
  height:2px;
  background:#d4af37;
  position:absolute;
  left:-40px;
}

/* icon */
.timeline-icon{
  width:40px;
  height:40px;
  border:2px solid #d4af37;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#d4af37;
  background:#0b3f42;
  z-index:2;
}

/* text box */
.timeline-box{
  background:#1a8c7b;
  border:2px solid #d4af37;
  padding:6px 20px;
  font-size:14px;
  text-transform:uppercase;
  min-width:240px;
}

/* spacing */
.timeline-item.left .timeline-box{
  margin-right:12px;
}

.timeline-item.right .timeline-box{
  margin-left:12px;
}
/* =====================================
   FORCE LEFT & RIGHT ICONS IDENTICAL
   ===================================== */

/* hard reset icon */
.timeline-icon{
  width:40px !important;
  height:40px !important;
  aspect-ratio:1 / 1;
  border-radius:50% !important;
  box-sizing:border-box;
  flex-shrink:0;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* LEFT side */
.timeline-item.left .timeline-icon{
  right:-20px !important;
  left:auto !important;
 
}

/* RIGHT side — MIRROR EXACTLY */
.timeline-item.right .timeline-icon{
  left:-20px !important;
  right:auto !important;
  
}

/* =====================================
   REMOVE GAP BETWEEN BOX & CIRCLE
   ===================================== */
.timeline-item.left .timeline-box,
.timeline-item.right .timeline-box{
  margin-left:0 !important;
  margin-right:0 !important;
}

/* =====================================
   MATCH LEFT & RIGHT CIRCLE POSITION
   ===================================== */
.timeline-item.left .timeline-icon{
  right:-20px;   /* centered on connector */
}

.timeline-item.right .timeline-icon{
  left:-20px;    /* exact mirror */
}
/* =====================================
   MOBILE: UNIFIED LIST DESIGN
   ===================================== */
@media (max-width: 768px){

  /* remove desktop grid */
  .timeline{
    display:block;
  }

  .timeline-left,
  .timeline-right{
    width:100%;
  }

  /* force stacking order */
  .timeline-left{
    margin-bottom:20px;
  }

  .timeline-right{
    margin-top:0;
  }

  /* same card for ALL items */
  .timeline-item{
    position:relative;
    background:#1a8c7b;
    border:2px solid #d4af37;
    padding:16px 22px;
    margin-bottom:14px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    overflow:visible;
  }

  /* text inside bar */
  .timeline-box{
    background:none;
    border:none;
    padding:0;
    margin:0;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    white-space:nowrap;
  }

  /* ALL circles same – RIGHT SIDE */
  .timeline-icon{
    position:absolute;
    right:-28px;          /* half inside / half outside */
    top:50%;
    transform:translateY(-50%);
    width:56px;
    height:56px;
    border-radius:50%;
    background:#0b3f42;
    border:3px solid #d4af37;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:5;
  }

  /* remove desktop connectors */
  .timeline-item::before,
  .timeline-item::after,
  .timeline-line{
    display:none !important;
  }

}

/* ===============================
   CHAMPIONS FOOTER
   =============================== */
.champions-footer{
  background: radial-gradient(circle at top, #003e3d, #000e0e);
    padding: 80px 0 40px;
    color: #ffffff;
}
/* ===============================
   INFO CIRCLE SECTION (REUSABLE)
   =============================== */


/* circle */
.info-circle{
  width:160px;
  height:160px;
  margin:0 auto 20px;
  border-radius:50%;
  background:#2fa38e;
  border:3px solid #d4af37;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* icon inside */
.info-circle img{
  width:80px;
  height:auto;
}

/* title */
.info-title{
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:15px;
}

/* text */
.info-text{
  max-width:700px;
  margin:0 auto;
  font-size:1.05rem;
  line-height:1.7;
}

/* mobile */
@media (max-width:768px){
  .info-circle{
    width:130px;
    height:130px;
  }

  .info-circle img{
    width:65px;
  }

  .info-text{
    font-size:0.95rem;
  }
}


.registration-step {
  display: none;
}
.registration-step.active {
  display: block;
}

/* ===============================
   EMERGENCY CONTACTS – EXACT MATCH
   =============================== */

.emergency-layout{
  position:relative;
  max-width:980px;
  margin:0 auto;
  padding-left:60px;
}

/* main vertical line */
.em-line{
  position:absolute;
  left:22px;
  top:0;
  bottom:0;
  width:2px;
  background:#d4af37;
}

/* main row */
.em-row{
  display:grid;
  grid-template-columns:40px 1fr 360px;
  align-items:center;
  gap:20px;
  margin-bottom:26px;
}

/* dot */
.em-dot{
      width: 42px;
    height: 1px;
    border: 1px solid #d4af37;
    border-radius: 0;
    background: #0b4f42;
    position: relative;
    left: -36px;
}

/* label */
.em-label{
  font-size:16px;
}

/* right box */
.em-box{
  background:#1a8c7b;
  border:2px solid #d4af37;
  padding:6px 18px;
  font-weight:600;
  text-align:center;
}

/* wide helpline */
.em-box.wide{
  width:360px;
}

/* rows with sub items */
.align-top{
  align-items:flex-start;
}

/* sublist */
.em-sublist{
  display:flex;
  flex-direction:column;
  gap:16px;
}

/* sub row */
.em-subrow{
  display:flex;
  align-items:center;
  gap:0px;
}

/* icon circle */
.em-subicon{
  width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #d4af37;
    display: flex;
    font-size: 23px;
    align-items: center;
    justify-content: center;
    color: #fbfbfbb8;
    background: #1a8c7b;
}

/* sub box */
.em-subbox{
  flex:1;
  background:#1a8c7b;
  border:2px solid #d4af37;
  padding:10px 18px;
}

/* ===============================
   MOBILE
   =============================== */
@media (max-width:768px){
  .em-line{
    display:none;
  }

  .em-row{
    grid-template-columns:1fr;
  }

  .em-box,
  .em-box.wide,
  .em-subbox{
    width:100%;
  }
}
/* ===============================
   MOBILE FIX (Emergency Contacts)
   =============================== */
@media (max-width: 768px) {

  .emergency-layout {
    padding-left: 0;
  }

  .em-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 32px;
  }

  .em-dot {
    display: none;
  }

  .em-label {
    font-size: 16px;
    font-weight: 600;
  }

  /* right single box */
  .em-box,
  .em-box.wide {
    width: 100%;
    text-align: center;
  }

  /* sublist container */
  .em-sublist {
    width: 100%;
    gap: 12px;
  }

  /* sub row becomes horizontal card */
  .em-subrow {
    width: 100%;
    gap: 12px;
  }

  .em-subicon {
    flex-shrink: 0;
  }

  .em-subbox {
    width: 100%;
    padding: 12px 14px;
    word-break: break-word;   /* 🔑 email fix */
    font-size: 14px;
  }
}
.explore-section {
  padding: 60px 0;
  color: #fff;
}

.explore-title {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #d6a63c;
  margin-bottom: 30px;
  font-weight: 600;
}

.explore-col {
  position: relative;
  padding-left: 30px;
}

/* vertical line */
.explore-col::before {
 content: "";
    position: absolute;
    left: 29px;
    top: 71px;
    bottom: 167px;
    width: 2px;
    background: #d6a63c;
}

/* item */
.explore-item {
  position: relative;
    margin-bottom: 40px;
    display: flex;
    gap: 9px;
}

/* dot */
.explore-item .dot {
  width: 30px;
    height: 1px;
    border: 1px solid #d6a63c;
    background: #083c3c;
    margin-top: 6px;
    flex-shrink: 0;
}

.explore-item p {
  margin-bottom: 10px;
  font-weight: 500;
}

.explore-item img {
  border: 1px solid #d6a63c;
}
@media (max-width: 767px) {

  .explore-col {
    padding-left: 0;
  }

  .explore-col::before {
    display: none; /* remove vertical line */
  }

  .explore-item {
    flex-direction: column;
  }

  .explore-item .dot {
    display: none; /* remove dots */
  }

  .explore-title {
    display: block;
    text-align: center;
  }

  .explore-item img {
    width: 100%;
  }
}

.concierge-footer {
  background: #063636;
  padding: 50px 0;
  color: #fff;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.concierge-row {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.concierge-item {
  display: flex;
  align-items: center;
  position: relative;
}



/* icon circle */
.icon-circle {
 width: 40px;
    height: 40px;
    border: 2px solid #d6a63c;
    border-radius: 50%;
    background: #1f8f7a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px -18px;
    z-index: 1999;
    font-size: 23px;

}

.icon-circle img {
  width: 22px;
}

/* info box */
.info-box {
  padding: 7px 22px;
  border: 2px solid #d6a63c;
  background: #1f8f7a;
  font-size: 15px;
  white-space: nowrap;
}
@media (max-width: 768px) {

  .concierge-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .concierge-item {
    width: 100%;
  }

  .info-box {
    width: 100%;
    text-align: center;
  }

  .connector {
    display: none;
  }
}
.info-link {
  color: #ffffff;
  text-decoration: none;
}

.info-link:hover {
  color: #ffffff;
  text-decoration: none;
  background: #22a18a; /* subtle hover */
}