.elementor-678 .elementor-element.elementor-element-1052437{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-b81f83a *//* --- ONYX PREMIUM THEME --- */
.onyx-finance-master {
    background: radial-gradient(circle at top right, #1a1a1a, #000);
    min-height: 100vh;
    padding: 80px 20px;
    font-family: 'Inter', sans-serif; /* Clean Professional Font */
    color: #fff;
}

/* Header */
.onyx-header { text-align: center; margin-bottom: 60px; max-width: 800px; margin-left: auto; margin-right: auto; }
.header-badge { display: inline-block; background: rgba(255, 115, 0, 0.1); color: #ff7300; padding: 5px 15px; font-size: 11px; font-weight: 800; border-radius: 50px; letter-spacing: 2px; margin-bottom: 20px; border: 1px solid rgba(255, 115, 0, 0.2); }
.onyx-title { font-size: 48px; font-weight: 800; margin-bottom: 15px; letter-spacing: -1px; }
.onyx-title .highlight { color: #ff7300; }
.onyx-subtitle { color: #888; font-size: 16px; font-weight: 400; }

/* Grid Layout */
.onyx-grid-container {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px;
    margin-bottom: 80px;
}

/* Cards Design (Common) */
.onyx-card {
    background: #0d0d0d;
    border: 1px solid #222;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    position: relative;
}

.card-header {
    background: #111; padding: 20px 30px; border-bottom: 1px solid #222;
    display: flex; align-items: center; gap: 15px;
}
.card-header h3 { margin: 0; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: #ccc; font-weight: 700; }

/* Calculator Specifics */
.calc-body { padding: 30px; }
.input-group { margin-bottom: 25px; }

.label-row { display: flex; justify-content: space-between; margin-bottom: 10px; }
.label-row label { font-size: 13px; color: #888; font-weight: 600; }

/* Hybrid Inputs (Number Box) */
.num-input {
    background: transparent; border: none; color: #fff; text-align: right; font-weight: 700; width: 100px; font-size: 14px;
}
.num-input:focus { outline: none; border-bottom: 1px solid #ff7300; }

/* Premium Slider */
.slider {
    width: 100%; -webkit-appearance: none; height: 4px; background: #333; border-radius: 10px; cursor: pointer;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; width: 18px; height: 18px; background: #ff7300; border-radius: 50%; box-shadow: 0 0 10px rgba(255, 115, 0, 0.5); border: 2px solid #000; transition: 0.2s;
}
.slider::-webkit-slider-thumb:hover { transform: scale(1.2); }

/* Split Inputs */
.split-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
.clean-select, .clean-input {
    width: 100%; background: #151515; border: 1px solid #333; color: #fff; padding: 12px; border-radius: 8px; font-size: 14px;
}
.clean-select:focus, .clean-input:focus { border-color: #ff7300; outline: none; }

/* Result Display (The Heavy Part) */
.result-display {
    background: #151515; border-radius: 12px; padding: 25px;
    display: flex; align-items: center; justify-content: space-between;
    border: 1px solid #333; margin-top: 10px;
}
.res-box { text-align: center; flex: 1; }
.divider { width: 1px; height: 40px; background: #333; }
.res-box .lbl { display: block; font-size: 10px; color: #666; font-weight: 800; letter-spacing: 1px; margin-bottom: 5px; }
.res-box .val { display: block; font-size: 20px; font-weight: 700; color: #ff7300; }
.disclaimer { font-size: 11px; color: #444; margin-top: 15px; text-align: center; font-style: italic; }

/* Form Card */
.form-card { padding-bottom: 20px; height: fit-content; }
.clean-form { padding: 30px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 15px; }
.field label { display: block; font-size: 12px; color: #777; margin-bottom: 8px; }
.field input, .field select {
    width: 100%; background: #000; border: 1px solid #2a2a2a; color: #fff; padding: 12px; border-radius: 6px; transition: 0.3s;
}
.field input:focus, .field select:focus { border-color: #ff7300; background: #111; }

.onyx-btn {
    width: 100%; background: #ff7300; color: #000; border: none; padding: 16px; border-radius: 8px; font-weight: 800; font-size: 14px; cursor: pointer; transition: 0.3s; margin-top: 10px;
}
.onyx-btn:hover { background: #fff; box-shadow: 0 10px 20px rgba(255, 115, 0, 0.2); }
.secure-badge { text-align: center; color: #555; font-size: 11px; margin-top: 15px; display: flex; align-items: center; justify-content: center; gap: 5px; }

/* Process Section */
.process-section { max-width: 1100px; margin: 0 auto; padding-top: 40px; border-top: 1px solid #222; }
.sect-title { text-align: center; color: #fff; margin-bottom: 50px; font-size: 24px; letter-spacing: -1px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.step-item { background: #0d0d0d; padding: 40px 30px; border-radius: 16px; border: 1px solid #1a1a1a; transition: 0.3s; position: relative; }
.step-item:hover { transform: translateY(-10px); border-color: #333; }
.step-num { 
    font-size: 40px; font-weight: 900; color: rgba(255, 255, 255, 0.05); position: absolute; top: 20px; right: 30px; 
}
.step-item h4 { color: #fff; font-size: 18px; margin-bottom: 15px; }
.step-item p { color: #888; font-size: 14px; line-height: 1.6; }

/* Responsive */
@media (max-width: 900px) {
    .onyx-grid-container, .process-grid { grid-template-columns: 1fr; }
    .onyx-title { font-size: 32px; }
}/* End custom CSS */