* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}
:root {
    --swiper-navigation-size: 1rem !important;
}
body {
  color: #000;
  line-height: 1.6;
  font-size: 1rem;
}
a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.text-center{
    text-align: center;
}
.pb-0{
	padding-bottom: 0!important;
}
.pt-0{
	padding-top: 0!important;
}
.hero {
  position: relative;
  height: 75vh;
  background: url('../../palmjumeirahhomes.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hero-text {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: 3rem;
  font-weight: 600;
}
.hero button, .btn {
  margin-top: 2rem;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn {
  color: #333;
  border: 1px solid #333;
}
.btn:hover, .property-price button:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.hero p.small-text {
  color: #eee;
}
.section {
  padding: 4rem 0.5rem;
  max-width: 80%;
  margin: auto;
}
.section h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.section p {
  color: #333;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.sort select {
  padding: 0.5rem .5rem;
  font-size: 0.9rem;
  border: 1px solid #333;
  border-radius: 4px;
  cursor: pointer;
}
.property-listings {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  justify-content: center;
}
.property-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.property-card:hover {
  transform: translateY(-5px);
}
.property-card img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.property-details {
  padding: 0.5rem 1rem;
}
.property-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.property-price h4 {
  font-size: 1.2rem;
  margin: 0;
  line-height: normal;
}
.property-price small {
  color: #666;
}
.property-price button {
      padding: 0.5rem 1rem;
    border: 1px solid #333;
    border-radius: 9999px;
    background: white;
    cursor: pointer;
    font-size: 0.8rem;
}
.property-name {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: normal;
  padding-top: 0.5rem;
}
.property-address {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}
.property-features {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
    color: #444;
    border-top: 1px solid #eee;
    padding: 0.5rem 0;
}
.property-features span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.property-features a span:last-child {
    color: #444;
    border: 1px solid #333;
    padding: 0.15rem .6rem;
    border-radius: 30px;
        font-size: 0.9rem;
}
.property-features a span:last-child i {
    display: flex;
    color: #444;
}


.co-section {
  background-color: #f8f9fa;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  padding-top: 1rem !important;
  padding-bottom: 0 !important;
}
.col-left img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
    object-fit: cover;
}
h2.heading-2 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
}
.co-section p {
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.co-section h3 {
     font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.col-thrid{
  grid-column: 1 / 3;
}
.content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.column h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.co-section li {
    list-style: none;
    font-size: 1rem;
    line-height: normal;
    color: #333;
    padding-bottom: 0.5rem;
}
.property-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.property-list li {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  margin-bottom: .6rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.property-list li:hover {
  background-color: #f1f1f1;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partners {
    
}
#partners-swiper .swiper-slide {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0.6rem;
}
#partners-swiper .swiper-slide img {
     width: 100%;
     height: 9rem;
     object-fit: contain;
} 
#partners-swiper .swiper-btns .swiper-button-next,
#partners-swiper .swiper-btns .swiper-button-prev {
     color: var(--main-color);
     font-weight: 800;
}

/*======Footer======*/
footer {
     background: #484746;
    color: #fff;
    overflow: hidden;
    padding: 0.8rem 1rem;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
footer a {
    color: #fff;
}

@media (width>=2000px) {
     html {
           /*font-size: 150%;*/
     }
     .section { max-width: 50%;}
}

@media screen and (max-width: 1920px) and (min-width: 1600px) {
   html {
           
     }
   .section { max-width: 65%;}
   body {font-size: 1.2rem;}
}

@media (width<992px) {
     html {
          font-size: 50%;
     }
     .content {
        grid-template-columns: 1fr;
     }
     .col-left img {
        height: 22rem;
     }
     .property-card img {
        height: 20rem;
     }
}

@media (width<800px) {
    .hero {
        height: 40vh;
    }
    .property-card img {
        height: 17rem;
    }
    .col-left img {
        height: 27rem;
    }
}

@media (width<575px) {
    .section{
        padding: 2rem 0.5rem;
        max-width: 95%;
    }
    .hero {
        height: 50vh;
    }
    
}

@media (width<480px) {
    .hero {
        height: 30vh;
    }
    .hero h1 {
        font-size: 2.5rem;
    }
    .col-left {
        display: none;
    }
    .property-listings {
        grid-template-columns: 1fr 1fr;
    }
    .col-right {
        grid-column: 1 / 3;
    }
        
}