.header-text {
    font-family: "Nebula-Regular", Sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
}

.sub-text {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}

.dropdown-section option {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}


.daily-title {
	color: #747474;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}

#dailyDistance {
	color: #0F7A8C;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}


.cla-container input[type="range"] {
	width: 100%;
	accent-color: #0F7A8C;
}

.cost-bar {
	margin-top: 5px;
	height: 25px;
	flex: 1;
	background-color: #EAF7FA;
	border-radius: 34px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.cost-bar-inner {
	height: 100%;
	background-color: #0F7A8C;
	transition: width 0.3s ease;
}

.row-line span {
	font-size: 14px;
	line-height: 1.5;
	color: #747474;
}

.cost-row {
	gap: 10px;
}


.highlight-box {
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.savings-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}


.monthly-title,
.annual-title {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

#monthlySavings {
	font-family: Inter;
	font-size: 28px;
	font-weight: 600;
	line-height: 42px;
	text-align: center;
}

#annualSavings {
	font-family: Inter;
	font-size: 28px;
	font-weight: 600;
	line-height: 42px;
	text-align: center;
}


.savings-item {

	border: 1px solid #035260;
	border-radius: 8px;
	padding: 20px 20px 20px 20px;
	font-size: 1.25rem;

	color: #035260;
	width: 100%;

}

.savings-item-price,
.savings-item-price span {
	text-align: center;
	color: #035260;
	font-family: Inter;
	font-size: 28px;
	font-weight: 600;
	line-height: 42px;


}

.note {
	font-family: Inter;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	color: #035260;
	height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-overflow: ellipsis;
    
}


.dropdown-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

#vmoto-calculator select {
    color: #747474 !important; 
	    padding: 10px !important;
}
#vmoto-calculator select:focus-visible {
	border:none !important;
}
#vmoto-calculator select:focus, 
#vmoto-calculator select:valid {
    color: #035260 !important;
}


#vmoto-calculator select option[disabled] {
    color: #9b9b9b !important;
}

.dropdown-container select {
	font-size: 1rem;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #ffffff;
	width: 150px;
	margin-right: 10px;
}

.dropdown-container select:focus {
	outline: none;
	border-color: #29A47D;
	
}

.dropdown-section {
	margin-right: 5px;
}


.cla-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.labels {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
}

.start-label,
.end-label {
	font-size: 14px;
}

#distanceSlider {
	width: 100%;
}


.cla-container {
	position: relative;
	width: 100%;
}

input[type="range"] {
	-webkit-appearance: none;
	width: 100%;
	height: 30px;
	background: linear-gradient(to right, #0F7A8C 0%, #0F7A8C 20%, #ccc 20%, #ccc 100%);
	border-radius: 34px;
	outline: none;
	transition: background 0.3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	background: #BDEFF7;
	border-radius: 50%;
	cursor: pointer;
	outline-color: gry;
}

input[type="range"]::-moz-range-thumb {
	width: 15px;
	height: 15px;
	background: #cdeff3;
	border-radius: 50%;
	cursor: pointer;
}

.labels {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

.start-label,
.end-label {
	font-size: 14px;
	color: #666;
}

#iceCard {
	border-radius: 30px;
}

#iceCard .card {

	border-radius: 10px;
}

#evCard {
	padding: 0px 5px 0px 5px;

}

#evCard .card {

	border-radius: 10px;
}
.row-line {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
}
.row-title {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: #035260;

}
.row-price {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: right;
}

.cards-section-start {
	margin-top: 80px;
}

#iceCard,
#evCard {
	width: 35%;
	margin: auto;
}

.savings-box-section {
	width: 20%;
}

 #distanceSlider::-webkit-slider-thumb {
        box-shadow: 0 0 15px rgba(15, 122, 140, 0.4);
    }

 #distanceSlider::-webkit-slider-thumb:hover {
        box-shadow: 0 0 10px rgba(15, 122, 140, 0.7);
    }

#iceCard ,
#evCard  {
    transition: transform 0.5s ease; 
}

.month-note{
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	color: #9b9b9b;
	font-size: 12px;
	text-align: center;
}

/* Mobile styles for 100% width */
@media (max-width: 768px) {
  .month-note{
	  writing-mode: horizontal-tb;
	font-size: 12px;
  text-align: center;
	  transform: rotate(0deg);
}
.savings-box-section {
        display: block;
        order: -1;
        margin: 0px !important;
		width: 100%;
    }
#evCard {
	padding: 0px;

}

    .iceCard,
    .evCard {
        flex: 0 0 100%; 
        max-width: 100%; 
        margin-bottom: 15px; 
        box-sizing: border-box; 
    }

    .cards-section-start {
        display: flex;
        flex-wrap: wrap;
    }
	 #iceCard, #evCard{
	width: 100%;
}
	
	.cla-container{
		    padding: 30px 0px 20px 0px;
	}
	
	.note {
		margin:0px !important;
		padding: 40px 20px 40px 20px;
	}
	.header-text {
       font-size: 22px;
	}
	.cost-bar {
	height: 5px;
}
	}

