
/*nfc_card*/

.nfc_card{
    background: #f4a43c !important;
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif !important;
}
.nfc_card_design .nfc_card_logo{
    background: #ffffff;
    text-align: center;
    padding: 15px;
    margin-top: 5px;
}
.nfc_card_design .nfc_card_logo .nfc_falgun_logo{
    width: 200px !important;
}
.preview_staff_profile{
    border-radius: 0 !important;
}
.preview_staff_profile .author .user_name{
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: #f4a43c;
    font-family: 'Poppins', sans-serif !important;

}
.preview_staff_profile .author .user_position{
    font-size: 20px;
    font-family: 'Poppins', sans-serif !important;
    color: #2c5c63 !important;
    margin-bottom: 30px !important;
}

.preview_staff_profile .author .user_primary_info{
    font-size: 15px;
    font-family: 'Poppins', sans-serif !important;
    color: #2c5c63 !important;
    margin-bottom: 30px !important;
}
.preview_staff_profile .author .user_divider{
    width: 100px;
    height: 6px;
    background: #f4a43c;
    margin: 0 auto 30px;
}






.preview_staff_profile .author .save_share{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;

}

.preview_staff_profile .author .save_share .save_btn{
    padding: 6px 15px;
    border: 1px solid #f4a436;
    background: #f4a43c;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 500;
    color: white;
}
.preview_staff_profile .author .save_share .change_bg{

    background: #2c5c63;
    border: 1px solid #2c5c63;

}

@media (max-width: 380px) {
    /* Targets the specific element within the specified class hierarchy */
    .preview_staff_profile .author .save_share .save_btn {
        padding: 6px 13px;
        font-size: 11px;
    }
}




.preview_staff_profile .author .save_share .save_btn i{
    margin-right: 10px;
}



.preview_staff_profile .author .user_main_info ul{
    margin: 0;
    padding: 0;
}
.preview_staff_profile .author .user_main_info ul li{
    list-style: none;
    text-align: left;
    display: flex;
    margin: 20px 0;
    align-self: center;
    align-items: center;
}
.preview_staff_profile .author .user_main_info ul li .info_icon{
    background: #f4a43c;
    font-size: 25px;
    border-radius: 5px;
    text-align: center;
    margin-right: 15px;
    color: white;
    width: 40px;
    height: 38px;
    border: 1px solid #f4a436;
}
.preview_staff_profile .author .user_main_info ul li .info_value{
    text-decoration: none;
    font-size: 15px;
    color: #2c5c63 !important;
    font-weight: 500;

}

.preview_staff_profile .author .user_main_info ul li .info_value a{
    text-decoration: none;
    font-size: 15px;
    color: #2c5c63 !important;
    font-weight: 500;

}

