html,body{
    background-color: #F5F5EE !important;
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(238,238,238,1) 100%) !important; */
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px !important;
    overflow-x: hidden;
    font-family: "Inter", Arial, sans-serif !important;
  }
  
  body{
    display: block !important;
    padding-bottom: 0;
    overflow-y: scroll;
  }

    
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  
  
  br {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  
  .body_container {
    transition: filter 0.75s ease-in-out;
    -webkit-transition: filter 0.75s ease-in-out;
  }
  
  .fade-in-ele {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.25s ease-out, transform 1s ease-out;
  }
  
  .fade-in-ele.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .border_div {
    position: relative;
  }
  
  .border_div svg {
    position: absolute;
    z-index: 100;
    display: block;
    height: 48px;
    bottom: -45px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-title {
    font-size: 5.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1f2937;
  }

  .section-title-large {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1f2937;
  }
  
  .section-subtitle {
    font-size: 2rem;
    color: #374151;
    /* max-width: 600px; */
    margin: 0 auto;
  }

  .section-subtitle-small {
    font-size: 14px;
    color: #F26522;
    max-width: 600px;
    margin: 0 auto;
  }

  /* Hero Section */
.hero {
    max-width: 1800px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }

  .hero .hero-container-clip {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #F0EEE6 20%, #e0ded4 90%);
    clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);

  }
  

  
  .hero_border_top_div {
    height: 48px;
    width: 377px;
    position: absolute;
    bottom: 0px;
    left: 1px;
  }
  
  .hero_border_top_div svg {
    left: 50%;
    transform: translateX(-50%);
    height: 48px;
    bottom: -44px;
  }
  
  /* Container */
  .hero .container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0;
  }
  
  /* Typography */
  .hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  
  .hero p {
    margin-bottom: 3rem;
    color: #374151;
    line-height: 1.2;
    text-align: left;
    font-weight: 600 !important;
  }
  
  .hero a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
  }

  .hero .section-subtitle-small {
    margin: 0 auto 16px auto;
    color: #a73500;
    max-width: 424px;
    font-weight: 100 !important;
  }
  
  
  .hero-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0rem;
    align-items: center;
    position: relative;
    z-index: 3;
    /* overflow: hidden; */
  }
  
  .hero-content {
    /* background: transparent; */
    /* background: linear-gradient(-72deg, #b96042 8%, #D97757 20%); */
    padding: 0 16px;
    border-radius: 0;
    position: relative;
    /* overflow: hidden; */
    /* background-color: #D97757; */
  }
  
  .hero-content::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 82%;
    border-radius: 50%;
    background: #F5F5EE url('data:image/svg+xml;utf8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="4" height="4" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.7" fill="white" opacity="0.08"/></pattern></defs><circle cx="240" cy="240" r="240" fill="url(%23grain)" /></svg>');
    opacity: 0.85;
    z-index: -1;
    pointer-events: none;
    filter: blur(32px);
  }
  
  
  .hero .hero-title {
    font-size: 4.8rem;
    font-weight: 700 !important;
    text-align: left;
    line-height: 1.13;
    margin: 0 auto 1rem auto;
    background: linear-gradient(156deg, #263345 48%, #893209 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 424px;
  }


  .gradient-text {
    /* background-image: linear-gradient(96deg, #1f2937 40%, #003a64 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-move 4s linear infinite alternate;
    background-size: 200% 100%; */
  }

  
  @keyframes gradient-move {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  
  .hero .hero-subtitle {
    font-size: 2.6rem;
    color: #485569;
    /* font-weight: bold !important; */
    line-height: 1.35;
    text-align: left;
    max-width: 416px;
    margin: 0 auto;
  }
  
  .hero-actions {
    display: flex;
    margin: 2rem auto 1rem auto;
    max-width: 420px;
  }
  
  .hero p.trial {
    margin: 0 auto;
    color: #4d2e05;
    color: #462904;
    color: #8f8a84;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    max-width: 420px;

  }

  .hero .btn {
    display: inline-flex;
    align-items: left;
    justify-content: left;
    text-align: left;
    padding: 10px 24px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease, background-position 0.5s ease;
    cursor: pointer;
    border: 2px solid transparent;
    white-space: nowrap;
    width: 80%;
    max-width: 300px;
    margin: 0;
    border-radius: 6px;
  }
  
  .hero .btn-primary {
    background: linear-gradient(135deg, #000 0%, #222 100%);
    background: #1f2937 url("../../assets/chevron-right-light-24px.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 17px) 49%;
    border: 2px solid #16202e;
    color: white;
    /* box-shadow: 0 4px 15px rgba(235, 16, 0, 0.4); */
    box-shadow: 0 4px 15px rgba(16, 16, 16, 0.2);
    user-select: none;
  }
  
  .hero .btn-primary:hover, .hero .btn-primary:focus {
    transform: translateY(-2px);
    /* box-shadow: 0 8px 25px rgba(235, 16, 0, 0.6); */
    box-shadow: 0 4px 15px rgba(16, 16, 16, 0.4);
    border: 2px solid #182436;
    background-color: #182436;
    background-position: calc(100% - 10px) 48%;
  }
  

  
  
  .hero-visual {
    position: relative;
    background-color: #D9775700;
    height: 100%;
    max-height: 500px;
    border-radius: 0;
    position: relative;
    padding: 0;
  }

  .hero-visual .hero-image {
    text-align: center;
    padding: 0;
  }

  .hero-visual .hero-image img {
    width: 100%;
    height: 600px;
    object-fit: contain;
    user-select: none;
    outline: none;
  }

  .hero-visual .hero-image .fore {
    opacity: 0;
    perspective: 1000px;
    transition: transform 0.05s ease-in, border 0.9s ease-in-out;
    transform-style: preserve-3d; /* Ensures that child elements (image, text) are also part of the 3D effect */
    cursor: pointer;
}


/* Styling the image inside the card */
.fore:not(.user-rotating):not(.auto-rotating) {
    transition: transform 0.75s ease-in-out, box-shadow 0.1s ease-in-out; 
  }

  .hero-visual .hero-image .bkg {
    opacity: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
  }
  
  .hero-visual .hero-image .fore.loaded {
    animation: hero-image-move 1.5s linear 1.15s forwards;
  }

  .hero-visual .hero-image .bkg.loaded {
    animation: hero-image-move 1.5s linear 1.15s forwards;
  }

  
  .hero-visual .hero-image .mesh.loaded {
    animation: hero-image-move2 1.5s linear 1.15s forwards;
  }


  .hero-visual .hero-image .mesh {
    position: absolute;
    width: 100%;
    width: 100%;
  }

  
  .reveal-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, transparent 40%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
    z-index: 3;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s;
    mix-blend-mode: multiply;
}

.image-wrapper:hover .reveal-circle {
    opacity: 1;
}

  
  
  @keyframes hero-image-move2 {
    0% {
        opacity: 1;
    }
    98% {
      opacity: 0;
  }
    100% {
        opacity: 1;
    }
  }

  @keyframes hero-image-move {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }

 



.benefits_div {
  position: relative;
  margin: 132px auto 0 auto;
  width: 80%;
  text-align: left;
}


.benefits_div_second .row .col-lg-12 {
  background: url("../../assets/victory_money.png");
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 140px;
}

.benefits_div ._icon {
  margin-bottom: -24px;
  /* pointer-events: none; */
  user-select: none;
  transform: translateX(0);
}

.benefits_div ._icon.gavel {
  transform: translate(-3px, 2px);
}
.benefits_div ._icon.safe {
  transform: translateX(-13px);
}

.benefits_div ._icon.auto {
  transform: translate(0, 1px);
}



.benefits_div ._icon svg path {
  /* transition: transform 0.5s ease, filter 1.25s ease; */
  /* filter: grayscale(16%); */
}

.benefits_div .col-lg-4:hover svg path {
  /* filter: grayscale(32%); */
}




.benefits_div h2 {
  font-weight: 600;
  color: #1f2937;
  line-height: 38px;
  max-width: 292px;
}

.benefits_div h4 {
  color: #374151;
  min-height: 94px;
  line-height: 28px;
  margin-top: 8px;
  padding: 0 8px 0 0;
  font-weight: 400;
}

.benefits_div_second h4 {
  min-height: 120px;
}

.benefits_div .benefits_pattern {
  height: 100px;
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
  /* background: rgba(242, 101, 34, 0.22) url('../../assets/bk_large_trans.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; */
}







.testimonial {
  position: relative;
  left: -0.5%;
  display: block;
  margin: 56px auto;
  padding: 40px 0;
  text-align: center;
  background: #eee;
  width: 101%;
  max-width: 1600px;
  /* border-top: 4px solid #1f2937; */
  /* border-bottom: 4px solid #1f2937; */
  transform: rotate(-3deg);
  /* background: linear-gradient(-72deg, #eee 0%, #c90 40%, #F26522 80%); */
  background: linear-gradient(140deg, #ddd 0%, #F5F5EE 25%, #eee 100%);
  /* background-size: 200% 200%; */
  /* animation: gradient-shift 6s ease infinite; */
}

@keyframes gradient-shift {
  0%, 100% {
    background-position: 70% 50%;
  }
  50% {
    background-position: 90% 30%;
  }
}


.testimonial-container {
  transform: rotate(3deg);
}


.testimonial-text {
  font-size: 29px;
  font-weight: 600;
  color: #1f2937;
  line-height: 38px;
  width: calc(49% - 16px);
  padding: 0;
  margin: 0 auto 16px auto;
  /* min-height: 342px; */
}

.testimonial-text .quote {
  color: #1f2937;
  font-size: 29px;
  line-height: 38px;
  font-weight: bold;
  font-family: sans-serif;
}

.testimonial-text em {
  font-style: normal;
  background: linear-gradient(180deg, rgba(204, 153, 0, 0.1) 29%, rgba(204, 153, 0, 0.2) 65%);
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
  /* color: #000; */
}


.testimonial .testimonial-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 2px;
}

.testimonial .testimonial-profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  outline: 2px solid #fff;
  user-select: none;
  pointer-events: none;
}
.testimonial .testimonial-profile div {
  vertical-align: middle;
  justify-content: center;
}

.testimonial .testimonial-profile h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  text-align: left;
  margin: 0;
}

