@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-width: 580px!important; /* nuova larghezza */
}

* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #444444;
}

*:focus,
*:focus-visible,
*:focus-within {
  outline: none !important;
  box-shadow: none !important;
}

a {
  color: #88D1D4;
  cursor: pointer;
}
a:hover, a:focus {
  color: #444444;
}

body {
  overflow-x: hidden;
}

.navigator {
  position: sticky;
  top: 0px;
  z-index: 20;
  background: white;
}

section, footer {
  padding-top: clamp(40px, 5vw, 70px);
  padding-bottom: clamp(40px, 5vw, 70px);
}

a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  transition: all 0.3s ease-in;
}

.container {
  max-width: 1024px !important;
}
@media (max-width: 992px) {
  .container {
    padding-left: 1.6rem; /* o quanto ti serve */
    padding-right: 1.6rem;
  }
}

.btn-primary {
  background-color: #88D1D4;
  border-color: #88D1D4;
  color: #444444;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 16px;
  padding: 8px 25px;
}
.btn-primary:hover {
  background-color: rgb(98.537037037, 194.5185185185, 198.462962963);
  border-color: rgb(91.0444444444, 191.6222222222, 195.7555555556);
}

.btn-dark {
  background-color: black;
  border-color: black;
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  border-radius: 16px;
  padding: 8px 25px;
}
.btn-dark:hover {
  background-color: #88D1D4;
  border-color: #88D1D4;
  color: #444444;
}

.btn-light {
  background-color: white;
  border-color: white;
  color: #444444;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  border-radius: 16px;
  padding: 8px 25px;
}
.btn-light:hover {
  background-color: #88D1D4;
  border-color: #88D1D4;
  color: #444444;
}

ul li {
  font-size: 1.2rem;
}

.lightbox {
  transform: translateY(50%);
}
@media (min-width: 480px) {
  .lightbox {
    transform: none;
  }
}

.navbar {
  padding: 6px 0px;
  border-bottom: solid 3px #88D1D4;
  box-shadow: 0px 8px 19px -8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 19px -8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 19px -8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 480px) {
  .navbar {
    padding: 30px 0px;
  }
}
.navbar .navbar-nav .nav-link {
  color: #444444;
  font-size: 14px;
  font-weight: 500 !important;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:active {
  color: #88D1D4;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar #menu-menu-mobile > li {
  padding: 10px 12px;
}
.navbar #menu-menu-mobile > li > a {
  color: #444444;
  font-size: 18px;
  font-weight: 500 !important;
  text-decoration: none;
}
.navbar #menu-menu-mobile > li > a:hover, .navbar #menu-menu-mobile > li > a:focus, .navbar #menu-menu-mobile > li > a:active {
  color: #88D1D4;
}
.navbar #menu-menu-mobile > li > .btn-primary {
  width: 100%;
  margin-top: 33px;
}
.navbar #menu-menu-mobile > li > .sub-menu li {
  padding: 10px 12px;
}
.navbar #menu-menu-mobile > li > .sub-menu li a {
  color: #444444;
  font-size: 18px;
  font-weight: 500 !important;
  text-decoration: none;
}
.navbar #menu-menu-mobile > li > .sub-menu li a:hover, .navbar #menu-menu-mobile > li > .sub-menu li a:focus, .navbar #menu-menu-mobile > li > .sub-menu li a:active {
  color: #88D1D4;
}

footer {
  padding-bottom: 0px !important;
}
footer .prefooter .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
@media (min-width: 998px) {
  footer .prefooter .social {
    justify-content: flex-end;
  }
}
footer .prefooter .social a {
  text-decoration: none;
}
footer .prefooter .social a > .dashicons {
  color: #444444;
  font-size: 24px;
}
footer .prefooter .social a:hover > .dashicons {
  color: #88D1D4;
}
footer .copyright {
  background: #88D1D4;
}
footer .copyright .col-left > p {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  text-decoration: none;
  padding: 6px 0px 0px 0px;
  margin: 0px;
}
footer .copyright .col-right > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
@media (min-width: 998px) {
  footer .copyright .col-right > ul {
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
  }
}
footer .copyright .col-right > ul a {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  text-decoration: none;
}
footer .copyright .col-right > ul a:hover {
  color: white;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  font-size: 0px;
  z-index: 1;
}
.slick-arrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/westcoastrent/assets/images/icons/slider-arrow.svg") no-repeat center center;
  background-size: contain;
}

.slick-slide {
  padding: 0 10px;
}

.slick-list {
  margin: 0 -10px;
}

.slick-dots {
  display: flex;
  list-style: none;
  gap: 10px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 470px;
  padding: 0px;
  width: 96%;
  margin: 0px;
  height: 40px;
}
.slick-dots > .slick-active button {
  background: #88D1D4;
  opacity: 1;
}
.slick-dots button {
  font-size: 0px;
  border: none;
  width: 10px;
  height: 12px;
  border-radius: 50%;
  background: white;
  opacity: 0.5;
}

.showcase .slick-next {
  right: -20px;
}
.showcase .slick-next::before {
  transform: rotate(180deg) !important;
}
.showcase .slick-prev {
  left: -18px;
}

.crosslink .slick-next {
  right: -164px;
  top: 39%;
  transform: translateY(-50%);
}
.crosslink .slick-next::before {
  transform: rotate(180deg) !important;
}
.crosslink .slick-prev {
  left: -18px;
}

