.elementor-4822 .elementor-element.elementor-element-68cc6b1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--background-transition:0.2s;--overlay-opacity:0.5;}.elementor-4822 .elementor-element.elementor-element-68cc6b1:not(.elementor-motion-effects-element-type-background), .elementor-4822 .elementor-element.elementor-element-68cc6b1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-4822 .elementor-element.elementor-element-68cc6b1:hover{background-color:var( --e-global-color-astglobalcolor5 );--overlay-opacity:0.5;}.elementor-4822 .elementor-element.elementor-element-68cc6b1::before, .elementor-4822 .elementor-element.elementor-element-68cc6b1 > .elementor-background-video-container::before, .elementor-4822 .elementor-element.elementor-element-68cc6b1 > .e-con-inner > .elementor-background-video-container::before, .elementor-4822 .elementor-element.elementor-element-68cc6b1 > .elementor-background-slideshow::before, .elementor-4822 .elementor-element.elementor-element-68cc6b1 > .e-con-inner > .elementor-background-slideshow::before, .elementor-4822 .elementor-element.elementor-element-68cc6b1 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-astglobalcolor5 );--background-overlay:'';}.elementor-4822 .elementor-element.elementor-element-68cc6b1:hover::before, .elementor-4822 .elementor-element.elementor-element-68cc6b1:hover > .elementor-background-video-container::before, .elementor-4822 .elementor-element.elementor-element-68cc6b1:hover > .e-con-inner > .elementor-background-video-container::before, .elementor-4822 .elementor-element.elementor-element-68cc6b1 > .elementor-background-slideshow:hover::before, .elementor-4822 .elementor-element.elementor-element-68cc6b1 > .e-con-inner > .elementor-background-slideshow:hover::before{background-color:var( --e-global-color-astglobalcolor5 );--background-overlay:'';}.elementor-4822 .elementor-element.elementor-element-ee927c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4822 .elementor-element.elementor-element-f8f9843{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4822 .elementor-element.elementor-element-ee927c9{--width:50%;}.elementor-4822 .elementor-element.elementor-element-f8f9843{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-2f6908e */.course-application-info {
  max-width: 900px;
  margin: 0 auto 2rem auto;
  background: linear-gradient(to bottom right, #fffefb, #fdf9f1);
  border-radius: 18px;
  padding: 2.2rem 2rem;
  font-family: "Lato", system-ui, sans-serif;
  color: #2f2f2f;
  line-height: 1.65;
  font-size: 1.05rem;

  /* Premium shadow layering */
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.04),
    0 8px 28px rgba(0, 0, 0, 0.06);

  /* Elegant gold edge glow */
  border: 1px solid rgba(191, 170, 124, 0.45);
  position: relative;
}

.course-application-info::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(
    115deg,
    rgba(191, 170, 124, 0.45),
    rgba(255, 255, 255, 0.1)
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Headings */
.course-application-info h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #bfa977;
  text-align: center;
  margin-bottom: 1.4rem;
  letter-spacing: 0.015em;
}

.course-application-info h3 {
  font-size: 1.28rem;
  font-weight: 700;
  color: #bfa977;
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}

/* Body text and lists */
.course-application-info p {
  margin: 0 0 0.75rem 0;
}

.course-application-info ul {
  margin: 0.4rem 0 1rem 1.4rem;
  padding: 0;
}

.course-application-info li {
  margin-bottom: 0.35rem;
}

/* Subtle note / reassurance text */
.course-application-info .subtle-note {
  font-size: 0.94rem;
  color: #5f5f5f;
  margin-top: 0.6rem;
  display: block;
  font-style: italic;
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-6967 *//* --- WRAPPER --- */
.course-chat-form {
  max-width: 900px;
  margin: 0 auto 2.5rem auto;
  font-family: "Lato", system-ui, -apple-system, sans-serif;
  color: #2f2f2f;
}

/* --- HEADER --- */
.course-chat-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.course-chat-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff6de, #bfaa7c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: #2f2f2f;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.course-chat-title h2 {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 800;
  color: #bfa977;
}

.course-chat-title p {
  margin: 0.2rem 0 0 0;
  font-size: 0.95rem;
  color: #666;
}

/* --- MAIN CHAT BOX --- */
.course-chat-window {
  background: linear-gradient(to bottom right, #fffefb, #fdf9f1);
  border-radius: 20px;
  padding: 1.8rem 1.6rem;
  border: 1px solid rgba(191, 170, 124, 0.35);
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.04),
    0 16px 36px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* --- STEPS --- */
.chat-step {
  display: none;
}

.chat-step.active {
  display: block;
}

/* --- BUBBLE STYLING --- */
.chat-message {
  margin-bottom: 1.2rem;
}

.chat-message.bot {
  background: #ffffff;
  border-radius: 16px 16px 16px 6px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(191, 170, 124, 0.45);
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 100%;
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.05),
    inset 0 0 0.5px rgba(255, 255, 255, 0.6);
}

.chat-message.user-input {
  margin-top: 0.6rem;
  padding: 0.5rem 0.2rem 0.2rem;
}

/* --- INPUTS --- */
.chat-message.user-input label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #444;
}

.chat-message.user-input input,
.chat-message.user-input textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #d9d0be;
  padding: 0.6rem 0.75rem;
  font-size: 0.95rem;
  font-family: inherit;
  margin-bottom: 0.8rem;
  background-color: rgba(255, 255, 255, 0.92);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.chat-message.user-input input:focus,
.chat-message.user-input textarea:focus {
  outline: none;
  border-color: #bfa977;
  box-shadow: 0 0 0 2px rgba(191, 169, 119, 0.3);
}

/* --- CHECKBOXES --- */
.chat-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 0.8rem;
  font-size: 0.92rem;
  color: #444;
}

.chat-checkbox span {
  line-height: 1.4;
}

.chat-checkbox input {
  margin-top: 0.15rem;
}

/* --- BUTTONS --- */
.chat-next-btn,
.chat-prev-btn,
.chat-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: none;
  padding: 0.6rem 1.6rem;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 0.4rem;
  margin-right: 0.4rem;
  font-family: inherit;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.2s ease;
}

/* Buttons with gold sheen */
.chat-next-btn,
.chat-submit-btn {
  background: radial-gradient(circle at 30% 20%, #fff7e3, #bfa977);
  color: #2f2f2f;
  box-shadow:
    0 4px 10px rgba(191, 170, 124, 0.4),
    inset 0 0 0.5px rgba(255, 255, 255, 0.8);
}

.chat-prev-btn {
  background: #f0ebe0;
  color: #444;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
}

/* Hover / Active States */
.chat-next-btn:hover,
.chat-submit-btn:hover,
.chat-prev-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.chat-next-btn:active,
.chat-submit-btn:active,
.chat-prev-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

/* --- MOBILE OPTIMISATION --- */
@media (max-width: 600px) {
  .course-chat-window {
    padding: 1.4rem 1.1rem;
  }

  .course-chat-title h2 {
    font-size: 1.35rem;
  }

  .chat-message.bot {
    font-size: 0.94rem;
  }
}/* End custom CSS */