* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Bricolage Grotesque', sans-serif;
}

p {
    font-size: 16px;
}

.section {
    padding: 60px 0;
}

.bg-brown{
    background: #c97434;
}

.bg-vd {
    position: relative;
}

.bg-vd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(255, 255, 255, 0.863), transparent);
  z-index: 1;
}

.hero-box{
  position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.logo-mid {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
}

.logo-mid2 {
    position: absolute;
    top: 14%;
    left: 20px;
    width: 140px;
}

.logo-mid4 {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
}

.logo-mid3 {
    position: absolute;
    top: 0%;
    right: 20px;
    width: 40%;
}

.tagline {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    color: #2419bd;
}

@supports (text-shadow: 1px 1px 1px 1px black) {
    .title {
        text-shadow:

            var(--x-offset) var(--y-offset) 0px 0px var(--background-color),

            var(--x-offset) var(--y-offset) var(--stroke) 0px var(--stroke-color);

    }
}

#about {
    margin-top: -30px;
    padding-top: 60px;
    position: relative;
    z-index: 1000;
    background: #fff;
}

.abt-box {
    /* box-shadow: rgb(2 0 249) 0px 2px 4px; */
}

#why-up ul li {
    font-size: 18px;
    margin-top: 20px;
    list-style: none;
    border: 1px solid #ffc616;
    padding: 5px 15px;
    border-radius: 5px;
}

#why-up ul {
    padding-left: 0;
}

#who-should-attend {
    background: url(./assets/img/bg-blue.webp);
    background-size: cover;
    padding: 50px 0 190px;
    height: 650px;
    background-attachment: fixed;
}

#who-should-attend .title {
    text-shadow: unset !important;
    background: linear-gradient(to right, #ffffff, #ffffff, #04A9F5, #ffffff, #ffffff);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 6s linear infinite;
    margin-bottom: 60px;
}

#who-should-attend ul li {
    text-align: center;
    list-style-type: none;
    /* box-shadow: rgb(2 0 249) 0px 2px 4px; */
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 17px;
    background-color: #fff;
    padding: 10px 15px;
}


#highlights p {
    margin-top: -100px;
    color: #fff;
    z-index: 1000;
    text-align: center;
    padding: 20px;
    font-size: 17px;
}

#highlights .title {
    margin-top: 20px;
}

.particles-wrapper {
    height: 80vh;
    position: relative;
}

#particles-js {
    width: 100%;
    height: 100%;
    background: #e6e6e6;
}

.agenda-h {
    text-align: center;
    background-color: #fff;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(2 0 249) 0px 2px 4px;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 10px;
}

.agenda-h i {
    font-size: 32px;
    color: #0609B8;
}

.agenda-h p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 17px;
}

.uplift {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* z-index: 1000; */
}

