        body {
            margin: 0;
            font-family: 'Syne', sans-serif;
            line-height: 1.6;
        }

        p{
          font-size:20px;
        }

        h1,h2,h3,h4,h5{
          font-family: 'baskerville', serif;
          padding-left:0px;
          margin-top:0px;
          font-weight: 500;

        }

        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
        }

        header {
            background-color: #ffffff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        header .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
        }
        
        .propertybtn{
          background-color: #132a6b !important;
          border-radius: 5px !important;
          color:#fff !important; 
        }
        
        @media (max-width: 1024px) {
          header .container {
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            padding: 10px 0 !important;
            flex-direction: column !important;
          }
          .about .images{
            padding: 50px 0;
          }

          .prop3 .images .bg-box{
            top: 3% !important;
            height: 71% !important;
          }
        }

        header .logo {
            display: flex;
            align-items: center;
        }

        header .logo img {
            max-height: 50px;
        }

        header nav {
            display: flex;
            gap: 40px;
        }

        header nav a {
            text-decoration: none;
            font-size:20px;
            color: #fff;
            
        }

        header .contact {
            display: flex;
            align-items: center;
            gap: 5px;
            font-weight: 700;
            font-size: 16px;
            color: #1f2a58;
            background: #fcdfb5;
            padding: 12px 15px;
        }

        header .contact i {
            color: #1f2a58;
        }

        

        .about {
           
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            padding: 80px 0px 80px 0px;
        }


        .sectionabout{
             z-index: 3;
            position:sticky;
            
        }
        

        .about .container {
            display: flex;
            flex-wrap: wrap;
            /* gap: 40px; */
           
        }

        .about .images {
            flex: 1;
            position: relative;
            max-width: 100%;
        }
        
        .about .imagesn {
            flex: 1;
            position: relative;
            max-width: 100%;
        }

        .about .images img:first-child {
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 2;
        }

        

        .about .content {
            flex: 1;
            max-width: 100%;
            border: 1px solid #e0c39d;
            padding: 30px 30px;
        }

        .about .content h2 {
            font-size: 55px;
            margin-bottom: 20px;
            color: #1f2a58;
        }

        .about .content p {
            /*margin-bottom: 0px;*/
            color: #1f2a58;
        }

        .about .content a {
            text-decoration: none;
            background-color: #fcdfb5;
            font-size:20px ;
            color: #1a2e4b;
            padding: 10px 40px;
            border-radius: 50px;
        }

        .contact{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            /*margin-top:20px;*/
            align-content: center;
            align-items: center;
            gap: 25px;
        }

        .virtual-tour {
            padding: 50px 0 80px 0;
            text-align: center;
        }

        .virtual-tour h2 {
            font-size: 50px;
            margin-top:0px;
            margin-bottom: 20px;
            color: #273362;
            text-align: center;
        }

        /*.virtual::after {*/
        /*    content: "";*/
        /*    display: block;*/
        /*    width: 7%;*/
        /*    height: 3px;*/
        /*    background-color: #273362;*/
        /*    margin: 5px auto 0;*/
        /*  }*/

        .virtual-tour .videos {
            display: flex;
            flex-wrap: nowrap;
            gap: 20px;
            justify-content: center;
        }

        .virtual-tour .videos img {
            width: 100%;
            max-width: 400px;
            height: 200px;
            border: none;
        }

        .location-map-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
 
  background-color: #232f5e;
  color: white;
  
  max-width: 1200px;
  margin: 50px auto;
}

.location-info {
  flex: 1;
  padding: 20px 0px 20px 50px;
}

