.roi-calc-wrapper {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 10%;
}

@media (min-width: 760px) and (max-width: 1024px) {
    .roi-calc-wrapper{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 760px) {
    .roi-calc-wrapper{
        flex-direction: column;
    }
    .roi-calc-wrapper > div{
        width: 100%!important;
    }
}

@media (min-width: 1639px) {
    .roi-calc-wrapper{
       max-width:1498px;
       margin-left: auto;
       margin-right: auto;
    }
}



.roi-calc-content.roi-calc-left-content {
    width: 40%;
}

.roi-calc-content.roi-calc-right-content {
    width: 60%;
}

.calc-text-content{
    padding-right: 15%;
}

.form-outer {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.form-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: white;
    border-radius: 40px;
}


.final-roi-buttons-wrapper {
    display: flex;
    gap: 15px;
    justify-content: start;
    margin-top: 10%;
}

.form-results .final-roi-buttons-wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 10%;
    border-top: 1px solid var(--e-global-color-text);
    padding-top: 10%;
}

.roi-button {
    background: #fff !important;
    color: var(--e-global-color-text) !important;
    border: none !important;
    padding: .5rem 1rem;
    border-radius: 40px;
    text-decoration: none!important;
}

.roi-button.dark {
    background: var(--e-global-color-text) !important;
    color: #fff !important;
    border: none !important;
}

.final-roi-buttons-wrapper .outline-btn{
    border: 1px solid var(--e-global-color-primary);
    background: none;
    color: var(--e-global-color-primary);
    transition: all 0.2s ease;
}

.final-roi-buttons-wrapper .outline-btn:hover{
    border: 1px solid var(--e-global-color-primary);
    background: var(--e-global-color-primary);
    color: var(--e-global-color-text);
}

.slide-container {
    display: flex;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    align-items: center;
}

.slide {
    min-width: 100%;
    padding: 10% 10% 0;
    box-sizing: border-box;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.btn-container {
    margin-top: 8%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.indicatorNumberWrapper {
    margin-bottom: 8%;
    display: flex;
    justify-content: center;
    color: var(--e-global-color-text) !important;
}

.indicator {
    display: flex;
    justify-content: center;
    margin-top: 4%;
    margin-bottom: 4%;
}

.indicator-dot {
    width: 15px;
    height: 5px;
    background-color: #ccc;
    border-radius: 100px;
    margin: 0 5px;
    transition: all 1s ease-in-out;
}

.indicator-dot.active {
    background-color: var(--e-global-color-primary);
    width: 35px;
    transition: all 1s ease-in-out;
}

.roi-slide h3 {
    color: var(--e-global-color-text) !important;
    margin-bottom: 10%;
}



.roi-calc-wrapper h1 {
    line-height: 1em !important;
}

.roi-calc-wrapper h1 span {
    color: var(--e-global-color-primary) !important;
}

.roi-calc-wrapper select,
input[type='number'] {
    padding: 30px 20px;
    border-radius: 10px;
    align-self: center;
    width: auto;
    border-color: var(--e-global-color-text) ;
    text-align: center;
}

.roi-calc-wrapper input[type='number'] {
    width: 8rem;
}

.roi-calc-wrapper input[type='number']::after {
    content: '%';
}

.roi-calc-disclamer-content {
    margin-top: 10%;
}

.form-container .radios {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.roi-calc-wrapper .form-container .radio label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

.roi-calc-wrapper .form-container .radio input {
    position: absolute;
    left: -9999px;
}

.form-container .radio input:checked+span {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-text);
    border-color: var(--e-global-color-primary) !important;
}

.form-container .radio span {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 99em;
    transition: 0.25s ease;
    color: var(--e-global-color-text) !important;
    border: 1px solid var(--e-global-color-text) !important;
    white-space: nowrap;
}

.form-results {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-text);
    border-radius: 40px;
    padding: 10% 15%;
    text-align: center;
}

.wow-section{
    color: #fff;
    padding: 10% 15%;
    text-align: left;
}
@media (max-width: 760px) {
    .wow-section{
        padding: 0;
    }
}

.final-roi-value {
    font-size: 4rem;
    font-weight: bold;
}

.final-roi-heading {
    font-size: var(--e-global-typography-fa3bf34-font-size);
    line-height: var(--e-global-typography-fa3bf34-line-height);
    font-family: var(--e-global-typography-fa3bf34-font-family), lato;
    font-weight: normal;
}

.final-roi-heading span{
    color: var(--e-global-color-primary);;
}


.arrow-right::after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 17' style='width:10px; height:auto; transform:rotate(180deg);'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 8.5H1m0 0 7 7m-7-7 7-7'/%3E%3C/svg%3E");
    display: inline-block;
    width: 12px;
    height: 22px;
}


