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

:root {
  --brand: #28A8F4;
  --dark-brand: #28A8F4;
  --light: #f9f9f9;
  --text-dark: #222;
  --text-white: #fff;
  --grey:#eee;
  --footer_head:#1b3942
}
body {
    font-family: halyard-display;
}
.date-input{
	color:#fff;
}
.date-input::-webkit-calendar-picker-indicator {
  filter: invert(1);   /* makes it white */
  cursor: pointer;
	color:#fff;
}
.ribbon {
	background-color: #CC333F;
    z-index: 9;
    position: absolute;
    bottom: 32px;
    right: -78px;
    transform: rotate(-45deg);
    width: 262px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    padding: 7px 4px;
}
/* Firefox */
.date-input {
  color-scheme: #fff;  /* turns calendar icon white */
	
}
.full-container{
    display: flex;
    flex-wrap: inherit;
   
    justify-content: space-between;
    width: 100%;
    padding: 0 5%;
}
.property-single-page .availability_calendar .carousel-control-prev-icon {
    background-image: url('./assets/images/left.svg');
}
p.not-found {
    text-align: center;
    max-width: 760px;
    margin: 35px auto;
    border: 1px solid var(--brand);
    padding: 13px 0;
    font-size: 25px;
    color: var(--brand);
    text-transform: uppercase;
}
.property-single-page .availability_calendar .carousel-control-next-icon {
    background-image: url('./assets/images/right.svg');
}
a.gallery-lightbox {
    max-height: 600px;
    overflow: hidden;
    display: block;
}
table.cal.sticky-enabled {
    width: 100%;
    background: #ecf8fc;
}

table.cal.sticky-enabled td, table.cal.sticky-enabled th {
    border: 2px solid #bdb8b8;
}
td.calreserved {
    background: #ffca00;
}
.calnotavailable{
	background:#f00;
}
a.gallery-lightbox:hover span.image-icon{
	display:block;
}
span.image-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    background: rgba(255,255,255,.6);
    border-radius: 50%;
    min-width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
	display:none;
}span.image-icon svg {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.property-single-page .availability_calendar h3{
	font-size: 22px;
	margin-top:20px;
	color:var(--brand);
}
.property-single-page h1{
	font-size: 34px;
    font-weight: 400;
    font-family: cursive;
  
}
.property-single-page h3{
	font-size: 26px;
    font-weight: 400;
    font-family: cursive;
  
}
.property-page .property-card h3.card-title {
    font-size: 34px;
    font-weight: 400;
    font-family: cursive;
    text-align: center;
    margin-top: calc(450px / 6);
}
.pagination .page-numbers {
    border: 2px solid var(--brand);
    padding: 6px 14px;
    margin: 0 3px;
    font-weight: bold;
    color: var(--brand);
}
.property-page .property-card h5 {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid var(--brand);
    max-width: 210px;
    margin: 20px auto 0;
    padding-bottom: 17px;
}

.property-page .property-card p.price {
    text-align: center;
    margin-top: 15PX;
    font-size: 26px;
    font-weight: normal;
    font-style: italic;
    font-family: cursive;
    opacity: 0.7;
}

.property-page .property-card ul.list-inline {
    text-align: center;
}
.property-page .property-card a.btn-property:hover{
	opacity:.4;
}
.property-page .property-card  .property-btn-grp {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
}
.property-page .property-card a.btn-property {
      max-width: 257px;
    margin: 0 auto;
    display: block;
    padding: 14px;
    font-size: 20px;
    border-radius: 0px;
    border: 2px solid var(--brand);
    text-align: center;
    text-decoration: none;
    color: var(--brand);
    font-weight: 600;
}
.property-page .property-card ul.list-inline li {
    margin: 0 4px;
    padding: 0;
}
.property-page .property-lists {
    padding-left: 0px;
}
.property-lists .property-image{
	max-height:450px;
	overflow:hidden;
	display:block;
	position:relative;
}
.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after{
	background-image:unset;
}
.background_flex_section .elementor-widget-heading h4.elementor-heading-title {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.background_flex_section .elementor-widget-heading h2.elementor-heading-title {
    font-size: 32px;
    text-align: center;
    color: #fff;
	font-weight:normal;
}

.background_flex_section .elementor-widget-text-editor p {
    font-size: 16px;
    color: #fff;
	 text-align: center;
	padding:0 20px;
}
.background_flex_section {
    justify-content: center;
    align-items: center;
	background:var(--brand);
}
    .inner-banner {
      background: url('https://rainbowisleescapes.com/wp-content/uploads/2025/09/Long-Beach-Townhouses-5-1-1-scaled.jpg') center/cover no-repeat;
      min-height: 350px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #fff;
    }
    .inner-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.25); /* overlay */
    }
    .inner-banner .banner-content {
      position: relative;
      text-align: center;
      z-index: 1;
    }
    .inner-banner h1 {
      font-size: 3.5rem;
      font-weight: bold;
    }