.download_qr_area{
    text-align: center;
}
.download_qr_area .user_primary_info{
    font-size: 15px;
    font-family: 'Poppins', sans-serif !important;
    color: #2c5c63 !important;
    margin-bottom: 30px !important;
}
.download_qr_area .download_qr_title{
    font-size: 25px;
    color: #2c5c63;
    padding-bottom: 30px;
    padding-top: 15px;
    font-weight: 600;
}
.download_qr_area .download_qr_btn{
    background: none !important;
    border: 1px solid #2c5c63;
    color: #2c5c63;
    padding: 10px 20px;
    font-size: 17px;
    box-shadow: none !important;
    margin: 40px 0 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 1s;

    &:hover{
        background: #f4a43c !important;
        border: 1px solid #f4a43c;
    }

}
@keyframes bottomToUp {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes slideFromLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
.animate-topToUp{
    animation: bottomToUp 1s ease-in-out;
}

/* Define the animation class without applying it initially */
.animate-slide {
    animation: slideFromLeft 1s ease-in-out;
    /* Adjust duration and timing function as needed */
}

.download_qr_area .nfc_article_area .article_header{
    height: 170px;
    overflow: hidden;
}
.download_qr_area .share_with_social ul{
    margin: 30px 0 30px;
    padding: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;

}
.download_qr_area .share_with_social ul li{
    list-style: none;
    background: #f6a33f;
    color: white;
    font-size: 18px;
    width: 40px;
    height: 38px;
    border-radius: 5px;
    line-height: 38px;

}



.download_qr_area .nfc_article_area .article_header img{
    height: 170px;
    border-radius: 0.25rem 0.25rem 0 0 !important;
    transition: all 1s;
    cursor: pointer;
    width: 100%;
    &:hover{
        transform:scale(2.0);
    }
}
.download_qr_area .nfc_article_area .article_details{
    padding: 15px;
    text-align: left !important;
}

.download_qr_area .nfc_article_area .article_details .article_title a{
    color: #2c5c63;
    font-size: 18px;
    font-weight: 600;

}
.download_qr_area .nfc_article_area .article_details p{
    color: #2c5c63 !important;
    font-size: 15px;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif !important;
    height: 110px!important;
    display: -webkit-box;
    vertical-align: middle;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;


}
.download_qr_area .nfc_article_area .article_details .more_btn{
    margin: 30px 0 10px;
}
.download_qr_area .nfc_article_area .article_details .more_btn a{
    background: none !important;
    border: 1px solid #2c5c63;
    color: #2c5c63;
    padding: 6px 20px;
    font-size: 15px;
    box-shadow: none !important;
    margin: 40px 0 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 1s;

    &:hover{
        background: #f4a43c !important;
        border: 1px solid #f4a43c;
        color: white;
    }
}
.our_client_area .customers{
    float: left;
    width: 50%;
}
.our_client_area .customers img{
    border: 1px solid rgba(221, 221, 221, 0.4);
    padding: 50px 25px;
    border-radius: 0 !important;
    cursor: pointer;
    &:hover{
        opacity: 0.2;
    }
}












.nfc_footer{
    background: #a76aa3;
}
.nfc_footer .text_footer{
    text-align: center;
    color: white;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 500;
}
.nfc_footer .text_footer a{
    font-weight: 600;
    color: #f4a43c;
}
.footer_dash{
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    height: 15px;
    margin-bottom: -1px;

}
.footer_dash .item-1{
    background: #41abc5;
}
.footer_dash .item-2{
    background: #a76aa3;
}
.footer_dash .item-3{
    background: #a0bf7c;
}



.our_product_area .nfc_single_product {
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    transition: border 0.5s;
    height: 300px;

    &:hover {
        border: 1px solid #f6a33f;
        .product_overlay {
            height: 100%;
        }
    }
}

.our_product_area .nfc_single_product .product_overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    transition: height 0.7s;
    left: 0;
    bottom: 0; /* Change top to bottom */
    background: rgba(246, 163, 63, 0.8);
    overflow: hidden;


}
.our_product_area .nfc_single_product .product_overlay .text_item_overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}

.our_product_area .nfc_single_product .text_item_overlay .title{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
}
.our_product_area .nfc_single_product .text_item_overlay a{

    background: none !important;
    border: 1px solid #2c5c63;
    color: #2c5c63;
    padding: 6px 20px;
    font-size: 15px;
    box-shadow: none !important;
    margin: 40px 0 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 1s;

    &:hover{
        background: #f4a43c !important;
        border: 1px solid #f4a43c;
        color: white;
    }
}

.view_all_staff_list{

}
.view_all_staff_list .single_staff{
    border: 1px solid graytext;
    border-radius: 15px;
    margin: 15px;
    padding: 30px;
}
.view_all_staff_list .single_staff .staff_top{
    display: flex;
    justify-content: space-between;
}
.view_all_staff_list .single_staff .staff_top .staff_name{
    font-size: 30px;

}
.view_all_staff_list .single_staff .staff_top .staff_name .designation{
    font-size: 13px;
    padding-bottom: 10px;


}
.view_all_staff_list .single_staff .staff_top .company_logo img{
    width: 200px;
}





/*dropdown*/

.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}






















