/* Homepage Gradient Headings */
.home h1, .home h2, .home h3, .home h4, .home h5,
.home .elementor-heading-title {
    background: linear-gradient(135deg, #10b981 0%, #581c87 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    display: inline-block;
    max-width: 100%;
}
