@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
body{
    background-color: #161616;
    background: url(../Image/back\ \(1\).jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
:root{
    --white-show:#fff;
    --forest-green:#345e42;
    --subset-orange:#90A1B9;
    --slate-gray:#5c5c5c;
    --charcoal-black:#2e2e2e;
    --pg-color:#bcbcbc;
}
body{
    overflow-x: hidden;
}
body::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.696);

}
.section{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 120px 8%;
    gap: 50px;
    position: relative;
}
.section_page{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.After_effect::after{
    content: "";
    position: absolute;
    top: -50%;
    left: -120%;
    height: 200%;
    width: 20px;
    background-color: #fff;
    filter: blur(20px);
    transform: rotate(30deg);
    transition: .6s;
}
.After_effect:hover::after{
    left: 150%;
    transform: rotate(30deg) translateY(80px);
}
.sectin_page img{
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.section_title{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: start;
    flex-direction: column;
    gap: 30px;
}
.section_title h1{
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 6rem;
    color: var(--white-show);
    font-family: 'Marcellus' , serif;
}
.section_title h2{
    font-size: 2rem;
    font-family: 'Marcellus';
    color: #9d9a98;
    text-shadow: 1.4px 1.4px var(--white-show);
    letter-spacing: 1px;
}
.section_title p{
    color: var(--pg-color);
    font-weight: 300;
    font-size: 18px;
    line-height: 2rem;
    font-weight: 500;
}
nav{
    height: 90px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 0 8% 0 2%;
}
.sticky_nav{
    box-shadow: 0 8px 10px #b3fbac57;
}
.ri-menu-5-fill{
    font-size: 28px;
    padding: 8px;
    border-radius: 8px;
    z-index: 9;
    color: var(--white-show);
    display: none;
}
.ri-close-large-line{
    color: var(--white-show);
    font-size: 28px;
    width: 100%;
    padding: 0;
    display: none;
    position: absolute;
    top: 1%;
    text-align: right;
    padding: 20px;
}
.ul{
    display: flex;
    align-items: center;
    gap: 30px;
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    list-style: none;
}
.ul li{
    margin-bottom: 0;
}
.button{
    background-color: transparent;
    font-family: 'Urbanist' , sans-serif;
    color:  rgb(255, 255, 255);
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px;
    cursor: pointer;
    position: relative;
    padding-left: 11px;
    text-align: center;
    transition: 0.1s;
    z-index: 1;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li { list-style: none; }

a,
img,
span,
ion-icon { display: block; }

a {
  color: inherit;
  text-decoration: none;
}
.button::before{
    content: '';
    border-radius: 1px;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: transparent;
    left: -10px;
    top: 19px;
    cursor: pointer;
    transform: rotate(225deg);
    transition: 0.3s;
    z-index: -1;
}
.button:hover:before{
    transform: rotate(0deg);
    width: 100%;
    height: 40px;
    top: -1px;
    left: -2px;
    border-radius: 3px;
    background-color: #fff;
}
.ul li .button .p{
    color: var(--white-show);
    letter-spacing: 1px;
}
.ul li .button:hover .p{
    color: #222;
}
.logo{
    width: 270px;
    margin-top: 5.5vh;
    cursor: pointer;
}
.logo img{
    width: 100%;
    object-fit: contain;
}
.btn1{
    height: 50px;
    width: 180px;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    background-color: var(--subset-orange);
    font-weight: 600;
    transition: all 0.6s;
    color: var(--white-show);
    box-shadow: 4px 4px 3px #272727dd, inset 4px 4px 25px #D4D4D4 ;
    transform: scale(0.9);
    cursor: pointer;
}
.btn1:active{
    transform: scale(1.2);
}
/* =========================
   Responsive Navbar & Section
   ========================= */

/* شاشات التابلت */
@media (max-width: 992px) {
    .section {
        flex-direction: column;
        padding: 100px 6%;
        text-align: center;
    }

    .section_page,
    .section_title {
        width: 100%;
    }

    .section_title {
        align-items: center;
    }

    .section_title h1 {
        font-size: 2.2rem;
        line-height: 4rem;
        text-align: center;
    }

    .section_title h2 {
        font-size: 1.8rem;
    }
}

/* شاشات الموبايل */
@media (max-width: 768px) {
    nav {
        padding: 0 5%;
    }

    .ri-menu-5-fill {
        display: block;
        cursor: pointer;
    }

    .ul {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        gap: 40px;
        background-color: rgba(0, 0, 0, 0.95);
        transition: 0.4s ease;
        z-index: 8;
    }

    .ul.active {
        right: 0;
    }

    .ri-close-large-line {
        display: block;
        cursor: pointer;
    }

    .logo {
        width: 200px;
        margin-top: 0;
    }

    .section {
        padding: 90px 5%;
    }

    .section_title h1 {
        font-size: 2rem;
        line-height: 3.2rem;
        text-align: center;
    }

    .section_title p {
        font-size: 16px;
        text-align: center;
    }
}

/* شاشات صغيرة جداً */
@media (max-width: 480px) {
    .section_title h1 {
        font-size: 1.7rem;
        text-align: center;
    }

    .section_title h2 {
        font-size: 1.4rem;
        
    }

    .btn1 {
        width: 150px;
        font-size: 16px;
    }
}
.ul.active ~ .ri-menu-5-fill {
    display: none;
}
.hero_wrapper{
    min-height: 100vh;
    padding: 8px 8% !important;
    background: url(../Image/11.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.hero_title{
    height: 620px;
    width: 40%;
    position: relative;
    padding: 0;
}
.hero_title h1{
    line-height: 4rem;
     color: #9d9a98;
    text-shadow: 1.4px 1.4px var(--white-show);
}
.hero_heading{
    position: relative;
}
.hero_heading::after{
    content: '';
    position: absolute;
    top: 7%;
    left: -5%;
    height: 90%;
    width: 2.5px;
    background-color: var(--subset-orange);
}
.hero_title p{
    font-size: 18px;
    font-weight: 400;
    color: var(--white-show);
    
}
/* =========================
   Hero Section Responsive
   ========================= */

/* شاشات لابتوب صغيرة */
@media (max-width: 1200px) {
    .hero_title {
        width: 50%;
        height: auto;
    }
}

/* تابلت */
@media (max-width: 992px) {
    .hero_wrapper {
        padding: 20px 6% !important;
        background-position: center;
    }

    .hero_title {
        width: 70%;
        height: auto;
    }

    .hero_title h1 {
        line-height: 3.2rem;
        font-size: 2.2rem;
    }

    .hero_title p {
        font-size: 17px;
    }

    .hero_heading::after {
        left: -3%;
    }
}

/* موبايل */
@media (max-width: 768px) {
    .hero_wrapper {
        min-height: auto;
        padding: 100px 5% 40px !important;
    }

    .hero_title {
        width: 100%;
        height: auto;
    }

    .hero_title h1 {
        font-size: 1.9rem;
        line-height: 2.8rem;
    }

    .hero_title p {
        font-size: 16px;
    }

    .hero_heading::after {
        display: none;
    }
}

/* موبايل صغير جداً */
@media (max-width: 480px) {
    .hero_title h1 {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .hero_title p {
        font-size: 15px;
    }
}
.About{
     
        padding: 100px 40px;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url('../Image/222.jpg');
        background-size: cover;
        background-position: center;
        color: white;
       
        position: relative;
    
}
.about_page{
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_page img{
    width: 80%;
    background-size: cover;
    background-position: top center;
}
#text{
    color: var(--white-show);
    position: relative;
}
#text::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -6%;
    height: 1.5px;
    width: 9%;
    border-radius: 8px;
    background-color: var(--subset-orange);
    transform: rotate(90deg);
}
.About_wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.About_wrap p{
    color: var(--pg-color);
}
.Manager{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
#signature{
    width: 200px;
    margin-left: 20px;
}
.about_title h1{
    line-height: 4rem;
}
/* Small devices (phones, less than 600px) */
@media screen and (max-width: 600px) {
    .About {
        padding: 60px 20px;
    }
    .about_page {
        width: 100%;
        flex-direction: column;
    }
    .about_page img {
        width: 100%;
        margin-bottom: 20px;
    }
    .About_wrap {
        gap: 15px;
    }
    .Manager {
        flex-direction: column;
        align-items: flex-start;
    }
    #signature {
        margin-left: 0;
        margin-top: 10px;
        width: 150px;
    }
    .about_title h1 {
        line-height: 3rem;
        font-size: 1.8rem;
    }
}

/* Medium devices (tablets, 600px to 900px) */
@media screen and (min-width: 601px) and (max-width: 900px) {
    .About {
        padding: 80px 30px;
    }
    .about_page {
        width: 70%;
    }
    .about_page img {
        width: 90%;
    }
    .about_title h1 {
        line-height: 3.5rem;
        font-size: 2rem;
    }
    #signature {
        width: 180px;
    }
}

/* Large devices (desktops, 901px and above) */
@media screen and (min-width: 901px) {
    .About {
        padding: 100px 40px;
    }
    .about_page {
        width: 50%;
    }
    .about_page img {
        width: 80%;
    }
    .about_title h1 {
        line-height: 4rem;
    }
    #signature {
        width: 200px;
    }
}

.Services{
    flex-direction: column;
    padding-top: 10vh;
}
.Service_title{
    width: 100%;
   align-items: center;
   
}
.Service_Wrap{
   width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    padding: 5%;
}
.service2{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../Image/11.jpg);
    background-position: center;
    background-size: cover;
}
.Services_Box{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 30px;
    gap: 20px;
    color: var(--white-show);
    background-color: #1e1e1e;
    transition: .6s;
}
.Services_Box_page img{
    width: 100%;
  
    filter: grayscale(100%) brightness(80%) contrast(120%);

}
.Services_Box_title h5{
    font-family: 'Marcellus' , serif;
    font-size: 1.4rem;
    margin-bottom: 18px;
    letter-spacing: 1px;
}
.Services_Box_title p{
    font-size: 14px;
    line-height: 20px;
    color: var(--pg-color);
}
.Services_Box:hover{
    background-color: var(--charcoal-black);
    cursor: pointer;
}
/* =========================
   Services Section Responsive
   ========================= */

/* لابتوب متوسط */
@media (max-width: 1200px) {
    .Service_Wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* تابلت */
@media (max-width: 992px) {
    .Services {
        padding-top: 8vh;
    }

    .Service_Wrap {
        grid-template-columns: repeat(2, 1fr);
        padding: 4%;
        gap: 25px;
    }

    .Services_Box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .Services_Box_title h5 {
        font-size: 1.3rem;
    }
}

/* موبايل */
@media (max-width: 768px) {
    .Services {
        padding-top: 6vh;
    }

    .Service_Wrap {
        grid-template-columns: 1fr;
        padding: 3%;
        gap: 20px;
    }

    .Services_Box {
        padding: 25px;
    }

    .Services_Box_title h5 {
        font-size: 1.2rem;
    }

    .Services_Box_title p {
        font-size: 13.5px;
    }
}

/* موبايل صغير جداً */
@media (max-width: 480px) {
    .Services_Box {
        padding: 20px;
    }

    .Services_Box_title h5 {
        font-size: 1.1rem;
    }

    .Services_Box_title p {
        font-size: 13px;
        line-height: 18px;
    }
}

.New_project_portfolio{
    flex-direction: column;
    
      
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url('../Image/222.jpg');
        background-size: cover;
        background-position: center;
        
   
}
.New_project_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 100px 8%;
}
.portfolio_page{
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
    z-index: 99 !important;
}
.portfolio_Splide{
    width: 100%;
}
.splide__arrow--next,
.splide__arrow--prev{
    display: none !important;
}
.portfolio_page img{
    width: 100%;
    height: 100%;
   background-size: cover;
   background-position: center center;
}
.portfolio_box{
    position: absolute;
    top: 100%;
    left: 0%;
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: start;
    flex-direction: column;
    color: var(--white-show);
    z-index: 9;
    transition: .6s;
    background-color: #00000044;
    backdrop-filter: blur(2px);
}
.portfolio_page:hover .portfolio_box{
    top: 0;
}
.portfolio_box h3{
    font-size: 2rem;
    font-family: 'Marcellus' , serif;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--subset-orange);
    color:#b6c2d2;
}
.portfolio_box p{
    line-height: 1.6rem;
}
/* =========================
   Portfolio Section Responsive
   ========================= */

