.elementor-5533 .elementor-element.elementor-element-c68d86e{--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-5533 .elementor-element.elementor-element-484b328c{--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-5533 .elementor-element.elementor-element-131cd1dd{--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;}/* Start custom CSS *//* Background colors */
    .bg-white { background: white; }
    .bg-gray-50 { background: #f9fafb; }
    .bg-purple-50 { background: #faf5ff; }
    .bg-purple-100 { background: #f3e8ff; }
    .bg-orange-50 { background: #fff7ed; }
    .bg-orange-100 { background: #ffedd5; }
    .bg-pink-50 { background: #fdf2f8; }
    .bg-pink-100 { background: #fce7f3; }
    .bg-gradient-purple-orange { 
      background: linear-gradient(135deg, #faf5ff, #fff7ed); 
    }

    /* Text colors */
    .text-purple-600 { color: #9333ea; }
    .text-orange-600 { color: #ea580c; }
    .text-pink-600 { color: #db2777; }
    .text-gray-600 { color: #6b7280; }
    .text-gray-700 { color: #374151; }

    /* Responsive */
    @media (max-width: 768px) {
      .hero h2 {
        font-size: 2rem;
      }
      .section-title {
        font-size: 2rem;
      }
    }/* End custom CSS */