section {
  background-color: #fff;
}

h3 span.text-warning {
  background-color: #002855; /* Dark blue background for contrast */
  color: #f8d200; /* Yellow text */
}

/*
.btn-primary {
  background-color: #002855;
  border: none;
}

.btn-primary:hover {
  background-color: #e8b861;
	color:#303030;
}
*/




/* Floating date image between sections */
.date-venue-img {
  position: absolute;
  bottom: -120px; /* how far it overlaps the next section */
  right: 5%;
  z-index: 20;
  transform: translateY(40px); /* fine-tune alignment */
}

/* Responsive image sizing */
.date-venue-img img {
  max-width: 260px;
  width: 100%;
  height: auto;
}

/* Second section adjustment */
/*
section.py-5 {
  position: relative;
  z-index: 10;
  overflow: visible;
}
*/


/* Third Section Background */
/* .third-section {
  background-image: url("../images/background/Layer3.png"); /* background image 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
} */

/* Optional overlay to darken for readability */
/* .third-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 40, 0.6);
  z-index: 0;
} */

/* Ensure text stays above overlay */
/* .third-section .container {
  position: relative;
  z-index: 2;
} */

/* Check icon style */
.check-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-top: 4px;
}

/* Text readability */
.third-section p,
.third-section li span {
  font-size: 15px;
  line-height: 1.7;
  color: #e4e8f0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .third-section {
    text-align: center;
  }
  .check-icon {
    width: 18px;
  }
}

.expect-section {
  background: url('../images/background/forth.png') center center / cover no-repeat;
  padding: 80px 0;
  color: #000;
  position: relative;
  overflow: hidden;
}

/* .expect-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 0;
} */

.expect-content {
  position: relative;
  z-index: 1;
}

.expect-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
	color: #000f49;
}

.expect-title span {
  /* background-color: #fff; */
  color: #000f49;
  font-weight: 400;
}

.expect-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
  height: 100%;
  /* display: flex; */
  align-items: flex-start;
  gap: 15px;
  transition: all 0.3s ease;
}

.expect-card:hover {
  transform: translateY(-6px);
}

.expect-icon {
  width: 109px; /* adjust if needed */
  height: auto;
}

.expect-card h5 {
  font-weight: 700;
  color: #001b5e;
  margin-bottom: 6px;
  margin-top: 20px;
 font-size: 22px;
}

.expect-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
	text-align: left!important;
}

.attend-section {
  background: url('../images/background/who-shoul-attend.png') center center / cover no-repeat;
  padding: 80px 0;
  color: #fff;
  position: relative;
}

/* .attend-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 27, 94, 0.9); /* blue overlay */
  /*z-index: 0;
} */

.attend-content {
  position: relative;
  z-index: 1;
}

.attend-title {
  text-align: center;

  font-weight: 700;
  margin-bottom: 50px;
}

.attend-title span {
/*  background-color: #ffc107;*/
  font-weight: 400;
  
}

.attend-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attend-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #fff;
}

.attend-list img {
  width: 18px;
  height: 18px;
  margin-top: 5px;
  flex-shrink: 0;
}

.why-attend-section {
  background: url('../images/background/why-attend.png') center center / cover no-repeat;
  padding: 80px 0;
  position: relative;
}

.why-attend-section .container {
  position: relative;
  z-index: 1;
  text-align: left; 
}

.why-title {
  font-weight: 700;
  color: #001b5e;
  margin-bottom: 20px;
  text-align: left;
	padding: 10px 0;
}

.why-title span {
font-weight: 400;
/*  color: #ffc107;*/

}

.why-desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  text-align: left; /* ✅ left aligned description */
}

.attend-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px 15px;
  text-align: left; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.attend-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.attend-icon img {
  width: 145px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.attend-card-title {
  color: #001b5e;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 20px;
}

.attend-card-text {
  color: #333;
   text-align: left!important; 
}

.third-section, attend-section,expect-section {
  /* margin-top: 100px;  */
  position: relative;
  z-index: 1;
}

#Multifaceted, #research {
 /* margin-top: 100px;  */
  position: relative;
  z-index: 1;
    overflow: hidden;
}




#Multifaceted::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.1), transparent 60%),
              radial-gradient(circle at bottom right, rgba(255,255,255,0.05), transparent 70%);
  pointer-events: none;
}

.btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
}
