.whatsapp_float {
    position: fixed;
    right: 1.5rem;
    bottom: 1rem;
    z-index: 99;
}

.whatsapp_float img {
    width: 4.25rem;
    height: auto;
    object-fit: contain;
}

.pyloan-service-list-arrow.active a {
    background-color: #058292;
    color: #fff;
}

.header__logo {
    max-width: 120px;
    height: auto;
    object-fit: contain;
}

.service-sidebar {
    position: sticky;
    top: 0;
}

.form-text {
    font-size: .8rem;
}

.clientLogo__item {
    border: .5px solid #058292;
    padding: 16px;
    border-radius: 8px;
    width: 100%;

    a {
        display: block;
    }

    img {
        width: 100%;
        height: 80px;
        object-fit: contain;
        border-radius: 8px;
        margin-bottom: 8px;
    }

    h5 {
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        margin: 0;
        text-transform: capitalize;
    }
}


textarea {
    height: auto !important;
}

.text-blink {
    animation: blinker 1.5s linear infinite;
}

.careers-section {
    .form-control:focus {
        border-color: #0a8695;
        box-shadow: unset;
    }
}

.payout-grid {
    background-color: #ffffff;
    padding: 5rem 0;
}

.payout-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 18px 12px;
    text-align: center;
    text-decoration: none;
    color: #0c2139;
    font-weight: 500;
    transition: all 0.2s ease;
    display: block;
    height: 100%;
}

.payout-card span {
    display: block;
    font-size: 14px;
    color: #555c63;
    margin-top: 4px;
}

.payout-card:hover {
    background-color: #0c2139;
    color: #ffffff;
    transform: translateY(-2px);
}

.payout-card:hover span {
    color: #ffffff;
}

.bank_img_title img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
}

.select2-container {
    width: 100% !important;
}

#BankImageView {
    width: 80px;
    height: 80px;
    border-radius: 6px;
}

td {
    vertical-align: middle
}

.chairman {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.chairman__image {
    max-width: 320px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.chairman__designation {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8b6b3d;
}

.chairman__name {
    margin-bottom: 1rem;
    font-size: 2.25rem;
    font-weight: 700;
    color: #222;
}

.chairman__description {
    max-width: 620px;
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
}


@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes fall {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(var(--drift), 100vh);
    }
}

@media screen and (max-width:768px) {
    .whatsapp_float {
        right: 1rem;
        bottom: 5rem;
    }

    .trusted-company__box {
        padding: 1rem;
    }

    .trusted-company__box p {
        font-size: .9rem;
        line-height: normal;
    }

    .about-one__content p {
        padding-right: 0px;
    }

    .chairman__image {
        max-width: 100%;
    }
}