.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-astglobalcolor4 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.star-button {
      position: relative;
      display: flex;               /* Flexbox for centering */
      justify-content: center;     /* Horizontal center */
      align-items: center;         /* Vertical center */
      background-color: #377765;   /* Green background */
      color: white;
      border: none;
      padding: 14px 32px;
      font-size: 18px;
      border-radius: 8px;
      cursor: pointer;
      overflow: hidden;
      transition: background-color 0.3s ease;
      z-index: 0;
    }

    /* Star sits behind text */
    .star-button::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 125px;
      height: 125px;
      background-image: url("https://staging-78e2-samuelgearhart8058c787e9.wpcomstaging.com/wp-content/uploads/2025/09/home_news_goldstar.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transform: translate(-50%, -50%) scale(1) rotate(0deg);
      transition: transform 0.3s ease;
      opacity: 0.9;
      z-index: -1; /* Behind the text */
    }

    /* Hover effects */
    .star-button:hover {
      background-color: #1e7e34; /* Darker green */
    }

    .star-button:hover::before {
      transform: translate(-50%, -50%) scale(2.5) rotate(25deg);
    }
    
    
    ul.custom-list {
      list-style: none;   /* remove default bullets */
      padding: 0;
      margin: 0;
    }

    ul.custom-list li {
      margin-bottom: 12px;
      font-size: 1.2rem;
      line-height: 1.5;
      position: relative;
      padding-left: 28px; /* space for icon */
    }

    ul.custom-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 6px; /* align to top line */
      width: 24px;
      height: 24px;
      background: url("https://staging-78e2-samuelgearhart8058c787e9.wpcomstaging.com/wp-content/uploads/2025/09/blue-asterick-1.svg") no-repeat;
      background-size: 20px 20px;
    }/* End custom CSS */