/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 12 2026 | 17:41:31 */
.heroSeection h4 {
    border: 1px solid #FD6502;
    width: 207px;
    background: linear-gradient(180deg, #FFF8F2 0%, #FFE7D2 100%);
    padding: 10px;
    border-radius: 15px;
}

.heroSeection li {
	list-style: none;
	background: url(https://himmoto.com/wp-content/uploads/2026/07/success-green-check-mark-icon.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	padding-left: 27px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	background-position: 0 5px;
}
.heroSeection ul {
	margin-left: -22px;
}
.heroSeection .button {
	padding: 5px 50px 5px 50px;
	font-size: 20px;
	background: linear-gradient(90deg, #FD4D02 0%, #FD5A14 50%, #FD6A1F 100%);
}