/* Fuel Factor Rate Page */

.fuel-factor-rate-page .listing {
    margin-bottom: 50px;
}

.fuel-factor-rate-page .listing .thumbnail-container {
    padding-bottom: 50%;
}

.fuel-factor-rate-page .listing .thumbnail-container:hover a {
    color: #0e487b;
}

.fuel-factor-rate-page .listing .image .date {
    background-color: #c3784b;
    color:#0e487b;
    position: absolute;
    top: 25px;
    left: 25px;
    width: 80px;
    height: 80px;
    padding: 8px;
    font-size: 32px;
    font-weight: 600;
    line-height: 90%;
    text-align: center;
    z-index: 2;
    text-transform: uppercase;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.fuel-factor-rate-page .listing .image .date small {
    font-size: 10px;
    display: block;
    margin-top: 4px;
}

.fuel-factor-rate-page .listing:hover .image .date {
    top: 0;
    left: 0;
}

.fuel-factor-rate-page .listing .thumbnail-container img {
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}

.fuel-factor-rate-page .listing:hover .thumbnail-container img {
    transform: scale(1.1);
}

.fuel-factor-rate-page .listing .content {
    padding: 30px 20px;
    border: solid 1px #eee;
}

.fuel-factor-rate-page .listing .content .title {
    font-size: 25px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}

.fuel-factor-rate-page .listing .content .title {
    font-size: 25px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}

.fuel-factor-rate-page .search-box {
    margin-bottom: 35px;
}

.fuel-factor-rate-page .search-box .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #eee;
    color: #ababab;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}

.fuel-factor-rate-page .search-box .search-form input[type="text"]:focus {
    border: 1px solid #e3e3e3;
    background: #eee;
    color: #000;
}

.fuel-factor-rate-page .search-box .search-form button {
    background: #0e487b;
    color: #fff;
    display: block;
    height: 50px;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
    border: 0;
    cursor: default;
}

.fuel-factor-rate-page .recent-post .recent-post-box .images {
    width: 120px;
    flex: 0 0 120px;
    margin-right: 15px;
    float: left;
}

.fuel-factor-rate-page .recent-post .recent-post-box .images .thumbnail-container {
    padding-bottom: 55%;
}

.fuel-factor-rate-page .recent-post .recent-post-box .images .thumbnail-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}

.fuel-factor-rate-page .recent-post .recent-post-box:hover .images .thumbnail-container img {
    transform: scale(1.1);
}

.fuel-factor-rate-page .recent-post .recent-post-box {
    display: flex;
}

.fuel-factor-rate-page .recent-post .recent-post-box .content .title {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 43px;
    margin: 0 auto;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.fuel-factor-rate-page .recent-post .post-title {
    margin-bottom: 25px;
}

.fuel-factor-rate-page .recent-post .items .recent-post-box {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.fuel-factor-rate-page .recent-post .items .recent-post-box .date {
    color: #3c96be;
}

.fuel-factor-rate-page .recent-post .items .recent-post-box .date .fa-calendar {
    margin-right: 5px;
}

.fuel-factor-rate-page .recent-post .items:last-child .recent-post-box {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.fuel-factor-rate-page .category {
    margin-bottom: 40px;
}

.fuel-factor-rate-page .category .category-title {
    margin-bottom: 25px;
}

.fuel-factor-rate-page .category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fuel-factor-rate-page .category ul li {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.fuel-factor-rate-page .category ul li:before {
    position: absolute;
    width: 10px;
    content: '';
    height: 10px;
    border-radius: 100%;
    border: solid 1px #40607c;
    left: 0;
    top: 3px;
}

.fuel-factor-rate-page .category ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.fuel-factor-rate-page .category ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.fuel-factor-rate-page .search-box #suggestionsList {
    width: 100%;
    overflow-y: scroll;
    background-color: #fff;
    max-height: 250px;
    width: calc(100% + 15px);
}

.fuel-factor-rate-page .search-box #suggestionsList .suggestion-item {
    border-bottom: solid 1px #eee;
    padding: 15px;
    cursor: pointer;
}

.fuel-factor-rate-page #dvprocessing {
    position: absolute;
}

.fuel-factor-rate-page .search-box #suggestionsList .suggestion-item:hover {
    background-color: #f7f7f7;
}

@media(max-width:767px) {
    .fuel-factor-rate-page .listing .image .date {
        font-size: 24px;
        width: 60px;
        height: 60px;
        top: 15px;
        left: 15px;
    }
}


/* Estimate Bill Page */

.estimate-bill-page {
    background: rgb(247, 249, 252);
}