.wpcf7-form p {
  position: relative;
}
.wpcf7-form label {
  background: white;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  margin-top: 16px;
  z-index: 10;
  margin-left: 15px;
  padding: 0px 7px;
  color: #a1a1a1;
}
.wpcf7-form .form-control {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #88D1D4;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.wpcf7-form .form-control:focus {
  outline: none;
  border-color: #88D1D4;
  box-shadow: 0 0 5px #88D1D4;
}
.wpcf7-form .form-control::-moz-placeholder {
  color: #adadad;
  opacity: 0.5;
}
.wpcf7-form .form-control::placeholder {
  color: #adadad;
  opacity: 0.5;
}
.wpcf7-form .form-select {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #88D1D4;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #adadad;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.wpcf7-form .form-check {
  padding: 0px;
  margin: 0px;
}
.wpcf7-form .form-check label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  background: transparent;
  padding: 0px;
  margin: 0px;
}
.wpcf7-form .form-check label span {
  margin: 0px;
  padding: 0px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  background: white;
  padding: 0px 5px;
  position: absolute;
  margin-top: -9px;
  right: 21px;
}

.custom-drawer-menu .offcanvas-header {
  padding: 34px 46px 20px 25px;
}

.showcase {
  position: relative;
}
.showcase::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 88px;
  background-color: #88D1D4;
  bottom: 0px;
  z-index: -1;
}
@media (min-width: 768px) {
  .showcase::before {
    height: 125px;
  }
}
.showcase h1 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 700;
}
.showcase p {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.showcase picture {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 1/1;
}
.showcase picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.showcase__slider > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}
.showcase__slider > ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
  aspect-ratio: 16/10;
}
.showcase .showcase-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.showcase .showcase-left > article {
  max-width: 445px;
}

.showcase-residence::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 88px;
  background-color: #88D1D4;
  bottom: 19%;
  z-index: -1;
}
@media (min-width: 768px) {
  .showcase-residence::before {
    height: 125px;
  }
}
.showcase-residence picture {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 20/9;
}
.showcase-residence picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.showcase-residence .slick-slide {
  aspect-ratio: 20/9;
}

.text-image h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.text-image picture {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 1/1;
}
.text-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.crosslink {
  background: #1f1f1f;
  border: none;
}
.crosslink h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}
.crosslink h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: white;
}
.crosslink p {
  color: white;
}
.crosslink .card {
  background: transparent;
  margin-top: 30px;
  border: none;
}
.crosslink .card .card-body {
  padding: 30px 0px;
}
.crosslink .card picture {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 20/9;
}
.crosslink .card picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.form h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.form picture {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 1/1;
}
.form picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  display: block;
}

.map {
  background: #88D1D4;
  position: relative;
  z-index: 0;
}
.map h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.map #leaflrt-map {
  width: 100%;
  max-width: 870px;
  height: 534px;
  border-radius: 16px;
}
.map .info {
  position: relative;
  transform: none;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .map .info {
    position: absolute;
    top: 50%;
    left: calc(100% - 245px);
    transform: translateY(-50%);
    z-index: 99999;
    margin-top: 0px;
  }
}
.map .info__item {
  width: 100%;
  max-width: 100%;
  background: white;
  border-radius: 16px;
  padding: 20px 30px 8px 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .map .info__item {
    max-width: 373px;
  }
}
.map .info__item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.residence__details {
  background-color: #444444;
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .residence__details {
    justify-content: space-between;
  }
}
.residence__details > li {
  flex: 0 1 22%;
  color: white;
  position: relative;
  padding-left: 35px;
  font-size: 12px;
  font-weight: 300;
}
.residence__details > li > strong {
  display: block;
  color: white;
  font-weight: 500;
}
.residence__details > li::before {
  content: "";
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.residence__details h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.residence__details p {
  font-size: 1rem;
  color: #666;
}
.residence__details > .tipo::before {
  content: "";
  background: url("/wp-content/themes/westcoastrent/assets/images/icons/tipo.svg") no-repeat center center;
}
.residence__details > .stanze::before {
  content: "";
  background: url("/wp-content/themes/westcoastrent/assets/images/icons/stanze.svg") no-repeat center center;
}
.residence__details > .bagni::before {
  content: "";
  background: url("/wp-content/themes/westcoastrent/assets/images/icons/bagni.svg") no-repeat center center;
}
.residence__details > .letti::before {
  content: "";
  background: url("/wp-content/themes/westcoastrent/assets/images/icons/letti.svg") no-repeat center center;
}
.residence__details > .parcheggio::before {
  content: "";
  background: url("/wp-content/themes/westcoastrent/assets/images/icons/parcheggio.svg") no-repeat center center;
}
.residence__details > .cucina::before {
  content: "";
  background: url("/wp-content/themes/westcoastrent/assets/images/icons/cucina.svg") no-repeat center center;
}
.residence__details > .tv::before {
  content: "";
  background: url("/wp-content/themes/westcoastrent/assets/images/icons/tv.svg") no-repeat center center;
}
.residence__details > .wifi::before {
  content: "";
  background: url("/wp-content/themes/westcoastrent/assets/images/icons/wifi.svg") no-repeat center center;
}
