/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Add your custom styles below */


.blend-boxes {
  transition: background-color 0.3s ease;
}


.blend-boxes svg circle,
.blend-boxes svg path {
  transition: fill 0.3s ease !important;
}
.blend-boxes:hover {
  background-color: #1A5632 !important;
}
.blend-boxes:hover p{
	color:#ffffff;
}

.blend-boxes:hover svg circle {
  fill: #fff !important;
}
.blend-boxes:hover svg path {
    stroke: #1a5632 !important;
}


.cstm-highlights li {
    list-style: none !important;
    position:relative !important;
    padding-left: 31px !important;
}
.cstm-highlights li::before {
    content: '' !important;
    position:absolute;
    background: url(/wp-content/uploads/2025/08/Layer_1.svg) !important;
    width: 20px !important;
    height: 20px !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    left:0 !important;
    top: 2px;
}
 
.cstm-highlights ul {
    padding-left: 0;
}

.cstm-highlights li:not(:last-child) {
    margin-bottom: 9px;
}