td.reserved {
    background:#ffca00;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
	cursor:auto;
}
td.selfbooking {
    background:#3b6ed4;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
	cursor:auto;
}
td.booked,td.booking {
    background:#f00;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
	cursor:auto;
}
.availability_calendar table tr td, .availability_calendar table tr th{
	text-align:center;
	cursor:pointer;
}
.property-page .property-price .price {
    text-align: center;
    margin-top: 15PX;
    font-size: 26px;
    font-weight: normal;
    font-style: italic;
    font-family: cursive;
    opacity: 0.7;
}
button.navbar-toggler .navbar-strike {
   width: 34px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 7px 0;
    cursor: pointer;
}
 .navbar {
      transition: all 0.3s ease;
    }
    
    .navbar.scrolled {
     background-image: url('./assets/images/hbg.png');
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
      box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    }
.property-page .bg-success{
	background-color:var(--brand) !important;
}
nav.navbar {
    
    padding: 4px 0;
    border: 1px solid #959595;
}
.container-property h5.card-title {
    min-height: 48px;
   
}
.video_url svg {
    width: 30px;
    margin-right: 13px;
    fill: #002349 !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

}
.table-striped>tbody>tr >th:last-child, .table-striped>tbody>tr >td:last-child{
	border-right:0px;
}
.table-striped>tbody>tr >th, .table-striped>tbody>tr >td {
    border-right: 2px solid #ddd;
}
.nav-tabs li {
    background: var(--brand);
    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:  var(--brand);
	border-color: var(--brand);
	    text-decoration: underline;
    
}
.property-page  .elementor-posts .elementor-post__card .elementor-post__read-more{
	color:  var(--brand);
}
.property-page .elementor-widget-posts .elementor-post__card .elementor-post__badge{
	 background: var(--brand);
}
td.selfreserved {
    background:#c0ff00;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
	cursor:auto;
}
/* ---------- 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;
}
.product-item{
    max-height:500px;
    overflow:hidden;
}
.property-page .card-img-top {
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
}
.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: #002349;
	border-color: #002349;
    color: #fff;
    padding: 10px 40px;
    min-width: 200px;
    margin-bottom: 80px;
}
ul.elementor-icon-list-items li svg {
    fill: #002349 !important;
    color: #002349 !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;
	border: 1px solid #a9a7a7 !important;
}
.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: var(--brand);
  border-color:var(--brand);
}
.position-relative a.property-image {
    display: block;
}
p.social  .facebook{
	padding-left:10px;
}
p.social span{
    display:flex;
}
p.social  strong {
    font-weight: bold;
    margin-bottom: 3px;
    display: inline-block;
    margin-left: 8px;
}

p.social svg {
display: block;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    border: 1px solid #bbb6b6;
    padding: 5px 5px;
}
ul#menu-footer-menu {
    display: block;
}

ul#menu-footer-menu li {
    display: inline-block;
    padding: 0 10px;
   
}
ul#menu-footer-menu li a:hover{
     text-decoration: underline;
}
.property-page .btn-outline-success:hover {
  border-color: #002349;
  color: #333;
  opacity:.7;
  background: #fff;
}
.property-page .btn-success:hover {
  background: #002349;
  border-color: #002349;
  opacity:.7;
}
.property-page .btn-outline-success {
  border-color: #002349;
  color: #333;
}

.navbar-brand,
.nav-link {
  color: var(--text-white) !important;
}
.navbar-nav .menu-item{
    padding:0px 15px;
}
.navbar-nav .menu-item a {

    font-size: 16px;
    font-weight: 500;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--text-white);
    text-decoration: none;
    text-align: center;
    
}
.navbar-nav .menu-item a span {
    font-size: 12px;
    display: block;
    text-transform: lowercase;
}
.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.25);
  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: 50%;
    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: var(--brand);
    margin: 40px 0 20px;
}
.property-page .inner-filter-search form.filters-form .filter-box button.btn.btn-success {
    border: 1px solid #fff;
    padding: 10px 13px 11px ;
    top: 0px ;
}
.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 {
     border-top: 1px solid #f5f3f3;
  padding: 40px 0 0;
  margin-top:50px;
}
footer.footer .copyright_section{
    background:var(--grey);
    padding-top: 35px;
    padding-bottom: 15px;
}
footer.footer .copyright_section p, footer.footer .copyright_section a {
    color: #000;
}

footer.footer .copyright_section ul li a {
    border: 0px;
}
footer.footer  a {
  color: var(--text-white);
  text-decoration: none;
}
.full-container.first_section {
    margin-bottom: 30px;
}
p.footer-logo img {
    max-width: 250px;
    margin: 5px 0;
}
footer.footer .first_section .col ul li.menu_icon {
    display: inline-flex;
    width: 48%;
    border: 1px solid #ddd;
    padding: 3px;
    min-height: 107px;
    align-items: center;
    margin-bottom: 1px;
    justify-content: center;
}

footer.footer .first_section .col ul li.menu_icon img {
    max-width: 100%;
}
footer.footer .col h3 {
    color: var(--footer_head);
    font-size: 22px;
    font-weight: 500;
}
footer.footer .first_section .col {
    padding: 0 20px;
}
footer.footer .first_section .col:first-child {
    min-width: 30%;
}
footer.footer .first_section .col ul li {
    padding-bottom: 10px;
}

footer.footer .first_section .col ul li a:hover{
    text-decoration:underline;
}
footer.footer .first_section .col ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

footer.footer .first_section .col p , footer.footer .first_section .col ul li a {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    color: #102227;
    font-family: halyard-display,sans-serif;
}
.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: 210px;
  height: auto;
}
/*Range slider*/
input[type='range'] {
  width: 210px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
    outline: none;
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
    background: none;
}
input[type='range']::-webkit-slider-runnable-track {
  width: 200px;
  height: 1px;
  background: #003D7C;
}