/* لابتوب متوسط */
@media (max-width: 1200px) {
    .New_project_title {
        padding: 80px 6%;
    }

    .portfolio_box h3 {
        font-size: 1.8rem;
    }
}

/* تابلت */
@media (max-width: 992px) {
    .New_project_title {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        padding: 70px 6%;
    }

    .portfolio_box {
        padding: 25px;
    }

    .portfolio_box h3 {
        font-size: 1.6rem;
    }

    .portfolio_box p {
        font-size: 15px;
    }
}

/* موبايل */
@media (max-width: 768px) {
    .New_project_title {
        padding: 60px 5%;
    }

    .portfolio_page {
        height: auto;
    }

    .portfolio_box {
        position: relative;
        top: 0;
        background-color: #555;
        backdrop-filter: blur(1px);
    }

    .portfolio_page:hover .portfolio_box {
        top: 0;
    }

    .portfolio_box h3 {
        font-size: 1.4rem;
    }

    .portfolio_box p {
        font-size: 14px;
        line-height: 1.5rem;
    }
}

/* موبايل صغير جداً */
@media (max-width: 480px) {
    .New_project_title {
        padding: 40px 4%;
    }

    .portfolio_box {
        padding: 20px;
    }

    .portfolio_box h3 {
        font-size: 1.2rem;
    }

    .portfolio_box p {
        font-size: 13px;
    }
}

