.property-sub-offers-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
font-size: 14px;
line-height: 1.4;
}
.property-sub-offers-table th,
.property-sub-offers-table td {
padding: 10px;
text-align: left;
border: 1px solid #e0e0e0;
vertical-align: middle;
}
.property-sub-offers-table thead th {
background-color: #f5f5f5;
font-weight: 600;
color: #333;
}
.property-sub-offers-table tbody tr {
background-color: #ffffff;
transition: background-color 0.2s ease;
}
.property-sub-offers-table tbody tr:hover {
background-color: #f9f9f9;
} .property-sub-offers-actions {
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: flex-start;
}
.property-sub-offers-inquiry-btn,
.property-sub-offers-photos-btn {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 4px;
padding: 6px 12px;
font-size: 14px;
font-weight: 500;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease;
}
.property-sub-offers-inquiry-btn:hover,
.property-sub-offers-photos-btn:hover {
opacity: 0.9;
transform: translateY(-1px);
}
.property-sub-offers-photos-btn {
background-color: #2196F3;
} .property-sub-offers-inquiry-btn .icon-container,
.property-sub-offers-photos-btn .icon-container {
display: inline-flex;
align-items: center;
justify-content: center;
}
.property-sub-offers-inquiry-btn .icon-before,
.property-sub-offers-photos-btn .icon-before {
margin-right: 8px;
}
.property-sub-offers-inquiry-btn .icon-after,
.property-sub-offers-photos-btn .icon-after {
margin-left: 8px;
}
.property-sub-offers-inquiry-btn i,
.property-sub-offers-photos-btn i,
.property-sub-offers-inquiry-btn svg,
.property-sub-offers-photos-btn svg {
display: inline-block;
width: 1em;
height: 1em;
fill: currentColor;
} .apartment-gallery-item {
display: none;
} .property-inquiry-popup {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9999;
overflow: auto;
}
.property-inquiry-popup-content {
position: relative;
background-color: #fff;
margin: 10% auto;
padding: 20px;
width: 80%;
max-width: 600px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.property-inquiry-popup-close {
position: absolute;
top: 10px;
right: 15px;
font-size: 24px;
font-weight: bold;
cursor: pointer;
}
.property-inquiry-title {
margin-top: 0;
color: #333;
font-size: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
.property-inquiry-details {
margin-bottom: 20px;
}
.property-inquiry-details p {
margin: 8px 0;
} @media (max-width: 767px) {
.property-sub-offers-table {
display: block;
overflow-x: auto;
}
.property-sub-offers-table th,
.property-sub-offers-table td {
font-size: 13px;
padding: 8px;
}
.property-inquiry-popup-content {
width: 90%;
margin: 15% auto;
}
} .property-sub-offers-icon svg {
width: 1em !important;
height: 1em !important;
vertical-align: middle;
} .elementor-popup-modal .elementor-form-fields-wrapper {
flex-wrap: wrap;
} input[name="apartment_data"] {
display: none !important;
} .property-sub-offers-container {
overflow-x: auto;
margin-bottom: 20px;
} .property-sub-offers-inquiry-btn .icon-container,
.property-sub-offers-photos-btn .icon-container {
display: inline-flex;
align-items: center;
justify-content: center;
vertical-align: middle;
}
.property-sub-offers-inquiry-btn .icon-before,
.property-sub-offers-photos-btn .icon-before {
margin-right: 8px;
}
.property-sub-offers-inquiry-btn .icon-after,
.property-sub-offers-photos-btn .icon-after {
margin-left: 8px;
order: 2;
}
.property-sub-offers-inquiry-btn .button-text,
.property-sub-offers-photos-btn .button-text {
vertical-align: middle;
}
.property-sub-offers-inquiry-btn svg,
.property-sub-offers-photos-btn svg {
width: 1em !important;
height: 1em !important;
display: inline-block;
fill: currentColor;
vertical-align: middle;
}
.property-sub-offers-inquiry-btn i,
.property-sub-offers-photos-btn i {
display: inline-block;
width: 1em;
height: 1em;
vertical-align: middle;
}
.property-sub-offers-inquiry-btn .property-sub-offers-icon,
.property-sub-offers-photos-btn .property-sub-offers-icon {
font-size: 16px;
width: 1em;
height: 1em;
line-height: 1;
display: inline-block;
vertical-align: middle;
} .property-inquiry-popup {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999999;
overflow: auto;
}
.property-inquiry-popup-content {
position: relative;
background-color: #fff;
margin: 10% auto;
padding: 20px;
border-radius: 5px;
width: 80%;
max-width: 600px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
animation: popupAnimation 0.3s ease-out;
}
@keyframes popupAnimation {
from {
transform: scale(0.8);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
.property-inquiry-popup-close {
position: absolute;
top: 10px;
right: 15px;
font-size: 24px;
font-weight: bold;
color: #aaa;
cursor: pointer;
}
.property-inquiry-popup-close:hover {
color: #555;
}
.property-inquiry-title {
margin-top: 0;
margin-bottom: 20px;
font-size: 20px;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
color: #333;
}
.property-inquiry-details {
margin-bottom: 20px;
padding: 10px;
background-color: #f9f9f9;
border-radius: 4px;
}
.property-inquiry-details p {
margin: 5px 0;
}
.property-inquiry-form {
padding-top: 10px;
} .apartment-gallery-item {
display: none !important;
} .dialog-lightbox-widget-content {
z-index: 9999999 !important;
}
.dialog-lightbox-widget {
z-index: 9999998 !important;
} .dialog-lightbox-widget img {
width: 100% !important;
height: auto !important;
max-height: 90vh !important;
object-fit: contain !important;
} .elementor-popup-modal {
z-index: 9999990 !important;
}
.elementor-location-popup {
z-index: 9999991 !important;
} .property-photos-modal {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 9999;
overflow: auto;
}
.property-photos-modal-content {
position: relative;
background-color: #fff;
margin: 5% auto;
padding: 20px;
border-radius: 5px;
width: 90%;
max-width: 1000px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
animation: popupAnimation 0.3s ease-out;
}
.property-photos-modal-close {
position: absolute;
top: 10px;
right: 15px;
font-size: 24px;
font-weight: bold;
color: #aaa;
cursor: pointer;
z-index: 10;
}
.property-photos-modal-close:hover {
color: #555;
}
.property-photos-gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
padding: 15px 0;
}
.photo-item {
flex: 0 0 300px;
max-width: 300px;
margin-bottom: 15px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
border-radius: 4px;
overflow: hidden;
text-align: center;
}
.photo-item img {
width: 100%;
height: auto;
display: block;
}
.photo-item p {
padding: 8px;
margin: 0;
background-color: #f5f5f5;
font-size: 14px;
color: #333;
} @media (max-width: 768px) {
.property-inquiry-popup-content {
width: 95%;
margin: 5% auto;
}
.property-sub-offers-table {
font-size: 14px;
}
.property-sub-offers-table th,
.property-sub-offers-table td {
padding: 8px 5px;
}
.property-sub-offers-inquiry-btn,
.property-sub-offers-photos-btn {
padding: 5px 8px;
font-size: 12px;
margin-right: 3px;
margin-bottom: 3px;
}
.photo-item {
flex: 0 0 100%;
max-width: 100%;
}
}