/*
Theme Name: PressMart Child
Theme URI: https://pressmart.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for PressMart
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: pressmart
Text Domain: pressmart-child
*/

.header-topbar .contact-phone .picon-phone:before {
    content: "\e952";
}

button.show-password-input {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
button.show-password-input.display-password:before {
    content: "\f070"
}
button.show-password-input:before {
    content: "\f06e"
}
.password-input {
    display: flex;
}



.header-main .header-col-center {
    justify-content: center;
}



/* Positioning the button at the bottom-right */
.footer-floated-button .whatsapp-button {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 15px;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    cursor: pointer;
    z-index: 999;
    height: 3.5rem;
    width: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: bounce 1s ease infinite;
}

.footer-floated-button .whatsapp-button:hover {
    background-color: #128C7E;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}




.footer-widget .footer-title {}
.footer-widget .footer-title span {
    display: block;
    font-size: calc(100% - 0.4em);
    font-weight: 400;
    font-style: italic;
}
.footer-widget .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.footer-widget ul.footer-social li {
    flex: 1 0 auto;
    max-width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.footer-widget ul.footer-social li a {
    font-size: 1.4rem;
}







