.about-content-wrap h2 {

  font-size: 30px;

}

.list-content-area {

  text-align: justify;

}

#gallery {
  padding-top: 40px;

  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;

  img {
    width: 100%;
  }
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;

  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;

    @media screen and (min-width:768px) {
      width: 60%;
    }

    @media screen and (min-width:1200px) {
      width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}


.wee-conferen-ad-section {
  padding: 60px 0;
  background: #f9fcfb;
  font-family: 'Segoe UI', sans-serif;
}

/* Header */
.wee-conferen-ad-header {
  text-align: center;
  margin-bottom: 40px;
}

.wee-conferen-ad-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f3d2b;
}

.wee-conferen-ad-theme {
  color: #378EC7;
  margin-top: 6px;
}

.wee-conferen-ad-meta {
  font-size: 14px;
  color: #666;
}

/* Day */
.wee-conferen-ad-day {
  font-size: 22px;
  font-weight: 600;
  color: #4DAE48;
  margin: 40px 0 20px;
}

/* Row */
.wee-conferen-ad-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

/* Time */
.wee-conferen-ad-time {
  min-width: 140px;
  font-weight: 600;
  color: #378EC7;
  font-size: 18px;
  padding-top: 6px;
}

/* Card */
.wee-conferen-ad-card {
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid #e4efec;
  width: 100%;
}

/* Title */
.wee-conferen-ad-title2 {
  font-size: 16px;
  font-weight: 700;
  color: #1f3d2b;
  margin-bottom: 8px;
}

/* Topic */
.wee-conferen-ad-topic {
  font-size: 20px;
  color: #426c06;
  margin-bottom: 8px;
}

/* List */
.wee-conferen-ad-list {
  padding-left: 18px;
  margin: 0;
}

.wee-conferen-ad-list li {
  font-size: 14px;
  margin-bottom: 5px;
  color: #444;
}

/* Divider line */
.wee-conferen-ad-line {
  height: 1px;
  background: #e6efec;
  margin: 20px 0;
}

/* Responsive */
@media(max-width:768px) {
  .wee-conferen-ad-row {
    flex-direction: column;
  }
}

.wee-conferen-ad-hero {
  padding: 80px 0 60px;
  text-align: center;
  background: linear-gradient(135deg, #f6fbf7, #eef6fb);
  border-bottom: 1px solid #e3efec;
}

/* Title */
.wee-conferen-ad-hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #1f3d2b;
  margin-bottom: 10px;
}

/* Theme */
.wee-conferen-ad-hero-theme {
  font-size: 18px;
  color: #378EC7;
  font-weight: 500;
  margin-bottom: 15px;
}

/* Date & Location */
.wee-conferen-ad-hero-meta {
  font-size: 15px;
  color: #555;
}

/* Highlight date */
.wee-conferen-ad-hero-date {
  color: #4DAE48;
  font-weight: 600;
}

/* Divider line */
.wee-conferen-ad-hero-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #4DAE48, #378EC7);
  margin: 20px auto 0;
  border-radius: 10px;
}

/* Responsive */
@media(max-width:768px) {
  .wee-conferen-ad-hero-title {
    font-size: 28px;
  }
}

.con-wstyle-2-section {
  padding: 80px 0;
  background: #ffffff;
}

.con-wstyle-2-tag {
  display: inline-block;
  background: #e6f4ec;
  color: #198754;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.con-wstyle-2-title {
  font-size: 30px;
  font-weight: 700;
  color: #123524;
  margin-bottom: 20px;
}

.con-wstyle-2-meta p {
  margin: 5px 0;
  font-size: 20px;
  color: #426C06;
  font-weight: 600;
}

.con-wstyle-2-text {
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
  margin: 20px 0;
}

.con-wstyle-2-objective {
  background: #fff;
  padding: 18px;
  border-left: 4px solid #198754;
  border-radius: 6px;
  box-shadow: 0px -2px 14px 1px rgb(0 0 0 / 20%);
}

.con-wstyle-2-objective p {
  font-size: 18px;
  color: #000000;
}

.con-wstyle-2-objective h5 {
  margin-bottom: 8px;
  font-weight: 600;
}

.con-wstyle-2-btn-primary {
  background: #198754;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
}

.con-wstyle-2-btn-primary:hover {

  color: #fff;
}

.con-wstyle-2-btn-outline {
  border: 2px solid #198754;
  color: #198754;
  padding: 12px 24px;
  font-weight: 600;
}

.con-wstyle-2-btn-outline:hover {
  background: #198754;
  color: #fff;
}

.con-wstyle-2-image {
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-height: 520px;
  object-fit: cover;
}

