/*!

Theme Name: Villoz Child theme

Theme URI: https://bracketweb.com/villozwp/

Template: villoz

Author: Layerdrops

Author URI: https://themeforest.net/user/Layerdrops

Description: This is a Child theme for Villoz WordPress theme.

Version: 1.0

License: GNU General Public License v2 or later

License URI: LICENSE

Text Domain: villoz-child

*/
/* Fix phone number field alignment */
.form-one__control input[type="tel"] {
    width: 100%;
    padding: 15px 30px !important; /* Match other fields */
    height: auto !important; /* Remove fixed height */
    line-height: normal !important;
}

/* Fix for the select dropdown */
.form-one__control .selectpicker {
    padding: 15px 30px !important;
    height: auto !important;
}

/* Consistent form controls */
.form-one__control input,
.form-one__control select,
.form-one__control textarea {
    width: 100%;
    padding: 15px 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.banner-form__wrapper {
  position: relative;
  background-color: var(--villoz-white, #fff);
  padding: 20px 0;
  display: none;
}

.banner-two__image {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 624px;
  width: 100%;
  transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
  overflow: hidden;
  background-color: var(--villoz-black, #132742);
}
.destination-two__item__sub-name {
	position: absolute;
	bottom: 50px;
	left: 60px;
	font-family: var(--villoz-special-font, "reeyregular", cursive);
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	z-index: 2;
	text-transform: capitalize;
}
.tab-one__content__map {
	position: absolute;
	left: -120px;
	top: 430px;
	z-index: 2;
}
.tab-one__content__info {
	position: absolute;
	left: -170px;
	bottom: 0;
	background-color: var(--villoz-base, #537eac);
	max-width: 400px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 54px 59px 60px;
	bottom: 210px;
}
.main-footer__bottom__inner {
	padding-bottom: 30px;
}
.villa-details-three__content__divider {
	border-top: 1px solid var(--villoz-border-color, #d6e2f0);
	margin: 5px 0 5px;
}
.page-header {
	background-color: var(--villoz-black, #132742);
	position: relative;
	padding-top: 150px;
	padding-bottom: 50px;
}
.villa-details-three__lists_custom {
	margin: 0 0 38px;
	padding: 0;
	list-style: none;
	display: block;
	grid-template-columns: repeat(3, 1fr);
}
.villa-details-two__lists_custom {
	margin: 0 0 38px;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.feature-two {
	position: relative;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--villoz-base, #537eac);
	padding: 58px 0 28px;
}
.testimonials-two__carousel-thumb .item .testimonials-two__meta-thumb {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	display: ;
	position: relative;
	margin-bottom: 24px;
}
.tab-one__list li {
	padding: 0 0 9px;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	color: var(--villoz-text, #737a83);
	transition: all 500ms ease;
	border-bottom: 1px solid var(--villoz-border-color, #d6e2f0);
}
.main-header__btn {
	margin-left: 0px;
	display: ;
}
.email-container {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.email-container a {
    white-space: normal;
    text-decoration: underline; /* Optional: makes it clear it's clickable */
}
.villa-card-two__flash {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
	display: none;
}
.villa-card-two__price {
	display: flex;
	align-items: baseline;
	font-size: 20px;
	line-height: 30px;
	color: var(--villoz-base, #537eac);
	margin: 0 0 0px;
	transition: all 300ms linear;
	display: none;
}
.wishlist-icon {
	display:none;
}
.villa-card-two__btns {
	position: relative;
	display: none;
	justify-content: flex-start;
	align-items: center;
	z-index: 2;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 20px;
	max-width: 72px;
	margin-top: -11px;
}
.villa-details-one__price {
	display: none;
	align-items: baseline;
	font-size: 20px;
	line-height: 30px;
	color: var(--villoz-base, #537eac);
}
.tab-two__content__info__rm {
	display:none;
}
.faq-page-search__form {
	display:none;
}
.villa-card__btns a.villoz-image-popup {
	background-image: linear-gradient(90deg, rgba(254, 253, 253, 0) 0%, rgb(240, 246, 253) 100%);
	display: none;
}
.villa-card__btns a {
	display: inline-block;
	width: 36px;
	height: 34px;
	background-color: var(--villoz-white, #fff);
	color: var(--villoz-black, #132742);
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	display: none;
}
.villa-card__flash {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
	display: none;
}
.villa-card__price {
	display: flex;
	align-items: baseline;
	font-size: 20px;
	line-height: 30px;
	color: var(--villoz-base, #537eac);
	margin-bottom: 24px;
	display: none;
}
/* Mobile only: make villa meta details (beds, baths, guests, sf) in 1-2 lines */
@media (max-width: 767px) {
  .villa-details-one__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
  }

  .villa-details-one__meta > div {
    flex: 0 1 auto;
    white-space: nowrap;
  }
  .tab-one__content__info {
	position: initial;
	left: 0px;
	/* bottom: 0; */
	background-color: var(--villoz-base, #537eac);
	max-width: 400px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 54px 59px 60px;
	bottom: 0px;
	top: 440px;
  }
}
@media (max-width: 480px) {
  .villa-details-one__meta {
    font-size: 13px;
  }
}
.villa-card-two__content {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	padding: 10px 30px 24px;
	z-index: 2;
	transition: all 500ms linear;
}
.villa-card-two__title {
	font-size: 22px;
	line-height: 36px;
	margin: 0 0 0px;
	color: var(--villoz-white, #fff);
}
.search-toggler main-header__search {
	display:none;
}
.byline {
	display:none;
}
.villa-page__showing-text {
	margin: 0;
	font-weight: bold;
	font-size: 26px;
}
.footer-widget__text {
	margin-bottom: 0px;
}
.villa-page__showing-sort {
	margin: 0 0 0 27px;
	display: none;
}
.testimonials-two__meta-thumb {
  display: none !important;
}
.villa-page__nav {
	position: relative;
	display: flex;
	align-items: center;
	gap: 18px;
	line-height: 1;
	margin: 0;
	padding: 0;
	margin-left: auto;
	display: none;
}
.villa-details-one__title {
	font-size: 30px;
	line-height: 36px;
	margin: 37px 0 9px;
}
.tab-one__content__info__rm {
	display:none;
}
/* Hide Book Now menu item on desktop 
#menu-item-7297 {
  margin: 0 auto !important;
  display: block !important;
  width: fit-content;
  padding: 10px 25px;
  background-color: white;
  border: 2px solid #fff;
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
}

#menu-item-7297 > a {
  color: #000 !important;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

#menu-item-7297:hover,
#menu-item-7297 > a:hover {
  background-color: #eee;
  color: #333 !important;
  border-color: #ccc;
  cursor: pointer;
}
*/
/* Hide on desktop if needed */
@media (min-width: 769px) {
  #menu-item-7297 {
    display: none !important;
  }
}

