.profile-3 {
    font-size: 1.1rem
}

.profile-3 [class^=btn-outline-], .profile-3 [class*=" btn-outline-"] {
    border-width: 2px
}

.profile-3 .btn {
    border-radius: 1.2rem
}

.profile-3 .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #47B215;
    --bs-btn-border-color: #47B215;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2d700e;
    --bs-btn-hover-border-color: #398e11;
    --bs-btn-focus-shadow-rgb: 99, 190, 56;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #398e11;
    --bs-btn-active-border-color: #358610;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #47B215;
    --bs-btn-disabled-border-color: #47B215
                                       }

.profile-3 .btn-outline-primary {
    --bs-btn-color: #47B215;
    --bs-btn-border-color: #47B215;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #47B215;
    --bs-btn-hover-border-color: #47B215;
    --bs-btn-focus-shadow-rgb: 71, 178, 21;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #47B215;
    --bs-btn-active-border-color: #47B215;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #47B215;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #47B215;
    --bs-gradient: none
                      }

.profile-3 .title {
    font-size: 1.2rem;
    font-weight: 400;
    color: #47b215;
    text-align: center;
    word-break: break-all;

}

.profile-3 .top {
    position: relative;
    padding: 0
}

.profile-3 .top .bg {
    height: 330px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover
}

.profile-3 .top .intro {
    position: relative;
    z-index: 10;
    top: -3.5rem;
    margin-bottom: -3.5rem;
    padding-bottom: 1.5rem;
    background: rgba(0,0,0,0);
    background: linear-gradient(0deg, white 3%, #9bd044 94%)
}

.profile-3 .top .intro .deco {
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    top: -100px
}

.profile-3 .top .intro .deco .profile-3-intro-decorator {
    fill: #9bd044
}

.profile-3 .top .intro .avatar-container {
    display: block;
    position: relative;
    top: -8rem;
    margin-bottom: -8rem;
    padding-bottom: .25rem
}

.profile-3 .top .intro .avatar-container .avatar {
    margin-left: 3rem;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    padding: 5px;
    background-color: #fff;
    overflow: hidden;
    display: inline-block;
    width: 190px;
    height: 190px
}

.profile-3 .top .intro .avatar-container .avatar img {
    border-radius: 50%
}

.profile-3 .top .intro .avatar-container .img-placeholder {
    display: inline-block;
    width: 90px;
    height: 90px;
    position: absolute;
    border: 4px solid #dee2e6;
    overflow: hidden;
    bottom: 4.2rem;
    right: 2.3rem;
    border-radius: 50%
}

.profile-3 .top .intro .avatar-container .img-placeholder img {
    border-radius: 50%
}

.profile-3 .top .intro .user-detail {
    display: flex;
    padding: 0 3rem
}

.profile-3 .top .intro .user-detail .detail {
    flex: 1 1 auto
}

.profile-3 .top .intro .user-detail .detail .name, .profile-3 .top .intro .user-detail .detail .jobTitle, .profile-3 .top .intro .user-detail .detail .companyName {
    display: block
}

.profile-3 .top .intro .user-detail .detail .name {
    font-size: 1.5rem
}

.profile-3 .top .intro .user-detail .detail .jobTitle {
    font-size: 1.1rem
}

.profile-3 .top .intro .user-detail .detail .companyName {
    font-weight: 500;
    font-size: 1.1rem
}

.profile-3 .top .intro .user-action {
    display: flex;
    margin-top: 1rem;
    padding: 0 3rem
}

.profile-3 .top .intro .user-action .btn {
    flex-grow: 1;
    flex-basis: 0;
    padding: 1rem 1.5rem
}

.profile-3 .contact-details {
    padding: 0 1.5rem
}

.profile-3 .about {
    border-radius: 1.2rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    text-align: center
}

/*.profile-3 .product-services, .profile-3 .icon-lists {
    padding: 0 1rem
}*/

.profile-3 .product-services .title, .profile-3 .icon-lists .title {
    margin-left: .5rem;
    color: #47b215;
    text-align: center
}

.profile-3 .contact-details .detail {
    display: flex;
    margin-top: 1rem
}

.profile-3 .contact-details .detail .icn {
    display: inline-flex;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: .5rem;
    background-color: #47b215;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    margin-top: 0
}

.profile-3 .contact-details .detail .icn .material-symbols-outlined {
    font-variation-settings: "FILL" 1,"wght" 500
}

.profile-3 .contact-details .detail > div {
    margin-top: .25rem
}

.profile-3 .swiper {
    margin-top: 1.5rem;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
}

.profile-3 .swiper-pagination {
    margin-top: 1rem;
    position: relative
}

.profile-3 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,0);
    border: 1px solid #212529;
    opacity: 1
}

.profile-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #212529
}

    .profile-3 .icon-lists .text-column .icon {
        margin-bottom: .65rem;
        border-radius: 0.5rem;
        box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
    }

.profile-3 .icon-lists .text-column .icon img, .profile-3 .icon-lists .text-column .icon svg {
    fill: #47b215;
}

.profile-3 .icon-lists .dropper .icon-link {
    color: #47b215;
    background-color: #f8f9fa
}

.profile-3 .icon-lists .dropper .dropper-content {
    background-color: #f8f9fa
}

.profile-3 .icon-lists .product-services iframe {
    width: -webkit-fill-available;
    aspect-ratio: 1/0.55;
}

.branding-footer div div svg#leafy-brand #brand-wifi path,
.branding-footer div div svg#leafy-brand #brand-leafy path,
.branding-footer div div svg#leafy-brand #brand-card path {
    fill: #3b3b3b !important;
}

.branding-footer {
    fill: #212529;
    background-color: #ffffff;
    padding-top: 3rem;
    display: block;
    color: #adb5bd;
    position: relative;
}

    .branding-footer p {
        color: #212529;
    }

.branding-footer .brand {
    width: 130px;
}

.branding-footer div .branding-container div {
    background-color: #212529;
}

.branding-footer div .branding-container div div {
    margin: auto;
}

.branding-footer div .branding-container div div p {
    text-align: center;
    padding: 0 0 2rem 0;
}

.branding-footer div .branding-container div div div {
    padding: 2rem 0rem;
}