/**
* Template Name: TheEvent - v4.7.0
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #ffffff;
  color: #1f2937;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.75;
}
a {
  color: #1fa4a9;
  text-decoration: none;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}
.main-page {
  margin-top: 0px;
}
body {
  padding-top: 130px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1fa4a9;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #f94a6a;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/* Sections Header
--------------------------------*/
.section-header {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 20px;
}
.section-header h2::before {
  display: none !important;
}
/*
.section-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 15px;
  background: #0e4b5a;
  bottom: 0;
  left: calc(50% - 25px);
  
}
*/
.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.section-with-bg {
  background-color: #ffffff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 997;
  transition: all 0.5s;
  background: #265C5B;   /* SAME AS FOOTER-TOP */
}
/* Header on scroll */
/* Header on scroll */
#header.header-scrolled,
#header.header-inner {
  height: 80px;
  background: #265C5B;   /* SAME AS FOOTER-TOP */
}
/* Stronger overlay when scrolled */
#header.header-scrolled::before,
#header.header-inner::before {
  background: rgba(11, 60, 73, 0.9);
}
/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
#header #logo h1 {
  font-size: 36px;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header #logo h1 span {
  color: #1fa4a9;
}
#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}
#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}
/* Responsive logo */
@media (max-width: 992px) {
  #header #logo img {
    max-height: 75px;
  }
}
/*--------------------------------------------------------------
# Buy Tickets
--------------------------------------------------------------*/
.buy-tickets {
  color: #fff;
  background: #f82249;
  padding: 7px 22px;
  margin: 0 0 0 15px;
  border-radius: 50px;
  border: 2px solid #1fa4a9;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  white-space: nowrap;
}
.buy-tickets:hover {
  background: none;
  color: #fff;
}
.buy-tickets:focus {
  color: #fff;
}
@media (max-width: 992px) {
  .buy-tickets {
    margin: 0 15px 0 0;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 12px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(202, 206, 221, 0.8);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 6px 4px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #1fa4a9;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ffffff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #060c22;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #1fa4a9;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation
*/
/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none; /* Hidden on desktop */
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block; /* Shown on mobile */
  }
  .navbar ul {
    display: none; /* Hide standard menu */
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  
  /* ADD THESE TWO LINES */
  background-color: #ffffff !important;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  
  overflow-y: auto;
  transition: 0.3s;
  border-radius: 8px; /* Optional: makes the menu look cleaner */
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1fa4a9;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background-color: #f8f9fa !important; /* Slightly grey to distinguish from main menu */
    margin: 10px 20px;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1fa4a9;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* --------------------------------------------------------------
# Hero Section
-------------------------------------------------------------- */
#hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.webp") top center / cover no-repeat;
  overflow: hidden;
  margin-top: 0px;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
/* Overlay */
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 50, 80, 0.7);
}
/* Hero Content Container */
#hero .hero-container {
  position: absolute;
  inset: 0;
  top: -150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 0px;
}

/* Logo */
.hero-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-logo img {
  height: 200px;
  width: auto;
}
@media (max-width: 768px) {
  .hero-logo img {
    height: 90px;
  }
}
/* Headings */
#hero h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  font-weight: 600;
  text-transform: uppercase;
}
#hero h1 span {
  color: #90f57f;
}
@media (max-width: 991px) {
  #hero h1 {
    font-size: 24px;
  }
}
/* Subtitle */
#hero p {
  color: #ebebeb;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991px) {
  #hero p {
    font-size: 25px;
  }
}
/* Play Button */
#hero .play-btn {
  position: relative;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: radial-gradient(#1fa4a9 50%, rgba(101, 111, 150, 0.15) 52%);
  overflow: hidden;
  display: block;
}
#hero .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  z-index: 2;
}
#hero .play-btn::before {
  content: "";
  position: absolute;
  top: -15%;
  left: -15%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  animation: pulsate-btn 2s infinite steps;
}
/* Hover Effects */
#hero .play-btn:hover::after {
  border-left-color: #f82249;
  transform: scale(20);
}
#hero .play-btn:hover::before {
  animation: none;
  border: none;
}
/* About Button */
#hero .about-btn {
  display: inline-block;
  padding: 12px 32px;
  margin: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 50px;
  border: 2px solid #1fa4a9;
  transition: 0.5s;
}
#hero .about-btn:hover {
  background: #1fa4a9;
  color: #fff;
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  background: url("../img/about1.webp");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  padding: 60px 0 40px 0;
}

@media (min-width: 1024px) {
  #about {
    background-attachment: fixed;
  }
}

/* Overlay */
#about::before {
  content: "";
  background: rgba(13, 10, 21, 0.8);
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Text styling */
#about h2,
#about h3 {
  color: #ffffff;
}

#about p,
#about li,
#about strong {
  color: #ffffff;
}

/* Bring content above overlay */
#about .container {
    position: relative;
  z-index: 1;
}


/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule {
  padding: 60px 0 60px 0;
}
#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}
#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}
#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}
@media (max-width: 991px) {
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}
@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}
@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}
#schedule .nav-tabs a.active {
    background-color: #d1af15;
    color: #060c22;
}
#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}
@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}
#schedule .tab-pane {
  transition: ease-in-out 0.2s;
}
#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}
#schedule .schedule-item:hover {
  background-color: #fff;
}
#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}
#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}
#schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}
#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}
#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
#venue {
  padding: 60px 0;
}
#venue .container-fluid {
  margin-bottom: 3px;
}
#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
#venue .venue-info {
  background: url("../img/hero-bg.webp") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}
#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}
#venue .venue-gallery-container {
  padding-right: 12px;
}
#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}
#venue .venue-gallery:hover img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Committee Section (Hotels Style)
--------------------------------------------------------------*/
/* =========================================================
   Committee Section with Dark Overlay
   ========================================================= */
#Committee {
  padding: 30px 0;
  /* Added Background & Overlay Logic */
  background: url("../img/about.webp") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
/* Dark Semi-Transparent Overlay */
#Committee:before {
  content: "";
  background: rgba(6, 12, 34, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
/* Ensure Content sits on top of the overlay */
#Committee .container {
  position: relative;
  z-index: 1;
}
/* =========================================================
   Committee Card Styling (From your Code)
   ========================================================= */
#Committee .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
#Committee .hotel:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
/* Image Wrapper */
#Committee .hotel-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
/* Image */
#Committee .hotel-img img {
  width: 50%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
