* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins' , sans-serif;
}
/*! =========================================== LOGIN + REGISTER ===========================================*/

.login {  /*!الbody متع الصفحة كاملة*/
margin: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-image: url(image/nattu-adnan-atSUvc1hMwk-unsplash.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.wrapper { /*! الفورم*/
position: relative;
width: 410px;
height: 440px;
background: transparent;
border: 2px solid rgb(255, 255, 255, .5);
border-radius: 20px;
backdrop-filter: blur(20px);
box-shadow: 0 0 30px rgba(0, 0, 0, .5);
display: flex;
justify-content: center;
align-items: center;

}
.wrapper .form-box {
/* width: 100px; */
padding: 40px;
}
.form-box h2 { /*! كلمة login*/
font-size: 1cm;
color: rgb(255, 255, 255);
text-align: center;
}
.input-box { /*! الخط اللوطي متع البوكس*/
position: relative;
width: 100%;
height: 50px;
border-bottom: 2px solid rgb(255, 255, 255);
margin: 30px 0;
}

.input-box input { /*! صندوق الادخال*/
width: 100%;
height: 140%;
background: transparent;
border: none;
outline: none;
font-size: 0.5cm;
color: rgb(39, 39, 39);
line-height: 100px;
padding: 0 35px 0 5px;

}
.input-box .icon { /*! ايقونات البوكس*/
position: absolute;
right: 8px;
font-size: 0.5cm;
color: white;
line-height: 57px;
}
.remember-forgot { /*! سطر تذكرني*/
font-size: 0.4cm;
color: rgb(83, 83, 83);
font-weight: 500;
margin: -15px 0 15px;
display: flex;
justify-content: space-between;
}
.remember-forgot label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.remember-forgot input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2);
}
.remember-forgot label input { /*! صندوق التشيك بوكس*/
accent-color: #023E8A;
margin-right: 3px;
}
.remember-forgot a {
color: #0077B6;
text-decoration: none;
}
.remember-forgot a:hover {
color:#023E8A;
text-decoration: underline;
}
.btn-form { /*! البوتون*/
background: linear-gradient( to right,#023E8A, #0077B6, #00B4D8, #48CAE4, #90E0EF);
font-size: 0.7cm;
color: white;
padding: 8px 60px;
margin-bottom: 35px;
margin-top: 20px;
justify-content: center;
border: none;
border-radius: 10px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
cursor: pointer;
transition: background-position 0.5s ease, transform 0.3s ease, box-shadow 0.3s ease;
/*background-size: 300% 300%; /* للسماح بتحريك التدرج */
}

.btn-form:hover {
background-position: right center; /* حركة التدرج */
transform: scale(1.05); /* تكبير خفيف */
box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.3); /* ظل أكبر */
}
.login-register { /*! سطر تذكرني*/
font-size: 0.4cm;
color: rgb(83, 83, 83);
font-weight: 500;
margin: -15px 0 15px;
display: flex;
justify-content: space-between;
padding-top: 20px;
padding-left: 20px;
}
.login-register a {
color:#0077B6;
text-decoration: none;
}
.login-register a:hover {
color:#023E8A;
text-decoration: underline;
}
.register {  /*!الbody متع الصفحة كاملة*/
margin: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-image: url(image/nattu-adnan-atSUvc1hMwk-unsplash.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.wrapper2 { /*! الفورم*/
position: relative;
width: 420px;
height: 580px;
background: transparent;
border: 2px solid rgb(255, 255, 255, .5);
border-radius: 20px;
backdrop-filter: blur(20px);
box-shadow: 0 0 30px rgba(0, 0, 0, .5);
display: flex;
justify-content: center;
align-items: center;

}
.wrapper2 .form-box {
/* width: 100px; */
padding: 40px;
}
.register-login { /*! سطر تذكرني*/
font-size: 0.4cm;
color: rgb(83, 83, 83);
font-weight: 500;
margin: -15px 0 15px;
display: flex;
justify-content: center;
padding-top: 20px;
}
.register-login a {
color:#0077B6;
text-decoration: none;
}
.register-login a:hover {
color:#023E8A;
text-decoration: underline;
}

/*! =========================================== CONTACT US ===========================================*/
body.contact-page {
margin: 0;
font-family: 'Poppins', sans-serif;
background-color: #ebebeb;
color: #333;
}

.contact-section {
padding: 80px 0;
}

.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

.contact-header {
text-align: center;
margin: 60px 0px 100px 0;
background-image: url("image/paolo-nicolello-2gOxKj594nM-unsplash.jpg");
background-size: cover;
background-position: center;
height: 320px;
width: 100%;
justify-content: center;
align-items: center;
overflow: hidden;
position: relative;
}
/* الطبقة الغامقة فوق الصورة */
.contact-header::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.644); /* درجة التعتيم — زيديها لو تبيها أغمق */
z-index: 1;
}

