/* === HERO SECTION === */
.emoset_hero-section {
  background: linear-gradient(to right, #f4f4f4, #fff); /* fallback gradient */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 1; 
  overflow: hidden; 
}

.emoset_hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 1;
}

.emoset_hero-text,
.emoset_hero-search {
  position: relative; 
  z-index: 2;
  width: 70%;
  margin: auto; 
  text-align: center;
}

.emoset_hero-text h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #fff !important;
}

.emoset_hero-text p {  
  color: #fff !important;
  margin-bottom: 20px;
}

.emoset_hero-search {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}

.emoset_hero-search input {
  flex: 1;
  padding: 13px;
  border-radius: 8px;
  border: none;
}

.emoset_hero-search button {
  padding: 13px;
  background: rgb(8 83 133);
  color: white;
  border: none;  
  cursor: pointer;
}


.emoset_scroll_button {
  position: absolute;
  bottom: -28px; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 130px; 
  height: 62px; 
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA3NiAzMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzYgMzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTcuNywxMS40Yy0xLjQtMS40LTIuNy0yLjktNC4xLTQuNGMtMC4yLTAuMy0wLjUtMC41LTAuOC0wLjhjLTAuMi0wLjItMC4zLTAuMy0wLjUtMC41bDAsMA0KCUM0OC42LDIuMiw0My41LDAsMzgsMFMyNy40LDIuMiwyMy42LDUuN2wwLDBjLTAuMiwwLjItMC4zLDAuMy0wLjUsMC41Yy0wLjMsMC4zLTAuNSwwLjUtMC44LDAuOGMtMS40LDEuNS0yLjcsMy00LjEsNC40DQoJYy01LDUuMS0xMS43LDYuMS0xOC4zLDYuM1YzMWg5LjRoOC45aDM5LjRoNC45SDc2VjE3LjZDNjkuNCwxNy40LDYyLjcsMTYuNSw1Ny43LDExLjR6Ii8+DQo8L3N2Zz4NCg==');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 0 10px 10px; 
}

.emoset_scroll_button i {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #056db2; 
  pointer-events: none;
}



.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1.2;
    text-rendering: auto;
}
/* === GRID GLOBAL === */
.emoset_container-outer{ background:#fff;position: relative;}
.emoset_container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 2rem 1rem;
}
.emoset_grid-prd-thumb {
  display: grid;  
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}


.emoset_grid {
  display: grid;  
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

@media (max-width: 412px) {
  .emoset_grid {
    grid-template-columns: repeat(3,minmax(0,1fr)) !important; 
  }  
}
@media (max-width: 768px) {
.emoset_container {
  width: 100%;
  padding: 10px;
}	
.emoset_grid-prd-thumb {   
  grid-template-columns: repeat(2, 1fr);  
}
.emoset_hero-text,
.emoset_hero-search {  
  width: 80%;  
}
.emoset_grid {
  grid-template-columns: repeat(2, 1fr);
  width: 95%;
  margin: auto;
}
.emoset_testimonial-slider {   
    width: 95%;
	margin: auto;
}
}
/* === KATEGORI === */
.emoset_categories {
    z-index: 0;
    position: relative;
    background: #ffffff;
    padding: 20px 0px;
}
.emoset_property-list{
	z-index: 0;
    position: relative;
    background: #ffffff;
    padding: 20px 0px;
	}
.emoset_categories h2,
.emoset_property-list h2,
.emoset_testimonials h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.emoset_category-card {
  background: #282828;  
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.emoset_category-card p {
  margin: 10px 0px 0px;
}

.emoset_category-card-a {
  font-size: 30px;
  padding: 10px;
  color: rgb(200 94 0);
}

.emoset_category-card:hover {
  box-shadow: 0 4px 16px rgb(0 0 0 / 33%);
}

.emoset_category-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

/* === PROPERTI CARD === */
.emoset_property-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.19);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.emoset_property-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.emoset_property-image {
    position: absolute; /* Ini kunci */
    top: 50%;
    left: 50%;
    width: auto !important;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    display: block; 
	max-width: none !important;
}
.emoset_property-image-wrapper {
    width: 100%;
    height: 250px; 
    overflow: hidden;
    border-radius: 6px;
    position: relative; 
}
.emoset_property-card img {
  width: 100%;
  height: 450px;
  display: block;
}
.emoset_property-agent-photo-wrapper {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.emoset_property-agent-photo {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
	  object-fit: cover;
	  border: 3px solid #fff;
	  background-color: #fff;
	  transition: transform 0.3s ease; 
}
.emoset_property-card:hover .emoset_property-agent-photo {
  transform: scale(2);
}
.emoset_property-agent-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #333;
    margin-bottom: 8px;
    margin-top: 10px;
}

.emoset_property-agent-name {
    font-weight: 400;
}

.emoset_property-price {
    font-weight: 700;
}

.emoset_property-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 8px 0 4px;
}

