
.directorate-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.directorate-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/hq.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(40%);
}

.directorate-hero-content {
    position: relative;
    color: white;
    text-align: center;
    margin-top: 3rem;
 }
 


.directorate-title {
    color: #fff;
    font-size: 6rem;
    justify-content: center;
    align-items: center;
}

.about-the-scheme-article-section-container {
    padding: 2rem;
    width: 90%;
    margin: auto;
}

.about-the-scheme-article-section-container .about-the-scheme-article-section  {
    padding: 2rem;
    border-radius: 5px;
}

.about-the-scheme-article-section-container .about-the-scheme-article-section p {
    font-size: 18px;
    line-height: 3;
}

.directorate-img-container {
    display: flex;
}

.directorate-img-container img {
    width: 50%;
    margin: 1rem;
    border-radius: 25px;
}

.directorate-img-container .directorate-address-container {
    margin: 1rem;
}

/************************ CAMPS ************************************/
.camps-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.camps-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/camps.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(30%);
}

.camps-hero-content {
    position: relative;
    color: white;
    text-align: center;
    margin-top: 3rem;
 }
 


.camps-title {
    color: #fff;
    font-size: 5rem;
    justify-content: center;
    align-items: center;
}


.page {
    text-align: center;
}
.page h1 {
    margin: 2rem;
}

.page-content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-content-container .page-contents {
    flex: 0 0 49%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 15px;
    background-color: #fff;
    padding: 1rem;
    margin: 0.3rem;
}

#paginationButtons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  #paginationButtons button {
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
  }
  
  #paginationButtons button:hover {
    background-color: #147119;
    color: #fff;
  }
  

/* ************** MEDIA QUARY STYLING *************** */
@media (max-width: 768px) {
    .directorate-img-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .directorate-img-container img {
        width: 100%;
        height: 200px;

    }

    .page-content-container {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .page-content-container .page-contents {
        width: 100%;
    }

    #paginationButtons {
        flex-wrap: wrap;
    }

    #paginationButtons button {
        margin: 0.2rem;
    }

   
}

/************ SECRETARIATES  *****************/

.secretariat-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secretariat-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/secretariat.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(30%);
}

.secretariat-hero-content {
    position: relative;
    color: white;
    text-align: center;
    margin-top: 3rem;
 }
 


.secretariat-title {
    color: #fff;
    font-size: 5rem;
    justify-content: center;
    align-items: center;
}

.secretariates p {
    margin: 0%;
}
