.elementor-50 .elementor-element.elementor-element-c42fc2a{--display:flex;--min-height:120px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-around;--align-items:center;}.elementor-50 .elementor-element.elementor-element-c42fc2a:not(.elementor-motion-effects-element-type-background), .elementor-50 .elementor-element.elementor-element-c42fc2a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );background-image:url("https://maroon-elk-200632.hostingersite.com/wp-content/uploads/2025/05/VfaOeUl6fP3R7ZCNAeT05Ln1c.avif");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-50 .elementor-element.elementor-element-367a76e .elementor-heading-title{font-family:"Inter", Sans-serif;font-weight:600;color:#FFFFFF;}.elementor-50 .elementor-element.elementor-element-ec6dd09{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}.elementor-50 .elementor-element.elementor-element-ec6dd09.e-con{--flex-grow:0;--flex-shrink:1;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-50 .elementor-element.elementor-element-ec6dd09{--content-width:80%;}}@media(max-width:767px){.elementor-50 .elementor-element.elementor-element-367a76e .elementor-heading-title{font-size:24px;}}/* Start custom CSS for html, class: .elementor-element-0b668a9 */.energy-calculator-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    padding: 20px;
    background-color: #f5f5f5;
}

.calculator-section {
    flex: 1;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 2px solid #007bff;
}

.result-section {
    flex: 1;
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
    margin: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
    font-family: 'Roboto Mono', monospace;
}

.calculator-title {
    margin-bottom: 15px;
    font-size: 22px;
    color: #153B66;
    text-align: center;
    font-weight: bold;
}

.input-container {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
}

.calculator-label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #153B66;
}

.calculator-slider {
    width: 100%;
    margin-bottom: 10px;
}

.calculator-input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 0px;
}

.radio-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.radio-label {
    margin-right: 10px;
    font-size: 14px;
}

.calculate-button {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: none;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}

.result-title {
    margin-bottom: 20px;
    font-size: 32px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.result-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.result-block {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    color: #333;
    font-family: "Roboto";
}

.result-block-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #505050;
    text-align: center;
    font-family: "Roboto";
}

.result-block-value {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.comparison-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comparison-block {
    flex: 1;
    text-align: center;
}

.comparison-title {
    font-size: 16px;
    color: #0059e3;
    margin-bottom: 5px;
}

.comparison-title-existing {
    font-size: 16px;
    color: #ed6569;
    margin-bottom: 5px;
}

.separator {
    width: 2px;
    height: 50px;
    background-color: #007bff;
    margin: 0 20px;
}

@media (max-width: 768px) {
    .energy-calculator-container {
        flex-direction: column;
    }
    
    .calculator-section, .result-section {
        margin: 10px 0;
    }
}/* End custom CSS */