.emoset_property-starting-price {    
    color: #00A19D;
    font-weight: 600;
    margin-bottom: 12px;
}
.emoset_property-details {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: #878787;
    margin: 10px 0px;
}

.emoset_property-details div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.emoset_property-location {
    font-size: 11px;
    color: #0088cb;
    display: flex;
    align-items: center;
    gap: 6px;
}
.emoset_property-info {
  padding: 10px; 
  position: relative;
  z-index: 1;
}

.emoset_property-info h3 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.emoset_property-info p {
  color: #2c7a7b;
    font-weight: 100;
    margin-bottom: 4px;
    line-height: 19px;
    font-size: 12px;
}

.emoset_property-info span {
  font-size: 11px;
  color: #0088cb;
}

/* === TESTIMONI === */
.emoset_testimonial-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding:15px;
  scroll-snap-type: x mandatory;
}

.emoset_testimonial-card {
  flex: 0 0 300px;
    background: #f1f1f1;
    border-radius: 12px;
    padding: 20px;
    scroll-snap-align: start;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
}

.emoset_testimonial-card p {
  font-style: italic;
    margin: 0px 10px;
    font-size: 14px;
}
.emoset_testimonial-photo {
    width: 100px;
    height: 100px;
    border-radius: 0px 15px 15px;
    object-fit: cover;
    border: 3px solid #fff;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.emoset_testimonial-card strong {
  color: rgb(200 94 0);
}

/* === FOOTER === */
.emoset_footer {
  background: #222;
  color: #eee;
  padding: 40px 0 20px;
  font-size: 0.95rem;
}

.emoset_footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
  padding: 0 20px;
}

.emoset_footer-col h4 {
  margin-bottom: 10px;
  color: #fff;
}

.emoset_footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.emoset_footer-col ul li {
  margin-bottom: 8px;
}

.emoset_footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.emoset_footer-col ul li a:hover {
  color: #fff;
}

.emoset_footer-bottom {
  text-align: center;
  border-top: 1px solid #444;
  padding-top: 15px;
  color: #aaa;
}

/*__SECTION: Hero with Video or Image Background*/
.emoset_hero_search_section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}

.emoset_hero_search_background {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
}

.emoset_hero_overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 70%);
  z-index: 1;
  pointer-events: none;
  /*backdrop-filter: blur(15px);*/
}

.emoset_hero_search_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
}

.emoset_hero_search_bg_image {
  position: relative;  
  background-size: cover;
  background-position: center 50%;
  z-index: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
}

.emoset_hero_search_bg_image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 1;
}

.emoset_hero_search_content {
  position: relative;
    z-index: 2;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 30vh; /* turun ke tengah bawah */
    background-color: rgba(255, 255, 255, 0.85);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	top: 90px;
}
.emoset_container_custom {
    background-color: rgb(255 255 255 / 10%);
    text-align: center;
    padding: 5px 10px !important;
    top: 180px;
	backdrop-filter: blur(5px);
}
.emoset_hero_search_text h2 {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 0.5rem;
}

.emoset_hero_search_text p {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 1.5rem;
}

.emoset_hero_search_box h4 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.25rem;
}

.emoset_hero_search_box p {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 1rem;
}

.emoset_hero_search_box select.select2 {
    width: 100% !important;
    margin-bottom: 12px;
}

.select2-container--default .select2-selection--single {
  height: 48px !important; /* sesuai button */
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
 height: 100%;
  display: flex;
  align-items: center;
}
.emoset_hero_search_box select,
.emoset_hero_search_box button {  
  margin-bottom: 1rem;
  padding: 0.85rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  font-size: 0.9rem;
  font-family: inherit;
  box-sizing: border-box;
}

.select2-selection__clear {
  display: none !important;
}

.select2-container--has-value .select2-selection__clear {
  display: flex !important;
}\

.emoset_hero_search_btn {
  background: #007eff;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 30px;
    border: none;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s;
}

.emoset_hero_search_btn:hover {
  background-color: #005bb5;
}

@media (min-width: 768px) {
  .emoset_hero_search_content {
        width: 90%;
        margin-top: 20vh;
        padding: 20px;
    }

  .emoset_hero_search_text h2 {
    font-size: 1.75rem;
  }

  .emoset_hero_search_text p {
    font-size: 1rem;
  }
  
}

