/* header */

html {
  scroll-behavior: smooth;
}


/* Global Styles */

main {
  clear: both
}

html,
body {
  height: 100%;
  font-family: 'Arial', Helvetica, sans-serif;
  background: #fff;
  color: #262626;
  line-height: 1.4;
  /* 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;
  flex-direction: column;
  align-items: center;
  padding: 3rem 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: center;
  font-weight: 600;
  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: 145px;
}

.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;
  margin-bottom: 20px;
}

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

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


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

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

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

.SP-sponsor-wrap-3 {
  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;
}

.GC-C-section {
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: #222;
  background-color: #fff;
}

.GC-C-section-40 {
  width: 40%;
}

.GC-C-section-60 {
  width: 60%;
}

.GC-C-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Rows */
.GC-C-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.GC-C-row-reverse {
  flex-direction: row-reverse;
}

/* Image */
.GC-C-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Content */
.GC-C-content {
  flex: 1;
}

.GC-C-content h2 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.GC-C-content p {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.GC-C-highlight {
  color: #005198;
  font-weight: bold;
}

.KS-CP-container {
  max-width: 1030px;
  margin: auto;
  padding: 0px 20px;
  text-align: center;
}

.KS-CP-title {
  font-size: 2rem;
  margin-bottom: 30px;
}

.KS-CP-grid {
  display: flex;
  gap: 35px;
  justify-content: center;
  flex-wrap: wrap;
}

.KS-CP-card {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding: 20px 20px 60px;
  flex: 1 1 280px;
  max-width: 320px;
  cursor: pointer;
  transition: transform 0.3s;
  color: #000;
}

.KS-CP-card:hover {
  transform: translateY(-5px);
}

.KS-CP-img img {
  width: 180px;
  height: 180px;
  margin: auto;
}

.KS-CP-name {
  font-size: 1.2rem;
  margin-top: 15px;
}

.KS-CP-role {
  font-size: 0.9rem;
  color: #555;
}

/* Expanded details */
.KS-CP-details {
  display: none;
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 35px;
  position: relative;
  animation: fadeIn 0.3s ease;
  color: #000;
  height: 350px;
}

.KS-CP-details-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  text-align: left;
}

.KS-CP-details .KS-CP-img {
  width: 220px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.KS-CP-img h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}

.KS-CP-img h2 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  text-align: center;
  margin-top: 5px;
}

.KS-CP-text {
  flex: 1;
}

