/*Theme Name: Property Website
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress Developer
*/

:root {
  --brand: #19a0df;
  --dark-brand: #19a0df;
  --light: #f9f9f9;
  --text-dark: #222;
  --text-white: #fff;
}
.property-page .bg-success{
	background-color:#0981b9 !important;
}
.container-property h5.card-title {
    min-height: 48px;
   
}
.video_url svg {
    width: 30px;
    margin-right: 13px;
    fill: #007db8 !important;
}

.video_url span {
   font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    top: 3px;
    position: relative;
}

.video_url {
   min-width: 176px;
    border: 0px;
    background: #ddd;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 5px;
	margin-bottom:20px

}
.nav-tabs li {
    background: #19a0df;
    padding: 4px 28px;
    border-right: 1px solid #fff;
}
.page-id-211 footer.footer{
	margin-top:0px;
}
.nav-tabs li .nav-link.active, .nav-tabs li .nav-link:hover{
	background: #19a0df;
	border-color: #19a0df;
	    text-decoration: underline;
    
}
.property-page  .elementor-posts .elementor-post__card .elementor-post__read-more{
	color: #19a0df;
}
.property-page .elementor-widget-posts .elementor-post__card .elementor-post__badge{
	 background: #19a0df;
}
/* ---------- Comment list wrapper ---------- */
/* Supports both ol.comment-list and ul.comment-list */
.comment-list,
ol.comment-list,
ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ---------- Single comment ---------- */
.comment {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 16px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  background: #fff;
  margin-bottom:10px;
}

/* Slight visual elevation for modern look */
.comment:nth-child(odd) {
  background: rgba(0,0,0,0.01);
}

/* Avatar */
.comment .comment-avatar,
.comment .avatar {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  overflow: hidden;
}
.comment .comment-avatar img,
.comment .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Comment body (author, meta, content) */
.comment .comment-body {
  flex: 1 1 auto;
  min-width: 0;
}

/* Author + meta row */
.comment .comment-author {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.comment .comment-author .fn {
  font-weight: 600;
  color: #0f172a; /* dark text */
  font-size: 0.98rem;
}
.comment .comment-meta {
  font-size: 0.85rem;
  color: #6b7280; /* muted */
  margin-left: 6px;
}

/* Content */
.comment .comment-content {
  margin-top: 6px;
  color: #111827;
  line-height: 1.55;
  font-size: 0.96rem;
}

/* Reply link (small button look) */
.comment .reply {
  margin-top: 10px;
}
.comment .reply a,
.comment .comment-reply-link {
  display: inline-block;
  padding: 6px 10px;
  background: transparent;
  border: 1px solid rgba(15,23,42,.06);
  color: #0f172a;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.88rem;
}
.comment .reply a:hover,
.comment .comment-reply-link:hover {
  background: rgba(17,24,39,0.04);
}

/* Nested replies (children) */
.comment .children,
.children {
  margin-left: 72px; /* align under comment body, leave room for avatar */
  margin-top: 12px;
  padding-left: 0;
}

/* Smaller, lighter look for pingbacks / trackbacks */
.comment.pingback,
.comment.trackback {
  padding: 12px 16px;
  font-style: italic;
  background: #fbfbfb;
}

/* ----------------- Comment form ----------------- */
.comment-respond {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.04);
  border-radius: 8px;
  background: #fff;
}
.comment-respond .comment-reply-title {
  margin: 0 0 12px;
  font-size: 1.1rem;
}
.comment-respond label {
  display: block;
  font-size: 0.88rem;
  color: #374151;
  margin-bottom: 6px;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(15,23,42,.06);
  border-radius: 8px;
  font-size: 0.95rem;
  background: #fff;
  color: #0f172a;
  box-sizing: border-box;
}
.comment-respond textarea { min-height: 140px; resize: vertical; }
.comment-respond .form-submit {
  margin-top: 12px;
}
.comment-respond .submit {
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--wp-admin-theme-color, #0d6efd);
  color: #fff;
  border: 0;
  cursor: pointer;
  font-weight: 600;
}
.comment-respond .submit:hover { opacity: .95; }