/* Hover Zoom */
#Committee .hotel:hover .hotel-img img {
  transform: scale(1.1);
}
/* Text Content Wrapper */
#Committee .hotel-content {
  padding: 15px 15px 20px 15px;
}
/* Name / Title */
#Committee h3 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 6px 10px;
}
/* Links */
#Committee a {
  color: #152b79;
  text-decoration: none;
  margin: 0 0 6px 10px;
}
#Committee a:hover {
  color: #1fa4a9;
}
/* Affiliation / Designation */
#Committee .stars {
  margin-bottom: 6px;
  color: #555;
  font-size: 14px; /* Added for consistency */
  margin: 0 0 6px 10px; /* Aligned with H3 */
}
/* Role / Description */
#Committee p {
  margin: 0;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}
/* Ensure Badges match the Theme */
#Committee .badge {
  background-color: #d1af15;
  color: #060c22;
}


/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
#supporters {
  padding: 60px 0;
}
#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}
#supporters .supporter-logo {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}
#supporters .supporter-logo:hover img {
  transform: scale(1.2);
}
#supporters img {
  transition: all 0.4s ease-in-out;
}
/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq {
  padding: 60px 0;
}
#faq .faq-list {
  padding: 0;
  list-style: none;
}
#faq .faq-list li {
  border-bottom: 1px solid #e9eaed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#faq .faq-list .question {
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif; /* Correct font */
    color: #1fa4a9; /* Assuming you wanted the text color */
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #2ecc71;
  transition: 0.3s;
}
#faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
#faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
#faq .faq-list .icon-show {
  display: none;
}
#faq .faq-list .collapsed {
  color: black;
}
#faq .faq-list .collapsed:hover {
  color: #1fa4a9;
}
#faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
#faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/
#subscribe {
  padding: 60px;
  background: url("../img/about.webp") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
/* Transparent table inside Subscribe section */
#subscribe table {
  backdrop-filter: blur(2px);
  border-radius: 10px;
  overflow: hidden;
}
#subscribe table th {
  font-weight: 900;
  color: #0e4b5a;
}
#subscribe table td {
  color: #333;
}
#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  #subscribe {
    background-attachment: fixed;
  }
}
#subscribe .section-header h2, #subscribe p {
  color: #fff;
}
#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}
@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}
#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #1fa4a9;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}
#subscribe button:hover {
  background: #2ecc71;
}
@media (max-width: 460px) {
  #subscribe button {
  }
}
/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/
#buy-tickets {
  padding: 60px 0;
}
#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}
#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}
#buy-tickets .card hr {
  margin: 25px 0;
}
#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}
#buy-tickets .card .card-price {
  font-size: 48px;
  margin: 0;
}
#buy-tickets .card ul li {
  margin-bottom: 20px;
}
#buy-tickets .card .text-muted {
  opacity: 0.7;
}
#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #1fa4a9;
  border: 0;
  color: #fff;
}
#buy-tickets .card .btn:hover {
  background-color: #2ecc71;
}
#buy-tickets #buy-ticket-modal input, #buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}
#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #1fa4a9;
  border: 0;
  color: #fff;
}
#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #2ecc71;
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#contact {
  background: #265C5B;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}
/* Footer top with background image */
#contact .footer-top {
  background: url("../img/about.webp") center center no-repeat;
  background-size: cover;
  padding: 0px 0 30px 0;
  position: relative;
}
/* Dark overlay for readability */
#contact .footer-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 9, 25, 0.85);
  z-index: 0;
}
/* Make footer content appear above overlay */
#contact .footer-top .container {
  position: relative;
  z-index: 1;
}
#contact .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}
#contact .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
#contact .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#contact .footer-top .social-links a {
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#contact .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}
#contact .footer-top .social-links a:hover {
  background: #1fa4a9;
  color: #fff;
}
#contact .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #1fa4a9;
}
#contact .footer-top .footer-links {
  margin-bottom: 30px;
}
#contact .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #f82249;
  font-size: 18px;
}
#contact .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
#contact .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#contact .footer-top .footer-links ul a {
  color: #eee;
}
#contact .footer-top .footer-links ul a:hover {
  color: #1fa4a9;
}
#contact .footer-top .footer-contact {
  margin-bottom: 30px;
}
#contact .footer-top .footer-contact p {
  line-height: 26px;
}
#contact .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#contact .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#contact .footer-top .footer-newsletter input[type=submit] {
  background: #1fa4a9;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}
#contact .footer-top .footer-newsletter input[type=submit]:hover {
  background: #2ecc71;
}
#contact .copyright {
  text-align: center;
  padding-top: 30px;
}
#contact .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
/*--------------------------------------------------------------
# registration1 Section (Updated Style)
--------------------------------------------------------------*/
/* 1. Section Background & Dark Overlay */
#registration1 {
  padding: 90px 0 60px 0;
  background: url("../img/about.webp") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
/* Add this specific rule to push the Registration Header down */
#registration1 .section-header {
}
/* Create the Dark Blue Overlay */
#registration1:before {
  content: "";
  background: rgba(6, 12, 34, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
/* Ensure content sits on top of overlay */
#registration1 .container {
  position: relative;
  z-index: 1;
}
/* 2. Navigation Tabs */
#registration1 .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}
#registration1 .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}
#registration1 .nav-tabs a {
  border: 2px solid #d1af15; /* Added border for visibility */
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d; /* Navy */
  color: #fff;
  padding: 10px 100px;
  transition: 0.3s;
}
/* Tab Hover & Active States (Golden Theme) */
#registration1 .nav-tabs a:hover,
#registration1 .nav-tabs a.active {
  background-color: #d1af15; /* Golden Yellow */
  color: #060c22;            /* Navy Text */
  border-color: #d1af15;
}
/* Responsive Tab sizing */
@media (max-width: 991px) {
  #registration1 .nav-tabs a { padding: 8px 60px; }
}
@media (max-width: 767px) {
  #registration1 .nav-tabs a { padding: 8px 50px; }
}
@media (max-width: 480px) {
  #registration1 .nav-tabs a { padding: 8px 30px; }
}
/* 3. Sub-heading text */
#registration1 .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
  color: #fff; /* White text to sit on dark overlay */
}
@media (min-width: 991px) {
  #registration1 .sub-heading { width: 75%; }
}
#registration1 .tab-pane {
  transition: ease-in-out 0.2s;
}
/* 4. Registration Items -> Converted to White Cards */
#registration1 .registration1-item {
  background: #fff;           /* White Background */
  border: 1px solid #e0e5fa;
  border-radius: 15px;        /* Rounded Corners */
  padding: 20px;              /* Internal Spacing */
  margin-bottom: 20px;        /* Space between items */
  transition: all ease-in-out 0.3s;
  position: relative;
}
/* Hover Effect (Lift Up) */
#registration1 .registration1-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
/* Time/Date styling */
#registration1 .registration1-item time {
  padding-bottom: 5px;
  display: inline-block;
  color: #d1af15; /* Gold color for time */
  font-weight: 700;
}
/* Speaker Image (if present) */
#registration1 .registration1-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}
#registration1 .registration1-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}
/* Item Heading */
#registration1 .registration1-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #060c22; /* Navy Text */
}
#registration1 .registration1-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}
/* Item Description */
#registration1 .registration1-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Bank Account / Fees Section
--------------------------------------------------------------*/
#fees .card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
#fees table {
  background: rgba(255, 255, 255, 0.85);
}
#fees table th,
#fees table td {
  background: transparent;
}
#fees table th {
  width: 40%;
  font-weight: 600;
  color: #0e4b5a;
}
#fees h4 {
  font-weight: 600;
  color: #0e4b5a;
}

