.calculator-section{
    padding: 48px 0;
	background-color: #ebeaea;
}
.calculator-text{
	margin-bottom: 48px;
}
.calculator-text span{
	color: #3E6B35;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #E0F3DC;
	padding: 8px;
	margin: 0 0 16px;
	display: inline-block;
}
.calculator-text h2{
	line-height: normal;
}
.calculator-text p{
	font-size: 18px;
}
.fact-info{
	background-color: #ffffff;
	padding: 16px;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.fact-info h3{
	color: #333333;
	font-size: 32px;
	font-weight: 400;
	margin: 0 0 16px;
}
.fact-info h3 strong{
	color: #3E6B35;
	text-transform: uppercase;
}
.fact-info li img{
	margin-right: 8px;
	width: auto;
}
.fact-info li{
	display: flex;
	align-items: center;
}
.fact-info li:not(:last-child){
	margin: 0 0 22px;
}
.fact-info li p{
	font-size: 18px;
	color: #555555;
}
.fact-info li p strong{
	font-weight: 500;
}
.form-section {
      background: #fff;
      padding: 25px;
      border-radius: 0;
      box-shadow: 0 0 20px rgba(0,0,0,0.15);
      margin-left: auto;
      margin-right: auto;
      display: none;
	min-height: 480px;
    }

    .form-section.active {
      display: block;
    }

    .form-section h2 {
      font-size: 2rem;
      font-family: "Roboto", sans-serif;
      margin-bottom: 15px;
      color: var(--primary-color);
    }
.form-section h6{
	font-size: 16px;
	line-height: 32px;
	color: #555555;
	margin: 0 0 5px;
	font-weight: 300;
}
.secure-txt{
	font-size: 12px;
	color: #656565;
	margin-top: 10px;
}
.secure-txt svg{
	margin-right: 8px;
}
	.form-wrap{
		margin: 0 0 15px;
		text-align: left;
	}
	.form-wrap label{
		margin: 0 0 5px;
		color: var(--primary-color);
	}
   .banner-form select, input[type="text"], .banner-form input[type="number"], .banner-form input[type="email"],.banner-form input[type="tel"] {
	  width: 100%;
      padding: 10px !important;
      margin-bottom: 15px;
      border-radius: 6px;
      border: 1px solid #ccc !important;
      font-size: 16px;
    }
	.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    	height: 40px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered{
		line-height: 40px;
	}
	.banner-form .error{
		color: var(--error);
	}
    .vehicle-icons {
      display: flex;
      justify-content: space-around;
      margin-bottom: 15px;
    }

    .vehicle-icon {
      font-size: 30px;
      cursor: pointer;
      padding: 10px;
      border-radius: 50%;
      transition: background 0.3s;
    }

    .vehicle-icon.selected {
      background: #3E6B35;
      color: #fff;
    }

    .slider-container {
      margin-bottom: 15px;
    }

    .slider-labels {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      color: #666;
      margin-bottom: 5px;
    }

    input[type="range"] {
      width: 100%;
    }

    .mileage-display {
      text-align: right;
      font-size: 14px;
      color: #333;
      margin-top: 5px;
    }

    .checkbox {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .checkbox input {
      margin-right: 10px;
    }
    .checkbox label{
        font-size: 12px;
    }

    .otp-inputs {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
    }

    .otp-inputs input {
      width: 40px;
      height: 40px;
      text-align: center;
      font-size: 18px;
      border: 1px solid #ccc;
      border-radius: 6px;
    }

    .resend {
      font-size: 14px;
      color: #666;
      text-align: center;
      margin-bottom: 10px;
    }

    .csc-actions .secondary-btn, .csc-actions .primary-btn {
      border: 1px solid var(--secondary-color);
    }
	.csc-checkbox a{
		color: var(--secondary-color);
	}
	.csc-result-box{
		margin: 15px 0;
	}