/* Minor utilities */
.bypostauthor { outline: 2px solid rgba(34,197,94,.08); border-radius:6px; padding:10px; }

.property-page .elementor-element .video_search_filters {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 9;
}
.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: .5rem;
  margin-bottom: 1rem;
}
ul.row.amenities {
    list-style: none;
    padding: 0px 6px;
    margin-bottom: 10px;
}
ul.row.amenities li, .list-unstyled li{

    margin-bottom: 10px;
}
.booking-btn {
    margin-top: 50px;
}

.agent_contact {
    margin-top: 50px;
}
h3.common_heading {
    margin-top: 50px;
    margin-bottom: 20px;
}
p.property-price .price {
    font-size: 26px;
    margin-top: 10px;
	margin-right:20px;
}
ol.breadcrumb .breadcrumb-item a{
	color:var(--light-brand);
}
.post-content blockquote {
  padding: 1rem;
  border-left: 4px solid #0d6efd;
  background: #f8f9fa;
  margin: 1.5rem 0;
}

.property-page .card-img-top {
  min-height: 240px;
}
.property-page .container-xxl {
  max-width: 90%;
}
.property-page .entry-content  .explore_category .card {
    text-align: center;
}
.property-page .entry-content  .explore_category .card-img-top {
    min-height: 50px;
    max-width: 50px;
    margin: 15px auto 0;
}
.property-page .entry-content .latest-blog  .h_ead h2{
	margin-bottom:-10px;
}
.property-page .entry-content .latest-blog h2 {
    text-align: center;
    color: #333;
    font-size: 2rem;
	margin-bottom:30px;
	margin-top:80px;
}
.property-page .entry-content  .how_it_works p{
	 color: #333;
}
.property-page .entry-content  .how_it_works h5 {
    font-size: 1.25rem;
	 color: #333;
}
.property-page .entry-content  .how_it_works .mid_item{
	margin-right: 5px;
	margin-left: 5px;
}
.property-page .entry-content  .how_it_works .elementor-icon svg {
    display: block;
    height: 100px;
    position: relative;
    width: 100px;
}
.property-page .entry-content  .how_it_works .last_item {
	margin-left:10px;
}
.property-page .entry-content  .how_it_works .first_item
 {
    margin-right: 10px;
}
.property-page .entry-content  .explore_category  h2 {
    text-align: center;
    color: #333;
    font-size: 2rem;
	    margin-bottom: -12px;

	
}
ul.elementor-icon-list-items li {
    line-height: 35px;
}

ul.elementor-icon-list-items li span {
    font-size: 18px;
    font-weight: 500;
    color: #333 !important;
}
.property-page .contact-us .wpcf7-submit:hover{
	opacity:.8;
}
.property-page .contact-us .wpcf7-submit {
	background: #007db8;
	border-color: #007db8;
    color: #fff;
    padding: 10px 40px;
    min-width: 200px;
    margin-bottom: 80px;
}
ul.elementor-icon-list-items li svg {
    fill: #007db8 !important;
    color: #007db8 !important;
	width: 20px !important;
    height: 20px !important;
}
.property-page .contact-us h3 {
    color: #333;
}
.property-page .contact-us .form-control{
    padding: 14px 7px;
    color: #000;
}
.property-page .entry-content  .explore_category {
    padding-top: 80px !important;
}

.property-page .entry-content .elementor_container {
	width: 100%;
    max-width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
}

.property-page .elementor-element {
  margin: 0px;
  padding: 0px;
}

body,
html {
  margin: 0;
  font-family: system-ui, sans-serif;
  color: var(--text-dark);
}
.property-page .btn-success {
  background: #007db8;
  border-color: #007db8;
}
.position-relative a.property-image {
    display: block;
}
p.social  .facebook{
	padding-left:10px;
}
p.social {
    display: flex;
    justify-content: center;
}

