.sidebar-widget-area .widget-form .form-control, .sidebar-widget-area .widget-form .nice-select {
    line-height: 1.4rem;
}
/* Custom style for property price badge */
.property-price {
    background-color: var(--color-primary);
    color: #fff!important;
    padding: 4px 8px;
    border-radius: 4px; 
}

/* Custom style for WhatsApp button */
.whatsapp-form-btn {
    background:#25D366; 
    color:#fff; 
    padding: 5px; 
    border-radius: 5px; 
    display: block; 
    width: 100%;
}
.whatsapp-form-btn a {
    color: #fff;
    text-decoration: none;
}
textarea.form-control {
    min-height: 100px;
}

/* Responsive Typography */

/* Mobile phones (landscape) */
@media (max-width: 768px) {
  h1 { font-size: 2.25rem; }
  h2 { font-size: 2.15rem; }
  h3 { font-size: 2.0rem; }
}