.contact-header h2 {
padding: 80px 0 20px 0;
font-size: 50px;
color: #ffffff;
margin-bottom: 10px;
    position: relative;
z-index: 2; 

}

.contact-header p {
font-size: 18px;
color: #ffffff;
    position: relative;
z-index: 2; 
padding: 0px 100px;

}

.contact-content {
display: flex;
flex-wrap: wrap;
gap: 40px;
justify-content: space-between;
margin-bottom: 60px;
}

.contact-info {
flex: 1;
min-width: 280px;

}

.info-item {
background: #ffffff;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
padding: 25px;
margin-bottom: 20px;
}

.info-item h4 {
color: #2a2a2a;
margin-bottom: 8px;
}

.info-item a, .info-item p {
color: #666;
text-decoration: none;
font-size: 15px;
}

.contact-form {
flex: 1.5;
min-width: 300px;
background: #fff;
border-radius: 12px;
padding: 40px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
}

.form-group {
margin-bottom: 20px;
}

input, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ddd;
border-radius: 8px;
font-size: 15px;
outline: none;
}

input:focus, textarea:focus {
border-color: #0077B6;
}


.map-container iframe {
border-radius: 12px;
width: 100%;
height: 400px;
}
.btnc {
background: linear-gradient( to right,#023E8A, #0077B6, #00B4D8, #48CAE4, #90E0EF);
font-size: 0.5cm;
color: white;
padding: 10px 15px;
margin-top: 20px;
border: none;
border-radius: 10px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
cursor: pointer;

}
.about-header {
text-align: center;
margin: 60px 0px 100px 0;
background-image: url("image/paolo-nicolello-2gOxKj594nM-unsplash.jpg");
background-size: cover;
background-position: center;
height: 300px;
width: 100%;
justify-content: center;
align-items: center;
overflow: hidden;
position: relative;
}
/* الطبقة الغامقة فوق الصورة */
.about-header::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.719); /* درجة التعتيم — زيديها لو تبيها أغمق */
z-index: 1;
}

.about-header h2 {
padding: 100px 0 30px 0;
font-size: 40px;
color: #ffffff;
margin-bottom: 10px;
    position: relative;
z-index: 2; 

}

