/*
:root {
    --lighterblue: #6EBFEB;
    --lightblue: #2EA3DE;
    --blue: #176BB5;
    --darkblue: #1C4596;
    --niceblue: #383acc;
}
*/

:root {
    --darkblue: #2d2f47;
    --lightblue: #0394e8;
    --niceblue: #4216c0;
    --green: #8e934e;
    --bage: #7f8183;
    --yellow: #e7ae00;
    
}

.bg-darkblue{ background: var(--darkblue) !important;}
.bg-lightblue{ background: var(--lightblue);}
.bg-niceblue{ background: var(--niceblue);}
.bg-green{ background: var(--green);}
.bg-bage{ background: var(--bage);}
.bg-yellow{ background: var(--yellow);}
.caps{ text-transform: capitalize;}
body {
      font-family: 'Sora', sans-serif;
      scroll-behavior: smooth; font-style: normal; background:var(--darkblue);
     font-optical-sizing: auto; color: #FFF;
    }
.resp{ width: 100%;}
h1, h2, h3, h4, h5, h6, h7{ color: #FFF; font-weight: 300 !important; letter-spacing: -1px;}

h1 {
  font-size: 5vw; /* 5% of the viewport width */
}
h2 {
  font-size: 4.5vw; /* 5% of the viewport width */
}
h3 {
  font-size: 4vw; /* 5% of the viewport width */
}
h4 {
  font-size: 3.5vw; /* 5% of the viewport width */
}
h5 {
  font-size: 3vw; /* 5% of the viewport width */
}
h6 {
  font-size: 2.5vw; /* 5% of the viewport width */
}
h7 {
  font-size: 2vw; /* 5% of the viewport width */
}
h8 {
  font-size: 1.2vw; font-weight: 500; color: #FFF;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h7 span{ font-weight: 600 !important; color: var(--yellow);}

p{ font-size: 1rem; line-height: 1.8; font-weight: 400 !important; letter-spacing: normal !important;}
.list{ margin-left: 10px; font-size: 1rem; font-weight: 300 !important; line-height: 1.8;}
.glass {
  background: rgba(255, 255, 255, 0.15); /* transparent white */
  border-radius: 20px;
  padding: 20px;
  backdrop-filter: blur(10px);   /* the blur magic ✨ */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  border: 1px solid rgba(255, 255, 255, 0.2); /* subtle border */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* soft shadow */
  color: white;
}

.extra-space{ padding-top: 100px !important; padding-bottom: 100px !important;}    
nav.navbar {
      background: transparent;
      transition: background-color 0.4s ease, box-shadow 0.4s ease;
      backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
      padding: 1rem 0;
      font-weight: 500;
      letter-spacing: 0.03em;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    /* Navbar solid background on scroll */
    nav.navbar.scrolled {
      background-color: var(--nicekblue);
      padding: 0.6rem 0;
    }
.scrolled .hamburger-btn span {
  display: block;
  height: 3px;
  background: var(--yellow);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

    .navbar-brand {
      font-size: 1.8rem;
      font-weight: 700;
      color: var(--lighterblue);
      letter-spacing: 0.05em;
      transition: color 0.3s ease;
    }
    .navbar-brand:hover {
      color: var(--lightblue);
      text-decoration: none;
    }

    .logo { width:100%; max-width: 220px !important;
      transition: opacity 0.3s ease-in-out;
    }
    
.hero-section h1{ display:inline-block; padding:10px 16px; line-height:32px; background: var(--darkblue); font-size: 1.7rem; margin:0; color: #FFF; text-shadow: 0 0 3px #000; font-weight: 600 !important; text-transform: uppercase;}
.hero-section h1 sup{ color: #FFF; font-size: 12px;}

.hero-section h2{ display:inline-block;  color: #FFF; padding:8px 16px; line-height:22px; background: var(--blue); font-size: 1.4rem; font-weight: 500 !important; clear: both;}

.hero-section p{ display:inline-block; padding:6px 16px; line-height:22px; background: var(--lighterblue); font-size:1rem; font-weight: 500; color: var(--darkblue);}

.hero-section h6{ font-weight: 600; color: #333;}
.hero-section h4{ font-weight: 700;}

.note { font-size: 18px; line-height: 32px !important; font-weight: 600; letter-spacing: inherit;}
.note span{ font-size: 16px; font-weight: 500; display: block; color: #333; line-height: 16px;}

.countdown{
  display: flex;
  justify-content: center;
  gap: 3px;
  font-size:14px; color: var(--yellow);
}

.countdown div {
  border: 2px solid var(--yellow);    
  padding:20px 10px; text-align: center;
  border-radius: 10px;
  min-width:100px;
}

.countdown span {
  display: block;
  font-size:34px;
  margin-bottom: 5px;
  color: var(--yellow);
}


.swal2-icon {
  transform: scale(0.7) !important;
}


.custom-card {
    background: rgba(255, 255, 255, 0.02);    /* transparent white */
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);              /* blur effect (glass) */
    -webkit-backdrop-filter: blur(10px);
    
    border-radius: 18px;
    padding: 25px;
    color: #fff;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

/* Hover effect */
.custom-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
}

.custom-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 600;
}

.custom-card p {
    margin: 0;
    font-size: 15px;
    opacity: 0.85;
}


.speaker-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  background: transparent;
  position: relative;
}
.speaker-card a{ text-decoration: none; color: inherit; display:block; }

/* Image container: fixed square area to keep layout consistent */
.speaker-image {
  width: 75% !important;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  border: 3px solid rgba(47,70,123,0.9);
  display:flex;align-items:center;justify-content:center;
  transition: transform .28s ease, box-shadow .28s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  position: relative;
  z-index: 1;
}

/* Rounded variant keeps a circular look */
.speaker-image.round { border-radius: 50%; }

/* Square variant with subtle rounding */
.speaker-image.square { border-radius: 12px; }

.speaker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* default: cover the box while keeping aspect */
  /* bias upper-center for portraits so faces don't get cropped */
  object-position: 50% 15%;
  display: block;
}

/* Full variant shows the entire image (contain) but keeps container size */
.speaker-image.full img {
  object-fit: contain;
  padding: 8px; /* small padding so contained images don't touch edges */
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.02));
}

.speaker-image:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.35); }

.flag-icon {
  position: absolute;
  top: 5px;
  right: 5px; /* align to image right edge regardless of container */
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(0,0,0,0.6);
  background: #fff;
}

.speaker .fi{ font-size: 1.2rem; border-radius: 32px; }
.fi { font-size: 1.2rem; border-radius: 12px; }
.flag-icon .fi { width: 100%; height: 100%; display: block; background-size: cover; }

.flag-icon .fi.fi-sy {
    background: url('../../sy.jpg') no-repeat center center !important; background-size:100% !important;
}

.speaker-info{
  color: #fff;
  padding: 12px 2px;
  margin-top: 5px;    /* small overlap to sit nicely under taller image */
  position: relative;
  z-index: 3; /* ensure info panel sits above the image */
}

.speaker-info h4 { margin: 0; font-size: 16px; font-weight: 700; color: #fff; }
.speaker-info p { margin: 0; font-size: 13px; color: rgba(255,255,255,0.85); }

/* Committees section styles (inline for quick iteration) */
    #committees { --card-bg: rgba(255,255,255,0.03); --card-border: rgba(255,255,255,0.06); }
    #committees .committee-grid { gap: 18px; }
    #committees .committee-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.24); }
    #committees .committee-card h4 { font-size: 1.05rem; margin-top: .5rem; margin-bottom: .25rem; }
    #committees .committee-card p { color: rgba(255,255,255,0.85); }
    #committees .speaker-image img { transition: transform .35s ease; }
    #committees .committee-card:hover .speaker-image img { transform: scale(1.03); }
    .cme { width:130px;}
    /* Responsive tweaks */
    @media (max-width: 767px) {
    .cme { width:90px !important;}    
    .countdown{
      display: flex;
      justify-content: center;
      gap: 3px;
      font-size:12px; color: var(--yellow);
    }
    
    .countdown div {
      border: 2px solid var(--yellow);    
      padding:10px 0px; text-align: center;
      border-radius: 10px;
      min-width:80px;
    }
    
    .countdown span {
      display: block;
      font-size:24px;
      margin-bottom: 3px;
      color: var(--yellow);
    }    
        
      #committees .speaker-image img { }
      #committees .committee-info { padding: .8rem; }
      #committees .committee-card { max-width: 100%; }
      #committees .committee-grid { gap: 10px; }
      #committees h6 { font-size: 1.05rem; }
    }

    @media (min-width: 768px) {
      #committees .committee-card { display:flex; flex-direction:column; }
    }

  /* Alternatives for speaker images
     - Add class `full` to `.speaker-image` to show the entire picture (no cropping) inside the same container.
     - Add class `square` to `.speaker-image` to display the image as a non-rounded rectangle and preserve full image.
   */
  .speaker-image.full img {
    /* Show the whole image scaled to fit the container without cropping.
       This will letterbox inside the circle (or square) so the whole head shows. */
    object-fit: contain;
    object-position: center;
    background: rgba(255,255,255,0.03);
    height: 100%;
    width: 100%;
  }

  .speaker-image.square {
    border-radius: 8px !important;
    overflow: hidden;
  }
  .speaker-image.square img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

.glass-modal {
  background: rgba(45, 47, 71, 0.3); /* Transparent dark */
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  color: #fff;
}

#bioModal .modal-header .btn-close {
  filter: invert(1); /* Make close button white */
}

#bioModal .modal-body {
  color: #f0f0f0;
  font-size: 16px;
}





