/*
Theme Name: Emoset Ver01 Theme
Theme URI: https://emoset.com
Author: Emoset Team
Author URI: https://emoset.com
Description: Tema WordPress dengan 2 layout web desain : Layout slider interaktif dan Layout web Property dengan fitur admin yang lengkap.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emoset-ver01-theme
*/

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Montserrat:wght@400;700&family=Lora:wght@400;700&family=Oswald:wght@400;700&family=Anton:wght@400;700&family=Rajdhani:wght@400;700&family=Barlow+Condensed:wght@400;700&family=Poppins:wght@400;700&display=swap');*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	
}

body, html {
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: #fff;
	scroll-behavior: smooth;
	
}
.post-password-form{
	margin: 100px auto;
    background: rgb(0 0 0 / 80%);
    padding: 10px 20px;
    border-radius: 5px;
	color: #fff;
	  
	}
/* Container styling */
.emoset-login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6); /* optional: backdrop dark */
  backdrop-filter: blur(5px);
  font-family: 'Segoe UI', sans-serif;
}

/* Form box */
.emoset-login-form {
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}

/* Header */
.emoset-login-header h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.emoset-login-header p {
  margin: 0 0 20px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

/* Input group */
.emoset-form-group {
  margin-bottom: 20px;
}

.emoset-form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

.emoset-form-group input {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border 0.3s, box-shadow 0.3s;
}

.emoset-form-group input:focus {
  border-color: #1a73e8;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2);
  outline: none;
}

/* Submit Button */
.emoset-login-btn {
  width: 100%;
  padding: 12px;
  background-color: #007bc2;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.emoset-login-btn:hover {
  background-color: #005e9c;
}

/* Message box (hidden by default) */
.emoset-message {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  color: #d9534f;
}

.post-password-form p:has(input[type="password"]) {
  display: grid;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
}

/* Input password styling */
.post-password-form input[type="password"] {
  flex: 1;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  margin: 20px 0px 0px;
}

/* Tombol submit styling */
.post-password-form input[type="submit"] {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #fdb800;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s;
  margin: 25px 0px 0px;
}

.post-password-form input[type="submit"]:hover {
  background-color: #e0a800;
}


body.emoset-layout-property,
html.emoset-layout-property {
  overflow: auto !important;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.3;
}
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #dfdfdf;
    padding: 0 20px;
    line-height: 1.3;
}

h1, h2, p, ul {
    margin: 20px 0;
    opacity: 0;
    animation: emoset_slideContent 1.5s forwards;
}

p {
    animation-delay: 1.5s;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #838383;
}

.emoset_eeat{
    font-size: 12px;
    margin: 50px auto 20px auto;
}
.emoset_eeat p {
		text-align: center !important; margin:20px auto !important;		
		display: block;width: 50% !important;
}
.emoset_toc{
    font-size: 12px;
    margin: 50px auto 20px auto !important;
}

/* TOC Container */
.emoset_toc-box-cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 kolom di desktop */
    gap: 15px; /* Jarak antar item */
    padding: 10px;
	width: 70%;
}

/* TOC Item */
.emoset_toc-item {
    display: flex;
    flex-direction: column; /* Gambar di atas, teks di bawah */
    border: 1px solid #595959;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f9f9f9;
    transition: all 0.3s ease-in-out;
	cursor: pointer;
	opacity: 80%;
}

.emoset_toc-item:hover {
	color: #fff;
	border: 1px solid #afafaf;
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(1, 1, 2, 0.90);
	background-color: #000000ba;
	opacity: 100%;
}

/* TOC Item Image */
.emoset_toc-item-img {
    width: 100%;
    height: 150px; /* Tinggi gambar */
    background-size: cover;
    background-position: center;
}

/* TOC Item Text */
.emoset_toc-item-txt {
    padding: 10px;    
}

.emoset_toc-h4 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.emoset_toc-p {
    margin: 5px 0;
    font-size: 14px;
    color: #666;
}

