/*.calculatoreSections {
	border: 1px solid #707070;
    padding: 50px 20px;
}*/
.calculatoreSections .calItm {
	padding-bottom: 20px;
    width: 100%;
}
.calculatoreSections input[type="text"], .calculatoreSections input[type="number"] {
	padding: 7px 10px;
    margin-top: 10px;
}
.dbBtnHide {
	display: none;
}
.text-center {
	text-align: center;
}
.calculatoreSections .elementor-column {
	display:inline-block;
}
.calculatoreSections .elementor-column.elementor-flex {
	display: flex;
}
.calculatoreSections .left-section {
	/*padding: 10px;*/
	padding-right: 15%;
}
.calculatoreSections .right-section {
	/*padding: 10px;*/
	margin-top: 34px;
}
.gap-20 {
	gap:20px;
}
.term-options {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  font-family: sans-serif;
  width: 100%;
  margin-top: 10px;
}

.term-options input[type="radio"] {
  display: none;
}
.popup-content h4 {
    font-weight: 700 !important;
    font-size: 25px !important;
}
.term-options label {
  padding: 10px 16px;
  cursor: pointer;
  user-select: none;
  background-color: white;
  border-right: 1px solid #ccc;
  transition: background 0.2s, color 0.2s;
  font-size: 14px;
  text-align: center;
  min-width: 40px;
  width: 100%;
}

.term-options label:last-child {
  border-right: none;
}

.term-options input[type="radio"]:checked + label {
  background-color: #001633; /* Dark navy (customizable) */
  color: white;
}
.calculatoreSections .section-1 {
    /*padding: 20px 10px;*/
	background: #01122E;
    color: #fff;
    padding: 25px 20px 25px 20px;
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.23921568627450981);
}
.s1-gl-text
{
	font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 21px;
    letter-spacing: -0.35px;
    color: #FFFFFF;
	margin-bottom: 8px;
}
.calculatoreSections .section-1 span {
	/*
    font-size: 36px;
    font-weight: bold;*/
	color: #FFAC00;
	font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -1.2px;
}
.calculatoreSections .section-2 {
    background: #c4c4c4;
    padding: 25px 25px 0;
    border-radius: 5px 5px 0 0;
}
.s2-gl-text {
	font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 21px;
    letter-spacing: -0.35px;
    color: #01122E;
	margin-bottom: 8px;
}
.calculatoreSections .section-2 hr {
    background: #01122E !important;
    height: 1px !important;
    border: 0px;
    margin-top: 20px !important;
}
.calculatoreSections .section-2 span {
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -1.2px;
    color: #01122E;
	
}
.calculatoreSections .section-3 {
    background: #c4c4c4;
    padding: 25px 25px;
    margin-bottom: 5px;
    border-radius: 0 0 5px 5px;
	
}
.s3-gl-text {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 18px;
    letter-spacing: -0.3px;
}
.calculatoreSections .section-3 span {
   font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: -0.8px;
    color: #01122E;
}
.calculatoreSections .section-4 {
    background: #FFAC00;
    color: #01122E;
    padding: 25px 20px;
    border-radius: 5px;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.23921568627450981);
}
.s4-gl-text {
   font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
    letter-spacing: -0.35px;
    color: #01122E;
	margin-bottom: 10px;
}
.calculatoreSections .section-4 span {
   font-family: "Poppins", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1.9px;
    color: #01122E;
}
.calItm p {
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.3px;
	margin-top: 20px;
}
.calculatoreSections .output {
	display: none;
}

.calculatoreSections .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 10px;
}

.calculatoreSections .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.calculatoreSections .slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
  height: 100%;
  width: 100%;
}

.calculatoreSections .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.calculatoreSections input:checked + .slider {
  background-color: #0a1a3c;
}

.calculatoreSections input:checked + .slider:before {
  transform: translateX(20px);
}
.calculatoreSections .float-right {
	float: right;
}

/* Overlay */
.calculatorePopup .popup-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8); /* Dark semi-transparent background */
    z-index: 9999;
}

/* Content Box */
.calculatorePopup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    text-align: center;
}

/* Close Button */
.calculatorePopup .popup-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}
.left-section label {
    letter-spacing: -0.35px;
    color: #01122E;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}
.popup-content label {
    letter-spacing: -0.35px;
    color: #01122E;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: left !important;
    display: block;
    margin-bottom: 5px;
}
button#calculate {
    color: #fff;
    letter-spacing: -0.65px;
    font-size: 13px;
    line-height: 26px;
    background: #01122E;
    font-weight: 600;
    padding: 7px  25px;
    border: 2px solid #01122E;
	display: block;
    width: 100%;
}
button#calculate:hover {
    color: #01122E;
    background: #fff;   
}
button#openPopup
{
    color: #01122E;
    letter-spacing: -0.65px;
    font-size: 13px;
    line-height: 26px;
    background: #fff;
    font-weight: 600;
    padding: 7px  25px;
    border: 2px solid #01122E;
	display: block;
    width: 100%;
}
button#openPopup:hover
{
    color: #fff;
    background: #01122E;
    	
}
button.btn.btn-success.sendCalculatorEmail
{
	color: #fff;
    letter-spacing: -0.65px;
    font-size: 13px;
    line-height: 26px;
    background: #01122E;
    font-weight: 600;
    padding: 7px  25px;
    border: 2px solid #01122E;
	display: block;
    width: 100%;
}
button.btn.btn-success.sendCalculatorEmail:hover
{
  color: #01122E;
    background: #fff;
}

@media screen and (max-width: 767px) {
.calculatoreSections .left-section {
   
    padding-right: 0;
}
}