  
/*@font-face {*/
/*    font-family: 'GE SS Two Light';*/
/*    src: url('https://db.onlinewebfonts.com/t/02f502e5eefeb353e5f83fc5045348dc.eot');*/
/*    src: url('https://db.onlinewebfonts.com/t/02f502e5eefeb353e5f83fc5045348dc.eot?#iefix') format('embedded-opentype'),*/
/*         url('https://db.onlinewebfonts.com/t/02f502e5eefeb353e5f83fc5045348dc.woff2') format('woff2'),*/
/*         url('https://db.onlinewebfonts.com/t/02f502e5eefeb353e5f83fc5045348dc.woff') format('woff'),*/
/*         url('https://db.onlinewebfonts.com/t/02f502e5eefeb353e5f83fc5045348dc.ttf') format('truetype'),*/
/*         url('https://db.onlinewebfonts.com/t/02f502e5eefeb353e5f83fc5045348dc.svg#GE SS Two Light') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/



body {
        /*font-family: 'GE SS Two Light', sans-serif !important;*/
}

  
  
        /* تخصيص بعض الأساليب */
        .search-box {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            /* background: rgba(255, 255, 255, 0.7); */
            /* padding: 15px 25px; */
            border-radius: 8px;
            text-align: center;
            width: 100%;
        }
        .search-box input {
            /* width: 80%; */
            /* padding: 12px;
            margin-right: 10px; */
            /* border-radius: 5px; */
            border: 1px solid #ddd;
        }
        .search-box button {
            padding: 12px 20px;
            /* background-color: #CDA176; */
            /* color: white; */
            /* border: none; */
            /* border-radius: 5px; */
            cursor: pointer;
            border: 1px solid #ddd;
        }
        .search-box button:hover {
            background-color: #CDA176;
        }
        .product-card {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        .product-card:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            transform: translateY(-10px);
        }
        .product-price {
            color: #2b7b1a;
            font-size: 1.2rem;
            font-weight: bold;
        }
        .slick-slide img {
            border-radius: 8px;
        }
        .property-type-btn.selected {
    background-color: #CDA176;
    color: #22292F;
}
.property-type-btn {
    transition: background-color 0.3s, color 0.3s;
}

   @media (max-width: 768px) {
        .social-media {
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: 1rem;
        }
        .contact-info-item {
            margin-bottom: 0.5rem;
        }
    }





/* إضافة بعض التنسيقات الخاصة باللغة */
body.ar-language {
    font-family: 'Tahoma', sans-serif; /* يمكنك تغيير الخط العربي هنا */
}

body.en-language {
    font-family: 'Arial', sans-serif; /* يمكنك تغيير الخط الإنجليزي هنا */
}

/* تنسيقات لأزرار اللغة عند التبديل */
li[data-lang="ar"].active {
    background-color: #CDA176;
    color: white;
}

li[data-lang="en"].active {
    background-color: #CDA176;
    color: white;
}