/*--------------------------------------------------------------
# Split logo clickable areas
--------------------------------------------------------------*/
.logo-split {
  position: relative;
  display: inline-block;
}
.logo-split img {
  height: 100px;      /* logo size */
  width: auto;
  display: block;
}
/* Common link style */
.logo-link {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 2;
}
/* Left half */
.logo-link.left {
  left: 0;
}
/* Right half */
.logo-link.right {
  right: 0;
}
/* Center logo in Hero section */
.whatsapp-float {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: transform 0.3s ease;
}
.whatsapp-float i {
  line-height: 45px;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}
/* Option C: Minimal and professional */
.accordion-button {
background: #ffffff;
color: #111827;
border: 1px solid #e5e7eb;
border-radius: 6px;
padding: 0.95rem 1.1rem;
font-weight: 600;
}
.accordion-button:not(.collapsed) {
background: #f8fafc;
border-color: #e2e8f0;
}
.accordion-body {
padding: 1rem 1.25rem;
}
.accordion-item + .accordion-item {
}
.contact-section {
  background: url("../img/about.webp") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  color: #fff;
}
/* Dark overlay */
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 12, 34, 0.2);
  z-index: 0;
}
/* Content above overlay */
.contact-section .container {
  position: relative;
  z-index: 1;
}
.contact-section iframe {
  width: 100%;
  height: 220px;
  border: 0;
}
/* =========================================================
   SPEAKER CARD (BOX STYLE – MAIN DESIGN)
   ========================================================= */

.speaker-card {
  background: #ffffff;
  border: 1px solid #e0e5fa;
  border-radius: 8px;
  padding: 15px 20px 15px 30px;
  width: 65%;
  margin: 0 auto;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 3px solid transparent;
}

.speaker-card:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(14, 27, 77, 0.1);
  border-left: 3px solid #d1af15;
}

.speaker-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #060c22;
  line-height: 1.4;
}

.speaker-card h3 a {
  color: #0e1b4d;
  text-decoration: none;
}

.speaker-card h3 a:hover {
  color: #d1af15;
}

.speaker-card .stars {
  font-size: 13px;
  color: #666;
  font-style: italic;
}


/* =========================================================
   STICKY COLUMN HEADER
   ========================================================= */

.col-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px 0;
  position: sticky;
  top: 90px;
  z-index: 100;
}

.col-header span {
  background: #0e1b4d;
  color: #ffffff;
  padding: 8px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: 0 5px 15px rgba(14, 27, 77, 0.2);
}


/* =========================================================
   SPEAKERS SECTION WITH BACKGROUND & OVERLAY
   ========================================================= */

#speakers {
  padding: 60px 0 30px;
  background: url("../img/about.webp") center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/* Dark Overlay */


/* Content Above Overlay */
#speakers .container {
  position: relative;
  z-index: 1;
}

/* Disable fixed background on tablets */
@media (max-width: 1024px) {
  #speakers {
    background-attachment: scroll;
  }
}


/* =========================================================
   SIMPLE SPEAKER BOX (FOR LISTS)
   ========================================================= */

.speaker-box {
  border: 1px solid #e2e2e2;
  padding: 14px;
  border-radius: 6px;
  background: #ffffff;
  height: 100%;
}

.speaker-box a {
  font-weight: 600;
  color: #0e1b4d;
  text-decoration: none;
}

.speaker-box a:hover {
  color: #d1af15;
  text-decoration: underline;
}

.speaker-affiliation {
  font-size: 14px;
  color: #555;
  margin-top: 4px;
}


/* =========================================================
   BOOTSTRAP TEMPLATE LEGACY (OPTIONAL – SAFE)
   ========================================================= */

@media (min-width: 992px) {
  .border-end-lg {
    border-right: 1px solid #e0e5fa;
  }
}

#speakers .badge {
  background-color: #d1af15;
  color: #060c22;
}


/*--------------------------------------------------------------
# Committee Section (Hotels Style)
--------------------------------------------------------------*/
/* =========================================================
   Advisory Section with Dark Overlay
   ========================================================= */
#Advisory {
  padding: 20px 0;
  /* Added Background & Overlay Logic */
  background: url("../img/about.webp") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
/* Dark Semi-Transparent Overlay */
#Advisory:before {
  content: "";
  background: rgba(6, 12, 34, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
/* Ensure Content sits on top of the overlay */
#Advisory .container {
  position: relative;
  z-index: 1;
}

/* =========================================================
   Advisory Card Styling (From your Code)
   ========================================================= */
#Advisory .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
#Advisory .hotel:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
/* Image Wrapper */
#Advisory .hotel-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
/* Image */
#Advisory .hotel-img img {
  width: 50%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
