/*
Theme Name: DA Home Realty
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1757049069
Updated: 2025-09-05 05:11:09

*/

.cs-apartment-detail ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 40px;
    padding: 0;
    list-style: none;
}
.cs-apartment-detail ul li {
    padding-left: 15px;
    position: relative;
    max-width: calc(50% - 20px);
    width: 100%;
}
.cs-apartment-detail ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='257' height='450' viewBox='0 0 257 450' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M247.1 202.4C259.6 214.9 259.6 235.2 247.1 247.7L55.1 439.7C42.6 452.2 22.3 452.2 9.79999 439.7C-2.70001 427.2 -2.70001 406.9 9.79999 394.4L179.2 225L9.89998 55.6C-2.60002 43.1 -2.60002 22.8 9.89998 10.3C22.4 -2.20001 42.7 -2.20001 55.2 10.3L247.2 202.3L247.1 202.4Z' fill='%232D2D2D'/%3E%3C/svg%3E%0A");
}
.cs-apartment-detail ul li strong {
    margin-left: 5px;
    font-weight: 600;
}
.contact-form input, select {
    height: 48px;
    box-shadow: none;
    outline: 0;
}
.footer-bottom{
	position: relative;
}
.footer-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background: #f7f7f7;
}
.cs-blk-icon svg path,
.icon-about-box svg path {
    fill: #000;
}
.cs-icon-box .icon-about-box{
	box-shadow: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.elementor-widget-wpml-language-switcher{
	width: 50px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
	height: 30px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 5px;
}
.three-boxes-sec .boxes-inner .elementor-widget-text-editor p {
	max-width: unset !important;
}
.error404 .header-main,
.page-id-2159 .header-main,
.page-id-2158 .header-main,
.page-id-2157 .header-main,
.page-id-2137 .header-main{
	background-color: rgb(21 21 21 / 64%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.error404 main#content {
    padding: 280px 0 150px 0;
    text-align: center;
}
.error404 main#content h1{
	font-family: "Larken Demo", Sans-serif;
	font-weight: 300;
}
.cs-captcha{
	width: 100%;
	padding: 0 7px;
}
@media all and (max-width: 767px){
	.cs-apartment-detail ul li{
		max-width: 100%;
	}
}