html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: 0;
}

body {
  font-family: 'Arial', sans-serif !important;
  background: #050d51 !important;
  color: #050d51;
  font-size: 18px !important;
  font-weight: 300;
  line-height: 1.6;
  transition: background 0.3s, color 0.3s;
}

a {
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 600;
}

a:hover {
  color: #000;
}

:root {
  --vanila: #d0b89e;
  --white: #fff;
  --black: #000000;
  --red: #c1072e;
}

h1 {
  font-family: 'Helvetica Neue', sans-serif;
  position: relative;
  color: #fff;
  font-size: 60px !important;
  font-weight: 400 !important;
  margin-bottom: 8px !important;
  text-transform: capitalize;
  text-align: left;
}

h2 {
  font-family: 'Helvetica Neue', sans-serif;
  position: relative;
  font-size: 40px !important;
  font-weight: 400 !important;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 15px !important;
}

h3 {
  font-family: 'Helvetica Neue', sans-serif;
  position: relative;
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #fff;
}

h4 {
  font-size: 26px !important;
  font-family: 'Helvetica Neue', sans-serif;
  position: relative;
  line-height: 30px !important;
  font-weight: 300;
}

h5 {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: relative;
}

h6 {
  position: relative;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 24px !important;
  font-weight: 600;
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  color: #fff;
  letter-spacing: 1px;
}

p {
  margin-bottom: 30px;
}

html {
  scroll-behavior: smooth;
}
header.header {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 3%;
}
.header.scrolled {
  background-color: #050d51;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.header.scrolled .header-wrapper {
    padding: 15px 0;
}
.header.scrolled .header-wrapper a.nav-link {
    font-size: 17px;
}
.header.scrolled .header-wrapper .logo-div img {
    width: 180px;
}
.header-wrapper {
max-width: 1297px;
      margin: 0 auto;
  background-color: transparent;
  padding: 25px 0%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  transition: all 0.4s ease-in-out;
}
.header.scrolled .header-btn a.transparent-btn {
    padding: 12px 15px;
    font-size: 16px;
}
.header-div {
  width: 100%;
  max-width: 100%;
    background-color: #050d51;
    padding: 25px;
    position: fixed;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 95px;
}

/* Ensure single-card viewport and smooth sliding */
.stats-carousel {
  overflow: hidden;
}
.stats-carousel .carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.navbar-nav {
    gap: 40px;
}

a.nav-link {
  font-size: 18px;
  color: #06C7EE !important;
  font-weight: 600;
}

a.nav-link:hover {
  color: #ffffff !important;
}

a.transparent-btn {
  display: inline;
  color: #06C7EE;
  border: 2px solid #06C7EE;
  border-radius: 5px;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
a.transparent-btn:hover {
  background: #06C7EE;
  color: #050d51;
}

.hero {
    position: relative;
    text-align: center;
    color: #cdcdcd;
    font-size: 17px;
    padding: 9rem 0 3rem 0;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}
/* Hero h1 - Match sample exactly */
.hero h1 {
  letter-spacing: 0.04em;
  color: #fff;
}

.hero h2 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
    margin-bottom: 0 !important;
}

/* Typewriter animation container for multiple subheadings */
.hero-subheading-container {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  min-height: 60px; /* Prevent layout shift during animation */
}

.hero-subheading-container h2 {
  display: inline-block;
  margin: 0;
  padding-right: 10px;
}

/* Typewriter cursor animation */
.typewriter-cursor {
  display: inline-block;
  color: #06C7EE;
  font-weight: 300;
  animation: blink-cursor 1s infinite;
  margin-left: 2px;
  font-size: inherit;
  line-height: inherit;
}

@keyframes blink-cursor {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

/* Hero Sponsor Slider Styles */
.hero-sponsor-slider-wrapper {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

.hero-sponsor-slider-pre-title {
  font-size: 20px;
  line-height: 1.2em;
  color: #06C7EE;
  margin-bottom: 0px;
  text-align: center;
}

.hero-sponsor-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.hero-sponsor-slider-row {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  height: auto;
}

.hero-sponsor-slide-track {
  display: flex;
  gap: 10px;
  top: 0;
  left: 0;
  flex-wrap: nowrap;
  will-change: transform;
}

.hero-sponsor-slide-card {
  width: 225px;
  height: 130px;
  flex-shrink: 0;
  position: relative;
  border-radius: 10px;
  overflow: visible;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #fff;
}

.hero-sponsor-slide-card img {
  width: auto;
  height: 80px;
  max-width: 200px;
  object-fit: contain;
  filter: none;
  background: transparent;
  mix-blend-mode: normal;
  opacity: 1;
}

/* Responsive adjustments for hero sponsor slider */
@media (max-width: 768px) {
  .hero-sponsor-slide-card {
    padding: 8px 15px;
  }
  
  .hero-sponsor-slide-card img {
    height: 60px;
    max-width: 150px;
  }
  
  .hero-sponsor-slide-track {
    gap: 3rem;
  }
}

.hero::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle at top left, #06C7EE 0%, #050d51 100%);
    top: 0;
    right: 0;
    transform: translate(10%, -60%);
}

.hero-content {
  position: relative;
  z-index: 99;
  overflow: hidden;
  text-align: left;
}

.heading {
  margin-top: 20px;
}

.heading h3 {
  margin-bottom: 40px !important;
}
.heading h2 {
  margin-bottom: 8px !important;
}

.heading .pre-title {
  font-size: 26px;
  line-height: 1.2em;
  color: #06C7EE;
  margin-bottom: 10px;
}

.left-area h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}

.left-area h3 strong {
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin-top: 25px;
}

.date span {
  font-size: 30px;
}

.location-div {
  font-size: 26px;
  line-height: 1.2em;
  color: #06C7EE;
}

.location-div img {
  width: auto;
  height: 40px;
}

a.fill-btn {
    display: inline-block;
    color: #001D57;
    background: #06C7EE;
    padding: 15px 18px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
    text-transform: uppercase;
    margin-top: 30px;
}

a.fill-btn:hover {
  opacity: 0.7;
}

.right-area {
  text-align: left;
  font-size: 18px;
}
.right-area p {
  margin-bottom: 15px;
}

@keyframes blinkDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.4;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.aero-btn {
  color: #06C7EE;
  border: 2px solid #06C7EE;
  padding: 10px 18px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 800;
  margin-top: 8px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  animation: blinkDown 1.5s infinite ease-in-out; 
}

.aero-btn:hover{
  color: #fff;
  border-color: #fff;
}

/* Remove global page padding for full-bleed sections on blank pages */
.body-wrapper,
main {
  padding: 0;
  margin: 0;
}

/* Remove padding from container-fluid inside main (HubSpot DND wrapper) */
main .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dnd-section,
.dnd-row,
.dnd-column,
.dnd-module {
  padding: 0 !important;
  margin: 0 !important;
}
.heading {
  margin-top: 20px;
}
.heading h3 {
  margin-bottom: 40px !important;
}
.heading h2 {
  margin-bottom: 8px !important;
}
.left-area h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.left-area h3 strong {
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin-top: 25px;
}
.date span {
  font-size: 30px;
}
.location-div {
  font-size: 26px;
  line-height: 1.2em;
  color: #06C7EE;
}
.location-div img {
  width: auto;
  height: 40px;
}
a.fill-btn {
    display: inline-block;
    color: #001D57;
    background: #06C7EE;
    padding: 15px 18px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
    text-transform: uppercase;
    margin-top: 30px;
}
a.fill-btn:hover {
  opacity: 0.7;
}
.right-area {
  text-align: left;
  font-size: 18px;
}
.right-area p {
  margin-bottom: 15px;
}
.banner-img img {
  border-radius: 10px;
  height: 390px;
}
.about-section {
    position: relative;
    overflow: hidden;
    padding: 4.6rem;
    background: #f8f5ee;
}
.about-section::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at top left, #06C7EE 0%, #050d51 100%);
  top: 0;
  right: 0;
  transform: translate(15%, -60%);
}
.about-content {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 75px;
  overflow: hidden;
  min-height: 400px;
  color: #050d51;
}
.about-content h2 {
  color: #050d51;
}
.about-content::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  bottom: 0;
  right: 0;
  transform: translate(20%, 75%);
}
.about-content p {
  margin: 0 35px 40px 0;
}
.about-content .transparent-btn {
  color: #050d51;
  border-color: #050d51;
  transition: all 0.3s ease-in-out;
}
.about-content .transparent-btn:hover {
  border-color: #06C7EE;
}
.slider {
  width: 40% !important;
}
.stats-carousel {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  min-height: 350px;
}
.carousel-track {
  display: flex;
  transition: transform 1s ease;
}
.stats-slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.box {
    color: #06C7EE;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    width: 80%;
    min-height: 320px;
    text-align: center;
    padding: 4rem;
    background: #050d51;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgba(17, 12, 46, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  top: 0;
  left: 0;
  transform: translate(-25%, -70%);
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
.box h2 {
  position: relative;
    color: #fff;
    margin-bottom: 0px !important;
    font-weight: 500 !important;
    font-size: 52px !important;
}
.box h2 span {
  position: absolute;
  color: #fff;
  font-size: 40px;
  top: -5px;
}
.box p {
  margin: 0;
}
.carousel-controls {
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5.5rem;
}
.dots {
  display: flex;
  gap: 0.8rem;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #06C7EE;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.dot.active {
  opacity: 1;
  background-color: #050d51;
}
button#toggleAutoplay {
  background: none;
  border: none;
  cursor: pointer;
}
.announcements-area {
  position: relative;
  background: #06C7EE;
  overflow: hidden;
  padding: 100px 0;
}
.announcements-area::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  top: 0;
  right: 0;
  transform: translate(10%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}
