/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.banner-text-inner a img {
    height: 40px;
}

.download-app-inner a img {
    height: 60px;
    margin-bottom: 4px;
}

.banner-image img {
    border-radius: 24px;
}

.product-img img {
    width: 120px;
    height: 120px;
    border-radius: 24px;
}

.team-member-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 60px;
    overflow: hidden;
    position: relative;
}

.team-member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.team-member-info {
    margin-top: 20px;
}

.logo img {
    max-width: 50px;
    border-radius: 8px;
}

.footer-widget h3 {
    font-size: 32px;
}

.footer-widget h5 {
    font-size: 20px;
}

.footer-widget p {
    padding-top: 28px;
}