.bg-blues {
    background: linear-gradient(to right, #0609b8, #0609b8, #04A9F5, #0609b8, #0609b8);
}

.shiny-section {

    background: linear-gradient(to right,
            #0609b8,
            #0609b8,
            #0609b8,
            #0609b8,
            #04A9F5,
            #0609b8,
            #0609b8,
            #0609b8,
            #0609b8);
    background-size: 300% 100%;
    animation: shine-bg 6s linear infinite;
}

@keyframes shine-bg {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: 200% 0;
    }
}


.title {
    color: #0609B8;
    font-size: 42px;
    line-height: 1.6;
    font-weight: 900;
    margin-bottom: 15px;
    background: linear-gradient(to right, #0609b8, #0609b8, #0278af, #0609b8, #0609b8);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 6s linear infinite;
}

@keyframes shine {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}


/* From Uiverse.io by KhelVers */
.button {
    cursor: pointer;
    font-size: large;
    font-family: inherit;
    font-weight: bold;
    color: #0609B8;
    background-color: #f8f8fd;
    padding: 0.4em 1.2em;
    border-radius: 50em;
    border: 6px solid #8b93f8;
    box-shadow: 0px 8px #0609B8;
}

.button:active {
    position: relative;
    top: 8px;
    border: 6px solid #646fff;
    box-shadow: 0px 0px;
}

header .nav-link {
    color: #fff !important;
    margin-left: 15px;
    font-size: 14px;
}

.menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

.widget_title {
    font-size: 16px;
    color: #fff;
}

.menu li::marker {
    color: #fff;
}

.social-icon {
    margin-top: 10px;
}

footer .fa,
footer .social-icon a {
    text-decoration: none;
    color: #fff;
    margin-right: 7px;
}

.footer-area {
    padding: 30px 0;
    background: linear-gradient(to top, #0609b8, #282828, #282828);
}

.contact-div {
    box-shadow: #FF9800 0px 2px 4px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.contact_inner {
    padding: 20px;
}

.contact_inner p {
    margin-bottom: 10px;
}

.top_badge {
    background-color: #0609B8;
    color: #fff;
    padding: 10px 20px;
}

.top_badge h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.contact_inner i {
    color: #FF9800;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    /* nav position clickable fix */
}

.owl-nav button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    border: none;
    padding: 15px 20px;
    font-size: 28px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    /* allow clicks */
}

.spkr {
    border-radius: 5px;
}

.spkr h4 {
    font-size: 18px;
}

.spkr p {
    font-size: 15px;
}

.spkr img {
    border-radius: 5px;
    background-color: #ffb74d;
}

.bg-brown{
    background-color: #ff9900;
}

.ps .owl-nav button {
    color: #ff9900 !important;
}

.ps .spkr img {
    max-width: 75%;
    margin: 5px auto;
}

.pp .title {
    text-shadow: unset !important;
    background: linear-gradient(to right, #ffffff, #ffffff, #04A9F5, #ffffff, #ffffff);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 6s linear infinite;
    margin-bottom: 60px;
}

.pp {
    background: linear-gradient(to top, #0609b8, #282828, #282828);
}

.pp img {
    max-width: 180px;
    max-height: 100px;
    width: 100%;
}

.pp .pp-img {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    margin: 0 0 4px;
    min-height: 120px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* .owl-nav button:hover {
  background: #04A9F5;
  color: #fff !important;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
} */

.owl-nav button span {
    font-size: 120px;
    line-height: 1;
}

section.wave-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* Make sure canvas fills the section */
section.wave-section canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

section.wave-section .content {
    position: relative;
    z-index: 2;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    height: 100%;
}

.speaker-card {
    text-align: center;
    box-shadow: rgb(249, 133, 0) 0px 2px 4px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.speaker-card img {
    max-width: 40%;
}

.speaker-card h5 {
    background-color: #FF9800;
    color: #fff;
    border-radius: 5px;
    padding: 4px;
}

/* Magazine Wrapper */
.magazines_wrapper {
  padding: 200px 0px 40px;
  background: #fff;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.magazines_wrapper .container {
  max-width: 1000px;
  min-width: 350px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 35px;
}

.magazines_wrapper h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #fff;
}

.shelf-left {
  left: 0;
  width: 82px;
  /* background: url(https://pubhtml5.com/images_16/home/shelf1.png); */
  background: url(https://events.eletsonline.com/his/images_16/shelf1.webp);
}

.demo-self {
  position: absolute;
  height: 100%;
  top: 0;
}

.shelf-mid {
  left: 82px;
  right: 82px;
  background: url(https://events.eletsonline.com/his/images_16/shelf2.webp);
}

.shelf-right {
  right: 0;
  width: 82px;
  background: url(https://events.eletsonline.com/his/images_16/shelf3.webp);
}


.home-banner-demo-ul-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home-banner-demo-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home-banner-demo-ul>.tall {
  display: inline-block;
  position: relative;
  margin: 0 31px;
  margin-top: -166px;
  margin-bottom: 80px;
}

.home-banner-demo-img-container {
  position: relative;
  cursor: pointer;
}

.home-banner-demo-img-container {
  overflow: hidden;
}

.home-banner-demo-thum {
  display: block;
  max-width: 100%;
  height: auto;
}

.home-banner-demo-thum {
  position: relative;
  display: block;
  width: 160px;
  height: auto;
}

.demo-self {
  position: absolute;
  height: 100%;
  top: 0;
}

.bg-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.apply_btn {
  text-align: center;
  margin-top: 30px;
}

.button {
  background-color: #d56124;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
}

.button .dots_border {
  position: absolute;
  border: 1px dashed white;
  border-radius: 25px;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0.3;
}

.text_button {
  position: relative;
  z-index: 1;
}

.strip{
        background-color: #fff;
    height: 100px;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex
;
    align-items: center;
}

.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff9500,
    #ff7300,
    #ff9d00,
    #ff9900,
    #00ffd5,
    #002bff,
    #3e1dad,
    #173761,
    #2419bd
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}


.speaker-card2 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}

.speaker-card2:hover {
  transform: translateY(-6px);
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
}

.speaker-card2 img {
  width: 100%;
  /* height: 280px; */
  object-fit: cover;
  border-bottom: 3px solid #ff9901; /* Accent line */
  transition: transform 0.4s ease;
  background: radial-gradient(#ff990000, #ff9800bd);
}

.speaker-card2:hover img {
  transform: scale(1.05);
}

.speaker-info {
  padding: 10px;
  min-height: 170px;
  
}

.speaker-info h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.3;
}

.speaker-info p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

/* Accent hover underline for name */
.speaker-card2:hover h2 {
  color: #ff9901;
}

/* Optional: animation for cards */
.speaker-card2 {
  animation: fadeInUp 0.6s ease both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1350px){
    .col-20{
        width: 20%;
    }
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .speaker-card2 img {
    height: 220px;
  }
  .speaker-info h2 {
    font-size: 16px;
  }
  .speaker-info p {
    font-size: 0.85rem;
  }
}

@media only screen and (max-width:600px) {
    .bg-vd video{
        min-height: 360px;
    }
    .logo-mid2 {
        width: 60px;
    }

    .logo-mid4 {
        
        top: 25%;
    }

    .logo-mid4 img{
        width: 60px !important;
    }

    .logo-mid3 {
        width: 60%;
    }

    .tagline {
        display: none;
    }

    .logo-mid {
        width: 45%;
        top: 35%;
    }

    p {
        font-size: 16px;
    }

    .title {
        font-size: 24px;
    }

    #about{
        margin-top: 10px;
    }
    #about .title {
        margin-top: 105px;
    }

    #why-up ul li {
        margin-top: 10px;
        font-size: 16px;
    }

    .uplift {
        position: unset;
        transform: unset;
        margin-top: -145px;
    }

    .particles-wrapper {
        height: unset;
    }

    ol,
    ul {
        padding-left: 0;
    }
}


