    :root {
      --main-blue: #2d6cdf;
      --light-blue: #eaf2ff;
      --text-color: #333;
    }
    body {
      background-color: #ffffff;
      color: var(--text-color);
    }
   
    .hero {
      background-color: #295285d4;
      color: white;
      padding: 60px 20px;
      text-align: center;
    }
	
	.hero2 {
  background: 
    linear-gradient(rgba(41, 82, 133, 0.97), rgba(41, 82, 133, 0.97)),
    url('../slider/banner1.jpg') center center/cover no-repeat;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

	
	
    .cta-button, .btn-success {
      background-color: #295285d4;
      border-color: #295285d4;
    }
    .cta-button:hover, .btn-success:hover {
      background-color: #1d56c1;
      border-color: #1d56c1;
    }
    .btn-outline-success {
      color: #295285d4;
      border-color: #295285d4;
    }
    .btn-outline-success:hover {
      background-color: var(--main-blue);
      color: white;
    }
    .section-title {
      margin: 60px 0 30px;
      text-align: center;
	  text-transform:capitalize;
    }
    	footer {
  background-color: #1c345e;
  color: #f1f1f1;
  padding: 40px 0;
}

footer a {
  color: #f1f1f1;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
  color:#fff
}
    a {
      color: #295285d4;
    }
    a:hover {
      color: #1d56c1;
    }

  .navbar-transparent {
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease; 
  height: 66px;
  
}
.navbar-scrolled {
  background: #295285d4 !important;
}
	
	
    .navbar .nav-link,
    .navbar-brand {
      color: #000 !important;
      
    }
	
	.navbar .nav-link:hover ,
    .navbar-brand:hover {
      color: #000 !important;
      
    }
	
	
	
    .carousel .carousel-item img {
      filter: brightness(70%);
    }
	
	
.dropdown-menu{
    background: #fff;
    margin-top: -5px !important;
    border-radius: 0;
    border: 0;
}
	
	
	
	/* Container utama share & print */
.share {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Tombol utama share dan print */
.share a#print,
.share a#social-share,
.share a.print {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #28a745;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: background 0.3s, transform 0.2s;
}

.share a#print:hover,
.share a#social-share:hover,
.share a.print:hover {
  background-color: #218838;
  transform: scale(1.05);
}

/* Tooltip (opsional jika ingin tooltips) */
.share a[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(-8px);
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.share a[data-tooltip]:hover::after {
  opacity: 1;
}

/* Kotak media sosial */
.social-media-container {
  position: absolute;
  top: 54px;
  right: 0;
  display: flex;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 10;
}
.social-media-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Ikon sosial media */
.social-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ddd;
  color: #fff;
  transition: background 0.3s;
}
.social-icon svg {
  width: 18px;
  height: 18px;
  fill: white;
}

/* Warna per sosial media */
.social-icon.facebook { background-color: #3b5998; }
.social-icon.twitter { background-color: #1da1f2; }
.social-icon.whatsapp { background-color: #25d366; }
.social-icon.telegram { background-color: #0088cc; }

.social-icon:hover {
  filter: brightness(1.1);
  transform: scale(1.05);
}

	

.card img {height:250px;}



 .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  color: #007bff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-numbers:hover {
  background-color: #e9ecef;
  color: #0056b3;
}

.page-numbers.current {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  pointer-events: none;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

.pagination li {
  display: inline;
}
  

.contain {
    border: 1px solid #F1F1F1;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}



  .property-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }
  .property-table tr:nth-child(odd) {
    background-color: #fbfbfb;
  }
  .property-table tr:nth-child(even) {
    background-color: #e9e9e9;
  }
  .property-table th, .property-table td {
    padding: 10px;
   
    text-align: left;
  }
  .property-table th {
    background-color: #007BFF;
    color: white;
  }
  
  
  
.price-label {
    
    background: #295285d4; 
    color: #fff;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 24px;
    
}

/* Posisi absolute untuk desktop */
@media (min-width: 768px) {
    .price-label {
    position: absolute;
    top: 630px;
    right: 120px;
	width:auto;
    }
	.bgcari {width:100%;filter: brightness(60%);}
   .kotakcari {background:#f9f9f9; margin-top:-140px;border-radius: 5px; border:0 !important;}
   #cariwilayah input[type="submit"] { width:auto; !important;}
   .single-title {margin-top:70px}
}

/* Posisi normal (bawah gambar) untuk mobile */
@media (max-width: 767px) {
    .price-label {
        display: block;
        text-align: center;
        margin:auto;
        margin-bottom: 30px;
		width:auto;
    }
	
	.single-title { text-align: center;}
	
	
}


.crumbs {
    padding: 5px 5px 5px 0;
	margin-top:60px;
    margin-bottom: 5px;
    font-size: 85%;
}


  .single-title  { text-transform: capitalize;}
   
   #cariwilayah input[type="submit"] {
    position: relative;
    z-index: 100;
	
}

.property-share {display:block;width:100%;height:auto;border-bottom:1px dashed #ccc;padding-bottom:60px;margin-bottom:20px;}
	.share-icon {width:auto;float:right;display:block; }
	
	.property__print {
    display: flex;
    position: relative;
}

.property__print a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 1rem;
    position: relative;
    text-align: center;
    color: rgba(128, 128, 128, .5);
}
.property__print svg {fill:#ccc}

#social-share {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

  
  
/* Gaya umum untuk form */
.form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 15px;
}

/* Label di atas input field untuk tampilan mobile */
@media (max-width: 768px) {
    .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .form-group label {
        margin-bottom: 5px;
        font-weight: normal;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
    }
}

/* Label di sebelah kiri dengan input di sebelah kanan untuk desktop */
@media (min-width: 769px) {
    .form-group {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .form-group label {
        width: 200px; /* Sesuaikan dengan lebar yang diinginkan */
        text-align: left;
        margin-right: 10px;
        font-weight: normal;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        flex-grow: 1;
        width: auto;
    }
	.form-group textarea {height:150px}
	.existing-images {
   width: 475px;
}

}

@media (min-width: 268px) { 
    .form-group p {
        margin: 0;
        padding: 8px 10px;
        flex: 1;
border: 1px solid #ededed;
    border-radius: 4px;
    background: #fbfbfb;
    }
}

select {
    appearance: none; /* Menghapus gaya default */
    -webkit-appearance: none;
    -moz-appearance: none;
 
    width: 100%;
 
    position: relative;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" width="22" height="22"><path fill="%23ccc" d="M7 10l5 5 5-5z"/></svg>'); /* Ikon panah */
    background-repeat: no-repeat;
    background-position: right 8px center; 
   
    cursor: pointer;
}			


.rhea_scale_animation img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

		



.grilist {margin-top:20px;}
.rhea_latest_properties_2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center
}

.rhea_latest_properties_2 .rhea_property_card_ele_stylish {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    width: 33.3333%;
    min-width: 310px
}

.rhea_latest_properties_2 .rhea_property_card_ele_stylish_inner {
    background: #f9f9f9;
   border:1px solid #f1f1f1;
}

.rhea_latest_properties_2 .rhea_thumbnail_wrapper {
    position: relative;
    display: flex;
    flex-direction: column
}

.rhea_latest_properties_2 .rhea_thumbnail_wrapper img {
    width: 100%;
    max-width: none
}

.rhea_latest_properties_2 .rhea_thumbnail_wrapper:hover .rhea_scale_animation img {
    transform: scale(1)
}

.rhea_latest_properties_2 .rhea_top_tags_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 9
}

.rhea_latest_properties_2 .rhea_permalink {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.rhea_latest_properties_2 .rhea_scale_animation img {
    transition: .5s all;
    transform: scale(1.1)
}

.rhea_latest_properties_2 .rhea_media_count {
    padding-left: 6px;
    padding-right: 6px
}

.rhea_latest_properties_2 .rhea_media {
    display: inline-block;
    background: rgba(0,0,0,.4);
    padding: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    border-radius: 4px 5px;
    vertical-align: middle;
    margin: 10px 4px
}

.rhea_latest_properties_2 .rhea_media:hover {
    background: #000
}

.rhea_latest_properties_2 .rhea_media svg {
    fill: #fff;
    width: 16px
}

.rhea_latest_properties_2 .rhea_media span {
    vertical-align: middle
}

.rhea_latest_properties_2 .rh_detail_wrapper_2 {
    padding: 30px
}

.rhea_latest_properties_2 .rhea_bottom_tags_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    display: flex;
    z-index: 9
}

.rhea_latest_properties_2 .rhea_price_fav_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.rhea_latest_properties_2 .rhea_price_fav_box svg {
    fill: #b3b3b3;
    height: auto
}

.rhea_latest_properties_2 .rhea_price_fav_box .rhea_fav_icon_box {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    align-items: center
}

.rhea_latest_properties_2 .rhea_price_fav_box .rhea_fav_icon_box .rhea_svg_fav_icons {
    display: inline-block;
    margin-left: 0;
    margin-right: 0
}

.rhea_latest_properties_2 .rhea_tags_wrapper {
    position: absolute;
    right: 0;
    top: 0
}

.rhea_latest_properties_2 .rhea_add_to_compare:hover svg {
    fill: var(--rh-global-color-secondary)
}


.rh_detail_wrapper_3 {
    padding: 20px 20px 15px 20px;
}

h3.rhea_heading_stylish {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.rhea_address_sty {
    margin-bottom: 10px;
    line-height: 1.5;
}
.rhea_address_sty a {
    display: inline-block;
    color: #1f79b8;
    text-decoration: underline;
    font-size: 14px;
}

.rhea_address_sty .rhea_address_pin {
    display: inline-block;
    vertical-align: text-top;
}

.rhea_address_sty .rhea_address_pin svg {
    fill: #1f79b8;
    width: 15px;
    margin-left: -2px;
}



.rh_prop_card_meta_wrap_stylish {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    margin-left: -7px;
    margin-right: -7px;
}
.rh_prop_card_meta_wrap_stylish .rh_prop_card__meta {
    padding: 0 7px 14px 7px;
}
.rh_prop_card_meta_wrap_stylish .rh_prop_card__meta .rhea_meta_titles {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    color: #1a1a1a;
}
.rh_prop_card_meta_wrap_stylish .rh_prop_card__meta .rhea_meta_icon_wrapper {
    margin-left: -5px;
    margin-right: -5px;
}

.rh_prop_card_meta_wrap_stylish .rh_prop_card__meta .rh_svg {
    fill: #b3b3b3;
}

.rh_prop_card_meta_wrap_stylish .rh_prop_card__meta .figure {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 5px;
    padding-right: 5px;
    color: #444;
}

.rhea_latest_properties_2 .rhea_price_fav_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rh_prop_card__priceLabel_sty span.rh_prop_card__status_sty {
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
    line-height: 1.2;
    display: block;
}

.rh_prop_card__priceLabel_sty .rh_prop_card__price_sty {
    font-size: 18px;
    color: #20b759;
    
    margin: 0;
    line-height: 26px;
}

.rhea_bottom_tags_box .rhea_property_types {
    margin: 15px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    align-self: center;
}

.rhea_bottom_tags_box .rhea_property_types small {
    display: inline-block;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: normal;
    z-index: 999;
    border-radius: 5px;
}

.rhea_soi_prop_status_sty {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}
.rhea_prop_status_sty {
    margin: 15px;
    color: #fff;
    background: #000;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    white-space: nowrap;
}

.rh_prop_card_meta_wrap_stylish .rh_prop_card__meta .custom-meta-icon-image, .rh_prop_card_meta_wrap_stylish .rh_prop_card__meta svg {
    width: 34px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

.rhea_address_sty a {
    
    text-decoration: none;
}

.rhea_address_sty  {
    display: inline-block;
   
  
    font-size: 14px;
}

	
form h3 {
        border-bottom: 2px solid #007bff;
        padding-bottom: 5px;
        margin-bottom: 10px;
		margin-top:20px;
        color: #333;
    }

    label {
        font-weight: bold;
        display: block;
        margin: 10px 0 5px;
    }

    input[type="text"],
	 input[type="url"],
	input[type="password"],
	input[type="email"],
    input[type="number"],
    select,
    textarea {
        width: auto;
        padding: 8px !important;
        margin-bottom: 10px;
       border: 1px solid #ededed;
    border-radius: 4px;
    background: #feffff;
    }

    textarea {
        height: 100px;
        resize: vertical;
    }

    input[type="file"] {
        border: none;
    }

    input[type="submit"] {
        background: #007bff;
        color: white;
        padding: 10px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        width: auto;
    }

    input[type="submit"]:hover {
        background: #0056b3;
    }

    #map {
        height: 300px;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    @media (max-width: 768px) {
        form {
            width: 100%;
        }
    }
	
	.existing-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}


  




.image-preview {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 120px;
}

.image-preview img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.image-preview input[type="checkbox"] {
    margin-top: 5px;
}

.custom-logo-link img {width:100%;height:50px;}

#navbarNav .user-icon {margin-right:20px;}

@media screen and (min-width: 768px) {
 
 #navbarNav .user-icon {margin-left:15px;}
  
}


.property-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.property-item:last-child {
    border-bottom: none;
}
.property-title {
    
    
    text-decoration: none;
}
.property-title:hover {
    color: #007bff;
}
.property-thumbnail img {
    object-fit: cover;
    width: 80px;
    height: 60px;
}


.property-info .property-date {
  font-size: 14px;
  color: #777;
  font-style: italic;
}



/* Default Sidebar */
.sidebar {

  
  line-height: 1.6;           /* biar lebih enak dibaca */
  margin-bottom:30px;
}

/* Judul Widget di Sidebar */
.sidebar .widget-title {
 
  margin-bottom: 10px;
  padding-bottom: 5px;
 
 
}

/* Link dalam Sidebar */
.sidebar a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.sidebar a:hover {
  color: #007bff;
  text-decoration: none;
}

/* Item list di Sidebar */
.sidebar ul {
  list-style:square;
  padding-left: 0;
  margin: 0;
  margin-left: 20px;
}

.sidebar ol {padding-left: 0; }

.sidebar ul li {
  margin-bottom: 10px;
  list-style:square;
 
}
.sidebar ul li:last-child {
  margin-bottom: 0;
}


.sidebar a.property-tag-badge {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff !important; /* paksa teks putih */
    background-color: #6c757d;
    border-radius: 0.5rem;
    margin: 0 0.25rem 0.25rem 0;
    text-decoration: none;
    transition: all 0.3s ease;
	text-transform:capitalize;
}

.sidebar a.property-tag-badge:hover {
    color: #000 !important; /* paksa teks hitam saat hover */
    background-color: #eee;
    text-decoration: none;
}

.sidebar footer,
.wp-block-group footer {
    color: inherit;           
    background: transparent;  
    font-size: inherit;       
    padding: 0;               
    margin: 0;                
}


.sidebar footer a,
.wp-block-group footer a {
    color: #0073aa;           
    text-decoration: none;   
}

.sidebar footer a:hover,
.wp-block-group footer a:hover {
    text-decoration: underline;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #1f3a6a !important; 
    border-color: #1f3a6a !important;     
    color: #fff !important;          
}

