/*
Theme Name: Homey Child
Template: homey
*/


/* Body */
body {
	font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}

/*
---------------------------------------------------------------------------------------------------------------------------------------------------
										Homepage Search.CSS -->>>
------------------------------------------------------------------------------------------------------------------------------------------------ */

/* Default: Desktop (≥1025px) */
[data-id="593781c"] .elementor-shortcode,
body.page-id-1811 .elementor-shortcode {
	padding: 0 10em;
}

/* Tablet: Between 768px and 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
	[data-id="593781c"] .elementor-shortcode,
	body.page-id-1811 .elementor-shortcode {
		padding: 0 4em;
	}
}

/* Mobile: ≤767px */
@media (max-width: 767px) {
	[data-id="593781c"] .elementor-shortcode,
	body.page-id-1811 .elementor-shortcode {
		padding: 0;
	}

.search-destination,
	body.page-id-1811 .search-destination {
		background: #fff !important;
		border-radius: 100px !important;
	}
}

.search-destination,
body.page-id-1811 .search-destination {
	border: none !important;
}

/* Tablet Styling */
@media (min-width: 768px) and (max-width: 1024px) {
.search-destination,
	body.page-id-1811 .search-destination {
		box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
		background: #fff !important;
		border-radius: 100px !important;
	}
}

/* Mobile pseudo-element alignment */
@media (max-width: 767px) {
.search-wrap.search-banner.search-banner-mobile.mobile-search-js .search-destination::after,
	body.page-id-1811 .search-wrap.search-banner.search-banner-mobile.mobile-search-js .search-destination::after {
		left: 220px !important;
	}
}

/* Tablet pseudo-element alignment */
@media (min-width: 768px) and (max-width: 1024px) {
.search-wrap.search-banner.search-banner-mobile.mobile-search-js .search-destination::after,
	body.page-id-1811 .search-wrap.search-banner.search-banner-mobile.mobile-search-js .search-destination::after {
		left: 505px !important;
	}
}

/* Typography and border reset */
[data-id="593781c"] .hori-daily.search-wrap.search-banner.search-banner-desktop.hidden-xs *,
body.page-id-1811 .hori-daily.search-wrap.search-banner.search-banner-desktop.hidden-xs * {
	font-family: 'Poppins', sans-serif;
	border: none;
	border-radius: 0px;
}

/* Outer wrapper card */
[data-id="593781c"] .custom-wrapper-parent,
body.page-id-1811 .custom-wrapper-parent {
	background: white;
	border-radius: 100px;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
}

/* Transparent backgrounds for form inputs */
[data-id="593781c"] .btn-default.dropdown-toggle,
[data-id="593781c"] .form-control,
body.page-id-1811 .btn-default.dropdown-toggle,
body.page-id-1811 .form-control {
	background: transparent !important;
}

/* Inner elements spacing reset */
[data-id="593781c"] .search-banner .search-destination,
[data-id="593781c"] .search-banner .search-type,
[data-id="593781c"] .search-banner .search-date-range,
[data-id="593781c"] .search-banner .search-guests,
[data-id="593781c"] .search-banner .search-button,
[data-id="593781c"] .search-banner .search-date-range-depart,

body.page-id-1811 .search-banner .search-destination,
body.page-id-1811 .search-banner .search-type,
body.page-id-1811 .search-banner .search-date-range,
body.page-id-1811 .search-banner .search-guests,
body.page-id-1811 .search-banner .search-button,
body.page-id-1811 .search-banner .search-date-range-depart {
	padding: 0px;
	margin: 0px !important;
}

/* Search submit button */
[data-id="593781c"] #search-submit-button,
body.page-id-1811 #search-submit-button {
	position: relative;
	z-index: 10;
	margin-top: 7px;
	margin-left: -50px;
	padding: 0px;
	background: #3a86ff;
	border-radius: 100px;
}

/* Search button image */
[data-id="593781c"] #search-submit-button img,
body.page-id-1811 #search-submit-button img {
	height: 25px;
	width: 40px;
}

