/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2025 | 12:56:13 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

a.show-amenities, a.default-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #eab51d;
    padding: 7px 6px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    max-width: 200px;
    text-align: center;
    color: #fff;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 20px;
    transition: all.2s linear;
}
a.show-amenities:hover, a.default-btn:hover {
	background-color: #000;
}
.amenity-list ul li {
    background: transparent;
    padding: 4px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 30px;
    width: 25.5%;
    margin-bottom: 0;
    list-style: none;
    color: #000;
    border-left: 0;
    position: relative;
    min-height: auto;
    padding-left: 25px;
    display: none;
}
.amenity-list ul li.active-amenity {
	display: block;
}
.amenity-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2.5px);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000;
}
.property-desc .overview {
    padding: 0;
    box-shadow: unset;
}
.home div#footer {
    margin-top: 0 !important;
}
.profile-card {
	background: white;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
	padding: 0;
	max-width: 350px;
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px;
	margin: -30px auto -30px;
}

.left-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	width: 53%;
}

.profile-image-container {
	position: relative;
	margin-bottom: 20px;
}

.profile-image {
	width: 100px !important;
	height: 100px !important;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	margin: 0 !important;
}

.verified-badge {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 24px;
	height: 24px;
	background: #e91e63;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid white;
}

.verified-badge::before {
	content: "♥";
	color: white;
	font-size: 12px;
}

.profile-name {
	font-size: 25px;
	font-weight: 600;
	color: #222;
	margin-bottom: 0;
	text-align: center;
	line-height: 1;
}

.superhost-status {
	color: #717171;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.superhost-icon {
	font-size: 14px;
	color: #222;
}

.right-section {
	display: flex;
	flex-direction: column;
	width: 36%;
	row-gap: 18px;
}

.stat-item {
	text-align: right;
}

.stat-number {
	font-size: 21px;
	font-weight: 600;
	color: #222;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
}

.stat-label {
	color: #717171;
	font-size: 14px;
	line-height: 1;
}

.star {
	color: #222;
	font-size: 23px;
}
span.wpcf7-spinner {
    display: inline-block !important;
    margin-bottom: -20px;
}
@media only screen and (max-width: 1000px) {
	.property-essentials ul li span {font-size: 12px;text-align: center;line-height: 16px;}
	.amenity-list ul li {
		width: 48%;
		line-height: 19px;
	}
	.amenity-list ul {
		justify-content: flex-start;
	}
}
button#load-more-properties {
    max-width: 200px;
    display: block;
    background: #eab51d !important;
    font-size: 15px;
    font-weight: 400;
    padding: 14px  40px 14px 40px !important;
    border-radius: 10px !important;
    display: block;
    border: 0;
    margin: 0 auto;
}
.new-text h3, .new-text h2 {
    font-size: 42px;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px !important;
}
.new-text h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 1.3;
}
.new-text h3 strong {
    font-weight: 800;
}

.new-text p, .new-text li, .review-box p {
    font-size: 22px;
    color: #000;
    line-height: 1.5;
}

.new-text li {
    margin-bottom: 10px;
    position: relative;
    list-style: none;
}

.yellow-txt h4 {
    font-size: 40px;
    text-align: center;
    margin: 70px 0 !important;
    color: #eab51d;
    letter-spacing: 1px;
}

.new-text li:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/check.png);
    width: 32px;
    height: 32px;
    position: absolute;
    left: -34px;
    top: 6px;
    background-size: cover;
}

iframe.cs-map {
    width: 80%;
    height: 520px;
    margin-left: auto;
    display: block;
    box-shadow: -20px 20px 10px #a19b9b;
}

.yellow-box {
    background: #eab51d;
    padding: 50px;
    border-radius: 50px;
    margin-top: -110px;
}

.yellow-box.new-text h2 {
    line-height: 1;
    font-size: 55px;
    width: 94%;
}

.yellow-box.new-text li:before {
    filter: brightness(0);
    width: 20px;
    height: 20px;
    left: -28px;
}

.yellow-box.new-text li {
    font-size: 18px;
}

.new-text h1 {
    color: #000;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
}

.new-text a {
    font-size: 27px;
    background: #eab51d;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    transition: all.2s linear;
}

.new-text a:hover {
    background: #000;
    color: #eab51d;
}
.review-box {
  box-shadow: 4px 4px 4px #000;
  padding: 30px;
  border-radius: 30px;
}
.review-box img{
  margin: 0 auto;
  display: block;
    height: 35px !important;
}
#new-sec3 .vc_col-sm-12 {
    margin-bottom: 50px;
}

.wpb_text_column.wpb_content_element.review-box {}