.announcements-area::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  bottom: 0;
  left: 0;
  transform: translate(-20%, 50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}
.logo-slider {
    background: #fff;
    position: relative;
    z-index: 099;
    padding: 60px 0;
    color: #050d51;
    overflow: hidden;
    text-align: center;
    min-height: 400px;
    border-radius: 10px;
}
.logo-slider h2 {
  color: #050d51 !important;
  margin-bottom: 50px !important;
  font-weight: 400 !important;
}
.logo-slider .transparent-btn {
  display: inline-block;
  margin-top: 50px;
  border-color: #050d51;
  color: #050d51;
}
.logo-slider .transparent-btn:hover {
  border-color: #06C7EE;
}
.logo-slider .event-slider {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  overflow: hidden;
  position: relative;
  padding: 1rem 0;
}
.logo-slider .slider-row {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  height: auto;
}
.logo-slider .slide-track {
  display: flex;
  gap: 5.5rem;
  top: 0;
  left: 0;
  flex-wrap: nowrap;
}
.logo-slider .slide-card {
  width: auto;
  height: auto;
  perspective: 1000px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  flex: 0 0 auto;
}
.logo-slider .slide-card img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
}
/* Animation */
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ticker-wrap {
  width: 100%;
  height: auto;
  z-index: 999;
  position: relative;
}
.ticker {
  display: flex;
  width: max-content;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation: ticker 40s linear infinite;
  align-items: center;
}
.ticker__item {
  display: inline-block;
  padding: 0 1rem;
} */
#heroCarousel {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 500px;
  background: #06C7EE;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#heroCarousel .carousel-inner {
  background: transparent;
}
#heroCarousel .carousel-item {
    background: #050d51 !important;
}
.carousel-sticky-text {
    position: absolute;
    top: 0;
    left: 40px;
    background-color: #06C7EE;
    color: #fff;
    padding: 7px 15px;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Lexend Deca';
    z-index: 5;
}
.carousel-item {
  height: 500px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.carousel-item img {
  height: 500px;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
}
.carousel-content {
  padding: 0 50px;
}
.carousel-content h2 {
  font-size: 40px !important;
  margin-bottom: 30px !important;
}
.carousel-content p {
  margin-bottom: 30px;
}
.carousel-bottom-controls {
  position: absolute;
  bottom: 25px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25rem;
  z-index: 10;
}
.carousel-left-controls {
  display: flex;
  gap: 10px;
}
.carousel-control-prev-custom,
.carousel-control-next-custom {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.carousel-control-prev-custom:hover,
.carousel-control-next-custom:hover {
  background: #fff;
  color: #000;
  transform: scale(1.1);
}
.carousel-playpause {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.3s ease;
}
.carousel-playpause:hover {
  background: #fff;
  color: #000;
}
.benefits-section {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 100px 0;
  background: #f8f5ee;
}
.benefits-section::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  top: 0;
  right: 0;
  transform: translate(40%, -60%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}
.benefits-section::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  bottom: 0;
  left: 0;
  transform: translate(-25%, 60%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}
.benefits-inner {
    position: relative;
    z-index: 099;
    background: #15A4D4;
    color: #fff;
    padding: 65px 40px 65px 50px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}
.benefits-inner::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at top left, #06C7EE 0%, #050d51 100%);
  top: 0;
  left: 0;
  transform: translate(-25%, -70%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}
.benefits-inner::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
    bottom: 0;
    right: 0;
    transform: translate(35%, 75%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.9;
}
.benefits-left .transparent-btn {
  color: #fff;
  border-color:#fff;
}
.benefits-left a.transparent-btn:hover {
background: #050d51;
color: #06C7EE;
border-color: #050d51;
}
.benefits-inner .heading-div h2 {
  margin-bottom: 50px !important;
  color: #fff;
}
.benefits-left h2 {
    color: #fff;
    margin-bottom: 35px !important;
}

.benefits-left {
  padding: 0;
}

.benefits-btn {
  margin-bottom: 0;
}

.benefits-img {
    margin-top: 50px;
}

.benefits-left img {
    border-radius: 10px;
    min-height: 850px;
    object-fit: cover;
    transform: scaleY(-1);
    width: 100%;
}
.help-area .contact-form .input {
    margin-right: 0 !important;
}
.benefits-section.inner .benefits-left img {
    min-height: 620px;
    height: 620px;
}
.benefits-right {
  padding: 0rem 0.5rem 0 6rem;
}

.benefits-div ul {
  list-style: none;
}

.benefits-div {
    display: flex;
    align-items: flex-start;
    margin: 0 0 2.5rem 0;
    border-bottom: 2px solid #06C7EE;
    padding-bottom: 2.5rem;
    gap: 50px;
    color: #fff;
}

.benefits-div:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.benefits-div h3 {
  flex: 0 0 30%;
  color: #fff;
}

.benefits-div p {
  margin: 0;
}

.benefits-div ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}

.benefits-div ul li::before {
  content: "✓";         
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #050d51;
  color: #06C7EE;          
  border-radius: 50%;       
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.benefits-div ul li:last-child{
  margin-bottom: 0;
}

.videos-area {
  position: relative;
  background: #06C7EE;
  overflow: hidden;
  padding: 100px 0;
}

.videos-area::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  top: 0;
  right: 0;
  transform: translate(10%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}

.videos-area::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  bottom: 0;
  left: 0;
  transform: translate(-20%, 50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}

.videos-slider {
  background: #050d51;
  padding: 60px 40px;
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  text-align: center;
}

.videos-slider h2 {
  margin-bottom: 25px !important;
}

.video-tab-text {
  margin-top: 30px;
}

.video-tab-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.video-tab-text h5 {
  color: #06C7EE;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}

.video-tab-text p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

/* Video slider carousel - same as about section */
.videos-carousel {
  overflow: hidden;
  position: relative;
  cursor: grab;
}

.videos-carousel:active {
  cursor: grabbing;
}

.videos-carousel .swiper-wrapper {
  display: flex;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.videos-carousel .swiper-slide {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 10px;
  height: auto;
  transform: scale(1) !important;
}

.videos-carousel .swiper-slide:not(.swiper-slide-active) {
  transform: scale(1) !important;
}

.videos-carousel .swiper-slide-active {
  transform: scale(1) !important;
}

.videos-carousel .video-item {
  transform: scale(1) !important;
}

.videos-carousel .video-item video {
  transform: scale(1) !important;
}

.video-item {
  text-align: center;
  width: 100%;
  max-width: 350px;
}

.video-item iframe {
  width: 100%;
  max-width: 350px;
  height: 250px;
  border-radius: 10px 10px 0 0;
  display: block;
  object-fit: cover;
}

/* Video slider navigation buttons */
.videos-slider .slider-controls-under-active {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 50px;
  left: 0;
  bottom: 0;
}

.videos-slider .slider-controls-under-active .swiper-button-prev,
.videos-slider .slider-controls-under-active .swiper-button-next,
.videos-slider .video-prev-btn,
.videos-slider .video-next-btn {
  position: static;
  background: #06C7EE;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  color: #050d51;
}

.videos-slider .slider-controls-under-active .swiper-button-prev i,
.videos-slider .slider-controls-under-active .swiper-button-next i,
.videos-slider .video-prev-btn i,
.videos-slider .video-next-btn i {
  font-size: 22px;
  color: #050d51;
  transition: color 0.3s ease;
}

.videos-slider .slider-controls-under-active .swiper-button-prev:hover,
.videos-slider .slider-controls-under-active .swiper-button-next:hover,
.videos-slider .video-prev-btn:hover,
.videos-slider .video-next-btn:hover {
  background: #06C7EE;
  transform: scale(1.1);
}

.videos-slider .slider-controls-under-active .swiper-button-prev:hover i,
.videos-slider .slider-controls-under-active .swiper-button-next:hover i,
.videos-slider .video-prev-btn:hover i,
.videos-slider .video-next-btn:hover i {
  color: #fff;
}

.videos-slider .swiper-button-prev::after,
.videos-slider .swiper-button-next::after {
  display: none !important;
}

.video-item video {
  width: 100%;
  max-width: 350px;
  height: 250px;
  border-radius: 10px 10px 0 0;
  background: #050d51;
  display: block;
  object-fit: cover;
}
.videos-slider .slider-controls-under-active {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 50px;
  left: 0;
  bottom: 0;
}
.benefits-section.inner::after{
  display: none;
}
.owl-nav {
  display: none;
}
.speakers-area.all-speaker {
    background: #f8f5ee;
}
.speakers-area.speakers-slider,
.speakers-area.sponsor-area {
    background: #06C7EE;
}
.speakers-area {
  position: relative;
  background: #f8f5ee;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 100px 0;
}

.speakers-area::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  top: 0;
  right: 0;
  transform: translate(10%, -50%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}
/* 
.speakers-area::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  bottom: 0;
  right: 0;
  transform: translate(0%, 50%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
} */

.speakers-inner {
    background: #fff !important;
    color: #050d51 !important;
    border-radius: 10px !important;
    position: relative;
    z-index: 099 !important;
    padding: 60px 40px;
    overflow: hidden;
}

.speakers-inner::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  top: 0;
  left: 0;
  transform: translate(-25%, -70%);
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: none;
  z-index: -1;
}

.speakers-inner::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  bottom: 0;
  right: 0;
  transform: translate(20%, 60%);
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: none;
  z-index: -1;
}

.speakers-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
  color: #050d51;
}
.speakers-inner .row {
    padding-bottom: 30px;
}
.speakers-text h2 {
  color: #050d51 !important;
  margin-bottom: 0 !important;
}
.speakers-text a {
  color: #06C7EE;
}

.speakers-text a:hover {
  color: #050d51;
}

.speakers-link {
  color: #06C7EE !important;
  font-weight: bold !important;
  text-decoration: none;
  font-size: 26px;
  line-height: 1.2em;
}

.speakers-link:hover {
  color: #050d51 !important;
  text-decoration: underline;
}

.speakers-btn {
    text-align: end;
    margin-top: 5px;
}

/* Speakers Header with Filter Button */
.speakers-header-with-filter {
  margin-bottom: 40px;
}

.speakers-heading-row {
  display: flex;
  align-items: end;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.speakers-heading-row h2 {
  margin: 0;
  display: inline-block;
  line-height: 1.2;
}

.speakers-actions-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  align-self: baseline;
}

.speaker-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  border: 2px solid #06C7EE;
  background: transparent;
  color: #06C7EE;
  padding: 15px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  font-family: inherit;
  min-width: auto;
  min-height: 52px;
  line-height: 1;
  box-sizing: border-box;
  vertical-align: middle;
}