/* Hover Zoom */
#Advisory .hotel:hover .hotel-img img {
  transform: scale(1.1);
}
/* Text Content Wrapper */
#Advisory .hotel-content {
  padding: 15px 15px 20px 20px;
}
/* Name / Title */
#Advisory h3 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 6px 10px;
  /* Top | Right | Bottom | Left */
  padding: 5px 0 5px 55px;
}
/* Links */
#Advisory a {
  color: #152b79;
  text-decoration: none;
  margin: 0 0 6px 10px;
}
#Advisory a:hover {
  color: #1fa4a9;
}
/* Affiliation / Designation */
#Advisory .stars {
  margin-bottom: 6px;
  color: #555;
  margin: 0 0 6px 10px; /* Aligned margins */
}
/* Role / Description */
#Advisory p {
  margin: 0;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
  margin-left: 10px;
}
/* Advisory Box specific styling */
#advisory .advisory-box {
  width: fit-content;
  max-width: 520px;
  padding: 20px 30px;
}
/* Advisory List Styling */
.advisory-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #060c22;
}
.advisory-box h3 a {
    color: #060c22;
    text-decoration: none;
}
.advisory-box .stars {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    font-style: italic;
}

/* Fix padding for Organizing Committee Text */
#Advisory .hotel-content h3,
#Advisory .hotel-content .stars {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
#Advisory .hotel-content {
    padding: 20px 25px !important;
}

/* Badges Theme Match */
#Committee .badge,
#Advisory .badge {
  background-color: #d1af15;
  color: #060c22;
}
/* Make columns size to content */
.table-auto {
  table-layout: auto;
  width: auto;              /* don’t stretch full container */
}
/* Keep fees compact; allow category to wrap if long */
.table-auto th,
.table-auto td {
  vertical-align: top;
}
.table-auto td:first-child,
.table-auto th:first-child {
  white-space: normal;      /* Category can wrap */
}
.table-auto td:nth-child(2),
.table-auto td:nth-child(3),
.table-auto th:nth-child(2),
.table-auto th:nth-child(3) {
  white-space: nowrap;      /* Fees stay tight */
  text-align: center;
}
/* Wrapper */
.bank-details-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
/* Table base */
.bank-details-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
/* Left column (labels) */
.bank-details-table th {
  width: 40%;
  padding: 14px 18px;
  background: #f7f7eb;
  color: #152b79;
  font-weight: 600;
  border-bottom: 1px solid #e6e9f4;
  text-align: left;
  vertical-align: middle;
}
/* Right column (values) */
.bank-details-table td {
  padding: 14px 18px;
  color: #060c22;
  font-weight: 500;
  border-bottom: 1px solid #e6e9f4;
  vertical-align: middle;
}
/* Highlight important fields */
.bank-details-table td.highlight {
  font-weight: 700;
  color: #1fa4a9;
  letter-spacing: 0.5px;
}
/* Remove border from last row */
.bank-details-table tr:last-child th,
.bank-details-table tr:last-child td {
  border-bottom: none;
}
/* Hover effect */
.bank-details-table tr:hover {
  background-color: #f9fbff;
}
/* Mobile adjustments */
@media (max-width: 576px) {
  .bank-details-table th,
  .bank-details-table td {
    padding: 12px 14px;
    font-size: 14px;
  }
}
/* Copy button cell */
.copy-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* Copy button */
.copy-btn {
  padding: 6px 12px;
  font-size: 13px;
  border: 1px solid #1fa4a9;
  background: transparent;
  color: #1fa4a9;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.copy-btn:hover {
  background: #1fa4a9;
  color: #ffffff;
}
/* Active / copied state */
.copy-btn.active {
  background-color: #d1af15;   /* Bootstrap success green */
  border-color: #060c22;
}
/* Copied state */
.copy-btn.copied {
  background: #d1af15;
  border-color: #28a745;
  color:#060c22;
}
.card img {
  border-radius: 10px;
}
/* Table heading inside table */
.bank-details-table .table-title {
    background-color: #d1af15;
    color: #060c22;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  padding: 14px;
  letter-spacing: 0.3px;
}
/* Common header style for payment sections */
/* Registration + QR Header (Unified Style) */
/* Registration table & QR header – unified style */
.table-title,
.qr-title {
  background: linear-gradient(135deg, #d1af15, #b8960f);
  color: #060c22;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  padding: 14px 16px;
  letter-spacing: 0.4px;
  /* Rounded top corners */
  border-radius: 16px 16px 0 0;
}
/* Remove default Bootstrap card header border */
.card-header.qr-title {
    background: linear-gradient(135deg, #d1af15, #b8960f);
    color: #060c22;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    padding: 14px 16px;
    letter-spacing: 0.4px;
    /* Rounded top corners */
    border-radius: 16px 16px 0 0;
  }
  /* Remove default Bootstrap card header border */
  .card-header.qr-title {
    border-bottom: none;
  }
/* Header search */
.search-icon i {
  font-size: 18px;
}
.header-search {
  position: absolute;
  top: 100px; /* header height */
  right: 30px;
  width: 250px;
  z-index: 999;
}
.header-search input {
  border-radius: 20px;
  padding: 18px 15px;
}
.fee-table th {
  font-size: 14px;
  text-transform: uppercase;
}
.fee-table td {
  font-size: 14px;
}
.card-header {
  border-radius: 16px 16px 0 0;
}
.card {
  border-radius: 16px;
}
/* Registration Table Card */
.registration-card {
  border-radius: 18px;
  overflow: hidden;
}
/* Header styling */
.registration-card .card-header {
 background: linear-gradient(135deg, #d1af15, #b8960f);
  color: #fff;
  font-weight: 600;
  padding: 18px;
}
/* Table styling */
.registration-table {
  margin-bottom: 0;
}
.registration-table thead th {
  background-color: #212529;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
}
.registration-table tbody tr {
  transition: all 0.2s ease;
}
.registration-table tbody tr:hover {
  background-color: #f8f9fa;
}
.registration-table td {
  font-size: 15px;
}
/* Highlight foreign participants */
.highlight-row {
  background-color: #fff3cd;
  font-weight: 600;
}
/* Mobile spacing */
@media (max-width: 768px) {
  .registration-table td,
  .registration-table th {
    font-size: 14px;
    padding: 10px;
  }
}
/* =========================================================
   Call For Chapters Section
   ========================================================= */
#call-for-chapters {
  /* Spacing: 120px top to clear fixed header, 60px bottom */
  padding: 20px 0 15px 0;
  
  /* Background Image on the Section */
  background: url("../img/about.webp") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
/* Dark Semi-Transparent Overlay */
#call-for-chapters:before {
  content: "";
  background: rgba(6, 12, 34, 0.2);/* Dark Blue Overlay */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
/* Ensure content sits on top of the overlay */
#call-for-chapters .container {
  position: relative;
  z-index: 1;
}
/* =========================================================
   Call For Chapters Content Styling
   ========================================================= */
#call-for-chapters .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#call-for-chapters .hotel p {
  text-align: justify;
  margin: 0;
  color: #060c22;
  font-size: 16px;
  line-height: 1.6;
}
/* Unified Header Button Style */
.btn-submit-header {
  background: #f82249;
  color: #ffffff !important; /* Added !important to ensure it stays white */
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #f82249;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin-left: 15px;
}
.btn-submit-header:hover {
  background: transparent; /* This reveals the header color behind the button */
  color: #ffffff !important; /* Keeps text white on hover */
  border-color: #f82249;     /* Ensures the border stays visible */
}
.registration-table thead {
  background-color: #0e1b4d; /* Navy Header */
  color: #ffffff;
}
.registration-table tbody tr:hover {
  background-color: #f8f9fa; /* Light grey hover */
  transform: scale(1.01);    /* Slight zoom effect */
  transition: 0.2s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.registration-table td:first-child {
  background-color: #e9edfb; /* Light blue background for the Category column */
  font-weight: bold;
  color: #060c22;
  text-align: left;
  padding-left: 20px;
}
/* =========================================================
   Contact Page Section with Dark Overlay
   ========================================================= */
#contact-page {
  /* Spacing to ensure header doesn't overlap */
  padding-top: 30px;
  padding-bottom: 60px;
  
  /* Background Image Setup */
  background: url("../img/about.webp") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
/* Dark Blue Overlay */
#contact-page:before {
  content: "";
  background: rgba(6, 12, 34, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
/* Ensure Content sits on top of overlay */
#contact-page .container {
  position: relative;
  z-index: 1;
}
/* Make the sub-heading paragraph white to stand out against dark bg */
#contact-page .section-header p {
  color: #fff;
}
/* Fix to ensure Dropdown opens ABOVE the ticker */
#header {
  z-index: 9999 !important; /* Brings header to the very front */
}