.testimonial .testimonial-profile p {
  font-size: 15px;
  color: #ccc;
  width: 100%;
  text-align: left;
  margin: 0;
}










/* How It Works Section */
.how-it-works {
    padding: 8px 0;
    width: 100%;
    margin: 0 auto;
}

.how-it-works .section-title {
    color: #1f2937;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 8px;
}

.how-it-works .section-subtitle {
    color: #3f4b5e;
}

.how-it-works .section-subtitle-small {
    color: #d64502;
    font-size: 14px;
    font-weight: 600;
}

.how-it-works .container {
    width: 80%;
    max-width: 1600px;
    padding: 16px;
    margin: 0 auto;
    /* border: 3px solid #1f2937; */
    border-radius: 8px;
    /* background-color: #dad5c2;
    background-image: url("../../assets/file_type04.png"); */
    background-repeat: repeat;
    background-position: center center;
    background-size: 350px;
    /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2); */
}

.how-it-works .section-header {
    text-align: center;
    margin-bottom: 8rem;
  }

.steps-container {
    width: 100%;
    padding: 40px 32px;
    margin: 0 auto;
    /* background-color: #1f2937;
    background-image: url("../../assets/file_type.png"); */
    background-repeat: repeat;
    background-position: center center;
    background-size: 350px;
    transition: background-position 0.2s linear;
    background-attachment: scroll;
    will-change: background-position;
    border-radius: 6px;
    /* border: 3px solid #111;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.48); */
}

.step-row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
    margin-bottom: 0rem;
    padding: 1rem;
    border-bottom: 2px dashed #e0ded4bb;
    border-bottom: 2px dashed #2e3c5144;
}

.step-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.step-row.reverse {
    direction: rtl;
}

.step-row.reverse .step-content,
.step-row.reverse .step-media {
    direction: ltr;
}

.step-content {
    text-align: left;
    padding: 2rem;
}

.step-number {
    width: 60px;
    height: auto;
    background: transparent;
    color: #1f2937;
    border: none;
    display: flex;
    align-items: left;
    justify-content: left;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0rem;
    position: relative;
    /* text-shadow: 2px 2px 4px #1a2330; */
}

.step-number::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* .step-row:nth-child(1) .step-number::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 20'%3E%3Cpath d='M5,10 Q20,5 35,10 T65,10 Q75,15 75,10' stroke='%23F26522' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

.step-row:nth-child(2) .step-number::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 20'%3E%3Cpath d='M10,10 Q25,3 40,10 T70,10 Q75,8 75,10' stroke='%23F26522' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

.step-row:nth-child(3) .step-number::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 20'%3E%3Cpath d='M5,10 Q15,5 30,10 Q45,15 60,10 Q70,5 75,10' stroke='%23F26522' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

.step-row:nth-child(4) .step-number::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 20'%3E%3Cpath d='M10,10 Q20,3 35,10 Q50,17 65,10 Q75,7 75,10' stroke='%23F26522' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
} */

.step-title {
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    margin: 0 0 1rem 0;
    color: #1f2937;
    /* text-shadow: 2px 2px 4px #1a2330; */
}

.step-description {
    color: #1f2937;
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
    /* text-shadow: 2px 2px 4px #1a2330; */
}