.speaker-search-btn:hover {
  background: #06C7EE;
  color: #050d51;
}

.speaker-search-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .speakers-heading-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
  }
  
  .speakers-heading-row h2 {
    width: 100%;
  }
  
  .speakers-filter-btn-wrapper {
    width: 100%;
  }
  
  .speakers-filter-btn-wrapper .topic-filter-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Topic Filter Dropdown */
.topic-filter-dropdown {
  position: relative;
  display: inline-block;
}

/* Rank Filter Chips Wrapper */
.rank-filter-chips-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Rank Filter Chips (Desktop) */
.rank-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow: visible;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.rank-filter-chip {
  padding: 8px 16px;
  border: 2px solid #06C7EE;
  background: transparent;
  color: #06C7EE;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.rank-filter-chip:hover {
  background: #06C7EE;
  color: #050d51;
  transform: translateY(-2px);
}

.rank-filter-chip.active {
  background: #06C7EE;
  color: #050d51;
  border-color: #06C7EE;
}

/* Mobile: Hide chips, show dropdown */
.rank-filter-dropdown-mobile {
  display: none;
}

@media (max-width: 768px) {
  /* Hide chips on mobile */
  .rank-filter-chips {
    display: none !important;
  }
  
  .rank-filter-chips-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  /* Show dropdown on mobile */
  .rank-filter-dropdown-mobile {
    display: block !important;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  
  .rank-filter-dropdown-mobile .topic-filter-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  
  .rank-filter-dropdown-mobile .topic-dropdown-menu {
    left: 15px !important;
    right: 15px !important;
    width: auto;
    max-width: calc(100% - 30px);
  }
}

/* Desktop: Hide mobile dropdown, show chips */
@media (min-width: 769px) {
  .rank-filter-dropdown-mobile {
    display: none !important;
  }
  
  .rank-filter-chips {
    display: flex !important;
  }
}

.topic-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: 2px solid #06C7EE;
  background: transparent;
  color: #06C7EE;
  padding: 15px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  font-family: inherit;
  min-height: 52px;
  line-height: 1;
  box-sizing: border-box;
  vertical-align: middle;
}

.topic-filter-btn:hover {
  background: #06C7EE;
  color: #050d51;
}

.topic-filter-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.topic-filter-dropdown.active .topic-filter-btn i {
  transform: rotate(180deg);
}

.topic-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #fff;
  border: 2px solid #06C7EE;
  border-radius: 5px;
  min-width: 200px;
  max-width: 300px;
  max-height: 400px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.topic-dropdown-item {
  padding: 12px 15px;
  cursor: pointer;
  color: #050d51;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

.topic-dropdown-item:last-child {
  border-bottom: none;
}

.topic-dropdown-item:hover {
  background: #06C7EE;
  color: #050d51;
}

.topic-dropdown-item:first-child {
  font-weight: 700;
  background: #f8f5ee;
}

.topic-dropdown-item:first-child:hover {
  background: #06C7EE;
}

/* Topic Filter Side Panel */
.topic-filter-side-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.topic-filter-side-panel.active {
  visibility: visible;
  opacity: 1;
}

.topic-filter-panel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 13, 81, 0.7);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.topic-filter-side-panel.active .topic-filter-panel-overlay {
  opacity: 1;
}

.topic-filter-panel-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  min-width: 400px;
  max-width: 600px;
  height: 100%;
  background: #fff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.topic-filter-side-panel.active .topic-filter-panel-content {
  transform: translateX(0);
}

.topic-filter-panel-header {
  padding: 30px;
  border-bottom: 2px solid #06C7EE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f5ee;
}

.topic-filter-panel-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #050d51;
  text-transform: uppercase;
}

.topic-filter-close-btn {
  width: 40px;
  height: 40px;
  border: 2px solid #06C7EE;
  background: transparent;
  color: #06C7EE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
}

.topic-filter-close-btn:hover {
  background: #06C7EE;
  color: #050d51;
  transform: rotate(90deg);
}

.topic-filter-panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 30px;
}

.topic-filter-panel-item {
  padding: 18px 20px;
  margin-bottom: 10px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.topic-filter-panel-item:hover {
  border-color: #06C7EE;
  background: #f0f9ff;
  transform: translateX(5px);
}

.topic-filter-panel-item.active {
  border-color: #06C7EE;
  background: #06C7EE;
  color: #050d51;
  font-weight: 700;
}

.topic-filter-panel-item span:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #050d51;
}

.topic-filter-panel-item.active span:first-child {
  color: #050d51;
}

.topic-count {
  font-size: 14px;
  color: #06C7EE;
  font-weight: 500;
  background: rgba(6, 199, 238, 0.1);
  padding: 4px 12px;
  border-radius: 12px;
}

.topic-filter-panel-item.active .topic-count {
  background: rgba(5, 13, 81, 0.2);
  color: #050d51;
}

/* Responsive side panel */
@media (max-width: 768px) {
  .topic-filter-panel-content {
    width: 70%;
    min-width: 300px;
    max-width: 100%;
  }
  
  .topic-filter-panel-header {
    padding: 20px;
  }
  
  .topic-filter-panel-header h3 {
    font-size: 20px;
  }
  
  .topic-filter-panel-body {
    padding: 5px 10px;
  }
  
  .topic-filter-panel-item {
    padding: 15px;
  }
  
  .topic-filter-panel-item span:first-child {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .topic-filter-panel-content {
    width: 85%;
    min-width: 280px;
  }
}

/* Speaker Search Modal */
.speaker-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.speaker-search-modal.active {
  visibility: visible;
  opacity: 1;
}

.speaker-search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 13, 81, 1);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.speaker-search-modal.active .speaker-search-overlay {
  opacity: 1;
}

