/* Fixed Deposit Table */
.fd-section {
    background-color: #d35400;
    padding: 70px 0 60px;
}

.fd-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 2px;
    line-height: 1.1;
}

.fd-subtitle {
    font-family: 'Barlow Condensed', Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.fd-desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap;
    margin: 0 auto 35px;
    line-height: 1.6;
}

.fd-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.fd-feature-list {
    list-style: disc;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 22px;
}

/* FD Table */
.fd-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12.5px;
}

.fd-table thead tr th {
    background-color: #3a5c1a;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 12px 8px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
}

.fd-table thead tr th:first-child {
    text-align: left;
    padding-left: 14px;
}

.fd-table .rate-row td {
    background-color: #e07b10;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    padding: 9px 5px;
    border: 1px solid #ffffff;
}

/* Light yellow rows (odd) */
.fd-table tbody tr.row-light td {
    background-color: #fef9c3;
    color: #1a1a1a;
    text-align: center;
    padding: 13px 10px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #ffffff;
}

.fd-table tbody tr.row-light td:first-child {
    text-align: left;
    font-weight: 700;
    padding-left: 14px;
}

/* Dark yellow rows (even) */
.fd-table tbody tr.row-dark td {
    background-color: #fbbf24;
    color: #1a1a1a;
    text-align: center;
    padding: 13px 10px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #ffffff;
}

.fd-table tbody tr.row-dark td:first-child {
    text-align: left;
    font-weight: 700;
    padding-left: 14px;
}

/* SDP Red rows */
.fd-table tbody tr.sdp-row-red td {
    background-color: #fef9c3;
    color: #1a1a1a;
    text-align: center;
    padding: 13px 10px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #ffffff;
}

.fd-table tbody tr.sdp-row-red td:first-child {
    text-align: left;
    font-weight: 700;
    padding-left: 14px;
}

/* SDP Green rows */
.fd-table tbody tr.sdp-row-green td {
    background-color: #95c12b;
    color: #1a1a1a;
    text-align: center;
    padding: 13px 10px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #ffffff;
}

.fd-table tbody tr.sdp-row-green td:first-child {
    text-align: left;
    font-weight: 700;
    padding-left: 14px;
}

.fd-footer-note {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 30px;
    line-height: 20px;
}

.fd-footer-note strong {
    display: block;
    font-weight: 700;
    color: #ffffff;
}

/* Custom FD Table matching user's uploaded image */
.fd-table-custom {
    width: 95%;
    max-width: 820px;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

.fd-table-custom thead tr th {
    background-color: #95c12b;
    color: #1a1a1a;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 12px 8px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
}

.fd-table-custom tbody tr td {
    text-align: center;
    padding: 13px 10px;
    font-weight: 600;
    font-size: 13px;
    border: 2px solid #ffffff;
    color: #1a1a1a;
}

.fd-table-custom tbody tr.row-light-custom td {
    background-color: #fff7b2;
}

.fd-table-custom tbody tr.row-dark-custom td {
    background-color: #d7b56d;
}

/* Custom RD Table matching the second uploaded image */
.rd-table-custom {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

.rd-table-custom thead tr th {
    width: 50%;
    background-color: #e87e22;
    color: #1a1a1a;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 12px 8px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
}

.rd-table-custom tbody tr td {
    text-align: center;
    padding: 13px 10px;
    font-weight: 600;
    font-size: 13px;
    border: 2px solid #ffffff;
    color: #1a1a1a;
}

.rd-table-custom tbody tr.rd-row-light td {
    background-color: #dbe491;
}

.rd-table-custom tbody tr.rd-row-dark td {
    background-color: #b1d234;
}