.Team_works{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url('../Image/11.jpg');
        background-size: cover;
        background-position: center;
}
.team_works_steps{
    min-height: 800px;
    width: 50%;
    background-image: url(../Image/back\ \(2\).jpg);
    background-size: cover;
    background-position: center center;
    object-fit: cover;
}
.Team_Works_title{
    min-height: 600px;
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: start;
    padding-left: 8%;
}
.Work_Content{
    width: 100%;
    display: flex;
    
    align-items: center;
    gap: 30px;
}
.Work_Content span{
    padding: 40px;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    border-top: 0.5px solid var(--subset-orange);
    border-right: 0.5px solid var(--subset-orange);
    color: var(--white-show);
    
}
.Work_Content span::after{
    content: '';
    position: absolute;
    top: 90%;
    left: 10%;
    width: 100%;
    height: 0.5px;
    background-color: var(--subset-orange);

}
.Work_Content span::before{
    content: '';
    position: absolute;
    top: 41%;
    left: -40%;
    width: 100%;
    height: 0.5px;
    transform: rotate(90deg);
  background-color: var(--subset-orange);
}
.Work_details h3{
    font-family: 'Marcellus';
    color: var(--white-show);
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.Work_details p{
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}/* =========================
   Team Works Responsive
   ========================= */

/* لابتوب متوسط */
@media (max-width: 1200px) {
    .team_works_steps {
        min-height: 700px;
    }

    .Work_details h3 {
        font-size: 1.8rem;
    }
}

/* تابلت */
@media (max-width: 992px) {
    .Team_works {
        flex-direction: column;
        gap: 50px;
    }

    .team_works_steps,
    .Team_Works_title {
        width: 100%;
    }

    .team_works_steps {
        min-height: 500px;
    }

    .Team_Works_title {
        padding-left: 3vh;
        min-height: auto;
    }

    .Work_Content {
        gap: 25px;
    }

    .Work_Content span {
        padding: 30px;
        font-size: 26px;
    }

    .Work_details h3 {
        font-size: 1.6rem;
    }

    .Work_details p {
        font-size: 16px;
    }
}

/* موبايل */
@media (max-width: 768px) {
    .Team_works {
        gap: 40px;
    }

    .team_works_steps {
        min-height: 350px;
    }

    .Work_Content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .Work_Content span {
        padding: 22px;
        font-size: 22px;
    }

    .Work_Content span::before,
    .Work_Content span::after {
        display: none;
    }

    .Work_details h3 {
        font-size: 1.4rem;
    }

    .Work_details p {
        font-size: 15px;
        line-height: 22px;
    }
}

/* موبايل صغير جداً */
@media (max-width: 480px) {
    .team_works_steps {
        min-height: 280px;
    }

    .Work_Content span {
        padding: 18px;
        font-size: 20px;
    }

    .Work_details h3 {
        font-size: 1.25rem;
        
    }

    .Work_details p {
        font-size: 14px;
    }
}


.banner{
    width: 100%;
    height: 500px;
    background-image: url(../Image/99.jpg);
    background-size: cover;
    background-position:  center;
    position: relative;
}
.counter_wrap{
    position: absolute;
    width:80% ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px;
    align-items: center;
    top: 75%;
    left: 10%;
    z-index: 9;
    background-color: #161616;
      flex-wrap: nowrap;  /* يمنع التفاف العناصر لأسفل */
    overflow-x: auto; 
    gap: 30px;
}
.counter_wrap .counter{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: var(--white-show);
}
.counter h1{
    font-size: 2rem;
    color: var(--subset-orange);
    font-weight: 500;
}
.counter span{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.Banner_title{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.Banner_title button{
    height: 100px;
    width: 100px;
    background-color: var(--white-show);
    border: none;
}
.Banner_title button i{
    font-size: 40px;
    columns: #000;
    transition: all 0.6s;
}



/* =========================
   Banner & Counter Responsive
   ========================= */

/* لابتوب متوسط */
@media (max-width: 1200px) {
    .counter_wrap {
        width: 90%;
        left: 5%;
        padding: 60px;
    }
}

/* تابلت */
@media (max-width: 992px) {
    .banner {
        height: 450px;
    }

    .counter_wrap {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -80px;
        padding: 50px;
    }

    .counter h1 {
        font-size: 1.8rem;
    }
}

/* موبايل */
@media (max-width: 768px) {
    .banner {
        height: 380px;
    }

    .counter_wrap {
      
        padding: 40px;
        gap: 25px;
    }

    .counter h1 {
        font-size: 1.6rem;
    }

    .counter span {
        text-align: center;
        font-size: 13.5px;
    }

    .Banner_title button {
        height: 80px;
        width: 80px;
    }

    .Banner_title button i {
        font-size: 32px;
    }
}

/* موبايل صغير جداً */
@media (max-width: 480px) {
    .banner {
        height: 320px;
    }

    .counter_wrap {
        padding: 30px 20px;
    }

    .counter h1 {
        font-size: 1.4rem;
    }

    .counter span {
        font-size: 13px;
        line-height: 20px;
    }

    .Banner_title {
        gap: 15px;
    }

    .Banner_title button {
        height: 70px;
        width: 70px;
    }

    .Banner_title button i {
        font-size: 28px;
    }
}

























    /* Featured Properties Section */
    .featured-properties {
        padding: 150px 40px;
       background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url('../Image/11.jpg');
        background-size: cover;
        background-position: center;
        
    }
    
    .featured-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }
    
    .featured-header h2 {
        font-size: 36px;
        font-weight: 300;
        transition: transform 0.3s ease;
        display: inline-block;
         color: #9d9a98;
    text-shadow: 1.4px 1.4px var(--white-show);
    }
    
    .featured-header h2:hover {
        transform: translateY(-13px);
    }
    
    .featured-header span {
        font-weight: bold;
    }
    
    .view-all-btn {
        background: transparent;
        color: #000000;
        border: 2px solid #000000;
        padding: 10px 25px;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .view-all-btn:hover {
        transform: translateY(-13px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    
    .properties-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    
    .property-card {
        background: #212121;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }
    
    .property-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }
    
    .property-image {
        height: 220px;
        position: relative;
        background-size: cover;
        background-position: center;
    }
    
    .property-tag {
        position: absolute;
        top: 15px;
        left: 15px;
        background: white;
        color: #212121;
        padding: 5px 10px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: bold;
        transition: transform 0.3s ease;
    }
    
    .property-tag:hover {
        transform: translateY(-13px);
    }
    
    .property-details {
        padding: 20px;
    }
    
    .property-details h3 {
        margin: 0 0 10px;
        font-size: 20px;
        transition: transform 0.3s ease;
        display: inline-block;
    }
    
    .property-details h3:hover {
        transform: translateY(-13px);
    }
    
    .property-location {
        color: #777;
        margin: 0 0 15px;
        font-size: 14px;
        transition: transform 0.3s ease;
        display: inline-block;
    }
    
    .property-location:hover {
        transform: translateY(-13px);
    }
    
    .property-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .property-price {
        font-weight: bold;
        font-size: 18px;
        transition: transform 0.3s ease;
        display: inline-block;
    }
    
    .property-price:hover {
        transform: translateY(-13px);
    }
    
    .details-btn {
        background: white;
        color: black;
        border: none;
        border-radius: 5px;
        padding: 8px 15px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .details-btn:hover {
        transform: translateY(-13px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    
    /* Newsletter Section */
    .newsletter-section {
        padding: 100px 40px;
        background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                    url('../Image/99.jpg');
        background-size: cover;
        background-position: center;
        color: white;
        text-align: center;
        position: relative;
    }
    
    .newsletter-container {
        max-width: 700px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    
    .newsletter-box {
        background-color:rgba(0,0,0,0.2) ;
        padding: 50px;
        border-radius: 15px;
        box-shadow: 0 15px 40px rgba(255,255,255,0.9);
        color: #333;
        transition: transform 0.3s ease;
    }
    
    .newsletter-box:hover {
        transform: translateY(-5px);
    }
    
    .newsletter-title {
        font-size: 36px;
        font-weight: 300;
        margin-bottom: 15px;
        transition: transform 0.3s ease;
        display: inline-block;
         color: #9d9a98;
    text-shadow: 1.4px 1.4px var(--white-show);
    text-align: center;
    }
    
    .newsletter-title:hover {
        transform: translateY(-13px);
    }
    
    .newsletter-title span {
        font-weight: bold;
    }
    
    .newsletter-description {
        font-size: 18px;
        margin-bottom: 30px;
        color: #fff;
        transition: transform 0.3s ease;
        display: inline-block;
    }
    
    .newsletter-description:hover {
        transform: translateY(-13px);
    }
    
    .newsletter-form {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .newsletter-input {
        flex: 1;
        max-width: 400px;
        padding: 15px 20px;
        border-radius: 8px 0 0 8px;
        border: 1px solid #ddd;
        font-size: 16px;
        outline: none;
        transition: transform 0.3s ease;
    }
    
    .newsletter-input:hover {
        transform: translateY(-13px);
    }
    
    .newsletter-submit {
        background: #000000;
        color: white;
        border: none;
        padding: 15px 30px;
        border-radius: 0 8px 8px 0;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .newsletter-submit:hover {
        transform: translateY(-13px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    .social-icons {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }
    
    .social-icon {
        background: #000;
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    
    .social-icon:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    
    /* Footer Section */
    footer {
        background-color: #000;
        color: #fff;
        padding: 60px 40px 30px;
        font-family: Arial, sans-serif;
    }
    
    .footer-container {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #333;
    }
    
    .footer-company {
        transition: transform 0.3s ease;
    }
    
    .footer-company h3 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #fff;
    }
    
    .footer-company p {
        color: #aaa;
        line-height: 1.6;
        margin-bottom: 20px;
        display: inline-block;
    }
    .footer-social {
        display: flex;
        gap: 15px;
    }
    
    .footer-social a {
        color: #fff;
        font-size: 20px;
        transition: all 0.3s ease;
    }
    
    .footer-links h4 {
        font-size: 18px;
        margin-bottom: 20px;
        color: #fff;
        display: inline-block;
    }
    .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .footer-links li {
        margin-bottom: 10px;
    }
    
    .footer-links a {
        color: #aaa;
        text-decoration: none;
        transition: all 0.3s ease;
        display: inline-block;
    }
    .footer-contact h4 {
        font-size: 18px;
        margin-bottom: 20px;
        color: #fff;
        display: inline-block;
    }
   
    .footer-contact ul {
        list-style: none;
        padding: 0;
        margin: 0;
        color: #aaa;
    }
    
    .footer-contact li {
        margin-bottom: 15px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    
    .footer-newsletter h4 {
        font-size: 18px;
        margin-bottom: 20px;
        color: #fff;
        display: inline-block;
    }
    
    .footer-newsletter p {
        color: #aaa;
        margin-bottom: 20px;
        display: inline-block;
    }
    
    .footer-form {
        display: flex;
        gap: 10px;
    }
    
    .footer-input {
        flex: 1;
        padding: 12px 15px;
        border: none;
        border-radius: 5px;
        font-size: 14px;
    }
    
    .footer-submit {
        background: #fff;
        color: #000;
        border: none;
        padding: 0 20px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: bold;
        transition: all 0.3s ease;
    }
    
    .copyright {
        max-width: 1200px;
        margin: 30px auto 0;
        text-align: center;
        color: #777;
        font-size: 14px;
    }
    
    .copyright p {
        display: inline-block;
    }
    
    
    .copyright a {
        color: #aaa;
        text-decoration: none;
        transition: all 0.3s ease;
        display: inline-block;
    }
    
    /* Add this at the end of your existing CSS */

/* Responsive Media Queries */
@media (max-width: 1200px) {
    .mainImage img {
        width: 65%;
        margin-left: 450px;
        margin-top: -400px;
    }
    
    .property-info {
        width: 90%;
    }
    
    .stats-content {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .site-header {
        padding: 20px 30px;
    }
    
    .nav-links {
        margin-right: 60px;
        gap: 20px;
    }
    
    .hero {
        padding: 60px;
    }
    
    .hero-content {
        max-width: 60%;
    }
    
    .mainImage img {
        width: 70%;
        margin-left: 380px;
        margin-top: -350px;
    }
    
    .stats-grid {
        width: 100%;
    }
    
    .stats-content {
        max-width: 100%;
        margin-top: 40px;
        margin-right: 0;
    }
    
    .properties-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .site-header {
        padding: 15px 20px;
        flex-wrap: wrap;
    }
    
    .logo h1 {
        font-size: 36px;
        margin-left: 0;
    }
    
    .nav-links {
        display: none; /* Will be shown in mobile menu */
        width: 100%;
        flex-direction: column;
        gap: 15px;
        margin: 20px 0 0 0;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .hero {
        padding: 40px;
        text-align: center;
    }
    
    .hero-content {
        max-width: 100%;
        padding-bottom: 30px;
    }
    
    .hero h2 {
        font-size: 36px;
    }
    
    .hero p {
        margin-left: 0;
        max-width: 100%;
    }
    
    .cta-buttons {
        justify-content: center;
    }
    
    .mainImage img {
        display: none; /* Hide on smaller screens or implement alternative layout */
    }
    
    .property-info {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    
    .property-info hr {
        height: 1px;
        width: 100%;
    }
    
    .stats-section {
        padding: 60px 20px;
    }
    
    .stats-grid {
        flex-direction: column;
    }
    
    .stat-item {
        min-width: 100%;
    }
    
    .featured-properties {
        padding: 60px 20px;
    }
    
    .featured-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .newsletter-section {
        padding: 60px 20px;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-input {
        border-radius: 8px;
        max-width: 100%;
    }
    
    .newsletter-submit {
        border-radius: 8px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .logo h1 {
        font-size: 28px;
    }
    
    .hero {
        padding: 30px 20px;
    }
    
    .hero h2 {
        font-size: 28px;
    }
    
    .hero p {
        font-size: 16px;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .cta-btn {
        width: 100%;
    }
    
    .properties-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
    }
    
    .footer-form {
        flex-direction: column;
    }
    
    .footer-submit {
        width: 100%;
        padding: 12px 20px;
    }
}

/* Mobile Menu Toggle Styles */
.menu-toggle {
    display: none; /* Will be shown on mobile */
    background: none;
    border: none;
    color: #000;
    font-size: 24px;
    cursor: pointer;
    z-index: 100;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    
    .login-btn {
        margin-left: auto;
        margin-right: 15px;
    }
}

/* Smooth transitions for responsive changes */
html {
    scroll-behavior: smooth;
}

/* Prevent horizontal scrolling */
body {
    overflow-x: hidden;
    width: 100%;
}