.speaker-search-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 95%;
  max-width: 100%;
  max-height: 85vh;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.speaker-search-modal.active .speaker-search-content {
  transform: translate(-50%, -50%) scale(1);
}

.speaker-search-header {
  padding: 25px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  flex-shrink: 0;
}

.speaker-search-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.speaker-search-close-btn {
  width: 40px;
  height: 40px;
  border: 2px solid #06C7EE;
  background: transparent;
  color: #06C7EE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
}

.speaker-search-close-btn:hover {
  background: #06C7EE;
  color: #050d51;
  transform: rotate(90deg);
}

.speaker-search-input-wrapper {
  position: relative;
  padding: 25px 0px;
  border-bottom: 1px solid #06C7EE;
  flex-shrink: 0;
}

.speaker-search-input {
 width: 100%;
    padding: 15px 50px 15px 20px;
    border: 2px solid #06C7EE;
    border-radius: 8px;
    font-size: 20px;
    color: #fff;
    font-family: inherit;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background: transparent;
}
.speaker-search-input::placeholder{
  color: #fff !important;
}

.speaker-search-input:focus {
  outline: none;
  border-color: #06C7EE;
}

.speaker-search-icon {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  color: #06C7EE;
  font-size: 20px;
  pointer-events: none;
}

.speaker-search-results {
  flex: 1;
  overflow-y: auto;
  padding: 20px 0;
}

.speaker-search-results-count {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.speaker-search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: 25px;
}

.speaker-search-result-card {
  text-align: left;
}

.speaker-search-result-card .team-member {
  width: auto;
  height: auto;
}

.speaker-search-result-card .team-member img {
  width: 150px;
  height: 150px;
}

.speaker-search-empty {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 18px;
}

/* Responsive search modal */
@media (max-width: 768px) {
  .speaker-search-content {
    width: 95%;
    max-height: 90vh;
  }
  
  .speaker-search-header {
    padding: 20px;
  }
  
  .speaker-search-header h3 {
    font-size: 20px;
  }
  
  .speaker-search-input-wrapper {
    padding: 20px;
  }
  
  .speaker-search-input {
    font-size: 16px;
    padding: 12px 45px 12px 15px;
  }
  
  .speaker-search-icon {
    right: 35px;
    font-size: 18px;
  }
  
  .speaker-search-results {
    padding: 15px 20px;
  }
  
  .speaker-search-results-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
  }
  
  .speaker-search-result-card .team-member img {
    width: 120px;
    height: 120px;
  }
}

/* Responsive dropdown (keeping for sponsors section) */
@media (max-width: 768px) {
  .topic-dropdown-menu {
    right: 0;
    left: auto;
    min-width: 180px;
  }
  
  .topic-filter-btn {
    font-size: 16px;
    padding: 12px;
  }
  
  /* Mobile: Full width dropdown for sponsors */
  .rank-filter-dropdown-mobile {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  
  .rank-filter-dropdown-mobile .topic-filter-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  
  .rank-filter-dropdown-mobile .topic-dropdown-menu {
    left: 15px;
    right: 15px;
    width: auto;
    max-width: calc(100% - 30px);
  }
}

.speaker-slider {
  width: 100%;
  margin: auto;
  padding-left: 25px !important;
  margin-top: 30px;
  overflow: visible !important;
  height: 400px;
}

/* .swiper-slide {
  text-align: center;
  transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
  filter: grayscale(100%);
  opacity: 0.6;
  transform: scale(0.95);
  z-index: 1;
  margin-right: 50px;

}

.swiper-slide-active {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

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

.swiper-slide {
  text-align: center;
  transition: all 0.5s ease;
  z-index: 1;
}

.swiper-slide:not(.swiper-slide-active) {
  transform: scale(1) !important;
}

/* Override zoom for video carousel - no zoom needed */
.videos-carousel .swiper-slide:not(.swiper-slide-active) {
  transform: scale(1) !important;
}

.swiper-slide-active {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1) !important;
  z-index: 2;
}
  
/* Override zoom for video carousel active slide - no zoom needed */
.videos-carousel .swiper-slide-active {
  transform: scale(1) !important;
}

.team-member {
  position: relative;
  overflow: visible;
  transition: 0.5s;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.team-member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.5s ease;
  display: block;
  position: relative;
  z-index: 1;
  border: 2px solid #06C7EE;
  transform-origin: center center;
  flex-shrink: 0;
  margin: 0 auto;
}

.team-member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}

.team-member:hover img {
  filter: grayscale(0%);
  transform: scale(1);
}

.swiper-slide-active .team-member img {
  filter: grayscale(0%) !important;
  transform: scale(1) !important;
  border: 2px solid #050d51 !important;
  transform-origin: center center !important;
}
.speaker-search-result-card .team-info{
   text-align: left;
}
.team-info {
    padding: 0;
    padding-top: 1.5rem;
    text-align: center;
    opacity: 1;
    max-height: 200px;
    overflow: visible;
    transition: all 0.5s ease;
    background: transparent;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.swiper-slide-active .team-info {
  opacity: 1;
  max-height: 200px;
  transform: translateY(0);
}

.swiper-slide-active .team-info,
.team-member.active-info .team-info {
  opacity: 1;
}
.speaker-search-result-card .team-info h4{
  color: #fff;
}
.team-info h4 {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
  color: #050d51;
  font-family: 'Arial', sans-serif;
}

.team-info p {
  font-size: 0.9rem;
  color: #06C7EE;
  margin-bottom: 0.2rem;
}
.speaker-search-result-card .team-info span{
  color: #fff;
}
.team-info span {
  font-size: 16px;
  color: #050d51;
}

/* All Speakers Grid Layout (grouped by topic) */
.all-speakers-grid {
  margin-top: 10px;
}

.topic-section {
  margin-bottom: 60px;
}

.topic-section:last-child {
  margin-bottom: 0;
}

.topic-heading {
  font-size: 32px;
  font-weight: 700;
  color: #050d51;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #06C7EE;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

/* Sponsors Grid Layout */
.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.sponsor-card {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      height: 170px;

}

.sponsor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sponsor-card img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Responsive sponsors grid */
@media (max-width: 1024px) {
  .sponsors-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .sponsors-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
  }
  .sponsor-card {
    padding: 10px;
  }
}

.speaker-card {
  text-align: center;
}

.speaker-card .team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.speaker-card .team-member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}

.speaker-card .team-info {
  opacity: 1;
  position: relative;
  transform: none;
  text-align: center;
  width: 100%;
  padding: 1rem;
  background: transparent;
  color: #050d51;
}

.speaker-card .team-info h4 {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
  color: #050d51;
  font-family: 'Arial', sans-serif;
}

.speaker-card .team-info p {
  font-size: 0.9rem;
  color: #06C7EE;
  margin-bottom: 0.2rem;
}

.speaker-card .team-info span {
  font-size: 0.85rem;
  color: #050d51;
}

/* Responsive grid */
@media (max-width: 1024px) {
  .speakers-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
  }
  
  .topic-heading {
    font-size: 28px !important;
  }
}

@media (max-width: 768px) {
  .speakers-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
  }
  
  .topic-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .speaker-card .team-member img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 480px) {
  .speakers-grid {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 15px;
  }
  
  .topic-heading {
    font-size: 20px;
  }
  
  .speaker-card .team-member img {
    width: 120px;
    height: 120px;
  }
  
  .speaker-card .team-info h4 {
    font-size: 16px;
  }
}

.slider-controls-under-active {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    left: 0;
    right: 0;
    bottom: -35px;
    position: absolute;
}

.slider-controls-under-active .swiper-button-prev, .slider-controls-under-active .swiper-button-next {
    position: static;
    background: #06C7EE;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s 
ease, transform 0.3s 
ease;
    cursor: pointer;
}

.slider-controls-under-active .swiper-button-prev i,
 .slider-controls-under-active .swiper-button-next i {
    font-size: 22px;
    color: #050d51;
    transition: color 0.3s 
ease;
}

.slider-controls-under-active .swiper-button-prev:hover,
.slider-controls-under-active .swiper-button-next:hover {
  background: #06C7EE;
  transform: scale(1.1);
}

.slider-controls-under-active .swiper-button-prev:hover i,
.slider-controls-under-active .swiper-button-next:hover i {
  color: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}


.swiper-pagination-bullet {
  margin-top: 40px;
  background: #1CA8B7;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.snaps-area {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 80px 0;
}

.snaps-area::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  top: 0;
  right: 0;
  transform: translate(0%, -70%);
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.snaps-area::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  bottom: 0;
  left: 0;
  transform: translate(-20%, 65%);
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: none;
  z-index: -1;
}