.emoset_hero_search_background iframe,
.emoset_hero_search_background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200vh;
    height: 120%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
    max-width: none;
}
/* Jaga agar tidak over di layar kecil */
@media screen and (max-width: 768px) {
    .emoset_hero_search_background iframe,
    .emoset_hero_search_background video {
        width: 175%;
        height: 100vw; /* 100vw * 9/16 */
    }

    .emoset_hero_search_content {
        max-width: 100%;
        margin-top: 20vh;
        padding: 20px;
    }
	.emoset_grid {    
    gap: 10px;}
	.emoset_property-details {
    font-size: 10px; }
	.emoset_property-image-wrapper {    
    height: 250px; 
    
}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .emoset_hero_search_background iframe,
    .emoset_hero_search_background video {
        width: 158%;
        height: 100vh;
        transform: translate(-50%, -50%);
    }

    .emoset_hero_search_content {
        margin-top: 25vh;
        padding: 25px;
    }
}
@media screen and (max-width: 500px) {
    .emoset_hero_search_background iframe, .emoset_hero_search_background video {
        width: 370%;
        height: 100vh;
    }
}

.emoset_hero_search_background iframe {
    pointer-events: none;
}


.ytp-error, .ytp-popup, .ytp-contextmenu {
    display: none !important;
}

.emoset_hero_search_box form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}


.emoset_hero_search_box select,
.emoset_hero_search_box button {
  flex: 1 1 calc(25% - 10px); /* 4 kolom */
  min-width: 150px;
}


@media (max-width: 767px) {
  .emoset_hero_search_box select,
  .emoset_hero_search_box button {
    flex: 1 1 calc(50% - 10px); /* 2 kolom */
  }
}
.emoset_hero_search_box .select2-container {
  flex: 1 1 calc(25% - 10px);
  min-width: 150px;
}
@media (max-width: 767px) {
  .emoset_hero_search_box .select2-container {
    flex: 1 1 calc(50% - 10px);
  }
}
.emoset_hero_search_box select,
.emoset_hero_search_box button {
  outline: 1px dashed red;
}

/*----START FORM*/
.emoset_form_wrapper {
  background: #ffffff00;
  padding: 0px;
}

.emoset_form_container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 10px;  
}

.emoset_form_title {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #333;
}
.emoset_form_p {  
  color: #333;
}

.emoset_form_group {
  margin-bottom: 1.25rem;
}

.emoset_form_group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

.emoset_form_group input,
.emoset_form_group select {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.emoset_form_button {
  background-color: #373635;
  color: #fff;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.emoset_form_button:hover {
  background-color: #5e5e5e;
}
.emoset_form_checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start; 
}

.emoset_form_checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  line-height: 1.4;
  width: auto;
  white-space: nowrap;
}

.emoset_form_checkbox input[type="checkbox"] {
  margin: 0;
  accent-color: #2c7be5; 
}
.emoset_form_wrapper strong,
.emoset_form_wrapper b {
  color: #333;
  font-weight: bold;
}
/* Wrapper upload modern */
.emoset_form_upload {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.emoset_form_upload input[type="file"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.emoset_form_upload .upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
}

.emoset_form_upload .upload-label:hover {
  background-color: #e0e0e0;
}
.emoset_form_checkbox_group label {
    display: block;
    margin-bottom: 5px;
}

.emoset_form_note_small {
  color: #333;
  background: #f8f8f8;
  padding: 10px;
  border-left: 3px solid #ccc;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.emoset_form_note_small ul {
  list-style: disc;
  margin: 0;
  padding-left: 1.25rem;
  color: #333;
}
.emoset_form_note_small ul li {
  margin-bottom: 5px;
}

/*----START <style> LAYANAN INTI*/
.emoset_clear-section {
    width: 100%;
    margin: 0;
    padding: 0;
}

.emoset_flex-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.emoset_col-text,
.emoset_col-image {
    flex: 1 1 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.emoset_h-left-margin{margin: 0px 0px 0px 20px;}
.emoset_icon-sm-circle {
    font-size: 10px;
    padding: 5px;
    border: 1px solid;
    border-radius: 50px;
    margin: 0px 5px 0px 0px;
}
.emoset_col-text {
    background-color: #1a1a1a;
    color: #fff;
    padding: 2rem;
    box-sizing: border-box;
}

.emoset_col-text-inner {
    max-width: 90%;
    text-align: left;
}

.emoset_col-text h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #fff;
}

.emoset_col-text p {    
    line-height: 1.6;
    color: #ddd;
    margin-bottom: 1rem;
}

.emoset_col-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.emoset_col-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.emoset_col-image-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    color: #fff;
    text-align: left;
}

