#elementor-popup-modal-1857,#elementor-popup-modal-5334  {
    backdrop-filter: blur(4px);
}

.post-grid i{
    font-size: 16px;
    line-height: 0;
        rotate: 225deg;
        transition: all .3s;
}
.post-grid:hover .post-grid-btn i{
    rotate: 180deg;
    scale: 1.1;
}
.post-grid{
    filter: drop-shadow(0px 0px 10px rgba(203, 213, 230, 0.4)) !important;
    padding-bottom: 5px;
    max-width: 280px !important;
}
.post-grid .img a{
    display: flex;
}
.post-grid::after {
    transition: all 0.3s ease-in-out !important;
    content: "";
    position: absolute;
    width: 85%;
    height: 1.5px;
    background: linear-gradient(270deg,#fff0 0%,#CBA583 50%,#fff0 100%);
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -1px;
    opacity: 0
}
.post-grid:hover:after {
    opacity: 1;
}
.divider {
    mask: linear-gradient(to right, transparent, white 5% 95%, transparent);
}
.post-grid h3.elementor-heading-title {
    width: 100%;
    height: 100% !important;
    line-height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    direction: rtl;
}
blockquote {
    padding: 3rem 2.5rem;
    background: #a28368;
    margin: 50px 20px;
    color: #f8f2ef;
    border-radius: 12px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    background-image: url(../img/pattern-fade.svg);
    --background-overlay: '';
    background-position: bottom;
    background-size: contain;
}
blockquote p {
    margin: 0;
}
blockquote a{
    color: #f8f2ef !important;
    font-weight: 600;
}

blockquote::before, blockquote::after {
    position: absolute !important;
    content: '';
    background-image: url("../img/quote-light.svg") !important;
    width: 25px !important;
    height: 25px !important;
}

blockquote::before {
    top: 20px !important;
    right: 20px !important;
}

blockquote::after {
    bottom: 20px !important;
    left: 20px !important;
    transform: rotate(180deg) !important;
}