.snaps-text {
  text-align: left !important;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.snaps-text h2 {
  color: #fff !important;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: left !important;
}

.snaps-text p {
  color: #fff !important;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0;
  text-align: left !important;
}
.event-slider {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
  position: relative;
  padding: 1rem 0;
}
.slider-row {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  height: 240px;
}
.slide-track {
  display: flex;
  gap: 1.5rem;
  top: 0;
  left: 0;
  flex-wrap: nowrap;
}
.slide-card {
  width: 350px;
  height: 230px;
  perspective: 1000px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 auto;
}
.slide-card img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
}
.image-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.image-modal img {
  max-width: 90%;
  max-height: 90%;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

@keyframes moveLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes moveRight {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.slider-row:hover .slide-track {
  animation-play-state: paused;
}

.help-area {
  background: #06C7EE;
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 80px 0;
}

.help-area::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at top left, #06C7EE 0%, #050d51 100%);
  top: 0;
  left: 0;
  transform: translate(-20%, -60%);
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}
.help-inner {
  background: #050d51 !important;
  color: #fff !important;
  border-radius: 10px !important;
  position: relative;
  z-index: 099;
  overflow: hidden;
  padding: 60px 40px;
}
.help-area .contact-form label.hs-error-msg {
    color: red;
    font-size: 15px;
    margin-bottom: 10px;
}
.contact-form fieldset {
    max-width: 100% !important;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.contact-form fieldset .hs-form-field {
    width: 100% !important;
}
.help-inner::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  top: 0;
  right: 0;
  transform: translate(35%, -50%);
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}
.help-area.inner .help-inner {
    background: transparent !important;
    padding: 0;
}
.help-area.inner {
    background: #f8f5ee;
}
.help-area.inner .help-content {
    color: #050d51;
    padding: 80px 0px 80px 40px;
    background: #f8f5ee;
    min-height: 860px;
    border-radius: 10px;
}
.help-area.inner h2 {
    color: #050d51;
}
.help-area.inner .contact-form label {
    color: #050d51;
}
.help-area.inner .contact-form textarea, .help-area.inner .contact-form input {
    color: #ced4da;
    border-bottom-color: #ced4da;
}
.help-area.inner .contact-form {
    background: #fff;
    padding: 30px;
    position: relative;
    border-radius: 10px;
}
.help-area.inner::before {
    right: 0;
    transform: translate(0%, -53%);
    left: auto;
}
.help-area.inner .help-inner::before {
    right: auto;
    transform: translate(-35%, -50%);
    left: 0;
}
.help-area.inner .help-inner::after {
    display: none;
}
.help-area.inner::after {
    right: auto;
    left: 0;
    transform: translate(-25%, 50%);
    height: 800px;
    width: 800px;
    content: "";
    position: absolute;
    background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
    bottom: 0;
    border-radius: 50%;
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}
.help-area.inner .row {
    align-items: start !important;
}
.help-inner::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  bottom: 0;
  left: 0;
  transform: translate(-23%, 81%);
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}
.help-content p {
  margin-bottom: 20px;
}

.contact-form {
  max-width: 100%;
}

.help-area .contact-form input, textarea {
    border: 0;
        width: 100% !important;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: transparent;
    border-bottom: 2px solid #fff;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
        padding: 8px 0 6px 0;
        margin-bottom: 10px;
}
.help-area .contact-form input[type="checkbox"] {
    width: auto !important;
    margin-right: 10px;
}
.help-area .contact-form ul.inputs-list {
    list-style: none;
}
.help-inner .row {
    --bs-gutter-x: 30px;
}

.help-area input.hs-button {
    display: inline-block;
    color: #001D57 !important;
    background: #06C7EE;
    padding: 15px 18px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s ease;
    text-transform: uppercase;
    margin-top: 20px;
    border: 0;
    width: auto !important;
}

.help-area input.hs-button:hover{
  opacity: 0.7;
}
.contact-form .hsfc-Step .hsfc-Step__Content {
    padding: 0 !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.help-area input::placeholder,
.help-area textarea::placeholder {
    color: #fff !important;   
    opacity: 1;      
}
.help-area .contact-form .hsfc-CheckboxInput
 {
    border: 2px solid #fff;
    box-shadow: none !important;
}
@media only screen and (max-width: 600px) {
  .left-container{
    display: none;
  }
  .lg-view {
    display:none;  
  }
}

@media only screen and (min-width: 600px) {
  .sm-view {
    display:none;  
  }
}

form p {
  text-align:left;
}

.benefits-left .transparent-btn {
  margin-bottom: 50px;
}

.help-img img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

footer.footer {
  position: relative;
  padding: 100px 0;
  color: #fff;
  overflow: hidden;
}

.footer-div {
  position: relative;
  z-index: 1;
}

footer.footer::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  bottom: 0;
  right: 0;
  transform: translate(0%, 83%);
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.footer-top {
  display: flex;
  justify-content: start;
  gap: 30px;
  align-items: baseline;
  margin-bottom: 50px;
}

.footer-btn a {
  background: #06C7EE;
  color: #fff;
  font-family: 'Lexend Deca';
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px;
  cursor: pointer;
  width: fit-content;
  transition-duration: 0.3s;
}

.footer-btn a:hover {
  background: #fff;
  color: #06C7EE;
}

.footer-text {
  font-size: 14px;
  font-weight: 300;
  max-width: 600px;
  margin-top: -50px;
}

.footer-text h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
  font-synthesis: none;
  -webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
  text-shadow: none !important;
  -webkit-text-stroke-width: 0 !important;
  -webkit-text-stroke-color: transparent !important;
  -webkit-text-fill-color: #fff !important;
  outline: none !important;
}

.footer-text p {
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
  font-synthesis: none;
  -webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
  text-shadow: none !important;
  -webkit-text-stroke-width: 0 !important;
  -webkit-text-stroke-color: transparent !important;
  -webkit-text-fill-color: #fff !important;
  outline: none !important;
}

.footer-social {
  text-align: end;
}

.social-icons {
  display: flex;
  justify-content: end;
  text-align: end;
  gap: 1.2rem;
  align-items: baseline;
  margin-bottom: 70px;
}

.social-icons h6 {
  font-weight: 400;
  color: #fff;
  font-size: 1.125rem;
  margin: 0;
  letter-spacing: 0.04em;
  font-synthesis: none;
  -webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
  text-shadow: none !important;
  -webkit-text-stroke-width: 0 !important;
  -webkit-text-stroke-color: transparent !important;
  -webkit-text-fill-color: #fff !important;
  outline: none !important;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #06C7EE;
  color: #050d51;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #fff;
  color: #050d51;
  transform: translateY(-3px);
}

.newsletter-form {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  background: transparent;
  padding-right: 0;
  margin-right: 0;
}

.newsletter-form input {
  background: #fff;
  font-size: 18px;
  width: 60%;
  color: #050d51;
  border: none;
  font-weight: 600 !important;
  padding: 15px;
  border-radius: 5px 0 0 5px;
}

.newsletter-form input::placeholder {
  color: #050d51;
}

.newsletter-form button {
  border: 2px solid #06C7EE;
  background: #06C7EE;
  color: #050d51;
  font-weight: 600 !important;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
  padding: 13px;
  border-radius: 0px 5px 5px 0px;
}

.newsletter-form button:hover {
  opacity: 0.7;
}

.footer-bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  color: #fff;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
/* FAQ Section Styles */
.faq-section {
  position: relative;
  background: #f8f5ee;
  overflow: hidden;
  padding: 100px 0;
}

.faq-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  top: 0;
  right: 0;
  transform: translate(10%, -60%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
}

.faq-section::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  bottom: 0;
  left: 0;
  transform: translate(-20%, 60%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
}

.faq-inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 60px 40px;
  overflow: hidden;
  z-index: 1;
}

.faq-inner::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  top: 0;
  left: 0;
  transform: translate(-25%, -70%);
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