input[type='range']:nth-child(2)::-webkit-slider-runnable-track{
  background: none;
}

form.filters-form {
    display: flex;
	justify-content: center;
}



.front-page-search-box .search-box {
    background: rgba(0,0,0,.4);
}
input[type='range']::-webkit-slider-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background: #fff;
  border: 1px solid #003D7C;
  border-radius: 25px;
  z-index: 1;
}

form.filters-form .filter-box > .form-control::placeholder {
  color: #fff;
}

form.filters-form .filter-box > .form-control, form.filters-form .filter-box > .form-select {
    background: transparent;
    color: #fff;
    padding: 12px 4px;
    border-radius: 0px;
}

form.filters-form .filter-box > .form-select option {
    color: #000;
}

input[type='range']:nth-child(1)::-webkit-slider-thumb{
  z-index: 2;
}
form.filters-form .filter-box:last-child{
	min-width:auto;
	max-width:75px;
}
.property-page form.filters-form .filter-box  .btn-success {
    padding: 12px 13px 12px;
    border-radius: 0px;
    top: -1px;
    position: relative;
}

button.ui-datepicker-trigger {
    position: absolute;
    width: 28px;
    height: 28px;
    border: 0px;
    padding: 0px;
    margin: 0;
    background: transparent;
    right: 2px;
    top: 10px;
    cursor: pointer;
}
form.filters-form .filter-box {
    padding: 0 2px;
	    min-width: calc(100% / 6.2);
	position:relative;
}
.rangeslider select option{
	color:#000;
}
.rangeslider select {
    color: #fff;
    background: transparent;
    padding: 12px 0px;
    border: 0px;
    font-weight: normal;
	outline:none;
}

.rangeslider {
    border: 1px solid #fff;
}
/* Parent LI should be relative */
.menu-item-has-children {
    position: relative;
}

/* Sub Menu Base */
.menu-item-has-children .sub-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    border-radius: 0px;
    min-width: 200px;

    position: absolute;
    top: 100%;
    left: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;

    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    z-index: 999;
}

