/* Generated from page: ca-practo */
.themify_builder_content-4073 .tb_crj0080.module_row{padding-top:30px; padding-bottom:30px;}
.themify_builder_content-4073 .tb_dwu3300.module-text.module .tb_text_wrap h1{color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none; font-weight:400;font-family:"Poppins";}
.themify_builder_content-4073 .tb_dwu3300.module-text.module .tb_text_wrap h6{font-family:"Poppins";}
.themify_builder_content-4073 .tb_dwu3300.module-text.module .tb_text_wrap h5{font-family:"Poppins";}
.themify_builder_content-4073 .tb_dwu3300.module-text.module .tb_text_wrap h4{font-weight:400;font-family:"Poppins";}
.themify_builder_content-4073 .tb_dwu3300.module-text.module .tb_text_wrap h3:not(.module-title){font-family:"Poppins";}
.themify_builder_content-4073 .tb_dwu3300.module-text.module .tb_text_wrap h2{font-family:"Poppins";}
.themify_builder_content-4073 .tb_dwu3300.module-text.module .module-title{font-weight:400;font-family:"Poppins";}
.themify_builder_content-4073 .tb_dwu3300.module-text .tb_text_wrap,.themify_builder_content-4073 .tb_dwu3300.module-text .tb_text_wrap p,.themify_builder_content-4073 .tb_dwu3300.module-text .tb_text_wrap blockquote,.themify_builder_content-4073 .tb_dwu3300.module-text .tb_text_wrap h1,.themify_builder_content-4073 .tb_dwu3300.module-text .tb_text_wrap h2,.themify_builder_content-4073 .tb_dwu3300.module-text .tb_text_wrap h3,.themify_builder_content-4073 .tb_dwu3300.module-text .tb_text_wrap h4,.themify_builder_content-4073 .tb_dwu3300.module-text .tb_text_wrap h5,.themify_builder_content-4073 .tb_dwu3300.module-text .tb_text_wrap h6,.themify_builder_content-4073 .tb_dwu3300.module-text .tb_text_wrap li,.themify_builder_content-4073 .tb_dwu3300.module-text .tb_text_wrap span{font-family:"Poppins";}
/* Builder Custom CSS START */
:root {
  --page-bg: #f4efe4;
  --ink: #18273c;
  --muted: #536176;
  --line: rgba(24, 39, 60, 0.14);
  --line-strong: rgba(24, 39, 60, 0.24);
  --navy: #0c4c84;
  --navy-deep: #08355b;
  --gold: #db9e37;
  --gold-soft: #f7e3bb;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #fffdfa;
  --shadow: 0 28px 70px rgba(24, 39, 60, 0.13);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);

   background:
    radial-gradient(circle at top left, rgba(219, 158, 55, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(12, 76, 132, 0.16), transparent 30%),
    linear-gradient(180deg, #f6f1e7 0%, #eef4fa 48%, #f4efe4 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--navy);
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.page {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 0px 0 54px;
}

.section {
  margin-top: 30px;
}

.section--compact {
  margin-top: 22px;
}

.hero__frame,
.step-card,
.notice,
.program-table,
.disclaimer {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero__frame {
  overflow: hidden;
  padding: 42px 42px 36px;
  background:
    linear-gradient(135deg, rgba(7, 45, 81, 0.97) 0%, rgba(12, 76, 132, 0.93) 55%, rgba(31, 119, 181, 0.9) 100%);
  color: #fff;
}

.hero__art {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.65;
}

.hero__art--left {
  top: -42px;
  left: -24px;
  width: 200px;
  height: 200px;
  background: rgba(247, 227, 187, 0.28);
}

.hero__art--right {
  right: -20px;
  bottom: -34px;
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.12);
}

.hero__header,
.hero__content {
  position: relative;
  z-index: 1;
}

.hero__header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
}

.hero__logo {
  width: 148px;
  min-width: 148px;
  padding: 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 30px rgba(4, 20, 38, 0.18);
}

.hero h1,
.section__header h2,
.program-title,
.disclaimer h2,
.schedule-block h3,
.feature-group h3,
.session-group h3,
.step-card h3 {
  font-family: \"Cormorant Garamond\", serif;
}

.hero h1 {
  margin: 0;
  font-size: 55px;
  line-height: 0.95;
  letter-spacing: 0.01em;
}

.hero__divider {
  position: relative;
  z-index: 1;
  height: 1px;
  margin: 28px 0 30px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.12));
}

