.elementor-142034 .elementor-element.elementor-element-9f4119a{--display:flex;}.elementor-142034 .elementor-element.elementor-element-1f4815d{--display:flex;}.elementor-142034 .elementor-element.elementor-element-e194e14{--display:flex;}.elementor-142034 .elementor-element.elementor-element-43ca18a{--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;}.elementor-142034 .elementor-element.elementor-element-dfa373c{--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-142034 .elementor-element.elementor-element-c0b3af4{--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-142034 .elementor-element.elementor-element-64fbc03{--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;}.elementor-142034 .elementor-element.elementor-element-4e60fad{--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-142034 .elementor-element.elementor-element-9d0f116{--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-142034 .elementor-element.elementor-element-dfa373c{--width:50%;}.elementor-142034 .elementor-element.elementor-element-c0b3af4{--width:50%;}.elementor-142034 .elementor-element.elementor-element-4e60fad{--width:50%;}.elementor-142034 .elementor-element.elementor-element-9d0f116{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-2e65b54 */<style>
  /* === Features Section Styles (ID: #features-section) === */

  #features-section {
    background-color: #ffffff;
    padding: 4rem 1rem;
  }

  #features-section .section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #2d3748;
    font-weight: 700;
  }

  #features-section .section-subtitle {
    text-align: center;
    font-size: 1.125rem;
    color: #718096;
    max-width: 700px;
    margin: 0 auto 2rem auto;
    line-height: 1.6;
  }

  #features-section .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
  }

  #features-section .feature-card {
    background-color: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  #features-section .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  }

  #features-section .feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  #features-section .feature-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #2b6cb0;
    font-weight: 600;
  }

  #features-section .feature-card p {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.5;
  }

  @media (max-width: 768px) {
    #features-section {
      padding: 3rem 1rem;
    }

    #features-section .features-grid {
      gap: 1.5rem;
    }

    #features-section .feature-card {
      padding: 1.5rem;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71108f1 */<style>
  /* === Template Selector Styles (ID: #template-section) === */

  #template-section {
    background-color: #ffffff;
    padding: 4rem 1rem;
  }

  #template-section .form-group {
    max-width: 800px;
    margin: 0 auto;
  }

  #template-section label {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
    text-align: center;
  }

  #template-section .template-.elementor-142034 .elementor-element.elementor-element-71108f1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
  }

  #template-section .template-option {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    background-color: #f7fafc;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  }

  #template-section .template-option:hover {
    border-color: #667eea;
    background-color: #edf2f7;
  }

  #template-section .template-option.selected {
    border-color: #667eea;
    background-color: #ebf4ff;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
  }

  #template-section .template-option strong {
    font-size: 1.1rem;
    color: #2b6cb0;
    display: block;
    margin-bottom: 0.25rem;
  }

  #template-section .template-option p {
    font-size: 0.95rem;
    color: #4a5568;
  }

  @media (max-width: 768px) {
    #template-section {
      padding: 3rem 1rem;
    }

    #template-section .template-.elementor-142034 .elementor-element.elementor-element-71108f1 {
      gap: 1rem;
    }

    #template-section .template-option {
      padding: 1rem;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c99399 */<style>
  /* === Live Preview Panel Styles (ID: #preview-section) === */

  #preview-section {
    background-color: #f8fafc;
    padding: 4rem 1rem;
  }

  #preview-section .preview-panel {
    max-width: 1000px;
    margin: 0 auto;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }

  #preview-section .preview-iframe {
    width: 100%;
    height: 600px;
    border: none;
  }

  @media (max-width: 768px) {
    #preview-section {
      padding: 3rem 1rem;
    }

    #preview-section .preview-iframe {
      height: 400px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf19ee4 */<style>
  /* === Live Preview Panel Styles (ID: #preview-section) === */

  #preview-section {
    background-color: #f8fafc;
    padding: 4rem 1rem;
  }

  #preview-section .preview-panel {
    max-width: 1000px;
    margin: 0 auto;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }

  #preview-section .preview-iframe {
    width: 100%;
    height: 600px;
    border: none;
  }

  @media (max-width: 768px) {
    #preview-section {
      padding: 3rem 1rem;
    }

    #preview-section .preview-iframe {
      height: 400px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c26fa6 */<style>
  /* === Live Preview Panel Styles (ID: #preview-section) === */

  #preview-section {
    background-color: #f8fafc;
    padding: 4rem 1rem;
  }

  #preview-section .preview-panel {
    max-width: 1000px;
    margin: 0 auto;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }

  #preview-section .preview-iframe {
    width: 100%;
    height: 600px;
    border: none;
  }

  @media (max-width: 768px) {
    #preview-section {
      padding: 3rem 1rem;
    }

    #preview-section .preview-iframe {
      height: 400px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9c800b */<style>
  /* === Live Preview Panel Styles (ID: #preview-section) === */

  #preview-section {
    background-color: #f8fafc;
    padding: 4rem 1rem;
  }

  #preview-section .preview-panel {
    max-width: 1000px;
    margin: 0 auto;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }

  #preview-section .preview-iframe {
    width: 100%;
    height: 600px;
    border: none;
  }

  @media (max-width: 768px) {
    #preview-section {
      padding: 3rem 1rem;
    }

    #preview-section .preview-iframe {
      height: 400px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78edab9 */<style>
  /* === Live Preview Panel Styles (ID: #preview-section) === */

  #preview-section {
    background-color: #f8fafc;
    padding: 4rem 1rem;
  }

  #preview-section .preview-panel {
    max-width: 1000px;
    margin: 0 auto;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }

  #preview-section .preview-iframe {
    width: 100%;
    height: 600px;
    border: none;
  }

  @media (max-width: 768px) {
    #preview-section {
      padding: 3rem 1rem;
    }

    #preview-section .preview-iframe {
      height: 400px;
    }
  }
</style>/* End custom CSS */