/* Hover Open */
.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Submenu Links */
.navbar-nav .menu-item .sub-menu li a {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
    text-align:left;
}

.sub-menu li a:hover {
    background: #f5f5f5;
    color: #000;
}

/* Hide existing + and - icons */
.sub-menu-toggle .icon-plus,
.sub-menu-toggle .icon-minus {
    display: none !important;
}

/* Add Chevron Down (default) */
.sub-menu-toggle {
 position: relative;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 0px;
    color: #fff;
    top: 2px;

}


/* Chevron down icon */
.sub-menu-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translate(-50%, -60%) rotate(45deg);
    transition: transform 0.3s ease;
}

/* When submenu open → rotate to chevron UP */
.sub-menu-toggle[aria-expanded="true"]::after {
    transform: translate(-50%, -40%) rotate(-135deg);
}
.about_web .elementor-widget-heading .elementor-heading-title {
    font-weight: 300;
    line-height: 1.5em;
    color: #1b3942;
    font-size: 45px;
    font-family: verdigris-mvb-pro-big, sans-serif;
    text-align: center;
    margin-top: 100px;
}
.about_web .elementor-widget-text-editor p {
 text-align: center;
    font-family: halyard-display, Sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #1b3942;
    line-height: 35px;
    max-width: 70%;
    margin: 0 auto;
}
.slider_section .elementor-widget-heading .elementor-heading-title {
    font-weight: 300;
    line-height: 1.5em;
    color: #1b3942;
    font-size: 45px;
    font-family: verdigris-mvb-pro-big, sans-serif;
    text-align: center;
    margin-top: 100px;
}
.slider_section .elementor-widget-text-editor p {
 text-align: center;
    font-family: halyard-display, Sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #1b3942;
    line-height: 35px;
    max-width: 70%;
    margin: 0 auto;
}
.inner-carousel .owl-nav button span:hover{
    opacity:1;
}
.inner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.inner-carousel .owl-nav button span {
    font-size: 40px;
    border: 3px solid var(--brand);
    display: block;
    height: 40px;
    line-height: 24px;
    width: 40px;
    cursor: pointer;
    border-radius: 50%;
    opacity: .7;
    color: var(--text-white);
}
.outer-carousel > .owl-nav {
  position: absolute;
    top: -53px;
    width: 100%;
    
    justify-content: end;
    padding: 0 10px;
}
.outer-carousel > .owl-nav{
    display:flex !important;
}
.outer-carousel > .owl-nav button span:hover{
    opacity:1;
}
.outer-carousel > .owl-dots {
    text-align: center;
    margin-top: 25px;
}
.outer-carousel > .owl-dots button.owl-dot.active{
    background:var(--brand);
}
.outer-carousel > .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: #6c6c6c;
    margin: 3px;
    border-radius: 50%;
    cursor: pointer;
}
.outer-carousel > .owl-nav button span {
    font-size: 40px;
    border: 3px solid var(--brand);
    background:var(--brand);
    display: block;
    height: 40px;
    line-height: 24px;
    width: 40px;
    cursor: pointer;
    border-radius: 50%;
    opacity: .7;
    color: var(--text-white);
    margin:4px;
}
.inner-carousel {
    position: relative;
}
.about_web  .elementor-widget-button .elementor-button {
    background-color: var(--brand);
    font-family: halyard-display, Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: var(--text-white);
    color:var(--text-white);
    border-radius:6px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--brand);
    padding: 15px 30px;
    margin-top:20px;
    margin-bottom:50px;
}
.grey_bg {
    background:var(--grey);
}
.image_text_section   .elementor-image-box-content h3 {
    font-size: 44px;
    font-weight: 400;
    font-family: verdigris-mvb-pro-big,sans-serif;
    margin-bottom: 30px;
    color: #1b3942 !important;
}

.image_text_section .elementor-image-box-content p.elementor-image-box-description {
    font-size: 20px;
    font-weight: 300;
    font-family: halyard-display,sans-serif;
  
    color: #1b3942;
}
.image_text_section .elementor-image-box-content p.elementor-image-box-description a:hover{
    text-decoration:underline;
}

