#results-cont{
        font-family:inter;
}

#results-cont h2{

font-weight:400;

}

.eb-helper-content {
    white-space: pre-line;
}
.e-slide{padding:40px}
.e-slide .eb-question-options input[type=text],
.e-slide .eb-question-options input[type=number]
{
    width:40%;
}

#eForm{
	
	max-width:100%
}

.center-col{
	float:none;
	margin:0 auto;
}
.center-text{
    text-align:center;
}

.e-header{

	margin-bottom:30px;
    margin-top:25px;
}

.estimator-item {
    position: relative;
    margin-bottom:15px;
}

.estimator-item img {
    width: 100%;
    display: block;

}

.estimator-checkbox {
    position: absolute;
    right: 40px;
    z-index: 999;

    width: 24px;
    height: 24px;

    appearance: none;
    -webkit-appearance: none;

    border: 2px solid #fff;
    border-radius: 50%;

    background: transparent;
    cursor: pointer;
}

.estimator-checkbox:checked {
    background: transparent;
    border-color: #82e04c;
}

.estimator-checkbox:checked::before {
    content: "✓";
    color: #82e04c;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -1px;
    left: 2px;
}

.estimator-checkbox:focus,
.estimator-checkbox:active {
    outline: none !important;
    box-shadow: none !important;
}


.estimator-overlay {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 10px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.e-title {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.header-estimate{text-align:center}

.e-steps{text-align:right}

.sub-text{font-weight:200; color:#7d7d7d}

.tab {
  display: none;
}


.next-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 10px 22px 10px 12px;

    background: linear-gradient(
        90deg,
        #d89a72,
        #c97c48
    );

    border: none;
    border-radius: 999px;

    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;

    cursor: pointer;

    transition: 0.3s ease;
    float:right;
    margin-top:20px;
}

.next-btn:hover {
    transform: translateY(-2px);
}

.arrow-circle {
    width: 40px;
    height: 40px;

    background: #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.btn-text {
    line-height: 1;
}


.prev-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 10px 22px 10px 12px;

    background: linear-gradient(
        90deg,
        #d89a72,
        #c97c48
    );

    border: none;
    border-radius: 999px;

    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;

    cursor: pointer;

    transition: 0.3s ease;
    margin-top:20px;
}

.prev-btn:hover {
    transform: translateY(-2px);
}

.arrow-circle {
    width: 40px;
    height: 40px;

    background: #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.btn-text {
    line-height: 1;
}


.eb-question-title{
	text-transform:uppercase;
	font-weight:300;
}

.eb-question-options{

	margin-left:40px;
	font-weight:200;
}

.estimator-radio {
    width: 28px;
    height: 28px;

    flex-shrink: 0;

    appearance: none;
    -webkit-appearance: none;

    border: 3px solid #000;
    border-radius: 50%;

    background: #fff;

    cursor: pointer;

    position: relative;

    outline: none;
}

.estimator-radio:checked {
    background: transparent;
    border-color: #82e04c;
}

.estimator-radio:checked::before {
    content: "✓";

    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    color: #82e04c;

    font-size: 18px;
    font-weight: bold;
}

.estimator-radio:focus,
.estimator-radio:active {
    outline: none !important;
    box-shadow: none !important;
}


.eb-question-options {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.eb-option-label {
    display: flex;
    align-items: center;
    gap: 14px;

    cursor: pointer;

    font-size: 20px;
    font-weight: 200;

    margin: 0;
}

.eb-project-question{

	margin-bottom:70px
}

#estimator-slider{

	background-color: #f7f7f7;
	padding: 60px;

}

.inner_button{

	border:none;
	color:#b87a3f;
	font-size:50px;
    background-color:transparent;
}

.inner_button.next{

float:right;
}

.inner_button.prev{

float:left;
}

.e-name{
	text-align:center;
	text-transform:uppercase;

}

#dropzone{
	margin:0 auto;
	text-align:center;
	min-height: 250px;
}


.upload_image {
    pointer-events: none;
    max-width:500px;
}

/*
|--------------------------------------------------------------------------
| Question Header
|--------------------------------------------------------------------------
*/

.eb-question-header {

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:10px;
}

/*
|--------------------------------------------------------------------------
| Question Mark Circle
|--------------------------------------------------------------------------
*/

.eb-helper-toggle {

    width:28px;

    height:28px;

    border-radius:50%;

    border:2px solid #adadad;

    background: transparent;

    color:#adadad;

    font-size:14px;

    font-weight:600;

    cursor:pointer;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

    line-height:1;

    padding:0;

    margin-bottom:10px;
}

/*
|--------------------------------------------------------------------------
| Helper Content
|--------------------------------------------------------------------------
*/

.eb-helper-content {

    display:none;
    margin-top:0px;
    margin-bottom:20px;
    padding:15px;
    padding-top:0px;
    background:#f7f7f7;
    border-radius:10px;
    font-size:14px;
    line-height:1.6;
    color:#555;
}

.eb-helper-content.active {

    display:block;
}

/*
|--------------------------------------------------------------------------
| Invalid Inputs
|--------------------------------------------------------------------------
*/

.invalid {

    border:2px solid #dc3545 !important;

    background:#fff5f5 !important;

    box-shadow:none !important;
}

.subtext{
    margin-bottom:30px;
}

#eb-spinner-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,.8);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eb-spinner {
    width: 70px;
    height: 70px;
    border: 6px solid #e5e5e5;
    border-top: 6px solid #000;
    border-radius: 50%;
    animation: eb-spin 1s linear infinite;
}

@keyframes eb-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.inner_button{visibility:hidden}
