
.my-fix-class {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.hero-section {
    width: 100%;
    background-color: #EEEEEE;
    padding: 80px 20px;
    text-align: center;
    font-family: sans-serif;
    color: black !important;
}

.hero-container {
    max-width: 1200px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    background-color: #f96747;
    margin: 0 auto;
    border-radius: 15px;
}

.ro-cs {
    border-radius: 15px;
}

.btn-sub-gh{
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    color: #1e88e5;
}
.btn-sub-gh:hover{
    color: #1e88e5;
}

.hero-container h1 {
    margin-bottom: 20px;
}

.hero-container p {
    margin-bottom: 40px;
    line-height: 1.5;
}

.features-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.feature-card {
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s, background 0.3s;
}
.feature-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.feature-card {
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.feature-card .icon {
    width: 70px;
    height: 70px;
    background-color: #1e88e5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.calculator h2 {
    text-align: center;
    margin-bottom: 25px;
}

.calculator form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.calculator label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.calculator input,
.calculator select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.calculator button {
    background-color: #1e88e5;
    color: #fff;
    border: none;
    padding: 14px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    flex: 1;
    transition: 0.3s;
}

.calculator button:hover {
    background-color: #1e88e5;
}
.gh-s-container {
    max-width: 700px;
    margin: 50px auto;
    text-align: center;
}

.gh-s-title {
    font-weight: bold !important;
    margin-bottom: 40px;
}

.gh-s-timeline {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.gh-s-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 2px;
    background: #ddd;
    transform: translateX(50%);
}

.gh-s-step {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0;
    position: relative;
}

.gh-s-circle {
    background-color: #f96747;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    z-index: 2;
}

.gh-s-content {
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    width: 280px;
    line-height: 1.6;
}

.gh-s-step:nth-child(odd) .gh-s-content {
    margin-right: calc(50% + 30px);
    text-align: right;
}
.gh-s-step:nth-child(even) .gh-s-content {
    margin-left: calc(50% + 30px);
    text-align: right;
}




.calculator-header h1 {
    margin-bottom: 5px;
    font-weight: 700;
}

.calculator-header p {
    opacity: 0.9;
}

.left-section {
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.right-section {
    flex: 1;
    padding: 30px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    border-radius: 15px;
}
.repayment-title {
    margin: 10px 0 !important;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px ridge #eeeeee;

}
.final-repayment {
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    backdrop-filter: blur(10px);
    border-bottom: 1px ridge #eeeeee;
}
.detail-box {
    background: rgba(255, 255, 255, 0.69);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.detail-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px ridge #eeeeee;

}
.detail-label {
}
.detail-value {
    font-weight: 600;
}
.note {
    text-align: center;
    margin-top: 20px;
    opacity: 0.9;
}
.loan-type {
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}
.bank-box {
    color: white;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    background-color: #1e88e5;

}
.range-container {
    margin-bottom: 15px;
}
.range-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #555;
}
input[type="range"] {
    width: 100%;
    height: 10px;
    -webkit-appearance: none;
    appearance: none;
    background: #ddd;
    outline: none;
    border-radius: 5px;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #1e88e5;
    cursor: pointer;
    border: 4px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}
input[type="range"]::-webkit-slider-thumb:hover {
    background: #0d47a1;
}
.repayment-period {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    color: #333;
    font-weight: 500;
    border: 1px dashed #ddd;
}
.value-display {
    text-align: center;
    font-weight: bold;
    color: #1e88e5;
    margin: 15px 0;
    padding: 10px;
    background-color: #f0f8ff;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    .left-section, .right-section {
        width: 100%;
    }
    .right-section {
        border-left: none;
        border-top: 1px solid #eee;
    }
}

.bg-gh{
    background-color: #f96747;
}

:root {
    --primary-color: #1e88e5;
    --primary-light-hg: #e3f2fd;
}

.accordion-button:not(.collapsed) {
    background-color: var(--primary-light);
    color: var(--primary-color);
    font-weight: bold;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}


.title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.story-m-calculator-soft {
    border-radius: 16px;
}

.story-m-calculator-soft .story-m-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-align: center;
    color: #333;
}

.story-m-calculator-soft .story-m-range-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.story-m-calculator-soft input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #e0e0e0;
    outline: none;
    margin: 10px 0;
}

.story-m-calculator-soft input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.story-m-calculator-soft input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.story-m-calculator-soft .story-m-results p {
    margin: 6px 0;
    font-size: 1rem;
    color: #555;
}

.story-m-calculator-soft .story-m-results span {
    font-weight: bold;
    color: #222;
}

.icon-bank{
    width: 35px !important;
    object-fit: cover;
    height: auto;
}

#loanRange2::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #198754;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

#loanRange2::-moz-range-thumb {
    background: #198754;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}



.fs-16{
    font-size: 16px !important;
    font-weight: bold !important;
    color: black !important;
}


.cs-fs-14{
    font-size: 14px !important;
    color: gray !important;
}