.contact_address img {
    padding-right: 70px;
    height: auto !important;
}
.image_text_section .elementor-image-box-content p.elementor-image-box-description a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--text-white);
    background: var(--brand);
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--brand);
    padding: 12px 30px;
    margin-bottom: 50px;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 30px;
}

.image_text_section .elementor-widget-image-box .elementor-image-box-content {
    padding: 0 40px;
}

.image_text_section figure.elementor-image-box-img img {
    min-height: 400px;
    border-radius: 10px;
}



.image_text_section .elementor-image-box-wrapper {
    padding: 80px 0;
}
.page-id-1018 .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{
    height:90% !important;
}
.inner_page .elementor-widget-text-editor ul li{
    font-family: halyard-display, Sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #1b3942;
    line-height: 35px;
    margin-left: 35px;
}
.inner_page .elementor-widget-text-editor p {
    font-family: halyard-display, Sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #1b3942;
    line-height: 35px;
    max-width: 90%;
    margin: 0 auto;
}
.left_sidebar .elementor-widget-image img {
    min-height: 98%;
}

.left_sidebar .elementor-widget-heading .elementor-heading-title {
    font-size: 30px;
    padding-left: 20px;
    margin-bottom: 0px;
    color: #1b3942;
}
.add_listing {
    background: var(--grey);
    padding: 20px !important;
    border-radius: 8px !important;
    max-width: 90%;
    margin: 10px auto 0 !important;
}
.add_listing .elementor-widget-button a{
    background-color: var(--brand);
    font-family: halyard-display, Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: var(--text-white);
    color: var(--text-white);
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--brand);
    padding: 15px 30px;
    
}
.add_listing .elementor-widget-text-editor h3 {
    font-size: 30px;
    font-weight: 500;
    color: #1b3942;
    text-align: center;
}

.add_listing .elementor-widget-text-editor p {
    text-align: center;
}
/* -------- MOBILE FIX -------- */
@media (max-width: 991px) {
    .sub-menu-toggle {
 position: absolute;
    width: 20px;
    height: 20px;
    background: var(--brand);
    border: 0px;
    color: #fff;
    top: 1px;
    right: 14px;

}
    .navbar-nav  button.sub-menu-toggle[aria-expanded="false"] + .sub-menu {
    display: none;
}
    .navbar-nav .menu-item a {
    color: #000;
    text-align: left;
}

.navbar-nav > .menu-item  > a {
    margin-bottom: 20px !important;
    display: block;
}

.navbar-nav {
    background: #fff;
}

.navbar-nav ul#primary-menu-list {
    border: 0px;
}
        footer.footer .full-container{
            flex-wrap: wrap;
        }
        footer.footer .full-container .col {
           margin-bottom: 25px;
            flex: 0 0 100%;
        }
        .image_text_section .elementor-widget-image-box .elementor-image-box-content {
            padding: 0 5px;
        }
        .image_text_section .elementor-image-box-content p.elementor-image-box-description a{
            margin-bottom:0px;
        }
        .about_web .elementor-widget-text-editor p{
           max-width: 100%;
        }
    /* Mobile dropdown inside column */
    .menu-item-has-children .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding-left: 20px;
        background: transparent;
    }

    /* Toggle button visible */
    .menu-item-has-children > .sub-menu-toggle {
        display: inline-block;
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
	form.filters-form .filter-box:last-child{
		max-width:150px
	}
	.striped_table {
    width: 100%;
    overflow-y: scroll;
}
	.property-page .property-card h3.card-title{
		margin-top:40px;
	}
	.property-card .position-relative {
    min-height: 391px;
}
	.property-page .property-lists {
    padding-left: 0px;
    padding-right: 0px;
}
	.inner-banner h1 {
    font-size: 2.5rem;
   
}
	.paddtop > .e-con-inner{
		padding-top:0px !important;
	}
	form.main-filter-form.filters-form {
    flex-wrap: wrap;
}
	.background_flex_section{
		padding:25px 4px !important;
	}	
.navbar-nav {
    margin-top: 8px;
    border-top: 1px solid #eee;
    padding-top: 24px;
    padding-bottom: 10px;
}
	.navbar-nav .menu-item {
    line-height: 35px;
}

form.filters-form .filter-box {
    width: 100%;
    margin-bottom: 15px;
}

	.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: 80px;
    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: var(--brand);
    padding: 4px 28px;
    border-right: 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
}