.KS-CP-close {
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.section-ss-container {
  /* background: #002c4f;  */
  padding: 0px 30px 20px;
  font-family: Arial, sans-serif;
  color: #fff;
  max-width: 1100px;
  margin: auto;
}

.section-ss-session {
  /*  background: #004b87;*/
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.section-ss-header {
  padding: 15px 80px;
  text-align: center;
  background: #004b87;
}

.section-ss-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.section-ss-header p {
  margin: 5px 0 0;
  font-size: 14px;
}

.section-ss-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: none;
}

.section-ss-col {
  border-left: 1px solid #e6e6e6;
  text-align: center;
}

.section-ss-col:first-child {
  border-left: none;
}

.section-ss-col-head {
  background: #00b8ff;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

.section-ss-col-body {
  background: #fff;
  color: #000;
  padding: 12px;
  font-size: 14px;
}





@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.section-ss-session {
  /*  background: #004b87;*/
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.section-ss-header {
  padding: 15px 80px;
  text-align: center;
  background: #004b87;
}

.section-ss-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.section-ss-header p {
  margin: 5px 0 0;
  font-size: 14px;
}

.section-ss-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* border-top: 2px solid #00375f; */
  margin: 0;
}

.section-ss-col {
  border-left: 1px solid #e6e6e6;
  text-align: center;
}

.section-ss-col:first-child {
  border-left: none;
}

.section-ss-col-head {
  background: #00b8ff;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

.section-ss-col-body {
  background: #fff;
  color: #000;
  padding: 12px;
  font-size: 14px;
}

/* Tabs */
.CA-S-tabs {
  display: flex;
  justify-content: center;
}

.CA-S-tab {
  padding: 0.75rem 1.5rem 0.2rem;
  font-weight: 600;
  font-size: 1.5rem;
  border: none;
  background: transparent;
  color: #333;
  cursor: pointer;
  position: relative;
  margin: 0 0.5rem;
  transition: color 0.3s;
}

.CA-S-tab-active {}

/*    .CA-S-tab-active::after { content: ""; position: absolute; bottom: -6px; left: 0; width: 100%; height: 6px; background: linear-gradient(to right, #a5d867, #01aac7); border-radius: 4px; }*/

/* Speakers Grid */
.CA-S-speakers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #000;
}

.CA-S-speaker {
  text-align: center;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.CA-S-speaker img {
  width: 180px;
  height: auto;
  object-fit: cover;
}

.CA-main {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.CA-Time-C {
  font-size: 17px;
  margin-bottom: 2px;
  text-align: left;
  display: none;
}

.CA-Time-Title {
  font-size: 22px;
  margin-bottom: 5px;
  color: #005198;
  font-weight: bold;
  text-align: left;
}

.CA-Time-Speaker {
  font-size: 20px;
  /* margin-bottom: 2px; */
  text-align: left;
}

.CA-Time-Sp-D {
  font-size: 18px;
  margin-bottom: 2px;
  text-align: left;
}


/* CTA */
.CA-S-cta {
  background: transparent;
  color: #000;
  border: 1px solid #04D0E6;
  padding: 5px 25px;
  border-radius: 25px;
  transition: background 0.3s;
  margin-top: 12px;
}

.CA-S-cta:hover {
  color: #005198;
  border: 1px solid #005198;
  transition: color 0.3s, border 0.3s, transform 3s;
}

/* Popup */
.CA-S-popup {
  display: none;
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  overflow: auto;
}

.CA-S-popup-content {
  background: #fff;
  padding: 2rem;
  border-radius: 6px 0px 6px 6px;
  max-width: 1030px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  text-align: left;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.CA-S-popup-close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

body.popup-open {
  overflow: hidden;
}

/* Accordion */
.CA-S-accordion-item {
  border-bottom: 1px solid #ddd;
}

.CA-S-accordion-button {
  background: #00a2c1;
  color: #fff;
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding: 1rem;
  border: none;
  position: relative;
}

.CA-S-accordion-button.collapsed {
  background: #0192af;
}

.CA-S-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transition: transform 0.3s ease;
}

.CA-S-accordion-button:not(.collapsed) .CA-S-arrow {
  transform: translateY(-50%) rotate(-135deg);
}

.CA-S-accordion-body {
  padding: 1rem;
  background: #f9f9f9;
}

.container-bg-change {
  position: relative;
  transition: background 0.3s ease;
  /* Smooth background transition */
}

.container-bg-change.glossy::before {
  content: '';
  /* Pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  /* Semi-transparent overlay */
  backdrop-filter: blur(3px);
  /* Apply blur effect */
  -webkit-backdrop-filter: blur(5px);
  /* Safari compatibility */
  z-index: 1;
  /* Ensure it's on top */
  pointer-events: none;
  /* Ensure the content is still clickable */
}

/* Popup Card */
.AP-A-popup {
  background: #f9f9f9;
  max-width: 900px;
  width: 100%;
  border-radius: 6px;
  padding: 30px;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  font-family: Arial, sans-serif;
}

/* Close Button */
.AP-A-close {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  color: #fff;
  font-weight: bold;
  padding: 6px 12px;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 0 15%);
}

/* Title */
.AP-A-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #222;
}

/* Green underline */
.AP-A-line {
  height: 6px;
  background: linear-gradient(to right, #7ed957, #7ed957 40%, transparent 40%);
  border-radius: 3px;
  margin-bottom: 20px;
}

/* Section */
.AP-A-section {
  margin-bottom: 18px;
  color: #000;
}

.AP-A-section strong {
  display: block;
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 15px;
}

.AP-A-section p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.time-range {
  margin: 0;
}

.time-range {
  display: none;
}

/* Style for custom dropdown button */
.TZ-dropdown-container {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.TZ-dropdown {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.TZ-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 10px;
  background-color: #005198;
  border-top: 1px solid #ccc;
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}

.TZ-option {
  border-bottom: 1px solid #8FB2D2;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.TZ-option:hover {
  color: #DFF73F;
}

.TZ-dropdown-container.active .TZ-options {
  display: grid;
}

.timeezone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #005198;
  width: 450px;
  margin: auto;
}




#prevBtn {
  left: 35px;
}

#nextBtn {
  right: 35px;
}
  #prevBtn img, #nextBtn img{
    width: 70%;
    height: auto;
  }


.NCarousel-container {
    width: 100%;
    height: auto; /* Ensure it fills the screen height */
    overflow: hidden;
    position: relative;
}

.NCarousel {
    display: flex;
    width: 100%; /* Ensure it spans the full width */
    position: relative;
}

.NCarousel-slide {
    width: 100vw; /* Make each slide take full viewport width */
    height: 100%; /* Make each slide take full container height */
    flex-shrink: 0;
}

.NCarousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.NCarousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.NCarousel-controls button {
  border: none;
    position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 5;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}

.NCarousel-controls button:hover {
  background: #E1E1E1;
}