/*
 Theme Name: Divi Child
 Theme URI: https://arizonadigitalacademy.org
 Description: Child theme for Divi
 Author: Arizona Digital Academy
 Template: Divi
 Version: 1.0.0
*/

/* Floating Call Button */
.help-phone-button { display: block; padding: 10px 20px; border-radius: 20px; background: #ce5c17; color: #fff; font-family: "Mulish", Helvetica, Arial, sans-serif; text-align: center; text-decoration: none; box-shadow: 0 12px 18px -6px rgba(0,0,0,.3); transform: translate3d(0,0,0); will-change: transform; transition: transform .3s ease, background-color .3s ease, color .3s ease, box-shadow .3s ease; }

.help-phone-title { display: block; font-size: 24px; line-height: 1.1; font-weight: 700; margin-bottom: 2px; }

.help-phone-row { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 24px; line-height: 1.1; font-weight: 700; }

.help-phone-row svg { width: 20px; height: 20px; flex-shrink: 0; }

.help-phone-button:hover { background: #fff; transform: translate3d(0, 2px, 0); box-shadow: 0 6px 9px -3px rgba(0,0,0,.6); }

.help-phone-button:hover .help-phone-title { color: #54575a; }

.help-phone-button:hover .help-phone-row { color: #ce5c17; }

.help-phone-button:hover .help-phone-row svg { color: #ce5c17; }

@media (min-width: 981px) {
    .help-phone-button { position: fixed; right: 2.5%; bottom: 20px; z-index: 99999; }

}

@media (max-width: 980px) {
    .help-phone-button { position: fixed; right: 10px; bottom: 10px; z-index: 99999; padding: 8px 14px; }
    .help-phone-title {display:none;}
    .help-phone-row { font-size: 18px; }
    .help-phone-row svg { width: 16px; height: 16px; }
}