.elementor-94577 .elementor-element.elementor-element-8ac3a40:not(.elementor-motion-effects-element-type-background), .elementor-94577 .elementor-element.elementor-element-8ac3a40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-94577 .elementor-element.elementor-element-8ac3a40 > .elementor-container{min-height:85vh;}.elementor-94577 .elementor-element.elementor-element-8ac3a40{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-94577 .elementor-element.elementor-element-8ac3a40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-94577 .elementor-element.elementor-element-1474db1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-94577 .elementor-element.elementor-element-1474db1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-94577 .elementor-element.elementor-element-5b8422a{text-align:center;}.elementor-94577 .elementor-element.elementor-element-5b8422a .elementor-heading-title{font-size:22px;}body.elementor-page-94577:not(.elementor-motion-effects-element-type-background), body.elementor-page-94577 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS */select:not(.qm-filter) {
    opacity: 1 !important;
    visibility: visible !important;
      } .cost-calc * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .cost-calc {
            font-family: 'Open Sans', sans-serif;
            color: #333;
            line-height: 1.4;
        }

        .cost-calc-container {
            max-width: 800px;
            margin: 0 auto;
            background: #fff;
        }

        .cost-calc-step {
            display: none;
            padding:5px;
            min-height: 400px;
        }

        .cost-calc-step.active {
            display: block;
        }

        .cost-calc-step-header {
            text-align: center;
            margin-bottom: 32px;
        }

        .cost-calc-step-number {
            background: #16c043;
            color: #fff;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 16px;
            box-shadow: 0 2px 8px rgba(22, 192, 67, 0.3);
        }

        .cost-calc-step-title {
            font-family: 'Sora', sans-serif;
            font-size: 20px;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
        }

        .cost-calc-step-description {
            font-size: 14px;
            color: #666;
            max-width: 500px;
            margin: 0 auto;
        }

        .cost-calc-input-group {
            margin-bottom: 24px;
        }

        .cost-calc-input-label {
            display: block;
            font-weight: 600;
            font-size: 14px;
            color: #333;
            margin-bottom: 8px;
        }

        .cost-calc-input-field,
        .cost-calc-select-dropdown {
            width: 100%;
            padding: 14px 16px;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            font-size: 14px;
            background: #fff;
            transition: all 0.3s ease;
        }

        .cost-calc-input-field:focus,
        .cost-calc-select-dropdown:focus {
            outline: none;
            border-color: #16c043;
            box-shadow: 0 0 0 3px rgba(22, 192, 67, 0.1);
        }

        .cost-calc-two-column {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
        }

        .cost-calc-three-column {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 20px;
        }

        .cost-calc-checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 20px;
            padding: 16px;
            background: #f8f9fa;
            border-radius: 8px;
            border: 1px solid #e9ecef;
        }

        .cost-calc-checkbox {
            width: 20px;
            height: 20px;
            accent-color: #16c043;
            margin-top: 2px;
        }

        .cost-calc-checkbox-label {
            font-size: 14px;
            color: #333;
            cursor: pointer;
            flex: 1;
            line-height: 1.5;
        }

        .cost-calc-radio-group {
            margin-bottom: 16px;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .cost-calc-radio-group:hover {
            border-color: #16c043;
            box-shadow: 0 2px 8px rgba(22, 192, 67, 0.1);
        }

        .cost-calc-radio {
            display: none;
        }

        .cost-calc-radio:checked + .cost-calc-radio-label {
            background: linear-gradient(135deg, #16c043, #12a537);
            color: white;
            border-color: #16c043;
        }

        .cost-calc-radio-label {
            display: block;
            padding: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            background: #fff;
            border-radius: 6px;
        }

        .cost-calc-radio-title {
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 4px;
        }

        .cost-calc-radio-desc {
            font-size: 13px;
            opacity: 0.8;
        }

        .cost-calc-navigation {
            display: flex;
            gap: 16px;
            padding: 24px 32px;
            background: #f8f9fa;
            border-top: 1px solid #e9ecef;
        }

        .cost-calc-btn {
            flex: 1;
            padding: 14px 24px;
            border: none;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .cost-calc-btn-primary {
            background: linear-gradient(135deg, #16c043, #12a537);
            color: #fff;
            box-shadow: 0 4px 12px rgba(22, 192, 67, 0.3);
        }

        .cost-calc-btn-primary:hover:not(:disabled) {
            background: linear-gradient(135deg, #12a537, #0f8a2e);
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(22, 192, 67, 0.4);
        }

        .cost-calc-btn-secondary {
            background: #fff;
            color: #666;
            border: 2px solid #e9ecef;
        }

        .cost-calc-btn-secondary:hover {
            background: #f8f9fa;
            border-color: #16c043;
        }

        .cost-calc-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            transform: none !important;
        }

        .cost-calc-results {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 32px;
        }

        .cost-calc-cost-breakdown {
            background: #fff;
            border-radius: 12px;
            padding: 24px;
            margin-bottom: 24px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        }

        .cost-calc-cost-breakdown h3 {
            font-family: 'Sora', sans-serif;
            font-size: 16px;
            margin-bottom: 16px;
            color: #333;
            padding-bottom: 8px;
            border-bottom: 2px solid #f0f0f0;
        }

        .cost-calc-total-cost {
            text-align: center;
            padding: 32px 24px;
            background: linear-gradient(135deg, #16c043, #12a537);
            color: #fff;
            border-radius: 12px;
            margin-bottom: 24px;
            box-shadow: 0 8px 24px rgba(22, 192, 67, 0.3);
        }

        .cost-calc-total-amount {
            font-family: 'Sora', sans-serif;
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 8px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .cost-calc-total-label {
            font-size: 16px;
            opacity: 0.9;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .cost-calc-cost-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 14px 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .cost-calc-cost-item:last-child {
            border-bottom: none;
        }

        .cost-calc-cost-name {
            font-size: 14px;
            color: #333;
            flex: 1;
            font-weight: 500;
        }

        .cost-calc-cost-amount {
            font-weight: 600;
            font-size: 14px;
            color: #16c043;
            font-family: 'Sora', sans-serif;
        }

        .cost-calc-warning {
            background: linear-gradient(135deg, #ff6b35, #f7931e);
            color: white;
            padding: 16px;
            border-radius: 8px;
            margin-bottom: 20px;
            box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
        }

        .cost-calc-disclaimer {
            font-size: 11px;
            color: #666;
            text-align: center;
            line-height: 1.5;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 8px;
            border: 1px solid #e9ecef;
        }

        .cost-calc-progress-bar {
            height: 6px;
            background: #e9ecef;
            position: relative;
            margin-bottom: 0;
        }

        .cost-calc-progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #16c043, #12a537);
            border-radius: 3px;
            transition: width 0.5s ease;
            box-shadow: 0 2px 4px rgba(22, 192, 67, 0.3);
        }

        .cost-calc-summary-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 24px;
        }

        .cost-calc-summary-card {
            background: #fff;
            border-radius: 8px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .cost-calc-summary-value {
            font-size: 22px;
            font-weight: bold;
            color: #16c043;
            margin-bottom: 8px;
        }

        .cost-calc-summary-label {
            font-size: 14px;
            color: #666;
            font-weight: 500;
        }

        /* Responsive Design */
        @media (max-width: 640px) {
            .cost-calc-step {
                padding: 24px;
            }
            
            .cost-calc-navigation {
                padding: 20px 24px;
            }
            
            .cost-calc-two-column,
            .cost-calc-three-column {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .cost-calc-total-amount {
                font-size: 28px;
            }
            
            .cost-calc-step-title {
                font-size: 18px;
            }
            
            .cost-calc-results {
                padding: 24px;
            }

            .cost-calc-summary-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .cost-calc-step {
                padding: 20px;
                min-height: 350px;
            }
            
            .cost-calc-step-number {
                width: 36px;
                height: 36px;
                font-size: 14px;
            }
            
            .cost-calc-total-amount {
                font-size: 24px;
            }
            
            .cost-calc-btn {
                padding: 12px 20px;
                font-size: 13px;
            }
        }/* End custom CSS */