.elementor-47664 .elementor-element.elementor-element-cbaf8d0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7685b46 */#pages-container {
     display: grid;
    grid-template-columns: 22.5vw 22.5vw 22.5vw;
    gap: 2vw;
    margin: 0;
    padding: 0 2vw;
}
.page-card {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    padding: 0.7vw 1vw 1vw 1vw;
    border-radius: 0.3vw;
        background: #F7F7F7cc !important;
    border: 1px solid #fff;
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.5);
}
.page-card h3 {
    font-family: "Assistant", Sans-serif;
    font-size: 1.4vw;
    font-weight: 700;
    line-height: 1.2;
    color: #433956;
    margin-bottom: 8px;
    min-height: 3.7vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.DateandReadmore {
    display: flex;
    justify-content: space-between;
}
.arrow {
    font-size: 1.3vw;
    font-weight: 500;
}
.page-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-footer a {
    color: #3445E8;
    font-family: "Assistant";
    font-weight: 500;
    font-size: 1.1vw;
}
.page-footer span {
    font-family: "Assistant", Sans-serif;
    font-size: 1.1vw;
    font-weight: 500;
}
.load-more {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    background: #3498db;
    color: white;
    cursor: pointer;
    margin: 20px auto;
    display: block;
}
.search-container input {
    width: 100%;
    padding: 10px 15px 10px 35px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.search-container::before {
    position: absolute;
    top: 1.2vw;
    left: 75.8vw;
    font-size: 16px;
    color: #aaa;
    content: "";
    display: inline-block;
    width: 16px;
    height: 22px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") no-repeat center center;
    background-size: contain;
}
.headingStyles {
    font-size: 2vw;
    font-weight: bold;
 font-weight: bold;
color: #3445E8;
}
@media screen and (max-width: 1024px) {
        .search-container::before {
           top: 2vw;
    left: 66.5vw;
    width: 17px;
    }
    #pages-container {
        grid-template-columns: repeat(auto-fill, minmax(40vw, 1fr));
        padding: 0;
    }
    .page-card h3 {
        font-size: 2.3vw;
    }
    .page-footer a,
    .page-footer span {
        font-size: 1.7vw;
    }
    .headingStyles {
        font-size: 3.5vw;
    }
    .search-container {
        margin: 0;
    }
    .error {
        font-size: 3vw;
    }
    .load-more {
        padding: 1.8vw 3vw;
        font-weight: 500;
        font-size: 2vw !important;
    }
}
@media screen and (max-width: 767px) {
.search-container::before {
        top: 2.5vw;
        left: 65.5vw;
        width: 17px;
    }
    #pages-container {
        grid-template-columns: repeat(auto-fill, minmax(40vw, 1fr));
        padding: 0;
    }
    .page-card h3 {
        font-size: 3vw;
    }
    .page-footer a,
    .page-footer span {
        font-size: 2.2vw;
    }
    .headingStyles {
        font-size: 5vw;
    }
    .search-container {
        margin: 0;
    }
    .error {
        font-size: 3vw;
    }
    .load-more {
        padding: 1.8vw 3vw;
        font-weight: 500;
        font-size: 3vw !important;
    }
}/* End custom CSS */