.estimate-bill-page .section-title {
    margin-bottom: 25px;
    margin-top: 25px;
}

.estimate-bill-page .highlight-text {
    max-width: 1024px;
    margin: auto;
    margin-bottom: 25px;
    text-align: center;
}

.estimate-bill-page .highlight-text p {
    font-size: 18px;
    line-height: 34px;
}

.estimate-bill-page .how-it-works-section {
    float: none;
    margin: 0 auto;
    /* margin-bottom: 50px; */
}

.estimate-bill-page .how-it-works-section .how-it-works-box {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 25px;
    position: relative;
    margin-top: 45px;
    min-height: 240px;
    margin-bottom: 45px;
    background: #fff;
}

.estimate-bill-page .how-it-works-section .how-it-works-box p {
    font-size: 18px;
}

.estimate-bill-page .how-it-works-section .how-it-works-box .title {
    margin-bottom: 15px;
}

.estimate-bill-page .how-it-works-section .how-it-works-box .icon {
    max-width: 80px;
    display: block;
    margin-bottom: 20px;
}

.estimate-bill-page .how-it-works-section .how-it-works-box .number {
    position: absolute;
    font-size: 82px;
    font-weight: 500;
    top: -50px;
    right: 25px;
}

.estimate-bill-page .how-it-works-section .how-it-works-box .number {
    position: absolute;
    font-size: 82px;
    font-weight: 500;
    top: -40px;
    right: 25px;
    color: #eee;
}

.estimate-bill-page .disclaimer-text {
    margin-top: 25px;
}

.estimate-bill-page .calculator-input {
    max-width: 400px;
}

.estimate-bill-page .calculator-input .form-group {
    margin-bottom: 35px;
}

.estimate-bill-page .calculator-input .form-group .control-label {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    display: block;
    color: #000c;
    display: flex;
}

.estimate-bill-page .calculator-input .form-group .control-label .fa-bolt {
    color: #f8b705;
    font-size: 24px;
    margin-right: 10px;
}

.estimate-bill-page .calculator-input .form-group .form-control {
    height: 50px;
    font-size: 26px;
    font-weight: 500;
    width: 300px;
    text-align: center;
    border: 0;
    border-bottom: solid 1px #f8b705;
    border-color: #f8b705;
    background: #fff;
    color: #000c;
}

.estimate-bill-page .calculator-input .form-group .form-control:focus {
    border: solid 1px #f8b705 !important;
}

.estimate-bill-page .calculator-input .form-group .input-cover {
    display: flex;
    align-items: center;
}

.estimate-bill-page .calculator-input .form-group .input-cover .input-group-text {
    font-size: 26px;
    margin-left: 10px;
    font-weight: 500;
    color: #000c;
}

.estimate-bill-page .calculator-input .form-group .bootstrap-select {
    width: 300px;
    height: 50px;
}

.estimate-bill-page .calculator-input .form-group .bootstrap-select .dropdown-toggle {
    height: 100%;
    border: 0;
    border-bottom: solid 1px #f8b705;
    background: #fff;
}

.estimate-bill-page .calculator-input .form-group .bootstrap-select .filter-option {
    font-size: 18px;
    color: #000c;
}

.estimate-bill-page .calculator-input .form-group .bootstrap-select .dropdown-menu ul li {
    border-bottom: solid 1px #eee;
}

.estimate-bill-page .calculator-input .form-group .bootstrap-select .dropdown-menu ul li a {
    font-size: 18px;
    padding: 10px 20px;
}

.estimate-bill-page .calculator-input .form-group .dropdown-toggle:before {
    top: 22px;
}

.estimate-bill-page .calculator-input .form-group .dropdown-toggle:before {
    top: 22px;
}

.estimate-bill-page .electricity-bills-result-section .electricity-bills-result-card {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 50px;
    border-radius: 12px;
    font-size: 44px;
    color: #242424cc;
    font-weight: 500;
    background: #fff;
}

.estimate-bill-page .electricity-bills-result-section .electricity-bills-result-card span {
    display: inline-block;
    border-bottom: solid 2px #f8b705;
    padding-bottom: 5px;
}

.estimate-bill-page .electricity-bills-result-section .electricity-bills-result-list {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 25px;
    font-size: 18px;
    margin-top: 20px;
    border-radius: 8px;
    color: #000c;
}

.estimate-bill-page .electricity-bills-result-section .electricity-bills-result-list .notes {
    display: inline;
}

.estimate-bill-page .electricity-bills-result-section .electricity-bills-result-list .notes .que {
    top: 0;
}

.calculator-section {
    margin-top: 25px;
}

.estimate-bill-page .mb-20 {
    margin-bottom: 20px;
}

