.elementor-kit-8{--e-global-color-primary:#241E20;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F8E600;--e-global-typography-primary-font-family:"Prompt";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Prompt";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Prompt";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Prompt";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;background-color:#241E20;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:500ms;--e-preloader-animation:rubberBand;--e-preloader-animation-duration:1000ms;--e-preloader-delay:0ms;--e-preloader-max-width:300px;}.elementor-kit-8 e-page-transition{background-color:#241E20;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.agreement-wrapper {
      max-width: 900px;
      margin: 0 auto;
      background: #ffffff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,.08);
    }

    .agreement-title {
      font-size: 1.4rem;
      margin: 0 0 1rem;
      text-align: center;
      line-height: 1.4;
    }

    .agreement-section {
      margin-bottom: 2rem;
    }
 
    .agreement-section-title {
      font-size: 1.1rem;
      margin-top: 1.5rem;
      border-left: 4px solid #FFF100;
      padding-left: 10px;
      line-height: 1.3;
    }

    .agreement-paragraph {
      font-size: 0.80rem;
      text-align: justify;
      margin: 0.5rem 0;
      font-weight:200 !important;
    }

    .agreement-list {
      margin-left: 1.2rem;
      margin-top: 0.5rem;
      font-weight:200 !important;
    }

    .agreement-list-item {
      margin-bottom: 0.5rem;
      font-size: 0.80rem;
      text-align: justify;
    }

    /* ------------------------------------
       Tablet (min-width: 600px)
    -------------------------------------*/
    @media (min-width: 600px) {
      body.agreement-body {
        padding: 25px;
      }

      .agreement-wrapper {
        padding: 28px 32px;
      }

      .agreement-title {
        font-size: 1.6rem;
      }

      .agreement-section-title {
        font-size: 1.25rem;
      }

      .agreement-paragraph,
      .agreement-list-item {
        font-size: 12px !important;
      }
    }

    /* ---------------------------------------
       Desktop (min-width: 900px)
    ----------------------------------------*/
    @media (min-width: 900px) {
      .agreement-title {
        font-size: 1.8rem;
      }

      .agreement-section-title {
        font-size: 1.35rem;
      }

      .agreement-paragraph,
      .agreement-list-item {
        font-size: 1.05rem;
      }

      .agreement-wrapper {
        padding: 40px;
      }
    }
/* Remove default checkbox */
input[type="checkbox"] {
  position: relative;
  width: 28px;
  height: 28px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 3px solid #f5c400; /* yellow */
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
  vertical-align: middle;
  margin-right:10px;
}

/* Hover */
input[type="checkbox"]:hover {
  border-color: #ffd83b;
  box-shadow: 0 0 8px rgba(255, 204, 0, 0.5);
}

/* Checked state */
input[type="checkbox"]:checked {
  background-color: #ffd83b;
  border-color: #eab600;
}

/* Checkmark styling */
input[type="checkbox"]:checked::after {
  content: "✔";
  color: #000;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
  font-weight: bold;
}

/* Make bigger on mobile for touch-friendly use */
@media (max-width: 768px) {
  input[type="checkbox"] {
    width: 32px;
    height: 32px;
  }
}/* End custom CSS */