body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-row p {
    display: flex;
    justify-content: space-between;
    gap: 10px;
	margin-bottom: 0px !important;
}
.form-row.full-width {
    display: block;
}
.form-row {
    margin-bottom: 14px !important;
}
.form-row textarea{
    height: 42px !important;
    padding: 6px 12px !important;
}
.footer-icon-link img {
    height: 34px;
/*     border: 1px solid #054D3B; */
/*     padding: 6px; */
/*     border-radius: 100%; */
}
a.footer-menu-link {
/*     text-decoration: underline; */
	color: #003C6B;
	font-size: 15px;
}
.main-landing-page-div, .post-87{
	overflow: hidden;
}
@media screen and (max-width: 561px) {
	.leaf-container{
		opacity:0.4;	
	}
}
.wpcf7-checkbox .wpcf7-list-item-label {
	font-size: 70%;
}
.wpcf7-checkbox input[type=checkbox]{
	font-size: 0.7rem;
	accent-color: #054d3b;
}
.mb-0{
	margin-bottom: 0px !important;
}
.wpcf7-checkbox input[type=checkbox]{
    appearance: none;
    width: 13px;
    height: 14px;
    border: 1px solid #748f48;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
	margin-top:2px!important;
}
.wpcf7-checkbox input[type="checkbox"]:checked {
	accent-color: #054d3b;
    background-color: #054d3b;
    border-color: #054d3b;
}

.wpcf7-checkbox input[type="checkbox"]:checked::after {
    content: "";
/*     color: white;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 19px;
    top: 12px; */
	position: absolute;
    left: 17px;
    top: 8px;
    width: 6px;
    height: 10px;
    margin: 0px 4px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}
.form-row.full-width.mb-0.text-center{
	display: flex;
    justify-content: center;
}
.form-row.full-width.mb-0.text-center p{
	display: grid;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit_btn {
    width: 134px;
    border-radius: 4px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit_btn:hover {
    background: #748f48;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
	border-color: #748f48 !important;
}
.resource-page-title{
    font-family: Sans-serif;
    font-size: 20px;
    color: rgb(0, 60, 107);
    text-transform: uppercase;
    font-weight: 600;
}
.resource-page-subtitle-div{
    display: flex;
    align-items: center;
    max-width: 764px;
    margin-top: 28px;
}
.resource-page-subtitle-div p{
    margin-bottom: 0px;
    margin-left: 2rem;
    color: rgb(0, 60, 107);
    font-weight: 400;
    font-size: 14px;
}
.resource-main-div{
    padding: 116px 0px 0px 0px;
    width: 100%;
}
.page-id-327 #content, .post-template-single-custom #content{
    background-image: url(https://reurth.co/wp-content/uploads/2024/12/New-Products-and-Services-Business-Website-in-Violet-Dark-Blue-Neon-Pink-Gradient-Tech-Style.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}
.resource-search-form-div{
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: end;
    gap: 20px;
}
.resource-search-form-div form{
    max-width: 200px;
}
.resource-search-form-div a{
    text-decoration: underline;
    font-size: 14px;
    color: rgb(0, 60, 107);
}
.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.resource-search-input {
    padding-right: 32px;
    font-size: 14px!important;
    height: 35px!important;
    border-radius: 3px!important;
    border-color: white !important;
}

.search-submit-btn {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #b7b4b4;
    box-shadow: none;
}

.search-submit-btn:hover {
    color: #748f48;
    background: none;
}


.post-grid {
    display: grid;
    gap: 3rem;
    margin: 2rem 0;
}
.custom-post-card-div{
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 66px;
}
.custom-post-card {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 2rem;
    overflow: hidden;
}

.post-card{
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 2rem;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}

.post-thumbnail, .custom-post-thumbnail {
    width: 100%;
    height: 100%;
    min-height: 250px;
}

.post-thumbnail img, .custom-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.post-content, .custom-post-content {
    display: flex;
    flex-direction: column;
}

.post-title, .custom-post-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
}

.post-title a, .custom-post-title a {
    color: #1a365d;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 16px;
    line-height: 1.65;
}

.post-title a:hover, .custom-post-title a:hover {
    color: #2c5282;
}

.post-date, .custom-post-date {
    color: #666;
    font-size: 12px;
    color: #737373;
    margin: 0;
    padding-top: 3px;
}

.post-excerpt, .custom-post-excerpt {
    color: #737373;
    line-height: 1.6;
}

.post-excerpt p, .custom-post-excerpt p{
    color: #737373;
    margin-top: 24px;
    font-size: 14px;
}
/* Responsive Design */
@media (max-width: 1024px) {
    .post-card, .custom-post-card {
        grid-template-columns: 300px 1fr;
    }
}

@media (max-width: 768px) {
    .post-card{
        grid-template-columns: 1fr;
        padding: 14px;
    }
    .custom-post-card-div{
        padding: 14px;
    }
    .custom-post-card {
        grid-template-columns: 1fr;
    }

    .post-thumbnail, .custom-post-thumbnail {
        min-height: 200px;
    }
}

/* Pagination Styles */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 40px 0;
}

.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    color: #003c6b;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
}

.pagination .page-numbers.current {
    color: #003c6b;
}

.pagination .page-numbers:not(.current):hover {
    background-color: rgba(0, 60, 107, 0.1);
}

.pagination .prev,
.pagination .next {
    font-size: 18px;
}

.pagination .dots {
    color: #003c6b;
}

/* No Posts Found Message Styling */
.no-posts-found {
    text-align: center;
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin: 2rem 0;
    color: #003c6b;
    font-size: 16px;
}

.custom-post-full-content{
    margin-top: 24px;
}
.custom-post-full-content p{
    color: #003c6b;
    font-size: 14px;
}
.ast-builder-menu .main-navigation>ul>li:last-child a{
    font-family: Sans-serif;
    text-transform: uppercase;
    color: #003c6b !important;
    font-weight: 600;
    font-size: 18px;
}
.grecaptcha-badge {
    visibility: hidden;
}
.g_captcha_text{
    font-size: 10px;
    margin-left: 1em;
    padding-left: 28px;
}