/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 06 2025 | 09:00:59 */
.iyfm_imageBox h3, .alltypeContent h3{
	font-size: 24px;
	font-weight: 700;
}

#counterBorder .elementor-element.elementor-widget.elementor-widget-counter {
	border-style: none;
	border-width: 0px;
	border-color: transparent;
	border-radius: 0px;
	padding: 0px;
}
h6 {
	color: #d62828;
}
.stepsDeaign h3 {
	font-weight: 700;
	font-size: 24px;
}
.fourdesignBoxes h3 {
	border-top: 1px solid #d62828;
	padding-top: 15px;
	padding-left: 10px;
	font-size: 24px;
}

.megaMenu h3 {
	border-top: 1px solid #d62828;
	padding-top: 15px;
	font-size: 18px;
	color: #222;
}


/* New btton */
.button .red_btn:last-child {
    padding: 10px 13px;
}

.button {
    display: inline-block;
    position: relative;
}
.red_btn {
    background: #cc3324;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;

}

.button svg {
    width: 37px;
    position: absolute;
    right: 14px;
    top: 8px;
    fill: #cc3324;
    
}

/* Hover Effects */
.button:hover .red_btn{
    background-color: #1ebe5b; /* Darker green */
  
}
.button:hover svg{
    fill: #1ebe5b; /* Darker green */
 
}