.prime-clr {
    color: #23145F !important;
}

.sec-clr {
    color: #00963C !important;
}

/* ======== Banner Css ========= */


.hm-carousel img {
    border-radius: 20px;
}

.ht-slider-wrapper {
    background-color: #fff;
}

.hm-carousel .slick-dots {
    position: absolute;
    bottom: -25px;
    background-color: #fdfffe;
    padding: 10px;
    width: 150px;
    border-radius: 30px;
}

.abt-img {
    height: 510px;
    border-radius: 15px;
}

.float-content-1 .icon img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(73%) saturate(3744%) hue-rotate(250deg) brightness(93%) contrast(108%);
}

@media(min-width:1099px) {
    .feature-wrap-3 {
        height: 520px;
    }

}

.loan-calculator {
    background-color: #f8f9fa;
}

.calculator-form,
.result-section {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 10px;
}

.range-values {
    display: flex;
    justify-content: space-between;
}

.range-values span {
    font-size: 13px;
    font-weight: 600;
    color: #00963c;
    letter-spacing: 1px;
}

.calculator-form label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 1px;
    align-items: baseline;
}

/* .calculator-form label span {
    padding: 0px 20px;
    border: 1px solid #23145f;
    border-radius: 7px;
    font-weight: 600;
} */

.br-dash {
    border-bottom: 2px dashed #e6e0ff;
    padding-bottom: 10px;
}

.form-range {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #ddd;
    outline: none;
    opacity: 0.7;
    transition: opacity .2s;
}

.form-range:hover {
    opacity: 1;
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #4CAF50;
    border-radius: 50%;
    cursor: pointer;
}

.result-details {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.result-details p {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.chart-container {
    height: 300px;
    position: relative;
    margin-top: 20px;
}

label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}

.info-item {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.px-20 {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 1400px) {
    .theme-banner-one .main-title {
        font-size: 48px;
        line-height: 1.15;
    }

    .hm-carousel img {
        width: 120%;
    }

    .cta-section .title-one .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 756px) {
    .theme-banner-one .shape-1 {
        right: 5%;
        top: 13%;
    }

    .hm-carousel img {
        width: 100%;
    }

    .abt-img {
        height: auto;
    }

    .feature-slider-wrapper .slick-track {
        margin-left: -10px;
    }

    .faq-section img {
        margin-bottom: 30px;
    }

    .loan-calculate-form .container-fluid {
        padding: 10px !important;
    }

    .cta-section .title-one .title {
        font-size: 28px;
    }
}

.hilight-bx {
    background-color: #ebe9e9;
    border-left: 4px solid #00963c;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.values-mission-section {
    background-color: #e2ddf9;
}

.value-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
    height: 100%;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.value-card:hover::before {
    left: 100%;
}

.value-card:hover {
    transform: translateY(-5px) scale(1.001);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    border-color: #00963C;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}

.value-card .icon-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.value-card:hover .icon-wrap {
    transform: rotateY(360deg);
}

.value-card .icon-wrap i {
    font-size: 45px;
    color: #00963C;
    transition: all 0.3s ease;
}

.value-card:hover .icon-wrap i {
    color: #23145F;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.value-card h3 {
    color: #23145F;
    margin-bottom: 20px;
    font-size: 24px;
    transition: all 0.3s ease;
}

.value-card:hover h3 {
    color: #00963C;
    transform: translateX(10px);
}

.value-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.value-card:hover p {
    color: #333;
}

.section-title {
    margin-bottom: 50px;
}

.contact-form-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.contact-form-wrap {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transform: translateY(0);
    transition: all 0.4s ease;
}

.contact-form-wrap:hover {
    transform: translateY(-5px);
}

.contact-form-title {
    font-size: 2.5rem;
    background: linear-gradient(45deg, #0d6efd, #23145F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.form-group {
    position: relative;
    margin-bottom: 5px;
}

.form-group label {
    display: block;
    font-weight: 500;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 5px 45px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background: transparent;
    transition: all 0.3s ease;
    font-size: 16px;
}

.form-group i {
    position: absolute;
    left: 15px;
    top: 51px;
    color: #00963c;
    transition: all 0.3sease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #23145F;
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.2);
    transform: translateY(-2px);
}

.form-group input:focus+i,
.form-group textarea:focus+i {
    transform: scale(1.2);
}

.form-group.invalid input {
    border-color: #dc3545;
    animation: shake 0.5s;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    75% {
        transform: translateX(10px);
    }
}

.contact-map img {
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.contact-map img:hover {
    transform: scale(1.02);
}

.gap-50 {
    gap: 50px;
}

@media only screen and (min-width: 1200px) {
    .cnt-img {
        height: 645px;
        width: 100%;
        object-fit: cover;
    }
}

.career-content-area {
    background-color: #fff;
}

.career-content {
    padding-right: 30px;
}

.career-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.career-image img:hover {
    transform: translateY(-5px);
}

@media (max-width: 991px) {
    .career-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

}

.job-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(35, 20, 95, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(35, 20, 95, 0.1);
}

.job-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(35, 20, 95, 0.2);
}

.job-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(35, 20, 95, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.job-card:hover .job-icon {
    background: #23145F;
    color: white;
}

.job-icon i {
    font-size: 28px;
    color: #23145F;
    transition: all 0.3s ease;
}

.job-card:hover .job-icon i {
    color: white;
}

.job-card h3 {
    margin-bottom: 15px;
    color: #23145F;
    font-size: 20px;
}

.job-info {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.job-info li {
    margin-bottom: 10px;
    color: #666;
}

.job-info li i {
    margin-right: 8px;
    color: #00963C;
}

.apply-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #00963C;
    color: white;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.apply-btn:hover {
    background: #23145F;
    color: white;
    transform: scale(1.05);
}

.service-thumb {
    background-color: #e9e3ff;
    padding: 30px;
    border-radius: 20px;
}

@media(max-width:756px) {
    .start-md-90 {
        left: 90% !important;
    }

    .top-md-40 {
        top: -40px !important;
    }

    .loan-calculator-form .row>* {
        padding-right: unset !important;
    }

    .modal-dialog .container {
        padding: 5px !important;
    }

    .cnt-img {
        margin-top: 30px;
    }
}

.initial-note {
    background-color: #f8f9fa;
    border-left: 4px solid #00963C;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 38px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.initial-note p {
    color: #23145F;
    font-size: 16px;
    margin: 0;
}

.initial-note i {
    color: #00963C;
    margin-right: 8px;
}

#loanAmountValue,
#interestRateValue,
#loanTenureValue {
    width: 130px;
    padding: 1px 10px;
    border: 1px solid #23145f;
    border-radius: 5px;
}

#interestRateValue,
#loanTenureValue {
    width: 70px;
}

.tenure-toggle {
    display: flex;
    border: 1px solid #23145F;
    padding: 5px;
    border-radius: 10px;
}

.tenure-toggle .btn {
    background: transparent;
    /* border: 1px solid #23145F; */
    color: #23145F;
    padding: 5px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.tenure-toggle .btn.active {
    background: #23145F;
    color: white;
}

.tenure-toggle .btn:hover {
    background: #00963C;
    color: white;
}

.swal2-image {
    width: 180px !important;
}