.hero__content {
  display: grid;
  grid-template-columns: 1.4fr 0.72fr;
  gap: 28px;
  
}

.hero__copy h2,
.section__header h2,
.disclaimer h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.hero__copy p,
.step-card p,
.notice p,
.program-cell p,
.program-cell li,
.disclaimer p,
.section__header p {
  margin: 0;
  line-height: 1.8;
  font-size: 1rem;
}

.hero__copy p + p,
.program-cell p + p,
.disclaimer p + p,
.step-card p + p {
  margin-top: 14px;
}

.hero__copy p {
  color: rgba(255, 255, 255, 0.9);
}

.hero__badge {
  position: relative;
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: 24px;
}

.hero__badge-ring {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
}

.hero__badge::before,
.hero__badge::after {
  content: \"\";
  position: absolute;
  border-radius: 999px;
  background: rgba(247, 227, 187, 0.88);
}

.hero__badge::before {
  top: 44px;
  left: 34px;
  width: 14px;
  height: 14px;
}

.hero__badge::after {
  right: 40px;
  bottom: 44px;
  width: 18px;
  height: 18px;
}

.hero__badge-text {
  position: relative;
  z-index: 1;
  max-width: 10ch;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-size: 0.82rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.92);
}

.section__header {
  margin-bottom: 18px;
}

.section__header h2 {
  color: var(--navy-deep);
}

.section__header p {
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.step-card {
  overflow: hidden;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(245, 249, 255, 0.92));
}

.step-card::before {
  content: \"\";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--gold), #f1c05d, var(--navy));
}

.step-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.step-card__index {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #915d00;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.step-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(12, 76, 132, 0.12), rgba(219, 158, 55, 0.2));
  position: relative;
}

.step-card__icon::before,
.step-card__icon::after {
  content: \"\";
  position: absolute;
  border-radius: 999px;
  background: var(--navy);
}

.step-card__icon::before {
  top: 16px;
  left: 14px;
  width: 28px;
  height: 6px;
}

.step-card__icon::after {
  top: 28px;
  left: 14px;
  width: 18px;
  height: 6px;
}

.step-card__icon--wide::after {
  width: 28px;
}

.step-card__icon--dot::before {
  top: 14px;
  left: 14px;
  width: 10px;
  height: 10px;
}

.step-card__icon--dot::after {
  top: 28px;
  left: 14px;
  width: 28px;
  height: 6px;
}

.step-card h3 {
  margin: 18px 0 12px;
  font-size: 1.95rem;
  
}

.step-card p {
  color: var(--muted);
}

.notice {
  padding: 18px 24px;
  background: rgba(255, 251, 241, 0.95);
  border-color: rgba(219, 158, 55, 0.28);
}

.notice p {
  text-align: center;
  color: #7f5b1f;
}

.program-table {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
}

.program-table__head,
.program-table__body {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr 0.95fr;
}

.program-table__head {
  background: linear-gradient(90deg, var(--navy-deep), var(--navy));
  color: #fff;
}

