.password-wrapper {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.navbartext{
    font-size:20px;
    font-weight:bold;
}
.hero {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.property-card {
    transition: transform 0.3s ease;
    border: none;
}

.property-card:hover {
    transform: translateY(-5px);
}

.property-card .card-img-top {
    height: 200px;
    object-fit: cover;
}



.card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
textarea{
    resize:none;
}

.badge {
    padding: 0.5em 1em;
    font-weight: 500;
}

.social-icons a {
    font-size: 1.5rem;
    transition: opacity 0.3s ease;
}

.social-icons a:hover {
    opacity: 0.8;
}

.form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.25);
}

footer a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}

footer a:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
    } 
    .property-card .card-img-top{
        height: 250px;
    }
}

.property_description{
    font-family: 'Arial', sans-serif;  
    font-size: 16px;                   
    line-height: 1.6;                  
    color: #333;                       
    white-space: pre-wrap;             
    word-wrap: break-word;
}

/* For smaller screens, ensure proper scaling */
@media (max-width: 768px) {
    .swal2-popup.responsive-modal {
        width: 100% !important; /* Make the modal occupy almost the full width */
    }
    .swal2-html-container img {
        max-width: 100% !important; /* Ensure image scales properly */
        max-height: 70vh !important; /* Limit the height for smaller screens */
    }
}