/*! =========================================== ABOUT US ===========================================*/

    /* ========== HERO SECTION ========== */
    .hero {
    height: 60vh;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
        ),
        url("image/sean-oulashin-KMn4VEeEPR8-unsplash.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    margin-bottom: 90px;
    }

    .hero h1 {
    font-size: 50px;
    margin-bottom: 10px;
    }

    .hero p {
    font-size: 18px;
    max-width: 600px;
    }

    /* ========== INTRO SECTION ========== */
    .intro {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 0px 0%;
    margin-bottom: 50px;
    background-color: #e5ef9050;
    }

    .intro-text {
    flex: 1;
    min-width: 300px;
    }

    .intro-text h2 {
    font-size: 40px;
    color: #023E8A;
    margin-bottom: 20px;
    padding-right: 60px;
    }

    .intro-text p {
    line-height: 1.8;
    font-size: 17px;
    color: #242424;
    padding-right: 60px;
    }

    .intro img {
    flex: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    }

    /* ========== MISSION & VISION ========== */
    .mission-vision {
    background-color: #EAF8FF;
    padding: 80px 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    text-align: center;
    }

    .card {
    background: #fff;
    border-radius: 15px;
    padding: 40px 25px;
    width: 300px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    }

    .card:hover {
    transform: translateY(-10px);
    }

    .card h3 {
    color: #00B4D8;
    margin-bottom: 15px;
    }

    /* ========== COUNTERS SECTION ========== */
    .counters {
    background-image: linear-gradient(
        rgba(2, 62, 138, 0.7),
        rgba(2, 62, 138, 0.7)
        ),
        url("image/frank-mckenna-OD9EOzfSOh0-unsplash.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 80px 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
    gap: 60px;
    }

    .counter-box {
    flex: 1;
    min-width: 200px;
    }

    .counter {
    font-size: 50px;
    font-weight: bold;
    color: #90E0EF;
    display: block;
    }

    .counter-box p {
    margin-top: 10px;
    font-size: 18px;
    }

    /* ========== FINAL SECTION ========== */
    .final {
    text-align: center;
    padding: 100px 10%;
    background-color: #0077B6;
    color: #fff;
    }

    .final h2 {
    font-size: 28px;
    margin-bottom: 15px;
    }

    .final button {
    background-color: #90E0EF;
    color: #023E8A;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 20px;
    }

    .final button:hover {
    background-color: #48CAE4;
    }

    @media (max-width: 768px) {
    .intro {
        flex-direction: column;
    }

    .intro img {
        width: 100%;
    }
    }

.value {
margin: 50px 30px;
align-items: center;
justify-content: center;
display: flex;
gap: 60px;
flex-wrap: wrap;
margin-bottom: 120px;
}
.hv{
justify-content: center;
text-align: center;
font-size: 25px;
margin-top: 80px;
color: #303030;
}

.cards {
position: relative;
width: 190px;
height: 254px;
background-color: white;
display: flex;
flex-direction: column;
justify-content: end;
padding: 12px;
margin-top: 40px;
gap: 12px;
border-radius: 8px;
cursor: pointer;
}

.cards::before {
content: '';
position: absolute;
inset: 0;
left: -5px;
right: -5px;
margin: auto;
width: 200px;
height: 264px;
border-radius: 10px;
background: linear-gradient(-45deg, #023E8A 0%, #40c9ff 100% );
z-index: -10;
pointer-events: none;
transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cards::after {
content: "";
z-index: -1;
position: absolute;
inset: 0;
background: linear-gradient(-45deg, #023E8A 0%, #00dbde 100% );
transform: translate3d(0, 0, 0) scale(0.95);
filter: blur(20px);
}

.heading {
font-size: 25px;
text-align: center;
text-transform: capitalize;
font-weight: 700;
color: #023E8A;
}

.cards p:not(.heading) {
font-size: 14px;
text-align: center;

}

.cards:hover::after {
filter: blur(30px);
}

.cards:hover::before {
transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
}
.emoji {
color: #47cbf3;
font-size: 60px; /* حجم الإيموجي */
text-align: center;
margin: 0 0 20px 0;

}





/*! =========================================== EXPLORE ===========================================*/


.ex {
    height: 60vh;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
        ),
        url("image/mathew-waters-cuTk59eNHUE-unsplash.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    margin-bottom: 90px;
    }

    .ex h1 {
    font-size: 50px;
    margin-bottom: 10px;
    }
    body {
    background-color: #ffffff !important;
    margin: 0;
    padding: 0;
}
        /* Explore Page Styles */
        .explore-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            
        }
.search-filters {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
    padding: 40px 20px;
    background: transparent !important;
    border-radius: 0;
}

/* شريط بحث كبير يتقلص مع الشاشة */
.search-box {
    width: 800px; /* كبير جداً */
    max-width: 95vw; /* لا يتعدى 95% من عرض الشاشة */
    display: flex;
    align-items: center;
    padding: 20px 35px; /* حشوة كبيرة */
    border-radius: 60px; /* حواف أكثر استدارة */
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid #e8e8e8;
    transition: all 0.4s ease;
    margin: 0 auto;
}

.search-box:focus-within {
    border-color: #0077B6;
    box-shadow: 0 15px 50px rgba(0, 119, 182, 0.25);
    transform: translateY(-4px);
    background: #ffffff;
}

.search-input {
    font-size: 18px; /* نص كبير */
    color: #333;
    margin-left: 20px; /* مسافة أكبر من الأيقونة */
    outline: none;
    border: none;
    background: transparent;
    width: 100%;
    padding: 8px 0;
    font-weight: 400;
}

.search-input::placeholder {
    color: #999;
    font-weight: 400;
    font-size: 17px; /* placeholder كبير */
}

.search-icon {
    color: #0077B6;
    font-size: 26px; /* أيقونة كبيرة */
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.search-box:focus-within .search-icon {
    transform: scale(1.2);
    color: #0056b3;
}

/* تحجيم تدريجي مع الشاشة */
@media (max-width: 1200px) {
    .search-box {
        width: 750px;
        padding: 18px 32px;
    }
    
    .search-input {
        font-size: 17px;
    }
    
    .search-icon {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .search-box {
        width: 700px;
        padding: 16px 30px;
    }
    
    .search-input {
        font-size: 16px;
        margin-left: 18px;
    }
    
    .search-input::placeholder {
        font-size: 16px;
    }
    
    .search-icon {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .search-filters {
        gap: 35px;
        padding: 35px 15px;
    }
    
    .search-box {
        width: 650px;
        padding: 15px 28px;
        border-radius: 50px;
    }
    
    .search-input {
        font-size: 16px;
        margin-left: 16px;
    }
    
    .search-icon {
        font-size: 21px;
    }
}

@media (max-width: 650px) {
    .search-box {
        width: 95%; /* يبدأ يأخذ نسبة من الشاشة */
        max-width: 600px;
        padding: 14px 25px;
    }
    
    .search-input {
        font-size: 15px;
        margin-left: 15px;
    }
    
    .search-input::placeholder {
        font-size: 15px;
    }
    
    .search-icon {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .search-filters {
        gap: 30px;
        padding: 30px 10px;
    }
    
    .search-box {
        width: 98%;
        padding: 12px 22px;
        border-radius: 45px;
    }
    
    .search-input {
        font-size: 14px;
        margin-left: 12px;
    }
    
    .search-input::placeholder {
        font-size: 14px;
    }
    
    .search-icon {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .search-filters {
        gap: 25px;
        padding: 25px 8px;
    }
    
    .search-box {
        padding: 10px 18px;
        border-radius: 40px;
    }
    
    .search-input {
        font-size: 13px;
        margin-left: 10px;
    }
    
    .search-icon {
        font-size: 16px;
    }
}

        /* شبكة العقارات */
        .properties-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }

        .property-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .property-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }

        .card-image {
            position: relative;
            height: 220px;
            overflow: hidden;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

        .property-card:hover .card-image img {
            transform: scale(1.05);
        }

        .favorite-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255, 255, 255, 0.9);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
            font-size: 1.2rem;
            color: #bdc3c7;
        }

        .favorite-btn:hover {
            background: white;
            transform: scale(1.1);
        }

        .favorite-btn.active {
            color: #e74c3c;
        }

        .card-content {
            padding: 20px;
        }

        .property-title {
            font-size: 1.4rem;
            margin-bottom: 10px;
            color: #2c3e50;
        }

        .property-description {
            color: #7f8c8d;
            margin-bottom: 15px;
            line-height: 1.5;
        }

        .property-details {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 15px;
        }

        .detail-item {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #555;
        }

        .detail-item i {
            color: #3498db;
        }

        .rating {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .stars {
            color: #f39c12;
            margin-right: 5px;
        }

        .rating-count {
            color: #7f8c8d;
            font-size: 0.9rem;
        }

        .details-btn {
            display: block;
            width: 100%;
            padding: 12px;
            background: #3498db;
            color: white;
            text-align: center;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 600;
            transition: background 0.3s;
            border: none;
            cursor: pointer;
            font-size: 1rem;
        }

        .details-btn:hover {
            background: #2980b9;
        }

        /* أزرار التصفية */
        .properties-filter {
            list-style: none;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .properties-filter a {
            display: inline-block;
            padding: 12px 25px;
            background: #fff;
            color: #2c3e50;
            text-decoration: none;
            border-radius: 30px;
            font-weight: 600;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            transition: all 0.3s;
        }

        .properties-filter a.is_active,
        .properties-filter a:hover {
            background: #3498db;
            color: white;
        }

        /* زر المفضلة العائم */
        .view-favorites {
            position: fixed;
            bottom: 20px;
            left: 20px;
            background: #e74c3c;
            color: white;
            padding: 12px 20px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
            z-index: 100;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s;
        }

        .view-favorites:hover {
            background: #c0392b;
            transform: translateY(-2px);
        }

        /* تصميم متجاوب */
        @media (max-width: 768px) {
            .properties-grid {
                grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            }
            
            .property-title {
                font-size: 1.2rem;
            }
            
            .search-input {
                width: 200px;
            }
            
            .search-filters {
                gap: 20px;
            }
        }

/*! =========================================== HOME ===========================================*/

/* ========== HERO SLIDER STYLES ========== */
.hero-slider {
    position: relative;
    height: 100vh;
    margin-top: 60px;
    overflow: hidden;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    transform: translateX(100%);
}

.slide.active {
    opacity: 1;
    transform: translateX(0);
}

.slide.prev {
    transform: translateX(-100%);
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 800px;
}

.slide-content h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
    font-weight: 700;
}

.slide-content p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    line-height: 1.6;
}

.slide-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    padding: 15px 35px;
    background: #023E8A;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 119, 182, 0.3);
    border: 2px solid transparent;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 119, 182, 0.4);
    background: #00B4D8;
}

.btn-secondary {
    padding: 15px 35px;
    background: transparent;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: #023E8A;
    transform: translateY(-3px);
}

/* أزرار التحكم في السلايدر */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
    backdrop-filter: blur(10px);
}

.slider-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.prev-btn {
    left: 30px;
}

.next-btn {
    right: 30px;
}

/* النقاط */
.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

.dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* تصميم متجاوب */
@media (max-width: 768px) {
    .slide-content h1 {
        font-size: 2.5rem;
    }
    
    .slide-content p {
        font-size: 1.1rem;
    }
    
    .slide-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary, .btn-secondary {
        padding: 12px 25px;
        font-size: 1rem;
        width: 200px;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .prev-btn {
        left: 15px;
    }
    
    .next-btn {
        right: 15px;
    }
}

/*?السكشن الثاني*/
.about-home {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 0px 0%;
    margin: 70px 0;
    background-color: #cde1e8a2;
}

.about-text {
    flex: 1;
    min-width: 300px;
    padding-left: 60px;
}

.about-text h2 {
    font-size: 40px;
    color: #023E8A;
    margin-bottom: 20px;
}

.about-text p {
    line-height: 1.8;
    font-size: 17px;
    color: #242424;
    padding-left: 0; /* خليها 0 بدل 60px */
    margin-bottom: 25px; /* ضيف مسافة تحت النص للبوتون */
}

.about-image {
    flex: 1;
    width: 100%;
}

.about-image img {
    width: 100%;
    height: 100%; /* حدد ارتفاع ثابت */
    object-fit: cover;

}

/* إضافة ستايل للبوتون */
.btn-blue {
    background: #0077B6;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-blue:hover {
    transform: translateY(-3px);
    background: #00B4D8;
    box-shadow: 0 5px 15px rgba(0, 119, 182, 0.3);
}

/* متجاوب على الموبايل */
@media (max-width: 900px) {
    .about-home {
        flex-direction: column;
        text-align: center;
        padding: 60px 0;
        gap: 40px; /* ⬅️ أضفنا مسافة بين النص والصورة */
    }
    
    .about-text, .about-image {
        width: 100%;
        padding: 0 20px;
    }
    
    .about-text {
        margin-bottom: 20px; /* ⬅️ أضفنا مسافة إضافية تحت النص */
    }
    
    .about-image img {
        min-height: 300px;
    }
    
    .btn-blue {
        margin-top: 25px; /* ⬅️ زدنا المسافة فوق البوتون */
        margin-bottom: 20px; /* ⬅️ أضفنا مسافة تحت البوتون */
    }
}

/* تحسين إضافي للشاشات الصغيرة جداً */
@media (max-width: 480px) {
    .about-home {
        gap: 30px; /* ⬅️ مساحة أقل في الشاشات الصغيرة */
        padding: 40px 0;
    }
    
    .about-text {
        padding: 0 15px;
    }
    
    .btn-blue {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

/* ========== NEW SECTIONS STYLES ========== */
        
        /* Property Types Section */
        .property-types {
            padding: 80px 20px;
            background: #f8f9fa;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .section-header h2 {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .section-header p {
            font-size: 1.1rem;
            color: #7f8c8d;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .types-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .type-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            text-align: center;
        }
        
        .type-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
        }
        
        .type-image {
            height: 200px;
            overflow: hidden;
        }
        
        .type-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .type-card:hover .type-image img {
            transform: scale(1.1);
        }
        
        .type-content {
            padding: 25px 20px;
        }
        
        .type-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }
        
        .type-content h3 {
            font-size: 1.5rem;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .type-content p {
            color: #7f8c8d;
            margin-bottom: 20px;
            line-height: 1.6;
        }
        
        .type-btn {
            display: inline-block;
            padding: 10px 25px;
            background: linear-gradient(to right, #023E8A, #0077B6);
            color: white;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .type-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(2, 62, 138, 0.3);
        }
        
        /* Featured Resorts Section */
        .featured-resorts {
            padding: 80px 20px;
        }
        
        .resorts-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .resort-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        
        .resort-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .resort-image {
            height: 220px;
            overflow: hidden;
            position: relative;
        }
        
        .resort-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .resort-card:hover .resort-image img {
            transform: scale(1.05);
        }
        
        .resort-price {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(2, 62, 138, 0.9);
            color: white;
            padding: 8px 15px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 1.1rem;
        }
        
        .resort-content {
            padding: 25px;
        }
        
        .resort-content h3 {
            font-size: 1.4rem;
            color: #2c3e50;
            margin-bottom: 10px;
        }
        
        .resort-location {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #7f8c8d;
            margin-bottom: 15px;
        }
        
        .resort-location i {
            color: #e74c3c;
        }
        
        .resort-features {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }
        
        .feature {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 0.9rem;
            color: #555;
        }
        
        .feature i {
            color: #3498db;
        }
        
        .resort-rating {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        
        .stars {
            color: #f39c12;
        }
        
        .rating-count {
            color: #7f8c8d;
            font-size: 0.9rem;
        }
        
        .resort-btn {
            display: block;
            width: 100%;
            padding: 12px;
            background: linear-gradient(to right, #023E8A, #0077B6);
            color: white;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            text-align: center;
            text-decoration: none;
        }
        
        .resort-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(2, 62, 138, 0.3);
        }
        
        /* How It Works Section */
        .how-it-works {
            padding: 80px 20px;
            background: #f8f9fa;
        }
        
        .steps-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .step-card {
            background: white;
            padding: 40px 25px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .step-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .step-number {
            width: 60px;
            height: 60px;
            background: linear-gradient(to right, #023E8A, #0077B6);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
            margin: 0 auto 20px;
        }
        
        .step-icon {
            font-size: 2.5rem;
            color: #3498db;
            margin-bottom: 20px;
        }
        
        .step-card h3 {
            font-size: 1.4rem;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .step-card p {
            color: #7f8c8d;
            line-height: 1.6;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .section-header h2 {
                font-size: 2rem;
            }
            
            .types-grid,
            .resorts-grid,
            .steps-container {
                grid-template-columns: 1fr;
            }
            
            .resort-features {
                flex-direction: column;
                gap: 10px;
            }
        }


/*! =========================================== PROPERTY DETAILS ===========================================*/

/* ========== PROPERTY DETAILS STYLES ========== */
.property-details-container {
    max-width: 1200px;
    margin: 100px auto 50px;
    padding: 0 20px;
}

/* معرض الصور */
.property-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    margin-bottom: 40px;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
}

.main-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.thumbnail {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    height: calc(33.333% - 7px);
    position: relative;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.thumbnail:hover img {
    transform: scale(1.05);
}

/* المعلومات الرئيسية */
.property-info {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.property-main-info h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.property-location {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7f8c8d;
    margin-bottom: 20px;
}

.property-location i {
    color: #e74c3c;
}

.property-price-large {
    font-size: 2rem;
    color: #2c3e50;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    text-align: center;
}

.property-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 12px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

.feature-item i {
    color: #3498db;
    font-size: 1.3rem;
    width: 30px;
}

/* الـ Sidebar (الحجز والتقويم) */
.property-sidebar {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: fit-content;
    position: sticky;
    top: 100px;
}

.booking-widget {
    text-align: center;
}

.calendar-container {
    margin-bottom: 25px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.calendar-header h3 {
    color: #2c3e50;
    font-size: 1.3rem;
}

.calendar-nav {
    display: flex;
    gap: 10px;
}

.calendar-nav button {
    background: #3498db;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.9rem;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 15px;
}

.calendar-day-header {
    text-align: center;
    font-weight: 600;
    color: #7f8c8d;
    font-size: 0.9rem;
    padding: 8px 0;
}

.calendar-day {
    text-align: center;
    padding: 10px 0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
}

.calendar-day.available {
    background: white;
    color: #2c3e50;
}

.calendar-day.available:hover {
    background: #3498db;
    color: white;
}

.calendar-day.booked {
    background: #e74c3c;
    color: white;
    cursor: not-allowed;
}

.calendar-day.empty {
    background: transparent;
    cursor: default;
}

.calendar-day.today {
    background: #3498db;
    color: white;
}

.booking-summary {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.booking-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 1rem;
}

.booking-detail.total {
    font-weight: bold;
    font-size: 1.2rem;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.booking-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(to right, #023E8A, #0077B6);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 15px;
}

.booking-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(2, 62, 138, 0.3);
}

.favorite-btn-details {
    width: 100%;
    padding: 12px;
    background: white;
    color: #e74c3c;
    border: 2px solid #e74c3c;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.favorite-btn-details.active {
    background: #e74c3c;
    color: white;
}

.favorite-btn-details:hover {
    transform: translateY(-2px);
}

/* الأقسام الإضافية */
.details-section {
    margin-bottom: 40px;
}

.details-section h2 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.8rem;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

.description-text {
    line-height: 1.8;
    color: #555;
    font-size: 1.1rem;
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #3498db;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: transform 0.3s;
}

.amenity-item:hover {
    transform: translateX(5px);
    background: #e8f4fc;
}

.amenity-item i {
    color: #27ae60;
    width: 20px;
    font-size: 1.1rem;
}

/* التقييمات */
.rating-overview {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 12px;
}

.average-rating {
    text-align: center;
}

.rating-number {
    font-size: 3rem;
    font-weight: bold;
    color: #2c3e50;
}

.rating-stars {
    color: #f39c12;
    margin: 10px 0;
    font-size: 1.2rem;
}

.review-count {
    color: #7f8c8d;
    font-size: 1rem;
}

/* الخريطة */
.location-section {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
}

.location-info {
    margin-bottom: 20px;
}

.location-info h3 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.location-address {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
}

.map-container {
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
    border: 2px solid #ddd;
}

/* في الـ style، أضف هذه الكلاسات: */
.calendar-day.selected {
    background: #3498db !important;
    color: white !important;
}

.calendar-day.check-in {
    background: #2ecc71 !important;
    color: white !important;
}

.calendar-day.check-out {
    background: #e74c3c !important;
    color: white !important;
}

.calendar-day.in-range {
    background: #d6eaf8 !important;
    color: #2c3e50 !important;
}

/* تصميم متجاوب */
@media (max-width: 968px) {
    .property-info {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .property-gallery {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .thumbnail-grid {
        grid-template-columns: repeat(3, 1fr);
        height: 150px;
    }
    
    .property-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .property-details-container {
        margin-top: 80px;
    }
    
    .property-main-info h1 {
        font-size: 2rem;
    }
    
    .property-features {
        grid-template-columns: 1fr;
    }
    
    .amenities-grid {
        grid-template-columns: 1fr;
    }
    
    .rating-overview {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}

/*! =========================================== BOOKING ===========================================*/

/* ========== BOOKING PAGE STYLES ========== */
        .booking-container {
            max-width: 1200px;
            margin: 100px auto 50px;
            padding: 0 20px;
        }

        .booking-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .booking-header h1 {
            color: #2c3e50;
            font-size: 2.5rem;
            margin-bottom: 10px;
        }

        .booking-header p {
            color: #7f8c8d;
            font-size: 1.2rem;
        }

        .booking-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 50px;
        }

        /* معلومات العقار */
        .property-summary {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            margin-bottom: 30px;
        }

        .property-summary-header {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 20px;
        }

        .property-summary-image {
            width: 120px;
            height: 100px;
            border-radius: 10px;
            overflow: hidden;
        }

        .property-summary-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .property-summary-info h3 {
            color: #2c3e50;
            margin-bottom: 5px;
            font-size: 1.3rem;
        }

        .property-summary-info .location {
            color: #7f8c8d;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .property-details-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            margin-top: 20px;
        }

        .detail-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px;
            background: #f8f9fa;
            border-radius: 8px;
        }

        .detail-item i {
            color: #3498db;
            width: 20px;
        }

        /* نموذج الحجز */
        .booking-form-section {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        .form-section-title {
            color: #2c3e50;
            font-size: 1.5rem;
            margin-bottom: 25px;
            padding-bottom: 10px;
            border-bottom: 2px solid #3498db;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #2c3e50;
            font-weight: 600;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            font-size: 1rem;
            transition: border-color 0.3s;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #3498db;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }

        /* ملخص الحجز */
        .booking-summary-section {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            position: sticky;
            top: 100px;
        }

        .booking-dates {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .date-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }

        .date-item:last-child {
            margin-bottom: 0;
        }

        .price-breakdown {
            margin-bottom: 25px;
        }

        .price-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 12px;
            padding-bottom: 12px;
            border-bottom: 1px solid #e9ecef;
        }

        .price-item.total {
            font-weight: bold;
            font-size: 1.2rem;
            color: #2c3e50;
            border-bottom: none;
            padding-top: 12px;
            border-top: 2px solid #e9ecef;
        }

        .terms-agreement {
            margin-bottom: 25px;
        }

        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 15px;
        }

        .checkbox-group input[type="checkbox"] {
            width: auto;
            margin-top: 5px;
        }

        .checkbox-group label {
            font-size: 0.9rem;
            color: #555;
            line-height: 1.4;
        }

        .terms-link {
            color: #3498db;
            text-decoration: none;
        }

        .terms-link:hover {
            text-decoration: underline;
        }

        .book-now-btn {
            width: 100%;
            padding: 15px;
            background: linear-gradient(to right, #27ae60, #2ecc71);
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 1.2rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .book-now-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
        }

        .book-now-btn:disabled {
            background: #bdc3c7;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        /* التنبيهات */
        .alert {
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
            display: none;
        }

        .alert-success {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }

        .alert-error {
            background: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }

        /* تصميم متجاوب */
        @media (max-width: 968px) {
            .booking-content {
                grid-template-columns: 1fr;
            }
            
            .booking-summary-section {
                position: static;
            }
        }

        @media (max-width: 768px) {
            .booking-container {
                margin-top: 80px;
            }
            
            .booking-header h1 {
                font-size: 2rem;
            }
            
            .form-row {
                grid-template-columns: 1fr;
            }
            
            .property-details-grid {
                grid-template-columns: 1fr;
            }
        }



        /* زر الرجوع للأعلى  */
#backToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #023E8A, #0077B6);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(2, 62, 138, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
}

#backToTopBtn:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #0077B6, #00B4D8);
    opacity: 1;
}

#backToTopBtn:active {
    transform: translateY(-2px);
}

/* تصميم متجاوب */
@media (max-width: 768px) {
    #backToTopBtn {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    #backToTopBtn {
        bottom: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}