#responseMessage {
    color: #ff0000;
}

.page-id-520 .become-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/wp-content/uploads/2024/11/capitol-building-3BGTJWR.jpg");
}

.page-id-523 .become-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/wp-content/uploads/2024/11/capitol-building-3BGTJWR.jpg");
}

.page-id-628 .become-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/wp-content/uploads/2024/11/capitol-building-3BGTJWR.jpg");
}

.page-id-573 .become-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/wp-content/uploads/2024/11/capitol-building-3BGTJWR.jpg");
}

.page-id-656 .become-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/wp-content/uploads/2024/11/capitol-building-3BGTJWR.jpg");
}

.become-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
}
.become-banner h1 {
    text-align: center;
    color: #fff;
}
.detail-img img {
    height: 500px;
}
.form-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
label {
    display: block;
    font-weight: bold;
}
input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}
.post-wrap :is(img, video) {
    width: 100%;
}
.post-wrap {
    border-radius: 10px 10px 0 0;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.1);
}
.post-user-img {
    height: 45px;
    width: 45px;
    border-radius: 50px;
    overflow: hidden;
}
.post-content-wrap {
    padding: 15px 20px 0;
}
.post-sidebar {
    padding: 15px 0;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
}
.post-sidebar h3 {
    padding: 0 15px;
}
.post-sidebar ul a {
    display: block;
    padding: 8px 15px;
    /* font-size: 14px; */
    line-height: 1.2;
    font-weight: 700;
    transition: all .3s ease;
}
.post-sidebar ul a:hover {
    background: rgba(0,0,0,0.05);
}

.author-hero {
    background: url(https://richestsoft.com/images/author-images/author-bnr.webp) rgb(7 24 74 / 80%);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    position: relative;
    z-index: 1;
}

.author-detail h1 {
    font-size: 36px !important;
}

.author-detail p {
    font-size: 16px !important;
}

.author-detail p a {
    color: #fff;
    text-decoration: none;
}

.author-image {
    padding-top: 110px;
}

.author-image img {
    border: 1.5px solid #fff;
    border-bottom: 0px;
}

ul.author-social-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 75%);
}

.author-about {
    display: flex;
    justify-content: space-between;
}

.author-hero:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #F2F2F2;
    z-index: -1;
}

.author-about p {
    color: #222A41;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 3px solid #EC963F;
}

ul.author-social-links li {
    flex-basis: 25%;
    text-align: end;
}

.author-reviews-block {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 35px 20px;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.author-reviews-block img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.review-slider .owl-stage-outer {
    padding: 15px 0px;
}

.posted-by h2 {
    position: relative;
}

.posted-by h2:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 45%;
    height: 2px;
    background: #EC963F;
}

.author-image {
    padding-top: 170px;
}

.author-hero:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: #F2F2F2;
    z-index: -1;
}

.latest-blog-block {
    border-radius: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 6px rgb(18 17 39 / 10%);
}

.latest-blog-block-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-blog-block-img {
    height: 170px;
    width: 100%;
}

.latest-blog-block-content {
    padding: 20px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.latest-blog-block-content h6,
.latest-blog-block-content .h6 {
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(70 70 70 / 90%);
}

.latest-blog-block-content p {
    line-height: 26px;
    margin: 15px 0px !important;
}

.latest-blog-block-content a {
    text-decoration: none;
    color: #F83D3D;
}

.latest-blog-block-content a svg {
    margin-left: 3px;
    margin-top: -2px;
}

.latest-blog-block-content a svg path {
    fill: #F83D3D;
}

.latest-blog-block-content a:hover {
    color: #F83D3D;
}

.latest-blog-block-content a:hover svg path {
    fill: #F83D3D;
}

.latest-blog-block-content a:hover svg {
    margin-left: 8px;
    transition: .2s all linear;
}

/* -- Media quires css Start ------ */

@media screen and (max-width:567px) {
    .author-detail h1 {
        font-size: 24px !important;
        margin-top: 20px;
    }
}

.photos-grid-container {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    align-items: start;
}

@media (max-width: 580px) {
    .photos-grid-container {
        grid-template-columns: 1fr;
    }
}

.photos-grid-container .img-box {
    border: 1px solid #ffffff;
    position: relative;
}

.photos-grid-container .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.6);
}

.photos-grid-container .img-box:hover .caption {
    transform: translateY(-5px);
}

.photos-grid-container img {
    max-width: 100%;
    display: block;
    height: auto;
}

.photos-grid-container .caption {
    color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 1.5rem;
}

.transparent-box {
    height: calc(100% - 12px);
    width: calc(100% - 8px);
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photos-grid-container .main-photo {
    grid-row: 1;
    grid-column: 1;
}

.photos-grid-container .sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0em;
}

.photos-grid-container .sub:nth-child(0) {
    grid-column: 1;
    grid-row: 1;
}

.photos-grid-container .sub:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
}

.photos-grid-container .sub:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.photos-grid-container .sub:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media screen and (min-width: 1280px) {
    .container {
        margin: 0 auto;
        width: 1250px;
    }
}

.glightbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#gallery {
    height: 400px;
}