/* Custom css - with mobile responsive ness   */

:root {
  --gold: #a6611c;
  --off-white: #f4f5ec;
}

/***
  MOBILE CUSTOM STYLES
***/

/* Homepage custom styles */

.home__internal-amenities {
  overflow-x: hidden;
}

.home__internal-amenities-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* lifestyle ammenities custom styles */
.home__lifestyle-amenities__row {
  overflow: hidden;
  border-radius: 8px;
}

.home__lifestyle-amenities__img-col,
.home__lifestyle-amenities__content-col {
  padding: 0;        /* already have this */
}


.home__lifestyle-amenities__img-wrap {
  position: relative;
  min-height: 260px;
}

.home__lifestyle-amenities__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.home__lifestyle-amenities__badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: var(--gold);
  color: var(--off-white);
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}



.home__lifestyle-amenities__panel {
  background: #082060;
  padding: 2rem 1.5rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.home__lifestyle-amenities__title {
  color: #fff !important;
  margin-bottom: 0.35rem;
	
    line-height: 1.2;
   font-size: 50px;
	font-family: "Gabriela", serif;
  font-weight: 400;
  font-style: normal;
    
}

.home__lifestyle-amenities__subtitle {
  color: var(--off-white);
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.home__lifestyle-amenities__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home__lifestyle-amenities__list-item {
  color: var(--off-white);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
}

.home__lifestyle-amenities__list-item::before {
  content: "";
  width: 14px;
  height: 1px;
  background: var(--off-white);
  flex-shrink: 0;
}

/***
  TABLET STYLES
***/
@media (min-width: 768px) {
  /* lifestyle ammenties custom styles */
  .home__lifestyle-amenities__img-wrap {
    min-height: 340px;
  }

  .home__lifestyle-amenities__badge {
    font-size: 16px!important;
    padding: 6px 13px;
    bottom: 1.1rem;
    left: 1.1rem;
  }

  .home__lifestyle-amenities__panel {
    padding: 2rem 1.75rem;
    min-height: 340px;
  }

  .home__lifestyle-amenities__subtitle {
    font-size: 13px;
    margin-bottom: 1.35rem;
  }

  .home__lifestyle-amenities__list {
    gap: 9px;
  }

  .home__lifestyle-amenities__list-item {
    font-size: 13px;
    gap: 11px;
  }

  .home__lifestyle-amenities__list-item::before {
    width: 16px;
  }
}

/***
  DESKTOP STYLES
***/
@media (min-width: 1024px) {
  /* lifestyle ammenties custom styles */
  .home__lifestyle-amenities__img-wrap {
    min-height: 420px;
  }

  .home__lifestyle-amenities__badge {
    font-size: 12px;
    padding: 6px 14px;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .home__lifestyle-amenities__panel {
    padding: 2.5rem 2.25rem;
    min-height: 420px;
  }

  .home__lifestyle-amenities__subtitle {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }

  .home__lifestyle-amenities__list {
    gap: 10px;
  }

  .home__lifestyle-amenities__list-item {
    font-size: 16px;
    gap: 12px;
  }

  .home__lifestyle-amenities__list-item::before {
    width: 18px;
  }
}






.label-container {
    position: fixed;
    bottom: 48px;
    left: 5px;
    z-index: 999;
}
.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 50%;
	margin-bottom: 10px;
	right:10px;
    background-color: #00d01b;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;font-size: 30px;line-height: 45px;
}
.float-call {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 43%;
	
	right:10px;
    background-color: #a6611c ;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 2px 10px #676767;font-size: 20px;
    line-height: 45px;
}

.float-call:hover , .float-mail:hover, .float:hover  { color: #000;}
.float-mail {
    position: fixed;
    width: 45px;
    height: 45px;
	margin-top: 10px;
    bottom: 35%;
	right:10px;
    background-color:#a6611c ;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 2px 9px #999;
    font-size: 20px;
}

.handlee-regular {
  font-family: "Handlee", cursive;
  font-weight: 400;
  font-style: normal;
}


















