/* Start custom CSS for fastrans_contact_us, class: .elementor-element-4e7a4bb *//* Force all contact icons to same size, green background, white icon */
.ft-contact-cta-items .ft-contact-cta-icon {
    background-color: #61CE70 !important; /* green circle */
    width: 60px !important;               /* fixed width */
    height: 60px !important;              /* fixed height */
    min-width: 60px !important;           /* prevent smaller sizes */
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;        /* circular shape */
    box-sizing: border-box !important;    /* include padding/border */
    flex-shrink: 0 !important;            /* prevent flex from shrinking */
}

.ft-contact-cta-items .ft-contact-cta-icon i {
    color: #fff !important;               /* icon white */
    font-size: 24px !important;           /* uniform icon size */
    line-height: 1 !important;
}/* End custom CSS */