/**
 * ========================================
 * EDIT.CSS - STANDALONE CUSTOM CSS FILE
 * ========================================
 * 
 * This file is NOT processed by any build system.
 * Add your custom CSS directly here for live/production edits.
 * This file will NOT be overwritten by the build process.
 * 
 * Perfect for quick fixes, custom styles, or overrides
 * that need to be added without rebuilding.
 * 
 * ========================================
 */

/* Add your custom CSS below this line */


.her-btn {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: "Anton";
    border-radius: 5px;
    transition: all .3s ease-in-out;    

    @media (max-width:640px){
    padding: 10px 24px;

    }
}

.hdr-quote {
    color: #00F;
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00F; */
    background-color: #F8F9FA;
    border: 2px solid #00F;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.40);
    transition: all .3s ease-in-out;    

    /* transition: all .3s ease-in-out; */
}

.hdr-quote:hover{
    background-color: #FC0;
    opacity: 1 !important;
    /* border: 2px solid #fff !important; */
    color:#00F !important;
    /* border: 2px solid #FFF !important; */

}



.hdr-call {
    background: #FC0;
    color: #00F;
    transition: all .3s ease-in-out;    

}

.hdr-call:hover{
    background-color: #00F;
    color:#FFF;
    /* border: 2px solid #fff; */
}

 
.her-quote {
    color: #F8F9FA;
    border: 4px solid #FFF;
    background: #00F;
    transition: all .3s ease-in-out;    
    /* transition: all .5s ease-in-out; */
}

.her-quote:hover{
    background-color: #FC0;
    color:#00F !important;
    /* border: 4px solid #FFF !important; */

}



.her-call{
    color:#00F;
    background-color: #F8F9FA;
    border: 4px solid #00F;
    transition: all .3s ease-in-out;    

}

.her-call:hover{
    background-color: #FC0;
    color:#fff;
    border:4px solid #fff;
}
.social-icons a {
    width: 37.779px;
    height: 37.779px;
    border-radius: 37.779px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FC0
}