.con-wstyle-2-dark-wrap {
  background: url(../img/bg-con.jpg   ) no-repeat center center/cover;
  padding: 90px 0;
  /* background:
    radial-gradient(circle at top left, rgba(44, 130, 87, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(17, 94, 89, 0.20), transparent 28%),
    linear-gradient(135deg, #07120f 0%, #0d1f1a 50%, #102821 100%); */
  position: relative;
  overflow: hidden;
}

.con-wstyle-2-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
  height: 100%;
}

.con-wstyle-2-panel-alt {
  /* background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.025) 100%); */
  background-color: white;
}

.con-wstyle-2-head {
  margin-bottom: 28px;
}

.con-wstyle-2-mini-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #7ee2a8;
  margin-bottom: 10px;
}

.con-wstyle-2-main-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

/* Focus Cards */
.con-wstyle-2-focus-card {
  background: rgb(255, 255, 255);
  border: 1px solid rgba(126, 226, 168, 0.12);
  border-radius: 18px;
  padding: 22px 18px;
  height: 100%;
  transition: all 0.3s ease;
}

.con-wstyle-2-focus-card:hover {
  transform: translateY(-5px);
  border-color: rgba(126, 226, 168, 0.35);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.con-wstyle-2-focus-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e6b4c, #2ca36b);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 22px;
  box-shadow: 0 10px 24px rgba(44, 163, 107, 0.25);
}

.con-wstyle-2-focus-card h5 {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
}

/* Highlights */
.con-wstyle-2-highlight-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.con-wstyle-2-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.con-wstyle-2-highlight-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.con-wstyle-2-highlight-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: rgba(126, 226, 168, 0.12);
  border: 1px solid rgba(126, 226, 168, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b4e15;
  font-size: 20px;
}

.con-wstyle-2-highlight-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 6px;
}

.con-wstyle-2-highlight-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #181818;
}

/* Responsive */
@media (max-width: 991px) {
  .con-wstyle-2-dark-wrap {
    padding: 70px 0;
  }

  .con-wstyle-2-panel {
    padding: 26px;
  }

  .con-wstyle-2-main-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {

  .con-wstyle-2-focus-card h5,
  .con-wstyle-2-highlight-content h5 {
    font-size: 16px;
  }

  .con-wstyle-2-highlight-content p {
    font-size: 14px;
  }
}

.con-wstyle-2-vision-section {
  background: #f3f4f6;
  padding: 100px 20px;
}

.con-wstyle-2-vision-card {
  max-width: 950px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 22px;
  padding: 50px 60px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* Top Badge */
.con-wstyle-2-badge {
  display: inline-block;
  background: #e6e9f5;
  color: #2b3a67;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 50px;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

/* Main Text */
.con-wstyle-2-vision-text {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 500;
  color: #1f2d3d;
  margin: 0;
}

/* Bold Highlights */
.con-wstyle-2-vision-text strong {
  font-weight: 700;
  color: #111827;
}

/* Responsive */
@media (max-width: 768px) {
  .con-wstyle-2-vision-card {
    padding: 35px 25px;
  }

  .con-wstyle-2-vision-text {
    font-size: 20px;
  }
}

.con-wstyle-2-attend-section {
  padding: 90px 0;
  background: #f8faf9;
}

.con-wstyle-2-attend-title {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

/* Card */
.con-wstyle-2-attend-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 16px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #e6efe9;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.con-wstyle-2-attend-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #198754;
}

/* Icon */
.con-wstyle-2-attend-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #e6f4ec;
  color: #198754;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: 0.3s;
}

.con-wstyle-2-attend-card:hover .con-wstyle-2-attend-icon {
  background: #198754;
  color: #fff;
}

/* Text */
.con-wstyle-2-attend-card h5 {
  font-size: 17px;
  font-weight: 600;
  color: #1f2d3d;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .con-wstyle-2-attend-title {
    font-size: 26px;
  }

  .con-wstyle-2-attend-card {
    padding: 25px 18px;
  }
}

.con-wstyle-2-agenda-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f7faf8 0%, #eef5f0 100%);
}

.con-wstyle-2-agenda-heading {
  max-width: 980px;
  margin: 0 auto 50px;
}

.con-wstyle-2-agenda-tag {
  display: inline-block;
  background: #dff3e7;
  color: #198754;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 22px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.con-wstyle-2-agenda-title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  color: #123524;
  margin-bottom: 12px;
}

.con-wstyle-2-agenda-subtitle {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #29463a;
  margin-bottom: 18px;
}

.con-wstyle-2-agenda-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 600;
  color: #466357;
}

.con-wstyle-2-agenda-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #198754;
  display: inline-block;
}