.emoset_container h2 {
    font-size: 35px !important;
    text-transform: uppercase;
	margin: 50px 0px;
}

/* Responsif untuk Tablet */
@media (max-width: 1024px) {
    .emoset_toc-box-cont {
        grid-template-columns: repeat(3, 1fr); /* 3 kolom di tablet */
    }
}

/* Responsif untuk Mobile */
@media (max-width: 768px) {
	.emoset_toc-box-cont {    
	width: 100%;
}
    .emoset_toc-box-cont {
        grid-template-columns: repeat(2, 1fr); /* 2 kolom di mobile */
    }

    .emoset_toc-item-img {
        height: 120px; /* Tinggi gambar lebih kecil di mobile */
    }

    .emoset_toc-h4 {
        font-size: 14px;
    }

    .emoset_toc-p {
        font-size: 14px !important;
    }
}

	
.emoset_toc p {
		text-align: center !important; margin:0px auto 5px auto !important;		
		display: block;width: 100% !important;padding: 0px;
}

ul {
    animation-delay: 2s;
}
.emoset_space-bot{height: 60px;
    width: 100%;
    display: block;}

.white{color: #cbcbcb !important;
    background: #dcdcdc;    
    padding: 2px;
    margin: 0px 10px 0px 0px;}
.emoset_h-small {    
    color: #ffffff;    
    text-align: center;
	width: 70%;
    margin: 0px auto; 
    font-size: 25px;   
}

ol, ul {
    text-align: left;
    padding-left: 5px;
}

h1 {
    animation-delay: 0.5s;
}

h2 {
    animation-delay: 1s;
}

b, strong {
    font-weight: bolder;
    color: #f37700; /*orange*/
}

a {
    color: #f5991a;
    text-decoration: none;
	outline: none;
  	-webkit-tap-highlight-color: transparent;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
/* START Gaya mega menu */
.emoset_logo-box {
    display: flex;
    align-items: anchor-center;
}
.emoset_header-logo {
    /*width: 40px;*/
	/*height:40px;*/   
    margin-right: 0px;
    pointer-events: none;
}
.emoset_logo-dom{ display: block;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    border-radius: 50px;    
    font-size: 29px;
    font-weight: 800;}
.emoset_logo-sub{
	margin: 12px 0px 0px !important;
    padding: 0px 0px 0px 5px !important;
	font-size: 12px !important;
	}
/* Gaya untuk menu */
.emoset_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0px 10px;
    background-color: rgb(0 0 0 / 0%);
    border-radius: 10px;
}

.emoset_menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    color: white;
    position: relative;
}

.emoset_menu-item i {
    font-size: 24px;
}

/* Gaya untuk submenu */
.emoset_submenu {
    display: none;
    position: fixed;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(23 70 101 / 95%);
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    z-index: 1000;
	backdrop-filter: blur(4px);
}

.emoset_menu-item:hover .emoset_submenu {
    display: none; /* Nonaktifkan hover */
}

