:root {
    --ft-primary: #2563eb;
    --ft-primary-light: #eff6ff;
    --ft-success: #10b981;
    --ft-warning: #f59e0b;
    --ft-danger: #ef4444;
    --ft-background: #f8fafc;
    --ft-text: #0f172a;
    --ft-text-secondary: #64748b;
    --ft-border: #e2e8f0;
    --ft-card: #ffffff;
    --ft-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --ft-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --ft-radius: 8px;
    --ft-inter : "Inter", sans-serif;
  }
.ft-section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ft-section-header p {
    color: #666;
}
.ft-calculator-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 40px 0px;
}
.ft-calculator-card-item {
    background-color: var(--ft-card);
    border-radius: var(--ft-radius);
    box-shadow: var(--ft-shadow);
    padding: 24px;
    border: 1px solid #eee;
}
.ft-single-main {
    background-color: var(--ft-background);
}
.drag-slide-input-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--ft-inter);
    color: var(--ft-text);
}
.drag-slide-input {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid var(--ft-border);
    border-radius: var(--ft-radius);
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: var(--ft-inter);
}
.drag-slide-input:focus {
    outline: none;
    border-color: var(--ft-primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.drag-slide-input-wrapper {
    margin-bottom: 8px;
}
.drag-slide-item .ui-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: var(--ft-border);
    outline: none;
    margin: 16px 0;
    border: none;
}
.drag-slide-item .ui-slider-handle {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: var(--ft-primary);
    outline: none!Important;
    box-shadow: none!Important;
    border: 1px solid #003eff;
}
.drag-slider-wrapper {
    padding: 0px 10px;
}
.drag-slide-item {
    margin-bottom: 24px;
}
.drag-slide-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--ft-text-secondary);
    font-family: var(--ft-inter);
}
.button-blue-bg {
    padding: 12px 20px;
    background-color: var(--ft-primary);
    color: white;
    border: none;
    border-radius: var(--ft-radius);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 12px;
    width: 100%;
    font-family: var(--ft-inter);
}
.ft-result-chart {
    max-width: 300px;
    max-height: 300px;
    position: relative;
    margin: 0px auto;
}
.ft-calculator-wrapper {
    max-width: 900px;
    margin: 0px auto;
}
.res-row {
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: space-between;
    gap: 30px;
}
.res-row span {
    font-weight: 500;
    font-size: 14px;
    font-family: var(--ft-inter);
    color: var(--ft-text);
}
.ft-result-html {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0px;
}
#analysis-modal .modal-body {
    padding: 24px;
}
.analysis-form-div h4 {
    font-family: var(--ft-inter)!important;
    font-weight: 600!important;
    font-size: 18px!important;
    text-align: center;
    margin-bottom: 5px!important;
}
.analysis-form-div p.modal-sub-text {
    font-size: 14px!important;
    color: var(--ft-text-secondary)!important;
    text-align: center;
    margin-bottom: 15px!important;
}
.analysis-form-div input[type="text"],
.analysis-form-div input[type="tel"],
.analysis-form-div select {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid var(--ft-border);
    border-radius: var(--ft-radius);
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
	background: #fff;
}
.analysis-form-div input[type="text"]:focus,
.analysis-form-div input[type="tel"]:focus {
    outline: none;
    border-color: var(--ft-primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.analysis-form-div label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--ft-inter);
}
.analysis-form-div br {
    display: none;
}
.risk-head {
    position: relative;
    padding: 0px 0px 0px 0px;
    color: green;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--ft-inter);
    
}
.risk-message {
    font-size: 14px;
    line-height: 20px;
    font-family: var(--ft-inter);
}
.risk-recommendations {
    font-size: 14px;
    font-family: var(--ft-inter);
    margin-top: 10px;
}
.risk-recommendations li {
    position: relative;
    font-size: 14px;
    font-family: var(--ft-inter);
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
}
.risk-recommendations li i {
    font-size: 16px;
    color: green;
    margin-top: 5px;
    margin-right: 10px; 
}
.risk-recommendations ul {
    list-style: none;
    padding: 0px;
}
.analysis-report-wrapper {
    background: #0080000f;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.analysis-report-wrapper.low-risk .risk-head {
    color: green;
}
.analysis-report-wrapper.moderate-risk .risk-head {
    color: rgb(205, 136, 8);
}
.analysis-report-wrapper.high-risk .risk-head {
    color: red;
}
.analysis-report-wrapper.low-risk {
    background: #adff2f17;
}
.analysis-report-wrapper.moderate-risk {
    background: #ffa50014;
}
.analysis-report-wrapper.high-risk {
    background: #ff00000a;
}
.risk-recommendations h4 {
    font-size: 15px;
    margin-top: 20px;
}
.risk-ratio h5 {
    font-size: 15px;
    font-family: var(--ft-inter);
    margin: 10px 0px 10px 0px;
}
.ft-progress-bar-wrapper {
    width: 100%;
    height: 5px;
    background: #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.ft-progress-bar-wrapper .ft-progress-bar {
    height: 5px;
}
.low-risk .ft-progress-bar-wrapper .ft-progress-bar {
    background: green;
}
.moderate-risk .ft-progress-bar-wrapper .ft-progress-bar {
    background: orange;
}
.high-risk .ft-progress-bar-wrapper .ft-progress-bar {
    background: red;
}

.ft-progress-perc {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #777;
    justify-content: space-between;
    margin-top: 7px;
}
.tax-res-card {
    padding: 20px;
    background: #eee;
    border-radius: 8px;
    color: #fff;
}
.tax-res-card * {
    font-family: var(--ft-inter)!important;
}
.tax-res-card h5 {
    font-size: 12px !important;
    font-weight: 500!important;
    margin-bottom: 5px;
}
.tax-res-card h4 {
    font-size: 16px!important;
    font-weight: 500!important;
    color: #fff;
    margin-bottom: 0px;
    margin-right: 10px;
}
.tax-res-card h3 {
    font-size: 22px!Important;
    font-weight: 500!Important;
    color: #fff;
    margin-bottom: 0;
}
.tax-res-card h6 {
    font-size: 12px!Important;
    font-weight: 500!Important;
    color: #fffc;
    margin-top: 5px;
    margin-bottom: 0px;
}
.tax-res-blue {
    background: #5b9bfd;
}
.tax-res-orange {
    background: #c28f03;
}
.tax-res-green {
    background: #72b779;
}
.tax-res-html {
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px 0px 15px;
}
.ft-section-header p {
    color: #666;
    text-align: center;
  }

@media(max-width: 768px) {
    .ft-calculator-grid {
        grid-template-columns: 1fr;
    }
}
/*===== Page Styles */
