.elementor-2954 .elementor-element.elementor-element-a78f611{--display:flex;--margin-top:40px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-2954 .elementor-element.elementor-element-99bc7b0{--display:flex;}.elementor-2954 .elementor-element.elementor-element-3f1f1b4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 15px) 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2954 .elementor-element.elementor-element-dd578cc .elementor-heading-title{font-family:"Heading Font", Sans-serif;font-size:40px;font-weight:600;color:#3B3663;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2954 .elementor-element.elementor-element-825d204{font-family:"Body Font", Sans-serif;font-size:16px;font-weight:400;color:#3B3663;}@media(max-width:767px){.elementor-2954 .elementor-element.elementor-element-dd578cc .elementor-heading-title{font-size:30px;}}/* Start custom CSS for html, class: .elementor-element-3f1f1b4 */.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 6; /* Adjusted for better visibility */
  stroke-miterlimit: 10;
  stroke: #FF8B55; /* Updated stroke color */
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 100px; /* Set to 100px for total size */
  height: 100px; /* Set to 100px for total size */
  border-radius: 50%;
  display: block;
  stroke-width: 8;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #FF8B55;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 80; /* Adjusted stroke dash for the larger checkmark */
  stroke-dashoffset: 80;
  stroke-width: 4; /* Increased stroke width for bolder look */
  stroke: #fff;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.2, 1.2, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 50px #FF8B55; /* Adjusted for the new size */
    background-color: #FF8B55; /* Fill with background color */
  }
}




/* Media Query for max-width 767px */
@media (max-width: 767px) {
  .checkmark {
    width: 60px; /* Smaller size for smaller screens */
    height: 60px; /* Smaller size for smaller screens */
  }

  .checkmark__circle {
    stroke-width: 2; /* Keep thinner stroke for smaller size */
  }

  .checkmark__check {
    stroke-width: 3; /* Thinner checkmark on smaller screens */
    stroke-dasharray: 40; /* Adjusted for smaller checkmark */
    stroke-dashoffset: 40; /* Adjusted for smaller checkmark */
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-825d204 */.elementor-2954 .elementor-element.elementor-element-825d204 p{
    margin-bottom: 15px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-99bc7b0 */.elementor-2954 .elementor-element.elementor-element-99bc7b0{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 60px 40px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}/* End custom CSS */