@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --teal: #00B5CC;
  --teal-dark: #008FA3;
  --teal-sub: #0e1e4c;
  --copper: #C0703A;
  --copper-light: #D4845A;
  --navy: #0D1B2A;
  --slate: #1E2D3D;
  --off-white: #F7F9FA;
  --light-gray: #EEF2F5;
  --text-muted: #6C7A8A;
  --light-blue: #10C4E8;
  --table-blue: #b0e0ea;
  --off-white : #f5f5f5;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', 'Montserrat';
  background: #fff;
  color: var(--navy);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', 'Montserrat';
}

/* ── NAV ── */
.navbar {
  background: #fff;
  padding: 0.85rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid var(--teal);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.navbar-brand span {
  font-family: 'Montserrat', 'Montserrat';
  font-size: 1.1rem;
  color: var(--navy);
  letter-spacing: 0.04em;
}

.nav-link {
  color: var(--slate) !important;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.nav-link:hover {
  color: var(--teal) !important;
}

.btn-register-nav {
  background: var(--copper);
  color: #fff !important;
  border-radius: 0px;
  padding: 0.4rem 1.1rem !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: background 0.2s;
  text-decoration: none;
}

.btn-register-nav:hover {
  background: var(--copper-light) !important;
  color: #fff !important;
}

.btn-register-price {
  background: var(--copper);
  color: #fff !important;
  border-radius: 0px;
  padding: 0.4rem 1.1rem !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: background 0.2s;
  text-decoration: none;
  font-size: 1.2rem;
}

.btn-register-price:hover {
  background: var(--copper-light) !important;
  color: #fff !important;
}

/* ── HERO ── */
/* Hero Section */
.hero {
  padding: 0 !important;
  margin: 0 !important;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hero-banner {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.hero-banner picture,
.hero-banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── STATS STRIP ── */
.stats-strip {
  background: var(--teal-sub);
  padding: 1.2rem 0;
}

.stat-item {
  text-align: center;
  color: #fff;
}

.stat-number {
  font-family: 'Syne', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}

.stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* ── SECTION COMMON ── */
.section-eyebrow {
  display: inline-block;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--light-blue);
  line-height: 1.15;
  margin-bottom: 0.8rem;
}

/* ── ABOUT ── */
.about-section {
  padding: 0px 0;
  background: #fff;
}

.about-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #00b6d9;
}

.about-section p {
  font-size: 20px;
  line-height: 1.7;
  color: #222;
}

.info-card {
  border-left: 4px solid var(--copper);
  padding-left: 20px;
}

.info-title {
  color: #00b6d9;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.info-card p {
  font-size: 25px;
  margin: 0;
}

.text-decoration-line-through {
  text-decoration: line-through;
  text-decoration-color: #e6007e;
  text-decoration-thickness: 4px;
}

@media (max-width:991px) {

  .about-section {
    padding: 60px 0;
  }

  .about-section h2 {
    font-size: 30px;
  }

  .about-section p {
    font-size: 17px;
  }

  .info-title {
    font-size: 22px;
  }

  .info-card p {
    font-size: 22px;
  }
}

@media (max-width:576px) {

  .about-section h2 {
    font-size: 24px;
  }

  .about-section p {
    font-size: 16px;
    line-height: 1.6;
  }

  .info-title {
    font-size: 20px;
  }

  .info-card p {
    font-size: 20px;
  }
}

/* ── COMPARISON TABLE ── */
.comparison-section {
  padding: 40px 0;
  background: #fff;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.comparison-table thead th {

  background: #10C4E8;
  color: #fff;

  font-size: 22px;

  font-weight: 700;

  padding: 15px 25px;

  text-align: left;

  border: 1px solid #10C4E8;
}

.comparison-table tbody td {

  padding: 20px 20px;

  font-size: 20px;

  line-height: 1.25;

  color: #222;

  border: 1px solid #e6e6e6;

  vertical-align: top;
  
  border: none; 
  
}
/* Alternate row colors */
.comparison-table tbody tr:nth-child(odd) td {
  background: #f5f5f5; /* Light Grey */
}

.comparison-table tbody tr:nth-child(even) td {
  background: var(--table-blue) ; /* Light Blue */
}

.comparison-table tbody td:first-child {

  width: 20%;

  font-weight: 700;

  color: #000;
}

.comparison-table tbody tr {

  height: 80px;
}

.table-responsive {

  overflow-x: auto;
}

@media(max-width:991px) {

  .comparison-table thead th {

    font-size: 22px;

    padding: 18px 20px;
  }

  .comparison-table tbody td {

    font-size: 18px;

    padding: 24px 20px;
    border: none; 
  }

  .comparison-table tbody tr {

    height: auto;
  }
}

@media(max-width:576px) {

  .comparison-table thead th {

    font-size: 18px;
  }

  .comparison-table tbody td {

    font-size: 16px;

    padding: 18px 15px;
    border: none; 
  }

  .comparison-table tbody td:first-child {

    min-width: 170px;
  }
}

.disclaimer-text {
  font-size: 14px;
  line-height: 1.6;
  color: #6c757d;
  margin: 0;
  text-align: left;
  font-weight: 400;
}

/* Tablet */
@media (max-width: 991px) {
  .disclaimer-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .disclaimer-text {
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
  }
}

/* USP Section */

.features-section {
  padding: 80px 0;
  /* background: var(--off-white); */
}

.features-section .row {
  --bs-gutter-x: 0.1rem !important;
  /* Reduce horizontal gap */
  --bs-gutter-y: 2rem !important;
  /* Vertical gap */
}

.feature-box {
  text-align: center;

}

.feature-circle {
  width: 150px;
  height: 150px;
  margin: 0 auto 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-box h3 {
  color: #12b7d9;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
}

/* Tablet */
@media (max-width:992px) {

  .feature-circle {
    width: 220px;
    height: 220px;
  }

  .feature-box h3 {
    font-size: 1.6rem;
  }
}

/* Mobile */
@media (max-width:768px) {

  .features-section {
    padding: 20px 0;
  }

  .feature-box {
    margin-bottom: 40px;
  }

  .feature-circle {
    width: 120px;
    height: 120px;
  }

  .feature-box h3 {
    font-size: 1.1rem;
  }
}

/* Highlight Section */

.info-two-section {
  background: #fff;
  padding: 80px 0;
}

.info-two-card {

  background: #f4f4f4;

  padding: 25px;

  height: 100%;
}

.info-two-card h3 {

  color: #11b7d9;

  font-size: 1.2rem;

  font-weight: 600;

  margin-bottom: 20px;
  text-transform:uppercase;

}

.info-two-card ul {

  list-style: none;

  padding: 0;


  margin: 0;
}

.info-two-card ul li {

  position: relative;

  padding-left: 34px;

  margin-bottom: 28px;

  font-size: 1.15rem;

  line-height: 1.2;

  color: #222;
}

.info-two-card ul li::before {
  content: "";
  position: absolute;
 
  left: 0;
  top: 6px;

  width: 0;
  height: 0;

  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--copper);
}

.info-two-card p {

  font-size: 1.15rem;

  line-height: 1.5;

  color: #222;

  margin-bottom: 25px;
}

.info-two-card small {

  display: block;

  font-size: .95rem;

  color: #444;

  line-height: 1.5;
}

/* Tablet */

@media (max-width:991px) {

  .info-two-section {

    padding: 60px 0;
  }

  .info-two-card {

    padding: 30px;
  }

  .info-two-card h3 {

    font-size: 1.7rem;
  }

  .info-two-card ul li,
  .info-two-card p {

    font-size: 1rem;
  }
}

/* Mobile */

@media (max-width:767px) {

  .info-two-card {

    padding: 25px 20px;
  }

  .info-two-card h3 {

    font-size: 1.5rem;

    margin-bottom: 20px;
  }

  .info-two-card ul li {

    font-size: 0.95rem;

    padding-left: 28px;

    margin-bottom: 20px;
  }

  .info-two-card ul li::before {

    width: 10px;
    height: 10px;
    top: 9px;
  }

  .info-two-card p {

    font-size: 0.95rem;
  }

  .info-two-card small {

    font-size: .85rem;
  }
}

/* ── AGENDA ── */
/* ==========================
   AGENDA SECTION
========================== */

.agenda-section{
  padding:90px 0;
  background:#f8fbfd;
}

.day-card{
  background:#fff;
  border:1px solid #e8eef3;
  border-radius:0px;
  overflow:hidden;
  height:100%;
  transition:.35s ease;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}

.day-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 45px rgba(15,23,42,.10);
}

.day-header{
  padding:26px 28px;
}

.day-header.day1{
  background: var(--light-blue);
}

.day-header.day2{
  background: var(--light-blue);
}

.day-badge{
  display:inline-block;
  background:var(--copper);
  color:#fff;
  padding:6px 14px;
  border-radius:0px;
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:12px;
}

.day-title{
  color:#fff;
  font-size:1.3rem;
  font-weight:700;
  margin-bottom:6px;
  line-height:1.3;
}

.day-subtitle{
  color:rgba(255,255,255,.82);
  font-size:.92rem;
  margin:0;
  line-height:1.5;
}

.day-body{
  padding:30px;
}

.agenda-sub{
  font-size:.83rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#10b9de;
  margin:28px 0 15px;
  padding-bottom:8px;
  border-bottom:2px solid #eef5f8;
}

.agenda-sub:first-child{
  margin-top:0;
}

.agenda-item{
  position:relative;
  padding-left:22px;
  margin-bottom:14px;
  color:#4b5563;
  line-height:1.7;
  font-size:.95rem;
}

.agenda-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;

  width: 0;
  height: 0;

  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--copper); /* Blue triangle */
}