/* Custom SweetAlert2 Theme */
.my-swal-popup {
  background: #2d2f47 !important;   /* modal background */
  color: #fff !important;            /* text color */
  border-radius: 20px !important;    /* rounded corners */
  padding:20px !important;
  font-family: 'Sora', sans-serif !important;
}

.my-swal-title {
  font-size: 22px !important;
  font-weight: 500 !important;
  margin-bottom: 5px !important;
  color: #e8b000 !important;         /* title color */
}

.my-swal-text {
  font-size: 16px !important;
  opacity: 0.9 !important;
}

.my-swal-confirm {
  background: #e8b000 !important;
  color: #000 !important;
  border-radius: 10px !important;
  padding: 10px 25px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.my-swal-icon {
  transform: scale(1.1);             /* Bigger icon */
  margin-bottom: 15px !important;
}

/* Background overlay blur */
.swal2-backdrop-show {
  backdrop-filter: blur(6px) !important;
}


@media (max-width:900px){
    .speaker-image {
        width:100% !important;
    }
    .flag-icon { top:0px;}
    .flag-icon { width: 32px; height: 32px; }
    .speaker-info h4{ font-size: 15px; text-shadow: 0 0 3px #333;}
    p{ font-size: 12px !important; text-align: justify;}
    .title{ text-align: center;}
    .note{ font-size: 16px;}
    .note span{font-size: 12px;}
    .logo { width:100%; max-width: 160px !important; margin-left: 25px;
    }
    .hero-section{ padding: 110px 0 0 0 !important;}
    .hero-section h1{ font-size: 1.3rem; display: block; border-radius: 10px 10px 0 0;}
    .hero-section h2{ font-size: 1.3rem; display: block;  border-radius:0 0 10px 10px;}
    .hero-section p{ font-size: 1.1rem !important; background: transparent; color: #FFF;}
    .hero-section h4{ font-size: 18px;}
    .hero-section h6{ font-size: 12px;}
}
    /* Navbar links */
    .scrolled .navbar-nav .nav-link {
      color: var(--darkblue);
      font-size: .8rem;
      font-weight: 500 !important;    
      margin: 0 0.0rem;
      border:2px solid var(--yellow);    
      border-radius: 0 35px 0 35px;        
      position: relative;
      padding: 0.5rem 1rem;
      transition: color 0.3s ease;
          
    }
    /* Hover underline effect */
    .navbar-nav .nav-link::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      display: block;
      margin-top: 4px;
      right: 0;
      transition: width 0.3s ease;
      -webkit-transition: width 0.3s ease;
      left: 0;
      bottom: 0;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
      color: var(--lighterblue);
      background: var(--niceblue);
      border:2px solid var(--niceblue);    
    }
    .navbar-nav .nav-link:hover::after,
    .navbar-nav .nav-link:focus::after {
      width: 100%;
    }


    /* Mobile menu background */
    .navbar-collapse {
      background-color:var(--darkblue);
      padding: 1rem;
      border-radius: 8px;
      margin-top: 10px;
    }

    @media(min-width: 992px) {
      .navbar-collapse {
        background: transparent !important;
        margin-top: 0;
        padding: 0;
      }    
    }  
.speaker-details h5{ font-size: 1.2vw !important; font-weight: 600 !important; color: var(--darkblue); letter-spacing: inherit !important;}
@media (max-width: 992px){
    .cdetails h5{ font-size:2.7vw !important; text-shadow: none !important; letter-spacing: inherit !important;}
    .cdetails p{ font-size:2vw !important; color:#666; text-align:center !important;}
    .speaker-details h5{ font-size:2.7vw !important; letter-spacing: inherit !important;}
    .navbar-nav .nav-link{ margin-bottom: 5px !important; transition: all, .5s;}
    .navbar-nav .nav-link:hover {
          color:#fff !important; padding-left: 25px !important;
        }
    
}
      
    
    .section {
      padding: 80px 0;
    }
    .section h2 {
      font-weight: 700;
      margin-bottom: 30px;
    }
    .navbar-nav .nav-link { 
        background: var(--yellow);
        color: var(--darkblue);
        border: 2px solid var(--yellow);
        border-radius: 0 35px 0 35px;
        padding:0.3rem 1.3rem !important;
        font-family: 'Sora', sans-serif;
      font-weight: 500 !important; font-size: .8rem;
      margin: 0 0.0rem; text-transform: uppercase;
    }
    .navbar-nav .nav-link:hover { 
        background:transparent; border: 2px solid var(--yellow); color: #FFF;
    }
    .slider img {
      max-height: 300px;
      object-fit: contain;
    } 
.hero-section {
  min-height: auto; background-color:var(--darkblue);
  /*background: linear-gradient(to right, #b6e6f8, #6fc3e0); /* or use your own image */
  /*background: url('../../slider.jpg?v=1') no-repeat center top;
  background-size: cover; */   
  padding:140px 0 0 0;
  position: relative;
  overflow: hidden;
}

.hero-slider-images {
  max-width: 450px;
}

.hero-slider-images img {
  height: 450px;
  object-fit: contain;
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}


.slide-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-up.active {
  opacity: 1;
  transform: translateY(0);
}


.scroll-bg-section {
  position: relative;
  min-height: auto;
  background: none;
  overflow: hidden;
  z-index: 1;
}



/* Content on top of background */
.scroll-bg-section .container {
  position: relative;
  z-index: 1;
}

.scroll-bg-section .bg-holder::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background:url('../../sp-bg.jpg');
}

.parallax-section {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh; /* full screen height */
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.parallax-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* dark overlay for text readability */
  z-index: 0;
}
.parallax-section .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .parallax-section {
    background-attachment: scroll;
  }
}


.hamburger-btn {
  width: 32px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
}

.hamburger-btn span {
  display: block;
  height: 3px;
  background: var(--yellow);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.hamburger-btn.open span:nth-child(1) {
  transform: translateY(7px) rotate(50deg);
}

.hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.open span:nth-child(3) {
  transform: translateY(-14px) rotate(-50deg);
}

.speaker-box {
  background: linear-gradient(125deg, #FFF, #6ebfeb);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  color: #fff;
}

.speaker-image {
  overflow: hidden;
  border-radius: 12px;
}

.speaker-image img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.speaker-box:hover .speaker-image img {
  transform: scale(1.05);
}

.flag-badge {
  position: absolute;
  top: 5px;
  right: 5px; background: #FFF;
  padding: 3px; border: 0px solid var(--niceblue); 
  border-radius: 100px;
  z-index: 10;
}
.flag-badge img{ width:32px; height: 32px; border-radius: 100px;}

.cdetails{ background: #f1f1f1; padding: 15px 0;}
.cdetails p{ margin: 0; padding: 0;}

.committee{ text-align: center; border-radius: 6px; }
.committee .footer{ background: #ddd;}
.speaker-details .title {
  font-size: 0.9rem;
  color: #bbb;
}


.timeline {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.agenda-card {
  padding: 1.5rem;
  border-left: 5px solid var(--niceblue);
  border-radius: 8px;
  border-right:1px solid rgba(255, 255, 255, 0.1) !important;
  border-top:1px solid rgba(255, 255, 255, 0.1) !important;
  border-bottom:1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow:0 0px 12px rgba(0,0,0,0.2);
  animation: fadeInUp 0.6s ease;
  margin-bottom: 10px;    
}

.agenda-block {
  padding: 1rem 1.5rem; border-left: 5px solid var(--green);
  border-radius: 6px; box-shadow: 0 4px 4px rgba(0,0,0,0.08);
  background: transparent !important;
  border-right:1px solid rgba(255, 255, 255, 0.1) !important;
  border-top:1px solid rgba(255, 255, 255, 0.1) !important;
  border-bottom:1px solid rgba(255, 255, 255, 0.1) !important;
  animation: fadeInUp 0.4s ease; margin-bottom: 10px !important;
}
.session{
    border-left: 10px solid var(--yellow); background:rgba(0, 0, 0, 0.2) !important;
    border-right:1px solid rgba(255, 255, 255, 0.2) !important;
    border-top:1px solid rgba(255, 255, 255, 0.2) !important;
    border-bottom:1px solid rgba(255, 255, 255, 0.2) !important;
}
.agenda-block strong{ color:var(--yellow); float:right;}
.tab-pane h6{ font-size: 1vw; font-weight: 500 !important; letter-spacing:0;}
.tab-pane h6 b{ font-size: 1vw; color: var(--yellow); font-weight: 700;}
.tab-pane .bg-session h6{ font-size: 1.2vw; margin-top: 6px; margin-bottom: 5px !important;}
.tab-pane p{ font-size: 1vw; margin: 0;}
.bg-faq{  }
.bg-break{ }
.bg-session{ color: var(--yellow);}
.bg-sessions{ color: var(--yellow);}

.btn-primary{ background: var(--niceblue) !important;}
.btn-primary:hover{ background: var(--darkblue) !important;}
.bold{ font-weight: 600 !important;}
.spc { width: 60px; height: 60px; background: #e5e5e5; border-radius: 100%; border: 2px solid var(--niceblue); padding: 3px;}

.committee{ border: 1px solid #cfcfcf; border-radius: 6px;  box-shadow: 0 4px 4px rgba(0,0,0,0.05);}
.committee img{ width: 100%;}


@media (max-width:900px){
h1{ font-size: 6vw;} 
h2{ font-size: 5.5vw;}     
h3{ font-size: 5vw;}     
h4{ font-size: 4.5vw;}     
h5{ font-size: 4vw;}      
h6{ font-size: 3.5vw;}    
h7{ font-size: 3vw;}   
h8{ font-size: 2.7vw;}  
    
.tab-pane h6, .tab-pane h6 b{ font-size: 2.5vw;} 
.tab-pane .bg-session h6{ font-size: 2.7vw; margin-top: 6px; margin-bottom: 5px !important;}
.tab-pane .bg-session p{ margin: 0 !important;}  
.tab-pane p strong{ font-size: 2.5vw !important;}    
.spc{ margin-bottom: 10px;}     
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.agenda-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
  border-bottom: 10px solid var(--green);
  border-radius: 25px;    
}
.agenda-tabs::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.agenda-tabs .nav-item {
  flex: 0 0 auto;
  margin: 0 0;
}

.agenda-tabs .nav-link {
  position: relative;
  color: #999;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 0.75rem 2rem;
  background:transparent;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease; text-align: center;
}

.agenda-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 6px;
  background: var(--green);
  transition: width 0.3s ease;
}



.agenda-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  margin-bottom: 10px;
  border-radius: 10px;
  background:transparent;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  flex-wrap: wrap;
  transition: transform 0.3s ease;
}

.agenda-entry:hover {
  transform: translateY(-3px);
}

.agenda-entry .time {
  font-weight: bold;
  width: 140px;
}

.agenda-entry .lecture {
  flex: 1;
}

.agenda-entry .lecture h5 {
  margin: 0 0 5px;
  font-size: 1rem;
}

.agenda-entry .speaker {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.agenda-entry .speaker img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

/* Colors */
.agenda-entry.session {
  border-left: 5px solid var(--green);
}
.agenda-entry.break {
  background:#000;
  border-left: 5px solid var(--green);
}
.agenda-entry.faq {
  border-left: 5px solid var(--green);
}

/* Responsive */
@media (max-width: 768px) {
  .agenda-entry {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  .agenda-entry .time {
    width: 100%;
    margin-bottom: 8px;
  }
  .agenda-entry .speaker {
    flex-direction: row;
  }
}

.agenda-tabs .nav-link:hover::after,
.agenda-tabs .nav-link.active::after {
  width: 100%;
}

.agenda-tabs .nav-link:hover,
.agenda-tabs .nav-link.active {
  color: #fff; background: var(--green);
}

.nav-link img{ width:54px; display: block; margin:0 auto 3px auto;}
.nav-link span { font-size: .8rem; display: block; color: #dadada; font-weight: 500;}
.text-gray { color: #999;}


.footer-section {
  background-color: var(--darkblue);
  color: #ddd;
  font-size: 0.95rem;
}

.footer-section h5 {
  color: #fff;
  font-weight: 600;
}

.footer-section .footer-link {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section .footer-link:hover {
  color: #007bff;
  text-decoration: none;
}

.footer-section ul {
  padding-left: 0;
  list-style: none;
}

.footer-section p {
  margin-bottom: 0.5rem;
}
.xs { font-size: 12px;}
@media (max-width: 767px) {
    .xs { font-size: 10px;}
  .footer-section {
    text-align: center;
  }
}




.sponsor-card {
  background: #222;
  color: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}
.sponsor-card:hover {
  transform: translateY(-5px);
}
.sponsor-card h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.sponsor-card h5 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #ccc;
}
.sponsor-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.sponsor-card ul li {
  margin-bottom: 10px;
}

/* Color themes */
.sponsor-card.platinum {
  background: linear-gradient(135deg, #e5e4e2, #d4af37);
  color: #000;
}
.sponsor-card.gold {
  background: linear-gradient(135deg, #FFD700, #e6c200);
  color: #000;
}
.sponsor-card.silver {
  background: linear-gradient(135deg, #C0C0C0, #b8b8b8);
  color: #000;
}
.sponsor-card.bronze {
  background: linear-gradient(135deg, #cd7f32, #b87333);
  color: #fff;
}



.modal-content {
  border-radius: 12px;
  border: none;
}

.modal-header {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}


label{ font-weight: 400 !important;}

.form-control,
select,
textarea.form-control {
    background: rgba(0, 0, 0, 0.1);      /* transparent background */
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.25s ease;
    font-weight: 400 !important;
}
.form-control:disabled {
    background: rgba(0, 0, 0, 0.1);
}
/* Placeholder color */
.form-control::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

/* Focus effect */
.form-control:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.05);
    color: #fff;
}

/* Select dropdown arrow fix for dark theme */
select.form-control {
    color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}
select.form-control option {
    background: var(--darkblue) !important;   /* glass background */
    backdrop-filter: blur(6px);
    color: #fff;
    border: none;
}
/* Textarea */
textarea.form-control {
    min-height: 120px;
}

/* File input (modern style) */
.form-control[type="file"] {
    padding: 10px;
    color: #ccc;
}

/* File input (hide ugly default and make modern label) */
.form-control[type="file"]::-webkit-file-upload-button {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.form-control[type="file"]::-webkit-file-upload-button:hover {
    background: rgba(255, 255, 255, 0.25);
}

::placeholder { color: #bbb !important; font-weight: 300 !important;}

/* ===================== Agenda merged styles ===================== */
:root{
  --agenda-accent: var(--yellow);
  --agenda-accent-2: #5ee6b0;
  --agenda-accent-3: #7dd3fc;
}

/* Day container */
.agenda-day{ padding:14px 0; }

/* Session header */
.agenda-block.session{ background:linear-gradient(180deg, rgba(255,176,32,0.06), transparent); border-left:10px solid var(--agenda-accent); padding:12px; border-radius:8px; margin-bottom:12px;}
.agenda-block.session h5{ margin:0 0 6px 0; color:#fff; font-size:1.2rem; font-weight:500 !important; }
.agenda-block.session p.muted{ color: rgba(255,255,255,0.7); }

/* Standard agenda item */
.agenda-item{ display:flex; gap:0px; align-items:flex-start; padding:10px; background:rgba(255,255,255,0.02); border-radius:8px; margin-bottom:10px; border:1px solid rgba(255,255,255,0.1); transition: background 0.3s ease;  }
.agenda-item .time{ width:140px; flex:0 0 20px; color:var(--agenda-accent); font-weight:500; white-space:nowrap; text-shadow: 0 0 4px #333; font-size:0.85rem; }
.agenda-item .content h6{ margin:0; color:#fff; font-size:.85rem; font-weight:400 !important; text-shadow: 0 0 4px #333;}

.speaker{ margin:0; color:rgba(255, 255, 255, 0.5); font-weight:500 !important; text-shadow: 0 0 4px #333; font-size:0.95rem; display:flex;  align-items:center;}



.flg{
  position: absolute; right:2%; font-size:34px; border:1px solid #666; width:36px; height: 28px;
}
 
.agenda-item.break{ background: rgba(0,0,0,0.08); }

/* Active tab visual */
.nav-pills .nav-link{ color:rgba(255, 255, 255, 0.4);}
.nav-pills .nav-link.active{ background:linear-gradient(90deg, rgba(255,176,32,0.14), rgba(93,230,176,0.05)); color:var(--agenda-accent); border:1px solid rgba(255,176,32,0.14); box-shadow:0 6px 18px rgba(0,0,0,0.35); }

/* Small underline for session headings */
.agenda-block.session h5:after{ content:''; display:block; width:48px; height:4px; background:var(--agenda-accent-3); border-radius:4px; margin-top:8px; }

/* Reduce gap between time and title on desktop while keeping readability */
.agenda-item .time + .content{ margin-left:0; }

/* Ensure times stay on one line on larger screens */
@media (min-width: 769px){
  .agenda-item { gap: 24px; }
  .agenda-item .time{ white-space:nowrap; width:160px; flex:0 0 160px; }
  .agenda-entry .time{ width:160px; }
}

/* Mobile adjustments — tighter spacing and readable fonts */
@media (max-width:768px){
    .flg{
        position: absolute; right:5% !important;
    }
  /* tighter vertical spacing on small screens */
    .agenda-item{ flex-direction:column; gap:4px; padding:14px; }
    .agenda-item .time{ width:auto; white-space:normal; font-size:0.85rem; margin-bottom:4px; }
    .agenda-item .content h6{ margin-bottom:4px; font-size:0.85rem; }
    .agenda-day{ padding:4px 0; }
    .nav-pills .nav-link{ padding:6px 8px; font-size:0.95rem; }
    .agenda-block.session{ padding:16px; }
    /* reduce overall agenda entry paddings for denser layout */
    .agenda-entry { padding: 6px 8px; }
    .agenda-entry .time { width: auto; margin-bottom:6px; font-size:0.85rem; }
}

/* Accordion/collapse behavior for very small screens */
@media (max-width:600px) {
  .agenda-item { cursor: pointer; }
  .agenda-item .summary { display: flex; width: 100%; align-items: center; justify-content: space-between; }
  .agenda-item .details { display: none; width: 100%; margin-top: 6px; }
  .agenda-item.open .details { display: block; }
  .agenda-item .chev { transition: transform 0.25s ease; margin-left: 12px; color: var(--agenda-accent); }
  .agenda-item.open .chev { transform: rotate(90deg); }
  .agenda-item .time, .agenda-item .content { width: auto !important; }
}

/* Small utility for compact agenda (if needed) */
.agenda-compact .agenda-item{ padding:8px; gap:10px; }

/* End agenda merged styles */