/* --------------------------------------------------------------
# FIX: Advisory Committee List Alignment
-------------------------------------------------------------- */
/* Target the specific box containing the list */
#Committee .advisory-box {
  background: #fff;
  border: 1px solid #e0e5fa;
  border-radius: 15px;
  padding: 30px; /* Internal spacing for the whole box */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
/* Fix the Name Alignment */
#Committee .advisory-box h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #060c22;
  margin: 0 0 5px 0 !important; /* Reset margin */
  padding: 0 !important;        /* Remove extra padding inherited from cards */
  text-align: left;             /* Ensure left alignment */
}
/* Fix the Name Link Color */
#Committee .advisory-box h3 a {
  color: #0e1b4d;
  text-decoration: none;
  transition: 0.3s;
}
#Committee .advisory-box h3 a:hover {
  color: #d1af15; /* Gold hover effect */
}
/* Fix the Designation/University Alignment */
#Committee .advisory-box .stars {
  font-size: 14px;
  color: #555;
  font-style: italic;
  margin: 0 0 20px 0 !important; /* Space between this person and the next */
  padding: 0 !important;         /* Remove extra padding */
  text-align: left;              /* Ensure left alignment */
  line-height: 1.5;
  border-left: 3px solid #d1af15; /* Optional: Adds a nice gold accent line */
  padding-left: 10px !important;  /* Space text from the accent line */
}
/* Responsive adjustment for mobile */
@media (max-width: 768px) {
  #Committee .advisory-box {
    padding: 15px;
  }
}
/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #d1af15; /* Golden Scrollbar */
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #0e1b4d; /* Navy on hover */
}
/* Pause ticker animation on hover */

/* Decorative line under all Section Headers */
.section-header h2 {
  position: relative;
  padding-bottom: 15px; /* Space for the line */
  margin-bottom: 20px;
}
.section-header h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;          /* Length of the line */
  height: 4px;          /* Thickness */
  background: #d1af15;  /* Golden Yellow */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); /* Centers the line */
  border-radius: 2px;
}
/* Shine Animation Keyframes */
@keyframes shine {
  0% { left: -100%; }
  20% { left: 100%; }
  100% { left: 100%; }
}
/* Apply to the Header Button */
.btn-submit-header {
  position: relative;
  overflow: hidden; /* Contains the shine inside the button */
}
.btn-submit-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: all 0.3s;
  animation: shine 4s infinite; /* Runs every 4 seconds */
}
/* Footer Link Transition */
#contact .footer-links ul li a {
  transition: all 0.3s ease;
  display: inline-block;
}
/* On Hover: Move text slightly and change color */
#contact .footer-links ul li:hover a {
  color: #d1af15;
  padding-left: 10px; /* Slides the text to the right */
}
/* Target the icon specifically if you want only the icon to move,
   but padding-left on the <a> tag is usually smoother. */
