.resource-grid{display:grid;  margin-bottom: 20px;  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));gap:25px}
.resource-card{position: relative; background:#fff; overflow:hidden;box-shadow:0 5px 18px rgba(0,0,0,0.07);cursor:pointer;position:relative;transition:.25s}
.resource-card:hover{transform:translateY(-5px)}
.resource-card:hover .icon-holder{    display: flex;}

.icon-holder{
        position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    top: 0;
    align-items: center;
    justify-content: center;
    font-size: 57px;
    color: #285855;
    background: #f1f8f4b8;
    border: 1px solid #285855;
    z-index:0;
}
.btn-download-pdf.modal-close {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #285855;
    color: #285855;
    cursor: pointer;
}
.modal-footer {
    display: flex;
    justify-content: end;
}
.btn-download-pdf.modal-close:hover {
    background: #285855;
    color: #fff;
}
.resource-thumb{width:100%;}
.resource-title{text-align:center;padding:12px;font-weight:400;     font-size: 14px;}
.fav-btn{position:absolute;top:10px;right:12px;font-size:22px;color:#bbb;cursor:pointer;    z-index: 9999;}
.fav-btn.active{color:gold}

.resource-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 9999;
    padding: 30px;
    overflow-y: auto;
}

.modal-content {
    background: #fff;
    margin: auto;
    max-width: 900px;
    padding: 25px;
    border-radius: 12px;
    position: relative;
}

span.modal-close {
 position: absolute;
    top: -11px;
    right: -10px;
    font-size: 26px;
    cursor: pointer;
    background: #000;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
}

.modal-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #929292;
}

.no-resources-found {
        padding: 25px;
    border: 1px solid #838383;
    width: 100%;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #28585524;
    border-radius: 8px;
}
.modal-body ul {
        padding: 0;
    margin: 0;
}
.modal-body ul li{
        margin-bottom: 10px;
}
.modal-pdf-viewer {
    width: 100%;
    height: 75vh;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.btn-download-pdf {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #285855;
    border-radius: 8px;
    color: white;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.resource-section-title {
font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    
}
.resource-section-subtitle {
    color: #546e7a;
}
.modal-pdf-error {
    padding: 20px;
    background: #ffecec;
    color: #d9534f;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
