		
		/* Container utama */
		.emoset_search_box_outer{
			font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
			margin: 0;
			padding: 0;
			box-sizing: border-box;
			background-color: #1a1a1a;
		}
			
        .emoset_search_box_container {
            display: flex;
			align-items: center;
			padding: 20px 10px 10px;
			
			margin: 20px auto;
			width: 90%;
        }

        /* Bagian teks di sebelah kiri */
        .emoset_search_box_text_container {
            text-align: left;
			margin-bottom: 20px;
			padding: 20px;
			position: relative;
        }
		#bgheader{
		filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3)); 
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); /*firefox etc*/
		transition: all 0.3s ease;
		}
#bgheader,
.emoset_logo-dom,
.emoset_search_box_txt-white,
.share-button-box {
    transition: background 0.3s ease, color 0.3s ease, backdrop-filter 0.3s ease;
}
		.emoset_search_box_txt-white{ color:#fff;transition: color 0.3s ease;}
        .emoset_search_box_h2 {
            font-size: 1.7rem;            
            margin-bottom: 10px;
            font-weight: 600; /* Poppins Bold */
        }

        .emoset_search_box_p {
            font-size: 1rem;            
            margin-bottom: 20px;
            font-weight: 400; /* Poppins Regular */
        }
		.emoset_search_box_txt-content{
			text-align: left;
			padding: 0px 10px 5px;
		}
        .emoset_search_box_btn_search {
		  background-color: #f5f5f5;
		  color: #898989;
		  padding: 10px 14px;
		  border-radius: 6px;
		  font-size: 0.875rem; 
		  font-weight: 500;
		  text-decoration: none;
		  white-space: nowrap; 
		  display: inline-block;
		  transition: background-color 0.3s ease;
		}

        .emoset_search_box_btn_search:hover {
            background-color: #444444;
			color: #fff;
        }

.emoset_lokasi-section {
  z-index: 0;
    position: relative;
    background: #ffffff;
    padding: 20px 0px;
}

.emoset_lokasi-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.emoset_lokasi-items {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.emoset_lokasi-btn {
  flex-shrink: 0;
  background-color: #f0f0f0;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.emoset_lokasi-btn:hover {
  background-color: #e0e0e0;
}

.emoset_active {
  background: linear-gradient(to right, #ff9800, #ffc107);
  color: #fff !important;
}


        /* Bagian carousel thumbnail */
        .emoset_search_box_carousel {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .emoset_search_box_carousel_container {
            display: flex;
            gap: 20px;
            padding-bottom: 10px; /* Untuk menghindari potongan thumbnail */
            overflow-x: auto;
            scroll-behavior: smooth;
            cursor: grab;
            user-select: none;
        }

        .emoset_search_box_carousel_container::-webkit-scrollbar {
            display: none; /* Sembunyikan scrollbar */
        }

        .emoset_search_box_thumbnail {
            flex: 0 0 auto;
            width: 250px;
            background-color: #fff;            
            border-radius: 10px;
            overflow: hidden;
            text-align: center;
            padding: 0px;            
            position: relative;
			
			box-shadow: 2px 4px 4px rgb(255 255 255 / 31%);
			transition: all 0.3s ease-in-out;
        	}
		a{ text-decoration:none;}
        .emoset_search_box_thumbnail img {
            max-width: 250px;
			border-radius: 5px 5px 0px 0px;
			height: 21rem;
			object-fit: cover;
        }

        .emoset_search_box_thumbnail h3 {
            font-size: 1.2rem;
			color: #333;
			margin: 0px 0px 10px 0px;
			font-weight: 700;
			line-height: 20px;
			font-family: system-ui;
			height: 60px;
		}

        .emoset_search_box_thumbnail p {
            font-size: 0.9rem;
            color: #666;
            margin: 5px 0;
            font-weight: 400; /* Poppins Regular */
			min-height: 20px;
        }
		.emoset_search_box_txt-price{font-size: 1.1rem;font-weight: 500;}
		.emoset_search_box_txt-sm1{
			font-size: 0.8rem !important;
		}
        /* Label di Thumbnail */
        .emoset_search_box_label {
            position: absolute;
            top: 10px;
            right: -25px;
            background-color: #ff5722;
            color: #fff;
            padding: 5px 20px;
            font-size: 0.6rem;
            transform: rotate(45deg);
            transform-origin: center;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            font-weight: 500; /* Poppins Medium */
        }

/* Label Type */
.emoset_search_box_label.ribbon-rounded {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff5722;
  color: white;
  font-size: 0.65rem;
  padding: 5px 12px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 0 0 4px white, 0 2px 8px rgba(0, 0, 0, 0.25);
  z-index: 5;
}

.emoset_search_box_label.bookmark-style {
  position: absolute;
  top: 0;
  right: 0;
  background: #00bcd4;
  color: #fff;
  font-size: 0.6rem;
  padding: 6px 14px;
  font-weight: bold;
  clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
  z-index: 5;
}
.emoset_search_box_label.ribbon-center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #673ab7;
  color: #fff;
  padding: 6px 18px;
  font-size: 0.65rem;
  font-weight: 600;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 5;
}
.emoset_search_box_label.ribbon-triangle {
  position: absolute;
  top: 10px;
  right: -30px;
  background-color: #ff5722;
  color: #fff;
  padding: 5px 30px;
  font-size: 0.7rem;
  transform: rotate(45deg);
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 15% 100%);
  z-index: 3;
}
.emoset_search_box_label.ribbon-notched {
  position: absolute;
  top: 12px;
  right: -35px;
  background-color: #ff6f00;
  color: #fff;
  padding: 6px 22px;
  font-size: 0.65rem;
  transform: rotate(45deg);
  font-weight: 600;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
  z-index: 3;
}
.emoset_search_box_label.ribbon-glossy {
  position: absolute;
  top: 12px;
  right: -30px;
  padding: 5px 24px;
  background: linear-gradient(135deg, #ff8a00, #ff5722);
  color: #fff;
  font-size: 0.68rem;
  font-weight: bold;
  transform: rotate(45deg);
  box-shadow: 0 3px 6px rgba(0,0,0,0.25);
  border-radius: 3px;
  z-index: 3;
}


        /* Warna Label Berbeda */
        .emoset_search_box_label.new_launching {
            background-color: #ff5722; /* Orange */
        }

        .emoset_search_box_label.best_selling {
            background-color: #4caf50; /* Green */
        }

        .emoset_search_box_label.full_furnished {
            background-color: #2196f3; /* Blue */
        }
		.emoset_search_box_logo-carousel{ width:80px;}
		.emoset_search_box_logo-grey-bold {
			color: #939393 !important;
			font-weight: bold;
			min-height: 20px !important;
		}
		@media screen and (max-width: 782px) {
			.emoset_search_box_container {				
				padding: 20px 0px 10px;
			}
			.emoset_search_box_carousel_container {            
            gap: 10px;            
        	}
			.emoset_search_box_text_container {				
				padding: 20px 20px 20px 0px;
				width: 50%;
			}
			.emoset_search_box_h2 {
            font-size: 1.2rem;
        	}
			.emoset_search_box_p {
            font-size: 0.8rem;  
        	}
			.emoset_search_box_thumbnail {				
				width: 170px;
				min-height: 355px;				
			}
			.emoset_search_box_thumbnail img {				
				object-fit: cover;
				height: 200px;
        		width: 100%;
			}			
			.emoset_search_box_thumbnail p {
            font-size: 0.9rem;            
            margin: 5px 0;    
			height: 20px;        
        	}
			.emoset_search_box_thumbnail h3 {
            font-size: 1.1rem;			
			margin: 0px;			
			line-height: 20px;	
			height: 50px;		
			}
		}

/*----------------------------------------- START SE ----------------------------------*/
/* Container untuk widget */
.emoset_search_box_se_container {
    width: 34rem;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

@media (max-width: 500px) {
  .emoset_hero-search input {    
    width: 150px;
}
}

/* Kotak pencarian */
.emoset_search_box_se_search_box {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: rgb(255 255 255 / 0%);
}

/* Tombol dropdown filter */
.emoset_search_box_se_dropdown_button {
    background: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
	border-radius: 20px 0px 0px 20px !important;
}

.emoset_search_box_se_dropdown_button:hover {
    background: #eeeeee;
	color: #333;
}
/* CSS untuk button variabel */
.emoset_search_box_se_dropdown_button_mid {
    background: #fff;
    border: none;
    padding: 10px 10px 10px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    margin-right: 0px;
	border-radius:0px;
}
.emoset_search_box_se_dropdown_button_mid:hover {
    background: #eeeeee;
    color: #333;
}
#emoset_search_box_se_variable_buttons{display: flex;}
@media screen and (max-width: 782px) {
.elementor-17492 .elementor-element.elementor-element-011ff31 img {
    width: 100%;
}
.emoset_search_box_se_container {
    max-width: 600px;    
}
#emoset_search_box_se_variable_buttons{
    position: absolute;
    top: 43px;
    justify-content: center;
    margin: auto;
    left: 30%;}
.emoset_search_box_se_dropdown_button_mid {    
    
}
}

/* Ikon dropdown */
.emoset_search_box_se_dropdown_icon {
    width: 16px;
    height: 16px;
}

/* Dropdown list */
.emoset_search_box_se_dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    display: none;
    z-index: 1000;
	width: 150px
}

.emoset_search_box_se_dropdown.show {
    display: block; 
}

.emoset_search_box_se_dropdown_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.emoset_search_box_se_dropdown_list li {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.emoset_search_box_se_dropdown_list li:hover {
    background: #f9f9f9;
}

/* Input pencarian */
.emoset_search_box_se_search_input {
    flex: 1;
    border: none;    
    font-size: 14px;
    outline: none;
}

/* Tombol search */
.emoset_search_box_se_search_button {
    background: #0073e6;
    border: none;
    color: #fff;
    padding: 14px 18px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 20px 20px 0px !important;
}

.emoset_search_box_se_search_button:hover {
    background: #005bb5;
}

/* Hasil pencarian */
.emoset_search_box_se_search_results {
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.emoset_search_box_se_results_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Item hasil pencarian */
.emoset_search_box_se_result_item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.emoset_search_box_se_result_item:hover {
    background: #f9f9f9;
}

/* Gambar hasil pencarian */
.emoset_search_box_se_result_image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.emoset_search_box_se_result_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* Konten teks hasil pencarian */
.emoset_search_box_se_result_content {
    flex: 1;
}

.emoset_search_box_se_result_title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.emoset_search_box_se_result_subtitle {
    font-size: 14px;
    color: #666;
}
.emoset_testimonials{margin: auto;
    background: rgb(255 255 255 / 66%);
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0px;}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
	color: #fff !important;
    background-color: #f7c200 !important;
    text-decoration: none;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {    
    border: 1px solid #66666605;
    border-radius: 0px !important;    
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus{border-color: #0073e6a3;}

/* == Carousel Lokasi - Property Web == */
.emoset_location_wrapper {
  max-width: 90%;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.emoset_location_slide_wrapper {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.emoset_location_slide {
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  padding: 8px;}

.emoset_location_item {
  flex: 1 1 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  background: #f5f5f5;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
}

.emoset_location_item img {
  width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.emoset_location_item_text h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 5px 0;
}

.emoset_location_item_text p,
.emoset_location_item_text span {
  font-size: 0.85rem;
  color: #555;
  margin: 2px 0;
}

/* Arrows */
.emoset_location_arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #444;
  color: #fff;
  border: none;
  padding: 4px 10px 8px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  opacity: 0.8;
}
.emoset_location_prev {
  left: 10px;
}
.emoset_location_next {
  right: 10px;
}

/* Bullets */
.emoset_location_bullets {
  text-align: center;
  margin-top: 20px;
}
.emoset_location_bullets span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
}
.emoset_location_bullets span.active {
  background: #333;
}

/* Responsive: 3 kolom tetap, tapi skalanya mengecil */
@media (max-width: 768px) {
.emoset_location_wrapper {
  max-width: 100%;  
}
.emoset_location_slide {
    min-width: 100%;    
}
  .emoset_location_item {
    flex: 1 1 calc(33.333% - 6px);
    max-width: calc(33.333% - 6px);
	width: 95%;
    margin: auto;
  }
.emoset_lokasi-items {
  width: 95%;
  margin: auto;
}
.emoset_lokasi-title {    
    margin: 10px;    
}
  .emoset_location_item_text h3 {
    font-size: 0.85rem;
  }

  .emoset_location_item_text p,
  .emoset_location_item_text span {
    font-size: 0.75rem;
  }
}

/* == Footer Section - Property Layout == */
.emoset_footer_wrapper {
  background-color: rgb(249 249 249 / 83%); 
  padding-top: 1rem;         
  padding-left: 1rem;        
  padding-right: 1rem;
  position: relative;
}

.emoset_footer_wrapper ul li::before {
  content: "\f0da"; 
  font-weight: bold;
  margin-right: 0.5rem;
  color: #F5991A;
}

@media (min-width: 1024px) {
  .emoset_footer_wrapper {
    padding-top: 1.5rem;     /* tailwind: lg:pt-6 */
    padding-left: 1.5rem;    /* tailwind: lg:px-6 */
    padding-right: 1.5rem;
  }
}

.emoset_footer_container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.5rem;           /* tailwind: p-2 */
}

@media (min-width: 1024px) {
  .emoset_footer_container {
    padding: 1.5rem;         /* tailwind: lg:p-6 */
  }
}

/* Grid wrapper */
.emoset_footer_container .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 640px) {
  .emoset_footer_container .grid {
    grid-template-columns: repeat(2, 1fr); /* sm:grid-cols-2 */
  }
}

@media (min-width: 1024px) {
  .emoset_footer_container .grid {
    grid-template-columns: repeat(4, 1fr); /* lg:grid-cols-4 */
  }
}

/* Typography & link */
.emoset_footer_container h4 {
  font-size: 0.875rem;       /* tailwind: text-sm */
  font-weight: 600;          /* tailwind: font-semibold */
  text-transform: uppercase;
  color: #111827;            /* tailwind: text-gray-900 */
  margin-bottom: 1rem;
}

.emoset_footer_container ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.emoset_footer_container ul li {
  margin-bottom: 0.5rem;
}

.emoset_footer_container ul li a {
  color: #4b5563; /* tailwind: text-gray-600 */
  text-decoration: none;
  font-size: 0.875rem;
}

.emoset_footer_container ul li a:hover {
  text-decoration: underline;
}

/* Contact Info */
.emoset_footer_container p,
.emoset_footer_container span {
  font-size: 0.875rem;
  color: #4b5563;
  margin: 0.25rem 0;
}

.emoset_footer_container svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #F5991A; /* tailwind: text-primary */
  flex-shrink: 0;
}

/* Logo image */
.emoset_footer_container .custom-logo-link img {
  max-width: 80px;
  height: auto;
}

/* WhatsApp button */
.emoset_footer_container .emoset_footer_whatsapp_btn {
  background-color: #377F87;
  padding: 0.625rem 1.25rem; /* tailwind: px-5 py-2.5 */
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.emoset_footer_container .emoset_footer_whatsapp_btn:hover {
  background-color: #036675; /* tailwind hover:bg-cyan-800 */
}

.emoset_footer_container .emoset_footer_whatsapp_btn img {
  width: 1rem;
  height: 1rem;
}

/* Social icons */
.emoset_footer_container .text-primary {
  color: #F5991A;
}

.emoset_footer_container .text-primary:hover {
  color: #d97706;
}

.emoset_footer_container i {
  font-size: 1.125rem;
}

.emoset_footer_container .flex.space-x-4 {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

/* Grid lokasi khusus */
.emoset_footer_container ul.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

/* Footer bottom */
.emoset_footer_container hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-color: #e5e7eb;
}

.emoset_footer_container .text-center {
  font-size: 0.875rem;
  color: #6b7280;
}
.emoset_text-center{ text-align:center;}


