.input-icon {
    position: relative;
}
i.fal.fa-comment {
    top: 20%;
}
.input-icon i {
    margin-right: 20px;
    position: absolute;
    right: 15px;
    top: 45%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #777;
    pointer-events: none;
}

.input-icon input,
.input-icon select,
.input-icon textarea {
    padding-right: 40px !important;
}


form.wpcf7-form.init br {
    display: none;
}
span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid,input.is-invalid {
border: 2px solid #c62523 !important;
}

.wpcf7-response-output {
font-size: 12px;
margin: 0px !important;
    color: #fff !important;
    background-color: #f24224;
}
.wpcf7-form p {margin:0px;}
.form-btn.col-12 br {
    display: none;
}
.light {
    background-color: #fff !important;
}
.widget_categories ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.widget_categories ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #151b75; /* TEXT COLOR FIX */
    transition: 0.3s;
}
.media-img {
    width: 50px;
}
.page-img img {
    width: 100%;
    height: 350px;
    object-fit: cover; /* or "cover" if you want cropping */
}
