/* ==========================================================================
   COST ESTIMATOR REVAMP - MODERN & PREMIUM AESTHETICS
   ========================================================================== */

/* 1. Form Section Container */
.contact_form .comment-form {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08) !important;
    border-radius: 12px;
    padding: 40px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact_form .comment-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12) !important;
}

/* Section Title */
.sec_title6 h3, .sec_title6 h2 {
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.sec_title6 h3::after, .sec_title6 h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #fc7803;
    border-radius: 2px;
}

/* 2. Form Inputs */
#costEstimatorForm input[type="text"], 
#costEstimatorForm select {
    width: 100%;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fcfcfc;
    transition: all 0.3s ease;
    font-size: 15px;
}

#costEstimatorForm input[type="text"]:focus,
#costEstimatorForm select:focus {
    background: #ffffff;
    border-color: #fc7803;
    box-shadow: 0 0 0 3px rgba(252, 120, 3, 0.15);
    outline: none;
}

/* Submit Button */
#costEstimatorForm .theme-btn.btn-style-four {
    background: #fc7803 !important;
    border: none;
    padding: 16px 30px;
    border-radius: 8px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 8px 20px rgba(252, 120, 3, 0.3);
}

#costEstimatorForm .theme-btn.btn-style-four:hover {
    background: #e06a03 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(252, 120, 3, 0.4);
}

/* 3. Estimator Results Section */
.estimater_result54 {
    padding: 60px 0;
    background: #fcfcfc;
}

.estimater_result54 .section-title {
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 50px;
    color: #111;
}

/* Result Cards */
.bb-your-cost-estimate__col {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.bb-your-cost-estimate__col:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(252, 120, 3, 0.1);
    border-color: rgba(252, 120, 3, 0.2);
}

/* Package Titles inside Results */
.bb-your-cost-estimate__col__title {
    background: linear-gradient(135deg, #fc7803, #ff9b3d);
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Details List */
.bb-your-cost-estimate__col__details {
    padding: 25px;
}

.bb-your-cost-estimate__col__details .list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bb-your-cost-estimate__col__details .list-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}

.bb-your-cost-estimate__col__details .list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 10px;
}

.bb-your-cost-estimate__col__details .list-item strong {
    color: #333;
    font-size: 15px;
}

.bb-your-cost-estimate__col__details .list-item p {
    font-size: 13px;
    color: #777;
    margin: 5px 0 0 0;
}

/* Total Cost Highlight */
.bb-your-cost-estimate__col__details .list-item:last-child .list-item__col strong {
    font-size: 20px;
    color: #fc7803;
    font-weight: 800;
}