@media (min-width:320px)  { 

.cost-bar {
	height: 15px;
}
	.savings-box {
    display: flex;
    flex-direction: row;	
	}	
	.monthly-title, .annual-title {
	  font-size:13px;	
	}
	
	#monthlySavings {
    font-size: 20px;
	}
	#annualSavings{
		 font-size: 20px;
	}
.savings-item-price, .savings-item-price span {
    font-size: 20px;
	}
	.savings-item {
    padding:8px;
	}
	.header-text {
    line-height: 30px;
	}
	.cards-section-start {
    margin-top: 0px;
}
	#iceCard .cost-row{
	margin-bottom: 0.3rem !important;
	}
	
	#evCard .cost-row{
	margin-bottom: 0.3rem !important;
	}
	input[type="range"] {
    height: 18px;
	}
	#vehicleType{
		    margin-bottom: 0px;
	}
	#cityType{
		    margin-bottom: 0px;
	}
	.note {
       
        padding: 17px 20px 17px 20px;
    }
	.text-area-section{
		    margin-bottom: 1rem;
	}
	#iceCard , #evCard{
	margin-top: 2rem;
		}
	#iceCard {
        display: flex;
        flex-direction: column-reverse; /* Reverse the order of the title and card */
    }
	#evCard {
	display: flex;
        flex-direction: column-reverse;
	}
}


@media (min-width:480px)  { 
	.cost-bar {
	height: 5px;
}
	
.savings-box {
    display: flex;
    flex-direction: row;	
	}	
	.monthly-title, .annual-title {
	  font-size:13px;	
	}
	
	#monthlySavings {
    font-size: 24px;
	}
	#annualSavings{
		 font-size: 22px;
	}
	.savings-item-price, .savings-item-price span {
    font-size: 22px;
	}
	.savings-item {
    padding:10px;
	}
	.header-text {
    line-height: 30px;
	}
	.cards-section-start {
    margin-top: 0px;
}
	.savings-item-price{
		 font-size: 22px;
	}
	#iceCard .cost-row{
	margin-bottom: 0.3rem !important;
	}
	#evCard .cost-row{
	margin-bottom: 0.3rem !important;
	}
	#iceCard, #evCard {
	margin-top: 2rem;
		}
	
	input[type="range"] {
    height: 18px;
	}
	#vehicleType{
		    margin-bottom: 0px;
	}
	#cityType{
		    margin-bottom: 0px;
	}
	.note {
       
        padding: 0px 20px 10px 20px;
    }
	
	.text-area-section{
		    margin-bottom: 1rem;
	}
	#iceCard , #evCard {
	margin-top: 2rem;
		}
#iceCard {
        display: flex;
        flex-direction: column-reverse; /* Reverse the order of the title and card */
    }
	#evCard {
	display: flex;
        flex-direction: column-reverse;
	}
	
}

@media (min-width:1025px) { 
	.savings-box {
    display: flex;
    flex-direction: column;	
	}
.cost-bar {
	
	height: 25px;
}
	input[type="range"] {
	height: 30px;
	}
	.text-area-section{
		    margin-bottom: 3rem;
	}
	#iceCard,#evCard {
	margin-top: 0rem;
		}
	#iceCard {
        display: flex;
        flex-direction: column; /* Reverse the order of the title and card */
    }

	#evCard {
	    display: flex;
        flex-direction: column;
	}
	.note{
		 margin-top: -55px;
	}
	.note {
       
        padding: 0px 0px 20px 0px;
    }
	
}
@media (min-width:1281px) {
	.savings-box {
    display: flex;
    flex-direction: column;	
	}
	.cost-bar {
	
	height: 25px;
}
	input[type="range"] {
	height: 30px;
	}
	.text-area-section{
		    margin-bottom: 3rem;
	}
	#iceCard ,#evCard {
	margin-top: 0rem;
		}
	#iceCard {
        display: flex;
        flex-direction: column; /* Reverse the order of the title and card */
    }
	#evCard {
	    display: flex;
        flex-direction: column;
	}
       .note{
		 margin-top: -55px;
	}
	.note {
       
        padding: 0px 0px 20px 0px;
    }
	}

@media (max-width: 768px) {
    .savings-box-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .note {
        margin-bottom: 1rem; 
    }
	
}

.row.cards-section-start {
    display: flex;
    flex-wrap: wrap;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
    .row.cards-section-start {
        flex-direction: column; /* Stack items vertically */
    }

/*     #evCard {
        order: -1; 
    } 
*/

    #iceCard {
        order: 1; /* Move iceCard to the bottom */
    }

    
}

.month-note {
    order: 0;
}

/* For mobile view (max-width: 768px) */
@media (max-width: 768px) {
    .month-note {
        order: 3;
		padding-top:5px;
    }
}

.cal-footer-note{
	color: #9b9b9b;
font-size: 12px;
text-align: end;
	padding-top:20px;
}

