/* header */

html {
  scroll-behavior: smooth;
}


/* Global Styles */

main {
  clear: both
}

html,
body {
  height: 100%;
  font-family: 'Arial', Helvetica, sans-serif;
  background: #fff;
  color: #262626;
  /* background: #222D3E;*/
}

p {
  margin: 0
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}

a {
  text-decoration: none !important;
  transition: all 0.5s ease;
  outline: transparent !important;
  border: 0;
}


.CF-40-60-section {
  background-color: #ffffff;
  padding: 60px 0;
}

.CF-title {
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 45px;
  font-weight: lighter;
  color: #000000;
}

.CF-content {
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 20px;
  color: #000000;
  line-height: 1.9;
  padding-bottom: 20px;
}

.CF-image {
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}



.first-space-left {
  padding-left: 80px;
}

.CF-title {
  font-family: 'Arial', Helvetica, sans-serif;
  text-align: center;
  padding: 50px 0 30px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #000000;
}

.CF-highlight-box {
  text-align: left;
  padding: 2rem 1rem 2.5rem;
  background-color: #005198;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.CF-highlight-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
}

.CF-highlight-icon img {
  width: 70px;
  height: 70px;
  margin-bottom: 1rem;
}

.CF-highlight-box h4 {
  margin-top: 15px;
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
}

.CF-highlight-box h5 {
  font-family: 'Arial', Helvetica, sans-serif;
  margin-top: 5px;
  font-size: 30px;
  color: #ffffff;
  font-weight: lighter;
}

.CF-carousel-img {
  width: 100%;
  border-radius: 10px;
}

.carousel-indicators {
  position: static;
  justify-content: center;
  margin-top: 1rem;
}

.carousel-indicators [data-bs-target] {
  background: linear-gradient(90deg, #DFF73F, #7DFFFC);
  width: 60px;
  height: 3px;
  border: 0;
}

.CF-bottom-section {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  gap: 1rem;
  height: 100%;
}

.CF-bottom-section h5 {
  font-family: 'Arial', Helvetica, sans-serif;
  text-align: left;
  font-weight: 500;
  color: #ffffff;
  font-size: 22px;
  margin-left: 15px;
}


.CF-bottom-section:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 255, 200, 0.2);
}

.CF-bottom-icon img {
  width: 60px;
  margin-left: 1rem;
}

.SP-section {
  padding: 60px 0;
}

.SP-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.SP-sponsor-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.SP-sponsor-wrap {
  flex: 0 1 250px;
  text-align: center;
}

.SP-sponsor-img {
  transition: transform 0.3s ease;
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}

.SP-sponsor-img:hover {
  transform: scale(1.05);
}



.SP-speaker-section {
  background-color: #eee;
  padding: 60px 0;
  margin-top: 40px;
  text-align: center;
}

.SP-speaker-title,
.BS-title,
.contactus-title {
  font-size: 2rem;
  font-weight: 500;
  color: #000000;
}

.SP-speaker-sub {
  font-size: 1.1rem;
  color: #444;
  margin-top: 10px;
}

.BS-sponsor-section {
  background-color: #002F5A;
  color: white;
  padding: 80px 0;
}



.BS-subtitle,
.BS-points li,
.BS-note {
  font-size: 18px;
  margin-top: 16px;
  line-height: 1.9;
  color: #ffffff;
}

.BS-points {
  margin-top: 2rem;
}

.BS-points li {
  margin-bottom: 10px;
}

.BS-points li::marker {
  color: #1abc9c;
}

.BS-note {
  margin-top: 2rem;
}

.BS-cta-image {
  margin-top: 30px;
  max-width: 320px;
}

.BS-images {
  position: relative;
  text-align: center;
}

.BS-img-main {
  width: 100%;
  border-radius: 8px;
}

.VI-map-section {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.VI-map-iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
  filter: brightness(95%);
}

.VI-info-box {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 63, 133, 0.92);
  color: #fff;
  padding: 30px;
  max-width: 420px;
  border-radius: 8px;
  margin-top: 115px;
}

.VI-title {
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 550;
  margin-bottom: 18px;
}

.VI-subtitle {
  font-family: 'Arial', Helvetica, sans-serif;

  font-size: 28px;
  color: #a6ff4d;
  font-weight: 500;
  margin-bottom: 5px;
}

.VI-list {
  list-style-type: disc;
  padding-left: 1.2rem;
  margin-bottom: 15px;
}

.VI-list li {
  margin-bottom: 8px;
}

.VI-list li:nth-child(odd)::marker {
  color: #99D6FF;
}

.VI-list li:nth-child(even)::marker {
  color: #83C410;
}

.VI-direction a {
  color: #00f7ff;
  text-decoration: underline;
  font-weight: 500;
}



.NS-card {
  background: #fff;
  color: #000000;
  border-radius: 12px;
  text-align: center;
  padding: 30px 20px 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.NS-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.NS-img-wrapper {

  margin: 0 auto 20px;
  overflow: hidden;
}

.NS-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.NS-linkedin-icon {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.NS-linkedin-icon img {
  width: 16px;
  height: 16px;
}

.NS-name {
  font-size: 20px;
  margin-bottom: 8px;
}

.NS-title {
  font-size: 14px;
}

.NS-subtitle {
  font-size: 14px;
}



.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: #005198;
  box-shadow: 0 4px 20px rgba(0, 81, 152, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.arrow-icon {
  width: 28px;
  height: 28px;
  fill: white;
  transition: all 0.4s ease;
}

/* Gradient hover with proper fallback */
.scroll-top-btn:hover {
  transform: scale(1.1);
  box-shadow:
    0 0 10px rgba(223, 247, 63, 0.4),
    0 0 20px rgba(125, 255, 252, 0.5),
    0 10px 20px rgba(0, 81, 152, 0.3);
}

.scroll-top-btn:hover .arrow-icon {
  filter: drop-shadow(0 0 6px rgba(125, 255, 252, 0.5));
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.spinner {
  position: relative;
  width: 80px;
  height: 80px;
}

.spinner img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Rotating ring */
.rotating-border {
  width: 80px;
  height: 80px;
  border: 4px solid #ccc;
  border-top: 4px solid #00284C;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Rotation animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}