/**
 * Frontend Styles - Extracted from inline styles
 * This file contains styles extracted from inline <style> tags in frontend blade templates
 */

/* Breadcrumb section styles */
.breadcrumb-section.bg-h {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.breadcrumb-section.bg-h.default-header {
    background-image: url("../images/header/home-2023-11-04-654545015d872.svg");
}

.breadcrumb-section.bg-h.fallback-header {
    background-image: url("../images/breadcrumb/breadcrumb_2.jpg");
}

/* Input styles */
#InputMovingDate > span:hover {
    cursor: pointer;
}

/* Bootstrap select overrides */
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #fff !important;
}

/* Alert styles */
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    width: 383px;
    position: absolute;
    top: 81px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 999;
}

/* Loading overlay styles - used in multiple pages */
.load-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("../images/breadcrumb/loader3.gif")
        center no-repeat;
}

/* Loading state styles */
body.loading {
    overflow: hidden;
}

body.loading .load-overlay {
    display: block;
}

/* Icon styles */
.la-check-circle:before {
    content: "\f058";
    font-size: 22px;
    font-weight: 1000;
}

/* Favorite property icon positioning */
.feature_text.favorite-icon {
    left: 20px !important;
}

/* Filter wrapper styles */
.filter-wrapper-category {
    margin-top: 30px;
}

/* Form control wrapper styles */
.form-control-wrap {
    padding: 25px;
    border-radius: 15px !important;
    box-shadow: 1px 4px 5px 4px #d9c9c9 !important;
    background-color: white;
    margin-top: 30px;
}

/* Membership package styles */
.membership-heading {
    font-weight: bold;
}

.membership-description {
    font-size: 17px !important;
}

.pricing-content .content {
    text-align: left !important;
    padding: 35px;
}

/* Card styles */
.card {
    margin-top: 15px;
}

/* Property details page styles */
.info-card-title {
    font-weight: 400;
    color: #222222;
}

.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    /* Adjust this value to control the aspect ratio of the map */
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.favourite-property {
    font-size: 30px;
    position: absolute;
    color: red;
    z-index: 1;
    margin: 31px;
}

p {
    font-size: 16px !important;
}

li {
    font-size: 17px !important;
}

.price_big {
    font-size: 48px !important;
}

.form-control-wrap {
    padding: 25px;
    border-radius: 15px !important;
    box-shadow: 1px 4px 5px 4px #d9c9c9 !important;
    background-color: white;
    margin-top: 30px;
}

.form-check-input {
    margin-top: -0.7rem !important;
}

/* Main */
.card-info-img-top-circle {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin: 0 auto;
    border: none;
    margin-bottom: -42px;
    position: relative;
    z-index: 2;
}

.index-info-cards {
    border: 0px;
    color: white;
    background: transparent;
}

.index-info-cards .card-body {
    background: #304c7e;
    padding-top: 70px;
}

.info-cards {
    background-color: #33599a;
}

.info-cards-title {
    color: white;
}

/* end of Main */