.con-wstyle-2-agenda-day-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid #e3eee7;
  height: 100%;
}

.con-wstyle-2-agenda-day-head {
  background: linear-gradient(135deg, #198754 0%, #146c43 100%);
  padding: 28px 30px;
}

.con-wstyle-2-agenda-day-head-alt {
  background: linear-gradient(135deg, #123524 0%, #198754 100%);
}

.con-wstyle-2-agenda-day-head h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 800;
  color: #ffffff;
}

.con-wstyle-2-agenda-list {
  padding: 12px 24px 24px;
}

.con-wstyle-2-agenda-item {
  display: block;
  padding: 24px 10px;
  border-bottom: 1px solid #e8f0eb;
}

.con-wstyle-2-agenda-item:last-child {
  border-bottom: none;
}

.con-wstyle-2-agenda-time {
  display: inline-block;
  background: #eef7f2;
  color: #146c43;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  padding: 10px 16px;
  border-radius: 12px;
  margin-bottom: 14px;
}

.con-wstyle-2-agenda-content {
  font-size: 20px;
  line-height: 1.7;
  color: #1d2d24;
  font-weight: 600;
}

.con-wstyle-2-agenda-content ul {
  margin: 14px 0 0 0;
  padding-left: 24px;
}

.con-wstyle-2-agenda-content ul li {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  color: #42584d;
  margin-bottom: 4px;
}

@media (max-width: 1199px) {
  .con-wstyle-2-agenda-title {
    font-size: 40px;
  }

  .con-wstyle-2-agenda-subtitle {
    font-size: 21px;
  }

  .con-wstyle-2-agenda-content {
    font-size: 20px;
  }

  .con-wstyle-2-agenda-content ul li {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .con-wstyle-2-agenda-section {
    padding: 70px 0;
  }

  .con-wstyle-2-agenda-title {
    font-size: 30px;
  }

  .con-wstyle-2-agenda-subtitle {
    font-size: 18px;
  }

  .con-wstyle-2-agenda-meta {
    font-size: 15px;
  }

  .con-wstyle-2-agenda-day-head {
    padding: 22px 20px;
  }

  .con-wstyle-2-agenda-day-head h3 {
    font-size: 22px;
  }

  .con-wstyle-2-agenda-list {
    padding: 10px 16px 18px;
  }

  .con-wstyle-2-agenda-item {
    padding: 18px 6px;
  }

  .con-wstyle-2-agenda-time {
    font-size: 15px;
    padding: 8px 12px;
  }

  .con-wstyle-2-agenda-content {
    font-size: 17px;
    line-height: 1.6;
  }

  .con-wstyle-2-agenda-content ul li {
    font-size: 16px;
    line-height: 1.7;
  }
}


.speaker-block {
  position: relative;
  margin-bottom: 40px;
}

.speaker-block .inner-box {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.speaker-block .image-box {
  position: relative;
  padding: 17px 22px 0 0;
}

.speaker-block .image-box:before {
  position: absolute;
  left: 40px;
  right: 0;
  top: 0;
  bottom: 17px;
  border: 3px solid #4baf47;
  border-radius: 0 0 250px 250px;
  content: "";
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block .image {
  position: relative;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
  box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
  border-radius: 0 0 250px 250px;
  overflow: hidden;
  margin-bottom: 0;
}

.speaker-block .image img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.ts-speaker-info {
  margin-top: 20px;
  text-align: center;
}

.ts-speaker-info h3 {
  color: #e7015e;
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: 2px solid #7eb04c;
  ;
  padding-bottom: 10px;
  margin-bottom: 5px !important;
}

.ts-speaker-info p {
  line-height: 16px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  color: black !important;
}.speaker-block {
    position: relative;
    margin-bottom: 40px;
}.speaker-block .inner-box {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}.speaker-block .image-box {
    position: relative;
    padding: 17px 22px 0 0;
}.speaker-block .image-box:before {
    position: absolute;
    left: 40px;
    right: 0;
    top: 0;
    bottom: 17px;
    border: 3px solid #4baf47;
    border-radius: 0 0 250px 250px;
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}.speaker-block .image {
    position: relative;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    border-radius: 0 0 250px 250px;
    overflow: hidden;
    margin-bottom: 0;
}.speaker-block .image img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.ts-speaker-info {
    margin-top: 20px;
    text-align: center;
}.ts-speaker-info h3 {
    color: #e7015e;
    text-transform: capitalize;
    font-size: 16px;
    border-bottom: 2px solid #e7015e;
    padding-bottom: 10px;
    margin-bottom: 5px !important;
}.ts-speaker-info p {
    line-height: 16px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: black !important;
}