/*
Theme Name: NewHome
Theme URI: https://newhome.qodeinteractive.com
Description: Real Estate Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Text Domain: newhome
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.mt-1 {
  margin-top: 1% !important;
}

.mt-2 {
  margin-top: 2% !important;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.alert-danger {
    color: #721c24; /* Dark red text */
    background-color: #f8d7da; /* Light red background */
    border-color: #f5c6cb; /* Red border */
}

.alert-warning {
    color: #721c24; /* Dark red text */
    background-color: rgba(255, 204, 65, 0.5); /* Light red background */
    border-color: #f5c6cb; /* Red border */
}

.alert-success {
    color: #155724; /* Dark green text */
    background-color: #d4edda; /* Light green background */
    border-color: #c3e6cb; /* Green border */
}

.single_counter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ensure the container takes full height */
}

.form-control {
  background: transparent;
  color: #C7C7C7;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 45px;
  line-height: 45px;
}

/* Modern Stylish Pagination CSS */
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.pagination li {
  margin: 0 0.25rem;
}

/* Base style for links and spans */
.pagination li a,
.pagination li span {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #ffcc41;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect for links */
.pagination li a:hover {
  background-color: #ffcc41;
  color: #fff;
  border-color: #ffcc41;
}

/* Active page styling */
.pagination li.active span {
  background-color: #ffcc41;
  color: #fff;
  border-color: #ffcc41;
  cursor: default;
}

/* Disabled state styling */
.pagination li.disabled span,
.pagination li.disabled a {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