/* Styling for the Icon Container */
.icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%; /* Makes it a perfect circle */
  background: #fdf6dd; /* Very light gold background */
  color: #d1af15 !important; /* Force the icon color to Gold */
  font-size: 28px !important;
  margin-right: 20px !important;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0; /* Prevents circle from squishing */
}
/* Hover Effect: Circle turns Gold, Icon turns White */
.icon-box:hover i {
  background: #d1af15;
  color: #fff !important;
  transform: scale(1.1); /* Slight pop */
  box-shadow: 0 5px 15px rgba(209, 175, 21, 0.4);
}
/* Inputs and Textareas when clicked/focused */
.form-control:focus {
  border-color: #d1af15; /* Gold Border */
  box-shadow: 0 0 0 0.2rem rgba(209, 175, 21, 0.25); /* Gold Glow */
}
/* Custom Text Selection Color (When user highlights text) */
::selection {
  background: #d1af15;
  color: #060c22;
}
/* Map Filter Effect */
.google-map iframe {
  filter: grayscale(100%) invert(8%) contrast(90%); /* Muted Navy Tone */
  transition: all 0.5s ease;
  border-radius: 15px; /* Smooth corners */
}
/* Color on Hover */
.google-map:hover iframe {
  filter: grayscale(0%);
}
/* --- Custom Scrollbar --- */
/* Width */
::-webkit-scrollbar {
  width: 7px;
}
/* Track (Background) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle (The moving part) */
::-webkit-scrollbar-thumb {
  background: #d1af15; /* Gold */
  border-radius: 5px;
  border: 2px solid #f1f1f1; /* Creates a nice padding effect */
}
/* Handle on Hover */
::-webkit-scrollbar-thumb:hover {
  background: #0e1b4d; /* Turns Navy on hover */
}
/* Apply to the span inside h1 in Hero section */
#hero h1 span {
  background: linear-gradient(to right, #d1af15 0%, #e2f57a 50%, #d1af15 100%);
  background-size: 200% auto;
  color: #d1af15; /* Fallback */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shineText 10s linear infinite;
  font-weight: 700;
}
@keyframes shineText {
  to {
    background-position: 200% center;
  }
}
/* Selection Highlight */
::selection {
  background: #0e1b4d; /* Navy Background */
  color: #d1af15;      /* Gold Text */
}
::-moz-selection {
  background: #0e1b4d;
  color: #d1af15;
}
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Deep Gradient: Navy at top, darker at bottom for text readability */
  background: linear-gradient(
    to bottom,
    rgba(13, 60, 93, 0.9) 0%,
    rgba(13, 60, 93, 0.6) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
/* Standard Professional Card Hover */
.hover-lift {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.hover-lift:hover {
  transform: translateY(-5px); /* Moves up slightly */
  box-shadow: 0 15px 30px rgba(14, 27, 77, 0.15); /* Soft shadow */
  border-bottom: 3px solid #d1af15; /* Gold accent appears */
}
/* ==========================================================================
   GLOBAL LAYOUT STANDARDIZATION (Header, Ticker, Margins)
   ========================================================================== */
/* 1. Fixed Header Height */
#header {
  height: 90px !important;
  z-index: 9999 !important;
}

/* 3. Reset Main Page Margin */
.main-page {
  margin-top: 0 !important;
}
/* 4. STANDARD SECTION PADDING (Applies to all inner pages) */
/* This ensures every page starts at the exact same visual height */
#speakers,
#Committee,
#Advisory,
#registration1,
#important-dates-page,
#call-for-chapters,
#gallery,
#contact-page {
  padding-top: 50px !important; /* The Standard Gap */
  padding-bottom: 60px;
}
/* 5. Reset Section Header Margins */
/* Prevents double spacing on top of the padding */
.section-header {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
/* Organizing Institute Section Styling */
#about-orgs {
  background: #f6f7fb; /* Light grey background to make white boxes pop */
  padding: 60px 0;
}
.org-box {
  background: #ffffff; /* The white box */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%; /* Ensures all boxes are the same height in a row */
  border-bottom: 4px solid #d1af15; /* Optional: Gold accent to match your theme */
}
.org-box:hover {
  transform: translateY(-10px); /* Subtle lift on hover */
}
.org-box h3 {
  color: #060c22;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.org-box p {
  color: #444;
  line-height: 1.6;
  font-size: 14px;
  text-align: justify;
}
.org-box {
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.org-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    border-color: #d1af15 !important; /* Matches your theme gold color */
}
.org-box h3 {
    position: relative;
    padding-bottom: 10px;
}
.org-box h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #d1af15;
    bottom: 0;
    left: calc(50% - 25px);
}


@media (max-width: 1024px) {
  #hero,
  #about,
  #about-orgs,
  #subscribe {
    background-attachment: scroll !important;
  }
}
.text-justify {
  text-align: justify;
  font-size: 14px;
  line-height: 1.6;
}
.font-helvetica {
  font-family: Helvetica, Arial, sans-serif;
}

.section-header h2 {
  color: #d1af15;
}
.advisory-box {
  max-width: 100%;
}
#Advisory.section-with-bg::before {
  background: none !important;
}

/* Keynote Speaker Styling */
.keynote-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border: 5px solid #d1af15;
  padding: 3px;
  background: #fff;
  border-radius: 25px;
}
.keynote-name {
  color: #060c22;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.4rem;
  margin-top: 15px;
  display: inline-block;
}
.keynote-title {
  font-style: italic;
  color: #555;
  margin-top: 5px;
}


.speakers-page {
  background: url("../img/about.webp") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/* Styling for the Body Submit/Download Buttons to match the Header Tab */
.body-submit-btn {
  background: #d1af15;          /* Golden Yellow (Same as Header) */
  color: #060c22;               /* Navy Blue (Same as Header) */
  border: 2px solid #d1af15;
  border-radius: 50px;          /* Pill Shape */
  padding: 12px 35px;           /* Slightly larger for visibility */
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 20px;
}

/* Hover Effect: Matches the Header Button behavior */
.body-submit-btn:hover {
  background: #fff;             /* Turns White */
  color: #d1af15;               /* Text turns Golden */
  border-color: #d1af15;
}

/* Icon styling within buttons */
.body-submit-btn i {
    margin-right: 8px;
    font-size: 1.1em;
}

/* Z-INDEX FIX: Ensures Dropdown opens ABOVE the Ticker */
#header {
  z-index: 9999 !important;
}


/* Custom Card Style for Categories */
.category-card {
    background: #fff;
    border: 1px solid #e0e5fa;
    border-radius: 12px;
    padding: 30px 20px;        /* Increased top/bottom padding */
    height: 90%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-color: #d1af15;
}

/* --- NEW BADGE STYLE --- */
/* 1. Add relative positioning to the card so the badge stays attached to it */
    .category-card {
        position: relative;         /* Anchor for the absolute badge */
        background: #fff;
        border: 1px solid #e0e5fa;
        border-radius: 12px;
        
        /* Add margin at the top so the badge doesn't get cut off or hit the element above */
        margin-top: 25px;
        padding: 30px 20px;         /* Standard padding inside */
        
        height: 70%;
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        overflow: visible;          /* Critical: Allows badge to stick out of the box */
    }

    .category-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        border-color: #d1af15;
    }

    /* 2. Pin the badge to the top center */
    .category-badge {
        position: absolute;         /* Takes it out of the normal flow */
        top: -16px;                 /* Moves it UP to overlap the border (half the badge height) */
        left: 50%;                  /* Moves it to the middle */
        transform: translateX(-50%); /* Centers it perfectly */
        
        background-color: #d1af15;
        color: #060c22;
        font-size: 13px;
        font-weight: 700;
        padding: 6px 25px;
        border-radius: 10px;
        
        text-transform: uppercase;
        box-shadow: 0 4px 6px rgba(0,0,0,0.15); /* Adds a shadow for depth */
        border: 0px solid #fff;     /* Adds a white border to separate it from the card line */
        letter-spacing: 0.5px;
        line-height: 1;
        white-space: nowrap;        /* Ensures text stays on one line */
        z-index: 10;
    }
}
body {
  background-attachment: scroll; /* faster than fixed */
}
.section-header h2 {
  color: #d1af15;
}
.main-page {
  background-attachment: scroll; /* faster */
}
body {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
/* Call for Papers headings */
#call-for-chapters .section-header h2 {
  color: #d1af15;
}

