:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-aede77a */.tds-wrapper{
  font-family:'Segoe UI',Arial,sans-serif;
  color:#1f2937;
  padding:30px;
  background:linear-gradient(135deg,#f8fafc,#eef6ff);
  border-radius:24px;
}

.tds-card{
  max-width:1100px;
  margin:auto;
  background:#ffffff;
  border-radius:26px;
  padding:34px;
  box-shadow:0 18px 45px rgba(15,23,42,.12);
  border:1px solid #e5e7eb;
}

.tds-header{
  text-align:center;
  padding:26px;
  border-radius:22px;
  background:linear-gradient(135deg,#0f766e,#2563eb);
  color:#fff;
  margin-bottom:24px;
}

.tds-badge{
  display:inline-block;
  background:rgba(255,255,255,.18);
  padding:7px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  margin-bottom:12px;
  letter-spacing:.5px;
}

.tds-header h2{
  margin:0;
  font-size:32px;
  font-weight:800;
}

.tds-header p{
  margin:10px auto 0;
  max-width:760px;
  font-size:16px;
  line-height:1.6;
  opacity:.95;
}

.tds-info-box{
  background:#ecfeff;
  border-left:6px solid #0891b2;
  padding:16px 20px;
  border-radius:14px;
  font-weight:600;
  margin-bottom:26px;
}

.tds-timeline{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-bottom:28px;
}

.tds-item{
  display:flex;
  gap:16px;
  align-items:center;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:18px;
  transition:.25s ease;
}

.tds-item:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 26px rgba(37,99,235,.12);
}

.tds-item span{
  min-width:44px;
  height:44px;
  border-radius:50%;
  background:linear-gradient(135deg,#2563eb,#0f766e);
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:18px;
}

.tds-item h3{
  margin:0 0 6px;
  font-size:17px;
  color:#0f172a;
}

.tds-item p{
  margin:0;
  font-size:16px;
  font-weight:700;
  color:#2563eb;
}

.tds-time{
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#0f172a;
  color:#fff;
  padding:20px 24px;
  border-radius:18px;
  margin-bottom:24px;
}

.tds-time strong{
  font-size:18px;
}

.tds-time span{
  font-size:28px;
  font-weight:800;
  color:#facc15;
}

.tds-rooms{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  margin-bottom:24px;
}

.tds-room{
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  border:1px solid #dbeafe;
  border-radius:20px;
  padding:24px;
  box-shadow:0 10px 24px rgba(15,23,42,.07);
}

.tds-room h3{
  margin:0 0 8px;
  color:#0f766e;
  font-size:18px;
}

.tds-room h4{
  margin:0 0 12px;
  font-size:24px;
  color:#1d4ed8;
}

.tds-room p{
  margin:0;
  line-height:1.6;
  color:#374151;
}

.tds-note{
  background:#fff7ed;
  border-left:6px solid #f97316;
  padding:18px 20px;
  border-radius:16px;
  line-height:1.7;
  color:#7c2d12;
}

@media(max-width:768px){
  .tds-wrapper{
    padding:16px;
  }

  .tds-card{
    padding:20px;
  }

  .tds-header h2{
    font-size:24px;
  }

  .tds-timeline,
  .tds-rooms{
    grid-template-columns:1fr;
  }

  .tds-time{
    flex-direction:column;
    gap:8px;
    text-align:center;
  }
}/* End custom CSS */