.step-media {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.media-placeholder {
    width: 100%;
    max-width: 500px;
    height: 300px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #374151;
    position: relative;
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.21); */
    /* box-shadow: 6px 6px 2px #424b5972; */
    box-shadow: 6px 6px 2px #1a233032;
    backdrop-filter: blur(5px);
    /* overflow: hidden; */
    background: linear-gradient(360deg, #ccd5d822 0%, #DDDFE066 100%);
}

.media-placeholder .inner-media-placeholder {
    background-image:
    linear-gradient(90deg, transparent 23px, #d1e3f8 24px, transparent 25px),
    linear-gradient(180deg, transparent 23px, #d1e3f8 24px, transparent 25px),
    repeating-linear-gradient(90deg, transparent, transparent 24px, #d1e3f8 24px, transparent 25px),
    repeating-linear-gradient(180deg, transparent, transparent 24px, #d1e3f8 24px, transparent 25px),
    linear-gradient(90deg, transparent 23px, #e9ecef 23px, #e9ecef 25px, transparent 25px),
    linear-gradient(180deg, transparent 23px, #f8f9fa 23px, #f8f9fa 25px, transparent 25px);
  background-size: 48px 48px, 48px 48px, 48px 48px, 48px 48px, 48px 48px, 48px 48px;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
}

.step-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.media-placeholder::before {
    content: "";
    font-size: 3rem;
    color: #adb5bd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.media-placeholder img {
    position: relative;
    z-index: 1;
    object-fit: contain;
}

.step-media-upload .inner-media-placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
}

.file_drop_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 190px;
    margin: 0 auto 8px auto;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    -webkit-transition: padding 0.25s ease-in-out;
      -moz-transition:    padding 0.25s ease-in-out;
      -ms-transition:     padding 0.25s ease-in-out;
      -o-transition:      padding 0.25s ease-in-out;
      transition:         padding 0.25s ease-in-out;
      box-shadow: 0 4px 8px -3px #0001;
      cursor:grab;
  }
  
  .file_drop_area:hover {
    padding: 24px;
    /* background-color: #C9DBE2; */
    background-color: #E6EFF4;
    /* background-color: #f4fbff; */
  }

.inner_file_drop_area {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 6px;
    border: 2px dashed #ccc;
  }

  .file_drop_area:hover .inner_file_drop_area {
    border: 2px dashed #aaa;
  }

  
  .is-dragover .inner_file_drop_area {
    border-radius: 8px;
    border: 2px dashed #268BD2;
  }
  
 .inner_file_drop_area .file_upload {
    /* display: none; */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
  }
  
  
 .inner_file_drop_area .file_upload:focus {
    /* outline: none; */
  }
  
 .inner_file_drop_area div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 90%;
    padding: 50px 8px 0 8px;
    margin: 0 auto;
    text-align: center;
    background: transparent url('../../../assets/upload.png');
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 99;
    cursor: pointer;
    pointer-events: none;
    font-size: 16px;
  }
  
 .inner_file_drop_area div .choose {
    display: inline-block;
    color: #268BD2;
    padding: 8px 2px;
    cursor: pointer;
  }
  
 .inner_file_drop_area:hover .choose {
    text-decoration: underline;
  }
  
 .inner_file_drop_area div .drag_here {
    display: inline-block;
  }




  .step-media-signers {
    position: relative;
  }

  .step-media-signers .inner-media-placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
  }

  
.step-media-signers .handle {
    display: block;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 2px;
    width: 32px;
    height: 85%;
    background: transparent url('../../assets/handle.png');
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: move;
    opacity: 1;
    /* filter: brightness(1.69); */
  }

  .step-media-signers:hover > .handle {
    display: block;
    opacity: 1;
    filter: brightness(0.8);
  }

  .step-media-signers .handle:hover {
    opacity: 1;
    filter: brightness(0.9);
  }


.step-media-signers .block_container {
    position: relative !important;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    display: block;
    padding-bottom: 0;
    padding-top: 20px;
    border-right: 2px solid transparent;
    -webkit-transition: width 0.5s ease-in-out, height 0.35s ease-in-out;
    -moz-transition:    width 0.5s ease-in-out, height 0.35s ease-in-out;
    -ms-transition:     width 0.5s ease-in-out, height 0.35s ease-in-out;
    -o-transition:      width 0.5s ease-in-out, height 0.35s ease-in-out;
    transition:         width 0.5s ease-in-out, height 0.35s ease-in-out;
    
  }

  .step-media-signers .block_container.active {
    width: 85%;
    -webkit-transition: width 0.15s ease-in-out;
    -moz-transition:    width 0.15s ease-in-out;
    -ms-transition:     width 0.15s ease-in-out;
    -o-transition:      width 0.15s ease-in-out;
    transition:         width 0.15s ease-in-out;
  }
  
  
  .step-media-signers .block_container .block {
    cursor: auto;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 24px;
    width: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 12px -3px #0002;
    -webkit-transition: width 0.5s ease-in-out, height 0.35s ease-in-out;
    -moz-transition:    width 0.5s ease-in-out, height 0.35s ease-in-out;
    -ms-transition:     width 0.5s ease-in-out, height 0.35s ease-in-out;
    -o-transition:      width 0.5s ease-in-out, height 0.35s ease-in-out;
    transition:         width 0.5s ease-in-out, height 0.35s ease-in-out;
}

.step-media-signers .active .block {
    width: 100%;
    border: 2px solid #268BD2;
    -webkit-transition: border 0.75s ease-in-out;
    -moz-transition:    border 0.75s ease-in-out;
    -ms-transition:     border 0.75s ease-in-out;
    -o-transition:      border 0.75s ease-in-out;
    transition:         width 0.15s ease-in-out, border 0.75s ease-in-out;
}
  

.step-media-signers .tip {
    font-size: 12px;
    margin: 0 0 1px 1px;
}
  
.step-media-signers .tip span {
    color: palevioletred;
}



.step-media-signers input[type=text], .step-media-signers input[type=email] {
    padding: 12px 14px;
    margin: 0 0 8px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
    color: #000 !important;
    text-align: left !important;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 3px 8px -3px #0001;
  }
  .step-media-signers input:hover {
    border-color: #aaa;
  }

  .step-media-signers input:focus {
    border-color: #268BD2;
  }
  
  
  /* Dropdown */
  
  .step-media-signers .block_container .block_type_container {
      position: absolute;
      top: -14px;
      right: 0;
      -webkit-transition: right 0.35s ease-in-out;
      -moz-transition:    right 0.35s ease-in-out;
      -ms-transition:     right 0.35s ease-in-out;
      -o-transition:      right 0.35s ease-in-out;
      transition:         right 0.35s ease-in-out;
  }
  
  .step-media-signers .active .block_type_container {
      right: 0%;
      padding-left: 32px;
  }
  
  .step-media-signers .block_container .block_type_container .block_type_dropdown {
      position: relative;
      right: 0;
      color: #000;
      font-weight: bold;
      margin: 0;
      padding: 0px 16px 0px 1px;
      box-shadow: none;
      border-radius: 8px;
      transition: all ease-in-out 0.3s;
      background: transparent url('../../assets/dropdown_dark.png');
      background-size: 8px;
      background-repeat: no-repeat;
      background-position: right center;
      cursor: pointer;
      /* min-width: 120px; */
      max-width: 232px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      opacity: 1;
    }
  
  .step-media-signers .active .block_type_container .block_type_dropdown {
      opacity: 1;
      color: #666;
      font-size: 12px;
  }


  .step-media-signers .active .head_type_signer {
    background: url("../../assets/signature.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 8px center;
    /* filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(29deg) brightness(132%) contrast(103%); */
}

    .active .head_type_signer {
        opacity: 1;
    }


  .step-media-signers .block .signer_div_actions {
    position: relative;
    text-align: right;
    margin-top: 1px;
    padding: 3px 8px 8px 8px;
    border-top: none;
    height: 24px;
}

.step-media-signers .block .signer_div_actions .remove_signer {
    position: absolute;
    top: 4px;
    right: 36px;
    background: url("../../assets/delete_icon.png");
    background-size: 33px;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    opacity: 0.75;
}

.step-media-signers .block .signer_div_actions .remove_signer:hover {
    opacity: 1;
    filter: invert(49%) sepia(12%) saturate(1671%) hue-rotate(280deg) brightness(102%) contrast(77%);
}


.step-media-signers .block .signer_div_actions .more_options {
    position: absolute;
    top: 4px;
    right: 0px;
    background: url("../../assets/more.png");
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    opacity: 0.7;
}

.step-media-signers .block .signer_div_actions .more_options:hover {
    opacity: 1;
}




.client_info {
    position: relative;
    width: auto;
    display: inline-block;
    margin:0;
    vertical-align: middle;
    text-align: center;
    min-height: 24px;
  }
  
  .client_info .client_attached {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .client_info .client_activity {
    display: none;
    position: absolute;
    left: 40px;
    bottom: -16px;
    font-size: 10px;
    font-weight: normal;
    color: #888;
    padding: 0 0 0 19px;
    background: url("../../assets/activity.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    opacity: 0.9;
  }
  
  
  .client_info .client_name {
    position: relative;
    top: 0px;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
  }

  .client_info .client_attached .clients_list li .client_name {
    /* position: absolute;
    top: 2px !important; */
    display: block;
    font-size: 11px !important;
    color: #666;
    box-shadow: 0 4px 3px -3px #0003;
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 4px;
  
    /* position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    left: 0; */
    /* vertical-align: middle; */
    text-align: center;
    margin: 2px 1px 0 1px;
    padding: 1px 4px;
    height: auto;
    min-width: 40px;
    max-width: 80px !important;
  }
  
  .client_info li.client_signed .client_name {
    color: #1f2937 !important;
  }

  .client_info .client_name span {
    color: #999;
    font-size: 13px;
    margin-left: 8px;
    font-weight: normal;
  }
  
  
  .client_info .client_email {
    position: absolute;
    left: 40px;
    bottom: 0px;
    color: #444;
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
  }
  
  
  .client_info .client_avatar {
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 1px 0 1px 0;
    border-radius: 6px;
    border: 1px solid #666;
    object-fit: cover;
    color: #666;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    /* background: #f4f4f4; */
    background: #fff;
    opacity: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .client_info li.client_signed .client_avatar {
    border: 1px solid darkGreen;
    /* animation: weaveUpDown 4s ease-in infinite; */
  }

  .client_info li.client_signed .client_name {
    border: 1px solid green !important;
    /* animation: weaveUpDown 4s ease-in infinite; */
  }
  
  .client_signed_badge {
    position: absolute;
    bottom: 10px;
    right: -8px;
    width: 18px;
    height: 18px;
    background: transparent url("../../assets/signature.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-weight: bold;
    font-size: 8px;
    border-radius: 50%;
    /* border: 1px solid darkGreen; */
    padding: 0 4px;
    z-index: 9 !important;
    box-shadow: none;
    text-transform: uppercase;
    filter: invert(20%) sepia(100%) saturate(1500%) hue-rotate(120deg) brightness(60%) contrast(120%);
    animation: weaveUpDown 2s ease-in-out infinite;
    /* animation: shockwaveJump 1s ease-out infinite; */
    /* animation-iteration-count: 1; */
  }

  @keyframes weaveUpDown {
    0% {
      transform: rotate(0deg) translateY(0);
    }
    50% {
      transform: rotate(0deg) translateY(-3px);
    }
    100% {
      transform: rotate(0deg) translateY(0);
    }
  }
  
  
  
  
  .signers_bkg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    /* Small, disconnected dot markers, not a grid or crosses */
    /* background-image: radial-gradient(circle, #d8dbe1 1.5px, transparent 2.5px);
    background-size: 32px 32px;
    background-position: 0 0; */
  }

  /* Progress Client Container */
  .progress-client-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 100%;
  }

  /* Signer Progress Component */
  .signer-progress {
    display: flex;
    align-items: center;
    z-index: 10;
  }

  .signer-progress-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    z-index: 10;
  }

  .progress-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .milestone {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .milestone-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: #ddd;
    position: relative;
    z-index: 2;
  }

  .milestone-dot.completed {
    background-color: #4CAF50;
    border-color: #4CAF50;
  }

  .milestone-dot.mailed.completed {
    /* background-color: #2196F3;
    border-color: #2196F3; */
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 2;
    background: url("../../assets/send.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-28deg);
    filter: invert(49%) sepia(99%) saturate(749%) hue-rotate(176deg) brightness(80%) contrast(101%);
  }

  .milestone-dot.viewed.completed {
    background-color: #FF9800;
    border-color: #FF9800;
  }

  .milestone-dot.signed.completed {
    background-color: #4CAF50;
    border-color: #4CAF50;
    animation: shockwave 1s .5s ease-out infinite;
}

@keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0,0,0,0.15), inset 0 0 1px rgba(0,0,0,0.15);
  }
  95% {
    box-shadow: 0 0 50px rgba(0,0,0,0), inset 0 0 30px rgba(0,0,0,0);
  }
  100% {
    transform: scale(1.2);

  }
}

  .milestone-label {
    font-size: 12px;
    color: #1f2937;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
  }

  .progress-segment {
    width: 32px;
    height: 2px;
    background-color: #4CAF50;
    position: relative;
  }

  .progress-segment-awaiting {
    background-color: #ccc;
  }

  /* Adjust client_info positioning to accommodate progress on both sides */
  .signers_bkg .client_info {
    /* No longer needed - now part of flexbox container */
  }
  
  .client_info .client_avatar_eyes {
    overflow: hidden;
    border: 1px solid #aaa;
    /* box-shadow: 0 3px 5px -3px #F26522; */
    box-shadow: 0 3px 5px -3px #0008;
    /* opacity: 0.9; */
  }
  
  .client_info:not(.no_client):hover .client_avatar {
    animation: shockwaveJump 2s ease-out infinite;
    animation-iteration-count: 1;
    z-index: 999;
  }
  
  .client_info .client_avatar_eyes .eye_container {
    margin-top: 8px;
    width: 100%;
    /* background: #F26522;
    border: 1px solid red;
    border-left: 1px solid darkRed;
    border-right: 1px solid darkRed;
    border-bottom: 1px solid darkRed;
    border-radius: 4px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 4px 8px -3px #0009; */
  }
  
  .client_avatar_eyes .eye {
    position: relative;
    display: inline-block;
    /* border: 1px solid #444; */
    border: 1px solid #999;
    /* border-bottom: 2px solid darkRed; */
    border-bottom: 1px solid palevioletred;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background: #eee;
    /* box-shadow: 0 3px 4px -3px #000a; */
    /* transition: transform 0.1s ease-in;
    -webkit-transition: transform 0.1s ease-in; */
  }
  .client_avatar_eyes .eye:after { /*pupil*/
    position: absolute;
    bottom: 5px;
    right: 4px;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    content: " ";
  }
  
  .client_info .client_attached {
    text-align: center;
    /* border-left: 2px dotted #ddd; */
    /* padding-left: 4px; */
  }
  
  .client_info .client_attached .client_attached_inner {
    margin: 0;
    padding: 0;
    width: auto;
    max-width: calc(100% - 16px);
    height: auto;
    min-height: auto;
    display: inline-block;
    background: transparent;
    /* background: red; */
    /* border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
    border-right: 2px dotted #ccc; */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    /* border-radius: 8px; */
    /* box-shadow: 0 3px 8px -3px #0004; */
    /* box-shadow: 4px 3px 8px -3px #0002; */
    -webkit-transition: padding 0.25s ease-in-out;
      -moz-transition:    padding 0.25s ease-in-out;
      -ms-transition:     padding 0.25s ease-in-out;
      -o-transition:      padding 0.25s ease-in-out;
      transition:         padding 0.25s ease-in-out;
  }
  
  .client_info .client_attached .client_attached_inner:hover {
    /* padding: 4px 6px; */
    /* border-color: #bbb; */
    /* box-shadow: 4px 3px 8px -3px #0003; */
  }
  
  .client_info .client_attached .clients_list {
    list-style: none;
    border: none;
    padding: 0;
    margin: 0 auto;
    width: auto;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #ccc; */
    border-radius: 6px;
    /* background: #FDFDF8; */
    /* -webkit-transition: padding 0.25s ease-in-out;
      -moz-transition:    padding 0.25s ease-in-out;
      -ms-transition:     padding 0.25s ease-in-out;
      -o-transition:      padding 0.25s ease-in-out;
      transition:         padding 0.25s ease-in-out; */
  }
  
  .client_info .client_attached .clients_list li {
    position: relative;
    /* left: -8px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(98%/4);
    min-width: 48px;
    min-height: 42px;
    /* max-width: 80px; */
    /* height: 40px; */
    /* border: 1px solid #ccc;
    border-radius: 8px; */
    padding: 0;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    /* background: #FDFDF8; */
    /* box-shadow: 0 3px 4px -3px #0004; */
  }
  
  .client_info .client_attached .clients_list li:first-child {
    left: auto;
  }
  
  .client_info .client_attached .clients_list li:hover .client_avatar {
    border: 1px solid #268BD2 !important;
    /* border-top: 1px solid #268BD2 !important; */
  }
  
  .client_info .client_attached .clients_list li:hover .client_avatar_eyes {
    box-shadow: 0 3px 5px -3px #0009;
  }
  
  .client_info .client_attached .clients_list li:hover .client_name {
    border: 1px solid #268BD2 !important;
    box-shadow: 0 4px 4px -3px #0004;
  }
  
  .client_info .client_attached .clients_list li .live {
    display: none;
    position: absolute;
    top: -16px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  
  .client_info .client_attached .clients_list li.more_clients {
    position: relative;
    top: 1px;
    width: auto;
    min-width: 32px;
    width: calc((98%/4) - 16px);
    height: 40px;
    margin-left: 8px;
    border: none !important;
    border-radius: 50%;
    box-shadow: none;
    background: transparent;
    text-align: center;
  }
  
  
  .client_info .client_attached .clients_list li.more_clients p {
    font-size: 16px;
    font-weight: bold;
    color: #268BD2;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50% !important;
    transform: translateY(-50%);
    width: 100%;
    opacity: 0.8;
  }
  
  .client_info .client_attached .clients_list li.more_clients:hover p {
    opacity: 1;
  }
  
  .client_info .client_attached .clients_list li .client_avatar {
    /* top: -6px; */
    /* margin-top: -24px !important; */
    /* margin-bottom: -4px !important; */
    /* border-top: 1px solid #aaa !important; */
    opacity: 1 !important;
  }
  
 
  
  .client_info .client_attached .clients_list li .client_email {
    display: none;
    width: calc(100% - 48px) !important;
  }
  
  




  .document-page {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: url('../../assets/document-page.png') no-repeat center center;
    background-size: 100% 100%;
    /* background-image:
    linear-gradient(90deg, transparent 23px, #d1e3f8 24px, transparent 25px),
    linear-gradient(180deg, transparent 23px, #d1e3f8 24px, transparent 25px),
    repeating-linear-gradient(90deg, transparent, transparent 24px, #d1e3f8 24px, transparent 25px),
    repeating-linear-gradient(180deg, transparent, transparent 24px, #d1e3f8 24px, transparent 25px),
    linear-gradient(90deg, transparent 23px, #86cbfc 23px, #86cbfc 25px, transparent 25px),
    linear-gradient(180deg, transparent 23px, #67c0ff 23px, #67c0ff 25px, transparent 25px);
  background-size: 48px 48px, 48px 48px, 48px 48px, 48px 48px, 48px 48px, 48px 48px;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0; */
  }


  .page {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: calc(90% - 0px);
    background: transparent;
    backdrop-filter: blur(3px);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border: 2px solid #666;
    border-bottom: none;
    margin: 0 auto;
    padding: 16px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  }

  .field-element {
    position: absolute;
    background: rgba(0, 120, 255, 0.1);
    /* border: 2px solid #666C70; */
    border: 2px solid transparent;
    outline: 1px solid #444;
    border-radius: 1px;
    cursor: move;
    pointer-events: all;
    /* z-index: 9; */
    touch-action: none; /* Ensures better touch support */
    cursor: move; /* Shows move cursor everywhere */
    transition: opacity 0.15s;
    /* Mobile touch improvements */
    -webkit-tap-highlight-color: transparent; /* Remove tap highlight on mobile */
    -webkit-touch-callout: none; /* Disable callout on long press */
    -webkit-user-select: none; /* Disable text selection */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.field-element::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
      45deg,
      rgba(240, 232, 228, 0.15) 0px,
      rgba(240, 232, 228, 0.15) 8px,
      transparent 8px,
      transparent 16px
    );
}


.field-element .field-element-inner {
    width: 100%;
    height: 100%;
    filter: invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(40%) contrast(100%);
}


.field-element .resize-handle {
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    /* Mobile touch improvements */
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.field-element.active {
    display: block;
    border: 2px solid #000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 9;
}


.field-element-vertical-guideline,
.field-element-horizontal-guideline {
    position: absolute;
    background-color: #268BD2;
    pointer-events: none;
    z-index: 999999;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.field-element-vertical-guideline {
    width: 1px;
    height: 100%;
    /* box-shadow: 0 0 4px rgba(38, 139, 210, 0.5); */
}

.field-element-horizontal-guideline {
    width: 100%;
    height: 1px;
    /* box-shadow: 0 0 4px rgba(38, 139, 210, 0.5); */
}

.field-element-vertical-guideline.active,
.field-element-horizontal-guideline.active {
    opacity: 1;
}

.field-element.aligned {
    transition: box-shadow 0.2s ease-in-out;
    box-shadow: 0 0 9px rgba(38, 139, 210, 0.6);
}




.field-element.active .resize-handle {
    display: block;
}

/* Position the handles */
.field-element .resize-handle.top-left { 
    top: -5px; 
    left: -5px; 
    cursor: nw-resize; 
}
.field-element .resize-handle.top-right { 
    top: -5px; 
    right: -5px; 
    cursor: ne-resize; 
}
.field-element .resize-handle.bottom-left { 
    bottom: -5px; 
    left: -5px; 
    cursor: sw-resize; 
}
.field-element .resize-handle.bottom-right { 
    bottom: -5px; 
    right: -5px; 
    cursor: se-resize; 
}

.field-element .field-element-inner p {
    display: flex;
    align-items: center;
    /* color: #5e6267; */
    color: #000;
    font-weight: bold;
    padding: 1px 1px;
    margin: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    text-shadow: 0 0 1px #eee;
    overflow: hidden;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    user-select: none;
    filter: invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(40%) contrast(100%);
}

.field-element.type_signature .field-element-inner p {
  max-width: calc(100% - 8px);
  max-height: calc(100% - 8px);
}

.field-element.weight_normal .field-element-inner p {
    font-weight: 300;
}

.field-element.carlito .field-element-inner p {
  font-family: "Carlito", sans-serif;
  font-style: normal;
}

.field-element.type_signature .field-element-inner p {
    /* background: rgba(255, 120, 0, 0.1);
    border-color: #ff7800; */
    color: #5e6267;
    padding: 0 0 0 calc(0.5% + 28px);
    margin: 4px;
    background-image: url("../../assets/signature.png");
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 1% center;
  }

  .field-element.type_signature .field-element-inner::after {
    /* content: "Signature"; */
  }

  .field-element.type_initials .field-element-inner p {
    max-width: calc(100% - 8px);
    max-height: calc(100% - 8px);
  }

  .field-element.type_initials .field-element-inner p {
    color: #5e6267;
    padding: 0 0 0 calc(0.5% + 28px);
    margin: 4px;
    background-image: url("../../assets/initials.png");
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 1% center;
  }


  .field-element.type_checkbox .field-element-inner p{
    background-image: url("../../assets/checkbox_checked.png");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
  }
  
  .field-element.out_of_bounds {
    background-color: rgba(219, 112, 147, 0.5) !important;
    border-color: red !important;
  }












.e-signing {
    background-color: transparent;
    background-image: url("../../assets/file_type03.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 350px;
    transition: background-position 0.2s linear;
    background-attachment: scroll;
    will-change: background-position;
    margin-bottom: 80px;
}



/* Legally Binding Section */
.legally-binding {
    padding: 80px 0;
}

.legally-binding .container {
    width: 80%;
    padding: 0;

}

.legal-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0rem;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px;
    background-color: #dad5c2;
    background-image: url("../../assets/file_type04.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 350px;
    transition: background-position 0.2s linear;
    background-attachment: scroll;
    will-change: background-position;
    border-radius: 8px;
    border: 3px solid #1f2937;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.legal-image {
    width: 380px;
    height: 116% !important;
    /* border: 3px dashed #666; */
    padding: 16px 0;
    display: flex;
    justify-content: center;
    align-items: start;
    margin: 0 auto;
    /* background: #DAD5C233; */
    /* url("../../assets/signature.png"); */
    background-size: 32px;
    background-repeat: repeat;
    background-position: center;
    transform: translateX(-26px) rotate(16deg);
    /* background: linear-gradient(180deg, #1e2a3b 0%, #010b1e 55%); */
    /* overflow: hidden; */
}



.global_segment_globe {
    position: sticky;
    top: 100px !important;
    width: 380px;
    height: 380px !important;
    align-self: start;
    display: flex;
    /* backdrop-filter: blur(5px); */
    /* background-color: #1f2937; */
    /* background: linear-gradient(180deg, transparent 20%, #020F25 64%); */
    /* overflow: hidden; */
    border-radius: 0;
    flex: 1;
    z-index: 1;
    justify-content: center;
    align-items: center;
  }
  


#global_okaysend {
    position: relative !important;
    width: 380px;
    height: 380px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    border-radius: 8px;
  }

  
  #global_okaysend canvas {
    position: absolute;
    vertical-align: middle;
    left: 0%;
    cursor: grab;
    /* top: 50%;
    transform: translateY(-50%); */
    margin: 0;
    filter: saturate(1.15);
    /* outline: 1px solid red; */
  }



.legal-content {
    padding: 4rem 3rem;
    background-color: #1f2937;
    background-image: url("../../assets/file_type.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 350px;
    transition: background-position 0.2s linear;
    background-attachment: scroll;
    will-change: background-position;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(2px);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 2px solid #000;
    color: #eee;
}

.legal-content .section-subtitle-small {
    margin: 0 auto 0 auto;
    color: #d64502;
  }

.legal-content .section-title {
    /* font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1a1a1a; */
    color: #fff;
}

.legal-description {
    color: #eee;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1rem;
}

.legal-description-link {
  display: inline-block;
  margin-bottom: 4rem;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  padding-right: 28px;
  background: url("../../assets/chevron-right-light-24px.png");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 96% 55%;
  text-decoration: none;
  outline: none;
  transition: background-position 0.35s ease-in-out;
  filter: invert(51%) sepia(71%) saturate(2608%) hue-rotate(180deg) brightness(88%) contrast(84%);
}

.legal-description-link:hover {
  background-position: right 55%;
  text-decoration: none;
}

.legal-subtitle {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1rem;
    color: #eee;
}

.legal-regulations {
    list-style: none;
    margin-bottom: 2rem;
}

.legal-regulations li {
    padding: 1.2rem 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    border-bottom: 1px solid #dbdbdb;
}

.legal-regulations li:last-child {
    border-bottom: none;
}

.legal-regulations strong {
    color: #fff;
    font-weight: 600;
}

.legal-note {
    background: transparent;
    /* padding: 1.5rem; */
    /* border-radius: 12px; */
    /* border-left: 4px solid #F26522; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

.legal-note p {
    margin: 0;
    color: #ddd;
    font-size: 11px;
    line-height: 1.5;
}

.legal-note strong {
    color: #ddd;
}

/* Responsive Design for Legal Section */
@media (max-width: 768px) {
    .legal-layout {
        grid-template-columns: 1fr;
        gap: 0;
        text-align: center;
        margin: 0 auto;
      padding: 0;
    }

    .legal-visual {
        max-width: 300px;
        height: 250px;
    }

    .legal-content {
      padding: 4rem 2rem;
      border-radius: 0;
      margin: 0 auto;
    }
    
    .legal-content .section-title {
        font-size: 2rem;
    }
    
    .legal-description {
        font-size: 1.5rem;
        line-height: 28px;
        padding: 0 38px;
        margin: 0 auto 4px auto;
    }

    .legal-description-link {
      display: inline-block;
      margin-bottom: 2rem;
      background: transparent;
      padding: 0;
    }

    .legal-image {
      transform: translateX(0) rotate(0deg);
    }

    #global_okaysend {
      margin: 0 auto;
    }
}


  


/* Features Section */
.features {
    position: relative;
    margin: 0;
    padding: 80px 0 80px 0;
    background-color: #1f2937;
    
    /* opacity: 0.7; */
    z-index: 0 !important;
    /* clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%); */
    
  }
  
  
  .section-header {
    text-align: center;
    margin-bottom: 4rem;
  }
  
  .features .section-title-large {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
    color: #fff;
  }
  
  .features .section-subtitle {
    color: #ccc;
  }
  
  .section-subtitle-small {
    font-size: 14px;
    color: #F26522;
    max-width: 600px;
    margin: -1rem auto 0 auto;
  }
  
  .how-it-works .section-subtitle-small {
    margin: 0 auto 0 auto;
  }
  
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
  }

  .features .see_all_features {
    margin: 48px auto 0 auto;
    display: block;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 24px;
    color: #eee;
    text-align: center;
    border: 2px solid;
    max-width: 173px;
    border-radius: 4px;
    background-color: #243142;
    box-shadow: 0 5px 10px -3px #01102a;
    transition: all 0.3s ease
  }


  .features .see_all_features:hover {
    text-decoration: none;
    color: #fff;
    background-color: #29394f;
    box-shadow: 0 6px 12px -3px #000a1a;
    transform: translateY(-2px);
  }
  
  .feature-card {
    position: relative;
    padding: 0;
    border-radius: 8px;
    /* background: linear-gradient(198deg, #F0EEE6 20%, #e3dfd3 90%); */
    /* border: 1px solid #c8c4b7; */
    transition: all 0.3s ease;
    text-align: left;
  }
  
  .feature-card a {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    text-decoration: none;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    padding: 3rem 3rem 2rem 3rem;
  }
  
  .feature-card a:hover, .feature-card a:focus {
    text-decoration: none;
  }
  
  
  
  .feature-card * {
    z-index: 3 !important;
    position: relative;
  }
  
  .blurry {
    outline: 2px solid #01102a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
    margin: 0;
    z-index: 0 !important;
    display: block;
    background: #1b243028;
    background: linear-gradient(140deg, rgba(44, 57, 73, 0.45) 0%, rgba(24, 133, 244, 0.1) 25%, rgba(44, 57, 73, 0.45) 100%);
    backdrop-filter: blur(8px);
  }
  
  .feature-card:hover .feature-icon {
    transform: translateY(-4px);
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
    /* border-color: #f7b99c; */
  }
  
  .feature-icon {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    text-align: left;
    border-radius: 8px;
  }
  
  
  
  .feature-icon img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
    border: 1px solid #000917;
    opacity: 0.9;
    /* border-bottom: 2px solid #EF6027; */
  }
  
  
  .feature-card:hover .feature-icon {
    /* transform: scale(1.1);
    filter: drop-shadow(0 0 0.75rem #ffcbb4); */
  }
  
  .feature-title {
    font-size: 1.75rem;
    font-weight: 650;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #4B473C;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    color: #1f2937;
    color: #fff;
    line-height: 31px;
  }
  
  .feature-description {
    color: #67645c;
    font-size: 1.5rem;
    line-height: 1.5;
    text-decoration: none;
    color: #374151;
    color: #ccc;
    line-height: 23px;
    font-weight: 400;
    font-size: 16px;
    min-height: 72px;
  }
  
  .feature-link {
    display: inline-block;
    color: #268BD2;
    font-weight: 700;
    padding-right: 28px;
    /* background: url("../../assets/chevron-right-light-24px.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 96% center;
    text-decoration: none;
    transition: background-position 0.35s ease-in-out;
    filter: invert(51%) sepia(71%) saturate(2608%) hue-rotate(180deg) brightness(88%) contrast(84%); */
  }
  
  .feature-card a:hover .feature-link {
    color: #268BD2;
    background-position: right center;
  }


  .features .feature-link svg {
    stroke-width: 1.2px;
    fill: none;
    stroke: #268BD2;
  }
  
  .features .feature-link svg .arrowBody {
    display: none;
  }
  
  .features a:hover svg .arrowBody {
    display: block;
  }
  
  .features .feature-link svg .arrowHead {
  transition: 150ms cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  
  .features a:hover svg .arrowHead {
    display: block;
    transform: translateX(3px) !important;
  }
  
  
  
  

  

  
.carousel-section {
    position: relative;
    min-height: 400px;
    margin-top: 0;
    padding-top: 16px
  }
  
  .carousel-container {
      width: 100%;
      overflow: hidden;
      margin: 0;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 2;
  }
  
  .carousel-container h2 {
    z-index: 1 !important;
    color: #1f2937;
  }
  
  .carousel-container p {
    color: #D04200;
  }
  
  .carousel {
    margin-top: 40px;
    display: flex;
    width: max-content;
    animation: scroll 3550s linear infinite;
  }
  
  .carousel_div {
    position: relative;
    width: 100%;
  }
  
  .carousel_div::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 250px;
    border-radius: 50%;
    background: #F5F5EE url('data:image/svg+xml;utf8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="4" height="4" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.7" fill="white" opacity="0.08"/></pattern></defs><circle cx="240" cy="240" r="240" fill="url(%23grain)" /></svg>');
    /* background: #F5F5EE url('data:image/svg+xml;utf8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="4" height="4" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.7" fill="white" opacity="0.08"/></pattern></defs><circle cx="240" cy="240" r="240" fill="url(%23grain)" /></svg>'); */
    opacity: 1;
    z-index: 2;
    pointer-events: none;
    /* mix-blend-mode: soft-light; */
    filter: blur(20px);
  }
  
  
  .carousel_div::after {
    content: '';
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 250px;
    border-radius: 50%;
    background: #F5F5EE url('data:image/svg+xml;utf8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="4" height="4" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.7" fill="white" opacity="0.08"/></pattern></defs><circle cx="240" cy="240" r="240" fill="url(%23grain)" /></svg>');
    /* background: #fff url('data:image/svg+xml;utf8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="4" height="4" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.7" fill="white" opacity="0.08"/></pattern></defs><circle cx="240" cy="240" r="240" fill="url(%23grain)" /></svg>'); */
    opacity: 1;
    z-index: 2;
    pointer-events: none;
    /* mix-blend-mode: soft-light; */
    filter: blur(20px);
  }
  
  .logo-item {
      width: 116px;
      margin: 0 40px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .logo-item img {
      max-width: 100%;
      max-height: 100px;
      object-fit: contain;
      filter: grayscale(100%) brightness(40%);
  }
  
  @keyframes scroll {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(-100%);
      }
  }
  
  

  


.accordion-css__item {
  background-color: transparent;
  border-radius: .5em;
  padding-top: .875em;
  margin: 2px auto;
  list-style: none;
  position: relative;
  transition: all 1.3s ease;
  width: calc(49% - 16px);
  
}

.accordion-css__item:last-child {
  vertical-align: top;
}

.accordion-css__item.review_inline {
  display: inline-block;
  margin: 8px 8px;
}


.accordion-css__bg {
  width: 100%;
  height: calc(100% - 1.5em);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}


.accordion-css__item-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: .145em solid #1e779a;
  border: .24em solid #111;
  /* background-color: #53CCFB; */
  background-color: #1f2937;
  /* background: linear-gradient(180deg, rgba(239, 96, 39, 1) 20%, rgb(253, 114, 59) 80%); */
  background: linear-gradient(180deg, #1f2937 20%, #253040 85%);

  /* background-color: #EF6027; */
  cursor: pointer;
  border-radius: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 1em 1.5em;
  display: flex;
  position: relative;
  z-index: 100;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.25);
}

[data-accordion-status="active"] .accordion-css__item-top {
  box-shadow: 0 -4px 6px #00000026, 0 8px 14px rgba(0, 0, 0, 0.3);
}

.accordion-css__item-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
}

.accordion-css__item-icon {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  /* display: none; */
  /* background: rgba(70, 186, 232, 0.95); */
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  opacity: 1;
}

.accordion-css__item-icon-svg {
  /* width: 18px !important; */
  /* height: 29px; */
}

.accordion-css__item-top:hover .accordion-css__item-icon {
  transform: rotate(90deg);
}

[data-accordion-status="active"] .accordion-css__item-top .accordion-css__item-icon {
  transform: rotate(45deg);
  /* opacity: 0.6; */
}

[data-accordion-status="active"] .accordion-css__item-top:hover .accordion-css__item-icon {
  transform: rotate(135deg);
}



.accordion-css__item-icon-svg {
  width: 1em;
  position: relative;
}

.accordion-css__bg-svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  vertical-align: middle;
}

