.elementor-1958 .elementor-element.elementor-element-604995b{--display:flex;--min-height:0px;--border-radius:0px 0px 0px 0px;}.elementor-1958 .elementor-element.elementor-element-d35e171 > .elementor-widget-container{padding:40px 10px 10px 0px;background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, #2942F2 100%);}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-1958 .elementor-element.elementor-element-604995b{--content-width:100%;}}/* Start custom CSS */.footer-email-wrapper {
    text-align: right; /* Right-aligned by default */
    margin-top: 30px;
    margin-bottom: 20px;
}

/* Responsive: center on screens <= 768px */
@media (max-width: 768px) {
    .footer-email-wrapper {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

.footer-email-btn {
    display: inline-flex;
    align-items: center;
    position: relative; /* for absolute positioning of icon */
    background-color: #00AEEF;
    color: #ffffff;
    padding: 14px 26px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 174, 239, 0.4);
    transition: all 0.25s ease;
    font-family: sans-serif;
}

/* Hover effect: subtle gradient, slight grow, gentle glow */
.footer-email-btn:hover {
    background: linear-gradient(135deg, #00AEEF, #0088CC);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 174, 239, 0.5);
}

/* Icon wrapper for independent movement */
.footer-email-btn .email-icon {
    position: relative;  /* allows independent movement */
    display: inline-block;
    width: 18px;         /* fixed width */
    height: 18px;
    margin-right: 12px;
    font-size: 18px;
    color: #ffffff;
    transition: transform 0.3s cubic-bezier(0.25, 1.5, 0.5, 1);
}

.footer-email-btn:hover .email-icon {
    transform: translateY(-5px) scale(1.25); /* pop independently */
}

/* Text completely static */
.footer-email-btn .email-text {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;      /* ensures vertical alignment */
}/* End custom CSS */