/* Styles for AC Installation Cost Calculator */
.calcufacil-ac_installation_cost_calculator {
    background-color: #e6f7ff; /* Very Light Cyan/Blue */
    border: 1px solid #b3d9ff; /* Light Blue border */
    border-left: 5px solid #007acc; /* Standard Blue */
    border-radius: 0 8px 8px 0;
    padding: 20px 25px;
    font-family: 'Arial', sans-serif; /* Standard, clean font */
    max-width: 800px;
    margin: 25px auto;
    box-shadow: 0 3px 7px rgba(0,0,0,0.07);
}

.calcufacil-ac_installation_cost_calculator > h3 { /* Default title */
    text-align: center;
    color: #005c99; /* Darker Blue */
    margin-bottom: 15px;
    font-size: 1.3em;
}

.calcufacil-ac_installation_cost_calculator .calculator-content h2 {
    text-align: center;
    color: #004c80; /* Deep Blue */
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.7em;
    font-weight: 600;
}

.calcufacil-ac_installation_cost_calculator .description {
    text-align: center;
    color: #335c80; /* Blue Grey */
    font-size: 0.95em;
    margin-bottom: 30px;
    line-height: 1.6;
}
.calcufacil-ac_installation_cost_calculator .description strong {
    color: #cc0000; /* Red emphasis */
}

/* Form Styling */
.calcufacil-ac_installation_cost_calculator form {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #b3d9ff;
}

.calcufacil-ac_installation_cost_calculator form h3 {
 color: #007acc; /* Standard Blue */
 margin-bottom: 20px;
 font-size: 1.25em;
 border-bottom: 1px solid #e6f7ff;
 padding-bottom: 8px;
 display: flex;
 align-items: center;
 gap: 8px;
}
.calcufacil-ac_installation_cost_calculator form h3 i {
  color: #0099ff; /* Bright Blue */
}

.calcufacil-ac_installation_cost_calculator .form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 18px 22px;
    margin-bottom: 25px;
}

.calcufacil-ac_installation_cost_calculator .input-group {
    display: flex;
    flex-direction: column;
}

.calcufacil-ac_installation_cost_calculator .input-group label {
    font-weight: 600;
    color: #004c80; /* Deep Blue */
    margin-bottom: 6px;
    font-size: 0.9em;
}

.calcufacil-ac_installation_cost_calculator .input-group input[type="number"],
.calcufacil-ac_installation_cost_calculator .input-group select {
    padding: 10px;
    border: 1px solid #80bfff; /* Medium Blue border */
    border-radius: 4px;
    font-size: 1em;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.calcufacil-ac_installation_cost_calculator .input-group small {
    font-size: 0.8em;
    color: #335c80; /* Blue Grey */
    margin-top: 5px;
    line-height: 1.4;
}
.calcufacil-ac_installation_cost_calculator .conditional-input {
    margin-top: 10px; /* Space for conditional inputs */
    border-left: 3px solid #ccebff;
    padding-left: 10px;
}


.calcufacil-ac_installation_cost_calculator button[type="submit"] {
    background-color: #007acc; /* Standard Blue */
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
    display: block;
    width: fit-content;
    margin: 20px auto 0 auto;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.calcufacil-ac_installation_cost_calculator button[type="submit"]:hover {
    background-color: #005c99; /* Darker Blue */
}

/* Results Area Styling */
.calcufacil-ac_installation_cost_calculator .results-area {
    margin-top: 25px;
    padding: 20px;
    background-color: #f0faff; /* Very light blue */
    border-radius: 6px;
    border: 1px solid #ccebff; /* Lighter blue border */
}
.calcufacil-ac_installation_cost_calculator .results-area h3 {
    color: #004c80; /* Deep Blue */
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.4;
}
.calcufacil-ac_installation_cost_calculator .results-area h3 i {
    color: #007acc; /* Standard Blue */
    margin-right: 8px;
}
.calcufacil-ac_installation_cost_calculator .results-area .summary {
 text-align: center;
 font-size: 0.95em;
 color: #335c80;
 margin-bottom: 20px;
 padding-bottom: 15px;
 border-bottom: 1px dashed #ccebff;
 line-height: 1.5;
}
.calcufacil-ac_installation_cost_calculator .results-area .summary strong {
 color: #005c99;
}

.calcufacil-ac_installation_cost_calculator .total-cost-highlight {
    background-color: #d6eaf8; /* Light Blue background for total */
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid #aed6f1;
}
.calcufacil-ac_installation_cost_calculator .total-cost-highlight .value {
    display: block;
    font-size: 2em;
    font-weight: bold;
    color: #004c80; /* Deep Blue */
    margin: 5px 0;
}

.calcufacil-ac_installation_cost_calculator .results-area h4 {
    color: #005c99; /* Darker Blue */
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.1em;
    border-bottom: 1px solid #ccebff;
    padding-bottom: 5px;
}

.calcufacil-ac_installation_cost_calculator .cost-breakdown-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #d1e9ff;
}
.calcufacil-ac_installation_cost_calculator .cost-breakdown-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dotted #e6f7ff;
    font-size: 0.95em;
    color: #335c80;
}
.calcufacil-ac_installation_cost_calculator .cost-breakdown-list li:last-child {
    border-bottom: none;
    font-weight: bold;
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #b3d9ff;
}
.calcufacil-ac_installation_cost_calculator .cost-breakdown-list li .value {
    font-weight: 600;
    color: #004c80;
}

/* Disclaimer Box */
.calcufacil-ac_installation_cost_calculator .disclaimer-box {
    margin-top: 25px;
    padding: 15px 20px;
    background-color: #fff3cd; /* Light Yellow */
    border: 1px solid #ffeeba;
    border-left: 5px solid #ffc107; /* Warning yellow */
    border-radius: 5px;
}
.calcufacil-ac_installation_cost_calculator .disclaimer-box h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #856404; /* Darker yellow */
    font-size: 1.1em;
}
.calcufacil-ac_installation_cost_calculator .disclaimer-box ul {
    list-style: disc;
    margin-left: 20px;
    padding-left: 0;
    font-size: 0.9em;
    color: #555;
    line-height: 1.6;
}
.calcufacil-ac_installation_cost_calculator .disclaimer-box ul li {
    margin-bottom: 8px;
}
.calcufacil-ac_installation_cost_calculator .disclaimer-box strong {
 color: #cc0000; /* Red */
}

.calcufacil-ac_installation_cost_calculator .initial-message {
    color: #335c80;
    text-align: center;
    padding: 25px;
    background-color: #e6f7ff;
    border: 1px dashed #b3d9ff;
    border-radius: 5px;
    margin-top: 20px;
}