.new-text h2.heading-bdr {
    text-align: right;
    position: relative;
}
.new-text h2.heading-bdr:after {
    content: "";
    position: absolute;
    bottom: -30px;
    height: 16px;
    background: #eab51d;
    width: 60%;
    right: 0;
}
div#new-sec4 {
    margin-top: 71px;
    margin-bottom: 120px;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
}

.whatsapp-float img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}

.sp-images {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    column-gap: 1%;
}

.sp-images .feat-img-lf {
    width: 49%;
    overflow: hidden;
}

.sp-images .feat-img-lf a {display: block;}
.sp-images .feat-img-lf a img {
    width: 100% !important;
    height: 100%;
    display: block;
    height: 400px;
    margin: 0 !important;
    object-fit: cover;
    border-radius: 15px 0 0 15px;
}
.sp-images .feat-img-rt {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    width: 49%;
    row-gap: 10px;
}

.sp-images .feat-img-rt a {
    width: 49%;
    display: block;
}
.sp-images .feat-img-rt a:nth-child(2) img {
    border-radius: 0 15px 0 0;
}
.sp-images .feat-img-rt a:nth-child(4) img {
    border-radius: 0 0 15px 0;
}
.sp-images .feat-img-rt a img {
    width: 100% !important;
    display: block;
    margin: 0 !important;
    height: 195px !important;
    object-fit: cover;
}
.feat-show-more {
    flex: 1;
    text-align: right;
    padding-right: 20px;
    position: relative;
    z-index: 9;
}
.feat-show-more a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */
    text-transform: capitalize;
    text-decoration: none;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 99999;
    background: white;
    padding: 10px 14px;
    border: 1px solid #000;
    border-radius: 7px;
}
.sp-head h2 {
    color: #151515;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.sp-head ul {
    display: flex;
    margin: 19px 0 0;
    flex-wrap: wrap;
    gap: 10px;
}
.sp-head ul li {
    color: #151515;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin: 0 13px;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.sp-head ul li img {
	height: 25px !important;
	display: block;
	margin: 0 !important;
}

.sp-head ul li:first-child {
    list-style: none;
    margin-left: 0;
}

.property-desc {
    margin-top: 20px;
}

.property-desc p, .property-desc li {
    color: #151515;
    font-size: 14px;
    font-weight: 300;
}

.property-desc h5 {
    color: #000;
    font-weight: 400;
}
.full-overview {
	display: none;
}
.secure-deposit, #payment-message {
    background: red;
    color: #fff;
    border: 1px solid red;
    padding: 10px;
    border-radius: 6px;
}
#payment-message.payment-success {
	background: #16c825;
	border-color: #16c825;
}
button#card-button {
    width: calc(100% - 5px);
    border-radius: 10px;
    background: #eab51d !important;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    font-weight: 400;
    color: #000;
    transition: all .2s linear;
}
div#card-element {
    padding: 15px !important;
}
div#sec5.deposit-sec {
    padding: 50px 0 20px !important;
    margin: 0 !important;
}

 .cs-link{
    color:#475569;
    text-decoration:none;
    font-weight:500
}
 .cs-link:hover{
    color:#0b1220
}
/* Hero */
 .cs-hero{
    padding:44px 20px 10px;
     text-align: center;
}
 .cs-hero h1{
    font-size:clamp(24px,3vw,36px);
    margin:0 0 6px;
    line-height: 1;
    color: #000;
}
 .cs-hero p{
    margin:0;
    color:#667085
}
/* Card */
 .cs-wrap{
    padding:10px 20px 60px
}
 .cs-card{
    max-width:880px;
    margin:12px auto 0;
    background:#ffffff;
    box-shadow:0 20px 40px rgba(16,24,40,.08);
    border:1px solid #e5e7eb;
    border-radius:18px;
    overflow:hidden
}
 .cs-card-head{
    padding:22px 24px 8px;
    display:flex;
    gap:16px;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap
}
 .cs-title{
    font-size:clamp(20px,2.2vw,26px);
    font-weight:700;
    color: #000;
}
 .cs-subtitle{
    color:#667085;
    font-size:14px
}
 .cs-pill{
    display:flex;
    align-items:center;
    gap:8px;
    border:1px solid #e5e7eb;
    padding:8px 12px;
    border-radius:999px;
    color:#111827;
    background:#fff
}
 .cs-body{
    padding:16px 24px 24px;
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:28px
}
 .cs-panel{
    background:#fff;
    border:1px solid #e5e7eb;
    padding: 16px;
    border-radius:14px
}
 form.cs-deposit-form{
    display:grid;
    gap:14px
}
 form.cs-deposit-form label{
    font-weight:600;
    font-size:14px
}
 .cs-input{
    width:100%;
    border:1px solid #e5e7eb;
    background:#fff;
    color:#0b1220;
    padding:12px 12px;
    border-radius:10px;
    outline:none
}
 .cs-input:focus{
    border-color:#e3b000;
    box-shadow:0 0 0 4px rgba(227,176,0,.18)
}
 .cs-grid3{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:12px
}
 .cs-accepted{
    gap:10px;
    display: flex;
    justify-content: space-between;
}
 .cs-accepted small{
    color:#667085
}
 .cs-cards{
    display:flex;
    gap:8px;
    align-items:center
}
 .cs-cardlogo{
    width:40px;
    height:26px;
    border:1px solid #e5e7eb;
    border-radius:6px;
    display:grid;
    place-items:center;
    background:#fff
}
 .cs-cta{
    appearance:none;
    border:0;
    cursor:pointer;
    font-weight:700;
    letter-spacing:.2px;
    font-size:16px;
    background:linear-gradient(180deg,#e3b000,#c79a00);
    color:#fff;
    border-radius:12px;
    padding:14px 18px;
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.08),0 10px 22px rgba(227,176,0,.25);
    transition:transform .08s ease,filter .2s ease
}
 .cs-cta:hover{
    filter:brightness(1.02)
}
 .cs-cta:active{
    transform:translateY(1px)
}
 .cs-summary{
    display:grid;
    gap:14px
}
 .cs-summary .cs-line{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#667085
}
 .cs-summary .cs-line strong{
    color:#0b1220
}
 .cs-box{
    background:#fff;
    border:1px solid #e5e7eb;
    padding:14px;
    border-radius:12px;
    font-size: 12px;
    color:#667085;
    line-height: 19px;
}
 .cs-small{
    font-size: 11px;
    color:#667085
}
 .dep-footer {
    padding:34px 20px 70px;
    color:#667085;
    text-align:center;
    font-size:13px
}
span.cs-cardlogo img {
    margin: 0 !important;
}
body[data-form-submit=regular] .container-wrap button[type=submit][disabled] {
    opacity: 0.7;
    cursor: no-drop;
}