.emoset_col-image-content .emoset_icon_list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.emoset_col-image-content .emoset_icon_list li {
    margin-bottom: 0.7rem;
    line-height: 1.6;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.emoset_col-image-content .emoset_icon_list li i {
    color: #00ffb3;
    margin-right: 10px;
    min-width: 20px;
    font-weight: bold;
}

.emoset_button_cta {
    background-color: rgb(200, 94, 0);
    color: #fff;
    font-weight: bold;
    padding: 0.5rem 0.8rem;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
    display: inline-block;
    font-size: 1rem;
    min-width: 150px;
    text-align: center;
}

.emoset_button_cta:hover {
    background-color: rgb(4, 89, 150);
}

@media (max-width: 768px) {
    .emoset_flex-row {
        
    }

    .emoset_col-text,
    .emoset_col-image {
        flex: 1 1 100%;
        aspect-ratio: unset;
        min-height: 400px;
		padding: 15px;
    }

    .emoset_col-text-inner,
    .emoset_col-image-content {
        max-width: 100%;
        padding: 15px;
    }
	.emoset_button_cta {
		float: right;
	}
}
.emoset_col-map {
  padding: 0;
  background: none;
}

.emoset_col-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.emoset_col-map {
  position: relative;
  flex: 1 1 50%;
  height: auto;
  min-height: 350px;
  background: #000;
}


.emoset_col-map::before {
  display: none !important;
  content: none !important;
}


.emoset_col-map iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.emoset_col-ok-overlow{overflow: visible !important;}
.emoset_bg-light{background: #ffffff !important;
    color: black;}
.emoset_txt-black{color: #555555 !important;}
/*----END </style> LAYANAN INTI*/

.emoset_button-center{margin: 20px auto;width: 100%;
    text-align: center;}
.emoset_button_general {
    background-color: rgb(200, 94, 0);
    color: #fff;
    font-weight: bold;
    padding: 0.5rem 0.8rem;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
    display: inline-block;
    font-size: 1rem;
    min-width: 150px;
    text-align: center;
}

/*SINGLE POST*/
/* === SINGLE POST MAIN LAYOUT === */
.emoset_post_main {
  background: #ffffff;
  padding: 0px;
  position: relative;
}
  .emoset_single_wrapper {
    display: flex;
  	flex-wrap: wrap; 
  	align-items: flex-start;
  	gap: 2rem;
  }

@media (max-width: 768px) {
  .emoset_single_wrapper {
    display: block;
    align-items: flex-start;
    gap: 0rem;
  }

  .emoset_post_left {
    width: 100%;    
  }

  .emoset_post_right {
    width: 100%;    
  }
}

.emoset_single_hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  overflow: hidden;
  text-align: center;
}

.emoset_hero_bg_wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.emoset_hero_image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.5);
}

.emoset_hero_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.5);
}

.emoset_hero_content {
  position: relative;
  z-index: 1;
  padding: 2rem;
  color: white;
  max-width: 800px;
  margin: 100px auto 50px;
}

.emoset_hero_content h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.emoset_hero_content p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

.emoset_post_left {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

.emoset_post_left h2,
.emoset_post_left h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.emoset_post_left img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 6px;
}

/* === SIDEBAR === */
.emoset_post_right {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  width: 100%;
  
}

.emoset_related_box {
  margin-bottom: 2.5rem;
}

.emoset_related_box h3 {
  font-size: 14px;;
  margin-bottom: 1rem;
  color: #222;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
}

.emoset_grid_related {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.emoset_related_item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.emoset_related_thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.emoset_related_info h4 {
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.3;
  color: #333;
}

.emoset_related_info p {
  font-size: 0.8rem;
  color: #777;
  margin: 0.25rem 0 0.5rem;
}

.emoset_related_info a {
  font-size: 0.75rem;
  color: #0088cc;
  text-decoration: none;
}

.emoset_related_info a:hover {
  text-decoration: underline;
}

/* === AUTOLINK === */
.emoset_autolink {
  color: #0056b3;
  text-decoration: underline dotted;
  transition: color 0.3s;
}
.emoset_autolink:hover {
  color: #0088cc;
}
.emoset_eeat-property {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 2rem 1rem;
  margin-top: 3rem;
  font-family: "Arial", sans-serif;
}

.emoset_eeat_content {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.emoset_author_card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}

.emoset_author_avatar img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px #ddd;
}

.emoset_author_info {
  flex: 1;
}

.emoset_author_name {
  font-size: 1.1rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 0.3rem;
}

.emoset_author_bio {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
}