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

.wpcf7-form br {display: none;
}
.wpcf7-response-output {
      color: #fff !important;
    background-color: #f24224;
    border: 0px !important;
}
.image-gallery__col img {
    width: 100%;
    height: 450px; /* Set your desired fixed height */
    object-fit: cover; /* Crop the image without distortion */
    display: block;
}
@media (max-width: 768px) {
    .image-gallery__col img {
        height: 400px;
    }
}
/* Accordion button styling */
#accordionExample-st-2 .accordion-button {
    background-color: #fff;
    color: #333;
    border: 1px solid #fb5f36;
    box-shadow: none;
    font-weight: 600;
}

/* Hover effect */
#accordionExample-st-2 .accordion-button:hover {
    background-color: #fb5f36;
    color: #fff;
}

/* Active (opened) state */
#accordionExample-st-2 .accordion-button:not(.collapsed) {
    background-color: #fb5f36;
    color: #fff;
    border-color: #fb5f36;
}

/* Change accordion body border and accent */
#accordionExample-st-2 .accordion-body {
    border-left: 3px solid #fb5f36;
    padding: 20px;
    background: #fff7f4; /* Light shade from #fb5f36 */
}

/* Accordion item border */
#accordionExample-st-2 .accordion-item {
    border: 1px solid #fb5f36;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}
.dark{background-color:#f6f6f6;}
.wpo-pagination {
    margin-top: 40px;
    text-align: center;
}

.wpo-pagination .page-numbers {
    display: inline-block;
    margin: 0 6px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background: #f2f2f2;
    color: #333;
    transition: all 0.3s ease;
}

.wpo-pagination .page-numbers:hover {
    background:#f1592a;
    color: #fff;
}

.wpo-pagination .current {
    background: #f1592a;
    color: #fff;
}

.wpo-pagination .prev-btn,
.wpo-pagination .next-btn {
    font-weight: 600;
}
.wpo-blog-img {
    height: 300px;
}
.page-id-201 .wpo-pagination.text-center {
    display: none;
}
.wpo-blog-img {
    width: 100%;
    height: 300px;
    overflow: hidden; /* ensures the cropped effect works */
}

.wpo-blog-img img {
    width: 100%;
    height: 100%;        /* important for object-fit to work */
    object-fit: cover;   /* makes the image crop properly */
    display: block;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn-s4 {
    width: fit-content;
    background-color: #f1592a;
    padding: 0px 30px 0px 30px;
}