.elementor-33870 .elementor-element.elementor-element-70af529 > .elementor-container{max-width:1200px;}.elementor-33870 .elementor-element.elementor-element-70af529{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-33870 .elementor-element.elementor-element-70af529 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-33870 .elementor-element.elementor-element-70af529{padding:50px 10px 50px 10px;}}/* Start custom CSS for html, class: .elementor-element-6c12c48 */.workshop-hero-section {
    display: flex;
    padding: 3rem 2rem 2rem;
    font-family: Arial;
}

.workshop-hero {
    display: flex;
    align-items:center;
    justify-content: space-between;
    width: 100%;
}

.col1 {
    max-width: 600px;
}

.col2 {
    width: 100%;
}

.workshop-hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #001F52;
    margin: 20px 0;
    font-family: Arial;
}

.workshop-hero-section h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #001F52;
    margin: 20px 0;
    font-family: Arial;
}

.eyebrow-text {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
}

.subtext {
    font-size: 1.35rem;
    color: #222;
    line-height: 1.5;
    margin-bottom: 30px;
}

.workshop-img {
    width: 60%;
}

.learn-list {
    color: #222;
}

.container-get-demo-form {
    padding: 20px;
    border: 1px solid #f6f9fd;
    border-radius: 20px;
    margin: 30px 20px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #fff;
}

.sub-center {
    margin: 3rem 0 1.5rem;
    text-align: center;
    font-family: Arial;
    font-size: 1.25rem;
    color: #222;
}

.form-text {
    font-family: Arial;
    text-align: center;
    color: #001f52;
    font-weight: 600;
    padding: 1rem 0;
    font-size: 1.45rem;
}

/* Responsive */
@media (max-width: 768px) {
    .workshop-hero-section {
        padding: 0 10px;
    }

    .workshop-hero {
        flex-direction: column;
    }

    .col1,
    .col2 {
        width: 100%;
    }

    .workshop-hero h1 {
        font-size: 2rem;
        text-align: center;
    }

    .workshop-hero .eyebrow-text {
        font-size: 1.25rem;
        text-align: center;
    }

    .subtext {
        font-size: 1.15rem;
        text-align: center;
    }

    a.free-demo-button {
        width: 100%;
        text-align: center;
    }

    .container-get-demo-form {
        margin: 10px;
        padding: 25px 10px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-70af529 */.hero-background-hp {
  background: linear-gradient(
    180deg,
    rgba(204, 219, 238, .5) 0%,       
    rgba(243, 245, 251, 1) 10%,
    rgba(255, 255, 255, 1) 65%,      
    rgba(204, 219, 238, 0.1) 100%
  );
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a558ca6 */.learn-get-section {
  display: flex;
align-items:center;
  padding: 40px 0;
  font-family: Arial, sans-serif;
  background-color: #fff;
}

.learn-inner {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 10px;
  align-items: start;
}

.learn-left img {
  width: 95%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

.learn-box,
.get-box {
  background: linear-gradient(
    180deg,
    rgba(204, 219, 238, 0.2) 0%,
    rgba(243, 245, 251, 0.4) 32%,
    rgba(204, 219, 238, 0.2) 100%
  );
  border-radius: 16px;
  padding: 40px 30px 50px;
  margin-bottom: 30px;
}

.learn-right h2 {
  margin: 0 0 10px 0;
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1.2;
  color: #001f52;
  text-align:center;
    font-family: Arial, sans-serif;
}

.learn-list,
.get-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.learn-list li,
.get-list li {
  transform: translateY(20px);
  font-size: 1.15rem;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
  color: #222;
}


@media (max-width: 800px) {
  .learn-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 40px 20px;
  }

  .learn-left img {
    margin-bottom: 30px;
  }

  .learn-right h2 {
    margin-bottom: 15px;
  }

  .learn-list li,
  .get-list li {
    text-align: left;
  }
}/* End custom CSS */