.elementor-2613 .elementor-element.elementor-element-d59b350{--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-2613 .elementor-element.elementor-element-5cb2bae{--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-2613 .elementor-element.elementor-element-0228c18{--grid-columns:4;}.elementor-2613 .elementor-element.elementor-element-0228c18 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-2613 .elementor-element.elementor-element-0228c18 .e-loop-item > .elementor-section, .elementor-2613 .elementor-element.elementor-element-0228c18 .e-loop-item > .elementor-section > .elementor-container, .elementor-2613 .elementor-element.elementor-element-0228c18 .e-loop-item > .e-con, .elementor-2613 .elementor-element.elementor-element-0228c18 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}@media(max-width:1024px){.elementor-2613 .elementor-element.elementor-element-0228c18{--grid-columns:2;}}@media(max-width:767px){.elementor-2613 .elementor-element.elementor-element-0228c18{--grid-columns:1;}}/* Start custom CSS for loop-grid, class: .elementor-element-0228c18 */@media (max-width: 767px) {

  .elementor-button {
    width: calc(100vw - 40px) !important; 
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw + 20px);
    margin-right: calc(-50vw + 20px);
    border-radius: 0; /* keep or remove as you prefer */
    text-align: center;
    background-color: #ECD35E;
  }

  .elementor-button-text {
    white-space: nowrap;
  }
}/* End custom CSS */
/* Start custom CSS */@media (max-width: 767px) {

  .elementor-button {
    width: calc(100vw - 40px) !important; /* full width minus 20px margin on each side */
    left: 50%;
    right: 50%;
    margin-left: 0px !important;
    margin-right: calc(-50vw + 20px);
    border-radius: 0; /* keep or remove as you prefer */
    text-align: center;
    background-color: #ECD35E;
  }

  .elementor-button-text {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .elementor-button1 {
    width: auto !important;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    border-radius: 50px; /* or whatever your default was */
    text-align: center;
    background-color: initial; /* or your previous background color */

    
  }

}

/* Desktop only (Elementor desktop breakpoint) */
@media (min-width: 1025px) {
  .elementor-button {
    width: calc(25vw) !important;    display: block;
    text-align: center;
  }
    .elementor-button {
    max-width: none !important;
    display: flex !important;     /* enable flexbox for alignment */
    justify-content: flex-start;  /* align icon + text to left */
    align-items: center;          /* vertical centering */
    text-align: left !important;
    padding-left: 20px;           /* space from left edge */
    box-sizing: border-box;
  }

  .elementor-button .elementor-button-text {
    white-space: nowrap;          /* prevent wrapping */
  }

}/* End custom CSS */