.site-info{
	display:none;
}

#ymc-smart-filter-container-1 .filter-layout4 .filter-entry .filter-link, #ymc-extra-filter-1 .filter-layout4 .filter-entry .filter-link {
	margin:10px 0px;
	padding:20px 10px;
	font-size:18px;
}

.ymc-smart-filter-container .search-layout .search-form__submit, .ymc-extra-filter .search-layout .search-form__submit, .ymc-extra-search .search-layout .search-form__submit, .ymc-extra-sort .search-layout .search-form__submit {
	margin:3px 2px;
	background-color:#ebebeb;
	border:0px;
	color:#000
}

/* ::-webkit-scrollbar {
  display: none;
} */

.site-title{
	margin-left:-50px;
	margin-right:0px;
}

.link-text{
	font-family:"Libre Baskerville";
	font-weight:400
}

*{
	margin:0px;
}

@media screen and (max-width: 768px) {
  .site-title{
		margin-left:0px;
		margin-right:0px;
  }
	#dabba{
		display:none;
	}
	.submit-container {
    display: flex;
    justify-content: center; /* Center the button horizontally */
    margin-top: 20px; /* Optional: Adds space above the button */
}

.submit-container input[type="submit"] {
    width: 100%; /* Adjust the button width as needed */
    padding: 10px 20px; /* Optional: Adds padding inside the button */
}
}

.button.is-primary:hover{
	background-color:black !important;
	color:white !important;
}

#gform_submit_button_1{
	background-color:black;
}



/* Main grid for the blog post cards */
.agent-dubai-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
    gap: 20px;
    margin: 20px 0;
}

/* Card styling */
.post-card {
    background-color: #ebebeb; /* Light background for the card */
    border: 1px solid #ebebeb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Dark shadow */
    transition: transform 0.3s ease;
    color: black;
    display: flex;
    flex-direction: column; /* To ensure flex behavior on children */
    justify-content: space-between; /* Distribute content to make the button stick at the bottom */
}

.post-card:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Featured image styling */
.post-image {
    width: 125%;
    height: 180px;
    background-size: cover;
    background-position: center;
}

/* Content area styling */
.post-content {
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    color: #000; /* Black for title */
}

.post-description {
    font-size: 14px;
    color: #000; /* Black for description text */
    margin-bottom: auto; /* Push the description up */
}

/* Read More button styling */
.read-more-btn {
    display: inline-block;
	  margin-top:10px;
    padding: 8px 15px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.read-more-btn:hover {
    color: #fff
}

/* Pagination Controls */
.pagination-controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination-button {
    color: #fff;
    margin: 0 10px;
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #000;
    text-decoration: none;
    transition: transform 0.3s;
}

.pagination-button:hover {
    transform: scale(1.05);
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .agent-dubai-posts {
        grid-template-columns: 1fr; /* Single column on mobile */
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .agent-dubai-posts {
        grid-template-columns: repeat(2, 1fr); /* Two columns on tablets */
    }
}






.paypal-button-row  {
	padding-top: 5px !important;
	margin-top: 5px !important;
}

