.elementor-1786 .elementor-element.elementor-element-73581fe{--display:flex;--gap:0px 0px;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1786 .elementor-element.elementor-element-73581fe:not(.elementor-motion-effects-element-type-background), .elementor-1786 .elementor-element.elementor-element-73581fe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020101E6;}.elementor-1786 .elementor-element.elementor-element-73581fe, .elementor-1786 .elementor-element.elementor-element-73581fe::before{--border-transition:0.3s;}.elementor-1786 .elementor-element.elementor-element-7aad615d{--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;--background-transition:0.3s;--overlay-opacity:0.2;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-1786 .elementor-element.elementor-element-7aad615d::before, .elementor-1786 .elementor-element.elementor-element-7aad615d > .elementor-background-video-container::before, .elementor-1786 .elementor-element.elementor-element-7aad615d > .e-con-inner > .elementor-background-video-container::before, .elementor-1786 .elementor-element.elementor-element-7aad615d > .elementor-background-slideshow::before, .elementor-1786 .elementor-element.elementor-element-7aad615d > .e-con-inner > .elementor-background-slideshow::before, .elementor-1786 .elementor-element.elementor-element-7aad615d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}body.elementor-page-1786{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-1786:not(.elementor-motion-effects-element-type-background), body.elementor-page-1786 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;background-image:url("https://en.segretodetect.com/wp-content/uploads/2024/10/background.webp");}@media(max-width:767px){.elementor-1786 .elementor-element.elementor-element-7aad615d{--padding-top:0px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-1786 .elementor-element.elementor-element-7aad615d{--content-width:500px;}}/* Start custom CSS */.containeStep {
      width: 100%;
      max-width: 720px;
      margin: 0 auto;
      border-radius: 20px;
      padding: 0 15px 0;
    }
    
    .steps {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 10px;
    }

    .step {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #f6fffa;
      border: 1px solid #d9fdd3;
      border-radius: 16px;
      padding: 5px;
    }

    .step-number {
      width: 44px;
      height: 44px;
      min-width: 44px;
      border-radius: 999px;
      background: #25d366;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 19px;
      font-weight: 700;
      line-height: 1;
      flex-shrink: 0;
    }

    .step-content {
      min-width: 0;
    }

    .step-content h3 {
      font-size: 12px;
      color: #128c7e;
      font-weight: 700;
      margin-bottom: 4px;
      opacity: 0.9;
    }

    .step-content p {
      font-size: 15px;
      line-height: 1.45;
      color: #1f2d2a;
      font-weight: 600;
    }

    .cta-box {
      background: #eafaf1;
      border: 1px solid #c8f5d0;
      border-radius: 16px;
      padding: 16px;
    }

    .cta-box h2 {
      font-size: 22px;
      line-height: 1.2;
      color: #075e54;
      margin-bottom: 8px;
      text-align: center;
    }

    .cta-box .note {
      font-size: 14px;
      color: #4b5b57;
      line-height: 1.45;
      text-align: center;
      margin-bottom: 14px;
    }

    .field-group {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .phone-label {
      font-size: 13px;
      font-weight: 700;
      color: #075e54;
    }

    .iti {
      width: 100%;
    }

    .iti input {
      width: 100%;
      height: 56px;
      border: 1px solid #cfd8dc;
      border-radius: 14px;
      padding: 0 14px 0 56px !important;
      font-size: 16px;
      outline: none;
      transition: border-color 0.2s, box-shadow 0.2s;
      background: #fff;
    }

    .iti input:focus {
      border-color: #25d366;
      box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.14);
    }

    .iti__country-container {
      border-radius: 14px 0 0 14px;
    }

    .helper-text {
      font-size: 12px;
      line-height: 1.4;
      color: #5f6e69;
      min-height: 18px;
    }

    .error-text {
      font-size: 12px;
      color: #d93025;
      display: none;
    }

    .phone-button {
      margin-top: 10px;
      width: 100%;
      height: 52px;
      border: none;
      border-radius: 14px;
      background: #25d366;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      transition: 0.2s;
    }

    .phone-button:active {
      transform: scale(0.99);
    }

    .phone-button:hover {
      background: #1ebe5d;
    }

    @media (min-width: 768px) {
      .container {
        width: 50%;
        min-width: 360px;
      }
    }

    @media (max-width: 420px) {
      .container {
        padding: 14px;
        border-radius: 18px;
      }

      .step {
        align-items: flex-start;
      }

      .step-number {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 18px;
        margin-top: 1px;
      }

      .step-content p {
        font-size: 14px;
      }

      .cta-box h2 {
        font-size: 20px;
      }

      .iti input {
        height: 54px;
      }
    }

    @media (max-width: 420px) {
      .country-select {
        min-width: 118px;
        padding: 0 8px;
      }

      .phone-input {
        padding: 15px 10px;
      }
          }
          
          
            /* Trust Badges */
        .trust-section {
            margin-top: 0px;
            padding-top: 10px;
        }

        .trust-badges {
            display: flex;
            justify-content: center;
            gap: 24px;
            flex-wrap: wrap;
        }

        .trust-badge {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: #333333;
        }

        .trust-badge svg {
            width: 18px;
            height: 18px;
            color: #25D366;
        }
        
        .spy-btn svg {
    width: 22px;
    height: 22px;
        }
        
        
        .spy-btn {
    width: 100%;
    padding: 18px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
        }/* End custom CSS */