﻿.hidden {
    display: none
}

.full-button {
    width: -webkit-fill-available;
    height: 50px;
}

.item-card2-icons {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 98;
}

.st-btn[data-network='sharethis'] {
    border-radius: 50%;
}
/*
.banner {
    background: rgba(0, 123, 255, .25);
}
*/
.text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
}

.partner {
    padding: 10px;
}


/*-----------sip calculator -------------------*/
label, input, button {
    display: inline-block;
    margin: 5px 0;
}

    input[type="number"] {
        width: 100%;
        padding: 5px 10px;
        margin: 2px 0;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

.sip {
    padding: 38px 27px 38px;
    gap: 60px;
    max-width: 409px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 35px;
    border: 1px solid hsla(0, 0%, 62%, .2);
    background-color: #fbfbfb;
}

.sip-plus {
    padding: 38px 27px 38px;
    max-width: 409px;
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 35px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .sip {
        padding: 38px 27px 38px;
        gap: 15px;
        max-width: 409px;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 35px;
        border: 1px solid hsla(0, 0%, 62%, .2);
        background-color: #fbfbfb;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .sip {
        padding: 38px 27px 38px;
        gap: 15px;
        max-width: 409px;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 35px;
        border: 1px solid hsla(0, 0%, 62%, .2);
        background-color: #fbfbfb;
        padding: 10px 30px 10px 20px !important;
    }
}

.calculator_plus {
    flex: 0 0 22px;
    border-radius: 50%;
    display: flex;
    background: #ff0000;
    height: 22px;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    justify-content: center;
}


.sip-table {
    width: 100%;
    overflow: auto;
    padding: 0 15px;
    margin: 60px 0;
    max-height: 400px;
}

/*---------------pre-payment--------------------*/
.pre-payment {
    padding: 38px 27px 38px;
    max-width: 409px;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-radius: 35px;
    border: 1px solid hsla(0, 0%, 62%, .2);
    background-color: #fbfbfb;
    white-space: nowrap
}

/*----------------About Page-------------------*/
.first-image img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(2px 4px 2px black);
}

.second-image img {
    border-radius: 8px;
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ececec;
}

/*--------------balance transfer---------------*/
.balance-transfer {
    padding: 38px 27px 38px;
    max-width: 409px;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-radius: 35px;
    border: 1px solid hsla(0, 0%, 62%, .2);
    background-color: #fbfbfb;
    white-space: nowrap
}

/*------------------Blog------------------*/
.blogimg {
/*    aspect-ratio: 4 / 3;*/
    object-fit: fill;
}

.blog-para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
     white-space: pre-wrap;
}
.blog-heading-para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
     white-space: pre-wrap;
}

.blog-background-color {
    background: #212529;
}

.blogdetailimage {
    border-radius: 10px;
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, .1);
}

/*--------------------Insurance Page------------------------------*/
.service-meta-insurance  img {
    aspect-ratio: 5/4;
    object-fit: contain;
    border-radius: 8px;
}

.card-footer-bg {
    background: #28a74512;
    border-radius: 0 0 15px 15px;
}
    .card-footer-bg h6 {
        min-height: 25px;
    }

.testimonial-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px;
}


.testimonial-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: stretch;
}
.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    min-width: 320px;
    max-width: 320px;
    flex: 0 0 auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.testimonial-card {
    min-height: 300px; 
}

    .testimonial-card:hover {
        background-color: aliceblue;
        transform: translateY(-4px);
    }

.testimonial-content {
    flex-grow: 1;
    margin-bottom: 20px;
    color: #444;
    font-style: italic;
    font-size: 15px;
}

.testimonial-footer {
    display: flex;
    align-items: center;
}

.testimonial-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-footer strong {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.testimonial-footer small {
    color: #888;
    font-size: 13px;
}

/* Optional: scrollbar hidden */
.testimonial-scroll-wrapper::-webkit-scrollbar {
    display: block;
}

.testimonial-scroll-wrapper {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
}

@media (max-width: 576px) {
    .testimonial-card {
        min-width: 85%;
    }
}
.pad-about-sec {
    background: #28a7450a;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 0 #1f1f1f;
}
.bg-brown {
    background-color: #a1452e !important;
    border-radius: 25px 0 0 25px;
}
.bg-brown-1 {
    box-sizing: border-box;
    border: 1px solid #006400;
    background: #006400;
    border-radius: 0 25px 25px 0;
}


/*product design*/

.loan-image {
    aspect-ratio: 5 / 5 !important;
    object-fit: cover !important;
    width: 85% !important;
    object-position: bottom !important;
}