#call-for-chapters h3 {
  color: #d1af15;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.award-alert {
  background-color: #fdf6dd;
  color: #856404;
  border-left: 5px solid #d1af15;
  border-radius: 8px;
  font-size: 15px;
}
/* Call For Papers Page */

#call-for-chapters .section-header h2 {
  color: #d1af15;
  text-align: center;
}

#call-for-chapters h3 {
  color: #d1af15;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

/* Category text */
.category-card p {
  color: #060c22;
  font-size: 15px;
  font-weight: 700;
}

/* Award alert */
#call-for-chapters .alert {
  background-color: #fdf6dd;
  color: #856404;
  border-left: 5px solid #d1af15;
  border-radius: 8px;
  font-size: 15px;
}

/* Section Background with Dark Overlay */
#important-dates-page {
  padding: 60px 0 60px 0;
  background: url("../img/about.webp") center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#important-dates-page::before {
  content: "";
  background: rgba(6, 12, 34, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#important-dates-page .container {
  position: relative;
  z-index: 1;
}

/* Table Improvements */
.date-table {
  border-radius: 10px;
  overflow: hidden;
}

.date-table thead th {
  background-color: #d1af15;
  color: #060c22;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
}

.date-table tbody tr {
  transition: all 0.3s ease;
}

.date-table tbody tr:hover {
  background-color: #f1f4ff;
  transform: scale(1.01); /* Subtle pop effect */
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  z-index: 2;
  position: relative;
}

.date-table td {
  vertical-align: middle;
  color: #444;
  font-size: 16px;
  border-color: #eee;
}

.date-icon {
  color: #d1af15;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

/* --- FIXES --- */
#header {
  z-index: 9999 !important;
}

.section-title-gold {
  color: #d1af15;
}

.rounded-card {
  border-radius: 15px;
  overflow: hidden;
}

/* Footer text */
.footer-text {
  text-align: justify;
  font-size: 14px;
  color: #ffffff;
}

/* Footer divider */
.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* Section headings */
.section-title-gold {
  color: #d1af15;
}

/* Registration notes */
.registration-note {
  color: #060c22;
  font-size: 15px;
}

/* Section spacing */
.section-gap {
  margin-top: 60px;
}

/* QR card */
.qr-header {
  background: #d1af15;
  color: #060c22;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}

.qr-body {
  background: #f9f9fa;
}

.qr-image {
  max-width: 200px;
  border: 5px solid #ffffff;
}

.qr-caption {
  font-size: 14px;
}

/* Footer cleanup */
.footer-text {
  text-align: justify;
  font-size: 14px;
  color: #ffffff;
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

  /* --- SHARED TABLE STYLING (Bank & Registration) --- */
  
  /* 1. Registration Table Styling (Updated to match Bank Table) */
  .registration-table {
    border: none;
    margin-bottom: 0;
  }
  
  /* Header (Category / Fee) - Matches Bank Title */
  .registration-table thead th {
    background-color: #d1af15 !important; /* Golden Yellow */
    color: #060c22 !important;           /* Navy Text */
    padding: 10px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #dee2e6;
    text-align: center;
  }

  /* Body Cells General */
  .registration-table td {
    padding: 2px 15px;
    font-size: 16px;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
  }

  /* First Column (Category) - Matches Bank Keys (Grey bg) */
  .registration-table tbody td:first-child {
    background-color: #f4f4f4;
    color: #060c22;
    font-weight: 700;
    text-align: left;
    width: 60%; /* Adjust width balance */
  }

  /* Second Column (Fee) - Matches Bank Values (White bg) */
  .registration-table tbody td:nth-child(2) {
    background-color: #fff;
    color: #333;
    text-align: center;
    font-weight: 600;
  }

  /* 2. Bank Details Table Styling */
  .bank-details-table {
    border: none;
  }
  .bank-details-table th, .bank-details-table td {
    padding: 12px 15px;
    font-size: 15px;
    vertical-align: middle;
  }
  .bank-details-table th {
    background-color: #f4f4f4;
    color: #060c22;
    width: 35%;
  }
  .table-title {
    background-color: #d1af15 !important;
    color: #060c22 !important;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  /* Copy Button Styling */
  .copy-btn {
    background: #060c22;
    color: #fff;
    border: none;
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
    transition: 0.3s;
  }
  .copy-btn:hover {
    background: #d1af15;
    color: #060c22;
  }
  .copy-btn.copied {
    background: #28a745; /* Green for success */
    color: #fff;
  }

  /* --- FIXES --- */
  #header {
    z-index: 9999 !important;
  }





/* --- SPEAKER CARD STYLING --- */
.speaker-card {
    background: #fff;
    border: 1px solid #e0e5fa;
    border-radius: 8px;
    padding: 15px 20px 15px 30px;
    
    width: 65%;
    margin: 0 auto;
    
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 3px solid transparent;
}

.speaker-card:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(14, 27, 77, 0.1);
    border-left: 3px solid #d1af15;
}

.speaker-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #060c22;
    line-height: 1.4;
}