.arrow-left, .arrow-right{
    display: flex;
    gap:15px;
    align-items: center;
    transition: all 0.2s ease;
}

.arrow-left:hover, .arrow-right:hover{
    gap:20px;
}

.arrow-left::before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 17' style='width:10px; height:auto; transform:rotate(180deg);'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 8.5H1m0 0 7 7m-7-7 7-7'/%3E%3C/svg%3E");
    transform: rotate(180deg);
    display: inline-block;
    width: 12px;
    height: 22px;
  }

  .email-section,.contact-section{
    width: 100%;
    background: #fff;
    border-radius: 40px 40px 0 0;
    margin-bottom: -200px;
    padding-bottom: 300px;
    padding-top: 100px;
    color: var(--e-global-color-text);
  }



.the-fields{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        width: 100%;
}

@media (max-width: 760px) {
    .the-fields{
        display: block;
    }
}

  @media (max-width: 760px) {
    .email-section,.contact-section{
        border-radius: 20px 20px 0 0;
        margin-bottom: -200px;
        padding-bottom: 250px;
        padding-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
        width: 100vw;
        margin-left: -30px;
      }
  }

  @media (min-width: 1639px) {
    .final-roi-email-wrapper{
       max-width:1498px;
       margin-left: auto;
       margin-right: auto;
    }
}

.final-roi-email-wrapper h2{
    text-align: center;
 }

  
  .email-form-fields{
    display: block;
    margin-top: 30px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  @media (max-width: 760px) {
    .email-form-fields{
        width: 100%;
      }  
  }  

  .email-form-fields label{
    padding-left: 18px;
    margin-bottom: 10px;
  }  

  .email-form-fields span{
    width: 100%;
  }  

  @media (max-width: 760px) {
    .email-form-fields span{
        padding-top: 15px;
        display: block;
      }  
	
  }
 
 .email-form-fields input{
    border-radius: 50px;
    padding: 10px;
  }  
 

  @media (max-width: 760px) {
    .email-form-fields{
        flex-direction: column;
        align-items: start;
    }
    .email-form-fields span{
        width: 100%;
      }  
  }

  .email-form-fields .submit-form-btn{
    width:100%;
    text-align: center;
    display: block;
    margin-top: 25px;
  }

  .email-form-fields select{
    border-radius:100px;
    padding: 10px;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    background-color: rgb(255 255 255);
    background-image: url('/wp-content/uploads/Dropdown.svg') !important;
    background-repeat: no-repeat;
    background-position: center right 15px;
  }

  .email-form-fields select.error,.email-form-fields input.error {
    border-color: red;
  }

  .country-select.inside{
    width: 100%;
  }

  .country-list{
    z-index: 9999;
  }

  .country-select.inside .flag-dropdown:hover .selected-flag{
    background: none!important;
  }

  .final-roi-email-message-wrapper{
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .q-container{
    position: absolute;
    top: -50px;
    right: -50px;
    display: block;
    background: #fff;
    border-radius: 40px;
    padding: 30px;
    width: 400px;
    color: var(--e-global-color-text);
    box-shadow: -20px 20px 40px 0px rgba(15, 24, 55, 0.20);
    z-index: 10;
  }

  .q-tooltip{
    position: relative;
    display: block;
  }


  .q-mark{
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--e-global-color-text);
    border: 1px solid var(--e-global-color-text);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    cursor: pointer;
  }