/* Efek hover pada submenu */
.emoset_submenu:hover {
    display: block; /* Tetap tampilkan submenu saat dihover */
}
.emoset_submenu ul::before,
.emoset_submenu li::before {
    content: none !important;
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding: 0px !important;
}
.emoset_mega-menu {
    display: flex;
    gap: 5px;
}
.emoset_txt-white{ color:#fff !important;}
.emoset_mega-menu-column {
    flex: 1;
}

.emoset_mega-menu-column h3 {
    color: white;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
	padding: 0 !important;
	text-align: left;
    line-height: 20px;
}

.emoset_mega-menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.emoset_mega-menu-column ul li {
    color: white;
    font-size: 14px;
    margin-bottom: 1px;
    cursor: pointer;
	position:relative;
	padding-left: 0px !important;
	font-family:Montserrat;	
}
.emoset_mega-menu-column ul li a{
	display: block;
    width: 100%;
    padding: 5px 20px;
	background: rgb(5 50 81);
	}
.emoset_mega-menu-column ul li a:hover {
    color: #333 !important;
    background: rgb(200, 94, 0);
}
.emoset_mega-menu-row{    
    margin: 10px auto;
	flex-wrap: wrap;
    gap: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.emoset_mega-menu-row ul {	
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    
}
.emoset_mega-menu-row ul li {
    flex: 0 0 25%;
    box-sizing: border-box;
    padding-left: 0px !important;
    color: white;
    font-size: 14px;
    margin-bottom: 1px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    list-style: none;
}
.emoset_mega-menu-row ul li a{
	display: block;
    width: 100%;
    padding: 5px 20px;
	background: rgb(5 50 81);
	color: #fff;
	}
.emoset_mega-menu-row ul li a:hover {
    color: #fff;
    background: #333;
}
.emoset_subttl {
    padding: 5px 0px 0px !important;
    margin: 0px 0px 0px 0px;
    background: #1b4b6b;
    color: #a5a5a5;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}
.emoset_mega-menu-adjust-txt{
	line-height: 25px;
	
    font-weight: normal;    
	}
.emoset_logo-pose {
    position: fixed;
    left: 35px;
    top: 10px;
    width: 100px;
}
/* Responsif */
@media (max-width: 500px) {
.emoset_logo-box {
		display: block !important;		
	}
.emoset_logo-pose {    
    left: 5px;
    top: 10px;  
    margin-left: 8px;  
}
.emoset_logo-dom,
  .web-layout-style {
    display: none !important;
  }
}
@media (max-width: 768px) {
	body {
        font-size: 15px;
    }
    h1 {
        font-size: 1.5em !important;
    }
	.emoset_h-small{ font-size:28px;width: 80%;}
    .emoset_carousel-header-container {    
        padding: 0px !important;
        
    }
    .emoset_menu {    
        gap: 0px !important; padding: 10px 10px 0px;   
    }
    .emoset_menu-item i {
        font-size: 20px;
    }
    .emoset_submenu {    
        top: 55px;    
    }	
	.emoset_header-logo {
		margin-left: 0px;
	}
	.emoset_logo-dom{width: fit-content !important;
        margin: 10px 0px !important;
        padding: 0px 10px 2px !important;}
    
	.emoset_mega-menu-adjust-txt{
		line-height: 16px;
		font-size: 10px !important;		
	}
	.emoset_mega-menu-column ul li a {    
    	padding: 5px 10px; 
		font-weight: normal;   
	}
	.emoset_eeat{
	font-size: 10px;		
	}
	.emoset_toc{
	font-size: 10px;		
	}	
	.emoset_produk-thumb-vertical-line-container {	  
	  left: 5px !important;
	  bottom:40px !important;	  
	}
	.emoset_mega-menu-column ul li {		
		font-size: 10px;		
	}
	.emoset_produk-thumb-breadcrumb {
		padding: 10px 2px !important;  
		font-size: 12px !important;  
	}
	.emoset_mega-menu-row ul {    
     grid-template-columns: repeat(2, 1fr);
	}
	
		
}
/* END gaya mega menu */

/* Start Style untuk container tombol share Rotate */
.emoset_share_foot-stick-cta {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    z-index: 100;
    margin: 0px;
}

/* Frame untuk tombol share */
.emoset_share_frame-foot-stick-cta {
    position: relative;
}

/* Container untuk tombol share */
.emoset_share_social-media {
    position: relative;
    display: inline-block;
}

/* Menu untuk tombol share */
.emoset_share_menu {
    position: relative;
}

/* Tombol utama dan ikon */
.emoset_share_btn {
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(0 0 0 / 49%);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.emoset_share_btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Tombol trigger utama */
.emoset_share_trigger {
    background-color: rgb(0 0 0 / 0%);
    color: #fff;
}

/* Rotater untuk tombol-tombol share */
.emoset_share_rotater {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.emoset_share_rotater.active {
    opacity: 1;
    visibility: visible;
}

/* Posisi tombol-tombol share mengitari tombol utama */
.emoset_share_rotater:nth-child(1) { transform: rotate(0deg) translateX(60px); }
.emoset_share_rotater:nth-child(2) { transform: rotate(45deg) translateX(60px); }
.emoset_share_rotater:nth-child(3) { transform: rotate(90deg) translateX(60px); }
.emoset_share_rotater:nth-child(4) { transform: rotate(135deg) translateX(60px); }
.emoset_share_rotater:nth-child(5) { transform: rotate(180deg) translateX(60px); }
.emoset_share_rotater:nth-child(6) { transform: rotate(225deg) translateX(60px); }
.emoset_share_rotater:nth-child(7) { transform: rotate(270deg) translateX(60px); }
.emoset_share_rotater:nth-child(8) { transform: rotate(315deg) translateX(60px); }
.emoset_share_rotater:nth-child(9) { transform: rotate(360deg) translateX(60px); }

/* Tombol ikon */
.emoset_share_btn-icon {
    position: absolute;
    top: 0;
    left: 0;    
    display: flex;
    align-items: center;
    justify-content: center;
}

.emoset_share_btn-icon a {
    color: inherit;
    text-decoration: none;
}

/* Efek blink pada tombol utama */
.emoset_share_blinked {
    animation: emoset_share_blink 1.5s infinite;
}

@keyframes emoset_share_blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
/* End Style untuk container tombol share Rotate */

/* Container Garis Vertikal dan Breadcrumb */
.emoset_produk-thumb-vertical-line-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 12.5%;
  z-index: 2;
  bottom:5px;
}

/* Breadcrumb Text */
.emoset_produk-thumb-breadcrumb {  
  font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #dfdfdf;
    margin-bottom: 15px;
    writing-mode: vertical-lr;
    transform: rotate(0deg);
    text-orientation: sideways;
    transform: rotate(180deg);
    direction: rtl;
    /*border: 1px solid rgb(255 255 255 / 36%);*/
    padding: 10px 2px;
    /*background: rgb(0 0 0 / 45%);*/
	width:auto;
	text-shadow: rgb(0 0 0 / 70%) 2px 2px 5px, rgb(0 0 0 / 59%) -2px -2px 5px, rgb(0 0 0 / 60%) 0px 0px 10px;
}
.emoset_produk-thumb-breadcrumb a{ 
    color: #ffffff;
}

/* Garis Vertikal */
.emoset_produk-thumb-vertical-line {
  width: 2px;
  height: 280px; /* Sesuaikan panjang garis */
  background-color: #ffffff;
}
.emoset_toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 1000;
    opacity: 0;
    animation: fadeInOut 3s ease-in-out;
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}
.emoset_3drota {           
            animation: rotate3d 5s linear infinite;
            transform-style: preserve-3d;
            will-change: transform;
			margin-left: 0px;
        }

@keyframes rotate3d {
  0% { transform: rotateY(0deg);
      }
  100% { transform: rotateY(360deg);
      }
}
.emoset_water-drops {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.emoset_water-column {
    position: relative;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(183 183 183 / 28%), transparent);
    animation: emoset_drop 6s infinite ease-in-out; 
    animation-delay: var(--delay);
    will-change: transform, opacity;
}

@keyframes emoset_drop {
    0% {
        top: -100%;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

.emoset_water-column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(0, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.8);
    border-radius: 50%;
    animation: emoset_glow 3s infinite alternate; 
}

@keyframes emoset_glow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
/* === GLOBAL SCROLLBAR STYLE === */
html, body, * {
  scrollbar-width: thin;
  scrollbar-color: #fdb800 rgb(255 255 255 / 19%);
}

/* WebKit Scrollbar */
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 19%);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 10px;
  border: 2px solid #eee;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #009aff;
}