.agenda-item strong{
  color:#072c45;
  font-weight:600;
}

/* ==========================
 MOBILE
========================== */

@media (max-width:991px){

  .agenda-section{
      padding:70px 0;
  }

  .day-card{
      margin-bottom:25px;
  }

  .day-header{
      padding:22px;
  }

  .day-title{
      font-size:1.15rem;
  }

  .day-subtitle{
      font-size:.85rem;
  }

  .day-body{
      padding:22px;
  }

  .agenda-item{
      font-size:.9rem;
      line-height:1.6;
      margin-bottom:12px;
  }
}

@media (max-width:576px){

  .agenda-section{
      padding:60px 0;
  }

  .day-header{
      padding:18px;
  }

  .day-body{
      padding:18px;
  }

  .day-title{
      font-size:1.05rem;
  }

  .agenda-sub{
      font-size:.78rem;
      margin:22px 0 12px;
  }

  .agenda-item{
    font-size:.85rem;
    padding-left:18px;
}

.agenda-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;

    width: 0;
    height: 0;

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid var(--copper);
}
}

/* ── PRICING ── */

/*=========================
  PROGRAM FEES
=========================*/

.pricing-section { padding: 5rem 0; background: var(--light-blue); margin-top: 40px;}
.pricing-section .section-title{
  color: #fff;

}
.pricing-card {
  border-radius: 0px;
  padding: 1.6rem;
  border: 1px solid var(--light-gray);
  background: #fff;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}
.pricing-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.pricing-card.featured { border-color: var(--teal); box-shadow: 0 4px 20px rgba(0,181,204,0.15); }
.badge-early {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: var(--copper); color: #fff;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 0.2rem 0.75rem; border-radius: 20px;
  white-space: nowrap;
}
.pricing-tier { color: var(--copper); font-size: 18px; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.4rem;  }
.pricing-deadline { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 0.8rem; font-weight: 700; }
.pricing-amount { font-family: 'Montserrat', 'Montserrat'; font-size: 2rem; color:grey; font-weight: 700; }
.pricing-currency { font-size: 0.95rem; vertical-align: super; font-weight: 400; opacity: 0.5; }
.pricing-gst { font-size: 0.72rem; color: var(--text-muted); margin-top: 0.2rem; }
/* Equal height columns */
.pricing-section .row > div {
  display: flex;
}

/* Equal height cards */
.pricing-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 200px; /* Try 180px–220px */
  padding: 2rem;
  background: #fff;
}


