/*
Theme Name: MPCL
Theme URI: https://www.moshimoshi.in/
Template: astra
Author: Moshi Moshi - The Communication Company
Author URI: https://www.moshimoshi.in/
Version: 4.11.12.1759496373
Updated: 2025-10-03 07:29:33

*/

/* ----------global-button Used this for the Button Style---------- */

/* selector .elementor-button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 56px;
    background: linear-gradient(90deg, #ff9900, #ff4b2b);
    position: relative;
    overflow: visible !important;
    mask-image: url(/wp-content/uploads/2025/10/Union.svg);
    mask-repeat: no-repeat;
    mask-size: 80%;
    mask-position: center;
    height: 24px;
}

selector .elementor-button-icon {
    margin-left: -45px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    background: #004d5a;
    font-size: 20px;
    transition: all 0.3s ease;
}

selector .elementor-button-text:hover {
  background: linear-gradient(90deg, #ffb347, #ff416c);
}

selector .elementor-button-icon svg {
    transition: transform 0.3s cubic-bezier(0.4,0.2,0.2,1);
}

selector .elementor-button:hover .elementor-button-icon svg {
    transform: rotate(45deg);
}

 */