* {
    margin: 0px;
    padding: 0px;
}

.h-font{
    font-family: 'Roboto', sans-serif;
}

/* Cover Background */
.cover-bg {
    position: relative;
    width: 100%;
    height: 400px;
    max-height: 400px;
    z-index: 1;
}

.cover-bg img {
    object-fit: cover;
    object-position: top;
}

.profile-pic {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -12rem;
}

.profile-container {
    width: 21.875rem;
    height: 21.875rem;
}

.icons-color {
    color: #AD7713 !important;
}

/* Cover Background Image */
.profile-image {
    border-radius: 100%;
    /*border: 4px solid #AD7713;*/
    height: 100%;
}
.icon-btn{
    transition: all 0.4s;
    transition-timing-function:cubic-bezier(0.5, 3, 0, 1);
}
.icon-btn:hover{
    transform:scale(1.2,1.2);
}
.icon {
    font-size: 30px !important;
}
.padding {
    padding: 14px !important;
}
.facebook{
    padding: 14px 23px 11px 23px !important;

}
/*.whatsap, .insta, .fa-tiktok{
    padding:12px 16px !important;
}*/
.fa-pinterest{
    padding: 9px 10px !important;
}
.fa-location-arrow, .fa-location-dot{
    padding: 12px 17px !important;
}
/*.fa-mobile-screen-button{
    padding: 14px 20px !important;
}*/
/* Body Background */
.body-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    padding-top: 10.5rem;
}

/* Background Paragraph */
.body-bg p {
    line-height: 50px;
}

/* Accordian Section */
.accordion-button::before {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    content: "";
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3e%3cpath fill='%23FFFFFF' d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3e%3cpath fill='%23AD7713' d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3e%3c/svg%3e");
    transform: rotate(0deg);
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: none !important;
}

/*.accordion-button:not(.collapsed) {*/
/*    color: #AD7713 !important;*/
/*}*/


/* Footer */
.footer-tag {
    color: #AD7713;
}

.footer-tag:hover {
    color: #FFFFFF !important;
}

@media screen and (max-width: 976px) {

    .cover-bg{
        max-height: 220px;
    }

    .profile-container{
        /* width: 40%; */
        height: 200px !important;
        width: 200px !important;
        margin-top: 2rem !important;
    }

    .body-bg {
        padding-top: 6rem !important;
    }


    .profile-pic {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: -8rem;
    }

    .profile-container {
        width: 13.875rem;
        height: 13.875rem;
    }

    .link-name {
        font-size: 1rem !important;
    }

    .icon {
        font-size: 1.8rem !important;
    }
    .padding {
        padding: 10px 9px 6px 9px !important;
    }
    .whatsap, .insta, .fa-mobile-screen-button{
        padding: 7px 10px !important;
    }
    /*.fa-mobile-screen-button, .fa-location-arrow, .fa-location-dot, .fa-tiktok, .fa-pinterest{
        padding: 9px 12px !important;
    }*/
    /*.fa-fax{
        padding: 4px !important;
    }*/
    
    .fa-pinterest{
        padding: 9px 10px !important;
    }

    .facebook{
        padding: 8px 14px !important;
    }

    .thumbnail-img {
        width: 7rem !important;
        height: 7rem !important;
        gap: 4px !important;
    }
}