/* Main-Container For Sectiom "Contact" Start Here!*/

.pinf-form-wrapper{
    width: 100%;
    height: fit-content;
    /*max-width: auto;
    padding-top: 8rem;*/
    margin-top: 3rem;
    margin-bottom: -12rem;
    position: relative; 
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: ease 1s;
    display: flex;
/*    animation: fade linear;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;*/
}
.pinf-form-wrapper .container-pusinfo{
    width: 94%;
    height: 38rem;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 12rem;
}
.pinf-form-wrapper .container-pusinfo::before{
    content: "";
    height: 0.2rem;
    width: 9.0em;
    background-color: red;
    position: absolute;
    top: 3.1rem;
    margin-left: 0.4rem;
}
.pinf-form-wrapper .container-pusinfo h2{
    color: #fff;
    margin-right: 3.3rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.6rem;
    margin-left: 0.4rem;
}
/*.pinf-form-wrapper .container-pusinfo .inf-wrapper{
    width: 100%;
    height: fit-content;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    display: grid;
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}
.pinf-form-wrapper .container-pusinfo .inf-wrapper .rel-post{
    width: 24rem;
    height: 23rem;
    background-color: #fff;
    border-radius: 0.8rem;
    overflow: hidden;
    align-items: left;
    justify-content: left;

}
.pinf-form-wrapper .container-pusinfo .inf-wrapper .rel-post a{
    color: #000;
    margin-right: 3.3rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 800;
}
.pinf-form-wrapper .container-pusinfo .inf-wrapper .rel-post .post-title{
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    display: inline-block;
}
.pinf-form-wrapper .container-pusinfo .inf-wrapper .rel-post img{
    height: 80%;
    object-fit: cover;
    background-color: #1efc9f;
}*/
.inf-cont{
    width: 100%;
    height: fit-content;
    display: inline-block;
    padding-left: 0.3rem;
}
hr{
    display: none;
}
.recent-post {
    width: 20.2rem;
    height: 25rem;
    margin-bottom: 20px;
    margin-top: 1rem;
    padding: 10px;
    background: url("img/re-bg-post.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #f9f9f9;*/
    border-radius: 0.7rem;
    position: relative;
    overflow: hidden;
    margin-right: 3rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.05);
}
.recent-post:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
    cursor: pointer;
}
.recent-post h3 {
    margin-top: 0.2rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0;
    color: #000;
}
.recent-post p {
    font-weight: 400;
    color: #000;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.recent-post img {
    border-radius: 0.7rem;
    max-height: 190;
}
.fancy-back-button {
    display: inline-block;
    margin: 20px 0;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border: none;
    border-radius: 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.fancy-back-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
}

.recent-posts-row {
    height: 29rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}
.pagination {
    text-align: center;
    margin-top: 20px;
}

.page-number, .page-btn {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 14px;
    color: #fff;
    background: #333;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.2s ease;
}

.page-number:hover, .page-btn:hover {
    background: #555;
}

.page-number.current {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    font-weight: bold;
}

.meta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
    position: absolute;
    top: 90%;
}

.meta-badge {
    background: linear-gradient(145deg, #333, #444);
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: 500;
    white-space: nowrap;
}