p.social svg {
    display: block;
    width: 28px;
    height: 22px;
    fill: #fff;
    margin: 0 2px;
}
ul#menu-footer-menu {
    display: block;
}

ul#menu-footer-menu li {
    display: inline-block;
    padding: 0 10px;
    text-decoration: underline;
}
.property-page .btn-outline-success:hover {
  border-color: #007db8;
  color: #333;
  opacity:.7;
  background: #fff;
}
.property-page .btn-success:hover {
  background: #007db8;
  border-color: #007db8;
  opacity:.7;
}
.property-page .btn-outline-success {
  border-color: #007db8;
  color: #333;
}
.navbar {
  background: var(--dark-brand);
}
.navbar-brand,
.nav-link {
  color: var(--text-white) !important;
}
.navbar-nav .menu-item a {
 font-size: 22px;
    font-weight: 700;
    font-family: cursive;
    color: var(--text-white);
    text-decoration: none;
    padding: 0px 15px;
    word-spacing: -3px;
}
.mb5 {
    margin-bottom: 5px;
}
/* Hero video section */
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.property-page .hero {
    position: relative;
    max-height: 100vh;
}
.video_search_filters  .hero-content {
	position: absolute;
    text-align: center;
    color: var(--text-white);
    top: 34%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    z-index: 9;
    left: 50%;
    min-width: 1024px;
}
.hero-content h1 {
  font-size: 3rem;
  font-weight: 900;
}
.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.inner_banner h1.elementor-heading-title.elementor-size-default {
    text-align: center;
    font-size: 4rem;
    color: #ffffff;
    padding: 150px 0;
}
.inner-filter-search .search-box {
    background: #ededed;
    margin: 80px 0 20px;
}
.search-box {
  background: var(--text-white);
  padding: 20px;
  border-radius: 8px;
}
.price {
  color: var(--brand);
  font-weight: 700;
}
footer.entry-footer.default-max-width {
    display: none;
}
footer.footer {
  background: #333;
  color: #eee;
  padding: 40px 0;
  margin-top:50px;
}
footer.footer  a {
  color: var(--text-white);
  text-decoration: none;
}
.parallax-section {
  background-image: url("./assets/images/paradisebg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 60vh;
}
.parallax-section h2,
.parallax-section p {
  color: var(--text-white);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}
.property-page .stats > .elementor-element{ gap:0}
.stats {
  background: var(--brand);
  
}
.property-page  .stats h3 {
  font-size: 2.5rem;
  margin: 10px 0 0 0;
  color: var(--text-white);
}
.property-page  .stats p {
 
  color: var(--text-white);
}
.custom-logo-link img {
  max-width: 80px;
  height: auto;
}
@media (max-width: 768px) {
	.property-page .entry-content  .hero,.property-page .entry-content  .hero .e-hosted-video {
		height:100vh;
	}
	.property-page .entry-content .how_it_works .first_item, .property-page .entry-content .how_it_works .last_item{
		margin:0px
	}
	.property-page .entry-content .how_it_works .mid_item {
		margin-right: 0;
		margin-left: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.video_search_filters .hero-content{
		min-width:100%;
		position: relative;
    text-align: center;
    color: var(--text-white);
    top: 30px;
    transform: unset;
    padding: 0 15px;
    z-index: 9;
    left: unset;
	}
  .hero-content h1 {
    font-size: 2rem;
  }
  .inner_banner h1.elementor-heading-title.elementor-size-default {
    text-align: center;
    font-size: 3rem;
    color: #ffffff;
    padding: 50px 0;
}
.wpcf7-form{
	margin-top:60px;
}
.nav-tabs li {
    background: #d4af37;
    padding: 4px 28px;
    border-right: 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
}
