:root {
  --primary-color: #a53f68;
  --secondary-color: #c0a444;
  --accent-color: #8f796c;
  --highlight-color: #b38655;
  --neutral-light: #bdbbbc;
  --neutral-medium: #d0aa7e;
  --error-color: #df6e96;
  --warning-color: #99741a;
  --info-color: #99741a;
  --white: #ffffff;
  --black: #000;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none;
  position: relative;
  color: var(--white);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

a:focus,
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

img {
  max-width: 100%;
  height: auto;
}

::selection {
  background: #1F373D;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #1F373D;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #1F373D;
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.uppercase {
  text-transform: uppercase;
}

.white-text {
  color: #FFF;
}

.light-bg {
  background-color: #fff;
}

.yellow-bg {
  background-color: var(--primary-color);
}

.pointer {
  cursor: pointer;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.slide {
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body {
  color: #1F373D;
  font-family: 'Montserrat', sans-serif;
  font-size: 13pt;
  font-weight: 400;
  overflow-x: hidden;
  transition: opacity 1s;
}

h1,
.h1 {
  font-size: 58px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 40px;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 40px;
  font-weight: 700;
}

h4,
.h4 {
  font-size: 25px;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: 400;
  color: #919EB1;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  letter-spacing: 0.025em;
}

li {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.025em;
  display: inline;
}

.animate {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lux-shadow {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(29, 31, 36, 0.1);
  -moz-box-shadow: 0px 10px 15px 0px rgba(29, 31, 36, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(29, 31, 36, 0.1);
}

.brand {
  color: var(--primary-color);
  font-weight: 600 !important;
  font-size: 1em;
}

header {
  padding-bottom: 25px;
}

header nav {
  width: 100%;
  height: 95px;
  position: fixed;
  z-index: 9999;
  background-color: #1F373D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  transition: height 0.3s, background-color 0.3s;
}

@media (max-width: 768px) {
  header nav {
    height: 70px;
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  header nav {
    height: 90px;
    padding: 0 10px;
  }
}

.small-nav {
  width: 100%;
  /* height: 70px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18pt;
  font-weight: 700;
}

.logo {
  display: flex;
  align-items: center;
}

.logo.left {
  float: left;
}

.logo a {
  text-decoration: none;
}

.logo img {
  padding: 10px 0 20px 0px !important;
  height: 90px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .logo img {
    height: 70px;
    padding: 8px 0 15px 0px !important;
  }
}

@media (max-width: 480px) {
  .logo img {
    height: 70px;
    padding: 5px 0 10px 0px !important;
  }
}



.menu {
  width: 80%;
  height: 95px;
}

.page-menu {
  width: 70%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.registration {
  width: 30%;
  height: 95px;
}

.join-us {
  width: 40%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}

.getting-started {
  width: 60%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.registration {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-btn,
.quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.phone-btn:hover {
  background-color: #d0aa7e;
  color: #1f373d;
  border: 2px solid #d0aa7e;
  padding: 10px;

}


.quote-btn {
  background-color: #d0aa7e;
  color: #1f373d;
  border: 2px solid #d0aa7e;
}

.quote-btn:hover {
  background-color: #1f373d;
  color: #ffffff;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .registration {
    flex-direction: column;
    gap: 10px;
  }

  .quote-btn {
    width: 100%;
    text-align: center;
  }
}



.main-btn {
  width: 100%;
  background-color: var(--primary-color);
  padding: 10px 10px;
  margin: 0px 5px;
  border-radius: 5px;
  font-size: 13px;
  border: 1px solid var(--primary-color);
  transition: 0.4s all;
}

.main-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.main-btn:hover a {
  color: #1F373D;
}

.page-menu li {
  padding: 8px;
}

.active {
  color: var(--primary-color);
}

.hero {
  min-height: 100vh;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../images/4Quns3Gi7zsR.jpg') center/cover;
  padding: 120px 0 60px;
}

.hero-wrapper {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  gap: 40px;
  align-items: center;
}

/* Title Area */
.title {
  color: var(--white);
  margin-top: 60px;
}

.title h1 {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.title h4 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.cta-container {
  margin-top: 40px;
}

.cta-button {
  padding: 15px 35px;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
  transform: translateY(-3px);
  background-color: var(--primary-dark);
}

/* Hero Info Area */
.hero-image-info {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 15px;
  display: flex;
  gap: 30px;
}

.info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.info img {
  width: 24px;
  height: 24px;
}

.info p {
  color: var(--white);
  font-weight: 600;
  font-size: 1.1rem;
}

.slide-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.slide-down a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.slide-down img {
  width: 24px;
  animation: bounce 2s infinite;
}

@media (max-width: 1200px) {
  .title h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 992px) {
  .hero-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .title h1 {
    font-size: 3rem;
  }

  .hero-image-info {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 100px 0 40px;
  }

  .title h1 {
    font-size: 2.5rem;
  }

  .title h4 {
    font-size: 1.2rem;
  }

  .hero-image-info {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .title h1 {
    font-size: 2rem;
  }

  .cta-button {
    width: 100%;
    padding: 12px 20px;
  }

  .info {
    flex-direction: column;
    text-align: center;
  }
}


@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}


statistic {
  width: 100%;
  min-height: 650px;
  padding: 145px 0px 80px 0px;
}

.statistic h3 {
  padding: 15px 0px 50px 0px;
}

.statistic p {
  font-size: 13px;
  font-size: 20px;
}

.statistic-box {
  background-color: #F6F5F4;
  width: 36%;
  height: 200px;
  margin: 0px 0px 30px 30px;
  padding-top: 40px;
  float: right;
}

.statistic-box p:nth-child(1) {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0px;
  padding: 0px;
}

.statistic-box p:nth-child(2) {
  font-size: 14px;
  font-weight: 700;
  color: #1F373D;
  margin: 0px;
  padding: 0px;
}

.statistic-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}

.statistic-image {
  width: 45%;
  text-align: center;
}

.statistic-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 2px solid #d0aa7e;
}

.statistic-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}

.statistic-image {
  width: 45%;
  text-align: center;
}

.statistic-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 2px solid #d0aa7e;
}


.appartments {
  background-color: #F6F5F4;
  padding: 60px 0px 70px 0px;
}

.appartments h2 {
  margin-bottom: 35px;
}

.appartment-box {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(24, 49, 56, 0.15);
  -moz-box-shadow: 0px 2px 8px 0px rgba(24, 49, 56, 0.15);
  box-shadow: 0px 2px 8px 0px rgba(24, 49, 56, 0.15);
  width: 100%;
  height: 500px;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 35px;
}

.appartment-image {
  height: 76%;
}

.appartment-image img {
  width: 100%;
  height: 100%;
}

.appartment-info {
  height: 24%;
  background-color: #fff;
  padding: 25px 20px;
}

.appartment-title {
  width: 100%;
  height: 50%;
}

.appartment-title p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 20px;
}

.appartment-details {
  width: 100%;
  height: 50%;
}

.price {
  width: 50%;
  height: 100%;
}

.price p {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 700;
}

.bathrooms {
  width: 25%;
  height: 100%;
}

.bathrooms p {
  padding: 15px 0px 0px 10px;
  font-size: 13px;
  color: #919EB1;
}

.bedrooms {
  width: 25%;
  height: 100%
}

.bedrooms p {
  padding: 15px 0px 0px 10px;
  font-size: 13px;
  color: #919EB1;
}

.search-appartments {
  position: inherit;
}

.search-all-btn {
  margin-left: 40px;
  border-radius: 5px;
  background-color: #fff;
}

.how-it-works {
  background-color: #fff;
  padding: 60px 0 20px 0;
}

.works-title p {
  font-size: 13px;
  margin-top: 20px;
  line-height: 1.9rem;
}

.work-box {
  width: 100%;
  height: 372px;
  max-width: 345px;
  margin: 0 auto;
  margin-top: 60px;
  overflow: hidden;
  box-shadow: 0px 2px 8px 0px rgba(24, 49, 56, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-box:hover {
  background-color: var(--primary-color);
  transform: translateY(-10px);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}

.work-box-number {
  width: 100%;
  height: 35%;
  position: relative;
}

.work-box-number p {
  position: absolute;
  top: -10px !important;
  left: 20px;
  font-size: 90px;
  color: #1F373D;
  font-weight: 700;
}

.work-box-title {
  width: 100%;
  height: 15%;
  padding: 0 20px;
}

.work-box-title p {
  font-weight: 700;
  color: #1F373D;
}

.work-box-title p:nth-child(1) {
  margin-right: 15px;
}

.work-box-text {
  width: 100%;
  height: 30%;
  padding: 0 20px 0 55px;
}

.work-box-text p {
  color: #1F373D;
  font-size: 13px;
  line-height: 2rem;
  font-weight: 400;
}

.work-box-link {
  width: 100%;
  height: 20%;
  padding: 0 10px 0 55px;
}

.work-box-link a {
  color: #1F373D;
  font-size: 13px;
  text-decoration: underline;
  font-weight: 700;
}

.work-services {
  padding: 90px 0 65px 0;
}

.work-services-title p {
  font-size: 13px;
}

.work-service-image {
  background-color: aqua;
  width: 100%;
  height: 630px;
  display: block;
  background-image: url('../images/u4KCRAGbfTwR.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: -105px;
}

.work-service-info p {
  padding: 15px 0 50px 0;
  font-size: 13px;
}


@media (max-width: 1200px) {
  .work-box {
    max-width: 320px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .work-box {
    height: 340px;
    margin-top: 40px;
  }

  .work-box-number p {
    font-size: 140px;
    top: -100px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .how-it-works {
    padding: 40px 0;
  }

  .work-box {
    height: auto;
    padding: 20px;
    margin-top: 30px;
  }

  .work-box-number p {
    position: relative;
    top: 0;
    left: 0;
    font-size: 80px;
    text-align: center;
  }

  .work-box-title,
  .work-box-text,
  .work-box-link {
    padding: 10px 15px;
    text-align: center;
  }

  .service-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .works-title h3 {
    font-size: 24px;
  }

  .works-title p {
    font-size: 14px;
    line-height: 1.6;
  }

  .work-box {
    margin: 20px 0;
  }

  .service-features ul {
    columns: 1;
  }

  .service-cta {
    flex-direction: column;
    gap: 10px;
  }

  .service-cta a {
    width: 100%;
  }
}

.agents {
  background-color: #F6F5F4;
  padding: 80px 0;
}

.agents-title {
  text-align: center;
  margin-bottom: 50px;
}

.agents-title p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
  color: #666;
}

.appartment-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.appartment-box:hover {
  transform: translateY(-10px);
}

.appartment-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.appartment-info {
  padding: 25px 20px;
  background: #fff;
}

.agent-name p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.agent-social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.agent-social a {
  padding: 8px;
  transition: opacity 0.3s ease;
}

.agent-social a:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .agents {
    padding: 60px 0;
  }
}

@media (max-width: 992px) {
  .appartment-box {
    max-width: 500px;
    margin: 0 auto 30px;
  }
}

@media (max-width: 768px) {
  .agents-title p {
    font-size: 14px;
    line-height: 1.6;
  }

  .appartment-info {
    padding: 20px 15px;
  }
}

@media (max-width: 576px) {
  .agents {
    padding: 40px 0;
  }

  .agent-social {
    gap: 10px;
  }

  .agent-name p {
    font-size: 16px;
  }
}

.add {
  padding: 90px 0px;
  background-color: #fff;
}

.add-image {
  width: 540px;
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 80px;
}

.add1 {
  background-image: url('../images/8qAAA7XFakYS.png');
}

.add2 {
  background-image: url('../images/8qAAA7XFakYS.png');
}

.add3 {
  background-image: url('../images/8qAAA7XFakYS.png');
}

.add-info p {
  padding: 15px 0px 50px 0px;
  font-size: 13px;
  line-height: 1.8rem;
}

.add-image-info {
  background-color: var(--primary-color);
  width: 60%;
  margin: 0px 20%;
  height: 80px;
  position: absolute;
  bottom: -30px;
}

.add-image-info p {
  padding: 15px 0px 0px 20px;
  font-size: 18px;
  font-weight: 700;
}

.add2-info {
  text-align: right;
}

.add-image-info2 {
  left: 150px;
}

.show-more-btn {
  width: 70%;
  border-radius: 0px;
  background-color: #1F373D;
  color: #fff;
}

.add3-info p {
  padding-bottom: 10px;
}

footer {
  background-color: #1F373D;
  width: 100%;
  color: #fff;
  padding: 65px 0px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-logo {
  max-width: 180px;
  height: auto;
}

.footer-brand h3 {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .footer-brand {
    align-items: center;
    text-align: center;
  }

  .footer-logo {
    max-width: 150px;
  }
}

.footer-top {
  border-bottom: 1px solid #919EB1;
  padding-bottom: 45px;
}

.Newsletter input {
  width: 80%;
  height: 70px;
  padding: 0px 15px;
  border: 0px;
  margin-top: 26px;
}

.newsletter-btn {
  background-color: #fbfbfb;
  width: 20%;
  height: 70px;
  border: 0px;
  background-image: url('../images/tmkZ5QLaIQpP.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 26px;
}

.newsletter-btn:hover {
  background-color: var(--primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-logo h4 {
  margin-bottom: 60px;
}

.footer-logo p {
  font-size: 13px;
  font-weight: 400;
}

.footer-bottom {
  padding-top: 70px;
}

.footer-column h5 {
  padding-bottom: 35px;
}

.footer-column a {
  color: #fff;
  display: flex;
  font-size: 13px;
  padding-bottom: 18px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  margin-top: 40px;
}

.copyright-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.copyright,
.designer {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin: 0;
}

.designer a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.designer a:hover {
  color: var(--white);
}

@media (max-width: 768px) {
  .copyright-wrapper {
    flex-direction: column;
    text-align: center;
  }
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  padding: 40px 0;
}

.footer-column h5 {
  color: var(--secondary-color);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: var(--white);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.footer-column ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: var(--secondary-color);
  transition: width 0.3s ease;
}

.footer-column ul li a:hover {
  color: var(--secondary-color);
  transform: translateX(5px);
}

.footer-column ul li a:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .footer-columns {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-column ul li a:hover {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 992px) {
  .menu {
    background-color: #1F373D;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 60px;
    right: 100%;
    text-align: center;
    z-index: 999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 15px;
  }

  .page-menu {
    width: 100%;
    height: 50vh;
    text-align: center;
    float: none;
    display: flex;
    flex-direction: column;
  }

  .page-menu li {
    font-size: 15pt;
    padding: 1.5vh;
  }

  .registration {
    float: none;
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    padding-bottom: 5vh;
  }

  .join-us {
    width: 100%;
    text-align: center;
    height: 0px;
    margin-top: 30px;
  }

  .join-us li {
    width: 100%;
    text-align: center;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    display: block;
    margin-top: 26px;
  }

  .menu-button span {
    width: 40px;
    height: 5px;
    background-color: #fff;
    display: block;
    margin: 6px 0px;
  }

  .main-btn {
    width: 100%;
    background-color: var(--primary-color);
    padding: 10px 10px;
    margin: 0px;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid var(--primary-color);
    transition: 0.4s all;
  }
}

@media only screen and (max-width: 768px) {

  .search-appartments {
    width: 270px;
  }

  .search-all-btn {
    width: 37%;
    margin-left: 10px;
  }

  .work-service-image {
    max-height: 630px;
    left: 0px;
    margin-bottom: 50px;
  }

  .footer-logo h4 {
    float: left;
  }

  .footer-logo p {
    float: right;
  }
}

@media only screen and (max-width: 575px) {
  .footer-bottom {
    text-align: center;
  }

  .footer-column a {
    display: list-item;
    list-style: none;
  }
}


.services-section {
  padding: 80px 0;
  /* background: var(--accent-color); */
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  color: var(--primary-color);
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.section-header .subtitle {
  color: var(--dark-color);
  font-size: 1.1rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  padding: 20px;
}

.service-card {
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 120, 115, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover .service-overlay {
  opacity: 1;
}

.book-now {
  color: var(--white);
  padding: 12px 25px;
  border: 2px solid var(--white);
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.book-now:hover {
  background: var(--white);
  color: var(--primary-color);
}

.service-content {
  padding: 30px;
}

.service-content h3 {
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.service-features {
  margin: 20px 0;
}

.service-features ul {
  list-style: none;
  padding: 0;
}

.service-features li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--dark-color);
}

.service-features i {
  color: var(--secondary-color);
  margin-right: 10px;
}

.service-description {
  color: var(--dark-color);
  line-height: 1.6;
  margin: 20px 0;
}

.service-cta {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.quote-btn,
.call-btn {
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.quote-btn {
  background: var(--primary-color);
  color: var(--white);
}

.call-btn {
  background: var(--light-color);
  color: var(--primary-color);
}

.quote-btn:hover,
.call-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-content {
    padding: 20px;
  }

  .service-cta {
    flex-direction: column;
  }

  .quote-btn,
  .call-btn {
    width: 100%;
    text-align: center;
  }
}


.blog-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  gap: 30px;
  margin-top: 50px;
}

.blog-post {
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.blog-post:hover {
  transform: translateY(-10px);
}

.post-image {
  position: relative;
  height: 250px;
}

.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-category {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--primary-color);
  color: var(--white);
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
}

.post-content {
  padding: 25px;
}

.post-meta {
  display: flex;
  gap: 20px;
  color: var(--dark-color);
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.post-meta i {
  color: var(--primary-color);
  margin-right: 5px;
}

.post-content h3 {
  color: var(--dark-color);
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: 1.4;
}

.post-content p {
  color: var(--dark-color);
  margin-bottom: 20px;
  line-height: 1.6;
}

.read-more {
  color: var(--primary-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: gap 0.3s ease;
}

.read-more:hover {
  gap: 15px;
}

.featured {
  grid-column: span 2;
}

.blog-cta {
  text-align: center;
  margin-top: 50px;
}

.load-more {
  background: var(--primary-color);
  color: var(--white);
  padding: 15px 30px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.load-more:hover {
  background: var(--black);
  transform: translateY(-2px);
}

@media (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured {
    grid-column: auto;
  }
}

@media (max-width: 992px) {
  .blog-section {
    padding: 60px 0;
  }

  .post-content h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .post-image {
    height: 200px;
  }

  .post-meta {
    flex-wrap: wrap;
  }

  .load-more {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .blog-section {
    padding: 40px 0;
  }

  .post-content {
    padding: 15px;
  }

  .post-category {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
}


.contact-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 40px;
  margin-top: 50px;
}

.contact-form {
  background: var(--white);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-group label {
  position: absolute;
  left: 12px;
  top: 12px;
  color: #666;
  transition: all 0.3s ease;
  pointer-events: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--primary-color);
  outline: none;
}

.form-group input:focus+label,
.form-group textarea:focus+label,
.form-group input:valid+label,
.form-group textarea:valid+label {
  top: -20px;
  left: 0;
  font-size: 0.9rem;
  color: var(--primary-color);
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background: var(--primary-color);
  color: var(--white);
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: var(--black);
  transform: translateY(-2px);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 30px;
  margin: 0px 0;
}

.info-card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.info-card:hover {
  transform: translateY(-10px);
}

.card-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  text-align: center;
  color: inherit;
  text-decoration: none;
}

.info-card i {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.info-card h4 {
  color: var(--dark-color);
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.info-card p {
  color: #666;
  margin: 5px 0;
  font-size: 1rem;
}


.info-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.info-box i {
  font-size: 1.5rem;
  color: var(--primary-color);
}

.info-box h4 {
  margin: 0;
  color: var(--dark-color);
}

.info-box p {
  margin: 0;
  color: #666;
}

.map-container {
  margin-top: 40px;
  border-radius: 15px;
  overflow: hidden;
}


@media (max-width: 1200px) {
  .contact-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .info-card i {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 40px auto 0;
  }

  .contact-form {
    order: 1;
  }

  .contact-info {
    order: 2;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 60px 0;
  }

  .contact-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .contact-section {
    padding: 40px 0;
  }

  .contact-form {
    padding: 20px;
  }

  .info-card {
    padding: 20px 15px;
  }

  .submit-btn {
    padding: 12px;
  }

  .map-container {
    margin-top: 30px;
    height: 250px;
  }
}


.projects-section {
  padding: 60px 0;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px;
  margin: 50px 0;
}


.project-card {
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.project-card:hover {
  transform: translateY(-10px);
}

.project-image {
  position: relative;
  height: 250px;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
}

.project-category {
  background: var(--primary-color);
  color: var(--white);
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
}

.project-info {
  padding: 25px;
}

.project-info h3 {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.project-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.detail-item i {
  color: var(--primary-color);
}

.detail-item span {
  font-size: 0.9rem;
  color: var(--black);
}

.project-cta {
  display: block;
  background: var(--primary-color);
  color: var(--white);
  text-align: center;
  padding: 12px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.project-cta:hover {
  background: var(--black);
}

.projects-cta {
  text-align: center;
  margin-top: 50px;
}

.search-container {
  max-width: 600px;
  margin: 0 auto 30px;
}

.search-box {
  display: flex;
  gap: 15px;
}

.search-box input {
  flex: 1;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}

.search-btn {
  background: var(--primary-color);
  color: var(--white);
  border: none;
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.view-all-btn {
  display: inline-block;
  background: var(--black);
  color: var(--white);
  padding: 15px 40px;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.view-all-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 1200px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .project-image {
    height: 200px;
  }

  .project-info h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }

  .search-box {
    flex-direction: column;
    gap: 10px;
  }

  .project-details {
    grid-template-columns: repeat(2, 1fr);
  }

  .search-btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .projects-section {
    padding: 40px 0;
  }

  .project-details {
    grid-template-columns: 1fr;
  }

  .project-category {
    font-size: 0.8rem;
    padding: 6px 12px;
  }

  .project-info {
    padding: 20px;
  }

  .view-all-btn {
    width: 100%;
    text-align: center;
  }
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px;
  margin: 50px 0;
}

.project-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.project-image {
  position: relative;
  height: 250px;
  flex-shrink: 0;
}

.project-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 25px;
}

.project-info p {
  flex-grow: 1;
  margin-bottom: 20px;
  line-height: 1.6;
}

.project-cta {
  margin-top: auto;
}

@media (max-width: 1200px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    margin: 50px auto;
  }
}

@media (max-width: 992px) {
  .project-image {
    height: 220px;
  }

  .project-info {
    padding: 20px;
  }

  .project-info h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .search-box {
    flex-direction: column;
  }

  .search-btn {
    width: 100%;
    padding: 12px;
  }
}

@media (max-width: 576px) {
  .projects-section {
    padding: 40px 15px;
  }

  .project-image {
    height: 200px;
  }

  .project-category {
    font-size: 0.8rem;
  }

  .view-all-btn {
    width: 100%;
    margin-top: 20px;
  }
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 99999;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


.project-info p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media (max-width: 768px) {

  .project-image,
  .project-info {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.connect{
  color: var(--secondary-color);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.social-icons-grid {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  color: var(--primary-color);
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  background: #25d366;
  color: white;
}