.faq-header {
  margin-bottom: 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.faq-header h2 {
  color: #050d51 !important;
  margin-bottom: 0px !important;
}
.faq-cta-btn:hover {
  background: #06C7EE;
  color: #050d51;
  border-color: #06C7EE;
}

.faq-list {
  position: relative;
  z-index: 1;
}

.faq-item {
  overflow: hidden;
  border-bottom: 1px solid #ced4da;
  transition: all 0.3s ease;
}
.faq-question {
  width: 100%;
  padding: 20px 0px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  font-family: inherit;
  font-size: 28px;
  font-weight: 700;
  color: #050d51;
}

.faq-question:hover {
  background: transparent;
}

.faq-question.active {
  background: #fff;
  color: #001D57;
}

.faq-question-text {
  flex: 1;
  line-height: 1.5;
}

.faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faq-icon i {
  font-size: 16px;
  color: #050d51;
  transition: transform 0.3s ease, color 0.3s ease;
}

.faq-question.active .faq-icon i {
  color: #050d51;
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding-top 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 25px 0 0;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-answer-content {
  padding: 0;
  color: #050d51;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.faq-empty {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 18px;
}
/*---------------------------
         responsive
---------------------------*/
@media (max-width: 1199px) {
.faq-question-text {
    line-height: 34px;
}
.faq-question{
      font-size: 26px;
          padding: 15px 0px;
}
.faq-section {
    padding: 70px 0;
}
.faq-inner{
  padding: 60px 30px;
}
.help-inner {
    padding: 60px 30px;
}
a.transparent-btn{
      font-size: 16px;
      padding: 12px;
}
.header.scrolled a.nav-link {
    font-size: 16px;
}
.header.scrolled .logo-div img {
    max-width: 170px;
}
.navbar-nav {
    gap: 20px;
}
h1{
  font-size: 42px;
}
.location-div {
    font-size: 24px;
    line-height: 1.1em;
}
h2{
  font-size: 36px;
}
.about-section {
    padding: 70px 3%;
}
.box{
  padding: 20px;
  min-height: 250px;
      width: 90%;
      font-size: 20px;
}
.box h2 {
    font-size: 36px !important;
}
.about-content {
    padding: 40px;
    min-height: 340px;
}
.snaps-area {
    padding: 70px 0;
}
.announcements-area {
    padding: 70px 0;
}
.logo-slider h2 {
    margin-bottom: 20px !important;
}
.benefits-section {
    padding: 70px 0;
}
.benefits-right {
    padding: 0 0 0 40px;
}

.benefits-div {
    gap: 40px;
}
.benefits-div h3 {
    flex: 0 0 32%;
}
h3{
  font-size: 28px;
}
.videos-area {
    padding: 70px 0;
}
.videos-slider {
    background: #050d51;
    padding: 40px 20px;
}
.speakers-area {
    padding: 70px 0;
}
.help-area {
    padding: 70px 0;
}
.footer-text {
    max-width: 50%;
}
footer.footer{
  padding: 70px 0;
}
}

@media (max-width:991px) {
    .header {
    left: 15px;
    right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
}
     .navbar {
        position: static;
        background: #06C7EE;
        height: 50px;
        width: 50px;
        box-shadow: none !important;
        border: 0px !important;
        outline: 0px !important;
    }
.navbar-collapse ul.navbar-nav li.nav-item:first-child a.nav-link {
    padding-top: 0;
}
.navbar-toggler{
  padding: 0 0 0px 10px !important;
}
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #06C7EE;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
    }
.navbar-collapse a.nav-link {
    font-size: 16px;
    color: #050d51 !important;
    font-weight: 600;
    padding: 10px 15px;
}
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
.navbar-collapse li.nav-item {
    border-bottom: 1px solid !important;
    width: 100%;
}
  .header-btn {
    margin-left: 10px;
  }
body {
    font-size: 16px;
    line-height: 1.5;
  }

  h1 {
    font-size: 36px !important;
    margin-bottom: 15px !important;
  }
  .hero-content .row.g-5 {
    --bs-gutter-x: 20px;
}

  h2 {
    font-size: 30px !important;
    margin-bottom: 20px !important;
  }
.logo-slider{
      padding: 40px 0;
}
  .header-div {
    position: relative;
    width: 92%;
    justify-content: space-between;
}

.header-div a.transparent-btn,
.header-btn {
  display: none;
}

  .navbar-toggler {
    border: none !important;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }


  a {
    font-size: 14px;
  }

  .hero {
    padding: 130px 0 50px 0;
    min-height: auto;
    z-index: 99;
}

.banner-video iframe {
    width: 100%;
    height: 260px;
}
  .hero::after {
    width: 250px;
    height: 250px;
  }

  .right-area {
    text-align: left;
    position: relative;
}
 .hero-content
 {
               margin-top: 0px;
        min-height: 380px;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        justify-content: flex-end;
    }

  .location-div {
    font-size: 20px;
  }
  .left-area {
    padding: 0;
    font-size: 16px;
}

  .location-div {
    font-size: 19px;
  }

  .heading .pre-title {
    font-size: 20px;
    line-height: 1.2em;
    color: #06C7EE;
    margin-bottom: 8px;
  }

  .left-area p {
    margin-bottom: 40px;
  }

     .banner-img img {
        min-height: 250px;
        height: auto;
        object-fit: cover;
    }

    a.fill-btn {
    font-size: 14px;
    padding: 15px;
}

.about-section {
    padding: 2.6rem 0;
}

    .custom-md-full {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .about-content {
      font-size: 16px;
    }

.about-content p {
    margin: 0px 0px 40px 0;
}

  .about-inner .row {
    flex-direction: column-reverse;
        align-items: center;
  }

  .custom-45 {
    flex: 0 0 45% !important;
    width: 45% !important;
  }

  .stats-slide {
    width: 100%;
  }

    .about-carousel {
      margin-top: 30px;
    }

  .stats-carousel {
    min-height: 250px;
  }

  .box {
    width: 100%;
    min-height: 250px;
    padding: 3.5rem 2rem;
  }

  .box h2 {
    font-size: 52px !important;
  }

  .transparent-btn a {
    padding: 15px;
    font-size: 14px;
  }

  .announcements-area {
    height: auto !important;
    padding: 50px 0 !important;
  }

  #heroCarousel {
    height: auto !important;
  }

  #heroCarousel .carousel-item {
    height: auto !important;
  }

  .carousel-item .row {
    flex-direction: column-reverse !important;
    text-align: center !important;
  }

  .carousel-item .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .carousel-item img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px 10px 0 0 !important;
    object-fit: cover !important;
  }

    .carousel-content {
        padding: 30px 20px 50px !important;
        text-align: center !important;
        background: #06C7EE !important;
        border-radius: 0 0 10px 10px !important;
    }

  .carousel-content h2 {
    font-size: 30px !important;
  }

  .carousel-content p {
    font-size: 16px !important;
    margin-bottom: 40px !important;
  }

  .transparent-btn a {
    font-size: 14px !important;
    padding: 15px !important;
  }

  .carousel-bottom-controls {
    position: relative !important;
    bottom: unset !important;
    left: 0 !important;
    right: 0 !important;
    justify-content: center !important;
    gap: 3rem !important;
    margin-top: 30px !important;
  }

  .carousel-playpause,
  .carousel-control-prev-custom,
  .carousel-control-next-custom {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
  }

  .carousel-sticky-text {
    left: 20px !important;
    top: 0 !important;
    font-size: 12px !important;
  }

  .announcements-area::before {
    width: 450px;
    height: 450px;
}

.announcements-area::after {
    width: 450px;
    height: 450px;
}

