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: 300 !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 {
  width: 100%;
  max-width: 100%;
  margin: 0;
  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;
  left: 0;
  right: 0;
  justify-content: space-between;
}

.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;
}
a.transparent-btn:hover {
  background: #06C7EE;
  color: #050d51;
}

.hero {
    position: relative;
    color: #cdcdcd;
    font-size: 17px;
    padding: 11rem 1rem 3rem;
    justify-content: center;
    overflow: hidden;
    min-height: 800px;
    z-index: 1;
}
.hero h1 {
  letter-spacing: 0.04em;
  color: #fff;
}

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

.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::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle at bottom right, #06C7EE 0%, #050d51 100%);
  bottom: 0;
  left: 0;
  transform: translate(-20%, 60%);
  z-index: -1;
}

.hero-content {
    border-radius: 20px;
    padding: 0 25px 40px;
    margin-top: 70px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.hero-content::before {
  position: absolute;
  content: "";
  background: url("/_hcms/themes/gai-world-2026-theme/assets/images/banner-bg.jpg") no-repeat center center / cover;
  inset: 0;
  transform: scaleX(-1);
  z-index: 0;
  border-radius: 10px;
}

/* Remove global page padding for full-bleed sections on blank pages */
.body-wrapper,
main {
  padding: 0;
  margin: 0;
}
.dnd-section,
.dnd-row,
.dnd-column,
.dnd-module {
  padding: 0 !important;
  margin: 0 !important;
}



.left-area {
    
    max-width: 600px;
}

.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 {
  
}
.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 0;
    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: end;
    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 {
    color: #fff;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
    font-size: 52px !important;
}

.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 {
  margin-bottom: 50px !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; 
}

/* * {
  box-sizing: border-box;
}

/* 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;
}

.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: 700px;
  height: 700px;
  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 25px;
    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-left img {
    margin-top: 50px;
    border-radius: 10px;
    min-height: 850px;
    object-fit: cover;
    transform: scaleY(-1);
}

.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;
}

.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;
}

.owl-nav {
  display: none;
}

.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: 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%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}

.speakers-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%;
  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 25px;
    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;
  margin-bottom: 4rem;
}
.speakers-text a {
  color: #06C7EE;
}

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

.speakers-btn {
    text-align: end;
}

.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;
  transform: scale(0.9);
  z-index: 1;
  
}

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

.team-member {
  position: relative;
  border-radius: 50%;
  overflow: visible;
  transition: 0.5s;
  text-align: center;
  cursor: pointer;
}

.team-member img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.5s ease;
  display: block;
  position: relative;
  z-index: 1;
  border: 2px solid #06C7EE;
}

.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.05);
}

.swiper-slide-active .team-member img {
  filter: grayscale(0%);
  transform: scale(1.08);
  border: 2px solid #050d51;
}

.team-info {
  padding: 1rem;
  text-align: center;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  background: transparent;
  color: #050d51;
}

.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;
}

.team-info h3 {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
  color: #050d51;
}

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

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

.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;
}

.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;
}


.top-row .slide-track {
  animation: moveLeft 45s linear infinite;
}

.bottom-row .slide-track {
  animation: moveRight 45s linear infinite;
}

@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, #050d51 0%, #06C7EE 100%);
  bottom: 0;
  left: 0;
  transform: translate(-20%, -70%);
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.help-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(25%, 65%);
  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 0;
}

.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-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 {
    padding: 25px;
}

.help-content p {
  margin-bottom: 50px;
}

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

.help-area input, textarea {
	background-color: transparent;
  color: #fff !important;
	border: none;
	padding: 12px 0px;
	margin: 8px 0;
	width: 100%;
  font-size:18px;
  border-bottom: 2px solid #FFFFFF;
}

.help-area button {
  display: inline;
  color: #050d51;
  border: 2px solid #06C7EE;
  background: #06C7EE;
  border-radius: 5px;
  padding: 8px 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
}

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;      
}

button:hover {
  opacity: 0.7;
}
@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.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 h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.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 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;
}

/*---------------------------
         responsive
---------------------------*/
@media (max-width:991px) {
body {
    font-size: 16px;
    line-height: 1.5;
  }

  h1 {
    font-size: 48px !important;
    margin-bottom: 27px !important;
  }

  h2 {
    font-size: 32px !important;
    margin-bottom: 27px !important;
  }

  .header-div {
    position: relative;
    width: 92%;
    justify-content: space-between;
}

.header-div a.transparent-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: 3rem 1rem 3rem;
    min-height: auto;
    z-index: 99;
}

  .hero::after {
    width: 250px;
    height: 250px;
  }

  .right-area {
    text-align: left;
    position: relative;
}

  .hero-content {
    margin-top: 0;
  }

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

  .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 p {
    margin: 0px 0px 40px 0;
}

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

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

  .stats-slide {
    width: 100%;
  }

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

  .box h2 {
    font-size: 58px !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-section {
    padding: 60px 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: 60px 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: auto;
    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: 60px 25px 40px;
    }

    .snaps-area {
    padding: 40px 0 20px;
}

  .snaps-area::before {
    width: 150px;
    height: 150px;
  }

  .snaps-area::after {
    width: 400px;
    height: 400px;
  }

  .help-content {
    padding: 0 28px;
  }

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

  .help-inner {
    padding: 0;
  }

  .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;
    }

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

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

  .newsletter-form button {
    width: 50%;
    border: 2px solid;
    background: #000;
    padding: 10px;
    margin: 0 auto;
  }

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


  .speakers-inner .transparent-btn {
    text-align: center;
    margin-bottom: 20px;
  }
 
}

/* ---------- 767px & below (Mobile Devices) ---------- */
@media (max-width:767px) {

  body {
    font-size: 14px;
    line-height: 1.5;
  }

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

  h2 {
    font-size: 32px !important;
    margin-bottom: 27px !important;
  }
  
     .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: #cdcdcd !important;
    padding: 5px 0 0;
}


.header-div a.transparent-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: 4rem 1rem;
}
.hero-content {
    margin-top: 0;
}

.hero-content .row {
    flex-direction: column-reverse;
}

.left-area {
    padding: 0;
    font-size: 14px;
}
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::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: 0;
}
    .box {
        width: 90%;
    }

  .box h2 {
    font-size: 58px !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: 80px 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;
        text-align: left;
        max-width: 100%;
    }

 .benefits-right {
        padding: 0;
        margin-top: 40px;
        max-width: 100%;
    }

  .benefits-div {
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    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: 60px 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-inner::after {
    width: 200px;
    height: 200px;
 }

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

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

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

  .about-content,
  .benefits-inner,
  .speakers-inner {
    padding: 60px 25px;
  }
        .snaps-area {
        padding: 40px 10px 10px;
        font-size: 14px;
    }
  .snaps-area::before {
    width: 200px;
    height: 200px;
        transform: translate(25%, -70%);
  }

     .snaps-area::after {
        width: 300px;
        height: 300px;
    }
.help-area {
    padding: 60px 0;
} 
.help-area::before {
  width: 300px;
    height: 300px;
    top: 0;
    transform: translate(-21%, -60%);
}
  .help-inner .row {
    flex-direction: column-reverse;
  }

  .help-content {
        padding: 28px 28px 45px;
        font-size: 14px;
    }

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

  .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 {
    padding: 40px 0;
}

      .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

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

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

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

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

  .newsletter-form button {
    width: 50%;
    border: 2px solid;
    background: #000;
    padding: 10px;
    margin: 0 auto;
  }


  .speakers-inner .speakers-btn
 {
        text-align: left;
        margin-bottom: 20px;
    }

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

}
