/**
 * Theme Name:     Twenty Twenty-Five Child
 * Author:         Henan Vionnet
 * Template:       twentytwentyfive
 * Text Domain:	   twenty-twenty-five-child
 * Description:    I’m a Senior UI/UX Designer with over 20 years of experience helping startups and established businesses bring their digital products to life. I specialize in designing intuitive dashboards for SaaS B2B platforms, high-converting landing pages, and clean mobile interfaces. My work focuses on clarity, usability, and delivering seamless user experiences that align with your business goals. Whether you’re building a new product or improving an existing one, I’ll help you create user-centered designs that look great and perform even better.
 */
/*
.page-title-gradient {
	background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/

.home h1 {
	-webkit-text-fill-color: transparent;
	background-image:linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
h1 {
	-webkit-text-fill-color: transparent;
	background-image:linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
.white {
	color: #ffffff !important;
}
.black {
	color: #000000 !important;
}
footer	{
	margin-top: 64px;
}
.page-ux-in-action footer, .page-thank-you footer{
	margin-top: 0px;
}