/* ── SPEAKERS ── */
.speakers-grid{
  display:grid;
  grid-template-columns:220px 1fr 2px 220px 1fr;
  gap:30px;
  align-items:center;
}

.divider{
  width:2px;
  height:100%;
  background:#d9d9d9;
  border-radius:2px;
}


.speaker-image img{
  width: 100%;
  border-radius: 16px;
  display: block;
}

.speaker-content h3{
  font-size: 25px;
  margin-bottom: 15px;
  color: grey;
}

.speaker-content p{
  color: #666;
  line-height: 1.8;
  margin-bottom: 12px;

}

/* Tablet */
@media (max-width: 992px){
  .speakers-grid{
      grid-template-columns: 200px 1fr;
      gap: 25px;
  }
}

/* Mobile */
@media (max-width: 768px){
  .speakers-grid{
      grid-template-columns: 1fr;
      text-align: center;
  }

  .speaker-image{
      max-width: 280px;
      margin: auto;
  }

  .speaker-content{
      margin-bottom: 40px;
  }
}

/* ── VENUE ── */

.venue-section {
  padding: 5rem 0;
  background: var(--off-white);
}

/* Left Card */
.venue-card {
  /* background: #fff; */
  overflow: hidden;
  height: 100%;
}

.venue-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.venue-info {
  padding: 20px 0 0;
}