.location-info h1 {

  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.location-info p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.location-info button {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  background-color: #f9e4b7;
  color: #00214d;
  border: none;
  padding: 10px 30px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.location-info button:hover {
  background-color: #ffd966;
}

.location-map {
  flex: 2;
  height: 400px;
  
}

.location-map iframe {
  width: 100%;
  height: 100%;
  
}

.get-in-touch-section {
    background-image: url('../images/getintouch.png');
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.get-in-touch-section .container {
  display: flex;
  /*flex-wrap: wrap;*/
  gap: 20px;
}

.contact-info {
  flex: 1;
  color: #00214d;
  padding: 0px 30px 0px 0px;
  border-radius: 8px;
}

.contact-info h2 {
 
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 400;
  /* border-bottom: 2px solid #00214d; */
  display: inline-block;
}

.contact-person-div{
  display:flex; 
  justify-content: space-between;
}
.contact-person {
  display: flex;
  justify-content: space-between;
 
  flex-direction: column;
}

.contact-person p {
  font-size: 18px;
  line-height: 1.6;
}

.contact-person strong {
  font-weight: 600;
}

.contact-form {
  flex: 1;
  background: #eae9ec;
  padding: 30px 0;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.form-group {
  display: flex;
  gap: 10px;
}

.form-group input {
  flex: 1;
}
input::placeholder {
  font-size:15px;
  font-family: 'Syne', sans-serif;
  color:#004080 ;
}

textarea::placeholder {
  font-size:15px;
  font-family: 'Syne', sans-serif;
  color:#004080 ;
}


.contact-form input, .contact-form textarea {
  /* width: 100%; */
  margin-bottom: 5px;
  padding: 20px 20px;
  /* border: 1px solid #ccc;
  border-radius: 4px; */
}

.contact-form textarea {
  resize: none;
  height: 80px;
}

.contact-form button {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
      padding: 12px 24px;
    background: #fcdfb5;
    color: #1D2B53;
  margin-top:10px;
  border: none;
font-weight:600;
  cursor: pointer;
  width: 190px;
}

/*.contact-form button:hover {*/
/*  background-color: #fde8ca;*/
/*}*/

/* Responsive Styles */
@media (max-width: 768px) {
  .get-in-touch-section .container {
    flex-direction: column;
  }

  .contact-person {
    flex-direction: column;
  }

  .form-group {
    flex-direction: column;
  }
  .virtual-tour .videos{
      display: flex;
      flex-wrap: wrap;
  }
  .propnew .container{
    flex-direction: row !important;
  }
  .propnew .content h2 {
    text-align: left !important;
  }

  .propnew .images{
    padding: 100px 0 !important;
  }
  .about .images .bg-box{
    height: 150% !important;
  }

  .prop3 .container{
    flex-direction: row !important;
  }
  .prop3 .content{
    margin-top: 0 !important;
  }
  .prop3 .content h2 {
    text-align: left !important;
  }
  .prop3 .images .bg-box {
    height: 58% !important;
}
.neighborsec .container{
  flex-direction: column;
}
.neighborsec .content h2{
  text-align: center;
}
.neighborsec .propertyabout::after{
  margin: 0 auto;
}
}



@media (max-width: 480px) {

    .image-top-style{
     width:300px !important;  
     top:10px !important;
    }
    .top-image-style{
        width: 300px !important;
    }
    
    .bottom-image-style{
        width: 100% !important;
    }
    
    .sectionabout{
        overflow-x:hidden;
    }
.about, .about2{
    overflow-x:hidden !important;
}
.contact-person-div{
    display:flex;
    flex-wrap: wrap;
}
.slide-content{
    text-align:center;
    max-width:100%;
}

.slide-content h1{
    font-size:50px;
}
  .contact-person p {
    font-size: 18px;
  }

  .contact-form button {
    font-size: 14px;
    padding: 10px;
  }
  
  .buttons {
    display: flex;
    gap: 1rem;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
}

.brochure-btn {
    /*width: 100%;*/
    text-align: center;
}

.details-btn {
    /*width: 100%;*/
    text-align: center;
}

.propertyabout::after{
  margin: 0 auto;
}

.propertysec .content h2{
  text-align: center;
}
.propnew .container{
  flex-direction: column !important;
}

.propnew .content{
  padding: 0 !important;
}
.propnew .content h2{
  text-align: center !important;
}
.propn{
  position: relative !important;
}
.propnew .images{
  width: 100% !important;
}
.propnew .images .bg-box{
  height: 80% !important;
  top: 5% !important;
}
.propabout::after{
  margin: 0 auto;
}
.propnew{
  padding: 0 !important;
}

.prop3 .container{
  flex-direction: column !important;
}

.prop3 .content{
  padding: 0 !important;
}
.prop3 .content h2{
  text-align: center !important;
}
.prop3 .images{
  width: 100% !important;
}
.prop3 .content {
  margin-top: 220px !important;
}
.prop3 .images .bg-box {
  height: 300% !important;
  top: 15% !important;
}
.newneighborhood .container{
  flex-direction: column;
}
.newneighborhood .card{
  width: 100% !important;
}
.neighborheight{
  height: 100% !important;
}
}
.neighborheight{
  height: 190px !important;
}

/* Footer Section */
.footer-section {
  background-color: #fff;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}

.footer-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Footer Row */
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom:10px;
  flex-wrap: wrap; /* Ensures responsiveness */
  border-bottom: 1px solid #e5e5e5;
}

.footer-logo img {
  max-width: 200px;
}

.footer-nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav ul li a {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #3c3a3a;
  text-decoration: none;
}

.footer-nav ul li a:hover {
  color: #00214d;
}

/* Footer Legal */
.footer-legal {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-legal p {
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  color: #818181;
  margin: 0;
}

.footer-legal i{
  padding-right: 10px;
}

.footer-legal button{
  background: #fcdfb5;
  font-family: 'baskervile', sans-serif;
  font-weight:600;
    color: #232f5e;
}

.footer-legal p a {
  color: #606060;
  text-decoration: none;
  margin: 0 5px;
}

.footer-legal p a:hover {
  color: #00214d;
}

/* Responsive Styles */
@media (max-width: 768px) {
    
    .mobilepadding{
        /* margin-top:35px; */
    }
    .about2{
        padding-bottom:130px;
    }
    .mobileabout2{
        margin-top:35px;
    }
    
  .footer-row {
    align-items: center;
  }
  
  

  .footer-nav ul {
    /* flex-direction: column; */
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .footer-nav ul li a {
    font-size: 14px;
  }

  .footer-legal p {
    font-size: 12px;
  }

  .newstyle{
    padding: 0 0 80px 0;
  }
}



        @media (max-width: 768px) {
            header .container {
                flex-direction: row!important;
                flex-wrap: wrap;
                text-align: center;
            }
            .desktop{
                display:none!Important;
            }

            .about .container {
                flex-direction: column;
            }

            .virtual-tour .videos iframe {
                height: 180px;
            }
            
              
              .amenitiessection {
    padding-bottom: 60px !important;

    position: relative;
}

.amenitiessection h2{
    font-size:35px;
}

.amenitiessection p{
    font-size:18px;
}

.highlights-section{
    padding: 50px 0 !important;
}

.highlights-section h2 {
    font-size: 35px;
}

.highlights-section p {
    font-size: 18px;
}
        }

        @media (max-width: 480px) {
            header nav {
                flex-direction: column;
                gap: 10px;
                margin-top:20px;
            }
            
            .contact{
                margin-top:20px;
            }

            .location-map-section {
                flex-direction: column;
                padding:30px;
            }

            .location-info {
                padding: 20px;
                width:100%;
            }
            
            .location-map {
    width: 100%;
    padding-bottom: 30px;
}
        }

        .neighborhood-section {
            position: relative;
            height: 60vh;
            background: url('../images/propertiesbanner.png') no-repeat center center/cover;
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: flex-start;

          }

          .neighbor{
            gap: 40px;
            align-items: center;
          }

          .properties-section {
            position: relative;
            height: 60vh;
            background: url('../images/propertiesbanner.png') no-repeat center center/cover;
            display: flex;
            text-align: center;
            align-items: center;
            justify-content: flex-start;

          }

          .amenities-section {
            position: relative;
            height: 60vh;
            background: url('../images/propertiesbanner.png') no-repeat center center/cover;
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: flex-start;

          }

          .contactsection {
            position: relative;
            height: 60vh;
            background: url('../images/propertiesbanner.png') no-repeat center center/cover;
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: flex-start;

          }
          
          .overlay {
            width: 100%;
            padding: 5rem 0;
            color: #fff;
          }
          
          .overlay h1 {
              font-family: 'Baskervville', serif;
            font-size: 4rem;
            font-weight: 500;
            line-height: 71px;
            margin: 0;
          }
          
          /* Responsive Design */
          @media (max-width: 1024px) {
            .overlay {
              padding: 3rem 0;
            }
          
            .overlay h1 {
              font-size: 3rem;
            }
          }
          
          @media (max-width: 768px) {
            .overlay {
              padding: 2rem 0;
            }
          
            .overlay h1 {
              font-size: 2.5rem;
            }
            
            .contactsection{
                 height:50vh;
             }
             
             .properties-section{
                 height:50vh;
             }
             
             .amenities-section{
                 height:50vh;
             }
             .neighborhood-section{
                 height:50vh;
             }
             .about .content h2{
              text-align: center;
             }
          }
          
          
          
          @media (max-width: 480px) {
             .contact-section{
                 padding:20px !important;
             }
             
             
           
              .about2{
                  margin-top:-50px;
              }
              .about{
                  /* padding:0; */
              }
              .mobilestyle{
                  padding-top:50px;
              }
              .mobileabout2{
                  padding-bottom:50px;
              }
              .mobileimg{
                  padding-bottom:50px;
              }
              .about .content h2{
                  font-size: 3rem;
              }
            .overlay {
              padding: 1.5rem 0;
              text-align: center;
            }
          
            .overlay h1 {
              font-size: 2rem;
              line-height:1.5;
            }
            .mobilepadding{
                /* padding-bottom:100px; */
            }
            
            .mobilepaddingn{
                margin-top: 250px;
            }
            
            .mobileimage{
                padding-top:100px;
            }
            
            .contact-info h2{
                font-size: 35px;
            }
            .about .content p{
                font-size: 18px;
            }
          }

          .contact-section {
            padding: 6rem 2rem 6rem 2rem;
                /* margin-top: -20px; */
            background-color: #fff;
          }
          
          .contactcontainer {
            display: flex;
            /* gap: 3rem; */
            max-width: 1200px;
            margin: 0 auto;
            align-items: flex-end;
          }
          
          .map {
            flex: 1;
            height: 400px;
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
          }
          
          .contact-details {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 11px 30px;
            /* border: 1px solid #aaa49b; */
          }
          
          .contact-details h2 {
            font-size:50px;
            color: #1f2a58;
            margin-bottom:20px;
            padding-left: 0.5rem;
          }
          
          .contact-details ul {
            list-style: none;
            padding: 0;
            margin: 0;
          }
          
          .contact-details li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.5rem;
          }
          
          .contact-details .icon {
            font-size: 1.5rem;
            color: #1f2a58;
            margin-right: 1rem;
            flex-shrink: 0;
          }
          
          .contact-details strong {
            font-size: 1.1rem;
            color: #1f2a58;
          }
          
          .contact-details p {
            margin: 0;
            color: #1f2a58;
            font-size: 0.95rem;
            line-height: 1.4;
          }
          
          /* Responsive Design */
          @media (max-width: 768px) {
            .contactcontainer {
                flex-direction: column;
                align-items: normal;
              }
             
            .map {
              height: 300px;
            }
          
            .contact-details h2 {
              font-size: 1.8rem;
            }
          
            .contact-details .icon {
              font-size: 1.3rem;
            }
          
            .contact-details p {
              font-size: 0.9rem;
            }
          }
          
          @media (max-width: 480px) {
            .contact-details h2 {
              font-size: 1.5rem;
            }
          
            .contact-details .icon {
              font-size: 1.2rem;
            }
          
            .contact-details p {
              font-size: 0.85rem;
            }
          }


          .highlights-section {
            padding: 60px;
            /* background-color: #faf6ef; */
          }
          
          /* .container {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
          } */
          
          h2 {
            font-size: 50px;
            color: #1f2a58;
            margin-bottom: 2rem;
           
            text-align: left;
          }
          
          .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 1.5rem;
          }
          
          .card {
            /* background-color: #fff;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
            position: relative;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 400px;
          }
          
          .card:hover {
            transform: translateY(-5px);
            /* box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); */
          }
          
          .card img {
            width: 100%;
            height: auto;
          }
          
          .card-content {
            padding: 1.2rem;
            background: #feeed6;
            margin:0px 20px;
            position: absolute;
            /*width: 100%;*/
            bottom: -10px;
            left: 20px;
            text-align: center;
          }
          
          .card-content h3 {
            font-size: 1.8rem;
            font-family: 'Syne', sans-serif;
            color: #1f2a58;
            margin-bottom: 0.5rem;
          }

          .card-content h3::after {
            content: "";
            display: block;
            width: 40px; /* Adjust width as needed */
            height: 3px; /* Adjust thickness */
            background-color: #1f2a58; /* Adjust color as needed */
            margin-top: 5px; text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
          
          .card-content p {
            font-size: 14px;
            line-height: 1.4;
            color: #1f2a58;
          }
          
          /* Responsive Design */
          @media (max-width: 768px) {
            h2 {
              font-size: 50px;
            }
          
            .card-content h3 {
              font-size: 1.1rem;
            }
          
            .card-content p {
              font-size: 0.85rem;
            }
          }
          
          @media (max-width: 480px) {
            h2 {
              font-size: 50px;
            }
          
            .card-content h3 {
              font-size: 22px;
            }
          
            .card-content p {
              font-size: 18px;
            }
            .card{
              height: 470px;
            }

            .card-content{
              left: 0px;
            }
          }
          .amenitiessection {
            padding: 80px 0;
            text-align: center;
          }

          .amenitiessection h2{
            margin-top:-20px
          }

          .amenitiessection p{
            color: #1f2a58;

          }
          
          
       .video-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px; /* Adjust as needed */
  margin: 10px auto;
}

.placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  z-index: 2; /* Ensure the placeholder is on top */
}

iframe {
  width: 100%;
  /*height: 200px;*/
  border: none;
  z-index: 1;
}

.slider-section {
  width: 100%;
  height: 900px;
  position: relative;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
 
  background-size: cover;
  background-position: center;
  color: white;
}

.swiper-slide h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.swiper-slide p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  max-width: 400px;
}

.buttons {
  display: flex;
  gap: 15px;
}

.btn-primary,
.btn-secondary {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  /*border-radius: 30px;*/
}

.btn-primary {
  
  background-color: #fcdfb5;
  color: #273362;
}

.btn-secondary {
  border:1px solid #fcdfb5;
  background: transparent;
  color: #fcdfb5;
}
@media (max-width: 480px) {
  .buttons {
    flex-direction: column;
    gap: 10px;
  }
  .centertext{
    text-align: center !important;
  }
  .swiper-button-next,
.swiper-button-prev {
  font-size: 1.5rem; /* Reduce the font size */
  width: 23px;       /* Adjust the width */
  height: 0px;      /* Adjust the height */
}



/* Optional: Change the position if needed */
.swiper-button-next {
  right: 0px; /* Reduce the distance from the right */
}

.swiper-button-prev {
  left: 0px; /* Reduce the distance from the left */
}
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  p {
    font-size: 1rem;
  }

  .slider-section {
  
  height: 490px;
  
}

  .btn-primary,
  .btn-secondary {
    font-size: 0.9rem;
    padding: 8px 15px;
  }
}

@media (max-width: 885px) {
    .slider-section{
        margin-bottom: -84px;
    }
    
    .sectionabout{
        margin-top:-20px;
    }
    
    .overlaysection{
        
        margin-top:-90px;
    }
}

@media (min-width:886px) {
    .slider-section{
        margin-bottom: -170px;
    }
    
    .overlaysection{
     
        margin-top:-155px;
    }
   
}

@media (min-width:886px) and (max-width:1300px) {
     .sectionabout{
        margin-top:-120px;
    }
}
@media (min-width:1301px){
     .sectionabout{
        margin-top:-200px;
    }
    .image-wrapper{
           width: 450px!Important;
    }
    
    .image-bottom {
  top: 200px!important;
    }
}


.swiper-button-next, .swiper-rtl .swiper-button-prev{
  color: #fff !important;
  
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  color: #fff !important;
}
@media (min-width: 1600px) {
  .slider-section {
  
  height: 100vh;
  
}
}

.image-wrapper {
  position: relative;
  width: 400px; /* Adjust based on image sizes */
}

.image {
  position: absolute;
}

.image-top {
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #f9e6cc;
   /* Adjust for desired border width */
}

.image-top img {
  display: block;
  width: 100%;
      margin-top: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
  height: auto;
}

.image-bottom {
  top: 170px; /* Adjust to align with original layout */
  left: 220px; /* Adjust for offset */
  z-index: 2;
width: 60%;
  background: #fff; /* Matches the beige border effect */
  /*padding: 10px;*/
}

.image-bottom img {
  display: block;
  width: 100%;
 padding: 5px 0px 0px 5px;
  height: auto;
}


.image-top-style {
  top: 0;
  left: 0;
  /* z-index: 1;
  border: 1px solid #f9e6cc; */
   /* Adjust for desired border width */
}

.image-top-style img {
  display: block;
  width: 100%;
      margin-top: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
  height: auto;
}

.image-bottom-style {
  top: 130px; /* Adjust to align with original layout */
  left: 160px; /* Adjust for offset */
  z-index: 2;
  width: 70%;
  /*padding: 10px;*/
}

.image-bottom-style img {
  display: block;
  width: 100%;
 padding: 5px 0px 0px 5px;
  height: auto;
}


 header {
    background-color: transparent;
    color: white;
    padding: 15px 20px;
    position: relative;
    box-shadow: 0 0px 1px #ffffff;
}

#headermain .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}



.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
}

/* Dropdown Menu */
nav.menu {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 100%;
    z-index:4;
    left: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

nav.menu a {
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}

nav.menu a:hover {
    background-color: #555;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .newslider-container .buttons{
      justify-content: center;
    }

    .newslider-container .slider-navigation{
      justify-content: center;
    }
    
    #desktopmenu{
        display:none;
    }

   #headermain .container {
        justify-content: space-between;
    }
    
    .sectionabout .mobilepaddingn{
        margin-top:350px;
    }

    .mobilepaddingn{
      margin-top:350px;
  }
    
    .image-wrapper{
        width:300px;
    }
}

    .imagesn {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      flex: 1 1 100%;
    }

    .imagesn img.img1,img.image-right {
        z-index:1;
      width: 100%;
      max-width: 250px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .imagesn img.image-right {
      position: relative;
      top: -40px;
      z-index: 1;
    }
    
    img.centerimg{
        position: absolute;
    top: -45px;
    height: 480px;
    z-index: 0;
    }
@media (max-width: 1252px) {

    img.centerimg{
    top: 18px ;
    }
}

    @media (max-width: 768px) {

 img.centerimg{
    top: -85px ;
    }
      .imagesn .image-right {
        position: static;
      }

      .imagesn::before {
        display: none;
      }
    }
    
    @media (max-width: 480px) {

      .newabout-section .container{

        flex-direction: column;
      }
      .newvirtual-tour .videos{
        flex-direction: column;
      }
      .newvirtual-tour .video-box.center{
        width: 73%!important;
      }

      .newslider-container .swiper-container{
        width: 100% !important;
      }
      .newslider-container .slider-content h1{
        font-size: 3rem !important;
      }
    .imagesn img.img1,img.image-right {
      width: 100%;
      max-width: 150px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
        img.centerimg{
            height:300px;
            top:-65px;
        }
    }
    
    .imagesn{
        padding-bottom:80px;
    }

    /* .highlights-section {
      background: url('../images/neighbor-back.png') no-repeat center center/cover;
  } */

  @media (min-width: 2000px) {
    .card-content{
        left: 0px;
    }
}

@media (min-width: 1024px) {
  .card-content{
      left: 0px;
  }
}

.map-section h2{
  font-size: 3.5rem;
}

.map-section h2::after{
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #1A2744;
  
}

.propertyabout::after{
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #1A2744;
}

.propabout::after{
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #fde8ca;
}


.propabout2::after{
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #1e2958;
}

.map-section {
  padding: 50px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmap{
background: #fde8ca !important;
}
.map-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1f2d56;
  margin-bottom: 20px;
}
.map-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
}
@media (min-width: 768px) {
  .map-section .container {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
  }
  .map-title {
      flex: 1;
  }
  .map-container {
      flex: 2;
  }

  
}


.slider-container { position: relative; width: 100%;}
.slider-container .swiper { width: 100%; height: 100%; }
.slider-container .swiper-slide { position: relative; display: flex; align-items: center; justify-content: center; }
.slider-container .swiper-slide img { width: 100%; height: 100vh; object-fit: cover; }
        .slider-container .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 50, 0.6); }
        .slider-container .content { position: absolute; text-align: center; color: white;z-index: 5; width:100%;
    top: 35%; }
    .slider-container .content h1 { font-size: 5rem; font-weight: bold; font-family: 'Baskervville', serif; }
    .slider-container .content p { margin: 10px 0; font-size: 1.2rem;font-family: 'Baskervville', serif;text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 700px; }
    .slider-container .buttons { margin-top: 20px; }
    .slider-container .btn { padding: 10px 20px; border: none; cursor: pointer; font-size: 1rem; }
    .slider-container .btn-primary { background: #F8D7A1; color: black; }
    .slider-container .btn-secondary { border: 2px solid #F8D7A1; background: transparent; color: white; }
    .slider-container .thumbs-container { position: absolute; bottom: -50px;
          left: 50%;z-index: 1; transform: translateX(-50%); display: flex; gap: 10px; }
          .slider-container .thumbs-container img { width: 200px; height: 150px; object-fit: cover; cursor: pointer; }
          .slider-container .swiper-button-prev, .swiper-button-next { color: white; }
        .slider-container .buttons{ justify-content: center;}
 
        .neighbor-section {
          background: url('../images/neighbor-back.png') no-repeat center center/cover;
          padding: 50px 0;
      }
      .neighbor-section .cardn {
          background: #fff;
          overflow: hidden;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          /*max-width: 350px;*/
          height:500px;
      }
      .neighbor-section .cardn img {
     
width: 100%;
    height: 220px;
  object-fit: cover;
  object-position: center;

      }
      .neighbor-section .card-contentn {
          padding: 20px 10px 0;
      }
      .neighbor-section .cardn h2 {
          font-size: 40px;
          color: #333;
      }
      .neighbor-section .cardn p {
          font-size: 16px;
          color: #666;
      }
      .neighbor-section .container {
          max-width: 1200px;
          margin: 0 auto;
          display: flex;
          flex-wrap: nowrap;
          gap: 20px;
          justify-content: center;
      }

      @media (max-width: 768px) {
        .neighbor-section .container {
              flex-direction: column;
              align-items: center;
          }
      }

          

      .about-section {
        display: flex;
        align-items: center;
        background: #F4F5F7;
        overflow: hidden;
    }
    .about-image {
        width: 50%;
    }
    .about-image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .about-content {
        width: 50%;
        padding: 40px;
    }
    .about-content h2 {
        font-size: 50px;
        color: #1D2B53;
        margin-bottom: 15px;
    }
    .about-content p {
        font-size: 18px;
        color: #132a6b;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    .about-content .btn {
        display: inline-block;
        padding: 12px 24px;
        background: #1D2B53;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        
    }
    @media (max-width: 768px) {
        .about-section {
            flex-direction: column;
        }
        .about-image, .about-content {
            width: 100%;
        }
        .about-content {
            padding: 20px;
            margin-left: 25px;
        }
    }

    .contact-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        border: 2px solid #E3C999;
        /* padding: 20px; */
    }
    .contact-card {
        border-right: 2px solid #E3C999;
        padding: 20px;
    }
    .contact-card:last-child {
        border-right: none;
    }
    .contact-card h3 {
        margin: 0 0 10px;
        font-size: 18px;
        color: #0D1B40;
    }
    .contact-card p {
        margin: 5px 0;
        color: #0D1B40;
    }
    .contact-card i {
        margin-right: 10px;
        color: #0D1B40;
    }
    @media (max-width: 768px) {
        .contact-grid {
            grid-template-columns: 1fr;
        }
        .contact-card {
            border-right: none;
            border-bottom: 1px solid #E3C999;
        }
        .contact-card:last-child {
            border-bottom: none;
        }
    }

    

    @media (max-width: 768px) {
      .slider-container  .thumbs-container img{
            width: 120px;
            height:100px;
        }

        /*.content{*/
        /*    left: 10% !important;*/
        /*}*/

        .footer-legal button{
            width: 34%;
        }
        .slider-container .content p{
            width:auto;
        }
    }

    @media (max-width: 480px) {
        .content {
            left: 0 !important;
            top: 33%;
            }
            .slider-container .content h1{
                font-size: 2rem;
            }
            .slider-container .thumbs-container{
                bottom: -36px;
            }
            .slider-container .thumbs-container img {
                width: 75px;
                height: 75px;
            }

            .content p{
                padding: 0 20px;
            }

            .footer-legal{
                display: block;
                text-align: center;
            }

            .footer-legal button{
                margin-top: 20px;
                width: auto;
            }
    }

    .getintouch{
      padding: 0 0 100px;
    }
    .newslider-container{
      background: url('../image/mainbackground.png') no-repeat center/cover;
    }

    .newslider-container .container{
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: white;
      overflow: hidden;
  }
  .newslider-container .slider-content {
      width: 50%;
      padding-right: 5%;
      z-index: 2;
  }
  .newslider-container .slider-content h1 {
      font-size: 4.5rem;
      line-height: 70px;
          margin-bottom: 10px;
      
  }
  .newslider-container .slider-content p {
      margin: 20px 0;
      font-size: 1.2rem;
  }
  .newslider-container .buttons {
      display: flex;
      gap: 15px;
  }
  .newslider-container .buttons button {
      padding: 10px 20px;
      border: none;
      font-family: 'Syne', sans-serif;
      cursor: pointer;
      font-size: 1rem;
      border: 1px solid;
    border-radius: 4px;
  }
  .newslider-container .btn-primary { background: #F4CBA0; color: black; }
  .newslider-container .btn-secondary { background: transparent; border: 1px solid #F4CBA0; color: #F4CBA0; }
  .newslider-container .slider-navigation {
      display: flex;
      gap: 15px;
      margin-top: 20px;
  }
  .newslider-container .slider-navigation span {
      font-size: 2rem;
      cursor: pointer;
  }
  .newslider-container .image-slider {
      width: 50%;
      height: 100%;
      position: relative;
      overflow: hidden;
  }
  .newslider-container .swiper-container {
      width: 50%;
      height: 100%;
      overflow: hidden; 
  }
  .newslider-container .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: flex-end;
  }
  .newslider-container .swiper-slide img {
      width: 100%;
      height: auto;
      position: relative;
      padding-top:50px;
      /*bottom: -50px;*/
  }
  @media (max-width: 768px) {
    .newslider-container .container {
          flex-direction: column;
          text-align: center;
      }
      .newslider-container .slider-content, .image-slider {
          width: 100%;
          padding-right: 0;
      }
      .newslider-container .swiper-slide img {
          position: static;
      }
  }


  .newabout-section {
    padding: 60px 0;
}

.newabout-section .container {
    width: 85%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* Image & Background */
.newabout-section .image-wrapper {
    position: relative;
    width: 50%;
}

.newabout-section .image-wrapper .bg-box {
  position: absolute;
  top: -12%;
  left: -15%;
  width: 50%;
  height: 125%;
  background: #F4CBA0;
  z-index: -1;
}

.newabout-section .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

/* Content */
.newabout-section .content {
    width: 50%;
}

.newabout-section .content h2 {
    font-size: 3.5rem;
    line-height:70px;
    color: #1A2744;
}

.newabout-section .content h2 span {
    display: block;
}

.newabout-section h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #1A2744;
}

.newabout-section .content p {
    margin: 20px 0;
    font-size: 20px;
    color: #333;
    
    line-height: 1.6;
}

.newabout-section .btn-primary {
    display: inline-block;
    padding: 15px 50px;
    background: #F4CBA0;
     font-family: 'Syne', sans-serif;
    color: black;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.newabout-section .btn-primary:hover {
    background: #e5b88e;
}

/* Responsive */
@media (max-width: 1024px) {
  /* .newabout-section .container {
        flex-direction: column;
        text-align: center;
    } */
    .newabout-section  .image-wrapper, .content {
        width: 100% !important;
    }
    /* .newabout-section .image-wrapper .bg-box {
        left: 5%;
        width: 90%;
    } */
    .grid {
      
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    
    }
}


.newvirtual-tour {
  padding: 60px 0 80px;
  background: #fef4e6;
}

.newvirtual-tour h2 {
  font-size: 3.5rem;
  color: #1A2744;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
}

.newvirtual-tour h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #1A2744;
  margin: 0 auto;
}

/* Video Grid */
.newvirtual-tour .videos {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 20px;
}

/* Video Box */
.newvirtual-tour .video-box {
  position: relative;
  width: 30%;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.newvirtual-tour .video-box img {
  width: 100%;
  display: block;
}

/* Hide video initially */
.newvirtual-tour .video-player {
  display: none;
  width: 100%;
}

/* Center Video - Foreground Effect */
.newvirtual-tour .video-box.center {
  width: 35%;
  z-index: 2;
  transform: scale(1.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

/* Left & Right Videos - Background Effect */
.newvirtual-tour .video-box.left, .video-box.right {
  z-index: 1;
}

/* Play Button */
.newvirtual-tour .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  color: black;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
}

/* Hover Effect */
.newvirtual-tour .video-box:hover {
  transform: scale(1.05);
}

.newvirtual-tour .video-box:hover .play-button {
  background: white;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .newvirtual-tour .videos {
      /* flex-direction: column; */
      gap: 15px;
  }

  .newvirtual-tour .video-box {
      width: 80%;
  }

  .newvirtual-tour .video-box.center {
      width: 85%;
  }
}

.newget-in-touch-section {
  background: #232f5e;
padding: 80px 0;
}

.newget-in-touch-section .contact-section{
background: #e9f1f8 !important;
}

.newget-in-touch-section .container {
display: flex;
flex-wrap: wrap;
    align-items: center;
gap: 20px;
}

.newget-in-touch-section .contact-info {
flex: 1;
color: #fff;
padding: 30px;
border-radius: 8px;
}

.newget-in-touch-section .contact-section .contact-info {
flex: 1;
color: #101428; 
padding: 30px;
border-radius: 8px;
}

.newget-in-touch-section .contact-info h1 {
font-size: 3.5rem;
margin-bottom: 20px;
font-weight: 500;
/* border-bottom: 2px solid #00214d; */
display: inline-block;
}

.newget-in-touch-section .contact-info h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #fcdfb5;
  
}

.newget-in-touch-section .contact-person {
display: flex;
justify-content: space-between;
margin-top: 20px;
}

.newget-in-touch-section .contact-person p {
font-size: 16px;
line-height: 1.6;
}

.newget-in-touch-section .contact-person strong {
font-weight: 600;
}

.newget-in-touch-section .contact-form {
flex: 1;
position: relative;
background:none;
}

.newget-in-touch-section .contact-form img{
position: relative;
}

.newget-in-touch-section .contact-form .overlay{
  border: 2px solid #fcdfb5;
  height: 400px;
  left: -15px;
  top: -15px;
  border-top-left-radius: 36%;
  width: 415px;
  position: absolute;
  z-index: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .newget-in-touch-section .container {
  flex-direction: column;
}

.grid {
      
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

}

/* .contact-person {
  flex-direction: column;
} */

}

@media (max-width: 480px) {

  .newget-in-touch-section .contact-person p {
  font-size: 14px;
}
}


.newget-in-touch-section .imagesn {
  flex: 1;
  position: relative;
  max-width: 100%;
}

.newget-in-touch-section .imagesn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1 1 100%;
}

.newget-in-touch-section .imagesn img.img1,img.image-right {
    z-index:1;
  width: 100%;
  max-width: 250px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.newget-in-touch-section .imagesn img.image-right {
  position: relative;
  top: -40px;
  z-index: 1;
}

.newget-in-touch-section img.centerimg{
    position: absolute;
    top: -20px;
    height: 400px;
z-index: 0;
}
@media (max-width: 1252px) {

  .newget-in-touch-section img.centerimg{
top: -20px ;
height: 395px;
}
}

@media (max-width: 768px) {

  .newget-in-touch-section img.centerimg{
top: -20px ;
}
.newget-in-touch-section .imagesn .image-right {
    position: static;
  }

  .newget-in-touch-section .imagesn::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .newget-in-touch-section .imagesn img.img1,img.image-right {
  width: 100%;
  max-width: 150px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.newget-in-touch-section img.centerimg{
        height:250px;
        top:-20px;
    }
}

.newget-in-touch-section .imagesn{
    padding-bottom:80px;
}
.about .images {
  position: relative;
  width: 50%;
}

.about .images .bg-box {
  position: absolute;
  top: -18%;
  right: 0;
  width: 50%;
  height: 140%;
  background: #F4CBA0;
}


.prop3 .images .bg-box {
  position: absolute;
  top: -6%;
  left: -28px;
  width: 100%;
  height: 80%;
  background: #F4CBA0;
}

.prop3 .image-wrapper{
position: static;
}

@media (min-width: 1440px) {
  .prop3 .images .bg-box{
    height: 100%;
  }
  .propn{
    width: 90% !important;
  }

  .propnew .images .bg-box{
    right: 58px !important;
    top: -20% !important;   ;
  }

  .newamenities .card{
    height: 550px !important;
  }

  .newamenities .card-content {
    left: 0px;
    bottom: 0px;
}
}


.newneighborhood {
  padding: 60px 0;
  background: #fef9f2;
}

.newneighborhood .container {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.newneighborhood .card {
  background: white;
  width: 30%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.newneighborhood .text-content {
  padding: 20px;
}

.newneighborhood h3 {
  font-size: 20px;
  color: #1e2b50;
     font-family: 'Syne', sans-serif;
  margin: 0;
}

.newneighborhood .divider {
  width: 50px;
  height: 2px;
  background-color: #1e2b50;
}

.newneighborhood p {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.6;
}

.newneighborhood img {
  width: 100%;
}

.neighborsec .container{
  gap: 75px !important;

}

.neighborsec .image-wrapper .bg-box{
  position: absolute;
    top: -18%;
    left: -20%;
    width: 50%;
    height: 137%;
    background: #F4CBA0;
    z-index: -1;
}

.neighborsec .imagesn{
  padding: 0;
  margin-top: 50px;
}