.benefits-left h2 {
    margin-bottom: 25px !important;
}
.benefits-img {
    margin-top: 20px;
}
.benefits-section {
    padding: 50px 0;
}
h3{
  font-size: 26px;
}
    .videos-area {
        padding: 50px 0;
    }
  .heading-div {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .benefits-inner {
    padding: 60px 25px;
    align-items: flex-start;
    gap: 0;
        flex-direction: column;
        gap: 50px;
  }

  .benefits-inner::after {
    z-index: -1;
  }

  .benefits-inner img {
    display: none;
  }

      .benefits-left {
        padding: 0;
        text-align: left;
        max-width: 100%;
    }

    .benefits-div {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

  .benefits-right {
    padding: 0;
  }

  .benefits-div ul li {
    flex-direction: column;
  }

  .benefits-section::before {
    width: 450px;
    height: 450px;
}

.benefits-section::after{
    width: 450px;
    height: 450px;
}

  .carousel-content h2 {
    font-size: 32px !important;
  }

  .benefits-inner .heading-div h2 {
    margin-bottom: 50px !important;
    font-size: 46px !important;
  }

      .speakers-area {
        padding: 50px 0;
    }

  .speakers-text .heading-div h2 {
    margin-bottom: 28px !important;
    font-size: 54px !important;
  }


  .speakers-area::before {
    width: 450px;
    height: 450px;
}

.speakers-area::after{
    width: 450px;
    height: 450px;
}


.team-member img {
    width: 200;
    display: inline-flex;
}

    .slider-controls-under-active {
        left: 100px;
        margin-top: 1rem;
    }

  .speakers-text {
    margin: 0 !important;
  }

  .heading-div p {
    margin: 0 0 40px;
  }

     .about-content, .benefits-inner, .speakers-inner {
        padding: 50px 20px 40px;
    }

    .snaps-area {
    padding: 40px 0 20px;
}
.snaps-text {
    margin-bottom: 20px;
}
  .snaps-area::before {
    width: 150px;
    height: 150px;
  }

  .snaps-area::after {
    width: 400px;
    height: 400px;
  }
    .help-area {
        padding: 50px 0;
    }
        footer.footer {
        padding: 50px 0;
    }
  .help-content h2 {
    font-size: 30px !important;
  }
 
    .help-inner {
        padding: 40px 20px;
    }
  .help-img img {
    min-height: 320px;
    object-fit: cover;
}

  .help-inner::after {
    display: none;
  }


  .help-area::after {
    width: 150px;
    height: 150px;
    left: 0;
    transform: translate(-25%, 65%);
  }


      .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
    }

      .footer-text {
        text-align: center;
        max-width: 100%;
        margin-top: 30px;
    }

      .social-icons {
        justify-content: center;
        margin-bottom: 40px;
        gap: 0.8rem;
    }

    .social-icons a {
      width: 25px;
      height: 25px;
      font-size: 14px;
    }

 .newsletter-form {
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem;
    }

     .newsletter-form input {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        border-radius: 0;
    }

  .newsletter-form button {
    width: 50%;
    border: 2px solid;
    background: transparent;
    color: #06C7EE;
    border: 2px solid #06C7EE;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
  }

  .newsletter-form button:hover {
    background: #06C7EE;
    color: #050d51;
  }

.footer-bottom {
    justify-content: center;
    margin-top: 25px;
}s


  .speakers-inner .transparent-btn {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-form fieldset {
    display: block !important;
}
 .faq-section {
    padding: 50px 0;
  }
  .benefits-inner .row {
    --bs-gutter-x: 0;
}
  
  .faq-inner {
    padding: 40px 20px;
  }
    .faq-question {
        padding: 15px 0;
        font-size: 22px;
    }
      .faq-answer {
        padding: 0 20px 20px 0;
    }
  .faq-answer-content {
    font-size: 16px;
  }
 
}

@media (max-width:767px) {
      .benefits-left h2 {
        margin-bottom: 0px !important;
    }
     .videos-slider {
        padding: 30px 10px !important;
    }
     .header {
    left: 12px;
    right: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
      .faq-section {
        padding: 40px 0;
    }
  
     .faq-inner {
        padding: 30px 15px;
    }
  
  .faq-header {
    margin-bottom: 30px;
  }
  
  .faq-header h2 {
    font-size: 28px !important;
    margin-bottom: 0px !important;
  }
  
  .faq-item {
    margin-bottom: 10px;
  }

     .faq-question {
        padding: 0 0 10px 0;
        font-size: 20px;
    }
     .faq-answer {
        padding: 0 0px;
    }
        .faq-question-text {
        line-height: 27px;
    }
  .faq-icon {
    width: 20px;
    height: 20px;
  }
  
  .faq-icon i {
    font-size: 14px;
  }
  .topic-filter-panel-item{
        padding: 6px 7px !important;
  }
.topic-filter-panel-header h3 {
    font-size: 24px !important;
}
.speakers-inner .row {
    padding-bottom: 0px;
    --bs-gutter-y: 30px;
}
.footer-div .row.g-5 {
    --bs-gutter-y: 30px;
}
  body {
    font-size: 14px;
    line-height: 1.5;
  }
      ul.navbar-nav {
        margin-top: 0 !important;
    }
  .navbar{
    padding-right: 10px;
  }
      .navbar-collapse a.nav-link {
        padding: 8px 10px;
        text-align: left;
    }

h1 {
        font-size: 32px !important;
        margin-bottom: 15px !important;
    }

  h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }
  .left-area {
    margin-top: 0;
}
     .header-div {
        position: relative;
        padding: 10px;
    }

nav.navbar.navbar-expand-lg.navbar-light {
    text-align: right;
    display: block;
}

ul.navbar-nav {
    margin-top: 10px;
}



a.nav-link {
    font-size: 14px;
    color: #fff !important;
    padding: 5px 0 0;
}


.header-div a.transparent-btn,
.header-btn {
    display: none;
}

  .navbar-toggler {
    border: none !important;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }

  a {
    font-size: 14px;
  }
  .hero {
    min-height: auto;
    padding: 110px 0 40px 0;
    background-position: center;
    background-size: cover;
}
.hero-content {
    margin-top: 0px;
}

.left-area {
    padding: 0;
    font-size: 14px;
}

.heading .pre-title {
    font-size: 18px;
    line-height: 1.2em;
    color: #06C7EE;
    margin-bottom: 6px;
}
a.fill-btn {
    padding: 13px 15px;
    font-size: 12px;
}
.right-area {
    z-index: 999;
    position: relative;
}
.right-area p {
  margin-bottom: 20px;
}
.left-area p {
        margin-bottom: 30px;
    }

      .banner-img img {
        min-height: auto !important;
        height: auto !important;
    }
  .hero::after {
    width: 250px;
    height: 250px;
  }

    .about-section {
        padding: 3rem 0.5rem;
        font-size: 14px;
    }

        .about-section {
        padding: 40px 0px;
        font-size: 14px;
    }

  .about-section::before {
        width: 250px;
    height: 250px;
  }

  .about-inner .row {
    flex-direction: column-reverse;
  }

      .custom-45 {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

.about-content::after {
      width: 150px;
    height: 150px;
}

.about-content p {
    margin: 0 0px 30px 0;
}

.carousel-controls {
        margin-top: 20px;
}
    .box {
        width: 90%;
    }

  .box h2 {
        font-size: 42px !important;
  }

  .transparent-btn a {
    padding: 15px;
    font-size: 14px;
  }


  .announcements-area::before {
        width: 200px;
    height: 200px;
  }
  .announcements {
    height: auto !important;
    padding: 50px 0 !important;
  }

  #heroCarousel {
    height: auto !important;
  }

  #heroCarousel .carousel-item {
    height: auto !important;
  }

  .carousel-item .row {
    flex-direction: column-reverse !important;
    text-align: center !important;
  }

  .carousel-item .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .carousel-item img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px 10px 0 0 !important;
    object-fit: cover !important;
  }

     .carousel-content {
        padding: 40px 20px !important;
        font-size: 14px !important;
     }

      .carousel-content h2 {
        font-size: 32px !important;
        margin-bottom: 15px !important;
    }

  .carousel-content p {
    margin-bottom: 40px !important;
  }

  a.transparent-btn {
    font-size: 14px !important;
    padding: 15px !important;
  }

  .carousel-bottom-controls {
    position: relative !important;
    bottom: unset !important;
    left: 0 !important;
    right: 0 !important;
    justify-content: center !important;
    gap: 3rem !important;
    margin-top: 30px !important;
  }

  .carousel-playpause,
  .carousel-control-prev-custom,
  .carousel-control-next-custom {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
  }

  .carousel-sticky-text {
    left: 20px !important;
    top: 0 !important;
    font-size: 12px !important;
  }
.announcements-area::after {
  width: 300px;
  height: 300px;
}
    

.benefits-section {
    padding: 40px 0;
}


      .heading-div {
        font-size: 14px;
        margin-bottom: 20px;
    }

     .benefits-inner {
        display: block;
    }

      .benefits-inner::after {
        z-index: -1;
        width: 200px;
        height: 200px;
        transform: translate(35%, 65%);
    }

  .benefits-inner img {
    display: none;
  }

      .benefits-left {
        padding: 0 10px;
        text-align: left;
        max-width: 100%;
    }