.venue-info h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--navy);
}

/* Badge */
.venue-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,181,204,.08);
  color: var(--teal-dark);
  border: 1px solid rgba(0,181,204,.25);
  padding: 8px 14px;
  font-size: .9rem;
  font-weight: 600;
}

/* Right Card */
.map-card {
  height: 100%;
  min-height: 430px;
  overflow: hidden;
  background: #fff;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
}

/* Mobile */
@media (max-width: 991px) {

  .venue-card img {
      height: 260px;
  }

  .map-card,
  .map-card iframe {
      min-height: 320px;
  }

  .venue-info {
      text-align: center;
  }

  .venue-badge {
      justify-content: center;
  }
}
/* ── WHO ── */

/* ── CTA ── */
.cta-section {
  padding: 5rem 0;
  background: var(--teal);
  text-align: center;
}

.cta-section h2 {
  font-family: 'Syne', sans-serif;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.6rem;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  margin-bottom: 2rem;
}

.btn-register-cta {
  background: var(--navy);
  color: #fff;
  border: none;
  font-family: 'Syne', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1rem 2.8rem;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s;
}

.btn-register-cta:hover {
  opacity: 0.85;
  color: #fff;
  transform: translateY(-2px);
}

/* ── FOOTER ── */
.footer-section {
  background: #fff;
  padding: 60px 0;
}

.footer-logo img {
  width: 100%;
  max-width: 360px;
  height: auto;
}

.footer-content {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer-content h3 {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.25;
  color: #10245a;
}

.footer-content strong {
  color: #10245a;
}

@media (max-width: 991px) {
  .footer-section {
      padding: 40px 0;
  }

  .footer-logo {
      text-align: center;
      margin-bottom: 30px;
  }

  .footer-content {
      justify-content: center;
      text-align: center;
  }

  .footer-content h3 {
      font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .footer-logo img {
      max-width: 250px;
  }

  .footer-content h3 {
      font-size: 1.5rem;
      line-height: 1.4;
  }
}
/* ── REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 768px) {
  .hero {
    padding: 3.5rem 0 3rem;
  }

  .hero-speakers-card {
    margin-top: 2.5rem;
  }
}