/* Min width for destination input */
[data-id="593781c"] .search-banner .search-destination,
body.page-id-1811 .search-banner .search-destination {
	min-width: 260px;
}

/*
---------------------------------------------------------------------------------------------------------------------------------------------------
										Homepage Search.CSS End -->>>
------------------------------------------------------------------------------------------------------------------------------------------------ */




/*
---------------------------------------------------------------------------------------------------------------------------------------------------
										header.CSS -->>>
------------------------------------------------------------------------------------------------------------------------------------------------ */

/*--------------------------------------------------------------
>>> HEADER NAVIGATION STYLES
--------------------------------------------------------------*/

.header-nav {
    border: none !important;
	padding:0 1em;
}

/* Header search form spacing */
.header-nav .raahtak-header-search-form {
    margin-right: 0;
    margin-left: 0;
    width: 80vh;
}

/* Search bar container */
.header-nav .raahtak-search-bar {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 50px;
    padding: 12px 20px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* Padding around search bar */
.header-nav .raahtak-header-padding {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Search input field */
.header-nav .raahtak-search-bar input.form-control {
    flex-grow: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 10px 12px;
    background: transparent;
    width: 100%;
}

/* Search button */
.header-nav .raahtak-search-bar .btn {
    background-color: #2962ff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

/* Search icon inside button */
.header-nav .raahtak-search-bar .btn svg {
    width: 18px;
    height: 18px;
}


/*--------------------------------------------------------------
>>> USER PROFILE AVATAR & NAME
--------------------------------------------------------------*/

.nav-area.header-type-1 ul {
  margin-bottom: 0;
}

.nav-area.header-type-1 a:hover {
  color:#3a86ff;
}

/* Avatar image container spacing */
.account-loggedin .user-image {
    margin-right: 10px;
    margin-left: 0px;
    width: 50px;
}

/* Avatar image styling */
.user-image img {
    max-width: 100% !important;
    width: 50px !important;
    height: 50px !important;
}

/* Profile section container */
.header-comp-right {
    width: 150px;
}

/* User display name styling */
.header-comp-right .user-name {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
}

/* Account drop down */
.account-dropdown {
	  right: -4vh;
}


/*--------------------------------------------------------------
>>> FLEX ALIGNMENT FOR HEADER INNER TABLE
--------------------------------------------------------------*/

.header-comp-right .table-block,
.header-type-1 .header-inner.table-block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}


/*--------------------------------------------------------------
>>> LANGUAGE / SEPARATOR ICON
--------------------------------------------------------------*/

/* Language icon (if used for translation) */
.translateIcon {
    height: 20px; 
    width: auto;
}

/* Separator icon between elements (like between host button & profile) */
.header-separator-icon {
    display: flex;
    justify-content: center;
    padding: 10px !important;
    background-color: #EFECEC80;
    border-radius: 100px;
}


/*--------------------------------------------------------------
>>> SWITCH TO HOSTING BUTTON STYLES
--------------------------------------------------------------*/

.host-btn .btn.btn-primary {
    background-color: transparent;
    border: none;
    color: #000; /* Change to your brand color if needed */
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

/* Hide these role-related elements if needed */
.register_form,
.changeRole {
    display: none;
}


/*
---------------------------------------------------------------------------------------------------------------------------------------------------
										header.CSS end -->>>
------------------------------------------------------------------------------------------------------------------------------------------------ /*

/* ------------------=== GRID WRAPPER FOR CARDS ===---------------------------------------------------------------- */
.figma-cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  gap: 30px;
  padding: 20px 0;
  width:25% ;
}

/* === RESPONSIVE BREAKPOINTS === */
@media (max-width: 1199px) {
  .figma-cards-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .figma-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .figma-cards-container {
    grid-template-columns: 1fr;
  }
}

/* === INDIVIDUAL CARD === */
.figma-style-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.figma-style-card:hover {
  transform: translateY(-5px);
}

/* === CARD IMAGE === */
.figma-card-img-wrapper {
  position: relative;
}

.figma-img {
  width: 100%;
  height: auto;
  display: block;
}

/* === PRICE TAG === */
.price-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #fce300;
  color: #000;
  padding: 6px 10px;
  font-weight: 700;
  border-radius: 30px;
  font-size: 13px;
  z-index: 5;
}

/* === MANAGEMENT TAG === */
.tag-management {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #fff;
  color: #333;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

/* === CARD BODY === */
.figma-card-body {
  padding: 16px 20px;
}

/* === TITLE + RATING === */
.figma-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.figma-card-body .title {
  font-size: 17px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.figma-card-body .title a {
  text-decoration: none;
  color: inherit;
}

.rating-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.rating-badge img {
  width: 16px;
  height: 16px;
}

/* === LOCATION === */
.location {
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
}

/* === DETAILS (beds, bath, area) === */
.details-row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.details-row .detail {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.details-row .detail-highlight {
  border-bottom: 1px solid #007bff;
}

/* === BOTTOM ICONS === */
.bottom-icon-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 14px;
  margin-top: 16px;
}

.icon-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #444;
  gap: 4px;
  text-align: center;
}

.icon-group img {
  width: 20px;
  height: 20px;
}



/*------------------------------------------------------------------------------------------------------------------------------------------------
										mobile search.CSS
------------------------------------------------------------------------------------------------------------------------------------------------ */

.search-wrap.search-banner.search-banner-mobile.mobile-search-js .form-control {
  border-radius: 102px; 
}

.search-wrap.search-banner.search-banner-mobile.mobile-search-js .search-destination::after{
	left:270px;
	top:4px;
	color:white;
	background-color:#3A86FF;
	padding:15px;
	border-radius:100px;
}

.search-banner .search-destination input.form-control{
	padding-left:15px;
}

.search-destination::after {
		content: url('https://dev6.petalwebdev.com/wp-content/uploads/2025/07/Vector-1.svg');}

/*-------------------------------------------------------------------------------------------------------------------------------------------------
										mobile search.CSS  end ->>>
 ----------------------------------------------------------------------------------------------------------------------------------------------- */
	
	
	
/*-------------------------------------------------------------------------------------------------------------------------------------------------
										Login Registor.CSS
 ----------------------------------------------------------------------------------------------------------------------------------------------- */

.homey-inline-login *,
.homey-inline-register *{
    font-family: 'Poppins', sans-serif;
}
.homey-inline-login .btn,
.homey-inline-register .btn
{
	font-weight:500;
	border-radius: 100px!important;
}

.homey-inline-login .form-control,
.homey-inline-register .form-control{
  border-color: #d8dce100;
  background-color: #F1F1F1;
  color: black;
  border-radius: 100px;
}

.forget-pass-container{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    margin-bottom: 20px;
    width: 95%;
	gap: 7vw;
}

@media (max-width: 480px) {
	.forget-pass-container {
		flex-direction: column;
		gap: 0;
		width: 100%;
	}
}

	
.homey-inline-login .btn-primary {
    border-radius: 100px;
	margin-bottom:0;
}

.homey-login-separator {
	
    display: flex;
    align-items: center;
    text-align: center;
    margin: 15px 0;
}

.homey-login-separator::before,
.homey-login-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.homey-login-separator:not(:empty)::before {
    margin-right: .75em;
}

.homey-login-separator:not(:empty)::after {
    margin-left: .75em;
}

.homey-login-separator span {
    font-size: 14px;
    color: #aaa;
    text-transform: lowercase;
}


.btn-facebook-lined{
	color: black;
    border-color:black;
    }


.gsi-material-button.homey-google-login.btn-google-lined.btn-full-width {
	font-weight:500;
	background: transparent;
    border: 1px solid black;
    color: black;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------
										Login Registor.CSS  end ->>>
 ----------------------------------------------------------------------------------------------------------------------------------------------- */


/*-------------------------------------------------------------------------------------------------------------------------------------------------
										Password Reset Form.CSS ->>>
 ----------------------------------------------------------------------------------------------------------------------------------------------- */


/* Wrapper box: grey rounded bar */
.homey-reset-wrapper {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 999px; /* fully rounded */
    padding: 10px 16px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    margin: 0 auto;
}

/* Left icon: email */
.homey-reset-wrapper .icon-left {
    font-size: 16px;
    margin-right: 10px;
    color: #333;
    display: flex;
    align-items: center;
}

/* Email input field */
.homey-reset-wrapper input[type="email"] {
    border: none;
    background: transparent;
    flex-grow: 1;
    font-size: 14px;
    outline: none;
    color: #000;
    padding: 8px 0;
}

/* Arrow button on right */
.homey-reset-wrapper .arrow-button {
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    padding-left: 10px;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.homey-reset-wrapper .arrow-button:hover {
    transform: translateX(4px);
}


.homey_msg_reset{
	text-align:center;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------
										Password Reset Form.CSS  end ->>>
 ----------------------------------------------------------------------------------------------------------------------------------------------- */





/*-------------------------------------------------------------------------------------------------------------------------------------------------
										Search Page.CSS ->>>
 ----------------------------------------------------------------------------------------------------------------------------------------------- */



.half-map-top-bar .container{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding:20px 0px;
}

.list-inline img{
	max-width:40%;
}

.half-map-left-inner-wrap .figma-style-card {
    /* Your styles here */
    overflow:visible!important;
}

.half-map-left-wrap img{
	border-radius:20px 20px 0px 0px;
}

.half-map-left-wrap{
	width:60%;
}

.half-map-right-wrap{
	height: 100vh!important;
    width: 40%;
	padding:60px 20px 20px 0px;
}

#listings_found{
	padding: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: black;
}

#homey-halfmap{
	border-radius:30px;
}

.half-map-left-wrap {
  overflow: visible !important;
}

.half-map-left-inner-wrap,
.half-map-right-inner-wrap {
  overflow:visible!important;
}


.hover-effect{
	border:15px 15px 0px 0px;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------
										Search Page.CSS  end ->>>
 ----------------------------------------------------------------------------------------------------------------------------------------------- */


/*-------------------------------------------------------------------------------------------------------------------------------------------------
										Review Form.CSS ->>>
 ----------------------------------------------------------------------------------------------------------------------------------------------- */


.rating-stars {
    direction: ltr;
    display: flex;
	flex-direction: row;
    justify-content: flex-start;
    gap: 5px;
}

.rating-stars input[type="radio"] {
    display: none;
}

.rating-stars label {
    font-size: 28px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.rating-stars input[type="radio"]:checked ~ label,
.rating-stars label:hover,
.rating-stars label:hover ~ label {
    color: #ffc107;
}

.review-form-block-user .block{
	background-color:white !important;
    height: 60vh;
}
.block-head{
	border:none;
}

#review-form .block-body{
	padding:15px!important;
}
#review-form * {
/* 	padding:10px; */
    font-family: 'Poppins', sans-serif;
	
}

.listing-profile img{
	max-width: 40%;
    object-fit: cover;
    border-radius: 20px;
	height:110px!important;
}

.listing-profile .profile{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	gap:10px;
	font-size:16px!important;
	font-weight:400!important;
}

.listing-profile,
.review-right{
    border: solid #EBEBEB 1px;
    border-radius: 30px;
    padding: 15px;
		
}
.listing-profile p{
	margin:20px;
}


.booking-rating{
	padding: 30px;
    border: solid #EBEBEB 1px;
    border-radius: 30px;
    margin: 30px 0px;
}

.listing-profile *,
.booking-rating *{
	font-weight:400;
}

.block-title{
	padding:0px!important;
}

.booking-rating .title{
	font-size:18px;
	margin:10px, 0px;
}

.review-right *{
	font-weight:400;
}

.block-title .title{
	font-size:18px;
}
.block-title p{
	font-size:12px;
}
.review-right .block-title{
	border:none;
}

.review-right .msg-type-block{
	height:190px;
	background:#F1F1F1;
	border:none;
	border-radius:30px;
}

.review-right .form-control{
	background:transparent;
}

.review-right .btn-primary{
	width: 100%;
    border-radius: 100px;
}
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------
										Review form.CSS  end ->>>
 ----------------------------------------------------------------------------------------------------------------------------------------------- */
