/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


 li.menu-download-app-btn > a {
    display: inline-flex !important;
    align-items: center;
    background: linear-gradient(#84C11B, #4BA722) !important;
    color: white !important;
    font-size: 16px !important;
    padding: 13px 18px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: background 0.4s ease, color 0.4s ease !important; /* smooth bg & color transition */
    gap: 12px;
    position: relative;
}

/* Pure CSS arrow circle */
li.menu-download-app-btn > a::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: white;
    border-radius: 50%;
    position: relative;
}

/* The arrow inside the circle */
li.menu-download-app-btn > a::after {
    content: "";
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    border: solid #4bae4f;
    border-width: 0 3px 3px 0;
    padding: 5px;
    border-radius: 2px;
    transform-origin: center;
    transform: translateY(-50%) rotate(-50deg);
    transition: transform 0.3s ease; /* arrow rotate smoothly */
}

/* Hover effects */

li.menu-download-app-btn > a:hover::after {
    transform: translateY(-50%) rotate(-80deg);
}

li.menu-download-app-btn > a:hover {
    background: linear-gradient(#AEEA00, #8BC34A) !important;
    color: white !important;
    text-decoration: none !important; /* no underline */
}

#menu-item-88 span.menu-title-text {
    color: #fff !important;
}

