@import url('../css/root.css');
@import url('../css/navbar.css');
@import url('../css/responsive.css');

.hero-section {
  position: relative;
  z-index: 1;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #071428 url("../img/hero-bg.webp") center right / cover no-repeat;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(4, 18, 40, 0.92) 0%,
      rgba(4, 18, 40, 0.78) 45%,
      rgba(4, 18, 40, 0.35) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 4.5rem 0 5rem;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: .45;
  mask-image: radial-gradient(900px 500px at 72% 0%, #000, transparent 75%);
  pointer-events: none;
}

.hero-section .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.0rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hero-accent);
}

.hero-section .hero-badge .diamond {
  width: 8px;
  height: 8px;
  background: var(--hero-accent);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.hero-title {
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  font-weight: 700;
  line-height: 1.12;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 1.35rem;
}

.hero-title .highlight {
  color: var(--hero-accent);
}

.hero-description {
  max-width: 640px;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 2rem;
}

.hero-info-card {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  padding: 1.15rem 1.35rem;
  margin-bottom: 2rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.hero-info-item {
  flex: 1 1 180px;
  padding: 0.35rem 1.25rem;
}

.hero-info-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-info-item:first-child {
  padding-left: 0;
}

.hero-info-item:last-child {
  padding-right: 0;
}

.hero-info-title {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.hero-info-sub {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2.25rem;
}

.btn-hero-primary,
.btn-hero-secondary {
  font-family: "Lexend", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 999px;
  padding: 0.78rem 1.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s ease;
}

.btn-hero-primary {
  background: linear-gradient(90deg, #3b8bf0 0%, #2563eb 100%);
  color: #fff;
  border: none;
}

.btn-hero-primary:hover {
  background: linear-gradient(90deg, #2f7de1 0%, #1d4ed8 100%);
  color: #fff;
}

.btn-hero-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}

.hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
}

.hero-meta-item i {
  color: var(--hero-accent);
  font-size: 0.95rem;
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    background-position: center;
  }

  .hero-content {
    padding: 3rem 0 3.5rem;
  }

  .hero-info-item {
    flex: 1 1 100%;
    padding: 0.75rem 0;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hero-info-item:last-child {
    border-bottom: none;
  }
}

@media (max-width: 575.98px) {
  .hero-actions {
    flex-direction: column;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    justify-content: center;
    width: 100%;
  }

  .hero-meta {
    flex-direction: column;
    gap: 0.85rem;
  }
}

/* DELIVERABLE SECTION CSS START */
.deliverables-section {
  width: 100%;
  padding: 80px 0px;
}


/* HEADING */
.deliverables-section .section-heading {
  text-align: center;
}

.section-heading {
  margin-bottom: 40px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lebal-text);
}

.section-heading h2 {
  color: #27364a;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 16px
}

/* GRID */



/* CARD */

.deliverable-card {
  position: relative;
  overflow: hidden;

  min-height: 125px;
  padding: 25px 25px;

  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;

  background: rgba(255, 255, 255, 0.58);

  border: 1px solid #d6dce5;
  border-radius: 10px;

  box-shadow: 0 3px 10px rgba(39, 54, 74, 0.04);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

/* TOP BORDER - STARTING FROM LEFT */

.deliverable-card::before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;

  width: 0;
  height: 2px;

  background: #2f5fb3;

  transition: width 0.5s ease;

  z-index: 2;
}

/* TOP BORDER ON HOVER */

.deliverable-card:hover::before {
  width: 100%;
}

/* CARD HOVER */

.deliverable-card:hover {
  transform: translateY(-5px);
  background: #ffffff;

  box-shadow:
    0 12px 30px rgba(39, 54, 74, 0.12);
}

/* ICON */

.deliverable-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #0780d024;
  color: var(--lebal-text);
  font-size: 14px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.deliverable-icon i {
  font-size: 25px;
}

/* TITLE */

.deliverable-card h3 {
  margin-bottom: 10px;
  color: #334155;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

/* DESCRIPTION */

.deliverable-card p {
  color: #687280;

  font-size: .96rem;
  font-weight: 400;

  line-height: 1.6;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.05rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lebal-text);
}

.hero-badge .diamond {
  width: 8px;
  height: 8px;
  background: var(--lebal-text);
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* year_section about css start */
.year_section {
  padding: 80px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface2);
}

.year_section .section-heading {
  margin: 0px;
}

.year_section .section-heading h2 {
  margin-bottom: 20px;
}

.year_section p {
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

.year_section .txt-highlight {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 15px;
}

.year_section .txt-highlight p {
  margin-bottom: 0;
}

.year_section .txt-highlight span {
  color: var(--lebal-text);
}

.year_section .about_img {
  border-radius: 10px;
  overflow: hidden;
  height: 370px;
}

.why_section {
  padding: 80px 0;
}

.sub-heading {
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

/* why matters section css start */

/* ================================
           WHY IT MATTERS SECTION
        ================================= */
.why-matters {
  padding: 80px 0px;
  overflow: hidden;
}

/* Left Content */
.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #a57d35;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-label::before {
  content: "";
  width: 14px;
  height: 1px;
  background: #b48a3c;
}

.why-title {
  font-family: "Playfair Display", serif;
  font-size: 39px;
  line-height: 1.22;
  font-weight: 700;
  color: #2d394b;
  max-width: 630px;
  margin-bottom: 20px;
}

.why-text {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.65;
  color: #5c6878;
  margin-bottom: 0;
}


/* ================================
           CARDS
        ================================= */
.cards-wrapper {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 125px;
  padding: 25px 25px;
  display: flex;
  flex-direction: column;
  align-items: left;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid #d6dce5;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(39, 54, 74, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-7px);
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(40, 50, 65, 0.10);
}

/* Icon */
.icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #0780d024;
  color: var(--lebal-text);
  font-size: 14px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.icon-box i {
  font-size: 25px;
}

/* Card Title */
.feature-card h4 {
  margin-bottom: 10px;
  color: #334155;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

/* Card Text */
.feature-card p {
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

.subheading {
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* ================================
           RESPONSIVE
        ================================= */

@media (max-width: 1199px) {

  .why-title {
    font-size: 34px;
  }

  .cards-wrapper {
    gap: 12px;
  }

  .feature-card {
    padding: 20px;
  }

}

@media (max-width: 991px) {

  .why-matters {
    padding: 60px 0;
  }

  .why-content {
    margin-bottom: 35px;
  }

  .why-title {
    max-width: 100%;
  }

}

@media (max-width: 767px) {

  .why-matters {
    padding: 45px 0;
  }

  .why-title {
    font-size: 30px;
  }

  .why-text {
    font-size: 16px;
  }

  .cards-wrapper {
    flex-direction: column;
  }

  .feature-card {
    min-height: auto;
  }

}

/* Forum section css start */

.forum {
  position: relative;
  overflow: hidden;
  min-height: 125px;
  padding: 25px 25px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid #d6dce5;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(39, 54, 74, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.forum::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #2f5fb3;
  transition: width 0.5s ease;
  z-index: 2;
}

.forum:hover::before {
  width: 100%;
}

.forum:hover {
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #0780d024;
  color: var(--lebal-text);
  font-size: 14px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.icon-box i {
  font-size: 25px;
}

.forum h4 {
  margin-bottom: 10px;
  color: #334155;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.forum p {
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

.forum-section {
  padding: 80px 0;
  border-top: 1px solid var(--line);
}

.icon-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 767px) {
  .forum {
    min-height: auto;
  }
}

/* =========== Membership 2 Css Start =========== */
.membership_section {
  padding: 80px 0;
  position: relative;
  /* background: var(--colordark); */
  background: #000005;
  isolation: isolate;
  overflow: hidden;
}

.membership_section::after {
  content: "";
  position: absolute;
  height: 600px;
  width: 600px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgb(50 90 242 / 16%) 18%, rgb(143 183 255 / 0%) 76%);
  z-index: -1;
}

.membership_section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../');
  background-size: conver;
  background-position: center;
  background-repeat: no-repeat;
  inset: 0;
  opacity: 0.1;
  z-index: -1;
}

.membership_heading {
  margin-bottom: 16px;
  text-align: center;
}

.membership_heading .sub_title {
  background: #fefbec2e;
  padding: 4px 10px;
  border: 1px solid #fcf2c936;
  margin: 0 auto 18px;
}

.membership_section .col-lg-3 {
  margin-top: 24px;
}

.icon_list_item {
  display: flex;
  align-items: start;
  gap: 20px;
  border: 1px solid #ffffff29;
  padding: 23px;
  border-radius: 5px;
  background: #ffffff21;
  flex-wrap: wrap;
  height: 100%;
  transition: 0.3s;
}

.icon_list_item:hover {
  background: #ffffff43;
}

.membership_section .icon_head {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #d6d6d6;
  color: var(--lebal-text);
  font-size: 14px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.icon_head i {
  font-size: 25px;
}

.icon_list_item h5 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.icon_list_item p {
  color: #cbcbcb;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

.membership_heading .section-heading {
  margin-bottom: 16px;
}

.membership_heading .section-heading h2 {
  color: #ffffff;
}

.membership_heading .subheading {
  color: #cbcbcb;
}

/* year_section about css start */
.institution_section {
  padding: 80px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface2);
}

.institution_section .section-heading {
  margin-bottom: 16px;
}

.institution_section h4 {
  margin-bottom: 10px;
  color: #27364a;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.institution_section p {
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

.institution_section .txt-highlight {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 15px;
}

.institution_section .txt-highlight p {
  margin-bottom: 0;
}

.institution_section .about_img {
  border-radius: 10px;
  overflow: hidden;
}

.why_section {
  padding: 80px 0;
}

.sub-heading {
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

.list-divider {
  width: 100%;
  height: 1px;
  background: var(--line);
  margin: 30px 0;
}

.learning-section {
  padding: 80px 0;
  background: #ffffff;
}

.learning-section .section-heading {
  margin-bottom: 20px;
}

/* Left Content */
.learning-badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #d9cfae;
  border-radius: 30px;
  color: #9a7133;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.learning-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #1c2430;
  margin-bottom: 14px;
}

.learning-title span {
  display: block;
  color: #aa9634;
}

.learning-description {
  max-width: 650px;
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

/* Table */
.evidence-table-wrapper {
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgb(0 0 0 / 21%);
}

.evidence-table-wrapper .row {
  padding: 15px 15px 10px;
}

.evidence-table-title {
  background: #071127;
  padding: 16px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.evidence-table {
  margin-bottom: 0;
  width: 100%;
  border-collapse: collapse;
}

.evidence-table thead th {
  background: #06142b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 20px;
  border: none;
}

.evidence-table tbody tr:nth-child(odd) {
  background: #0780d024 !important;
}

.evidence-table tbody tr:nth-child(even) {
  background: #ffffff;
}

.evidence-table tbody td {
  padding: 11px 20px;
  font-size: 15px;
  color: #303945;
  background: transparent;
  border: none;
}

.evidence-table th:last-child,
.evidence-table td:last-child {
  width: 33%;
}

@media (max-width: 991px) {
  .learning-section {
    padding: 55px 0;
  }

  .learning-content {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .learning-title {
    font-size: 28px;
  }

  .learning-description {
    font-size: 15px;
  }

  .evidence-table thead th,
  .evidence-table tbody td {
    padding: 12px;
    font-size: 13px;
  }

  .evidence-table th:last-child,
  .evidence-table td:last-child {
    width: 40%;
  }
}

/* =========================
           SPEAKERS SECTION
        ========================= */
.speakers-section {
  padding: 80px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface2);
}

/* Speaker page css start */

/* =========================
           SPEAKER CARD
        ========================= */
.speaker-card {
  position: relative;
  height: 100%;
  padding: 16px;
  border: 1px solid #d5dbe4;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  transition: all 0.35s ease;
}

.speaker-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(31, 53, 88, 0.12);
  border-color: #9bb3db;
}

/* Top blue line */

.speaker-card:hover::before,
.speaker-card:first-child::before {
  opacity: 1;
}

/* Speaker Image */
.speaker-image {
  width: 100%;
  overflow: hidden;
  border-radius: 9px;
  background: #d9dde4;
}

.speaker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.speaker-card:hover .speaker-image img {
  transform: scale(1.04);
}

.speaker-card:focus-visible {
  outline: 3px solid var(--brand-blue);
  outline-offset: 3px;
}

body.modal-open {
  overflow: hidden;
}

.speaker-modal-profile {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: center;
}

.speaker-modal-profile .speaker-company{
  font-size: 16px;
}

.speaker-modal-image-wrap {
  overflow: hidden;
  aspect-ratio: 1 / 1.15;
  border-radius: 12px;
  background: var(--surface2);
}

.speaker-modal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-modal-label {
  margin: 0 0 10px;
  color: var(--lebal-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.speaker-modal-name {
  margin: 0 0 10px;
  color: #27364a;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.speaker-modal-role {
  color: #27364a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.speaker-modal-bio {
  margin: px 0 0;
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

.speaker-modal-note {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #687280;
  font-size: 13px;
  line-height: 1.6;
}

.modal-dialog .btn-close {
  z-index: 999;
}

button:focus:not(:focus-visible) {
  box-shadow: none;
}

@media (max-width: 575px) {
  .speaker-modal-profile {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .speaker-modal-image-wrap {
    width: min(220px, 100%);
    margin: 0 auto;
  }

  .speaker-modal-name {
    font-size: 25px;
  }
}

/* Speaker Details */
.speaker-info {
  text-align: center;
  padding: 10px 4px 5px;
}

.speakers-section .section-heading {
  max-width: 900px;
  margin: 0 auto 40px;
}


.speaker-name {
  margin: 8px 0 10px;
  color: #354052;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.speaker-company {
  color: var(--lebal-text);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.speaker-role {
  color: #687280;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.speaker-location {
  color: #687280;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.speaker-location i {
  margin-right: 4px;
  font-size: 10px;
}

/* Responsive */
@media (max-width: 1199px) {
  /* .speaker-image {
    height: 210px;
  } */
}

@media (max-width: 991px) {

  /* .speaker-image {
    height: 280px;
  } */
}

@media (max-width: 767px) {

  /* .speaker-image {
    height: 320px;
  } */
}

@media (max-width: 575px) {
  /* .speaker-image {
    height: 300px;
  } */
}

/* Main Section */
.event-purpose-section {
  padding: 80px 0;
}

.event-purpose-section .container {
  padding: 35px;
  background: radial-gradient(900px 520px at 85% -10%, rgba(37, 99, 235, .34), transparent 58%), radial-gradient(700px 420px at 8% 110%, rgba(8, 145, 178, .26), transparent 55%), linear-gradient(125deg, #050e21, #11254b);
  color: #26354c;
  border-radius: 18px;
}

.event-purpose-section .section-heading h2 {
  color: #fff;
  max-width: 760px;
}

/* Left Description */
.event-description {
  max-width: 540px;
}

.event-description p {
  color: #e2e2e2;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

.event-purpose-section .bottom-note {
  color: #fff;
}


/* Right Card */
.expect-card {
  background: rgb(255 255 255);
  border: 1px solid #ccd4df;
  border-radius: 18px;
  padding: 25px 26px;
  min-height: 315px;
  box-shadow: 0 8px 25px rgba(45, 59, 84, 0.03);
}

.expect-card h3 {
  color: #2a3648;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}

/* List */
.expect-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.expect-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #596577;
  font-size: 15.5px;
  line-height: 1.45;
}

.expect-list li:last-child {
  margin-bottom: 0;
}

.expect-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 9px;
  height: 9px;
  background: #2858aa;
  transform: rotate(45deg);
  border-radius: 1px;
}

.expect-list .list-divider {
  margin: 10px 0;
}

/* Responsive */
@media (max-width: 991px) {
  .event-purpose-section {
    padding: 60px 0;
  }

  .event-description {
    margin-bottom: 35px;
  }

  .expect-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .event-purpose-section {
    padding: 50px 0;
  }



  .event-description p,
  .expect-list li {
    font-size: 14px;
  }

  .expect-card {
    padding: 22px 20px;
    border-radius: 14px;
  }
}

/* why attend section css start */

.why-attend-section {
  padding: 80px 0;
  /* background: linear-gradient(
                180deg,
                #f7f7f8 0%,
                #eff1f5 100%
            ); */
  border-top: 1px solid var(--line);
}

/* =====================
           IMAGE
        ===================== */
.why-attend-image {
  width: 100%;
  height: 575px;
  border-radius: 18px;
  overflow: hidden;
  background: #dfe4ea;
  box-shadow: 0 12px 35px rgba(35, 52, 78, 0.08);
}

.why-attend-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* =====================
           CONTENT
        ===================== */
.content-area {
  padding-left: 5px;
}

.main-description {
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

/* =====================
           CHECK LIST
        ===================== */
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.benefit-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 12px;
}

.benefit-list li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #e0efe9;
  color: #579b87;
  font-size: 15px;
  font-weight: 700;
}

/* =====================
           BUTTONS
        ===================== */

/* =====================
           BOTTOM NOTE
        ===================== */
.bottom-note {
  margin-bottom: 20px;
  padding-left: 14px;
  border-left: 1px solid #bfc8d4;
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

/* =====================
           RESPONSIVE
        ===================== */
@media (max-width: 991px) {

  .why-attend-section {
    padding: 55px 0;
  }

  .why-attend-image {
    height: 420px;
    margin-bottom: 40px;
  }

  .content-area {
    padding-left: 0;
  }

  .bottom-note {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {

  .why-attend-section {
    padding: 45px 0;
  }

  .why-attend-image {
    height: 300px;
    border-radius: 14px;
  }



  .main-description,
  .benefit-list li {
    font-size: 14px;
  }

  .benefit-list li {
    align-items: flex-start;
  }


  .bottom-note {
    margin-top: 35px;
  }
}

.event-date {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

.event-date i {
  color: #2b6eec;
  font-size: 15px;
}

/* hanoi section css start */

.hanoi-section {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  background: radial-gradient(900px 520px at 88% -12%, rgba(37, 99, 235, .22), transparent 58%), radial-gradient(700px 420px at 4% 110%, rgba(8, 145, 178, .16), transparent 55%), linear-gradient(160deg, #081226, #0b1b39);
}

.hanoi-section .section-heading {
  max-width: 900px;
}

/* Decorative lines */
.hanoi-section::before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: 220px;
  width: 600px;
  height: 220px;
  border-top: 1px solid rgba(20, 127, 131, .15);
  border-radius: 50%;
  transform: rotate(8deg);
}

.hanoi-section::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(rgba(20, 127, 131, .25) 1.5px,
      transparent 1.5px);
  background-size: 12px 12px;
  opacity: .7;
}

.hanoi-section .intro-heading {
  color: #e2e2e2;
  font-size: .96rem;
  font-weight: 600;
  line-height: 1.6;
  max-width: 600px;
}

.hanoi-section .section-heading h2 {
  color: #fff;
}

.content-wrapper {
  position: relative;
  z-index: 2;
}

.hanoi-section .bottom-note {
  color: #fff;
}

/* Label */

.intro-text {
  color: #e2e2e2;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 600px;
}

/* Date Card */
.date-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  margin-top: 25px;
  max-width: 500px;

  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 15px 35px rgba(20, 80, 90, .06);
}

.date-icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(90deg, #3b8bf0 0%, #2563eb 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.date-card p {
  margin: 0;
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

.date-card strong {
  color: #23384e;
}

/* City Image */
.city-card {
  height: 100%;
  height: 440px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 25px 55px rgba(24, 45, 65, .15);
}

.city-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 35px 28px;
  background: linear-gradient(transparent,
      rgba(8, 37, 69, .95));
  color: #fff;
}

.location-box {
  display: flex;
  align-items: center;
  gap: 18px;
}

.location-icon {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 50%;
  background: linear-gradient(90deg, #3b8bf0 0%, #2563eb 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.location-box h5 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.location-box p {
  color: #fff;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;

}

/* Gallery */
.gallery-card {
  margin-top: 45px;
  background: #fff;
  padding: 25px 25px;
  border: 1px solid #d6dce5;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(39, 54, 74, 0.04);
}

.gallery-image {
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s ease;
}

.gallery-image:hover img {
  transform: scale(1.07);
}

/* Feature Items */
.feature-list {
  margin-top: 28px;
}

.feature-list .feature-box p {
  color: #687280;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 65px;
  padding: 0 25px;
  border-right: 1px solid rgba(20, 127, 131, .25);
}

.feature-item:last-child {
  border-right: none;
}

.feature-icon {
  width: 58px;
  height: 58px;
  padding: 12px;
  min-width: 58px;
  border-radius: 50%;
  background: #0780d024;
  color: var(--lebal-text);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
}

.feature-item p {
  margin: 0;
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

/* Bottom Note */
.bottom-note {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #657184;
  font-size: 15px;
  font-style: italic;
}


@media (max-width: 991px) {

  .city-card,
  .city-card img {
    min-height: 400px;
  }

  .city-card {
    margin-top: 20px;
  }

  .feature-item {
    border-right: none;
    border-bottom: 1px solid rgba(20, 127, 131, .18);
    padding: 15px 10px;
  }

  .feature-item:last-child {
    border-bottom: none;
  }
}

@media (max-width: 767px) {

  .hanoi-section {
    padding: 50px 0 25px;
  }

  .main-heading {
    font-size: 38px;
  }

  .intro-text {
    font-size: 16px;
  }

  .date-card {
    padding: 18px;
  }

  .date-card p {
    font-size: 15px;
  }

  .city-card,
  .city-card img {
    min-height: 350px;
  }

  .gallery-card {
    padding: 15px;
  }

  .gallery-image {
    height: 220px;
  }

  .bottom-note {
    gap: 15px;
    font-size: 13px;
  }

  .bottom-line {
    width: 40px;
  }
}


/* contact query section css start  */

.learning-section {
  padding: 80px 0;
  background: #ffffff;
}

.addition-info {
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
  border-top: 1px solid var(--line);
  margin-top: 45px;
  padding: 30px 0px;
  margin-bottom: 0px;
}

/* Left Content */
.query-section {
  padding: 80px 0;
  background: var(--surface2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.query-badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #d9cfae;
  border-radius: 30px;
  color: #9a7133;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.query-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #1c2430;
  margin-bottom: 14px;
}

.query-title span {
  display: block;
  color: #aa9634;
}

.query-description {
  max-width: 650px;
  color: #687280;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

/* Table */



@media (max-width: 767px) {
  .query-title {
    font-size: 28px;
  }

  .query-description {
    font-size: 15px;
  }

  .evidence-table thead th,
  .evidence-table tbody td {
    padding: 12px;
    font-size: 13px;
  }

  .evidence-table th:last-child,
  .evidence-table td:last-child {
    width: 40%;
  }
}

/* Main Card */
.get-involved-card {
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 25px;
  border-radius: 18px;
  border: 1px solid rgba(130, 161, 205, 0.35);
  background: radial-gradient(900px 520px at 88% -12%, rgba(37, 99, 235, .22), transparent 58%), radial-gradient(700px 420px at 4% 110%, rgba(8, 145, 178, .16), transparent 55%), linear-gradient(160deg, #081226, #0b1b39);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Label */
.involved-label {
  color: #9fc2ef;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.involved-label i {
  color: #3d7ff0;
  font-size: 9px;
  margin-right: 8px;
}

/* Heading */
.get-involved-card h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Description */
.involved-description {
  color: #b8c1d0;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 35px;
}

/* Button */
.reserve-place-btn {
  width: 100%;
  min-height: 48px;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  background: linear-gradient(135deg,
      #3976ed,
      #1f4db8);
  box-shadow: 0 8px 20px rgba(36, 91, 205, 0.25);
  transition: all 0.3s ease;
}

.reserve-place-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(36, 91, 205, 0.4);
}

.reserve-place-btn i {
  font-size: 13px;
}

.query-section .subheading {
  max-width: 1000px;
  margin: 0 auto 16px;
}

.query-section .section-heading {
  margin-bottom: 40px;
}

/* Register section css start  */

/* Main Section */
.register-section {
  padding: 80px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface2);
}

/* Left Content */
.speaker-content {
  max-width: 620px;
}

.speaker-content h1 {
  font-size: 40px;
  font-weight: 700;
  color: #25344d;
  margin-bottom: 10px;
}

.speaker-content .intro {
  font-size: 17px;
  color: #5f6978;
  margin-bottom: 28px;
  letter-spacing: .3px;
}


/* Form Card */
.speaker-form-card {
  background: linear-gradient(135deg, #172a47, #1d314f);
  border-radius: 18px;
  padding: 32px 38px 36px;
  color: #ffffff;
  border-top: 2px solid #4c91e8;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}



/* Labels */
.speaker-form-card label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #d9dee7;
  margin-bottom: 7px;
}

/* Inputs */
.speaker-form-card .form-control,
.speaker-form-card .form-select {
  height: 38px;
  border-radius: 8px;
  border: 1px solid #425571;
  background-color: #243651;
  color: #ffffff;
  font-size: 13px;
  box-shadow: none;
}

.speaker-form-card .form-control:focus,
.speaker-form-card .form-select:focus {
  border-color: #5d9af0;
  box-shadow: 0 0 0 3px rgba(93, 154, 240, .12);
}

.speaker-form-card .form-control::placeholder {
  color: #8997aa;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.speaker-form-card .form-select {
  color: #d5dbe5;
}

.speaker-form-card option {
  background: #243651;
  color: #ffffff;
}

/* Phone */
.phone-group {
  display: flex;
  gap: 10px;
}

.phone-code {
  width: 135px;
  flex: none;
}

/* Checkbox */
.terms-check {
  margin-top: 8px;
  margin-bottom: 14px;
}

.terms-check .form-check-input {
  background-color: transparent;
  border-color: #66758b;
  border-radius: 2px;
}

.terms-check .form-check-input:checked {
  background-color: #3268c9;
  border-color: #3268c9;
}

.terms-check label {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #c5ccd7;
}

.terms-check a {
  color: #bdcbe2;
  text-decoration: underline;
}

/* Button */
.apply-btn {
  display: block;
  width: 160px;
  margin: 0 auto;
  border: 0;
  border-radius: 8px;
  padding: 10px 15px;
  background: linear-gradient(135deg, #427bd9, #2d5db5);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transition: .3s ease;
}

.apply-btn:hover {
  background: linear-gradient(135deg, #4d88ea, #3469c5);
  transform: translateY(-2px);
}

.register-section button {
  background: linear-gradient(90deg, #3b8bf0 0%, #2563eb 100%);
  color: #fff;
  border: none;
}

/* Responsive */
@media (max-width: 991px) {

  .register-section {
    padding: 60px 0;
  }

  .speaker-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .speaker-form-card {
    max-width: 650px;
    margin: auto;
  }
}

@media (max-width: 575px) {

  .register-section {
    padding: 50px 15px;
  }

  .speaker-content h1 {
    font-size: 30px;
  }

  .speaker-form-card {
    padding: 25px 20px;
  }

  .phone-group {
    flex-direction: column;
  }

  .phone-code {
    width: 100%;
  }
}

/* FAQ Section */
.faq-section {
  padding: 80px 0;
  background: radial-gradient(560px 320px at 100% 0%, rgba(37, 99, 235, .28), transparent 60%), radial-gradient(420px 280px at 0% 100%, rgba(8, 145, 178, .20), transparent 55%), linear-gradient(150deg, #0c1c3b, #122b58);
}

/* Important: Prevent right/left FAQ from stretching */
.faq-row {
  align-items: flex-start;
}

.faq-col {
  align-self: flex-start;
  margin-top: 0;
}

/* Accordion Item */
.accordion-item {
  background: #0d2138;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px !important;
  overflow: hidden;
  height: auto !important;
  margin-bottom: 15px;
}

/* Question Button */
.accordion-button {
  background: #0d2138;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  padding: 20px 20px 20px 20px;
  box-shadow: none !important;
}


/* Active FAQ */

/* Remove Bootstrap Default Focus */
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Arrow */
.accordion-button::after {
  filter: brightness(0) invert(1);
}

/* Answer */
.accordion-body {
  background: #102a45;
  color: #d7e1ea;
  line-height: 1.7;
  font-size: 15px;
  padding: 20px;
}

.faq-section .section-heading h2 {
  color: #fff;
}

.faq-section .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(12%) sepia(28%) saturate(1807%) hue-rotate(169deg) brightness(95%) contrast(94%);
}

/* Mobile */
@media (max-width: 767px) {

  .faq-section {
    padding: 60px 0;
  }

  .faq-title {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .accordion-button {
    font-size: 16px;
    padding: 18px 50px 18px 18px;
  }
}

.modal-dialog .btn-close {
  position: absolute;
  right: 0;
  padding: 15px;
}

.modal-body {
  padding: 25px;
}


/* Footer section css start  */

/* footer section */

.footer-bg {
  padding: 40px 0 0;
  background: #0d151e;
}

.social-icons ul {
  display: flex;
  gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
}

.social-icons ul li {
  list-style: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
}

.social-icons ul li a i {
  color: var(--white-text);
}

.text-center.linkFtr ul {
  margin: 0 0 30px;
  padding-left: 0px;
}

.linkFtr ul li {
  list-style: none;
  display: inline-block;
  color: var(--white-text);
  font-family: var(--font-main);
  margin-right: 2px;
  margin-left: 2px;
}

.linkFtr ul li a {
  color: var(--white-text);
  font-family: var(--font-main);
  position: relative;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

.linkFtr ul>li>a:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition:
    transform 1s cubic-bezier(0.2, 1, 0.3, 1),
    -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.linkFtr ul>li.active>a::before,
.linkFtr ul>li:hover a::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.bottom-footer {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
  text-align: center;
}

.bottom-footer p {
  font-size: 15px;
  color: var(--white-text);
  font-family: var(--font-main);
  text-align: center;
  margin: 0;
}




/* =========================================
       conversation CARD
    ========================================= */

.conversation-card {
  position: relative;
  height: 452px;
  overflow: hidden;
  border-radius: 7px;
  background: #111;
  cursor: pointer;
}

.conversation-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.conversation-card:hover img {
  transform: scale(1.06);
}


/* =========================================
       DARK OVERLAY
    ========================================= */

.card-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(to bottom,
      rgba(0, 0, 0, 0.05) 20%,
      rgba(0, 0, 0, 0.20) 40%,
      rgba(0, 0, 0, 0.92) 100%);

  z-index: 1;
}


/* =========================================
       CARD CONTENT
    ========================================= */

.card-content {
  position: absolute;
  left: 22px;
  right: 18px;
  bottom: 27px;
  z-index: 2;
  color: #fff;
}

.card-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.18);

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 17px;
}

.card-icon i {
  color: #fff;
  font-size: 14px;
}

.conversation-card .card-content h4 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}



.conversation-card .card-content p {
  color: #cbcbcb;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}


/* =========================================
       BACK TO TOP
    ========================================= */

.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 0;

  width: 40px;
  height: 40px;

  border-radius: 50% 50% 0 0;

  background: #000;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;

  font-size: 14px;

  z-index: 999;
}

.back-to-top:hover {
  background: #cda439;
  color: #fff;
}


/* =========================================
       TABLET
    ========================================= */

@media (max-width: 991px) {

  .conversation-section {
    padding: 50px 0;
  }

  .conversation-section .container {
    max-width: 720px;
  }

  .conversation-card {
    height: 430px;
  }

}


/* =========================================
       MOBILE
    ========================================= */

@media (max-width: 767px) {

  .conversation-section {
    padding: 40px 20px;
  }

  .section-heading {
    margin-bottom: 25px;
  }

  .eyebrow {
    font-size: 12px;
    letter-spacing: 1.7px;
  }

  .section-heading h2 {
    font-size: 25px !important;
  }

  .conversation-card {
    height: 420px;
  }

  .card-content {
    left: 20px;
    right: 20px;
    bottom: 24px;
  }

  .card-content h3 {
    font-size: 19px;
  }

  .card-content h4 {
    font-size: 14px;
  }

  .card-content p {
    font-size: 13px;
  }

  .back-to-top {
    right: 15px;
  }
}

.institution_section .col-lg-3 {
  margin-top: 24px;
}

/*  REGISTRATION FORM SECTION   */

.icaap-register-section {
  width: 100%;
  padding: 80px 0;
  background: #fff;
}

.icaap-register-content {
  padding: 20px 35px 0 0;
}

.icaap-eyebrow {
  display: inline-block;
  margin-bottom: 15px;
  color: #cda439;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 2px;
}

.icaap-register-content h1 {
  margin: 0 0 25px;
  max-width: 520px;
  color: #10213f;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.icaap-register-content p {
  max-width: 540px;
  color: #687280;
  margin: 0 0 20px;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
}

.icaap-form-card {
  position: relative;
  width: 100%;
  padding: 35px 38px 38px;
  overflow: hidden;
  border-radius: 16px;
  border-top: 3px solid #18c9dc;
  background: linear-gradient(135deg, #142e64 0, #102a5d 55%, #0c3158 100%);
  box-shadow: 0 20px 45px rgba(16, 39, 80, 0.14);
}

.form-card-heading {
  margin: 0 0 5px;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.form-card-intro {
  margin: 0 0 20px;
  color: #afbdd4;
  font-size: 12px;
  line-height: 1.5;
}

.icaap-form {
  width: 100%;
}

.form-field {
  margin-bottom: 14px;
}

.icaap-form label {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.icaap-form .form-control {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #526889;
  border-radius: 6px;
  outline: 0;
  color: #8d9db7;
  font-weight: 500;
  font-size: 13px;
  box-shadow: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.icaap-form .form-field select optgroup {
  color: #000;
}

.icaap-form textarea.form-control {
  height: 82px;
  min-height: 82px;
  resize: vertical;
}

.icaap-form .form-control::placeholder {
  color: #8d9db7;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;

}

.icaap-form .form-control:focus {
  /* background: rgba(255, 255, 255, 0.08); */
  color: #8d9db7;
  font-weight: 500;
  box-shadow: 0 0 0 2px rgba(40, 201, 223, 0.1);
}

.icaap-form select.form-control {
  cursor: pointer;
}

.icaap-form select.form-control option {
  color: #17233d;
  background: #fff;
}

.consent-heading {
  margin: 19px 0 9px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}

.consent-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 18px;
}

.consent-wrapper input[type="checkbox"] {
  -webkit-appearance: none;
  /* flex: 0 0 15px; */
  width: 17px;
  margin-top: 4px;
  height: 13px;
  /* margin: 0; */
  border: 1px solid #7c8ba3;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.13);
  cursor: pointer;
  position: relative;
}

.consent-wrapper input[type="checkbox"]:checked {
  background: #2868e8;
  border-color: #2868e8;
}

.consent-wrapper input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  left: 2px;
  top: -2px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.consent-wrapper label {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
}

.submit-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.register-btn {
  min-width: 190px;
  padding: 11px 24px;
  border: 0;
  border-radius: 7px;
  background: #2868e8;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}

.register-btn:hover {
  background: #3978f2;
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(40, 104, 232, 0.25);
}

.register-btn:active {
  transform: translateY(0);
}

.register-btn:disabled {
  opacity: 0.75;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.form-success {
  display: none;
  margin-top: 15px;
  padding: 10px 14px;
  border-radius: 6px;
  background: rgba(54, 211, 153, 0.12);
  border: 1px solid rgba(54, 211, 153, 0.2);
  color: #91f2ce;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.form-success.show {
  display: block;
}

.icaap-form .form-control:invalid:not(:placeholder-shown) {
  border-color: #e88b8b;
}

.icaap-form .form-control:valid:not(:placeholder-shown) {
  border-color: #526889;
}

@media (min-width: 1200px) {
  .icaap-register-section {
    min-height: 700px;
    display: flex;
    align-items: center;
  }

  .icaap-form-card {
    max-width: 580px;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .icaap-register-section {
    padding: 60px 0;
  }

  .icaap-register-content {
    padding: 0;
  }

  .icaap-register-content h1 {
    font-size: 32px;
    max-width: 100%;
  }

  .icaap-register-content p {
    max-width: 100%;
  }

  .icaap-form-card {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .icaap-register-section {
    padding: 45px 0;
  }

  .icaap-register-content {
    margin-bottom: 20px;
  }

  .icaap-eyebrow {
    font-size: 12px;
    letter-spacing: 1.7px;
  }

  .icaap-register-content h1 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 20px;
  }

  .icaap-register-content p {
    font-size: 14px;
    line-height: 1.65;
  }

  .icaap-form-card {
    padding: 25px 20px 28px;
    border-radius: 12px;
  }

  .form-card-heading {
    font-size: 20px;
  }

  .form-card-intro {
    font-size: 11px;
  }

  .icaap-form .row>div {
    margin-bottom: 0;
  }

  .consent-wrapper label {
    font-size: 9px;
  }
}

@media (max-width: 400px) {
  .icaap-register-content h1 {
    font-size: 25px;
  }

  .icaap-form-card {
    padding: 22px 16px 25px;
  }

  .register-btn {
    width: 100%;
  }
}

.topic-item {
  padding: 0 8px;
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.topic-number {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #1c75bc29;
  color: #2173b6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
}

.topic-title {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  max-width: 240px;
}

.certification-card {
  background: radial-gradient(900px 520px at 85% -10%, rgba(37, 99, 235, .34), transparent 58%), radial-gradient(700px 420px at 8% 110%, rgba(8, 145, 178, .26), transparent 55%), linear-gradient(125deg, #050e21, #11254b);
  border-radius: 15px;
  padding: 36px 40px;
  color: #fff;
}

.certification-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  background: #294565;
  border-radius: 9px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 21px;
}

.certification-content h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.certification-content p {
  color: #cbcbcb;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 575px) {
  .certification-card {
    padding: 25px 22px;
  }

  .certification-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 18px;
  }

  .certification-content h4 {
    font-size: 15px;
  }

  .certification-content p {
    font-size: 13px;
  }
}

/* Comparison table section css start */

.comparison-section {
  max-width: 1050px;
  margin: 0 auto;
}

/* Main cards */
.comparison-card {
  height: 100%;
  padding: 18px 20px 14px;
  border-radius: 8px;
  border: 1px solid transparent;
}

.is-card {
  background: #dbe9f4;
  border-color: #001d56;
}

.not-card {
  background: #ffffff;
  border-color: #ffffff;
}

/* Header */
.comparison-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.title-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  flex-shrink: 0;
}

.is-card .title-icon {
  background: #149b91;
}

.not-card .title-icon {
  background: #ef5b5b;
}

.comparison-title h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.is-card .comparison-title h3 {
  margin-bottom: 0;
  color: #0a1935;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.not-card .comparison-title h3 {
  color: #ed5959;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

/* List */
.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 35px;
  padding: 7px 0;
  font-size: 12px;
  line-height: 1.35;
  color: #263746;
  border-bottom: 1px solid rgba(40, 70, 80, 0.10);
}

.comparison-list li .list-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}

.comparison-list li:last-child {
  border-bottom: none;
}

/* Small icons */
.list-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  background: transparent;
}

.is-card .list-icon {
  color: #159e96;
  border: 1px solid #159e96;
}

.not-card .list-icon {
  color: #ef5b5b;
  border: 1px solid #ef5b5b;
}

/* Responsive */
@media (max-width: 767px) {

  body {
    padding: 25px 15px;
  }

  .comparison-card {
    padding: 18px 16px 14px;
  }

  .comparison-title h3 {
    font-size: 15px;
  }

  .comparison-list li {
    font-size: 12px;
    min-height: auto;
    padding: 9px 0;
  }
}

/* =========================
           SECTION
        ========================== */

.decision-lab-section {

  padding: 80px 0;
  overflow: hidden;

}

.decision-lab-section .section-heading {
  text-align: center;
}

.decision-container {
  max-width: 850px;
  margin: 0 auto;
}

/* =========================
           SECTION HEADER
        ========================== */

.section-kicker {
  text-align: center;
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 22px;
}

.section-kicker::before {
  content: "•";
  margin-right: 8px;
  font-size: 18px;
}

.section-title {
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 85px;
  color: var(--navy);
}

/* =========================
           TIMELINE
        ========================== */

.timeline {
  position: relative;
  width: 100%;
}

/* Vertical dotted line */

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: repeating-linear-gradient(to bottom, #7888a5 0, #83a6e7 8px, transparent 8px, transparent 16px);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  align-items: center;
  min-height: 100px;
  margin-bottom: 20px;
}

/* =========================
           CENTER MARKER
        ========================== */

.timeline-marker {
  grid-column: 2;
  grid-row: 1;

  width: 60px;
  height: 60px;
  border-radius: 50%;

  background: linear-gradient(90deg, #3b8bf0 0%, #2563eb 100%);
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.6;
  justify-self: center;
  position: relative;
  z-index: 3;
}

.timeline-marker.close-marker {
  background: var(--blue);
  font-size: 19px;
}

/* =========================
           CARDS
        ========================== */

.timeline-card {
  background: var(--light-blue);
  border-radius: 14px;
  padding: 25px 26px;
  min-height: 112px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  position: relative;
  z-index: 2;
}

.timeline-card h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #1c75bc;
  text-transform: uppercase;
}

.timeline-card .card-title {
  font-size: .96rem;
  font-weight: 500;
  line-height: 1.6;
  color: #071f43;
  margin: 0;
}

.timeline-card .card-description {
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
  margin: 7px 0 0;
}

/* =========================
           LEFT / RIGHT POSITIONING
        ========================== */

.timeline-card.right {
  grid-column: 3;
  grid-row: 1;
  margin-left: 15px;
}

.timeline-card.left {
  grid-column: 1;
  grid-row: 1;
  margin-right: 15px;
  text-align: right;
}

/* Close item */

.close-card {
  min-height: 116px;
}

.close-card .card-title {
  font-size: 16px;
}

/* =========================
           HOVER
        ========================== */

.timeline-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.timeline-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(9, 40, 77, 0.08);
}

.timeline-marker {
  transition: transform 0.3s ease;
}

.timeline-item:hover .timeline-marker {
  transform: scale(1.06);
}

/* =========================
           TABLET
        ========================== */

@media (max-width: 767px) {

  .decision-lab-section {
    padding: 40px 20px 60px;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 60px;
  }

  .timeline {
    padding-left: 75px;
  }

  .timeline::before {
    left: 30px;
    transform: none;
    top: -25px;
  }

  .timeline-item {
    display: block;
    min-height: auto;
    margin-bottom: 22px;
    position: relative;
  }

  .timeline-marker {
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);

    width: 60px;
    height: 60px;
  }

  .timeline-item:hover .timeline-marker {
    transform: translateY(-50%) scale(1.06);
  }

  .timeline-card.left,
  .timeline-card.right {
    margin: 0;
    text-align: left;
    width: 100%;
  }

  .timeline-card {
    min-height: 105px;
  }
}

/* =========================
           SMALL MOBILE
        ========================== */

@media (max-width: 480px) {

  .decision-lab-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .year_section .about_img {
    height: auto;
  }

  .section-kicker {
    font-size: 13px;
  }

  .section-title {
    font-size: 25px;
    margin-bottom: 55px;
  }

  .timeline {
    padding-left: 62px;
  }

  .timeline::before {
    left: 24px;
  }

  .timeline-marker {
    left: -62px;
    width: 48px;
    height: 48px;
    font-size: 12px;
  }

  .timeline-marker.close-marker {
    font-size: 16px;
  }

  .timeline-card {
    padding: 20px;
    border-radius: 12px;
  }

  .timeline-card h4 {
    font-size: 12px;
  }

  .timeline-card .card-title {
    font-size: 15px;
  }

  .timeline-card .card-description {
    font-size: 13px;
  }
}



.membership-card {
  height: 100%;
  border: 1px solid #d9e1eb;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

/* Header */

.membership-header {
  background: radial-gradient(900px 520px at 85% -10%, rgba(37, 99, 235, .34), transparent 58%), radial-gradient(700px 420px at 8% 110%, rgba(8, 145, 178, .26), transparent 55%), linear-gradient(125deg, #050e21, #11254b);
  color: #fff;
  padding: 42px 22px 38px;
  min-height: 200px;
}

.membership-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 14px;
}

.price {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 12px;
}

.price span {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  color: #f1f5fa;
  font-weight: 400;
}

.membership-section {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--line);
}

.membership-header p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  color: #f1f5fa;
}

/* Features */

.membership-features {
  flex: 1;
}

.membership-features .list_blank {
  justify-content: center;
}

.feature {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;

  font-size: 13px;
  line-height: 1.45;
  color: #536b88;

  background: #fff;
}

.feature:nth-child(even) {
  background: #dcecf5;
}

.check {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #103365;
}

/* Hover */

.membership-card {
  transition: all 0.3s ease;
}

.membership-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(6, 26, 53, 0.12);
}

.membership-card:hover .membership-header {
  background: #08264b;
}


/* Tablet */

@media (max-width: 991px) {

  .membership-header {
    min-height: 190px;
  }

}


/* Mobile */

@media (max-width: 575px) {

  .membership-section {
    padding: 40px 15px;
  }

  .membership-header {
    padding: 30px 22px;
  }

  .price {
    font-size: 26px;
  }

}

.form-mandatory {
  color: #f33636
}

.icaap-form .error {
  color: #ff6666;
  font-size: 13px;
}

.icaap-form .securitycode {
  border: 1px dashed #8d9db7;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  max-height: 40px;
}

.icaap-form .securitycode::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 1px;
  top: 50%;
  left: -10%;
  transform: rotate(-10deg);
  background: #8d9db7;
}

.icaap-form .securitycode::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#8d9db7 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: 0.3;
  top: 0px;
  left: 0px;
  pointer-events: none;
}