.elementor-7624 .elementor-element.elementor-element-c85a0fd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-7624 .elementor-element.elementor-element-580ab38{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:20px 50px;--row-gap:20px;--column-gap:50px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#061751;--border-color:#061751;--border-radius:60px 60px 60px 60px;--padding-top:25px;--padding-bottom:25px;--padding-left:40px;--padding-right:40px;}.elementor-7624 .elementor-element.elementor-element-580ab38:not(.elementor-motion-effects-element-type-background), .elementor-7624 .elementor-element.elementor-element-580ab38 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#040E31;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );}.elementor-7624 .elementor-element.elementor-element-b93cde5 img{width:120px;height:40px;}.elementor-7624 .elementor-element.elementor-element-36443af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:70px 70px 0px 0px;--margin-top:0px;--margin-bottom:080px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-7624 .elementor-element.elementor-element-36443af:not(.elementor-motion-effects-element-type-background), .elementor-7624 .elementor-element.elementor-element-36443af > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020920;background-image:url("https://strivo.co/wp-content/uploads/2025/05/bg-ellipse.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-7624 .elementor-element.elementor-element-f0a1c01 > .elementor-widget-container{padding:50px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-7624 .elementor-element.elementor-element-b93cde5 img{width:100px;height:auto;}.elementor-7624 .elementor-element.elementor-element-36443af{--padding-top:0px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-7624 .elementor-element.elementor-element-c85a0fd{--width:90%;}.elementor-7624 .elementor-element.elementor-element-36443af{--content-width:1440px;}}@media(max-width:1024px) and (min-width:768px){.elementor-7624 .elementor-element.elementor-element-c85a0fd{--width:95%;}}@media(max-width:767px){.elementor-7624 .elementor-element.elementor-element-580ab38{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-7624 .elementor-element.elementor-element-b93cde5 img{width:90px;}.elementor-7624 .elementor-element.elementor-element-36443af{--border-radius:30px 30px 0px 0px;--padding-top:0px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-36443af */.elementor-7624 .elementor-element.elementor-element-36443af {
    overflow: hidden;
}/* End custom CSS */
/* Start custom CSS */.page-content {
    overflow: hidden
}

body.elementor-page-7624 #calculator {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    max-width: 700px;
    margin: auto;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 40px;
}

#popupForm .field-row {
    display: flex;
    gap: 20px;
}

#popupForm .field-row .form-field {
    width: 50%;
}
body.elementor-page-7624 #calculator .progress-bar {
    width: 100%;
    max-width: 550px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Urbanist', Sans-Serif;
}

body.elementor-page-7624 #calculator .progress-bar span { 
    width: 100px;
}

body.elementor-page-7624 #calculator .line-bar {
  width: 100%;
  height: 4px;
  background-color: #314073;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

body.elementor-page-7624 #calculator .line-fill {
  width: 50%;
  height: 100%;
  background-color: #FFCC00;
}

body.elementor-page-7624 #calculator.step2 .line-fill {
    width: 100%;
}


#popupForm h2,
body.elementor-page-7624 #calculator h4 {
    font-family: 'Urbanist', Sans-Serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
}

#popupForm label,
body.elementor-page-7624 #calculator label {
    font-family: 'Urbanist', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffcc00;
    margin-bottom: 10px;
}

#popupForm  .form-field,
body.elementor-page-7624 #calculator .form-field {
    font-family: 'Urbanist', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 25px;
}

#popupForm  input,
#popupForm  select,
body.elementor-page-7624 #calculator input[type=text] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
    border-radius: 100px;
    font-size: 16px;
    font-family: 'Urbanist', Sans-Serif;
    font-weight: 400;
    line-height: 150%;
    padding: 10px 20px;
    color: #fff;
    border: 0px;
}

body.elementor-page-7624 #calculator .revenue-input-container input {
    padding-left: 32px;
}

#popupForm .field-rows {
    display: flex;
    gap: 20px;
}

#popupForm input::placeholder,
body.elementor-page-7624 #calculator input[type=text]::placeholder {
    font-size: 16px;
    font-family: 'Urbanist', Sans-Serif;
    font-weight: 400;
    line-height: 150%;
    color: #C8D0EC;
}

#popupForm select {
    -webkit-appearance: none;
    background: url(https://strivo.co/wp-content/uploads/2025/05/select-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
}

body.elementor-page-7624 #calculator .dollar-wrapper {
    position: relative;
}

body.elementor-page-7624 #calculator .dollar-wrapper .dollar-sign {
    position: absolute;
    top: 11px;
    left: 22px;
}

body.elementor-page-7624 #calculator .button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

#popupForm button:hover,
body.elementor-page-7624 #calculator .button-wrapper button:hover {
    background-color: #061751;
    color: #FFFFFF;
}

body.elementor-page-7624 #calculator .button-wrapper  button#nextStep::after {
    content: " >";
    padding-left: 15px;
}

#popupForm span.error,
body.elementor-page-7624 #calculator span.error {
    color: #ff2100;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    padding-left: 22px;
}

#popupForm {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 24px;
    border-radius: 16px;
    position: absolute;
    top: -100px;
    z-index: 9;
    margin: 0 auto;
    max-width: 750px;
    left: calc(50% - 360px);
}

#userInfoForm {
    display: flex;
    flex-direction: column;
}

.modal-content .close {
        color: #8893B8;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 40px;
    font-family: "Urbanist", sans-serif;
}


#results {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    max-width: 700px;
    margin: auto;
    border-radius: 16px;
    padding: 40px;
    gap: 40px;
}

#results h2 {
    font-family: 'Urbanist', Sans-Serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
}

.result-box {
    font-family: "Urbanist", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;

}

.result-value {
    font-weight: 600;
}

#popupForm button,
body.elementor-page-7624 #calculator .button-wrapper button,
.consultation-button,
#calculateAgain {
    background: #FFCC00;
    border-radius: 999px;
    border: 0px;
    padding: 15px 30px;
    font-family: "Instrument Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #262626;
    margin: auto;
}

#calculateAgain:hover,
.consultation-button:hover {
    background-color: #061751;
    color: #FFFFFF;
}
.button-wrapper {
    display: flex;
    gap: 20px;
}/* End custom CSS */