.speaker-card h3 a { color: #0e1b4d; text-decoration: none; }
.speaker-card h3 a:hover { color: #d1af15; }

.speaker-card .stars {
    font-size: 13px;
    color: #666;
    font-style: italic;
}

/* --- STICKY COLUMN HEADER --- */
.col-header {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px 0;
    z-index: 100;
    position: sticky;
    top: 90px;
}

.col-header span {
    background: #0e1b4d;
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(14, 27, 77, 0.2);
}

/* Vertical Divider between columns (only on large screens) */
@media (min-width: 992px) {
    .border-end-lg {
        border-right: 1px solid #e0e5fa;
    }
}

@media (max-width: 1024px) {
  #hero,
  #about,
  #subscribe,
  #Committee,
  #Advisory,
  #gallery,
  #contact-page {
    background-attachment: scroll !important;
  }
}

/* Speakers page background override */
body.speakers-page {
  background: url("../img/about.webp") center center no-repeat;
  background-size: cover;
  background-attachment: scroll; /* fast loading */
}



/* Header */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* Registration Ticker */
.registration-ticker {
  position: fixed;
  top: 90px;                  /* header height */
  width: 100%;
  background: #d1af15;
  color: #000;
  font-weight: 600;
  padding: 6px 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: 999;
}

/* Ticker text */
.ticker-wrap {
  display: inline-block;
  will-change: transform;
  transform: translateX(0);
  animation: tickerMove 30s linear infinite;
}



/* Smooth + instant start */
@keyframes tickerMove {
  0%   { transform: translateX(100vw); }
  100% { transform: translateX(-100%); }
}



/* ===============================
   FORCE UNIQUE BACKGROUNDS
   =============================== */

#Committee {
  background-image: url("../img/about.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#advisory {
  background-image: url("../img/about.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#Advisory {
  background-image: url("../img/about.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* ======================================
   EQUAL HEIGHT CHIEF PATRON & PATRON BOXES
   ====================================== */

#Committee .row {
  display: flex;
  flex-wrap: wrap;
}

#Committee .col-lg-4 {
  display: flex;
}

#Committee .hotel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

/* Force same image size */
#Committee .hotel img {
  width: 100%;
  max-width: 260px;
  height: 260px;
  object-fit: cover;
  margin: 0 auto 15px;
}

@media (max-width: 1024px) {
  #hero,
  #about,
  #subscribe,
  #Committee,
  #Advisory,
  #gallery,
  #contact-page {
    background-attachment: scroll;
  }
}

/* ===== RESTORE MOBILE NAV BEHAVIOR ===== */
/* Ensure mobile menu is solid and identical on all pages */
@media (max-width: 991px) {
  .navbar-mobile ul {
    background-color: #ffffff !important; /* Forces solid white */
    border: 1px solid #dee2e6;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }

  .navbar-mobile a, .navbar-mobile a:focus {
    color: #060c22 !important; /* Forces dark text visibility */
  }
}

/* =========================================================
   GALLERY – CLEAN & CLICKABLE (FINAL)
   ========================================================= */

#gallery {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background: url("../img/about.webp") center center / cover no-repeat;
}

/* Dark overlay (visual only – never blocks clicks) */
#gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 12, 34, 0.2);
  pointer-events: none;
}

/* Ensure gallery content sits above overlay */
#gallery .container,
#gallery .gallery-slider {
  position: relative;
  z-index: 1;
}

/* Swiper container */
.gallery-slider {
  position: relative;
  padding: 40px 0 60px;
}

/* Swiper wrapper */
.gallery-slider .swiper-wrapper {
  align-items: center;
}

/* IMPORTANT: DO NOT touch swiper-slide width */
.gallery-slider .swiper-slide {
  display: flex;
  justify-content: center;
}

/* Inactive slides */
.gallery-slider .swiper-slide .gallery-item {
  transform: scale(0.9);
  opacity: 0.6;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Active slide */
.gallery-slider .swiper-slide-active .gallery-item {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  border-bottom: 2px solid #d1af15;
}

/* Adjacent slides */
.gallery-slider .swiper-slide-next .gallery-item,
.gallery-slider .swiper-slide-prev .gallery-item {
  transform: scale(0.95);
  opacity: 0.8;
}

/* Images */
.gallery-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

/* Pagination */
#gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  border: 1px solid #d1af15;
}

#gallery .swiper-pagination-bullet-active {
  background: #d1af15;
  width: 28px;
  border-radius: 6px;
}

/* Navigation arrows (CLICKABLE & SAFE) */
#gallery .swiper-button-next,
#gallery .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2000;              /* Above ticker (999) */
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffffff;
  color: #d1af15;
  pointer-events: auto;
}

/* ==========================================
   FIX: Prevent background image zooming
   ========================================== */

#about,
#Committee,
#Advisory,
#registration1,
#subscribe,
#gallery,
#contact-page,
#call-for-chapters,
#important-dates-page,
#speakers {
  background-size: auto;      /* keeps natural image size */
  background-position: center top;
  background-repeat: repeat; /* repeats vertically & horizontally */
}


/* ==========================================
   FIX: Prevent zoom/blur on inner sections
   ========================================== */

#Committee,
#advisory,
#Advisory {
  background-size: auto !important;   /* NO zoom */
  background-repeat: repeat-y !important;
  background-position: center top !important;
  background-attachment: scroll !important;
}
/* ==========================================
   SECTION DIVIDER (Elegant & Consistent)
   ========================================== */

.section-divider {
  width: 80%;
  height: 5px;
  margin: 5px auto;
  background: linear-gradient(
    to right,
    transparent,
    #d1af15,
    transparent
  );
  opacity: 1;
}


/* =========================================================
   FINAL: ENLARGE ACTIVE (CENTER) GALLERY IMAGE
   ========================================================= */

/* Default (side) slides */
.gallery-item {
  transform: scale(0.75);       /* Smaller side images */
  opacity: 0.45;
  transition: all 0.2s ease;
}

/* Active (center) slide container */
.swiper-slide-active .gallery-item {
  transform: scale(1.1) !important;
  z-index: 10;
  opacity: 1 !important;
}

/* Active image itself */
.swiper-slide-active .gallery-item img {
  height: 440px !important;     /* BIG IMAGE HEIGHT */
  transform: scale(2.15);       /* Gentle inner zoom */
}

/* Hover effect */
.gallery-item:hover img {
  transform: scale(1.1);
}


@media (max-width: 768px) {
  .gallery-item {
    transform: scale(1.9);
    opacity: 0.6;
  }

  .swiper-slide-active .gallery-item {
    transform: scale(1.15) !important;
  }

  .swiper-slide-active .gallery-item img {
    height: 260px !important;
  }
}

.gallery-item img {
  width: 100%;
  height: 300px; /* Standardize this height */
  object-fit: cover;
}

.swiper-slide-active .gallery-item img {
  height: 300px !important; /* Keep it consistent with other slides */
  transform: scale(1);       /* Remove the inner 2.15x zoom */
}