@media only screen and (max-width: 1000px) {
	.new-text h3, .new-text h2 {
		font-size: 28px;
		text-align: center;
	}

	.new-text p, .new-text li, .review-box p {
		font-size: 15px;
		text-align: center;
	}

	.yellow-txt h4 {
		font-size: 18px;
		margin: 10px 0 !important;
		line-height: 1.2;
	}

	.new-text li {
		text-align: left;
		font-size: 13px;
	}

	.new-text li:before {width: 20px;height: 20px;}

	iframe.cs-map {
		width: 100%;
		height: 250px;
	}

	.yellow-box {
		margin-top: 0;
		padding: 20px;
		border-radius: 20px;
	}

	.yellow-box.new-text h2 {
		width: 100%;
		font-size: 28px;
	}

	.yellow-box.new-text li {
		font-size: 13px;
	}

	.new-text h1 {
		font-size: 28px;
		margin-bottom: 0;
	}

	div#new-sec2 {
		padding-bottom: 0 !important;
	}

	.new-text a {
		font-size: 16px;
	}

	.new-text h2.heading-bdr {
		text-align: center;
	}

	.new-text h2.heading-bdr:after {
		right: 0;
		left: 0;
		margin: 0 auto;
		height: 10px;
		bottom: -16px;
	}

	.review-box img {
		height: 20px !important;
		margin: 0 auto !important;
	}
	
	#new-sec4 .row-bg.viewport-desktop.using-bg-color {
		border-radius: 14px;
	}

	div#new-sec4 {
		margin-top: 0 !important;
		margin-bottom: 40px !important;
	}
	.sp-head {
		flex-direction: column;
		align-items: flex-start;
	}
	.sp-head h2 {
		font-size: 18px;
	}
	.sp-images {
		flex-direction: column;
	}
	.sp-images .feat-img-lf {
		width: 100%;
		margin-bottom: 4px;
	}
	.sp-images .feat-img-lf a img {
		border-radius: 10px 10px 0 0;
		height: auto;
	}
	.sp-images .feat-img-rt {
		width: 100%;
	}
	.sp-images .feat-img-rt a:nth-child(2) img, .sp-images .feat-img-rt a:nth-child(4) img {
		border-radius: 0 !important;
	}
	.sp-images .feat-img-rt a {
		width: calc(50% - 2px);
	}
	.sp-images .feat-img-rt a img {
		height: 100px !important;
	}
	.feat-show-more a {
		position: static;
		display: inline-block;
		margin-top: 10px;
		margin-right: 0;
	}
	.feat-show-more {
		padding-right: 0;
	}
	.sp-head ul {
		gap: 2%;
	}
	.sp-head ul li {
		width: 49%;
		margin: 0;
		justify-content: flex-start;
		text-align: left;
		font-size: 12px;
	}
	.amenity-list ul li {
		text-align: left;
		font-size: 12px;
	}
}