h3 {
    font-size: 24px;
}
    .benefits-div:last-child {
        padding: 20px 10px 0px 10px;
    }
    .videos-area {
        padding: 40px 0;
    }
 .benefits-right {
        padding: 0;
        margin-top: 0px;
        max-width: 100%;
    }
       .benefits-div h3 {
        flex: 0 0 100%;
        font-size: 24px !important;
    }
    .benefits-div {
        flex-direction: column;
        margin-bottom: 0;
        padding: 20px 10px 20px 10px;
        font-size: 14px;
    }

  .benefits-section::before {
    width: 300px;
    height: 300px;
  }

  .benefits-section::after {
    width: 300px;
    height: 300px;
  }

  .carousel-content h2 {
    font-size: 32px !important;
  }

  .benefits-inner .heading-div h2 {
    margin-bottom: 50px !important;
    font-size: 46px !important;
  }

          .speakers-area {
        min-height: auto;
        padding: 40px 0;
    }

    .speakers-area::before {
      width: 300px;
      height: 300px;
    }
    .speakers-area::after {
      width: 300px;
      height: 300px;
    }

  .speakers-text .heading-div h2 {
    margin-bottom: 28px !important;
    font-size: 54px !important;
  }

  .speaker-slider {
    margin-top: 60px;
  }

  .speakers-link {
    font-size: 18px;
    line-height: 1.2em;
  }

 .speakers-inner::after {
    width: 200px;
    height: 200px;
 }

      .slider-controls-under-active {
        left: 0;
        right: 0;
        margin: 0;
        bottom: 0;
    }

  .speakers-text {
    margin: 0 !important;
    text-align: center;
  }

  .heading-div p {
    margin: 0 0 40px;
  }

  .about-content,
  .benefits-inner,
  .speakers-inner {
    padding: 30px 10px;
  }
        .snaps-area {
        padding: 40px 0px 0px;
        font-size: 14px;
    }
    .event-slider{
      gap: 10px;
    }
        .announcements-area {
        padding: 40px 0 !important;
    }
  .snaps-area::before {
    width: 200px;
    height: 200px;
        transform: translate(25%, -70%);
  }
      .logo-slider {
        padding: 20px 0;
    }
    .logo-slider .transparent-btn {
    margin-top: 30px;
}

     .snaps-area::after {
        width: 300px;
        height: 300px;
    }
    .contact-form {
    max-width: 100%;
    padding: 0px 15px 30px 15px;
}
.help-area {
    padding: 40px 0;
} 
.help-area::before {
  width: 300px;
    height: 300px;
    top: 0;
    transform: translate(-21%, -60%);
}
  /* .help-inner .row {
    flex-direction: column-reverse;
  } */
      .help-content {
               padding: 30px 15px 0px 15px;
        font-size: 16px;
    }
        .topic-heading {
        font-size: 24px !important;
    }
  .help-content h2 {
    font-size: 28px !important;
  }
  .topic-section {
    margin-bottom: 30px;
}
.sponsor-card{
  height: 130px;
  padding: 15px;
}
p {
    margin-bottom: 20px;
}
  .help-inner {
    padding: 0;
  }

  .help-inner::before {
    display: none;
  }
    .help-img img {
        min-height: auto;
    }
  .help-inner::after {
    display: none;
  }


  .help-area::after {
    width: 150px;
    height: 150px;
    left: 0;
    transform: translate(-25%, 65%);
  }

footer.footer {
    padding: 40px 0;
}

      .footer-top {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }

    .footer-top img {
      margin: 0 auto;
    }

  .footer-text {
        text-align: center;
        max-width: 100%;
        padding: 10px;
        margin-top: 20px;
    }

      .social-icons {
        justify-content: center;
        margin-bottom: 30px;
        gap: 0.8rem;
    }

    .social-icons a {
      width: 25px;
      height: 25px;
      font-size: 14px;
    }

      .newsletter-form {
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem;
    }

.newsletter-form input {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        border-radius: 0;
    }

  .newsletter-form button {
    width: 50%;
        border: 2px solid #06C7EE;
        background: transparent;
        color: #06C7EE;
        border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
    }

  .newsletter-form button:hover {
    background: #06C7EE;
    color: #050d51;
  }
  .speakers-inner .speakers-btn
 {
        text-align: center;
        margin-bottom: 0px;
    }

  .footer-bottom {
    margin-top: 0px;
    display: block;
    text-align: center;
    font-size: 14px;
    position: relative;
    z-index: 99;
}
.footer-bottom a {
     display: block;
 }
 
 }

/* All Sessions Section Styles */
.sessions-area {
  position: relative;
  background: #f8f5ee;
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
}

.sessions-area::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  top: 0;
  right: 0;
  transform: translate(10%, -50%);
  border-radius: 50%;
  z-index: 0;
  opacity: 0.9;
  pointer-events: none;
}

.sessions-area::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at top left, #050d51 0%, #06C7EE 100%);
  bottom: 0;
  left: 0;
  transform: translate(-20%, 50%);
  border-radius: 50%;
  z-index: 0;
  opacity: 0.9;
  pointer-events: none;
}

.sessions-inner {
  background: #fff !important;
  color: #050d51 !important;
  border-radius: 10px !important;
  position: relative;
  z-index: 99 !important;
  padding: 60px 40px;
  overflow: hidden;
}

.sessions-schedule-container {
  margin-top: 40px;
  position: relative;
}

.sessions-loading,
.sessions-error {
  text-align: center;
  padding: 40px 20px;
  color: #050d51;
  font-size: 18px;
}

.sessions-table-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 800px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
}

.sessions-schedule-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 800px;
  position: relative;
}

.sessions-time-header {
  width: 120px;
  min-width: 120px;
  background: #f8f5ee;
  color: #050d51;
  padding: 15px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 15;
  border-right: 2px solid #06C7EE;
  border-bottom: 2px solid #06C7EE;
}

.sessions-room-header {
  background: #f8f5ee;
  color: #050d51;
  padding: 15px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  min-width: 200px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 2px solid #06C7EE;
  position: sticky;
  top: 0;
  z-index: 14;
}

/* Alternate room headers: 2nd, 4th, 6th columns (even positions after time column) get white background */
.sessions-room-header:nth-child(2n+2) {
  background: #fff;
}

.sessions-room-header:last-child {
  border-right: none;
}

.sessions-time-row {
  height: 120px;
}

.sessions-time-cell {
  width: 120px;
  min-width: 120px;
  background: #f8f5ee;
  padding: 0 10px;
  text-align: center;
  vertical-align: top;
  border-right: 2px solid #06C7EE;
  position: sticky;
  left: 0;
  z-index: 13;
  border-left: none;
  border-top: none;
  border-bottom: none;
}

/* Whole hour rows ONLY - show top border in time column (at whole hour position) */
.sessions-time-cell-whole-hour {
  border-top: 1px solid #e0e0e0 !important;
  border-bottom: none !important;
}

/* Interval rows (15, 30, 45) - explicitly no border in time column */
.sessions-time-cell-interval {
  border-bottom: none !important;
  border-top: none !important;
}

.sessions-time-label {
  font-weight: 700;
  font-size: 14px;
  color: #050d51;
  padding: 5px 0;
  margin: 0;
}

.sessions-time-label h3 {
  font-weight: 700;
  font-size: 14px;
  color: #050d51;
  margin: 0;
  padding: 5px 0;
}

.sessions-room-name {
  font-weight: 700;
  font-size: 16px;
  color: #050d51;
  margin: 0;
  padding: 0;
}

.sessions-room-header h3 {
  font-weight: 700;
  font-size: 16px;
  color: #050d51;
  margin: 0;
  padding: 0;
}


.sessions-room-cell {
  min-width: 200px;
  padding: 0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  vertical-align: top;
  position: relative;
  background: #f8f5ee;
  height: 120px;
}

/* Alternate room cells: 2nd, 4th, 6th columns (even positions after time column) get white background */
.sessions-room-cell:nth-child(2n+2) {
  background: #fff;
}

/* Ensure all room cells have bottom border for ALL time slots (whole hours AND intervals) */
/* This ensures horizontal lines appear in room columns for all time slots, not just whole hours */
.sessions-time-row .sessions-room-cell {
  border-bottom: 1px solid #e0e0e0;
}

.sessions-room-cell:last-child {
  border-right: none;
}

.sessions-session-box {
  position: absolute;
  background: #06C7EE;
  color: #050d51;
  border-radius: 4px;
  padding: 0 12px;
  margin: 0 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 5;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

.sessions-session-box:hover {
  background: #050d51;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.sessions-session-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  padding: 4px 0 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.sessions-session-time {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.8;
  margin: 0;
  padding: 0 0 4px 0;
}

/* Responsive Sessions Section */
@media (max-width: 991px) {
  .sessions-area {
    padding: 70px 0;
  }
  
  .sessions-inner {
    padding: 50px 25px;
  }
  
  .sessions-table-wrapper {
    max-height: 600px;
  }
  
  .sessions-time-header,
  .sessions-time-cell {
    width: 100px;
    min-width: 100px;
  }
  
  .sessions-room-header,
  .sessions-room-cell {
    min-width: 180px;
  }
  
  .sessions-session-title {
    font-size: 13px;
  }
  
  .sessions-session-speakers {
    font-size: 11px;
  }
  
  .sessions-session-time {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .sessions-area {
    padding: 50px 0;
  }
  
  .sessions-inner {
    padding: 40px 20px;
  }
  
  .sessions-table-wrapper {
    max-height: 500px;
  }
  
  .sessions-time-header,
  .sessions-time-cell {
    width: 80px;
    min-width: 80px;
    font-size: 12px;
  }
  
  .sessions-room-header {
    min-width: 150px;
    padding: 12px 10px;
    font-size: 14px;
  }
  
  .sessions-room-cell {
    min-width: 150px;
  }
  
  .sessions-time-label {
    font-size: 12px;
  }
  
  .sessions-session-box {
    padding: 0 10px;
    margin: 0 6px;
    min-height: 0;
  }
  
  .sessions-session-title {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
  
  .sessions-session-speakers {
    font-size: 10px;
  }
  
  .sessions-session-time {
    font-size: 9px;
  }
}



