.footer-main-inner {
	background-image: url("/wp-content/uploads/2026/02/stroke-okzh-b0aa73.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 30% !important;
    background-position: right !important;
    background-blend-mode: color-burn !important;
}



/*footer logo*/
.foot_colum2 p{
	margin: 0;
}

span.foot-tel01 {
    margin-bottom: 5px;
	font-size: 15px;
	display: grid;
    gap: 10px;
    grid-template-columns: 0fr 1fr;
}
span.foot-tel01 i {
	color: var(--nv-secondary-accent);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c3936;
    border-radius: 100%;
}

.foot-tel01:hover i {
	background: white;
	transition: all 0.3s;
}
.foot-tel01:hover a {
	color: var(--nv-secondary-accent);
}

.foot-title00 {
	font-size: 15px;
}
.footer-logo01 img {
	width: 100px;
}
.footer-logo-title01 {
	font-size: 18px;
		margin-bottom: 0;
}
.footer-logo-title01 h4 {
	font-size: 18px;
    margin-bottom: 0;
}
.footer-logo-title01 p {
	font-size: 14px;
    margin-bottom: 0;
		line-height: 22px;
}






/*footer social*/
.foot-social ul {
	  display: flex;
    align-items: center;
}
.foot-social ul li {
	margin-top: 0;
}
.foot-social ul li a {
		background: #1c3936;
    border-radius: 50px;
    color: white;
    transition: 0.3s ease;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-social ul li a:hover {
		color: var(--nv-secondary-accent);
		background: white;
}



/*footer*/
.foot-copy00 {
	margin: 0;
}
.foot-copy01 p{
	font-size: 15px;
		font-weight: bold;
}
.component-wrap div{
	display: none;
}
.hfg-grid-bottom {
	    border-top: 1px solid #193532;
    padding-top: 10px;
}