.elementor-14250 .elementor-element.elementor-element-a32ed58{--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;}body.elementor-page-14250:not(.elementor-motion-effects-element-type-background), body.elementor-page-14250 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D0E3FF;}/* Start custom CSS for html, class: .elementor-element-1f3fae4 */.kba-hero-section,
.kba-hero-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.kba-hero-section {
  background: #d0e3ff;
  padding: 70px 0;
  width: 100%;
  overflow: hidden;
}

.kba-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.kba-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 50px;
  align-items: center;
}

.kba-badge {
  display: inline-block;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(222, 45, 45, 0.08);
  border: 1px solid rgba(222, 45, 45, 0.22);
  color: #de2d2d;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.kba-hero-title {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  font-weight: 800;
  margin: 0 0 22px;
  color: #17244d;
  max-width: 620px;
}

.kba-hero-title span {
  display: block;
  color: #de2d2d;
}

.kba-hero-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #697386;
  max-width: 620px;
  margin-bottom: 28px;
}

.kba-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.kba-stat-pill {
  background: #17244d;
  color: #ffffff;
  padding: 13px 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.kba-stat-pill strong {
  font-size: 17px;
  font-weight: 700;
  color: #ffd35a;
  margin-right: 6px;
}

.kba-small-note {
  font-size: 14px;
  line-height: 1.8;
  color: #697386;
  max-width: 540px;
  margin: 0 0 26px;
}

.kba-hero-btn-wrap {
  margin-top: 10px;
}

.kba-hero-btn {
  display: inline-block;
  background: #de2d2d;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 26px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.25s ease;
}

.kba-hero-btn:hover {
  background: #c62525;
  color: #ffffff;
}

.kba-book-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.kba-book-img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Tablet */
@media (max-width: 991px) {
  .kba-hero-section {
    padding: 60px 0;
  }

  .kba-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .kba-hero-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .kba-hero-title,
  .kba-hero-desc,
  .kba-small-note {
    max-width: 100%;
  }

  .kba-stat-row {
    justify-content: center;
  }

  .kba-book-img {
    max-width: 280px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .kba-hero-section {
    padding: 46px 0;
  }

  .kba-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .kba-hero-title {
    font-size: 38px;
  }

  .kba-hero-desc,
  .kba-small-note {
    font-size: 14px;
  }

  .kba-stat-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .kba-stat-pill {
    width: 100%;
    text-align: center;
  }

  .kba-hero-btn {
    width: 100%;
    text-align: center;
  }

  .kba-book-img {
    max-width: 220px;
  }
}
.kba-book-img {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
  object-fit: contain;
  transform: translateY(6px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7529add */.kba-ebook-form-section,
.kba-ebook-form-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.kba-ebook-form-section {
  width: 100%;
  padding: 70px 20px;
  background: #f3e3ff;
}

.kba-form-section-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kba-square-form-card {
  width: 100%;
  max-width: 540px;
  min-height: 540px;
  background: #ffffff;
  border-radius: 24px;
  padding: 34px 30px;
  border-top: 4px solid #de2d2d;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kba-square-form-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #17244d;
  text-align: center;
}

.kba-square-form-card > p {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.7;
  color: #697386;
  text-align: center;
}

.kba-form-group {
  margin-bottom: 14px;
}

.kba-form-group label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #17244d;
}

.kba-form-group input {
  width: 100%;
  height: 52px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background: #fafafa;
  padding: 0 16px;
  font-size: 14px;
  color: #17244d;
  outline: none;
  box-shadow: none;
  transition: 0.25s ease;
}

.kba-form-group input::placeholder {
  color: #b3b3b3;
}

.kba-form-group input:focus {
  border-color: #de2d2d;
  background: #ffffff;
}

#kbaSubmitBtn {
  width: 100%;
  min-height: 54px;
  border: none;
  border-radius: 12px;
  background: #de2d2d;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
  margin-top: 8px;
}

#kbaSubmitBtn:hover {
  background: #c62525;
}

#kbaSubmitBtn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.kba-form-secure {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  color: #8a93a2;
}