[data-accordion-status="active"] .accordion-css__item-bottom {
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s ease;
}

[data-accordion-status="not-active"] .accordion-css__item-bottom {
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;

}


[data-accordion-status="not-active"] .accordion-css__item-bottom-wrap {
  padding-top: 2.5rem;
}

[data-accordion-status="active"] .accordion-css__item-bottom-wrap {
  padding-top: 0.5rem;
}

.accordion-css__item-bottom-wrap {
  flex-flow: column;
  height: 100000%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-bottom {
  grid-template-rows: 0fr;
  display: grid;
  position: relative;
  overflow: hidden;
  padding-top: 18px;
  transition: transform 1.3s ease;
}

.accordion-css__item-bottom-content {
  /* padding-top: 1.5em; */
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}


.accordion-css__card {
  border-top-style: solid;
  border-top-width: .23em;
  border-top-color: #444;
  border-right-style: solid;
  border-right-width: .23em;
  border-right-color: #444;
  border-bottom-style: solid;
  border-bottom-width: .23em;
  border-bottom-color: #444;
  border-left-style: solid;
  border-left-width: .23em;
  border-left-color: #444;
  background-color: #fff;
  border-radius: 1em;
  margin-top: 1.5em;
  margin-bottom: -3.5em;
  padding: 2em 2em 4.4em 2em;
  position: relative;
  transform: translateY(0) rotate(-0.75deg);
  /* transform: translateY(-28px) rotate(0deg); */
  box-shadow: .375em .375em 0 0 #00000026;
  transition: transform 0.3s ease;
}

[data-accordion-status="not-active"] .accordion-css__card {
  transform: translateY(-28px) rotate(0deg);
}

.accordion-css__card video {
  width: 100%;
  border-radius: 5px;
  border: .24em solid #111;
  margin-top: 16px;
  cursor: pointer;
}



.faq {
  position: relative;
  display: block;
  margin: 40px auto 0 auto;
  padding: 0;
  width: 80%;
  text-align: left;
  display: grid;
  grid-template-columns:  1fr 1fr;
  gap: 3rem;
}

.faq .faq-grid {
  position: relative;
}


.faq .faq-grid .faq-more {
  position: absolute;
  width: auto;
  bottom: 8px;
  left: 8px;
  right: 8px;
  padding-left: 8px;
}

.faq .faq-grid .faq-more * {
  font-size: 1.6rem;
}

.faq .faq-grid .faq-more p {
  color: #374151;
}

.faq .faq-grid .faq-more h4 {
  font-size: 2rem;
  color: #1f2937;
}

.faq .faq-grid.qs {
  margin-top: 8px;
}


.faq .section-title {
  font-weight: bolder;
  color: #1f2937;
  line-height: 38px;
  margin: 16px 0 0 0;
  font-size: 58px;
  line-height: 60px;
}


.faq .accordion-css__item {
  background-color: transparent;
  border-radius: .5em;
  padding-top: .875em;
  margin: 8px auto;
  list-style: none;
  position: relative;
  transition: all 1.3s ease;
  width: 100%;
}

.faq .accordion-css__item {
  vertical-align: top;
}

.faq .accordion-css__item-h3 {
  color: #fff;
}

.content {
  font-size: 15px;  
}

.content ul {
  padding-left: 24px;
}






@media (max-width: 1300px) {
  .hero .btn {
    padding: 8px 16px;
    font-size: 14px;
    max-width: 264px;
  }

  .hero .btn-primary {
      background-position: calc(100% - 8px) 49%;
  }
}




.hamburger_icon, .hamburger_icon svg {
  display: none;
}

.nav_ul li.signin {
  display: none;
}


    
    @media (max-width: 1180px) {

      .hero-content {
        padding: 8px 8px 8px 36px;
      }

      .hero .hero-title {
        font-size: 4.4rem;
        line-height: 1.1 !important;
        margin-bottom: 0.5rem;
        text-align: left;
      }
      
      .hero .hero-subtitle {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 1.8rem;
        text-align: left;
      }       
      
      .benefits_div {
        width: 90%;
      }

      .benefits_div h4 {
        color: #000;
        min-height: 116px;
        line-height: 28px;
        margin-top: 0;
        padding: 0;
      }


      .legally-binding .container {
        width: 90%;
    }

    .legal-image {
      width: 370px;
      height: 98% !important;
      transform: translateX(-8px) rotate(0deg);
    }
    
  .global_segment_globe {
    position: sticky;
    top: 164px !important;
    width: 370px;
    height: 370px !important;
  }
      
     
  .how-it-works .container {
    width: 90%;
    padding: 16px 0;
 }

 .step-row {
  padding: 1rem 0;
 }


    .features-grid {
        grid-template-columns: 1fr 1fr 1fr;
      }

      .feature-title {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 0.4rem;
      }
      
      .feature-description {
        line-height: 21px;
        font-size: 14px;
        min-height: 84px;
      }

      .accordion-container {
        gap: 0;
        width: 90%;
      }
      
      .accordion-title {
        font-size: 21px;
        font-weight: 600;
        line-height: 31px;
      }
      
      .accordion-content {
        font-size: 16px;
      }

      .accordion-content p {
        line-height: 26px;
        font-weight: 400;
        font-size: 16px;
      }

      .card-section .container {
        width: 95%;
      }
      
     

      .faq {
        width: 90%;
      }

      .faq .faq-grid .faq-more p {
        color: #374151;
        line-height: 1.56;
      }

    }



    
    @media (min-width: 1000px) {
      .accordion-container {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
      }
    }
    


    @media (max-width: 964px) {
          
        .hero {
            padding: 16px 0 0 0;
          }

        .hero-container {
            grid-template-columns: 1fr 1.1fr;
        }

        .hero-content {
        padding: 16px 8px 40px 40px;
        }

        .hero .hero-title {
            font-size: 3.5rem;
            line-height: 1.1 !important;
            margin-bottom: 0.7rem;
            text-align: left;
          }
          
          .hero .hero-subtitle {
            font-size: 2rem;
            line-height: 1.4;
            margin-bottom: 1.8rem;
            text-align: left;
          }   

          .hero .section-subtitle-small {
            display: none;
          }


        .hero-visual .hero-image {
            height: 100%;
        }
        
        .hero-visual .hero-image img {
            height: 100%;
        }

        .hero .hero-actions {
          text-align: center;
          padding: 0;
        }
  
        .hero p.trial {
          
        }
      
        .hero .btn {
          margin: 0;
        } 



      .benefits_div {
        margin: 48px auto 48px auto;
        width: 94% !important;
      }

      .benefits_div h4 {
        /* min-height: 132px; */
        padding: 0;
      }

      .benefits_div h4 b {
        font-weight: normal !important;
      }
      
      
      .legally-binding .container {
        width: 92%;
    }

     
  .how-it-works .container {
    width: 98%;
    padding: 16px 0;
 }


      .testimonial {
        transform: rotate(0deg);
    }

    .testimonial-container {
        transform: rotate(0deg);
      }
      
      .testimonial-text {
        font-size: 20px;
        line-height: 28px;
        width: calc(70% - 16px);
      }

      
      .testimonial .accordion-css__item {
        width: calc(68% - 16px);
        
      }

      .testimonial-text .quote {
        font-size: 20px;
        line-height: 28px;
      }
  


      .accordion-container {
        gap: 0;
        width: 80%;
         margin: 40px auto 96px auto;
      }

      .faq-section {
        padding-top: 64px;
      }

      .accordion-title {
        flex: 1;
        font-size: 2.5rem;
        font-weight: 600;
        text-align: left;
        color: #1f2937;
      }
      
      .accordion-content p {
        margin: 0;
        color: #6b7280;
        color: #374151;
        line-height: 1.6;
        font-size: 2rem;
        font-weight: 400;
      }

    
        
        .features .section-subtitle {
            max-width: 600px;
        }

        .features-grid {
            grid-template-columns: 1fr 1fr;
        }
      
      
      

    }


    

    @media (max-width: 999px) {
      
      .faq-section {
        order: 1;
      }
    }






   


    

    @media (max-width: 772px) {
      

        

        .features {
            padding: 64px 0 80px 0;
        }
        

      .accordion-css__item {
        background-color: transparent;
        border-radius: .5em;
        padding-top: .875em;
        margin: 2px auto;
        list-style: none;
        position: relative;
        transition: all 1.3s ease;
        width: calc(90% - 16px);
      }

      

      .faq {
        grid-template-columns:  1fr;
      }

      .faq .faq-grid .faq-more {
        position: relative;
        width: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 16px 0 0 0;
      }

      .faq .faq-grid.qs {
        /* width: 80%;
        margin: 12px auto; */
      }

      .faq .accordion-css__item {
        margin: 12px auto;
        
      }
    }



    @media (max-width: 768px) {

      .hero-visual .hero-image img {
        pointer-events: none;
      }

      .hero .btn {
        max-width: 236px;
      }


      .benefits_div {
        padding: 36px 0 0 55px !important;
        margin: 0 auto 32px auto !important;
      }

            
    .benefits_div ._icon {
        margin-bottom: -32px;
        transform: translateX(2px);
    }

        
    .benefits_div ._icon.safe {
        transform: translateX(-14px);
    }
    
    .benefits_div ._icon.auto {
        transform: translateX(-1px);
    }
  

      .benefits_div .row {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
      }

      .benefits_div .col-md-4 {
        padding: 0;
      }

      .benefits_div h2 {
        max-width: 218px;
        font-size: 25px;
        font-weight: 600;
        color: #1f2937;
        line-height: 32px;
      }

      .benefits_div h4 {
        display: none;
      }

      .benefits_div h4 * {
        font-weight: normal !important;
      }


        
      .carousel-section {
        min-height: 320px;
      }
      

      .features .feature-card:last-child {
        display: none;
      }

    }
    

    
    @media (max-width: 450px) {
      .hero {
        padding: 0;
      }
      
      .hero-container {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 0rem;
      }

      .hero-content {
        padding: 48px;
      }

      .hero .hero-title {
        margin: 0 auto 0.5rem auto;
        max-width: 300px;
        text-align: center;
      }
      
      .hero .hero-subtitle {
        text-align: center;
      }

      .hero .btn {
        max-width: 235px;
        margin: 0 auto;
      }

      .hero p.trial {
        text-align: center;
        margin: 0 auto;
      }

      .hero-visual {
        padding: 0;
      }
      
      .hero-after {
        position: relative;
        min-height: 260px;
        margin-top: 40px;
        padding-top: 0
      }
      
      .benefits_div {
        padding: 0 8px 0 8px !important;
        margin: 40px auto -16px auto !important;
      }

      .benefits_div .col-lg-4 {
        margin-bottom: 1px;
      }

      .benefits_div h2 {
        text-align: center;
        margin: 0 auto 6px auto;
      }


      .benefits_div h4 {
        display: block;
        line-height: 24px !important;
        font-weight: 400;
        font-size: 16px !important;
        min-height: 40px;
        text-align: center;
        padding: 0 24px;
      }

      .benefits_div ._icon {
        position: relative;
        display: block;
        width: 100%;
        user-select: none;
        transform: none !important;
        text-align: center;
        margin: 0 auto -20px auto;
      }

      .benefits_div ._icon.safe svg {
        transform: translateX(18px);
        text-align: center;
      }



      

    .carousel-section {
      margin-top: 64px;
      margin-bottom: 40px;
        min-height: 100px;
    }

      .carousel-container {
        margin: 0;
        min-height: 240px;
    }

    .carousel_div {
      margin: 64px 0 0 0;
    }

    .carousel_div::before {
      width: 100px;
      height: 100px;
    }
    
    
    .carousel_div::after {
      width: 100px;
      height: 100px;
    }

    .carousel-container h2 {
      max-width: 400px;
      font-size: 31px;
      line-height: 42px;
      position: absolute;
      top: 16px;
      text-align: center;
    }

    .logo-item {
        width: 56px;
        margin: 0 20px;
      }


    
    .testimonial-text {
        width: calc(90% - 16px);
        font-size: 16px;
        line-height: 24px;
      }

      .testimonial-text .quote {
        font-size: 16px;
        line-height: 24px;
      }

      .testimonial .accordion-css__item {
        width: calc(90% - 16px);
      }

      .accordion-css__card {
        padding: 2em 1em 4.4em 1em;
    }
    

      .testimonial {
        padding-top: 16px;
        margin: 0 auto 0 auto;
        background: transparent;
        border: none;
        clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
      }

      .legal-image {
        transform: translateX(0) rotate(0deg);
        height: 100% !important;
        margin: 0 auto;
      }

      .legal-description {
        padding: 0;
        margin: 0 auto 4px auto;
    }


    .how-it-works .section-title {
      color: #1f2937;
      font-size: 3.5rem;
      line-height: 4.4rem;
      font-weight: 700;
      margin-bottom: 1rem;
      margin-top: 8px;
  }
  
  .how-it-works .section-subtitle {
      line-height: 2.8rem;
  }
  
    .how-it-works .container {
      width: 99%;
    }

    .steps-container {
      width: 100%;
      padding: 32px 10px;
    }

    .step-row {
      grid-template-columns: 1fr;
      gap: 0;
      margin-bottom: 0rem;
      padding: 1rem 0;
    }

    .step-row .step-content {
      order: 1;
      padding: 2rem 1rem 2rem 2rem;
    }

    .step-row .step-content * {
      /* text-align: center; */
    }

    .step-number {
      /* margin: 0 auto;
      align-items: center;
      justify-content: center; */
    }

    .step-description {
      padding: 0;
    }

    .step-media {
      padding: 1rem;
  }


 .features {
    position: relative;
    margin: 0;
    padding: 32px 0 48px 0;
  }

  .features .section-title-large {
    font-size: 32px !important;
    line-height: 45px;
    margin-bottom: 0.5rem;
    padding: 0 8px;
  }

  .features .section-subtitle {
    line-height: 24px !important;
    font-weight: 400;
    font-size: 16px !important;
    padding: 0 24px;
  }
  
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
  }

  .features .feature-card:last-child {
    display: block;
  }




      .accordion-container {
        width: 98%;
        margin: 40px auto 96px auto;
      }
      
      .accordion-icon {
        display: none;
      }


      
  
    .carousel-section {
        min-height: 100px;
    }
  
      .carousel-container {
        margin: 0;
        min-height: 240px;
    }

    .carousel_div {
      margin: 64px 0 0 0;
    }

    .carousel_div::before {
      width: 100px;
      height: 100px;
    }
    
    
    .carousel_div::after {
      width: 100px;
      height: 100px;
    }

    .carousel-container h2 {
      max-width: 400px;
      font-size: 31px;
      line-height: 42px;
      position: absolute;
      top: 16px;
      text-align: center;
    }

    .logo-item {
        width: 56px;
        margin: 0 20px;
      }

      .faq {
        width: 90%;
      }

      .faq .section-title {
        text-align: center;
        font-size: 32px !important;
        line-height: 42px;
      }

      .faq .faq-more {
        text-align: center;
      }

      .faq .faq-more p {
        padding: 0 24px;
      }
      

      .log_in, .sign_up {
        display: none;
      }

      .hamburger_icon {
        display: block;
        position: absolute;
        top: 12px;
        right: 0;
        padding: 6px 16px;
      }

      .hamburger_icon #open-menu-svg {
        display: block;
      }

      .header .header_bottom {
        padding: 0px 8px 0 8px;
        background-color: #F5F5EE;
        background-color: #FDFDF8;
        box-shadow: 0 5px 10px -3px #0005;
        height: 990px;
        top: 60px;
        right: -110%;
        position: absolute;
        -webkit-transition: right 0.45s;
        -moz-transition:    right 0.45s;
        -ms-transition:     right 0.45s;
        -o-transition:      right 0.45s;
        transition:         right 0.45s;
      }

      .nav_ul {
        /* display: none; */
        text-align: center;
        width: 100%;
        padding: 0 8px;
        margin: 0;
      }

      .nav_ul li.signin {
        display: block;
        /* border-top: 1px solid #ddd; */
      }

      .nav_ul li {
        display: block;
        margin: 0 0 0 0;
        padding: 0;
        font-weight: bold;
        font-size: 18px;
        width: 100%;
        text-align: left;
        background: url('../../assets/chevron-right-dark-24px.png');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 98% center;
        border-bottom: 1px solid #ddd;
      }

      .nav_ul li a {
        display: block;
        padding: 24px 8px !important;
        color: #444;
        width: 100%;
      }


      .main_div {
        top: 0;
        margin: 0 auto;
        height: calc(100% - 20px);
      }
      

    }





    @media (max-width: 390px) {

        .hero .hero-subtitle {
            padding-bottom: 0;
            margin-bottom: 0;
        }

       

        .custom_pricing_btn {
            max-width: 290px;
        }

      
        
        .carousel-container h2 {
            font-size: 24px;
            line-height: 34px;
            max-width: 300px;
          }

          .carousel_div {
            margin: 40px 0 0 0;
          }


          
        .legal-image {
          width: 100%;
        }

        .global_segment_globe {
          width: 100%;
          height: 340px !important;
        }


        #global_okaysend {
          position: relative !important;
          width: 100%;
          height: 340px !important;
        }
              
    }


    

    