.estimate-bill-page .mb-25 {
    margin-bottom: 25px;
}

.estimate-bill-page .mb-30 {
    margin-bottom: 30px;
}

.estimate-bill-page .mb-40 {
    margin-bottom: 40px;
}

.estimate-bill-page .mb-50 {
    margin-bottom: 50px;
}

.estimate-bill-page .mt-20 {
    margin-top: 20px;
}

.estimate-bill-page .mt-25 {
    margin-top: 25px;
}

.estimate-bill-page .mt-30 {
    margin-top: 30px;
}

.estimate-bill-page .mt-40 {
    margin-top: 40px;
}

.estimate-bill-page .mt-50 {
    margin-top: 50px !important;
}

.estimate-bill-page .mt-50 {
    margin-top: 50px !important;
}

.estimate-bill-page .mt-50 {
    margin-top: 50px;
}

.estimate-bill-page .mt-50 {
    margin-top: 50px;
}

.estimate-bill-page .mt-50 {
    margin-top: 50px;
}

.estimate-bill-page .mt-50 {
    margin-top: 50px;
}


/* electricity bill calculator faq section  */

.electricity-bill-calculator-faq-section {
    padding-top: 50px;
}

.electricity-bill-calculator-faq-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.estimate-bill-page .mt-50 {
    margin-top: 50px;
}

.electricity-bill-calculator-faq-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.electricity-bill-calculator-faq-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.electricity-bill-calculator-faq-section .faq-lists .list {
    list-style-type: none;
}

.electricity-bill-calculator-faq-section .faq-lists .list li {
    margin-bottom: 50px;
}

.electricity-bill-calculator-faq-section .faq-lists .list li strong {
    font-size: inherit;
}

.electricity-bill-calculator-faq-section .faq-lists .list li p {
    font-size: 18px;
}

.electricity-bill-calculator-faq-section .faq-lists .list li .title {
    font-weight: 500;
    margin-bottom: 10px;
}

.electricity-bill-calculator-faq-section .container {
    max-width: 800px;
}

.electricity-bill-calculator-faq-section .faq-lists .list li .content {
    font-size: 16px;
}

.electricity-bill-calculator-faq-section .faq-lists .list li .content ul {
    margin-top: 20px;
}

.electricity-bill-calculator-faq-section .faq-lists .list li .content ul li {
    margin-bottom: 20px;
}

.electricity-bill-calculator-faq-section .faq-lists .list li .content strong {
    font-weight: 500;
}

.electricity-bill-calculator-faq-section .faq-lists .list li .content {
    font-size: 16px;
}

.electricity-bill-calculator-faq-section .faq-lists .list li .content ul {
    margin-top: 20px;
}

.electricity-bill-calculator-faq-section .faq-lists .list li .content ul li {
    margin-bottom: 20px;
}

.electricity-bill-calculator-faq-section .faq-lists .list li .content strong {
    font-weight: 500;
}

.electricity-bill-calculator-faq-section .faq-lists .list li .content ul {
    margin-top: 20px;
}

.electricity-bill-calculator-faq-section .faq-lists .list li .content ul li {
    margin-bottom: 20px;
}

.electricity-bill-calculator-faq-section .faq-lists .list li .content strong {
    font-weight: 500;
}

.electricity-bill-calculator-faq-section ul li {
    font-size: 18px;
}

.estimate-bill-page .form-group .reset-btn.disabled {
    color: #bfbfbf;
    border: transparent;
}

.estimate-bill-page .form-group .reset-btn {
    border: solid 1px #0e487b;
    border-radius: 7px;
    background: transparent;
    line-height: 18px;
    padding: 7px 16px;
}

.estimate-bill-page .notes {
    display: inline-block;
    margin-left: 5px;
}

.estimate-bill-page .notes .que {
    top: 0px;
}

.estimate-bill-page .notes .que .help {
    left: -20px;
    z-index: 9;
}

.estimate-bill-page .notes .que .help a {
    color: #fff;
    text-decoration: underline;
}

.estimate-bill-page .notes .que .help a:hover {
    color: #f1c40f;
}

.estimate-bill-page .notes .que .help:before {
    left: 16px;
}

.estimate-bill-page .form-group .reset-btn:hover {
    background: #0e487b;
    color: #fff;
}

#error-message {
    color: red;
    margin-top: 10px;
}

.electricity-bills-result-section .electricity-bills-result-card .title {
    font-size: 26px;
    margin-bottom: 15px;
}

@media(max-width:1199px) {
    .estimate-bill-page .how-it-works-section .how-it-works-box {
        min-height: 270px;
    }
}