.kba-form-message {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

.kba-form-message.success {
  display: block;
  background: #edf9f0;
  color: #177245;
  border: 1px solid #bfe7ca;
}

.kba-form-message.error {
  display: block;
  background: #fff1f1;
  color: #c62828;
  border: 1px solid #f0c2c2;
}

@media (max-width: 767px) {
  .kba-ebook-form-section {
    padding: 46px 16px;
  }

  .kba-square-form-card {
    max-width: 100%;
    min-height: auto;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .kba-square-form-card h3 {
    font-size: 22px;
  }

  .kba-form-group input,
  #kbaSubmitBtn {
    height: 48px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c79b90 */.kba-cats-section {
  background: #1a2340;
  padding: 75px 0;
}

.kba-section-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 600;
  margin-bottom: 12px;
}

.kba-section-label-light {
  color: rgba(255, 255, 255, 0.55);
}

.kba-section-heading {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 34px;
  max-width: 720px;
}

.kba-section-heading-white {
  color: #ffffff;
}

.kba-section-heading em {
  color: #f9c74f;
  font-style: normal;
}

.kba-cats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.kba-cat-card {
  background: rgba(155, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
}

.kba-cat-icon {
  display: block;
  font-size: 26px;
  margin-bottom: 10px;
}

.kba-cat-name {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}

.kba-cat-count {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
}
.kba-cat-img {
  width: 150px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto 12px;
  display: block;
}

.kba-cat-highlight {
  grid-column: span 4;
  background: rgba(211, 47, 47, 0.14);
  border-color: rgba(211, 47, 47, 0.28);
}

@media (max-width: 991px) {
  .kba-cats-section {
    padding: 60px 0;
  }
  .kba-cat-img {
  width: 150px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto 12px;
  display: block;
}

  .kba-cats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .kba-cats-section {
    padding: 46px 0;
  }

  .kba-section-heading {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .kba-cats-grid {
    grid-template-columns: 1fr;
  }
  .kba-cat-img {
  width: 150px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto 12px;
  display: block;
}

  .kba-cat-highlight {
    grid-column: span 1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b91473e */.kba-how-section {
  background: #d0e3ff;
  padding: 75px 0;
}

.kba-section-label-dark {
  color: #6b7280;
}

.kba-section-heading-dark {
  color: #1a2340;
}

.kba-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.kba-step {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 26px 22px;
  height: 100%;
}

.kba-step-num {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  color: #c40e0e;
  margin-bottom: 14px;
}

.kba-step-title {
  font-size: 19px;
  font-weight: 700;
  color: #1a2340;
  margin-bottom: 8px;
}

.kba-step p {
  font-size: 14px;
  line-height: 1.75;
  color: #6b7280;
  margin: 0;
}

@media (max-width: 991px) {
  .kba-how-section {
    padding: 60px 0;
  }

  .kba-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .kba-how-section {
    padding: 46px 0;
  }

  .kba-steps-grid {
    grid-template-columns: 1fr;
  }

  .kba-step {
    padding: 22px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6b603a */.kba-who-section {
  background: #1a2340;
  padding: 75px 0;
}

.kba-who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.kba-who-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kba-who-list li {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.92);
  border-left: 4px solid #d32f2f;
  padding: 16px 18px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .kba-who-section {
    padding: 60px 0;
  }

  .kba-who-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .kba-who-section {
    padding: 46px 0;
  }

  .kba-who-list li {
    font-size: 14px;
    padding: 14px 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-345326b */.kba-cta-popup-section,
.kba-cta-popup-section *,
.kba-popup-overlay,
.kba-popup-overlay * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.kba-cta-popup-section {
  width: 100%;
  background: #eadcf7;
  padding: 70px 20px;
}

.kba-cta-popup-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.kba-cta-popup-heading {
  margin: 0 0 22px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.2;
  font-weight: 800;
  color: #17244d;
}

.kba-cta-popup-desc {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.8;
  color: #6f6f82;
}

.kba-cta-popup-btn {
  display: inline-block;
  min-width: 225px;
  background: #de2d2d;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.25s ease;
}

.kba-cta-popup-btn:hover {
  background: #c62525;
  color: #ffffff;
}

.kba-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 99999;
}

.kba-popup-overlay.active {
  display: flex;
}

.kba-popup-box {
  width: 100%;
  max-width: 560px;
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 24px 24px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  border-top: 4px solid #de2d2d;
}

.kba-popup-box h3 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.3;
  color: #17244d;
  text-align: center;
  font-weight: 700;
}

.kba-popup-box > p {
  margin: 0 0 20px;
  text-align: center;
  color: #697386;
  font-size: 14px;
  line-height: 1.7;
}

.kba-popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #17244d;
}

.kba-popup-group {
  margin-bottom: 14px;
}

.kba-popup-group label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #17244d;
}

.kba-popup-group input {
  width: 100%;
  height: 52px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 14px;
  background: #eef4ff;
  outline: none;
  box-shadow: none;
  color: #17244d;
}

.kba-popup-group input::placeholder {
  color: #94a3b8;
}

.kba-popup-group input:focus {
  border-color: #de2d2d;
  background: #ffffff;
}

.kba-popup-submit {
  width: 100%;
  min-height: 52px;
  border: none;
  border-radius: 12px;
  background: #de2d2d;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
  transition: 0.25s ease;
}

.kba-popup-submit:hover {
  background: #c62525;
}

.kba-popup-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.kba-popup-secure {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  color: #8a93a2;
}

.kba-popup-message {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

.kba-popup-message.success {
  display: block;
  background: #edf9f0;
  color: #177245;
  border: 1px solid #bfe7ca;
}

.kba-popup-message.error {
  display: block;
  background: #fff1f1;
  color: #c62828;
  border: 1px solid #f0c2c2;
}

@media (max-width: 767px) {
  .kba-cta-popup-section {
    padding: 46px 16px;
  }

  .kba-cta-popup-heading {
    font-size: 36px;
  }

  .kba-cta-popup-desc {
    font-size: 14px;
  }

  .kba-cta-popup-btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .kba-popup-box {
    padding: 26px 18px 20px;
    border-radius: 18px;
  }

  .kba-popup-box h3 {
    font-size: 24px;
  }

  .kba-popup-group input,
  .kba-popup-submit {
    height: 48px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7ab13e */.kba-ai-cta-section {
  width: 100%;
  min-height: 560px;
  background-image: url('YOUR-IMAGE-URL-HERE');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  border-radius: 0;
}

.kba-ai-cta-overlay {
  width: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 50px 70px;
  box-sizing: border-box;
}

.kba-ai-cta-content {
  max-width: 620px;
  width: 100%;
}

.kba-ai-cta-tag {
  display: inline-block;
  background: #0f2a67;
  color: #ffffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding: 14px 28px;
  border-radius: 10px;
  margin-bottom: 34px;
  line-height: 1;
}

.kba-ai-cta-content h2 {
  margin: 0 0 24px;
  font-size: 70px;
  line-height: 1.08;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1px;
}

.kba-ai-cta-content h3 {
  margin: 0 0 28px;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  color: #d0e3ff;
}

.kba-ai-cta-content p {
  margin: 0 0 38px;
  font-size: 27px;
  line-height: 1.55;
  font-weight: 400;
  color: #f3f8ff;
  max-width: 560px;
}

.kba-ai-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.kba-ai-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  padding: 20px 34px;
  text-decoration: none;
  border-radius: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.kba-ai-btn-primary {
  background: linear-gradient(180deg, #0d73ef 0%, #085cc8 100%);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.kba-ai-btn-primary:hover {
  background: linear-gradient(180deg, #0c66d4 0%, #084ead 100%);
  color: #ffffff;
  transform: translateY(-2px);
}

.kba-ai-btn-whatsapp {
  background: linear-gradient(180deg, #31c94e 0%, #22993b 100%);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.kba-ai-btn-whatsapp:hover {
  background: linear-gradient(180deg, #28b644 0%, #1f8535 100%);
  color: #ffffff;
  transform: translateY(-2px);
}
.kba-ai-cta-section {
  width: 100%;
  min-height: 560px;
  background-color: #c40e0e;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  border-radius: 0;
}
.ai-workshop-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-workshop-image img {
  width: 100%;
  max-width: 620px;
  height: auto;
  display: block;
}


/* Laptop / Tablet */
@media (max-width: 1200px) {
  .kba-ai-cta-section,
  .kba-ai-cta-overlay {
    min-height: 500px;
  }

  .kba-ai-cta-overlay {
    padding: 40px 50px;
  }

  .kba-ai-cta-content {
    max-width: 560px;
  }

  .kba-ai-cta-content h2 {
    font-size: 56px;
  }

  .kba-ai-cta-content h3 {
    font-size: 35px;
  }

  .kba-ai-cta-content p {
    font-size: 23px;
  }

  .kba-ai-btn {
    min-width: 210px;
    font-size: 20px;
    padding: 18px 28px;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .kba-ai-cta-section,
  .kba-ai-cta-overlay {
    min-height: 430px;
  }

  .kba-ai-cta-overlay {
    padding: 36px 34px;
  }

  .kba-ai-cta-content {
    max-width: 500px;
  }

  .kba-ai-cta-tag {
    font-size: 15px;
    padding: 12px 22px;
    margin-bottom: 22px;
  }

  .kba-ai-cta-content h2 {
    font-size: 44px;
    margin-bottom: 16px;
  }

  .kba-ai-cta-content h3 {
    font-size: 29px;
    margin-bottom: 18px;
  }

  .kba-ai-cta-content p {
    font-size: 19px;
    margin-bottom: 26px;
    max-width: 430px;
  }

  .kba-ai-cta-buttons {
    gap: 16px;
  }

  .kba-ai-btn {
    min-width: 180px;
    font-size: 18px;
    padding: 16px 24px;
  }
}
.ai-workshop-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-workshop-image img {
  width: 100%;
  max-width: 620px;
  height: auto;
  display: block;
}


/* Mobile */
@media (max-width: 767px) {
  .kba-ai-cta-section {
    min-height: auto;
    background-position: 68% center;
    border-radius: 18px;
  }

  .kba-ai-cta-overlay {
    min-height: auto;
    padding: 28px 20px 30px;
    background: linear-gradient(90deg, rgba(4, 43, 117, 0.86) 0%, rgba(9, 84, 194, 0.58) 48%, rgba(18, 129, 255, 0.12) 100%);
  }

  .kba-ai-cta-content {
    max-width: 100%;
  }

  .kba-ai-cta-tag {
    font-size: 13px;
    padding: 10px 16px;
    margin-bottom: 18px;
    border-radius: 8px;
  }

  .kba-ai-cta-content h2 {
    font-size: 31px;
    line-height: 1.14;
    margin-bottom: 12px;
    letter-spacing: 0;
  }

  .kba-ai-cta-content h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 14px;
  }

  .kba-ai-cta-content p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 22px;
    max-width: 290px;
  }

  .kba-ai-cta-buttons {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 220px;
  }

  .kba-ai-btn {
    width: 100%;
    min-width: 100%;
    font-size: 17px;
    padding: 14px 18px;
    border-radius: 10px;
  }
}
.ai-workshop-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-workshop-image img {
  width: 100%;
  max-width: 620px;
  height: auto;
  display: block;
}


/* Small Mobile */
@media (max-width: 480px) {
  .kba-ai-cta-section {
    background-position: 72% center;
  }

  .kba-ai-cta-overlay {
    padding: 24px 16px 26px;
  }

  .kba-ai-cta-content h2 {
    font-size: 27px;
  }

  .kba-ai-cta-content h3 {
    font-size: 20px;
  }

  .kba-ai-cta-content p {
    font-size: 15px;
    max-width: 250px;
  }

  .kba-ai-cta-buttons {
    max-width: 200px;
  }

  .kba-ai-btn {
    font-size: 16px;
    padding: 13px 16px;
  }
}
.ai-workshop-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-workshop-image img {
  width: 100%;
  max-width: 620px;
  height: auto;
  display: block;
}
/* ==== MOBILE IMAGE FIX ==== */
@media (max-width: 767px) {
  .kba-ai-cta-overlay {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .kba-ai-cta-content {
    max-width: 100%;
    width: 100%;
    order: 1;
  }

  .kba-ai-cta-content p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .kba-ai-cta-buttons {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-workshop-image {
    width: 90%;
    max-width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    order: 2;
    margin-top: 10px;
  }

  .ai-workshop-image img {
    display: block !important;
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
  }
}/* End custom CSS */