.program-table__head > div {
  padding: 20px 24px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.program-table__head > div:last-child {
  border-right: 0;
}

.program-cell {
  min-width: 0;
  padding: 28px 24px;
  background: rgba(255, 253, 250, 0.92);
  border-right: 1px solid var(--line);
}

.program-cell:last-child {
  border-right: 0;
}

.program-cell--schedule {
  background:
    linear-gradient(180deg, rgba(243, 248, 255, 0.96), rgba(255, 252, 246, 0.94));
}

.program-cell--register {
  background:
    linear-gradient(180deg, rgba(255, 251, 242, 0.97), rgba(248, 252, 255, 0.95));
}

.schedule-block + .schedule-block,
.feature-group,
.session-group {
  margin-top: 22px;
}

.schedule-block {
  position: relative;
  padding-left: 22px;
}

.schedule-block::before {
  content: \"\";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #f1c05d);
  box-shadow: 0 0 0 6px rgba(219, 158, 55, 0.16);
}

.schedule-block h3,
.feature-group h3,
.session-group h3 {
  margin: 0 0 8px;
  font-size: 1.55rem;
  
  color: var(--navy-deep);
}

.schedule-block p,
.program-cell p,
.program-cell li {
  color: var(--muted);
}

.program-title {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.08;
  color: var(--ink);
}



.program-cell--register a {
  font-weight: 800;
  word-break: break-word;
}

.disclaimer {
  padding: 30px 32px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(247, 251, 255, 0.94));
}

.disclaimer p {
  color: var(--muted);
}

.disclaimer strong {
  color: var(--ink);
}

@media (max-width: 1080px) {
  .hero__content,
  .program-table__head,
  .program-table__body,
  .steps {
    grid-template-columns: 1fr;
  }

  .program-table__head {
    display: none;
  }

  .program-cell {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .program-cell:last-child {
    border-bottom: 0;
  }

  .hero__badge {
    min-height: 150px;
  }
}

@media (max-width: 760px) {
  .page {
    width: min(calc(100% - 20px), var(--container));
    padding-top: 20px;
  }

  .hero__frame,
  .step-card,
  .program-cell,
  .disclaimer {
    padding: 22px;
  }

  .hero__header {
    grid-template-columns: 1fr;
  }

  .hero__logo {
    width: 120px;
    min-width: 120px;
  }

  .hero__divider {
    margin: 22px 0;
  }
}



.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.program-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: rgba(255, 255, 255, 0.85);
}

/* Header */
.program-table th {
  background: linear-gradient(90deg, #0b2c5f, #123c7a);
  color: #fff;
  padding: 18px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}

/* Cells */
.program-table td {
  vertical-align: top;
  padding: 22px;
  border: 1px solid #ddd;
  word-wrap: break-word;
}

/* Column widths */
.program-table td:nth-child(1) { width: 28%; }
.program-table td:nth-child(2) { width: 42%; }
.program-table td:nth-child(3) { width: 30%; }

.register-btn {
  background: #0b2c5f;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
}

.register-btn a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.schedule-block + .schedule-block,
.feature-group,
.session-group {
  margin-top: 0px;
}

/* Titles */
.schedule-block h3,
.feature-group h3,
.session-group h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #0b2c5f;
}

.program-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* List */
.feature-group ul {
  padding-left: 18px;
  margin-top: 10px;
}

.feature-group li {
  margin-bottom: 8px;
}




.workflow-section {
  padding: 40px;
  background: #f2f2f2;
  font-family: Arial, sans-serif;
}

/* GRID */
.workflow-container {
  display: grid;
  grid-template-columns: 120px repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}

/* LEFT LABELS */
.workflow-labels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 520px;
  font-weight: 700;
  font-size: 20px;
}

/* CARD */
.workflow-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 2px solid #222;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

/* HEADER */
.card-header {
  text-align: center;
  padding: 30px 20px;
  border-bottom: 2px solid #222;
}

.icon {
  font-size: 38px;
  margin-bottom: 10px;
}

.card-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

/* BODY */
.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

/* BOXES */
.box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #222;
  border-radius: 12px;
  padding: 20px;
  font-size: 18px;
  background: #fafafa;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .workflow-container {
    grid-template-columns: 1fr;
  }

  .workflow-labels {
    flex-direction: row;
    justify-content: space-around;
    height: auto;
    margin-bottom: 20px;
  }
}
/* Builder Custom CSS END */