@media(max-width:991px) {
    .estimate-bill-page .highlight-text p {
        font-size: 16px;
        line-height: 28px;
    }
    .estimate-bill-page .how-it-works-section .how-it-works-box {
        margin-bottom: 65px;
    }
    .estimate-bill-page .highlight-text {
        margin-bottom: 50px;
    }
    .calculator-section {
        margin-top: 0px;
    }
    .electricity-bill-calculator-faq-section .faq-lists .list li p,
    .electricity-bill-calculator-faq-section ul li,
    .estimate-bill-page .how-it-works-section .how-it-works-box p,
    .estimate-bill-page .electricity-bills-result-section .electricity-bills-result-list,
    .estimate-bill-page .calculator-input .form-group .bootstrap-select .filter-option {
        font-size: 16px;
    }
    .estimate-bill-page .how-it-works-section .how-it-works-box .title {
        font-size: 18px;
    }
    /* .electricity-bill-calculator-faq-section ul li{
        font-size:16px;
    }
    .estimate-bill-page .how-it-works-section .how-it-works-box p{
        font-size:16px;
    }
    .estimate-bill-page .electricity-bills-result-section .electricity-bills-result-list{
        font-size:16px;
    } */
}
@media(max-width:767px) {
.how-it-works-box{
    min-height: 280px;
}

}
@media(max-width:767px) {
    .estimate-bill-page p {
        text-align: inherit;
    }
    .electricity-bill-calculator-faq-section .section-title {
        margin-bottom: 30px;
    }
    .estimate-bill-page .section-title {
        margin-bottom: 15px;
    }
    .electricity-bill-calculator-faq-section .faq-lists .list li p{
        text-align:left;
    }
    
}

@media(max-width:360px) {
    .estimate-bill-page .calculator-input .form-group .form-control {
        width: 100%
    }
}

.d-none {
    display: none;
}d-none {
    display: none;
}
.d-none {
    display: none;
}


.d-none {
    display: none;
}d-none {
    display: none;
}
.d-none {
    display: none;
}
.drop-zone {
    position: relative;
    border: 1px dashed #007bff;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    color: #007bff;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.drop-zone:hover, .drop-zone.drag-over {
    border-color: #0056b3;
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 123, 255, 0.15);
}
.drop-zone .drop-zone-icon {
    font-size: 50px;
    display: block;
    margin-bottom: 20px;
    color: #007bff;
    transition: all 0.3s ease;
}
.drop-zone:hover .drop-zone-icon, .drop-zone.drag-over .drop-zone-icon {
    color: #0056b3;
}
.drop-zone.drag-over .drop-zone-icon {
    animation: bounce 0.6s infinite alternate;
}
.drop-zone .drop-zone-text {
    font-size: 1.2rem;
    font-weight: 600;
}
.drop-zone .drop-zone-subtext {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 10px;
}

@keyframes bounce {
    from { transform: translateY(0); }
    to { transform: translateY(-10px); }
}

/* --- File Preview Styling --- */
.file-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    border: 1px solid #e9ecef;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;

}
.file-preview {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex:1 0 30%;
    padding:15px
}
.file-preview:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}
.file-preview img, .file-preview .file-icon {
    width: 100%;
    height: 110px;
    object-fit: cover;
}
.file-preview .file-icon {
    font-size: 50px;
    text-align: center;
    line-height: 110px;
    background-color: #e9ecef;
    color: #6c757d;
}
.file-info {
    padding: 10px;
    font-size: 13px;
    background-color: #fff;
    border-top: 1px solid #e9ecef;
}
.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #343a40;
}
.file-status {
    font-weight: bold;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom:10px;
}
.status-success { color: #28a745; }
.status-error { color: #dc3545; }
.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #007bff;
    width: 0;
    transition: width 0.3s ease;
    border-radius: 0 0 0 10px;
}
.remove-file {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.2s ease-in-out;
}
.file-preview:hover .remove-file {
    opacity: 1;
    transform: scale(1);
}
.remove-file:hover {
    background: #c82333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.file-preview-container .file-preview-thumbnail .fa{
font-size:45px;
color:#0e487b;
}
.file-preview-container .file-preview .remove-file-btn{
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    background: transparent;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    color: #0e487b;
    padding: 0;
    outline: none;
}

.file-preview-container .file-preview-info span{
    line-height: 160%;
    margin: 10px 0;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    color: rgba(0, 0, 0, .6);
}

@media(max-width:576px) {
	.file-preview {
		flex:1 0 45%;
	}
	.file-preview-container .file-preview-thumbnail .fa{
		font-size:38px
	}

}