/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

.container {
  max-width: 1300px;
}

body {  
  font-size: 18px;
  color: #555;
  line-height: 187%;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'Raleway', sans-serif;
}

a{
  text-decoration: none;
  cursor: pointer;
  color: #111;
}

a:hover,
a:focus,
a:visited{
  text-decoration: none;
  outline: none;
}

h1,h2,h3,h4,h5,h6 {
  position: relative;
  font-weight: 400;
  margin: 0px;
  background: none;
  line-height: 104%;
  letter-spacing: 0.03em;
  font-family: 'Oswald', sans-serif;
}

textarea{
  overflow: hidden;
}

button{
  outline: none;
  cursor: pointer;
}

p{
  font-size: 18px;
  line-height: 187%;
  font-weight: 400;
  color: #555;
}

.text{
  font-size: 13px;
  line-height: 168.4%;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #AFAFAF;
  margin-left: 24px;
  margin-bottom: 10px;
}

.text::before{
  content: '';
  margin-top: 10px;
  margin-left: -24px;
  position: absolute;
  width: 14px;
  height: 2px;
  background: #C5A992;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

section{
  padding: 164px 0px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

.centered{
  text-align:center !important;
}

/*Btn*/

a.btn {
  color: black;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  box-sizing: border-box;
  padding: 20px 40px;
  font-weight: 400;
  line-height: auto;
  overflow: hidden;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 75px;
  border-radius: 0;
  transition-duration: 0.3s;
}

a.btn .iconify{
  margin-left: 8px;
}

/* Btn black */

a.btn-black{
  background: #111;
  border: none;
}

a.btn-black:hover{
  color: #fff;
  background-color: #444;
  border: none;
}

/* Btn outline */

a.btn-outline {
  background-color: white;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px 30px; /* Mengatur jarak dalam tombol */
  font-size: 18px; /* Mengatur ukuran font di dalam tombol */
}

a.btn-outline:hover{
  background-color: black;
  color: white;
}


/* Btn blank */

a.btn-blank{
  color: #111;
  padding: 0;
  margin: 0;
  border: none;
}

a.btn-blank:hover{  
  color: #444;
  border: none;
}

img{
  display:inline-block;
  max-width:100%;
  height:auto;  
}

/*** 

====================================================================
    Preloader
====================================================================

***/

#preloader {
  background-color: #010101;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#preloader.hide-preloader {
  opacity: 0;
  visibility: hidden;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #f3f3f3;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #f3f3f3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #f3f3f3;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

/*** 

====================================================================
    Section Title
====================================================================

***/

.sec-title h1{
  display: block;
  font-size: 60px;
  text-transform: uppercase;
  color: #111; 
  margin-bottom: 75px; 
}

.sec-title h2{
  display: block;
  font-size: 60px;
  text-transform: uppercase;
  color: #111; 
  margin-bottom: 75px; 
}

.sec-title-contact h1{
  display: block;
  font-size: 60px;
  text-transform: uppercase;
  color: white; 
  margin-bottom: 75px; 
}

.sec-title-contact h2{
  display: block;
  font-size: 60px;
  text-transform: uppercase;
  color: white; 
  margin-bottom: 75px; 
}

@media screen and (max-width:800px){
  .sec-title h1{
    font-size: 40px;
  }
  
  .sec-title h2{
    font-size: 40px;
  }
}

/*** 

====================================================================
  Site Header Style
====================================================================

 ***/

.header-wrap{
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 148px;
  text-align: center;
  z-index: 14;
  box-shadow: 0px 2px 24px rgb(0 0 0 / 3%);
}

.header-wrap .header-logo {
  display: inline-block;
  position: absolute;
  top: 18%;
  left: 145px;
}

.header-wrap .header-logo img {
  width: 128px;
  height: 80px;
  margin: 0;
}

.header-main-nav li{
  position:relative;
}

/* SUB MENU CONTAINER */

.header-main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 180px;
  padding: 10px 0;
  list-style: none;
  display: none; /* hide by default */
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* SUB MENU ITEM */

.header-main-nav .sub-menu li{
  display:block !important;
  width:100%;
  margin:0;
}

/* SUB MENU LINK */

.header-main-nav .sub-menu li a{
  display:block;
  padding:10px 20px;
  font-family:Oswald;
  text-transform:uppercase;
  font-size:14px;
}

/* SHOW DROPDOWN */
.header-main-nav li:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* HOVER */

.header-main-nav .sub-menu li a:hover{
  background:#f5f5f5;
}

.header-main-nav .menu-item-has-children > a::after{
  content:" ▾";
  font-size:12px;
}

.header-wrap .header-nav-wrap ul {
  text-align: center;
  display: inline-block;
  list-style: none;
  margin-left: 0;
  margin-top: 58px;
}

.header-wrap .header-nav-wrap ul li{
  display: inline-block;
}

.header-wrap .header-nav-wrap .header-main-nav li{
  margin: 0 24px;
}

.header-wrap .header-nav-wrap .header-main-nav li a{
  font-family: Oswald;
  padding: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
}

.header-wrap .header-nav-wrap .header-main-nav li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  margin-top: -4px;
  background: #111;
  transition: width .3s;
}

.header-wrap .header-nav-wrap .header-main-nav li a:hover::after {
  color: #111;
  width: 100%;
  transition: width .3s;
}

.header-wrap .header-nav-wrap .header-main-nav li a.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -4px;
  background: #111;
  transition: width .3s;
}

.header-wrap .header-nav-wrap .header-social{
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 40px;
}

.header-wrap .header-nav-wrap .header-social a{
  font-size: 22px;
  margin-left: 20px; 
  transition-duration: 0.3s;
}

.header-wrap .header-nav-wrap .header-social a:hover{
  color: #444;
}

/*** 

====================================================================
  Responsive Site Header Style
====================================================================

 ***/

/* =========================================================
   IPAD + APPLE DEVICE OPTIMIZED HEADER
   Replace ONLY responsive section below
========================================================= */

/* =========================================================
   DESKTOP LARGE
========================================================= */

@media screen and (max-width:1400px){

  .header-wrap .header-logo{
    left:60px;
  }

  .header-wrap .header-nav-wrap .header-main-nav li{
    margin:0 18px;
  }

}

/* =========================================================
   IPAD PRO LANDSCAPE
========================================================= */

@media screen and (max-width:1200px){

  .header-wrap{
    height:120px;
    text-align:center;
  }

  .header-wrap .header-logo{
    left:35px;
    top:22%;
  }

  .header-wrap .header-logo img{
    width:120px;
    height:auto;
  }

  .header-wrap .header-nav-wrap{
    margin-right:20px;
  }

  .header-wrap .header-nav-wrap .header-main-nav li{
    margin:0 12px;
  }

  .header-wrap .header-nav-wrap .header-main-nav li a{
    font-size:14px;
    letter-spacing:0.06em;
  }

  .header-wrap .header-nav-wrap .header-social{
    right:20px;
  }

  .header-wrap .header-nav-wrap .header-social a{
    font-size:18px;
    margin-left:14px;
  }

}

/* =========================================================
   IPAD AIR / MINI / TABLET
========================================================= */

@media screen and (max-width:1000px){

  body{
    overflow-x:hidden;
  }

  .header-wrap{
    background:#fff;
    height:90px;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 20px;
  }

  /* LOGO */

  .header-wrap .header-logo{
    position:relative;
    top:auto;
    left:auto;
    display:flex;
    align-items:center;
  }

  .header-wrap .header-logo img{
    width:120px;
    height:auto;
  }

  /* MENU TOGGLE */

  .header-wrap .header-menu-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border:1px solid rgba(0,0,0,0.1);
    border-radius:8px;
    text-decoration:none;
    font-size:14px;
    color:#111;
    background:#fff;
  }

  .header-wrap .header-menu-toggle span{
    font-size:13px;
    font-family:Oswald;
    letter-spacing:1px;
    text-transform:uppercase;
  }

  /* NAV WRAP */

.header-wrap .header-nav-wrap {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;

    width: 100%;
    height: auto;
    max-height: 58vh;

    overflow-y: auto;

    background: #fff;

    padding: 20px 24px 30px;

    z-index: 999;
}  /* MENU */

  .header-wrap .header-nav-wrap .header-main-nav{
    display:block;
    width:100%;
    padding:0;
    margin:0;
    border-top:1px solid rgba(0,0,0,0.06);
  }

  .header-wrap .header-nav-wrap .header-main-nav li{
    display:block;
    width:100%;
    margin:0;
    padding:0;
    border-bottom:1px solid rgba(0,0,0,0.06);
  }

  .header-wrap .header-nav-wrap .header-main-nav li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:16px 0;
    font-size:14px;
    line-height:1.4;
    letter-spacing:1px;
  }

  /* REMOVE UNDERLINE EFFECT */

  .header-wrap .header-nav-wrap .header-main-nav li a::after,
  .header-wrap .header-nav-wrap .header-main-nav li a:hover::after,
  .header-wrap .header-nav-wrap .header-main-nav li a.active::after{
    display:none;
  }

  /* ACTIVE */

  .header-wrap .header-nav-wrap .header-main-nav li a.active{
    color:#555;
  }

  /* SUB MENU */

.header-wrap .header-nav-wrap .header-main-nav .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0;
    margin: 6px 0 0 0;
    box-shadow: none;
    transition: none;
}

  .header-wrap .header-nav-wrap .header-main-nav .sub-menu li{
    border:none;
  }

  .header-wrap .header-nav-wrap .header-main-nav .sub-menu li a{
    padding:10px 16px;
    font-size:13px;
    letter-spacing:0.5px;
  }

  /* disable hover dropdown on ipad/mobile */

  .header-main-nav li:hover > .sub-menu{
    display:none;
  }

  /* SOCIAL */

  .header-wrap .header-nav-wrap .header-social{
    position:relative;
    top:auto;
    right:auto;
    display:flex;
    align-items:center;
    gap:14px;
    margin-top:24px;
    padding-left:0;
  }

  .header-wrap .header-nav-wrap .header-social li{
    display:inline-flex;
  }

  .header-wrap .header-nav-wrap .header-social a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-left:0;
    border-radius:50%;
    background:#f5f5f5;
    font-size:18px;
  }

}

/* =========================================================
   IPAD MINI PORTRAIT EXTRA FIX
========================================================= */

@media screen and (max-width:820px){

  .header-wrap{
    height:82px;
    padding:0 16px;
  }

  .header-wrap .header-logo img{
    width:108px;
  }

  .header-wrap .header-nav-wrap{
    top:82px;
    max-height:58vh;
    height:auto;
    padding:16px 20px 30px;
}

  .header-wrap .header-nav-wrap .header-main-nav li a{
    padding:14px 0;
    font-size:13px;
  }

}

/*** 

====================================================================
  Menu trigger
====================================================================

 ***/

.header-menu-toggle {
  display: none;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: "Lora", serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all .3s;
  position: absolute;
  right: 32px;
  top: 33px;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
  color: #ffffff;
}

.header-menu-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  margin-top: -1px;
  background-color: #111;
  transition: all .5s;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 9px;
  right: auto;
  bottom: auto;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  transition: all .5s;
}

.header-menu-toggle span::before {
  top: -10px;
}

.header-menu-toggle span::after {
  bottom: -10px;
}

.header-menu-toggle.is-clicked span {
  background-color: white;
  transition: all .1s;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
  background-color: #111;
}

.header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}


/*** 

====================================================================
  Billboard Style
====================================================================

 ***/

.billboard-wrap{
  margin-top: 0;
  padding: 0;
}

.billboard-wrap .billboard-bg-img{
  display: flex;
  align-items: center;
  height: 70vh;
  width: 100%;
}

.billboard-wrap .billboard-bg-img .billboard-content h1{
  font-family: "Rozha One";
  font-size: 61px;
    line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: capitalize;  
  color: #fff;
  margin-bottom: 20px;
}

.billboard-wrap .billboard-bg-img .billboard-content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #fff;
}

.billboard-wrap .billboard-bg-img .billboard-content a.btn{
  margin-top: 35px;
}

/*** 

====================================================================
  Responsive Billboard Style
====================================================================

 ***/

/* Responsif untuk perangkat dengan lebar layar lebih kecil dari 800px */
@media screen and (max-width: 800px) {
  .billboard-wrap .billboard-bg-img {
    height: 65vh;
    position: relative;
  }

  .billboard-wrap .billboard-bg-img .billboard-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .billboard-wrap .billboard-bg-img .billboard-content h1 {
    font-size: 34px;
    line-height: 1.25;
    margin-top: 120px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 150px;
  }

  .billboard-wrap .billboard-bg-img .billboard-content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
  }

  .billboard-wrap .btn.btn-outline {
    padding: 12px 17px;
    font-size: 14px;
    border-radius: 6px;
  }

  .billboard-wrap .billboard-bg-img .billboard-content a.btn {
    display: inline-block;
    margin: 10px 5px 0;
  }
}

/* Responsif untuk perangkat iPad dengan lebar layar antara 768px dan 1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .billboard-wrap .billboard-bg-img {
    height: 70vh; /* Atur tinggi yang lebih proporsional untuk iPad */
  }

  .billboard-wrap .billboard-bg-img .billboard-content h1 {
    font-size: 40px; /* Menyesuaikan ukuran font agar lebih pas */
    line-height: 1.3; /* Menambah jarak antar baris agar tidak sesak */
  }

  .billboard-wrap .billboard-bg-img .billboard-content p {
    font-size: 20px;
  }

  .billboard-wrap .billboard-bg-img .billboard-content a.btn {
    margin-bottom: -80px;
    margin-top: 25px;
  }
}

/* Responsif untuk perangkat iPad dengan orientasi landscape */
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .billboard-wrap .billboard-bg-img {
    height: 60vh; /* Menyesuaikan tinggi agar tidak terlalu besar pada landscape */
  }

  .billboard-wrap .billboard-bg-img .billboard-content h1 {
    font-size: 45px; /* Ukuran font lebih kecil pada orientasi landscape */
    line-height: 1.3;
  }

  .billboard-wrap .billboard-bg-img .billboard-content p {
    font-size: 20px;
  }

  .billboard-wrap .billboard-bg-img .billboard-content a.btn {
    margin-bottom: -60px;
    margin-top: 20px;
  }
}


/*** 

====================================================================
  About Us Style
====================================================================

 ***/

.about-wrap .section-image{
  margin-left: -25px;
  padding-right: 29px;
}

.about-wrap .about-me-content .sec-title h1{
  margin-bottom: 38px;
}

.about-wrap .short-description{
  padding-left: 18%;
  text-align: justify;
}

.about-wrap .row .about-me-content{
  margin-top: 66px;
}

.about-wrap .short-description a.btn{
  margin-top: 24px;
}

/*** 

====================================================================
  Responsive About Us Style
====================================================================

 ***/

@media screen and (max-width:800px){
  .about-wrap .section-image {
    display: none;
  }

  .about-wrap .row .about-me-content {
    margin-top: 0;
    flex: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width:500px){
  .about-wrap .short-description {
    padding-left: 0;
  }
}

/*** 

====================================================================
  Gallery Style
====================================================================

 ***/

.gallery-wrap{
  padding: 160px 0;
}

.gallery-wrap .row div{
  padding: 0 10px;
}

.gallery-wrap .row div img{
  margin-bottom: 20px;
  width: -webkit-fill-available;
  cursor: crosshair;
  transition-duration: .3s;
}

.gallery-wrap .row div img:hover{
  -webkit-filter: brightness(60%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

/* .gallery-wrap .text-center a.btn.btn-black{
  margin-top: 55px;
} */

.mfp-bottom-bar{
  display: none;
}

/*** 

====================================================================
  Services Style
====================================================================

 ***/

.services-wrap{
  text-align: center;
}

.services-wrap .chart{
  position: relative;
  display: inline-block;
  width: 290px;
  height: 290px;
}

.services-wrap .chart:before{
  content: "";
  border: 7px solid #EEEEEE;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%)translateY(-50%);
  display: block;
  width: 251px;
  height: 251px;
  border-radius: 50%;
}

.services-wrap .chart .percent{
  font-family: Oswald;
  font-size: 78px;
  line-height: 294px;
  letter-spacing: -0.02em;
  color: #111;
}

.services-wrap .chart .percent:after{
  position: relative;
  content: '%';
  font-weight: lighter;
  padding-left: 3px;
}

.services-wrap .chart p{
  margin-top: 18px;
  font-family: Oswald;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;  
}

.services-wrap .chart canvas{
  position: absolute;
  top: 0;
  left: 0;
}

/*** 

====================================================================
  Testimonials Style
====================================================================

 ***/

.testimonials-wrap{
  padding-top: 0;
}

.testimonials-wrap .testimonial-slider .item-paragraph{
  font-size: 36px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #111;
}

.testimonials-wrap .testimonial-slider .item-content{
  position: relative;
  padding-top: 4%;
  padding-left: 20%;
}

.testimonials-wrap .testimonial-slider .item-content .quotation-img{
  position: absolute;
  z-index: -10;
  left: 70px;
  top: 0px;
}

.testimonials-wrap .testimonial-slider .item-content .author-name{
  font-family: Oswald;
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  color: #111; 
}

.item-content .testimonial-author{
  margin-top: 50px;
}

.item-content .testimonial-author .author-name span{
  font-weight: 300;
}

.item-content .testimonial-author .author-name span::before{
  content: '|';
  margin: 0 20px;
}

.testimonials-wrap .testimonial-slider .author-post{  
  font-size: 14px;
  line-height: 212.4%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #757575;
}

.testimonial-slider-btn{
  text-align: right;
  margin-right: 8%;
}

.slide-button-next, .slide-button-prev{
  font-size: 50px;
  display: inline;
  margin-right: 5px;
}

.slide-button-next, .slide-button-prev, a{
  transition-duration: 0.3s;
}

.slide-button-next, .slide-button-prev, a:hover{
  color: #444;
}

.slide-button-next.swiper-button-disabled, .slide-button-prev.swiper-button-disabled {
  opacity: .25;
  cursor: auto;
  pointer-events: none;
}

/*** 

====================================================================
  Responsive Testimonials Style
====================================================================

 ***/

@media screen and (max-width:800px){
  .testimonials-wrap{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .testimonials-wrap .testimonial-slider .item-paragraph{
    font-size: 32px;
  }

  .testimonials-wrap .testimonial-slider .item-content{
    padding: 0;
  }

  .testimonials-wrap .testimonial-slider .item-content .quotation-img{
    left: 0px;
  }
}

/*** 

====================================================================
  Interview Style
====================================================================

 ***/

.interview-wrap{
  padding: 0;
}

.interview-wrap .interview-bg-img{
  height: 812px;
  width: 100%;
  padding: 0;  
  display: flex;
  align-items: center;
}

.interview-wrap .interview-bg-img .interview-content h2{
  font-family: Rozha One;
  font-size: 60px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #fff;
}

.interview-wrap .interview-bg-img .interview-content .video-btn{
  display: flex;
  align-items: center;
  margin-top: 33px;
  margin-left: 9px;
}

.interview-wrap .interview-bg-img .interview-content .video-btn a.play-btn svg.iconify{
  margin-left: 4%;
}

.interview-wrap .interview-bg-img .interview-content .video-btn a.play-btn{
  position: relative;  
  font-size: 35px;
  color: #000;  
  background-color: #fff;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.interview-wrap .interview-bg-img .interview-content .video-btn a.play-btn:before{
  content: "";
  opacity: 0.4;
  border: 1px solid #fff;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%)translateY(-50%);
  display: block;
  width: 91px;
  height: 91px;
  border-radius: 50%;
}

.interview-wrap .interview-bg-img .interview-content .video-btn .btn{
  margin: 0;
  margin-left: 28px;
  padding: 0;
  border: none;
  letter-spacing: 0.1em;
}

.interview-wrap .interview-bg-img .interview-content .video-btn .btn:hover{
  color: #fff;
}

/*** 

====================================================================
  Responsive Interview Style
====================================================================

 ***/

@media screen and (max-width:800px){
  .interview-wrap .interview-bg-img .interview-content h2{    
    font-size: 55px;
  }  
}

/*** 

====================================================================
  Articles Style
====================================================================

 ***/

.articles-wrap .container{
  max-width: 1583px;
}

.articles-wrap .article-post-item{
  padding-right: 54px;
  padding-left: 54px;
}

.articles-wrap .article-post-item .article-img{
  overflow: hidden;
}

.articles-wrap .article-post-item .article-img a img{
  transition-duration: .3s;
}

.articles-wrap .article-post-item .article-img a img:hover{
  -webkit-filter: brightness(60%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transform: scale(1.1);
}

.articles-wrap .article-post-item h4{
  margin-left: 10px;
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 18px;
  line-height: 187%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
}

.articles-wrap .article-post-item .lower-content h3{
  margin-top: 32px;
  margin-bottom: 7px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 187%;
  letter-spacing: 0.02em;
  color: #111;
}

.articles-wrap .article-post-item .lower-content span{
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #ACACAC;
}

.articles-wrap .article-post-item .article-img{
  width: 100%;
  height: 300px; /* SESUAIKAN */
  overflow: hidden;
}

.articles-wrap .article-post-item .article-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*** 

====================================================================
  Responsive Interview Style
====================================================================

 ***/

@media screen and (max-width:1100px){
  .articles-wrap .article-post-item{
    padding: 0 15px;
  }
}

@media screen and (max-width:768px){
  .articles-wrap .article-post-item{
    margin-bottom: 60px;
    padding: 0 15px;
  }

  .articles-wrap .article-post-item h4{
    margin-left: 0;
  }
}

/*** 

====================================================================
  Contact Us Style
====================================================================

 ***/

.contact-wrap{
  padding: 50px 0;
  margin-bottom: 0;
}

.contact-wrap .contact-info h4{
  font-weight: 500;
  font-size: 20px;
  line-height: 187%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px;
}

.contact-wrap .contact-info p{
  letter-spacing: 0.02em;
  color: white;
}

.contact-wrap .contact-info .contact-info-list li a{
  color: white;
  margin-bottom: 14px;
}

.contact-wrap .contact-info .contact-info-list a{ 
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
}

.contact-wrap .contact-info .contact-info-list li svg.iconify{
  margin-top: 4px;
  margin-right: 10px;
}

.contact-wrap .contact-info .contact-info-list a:hover{
  color: #444;
}

.contact-wrap .contact-info .btn.btn-blank{
  font-family: Raleway;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-top: 22px;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
}

.contact-wrap .contact-form{
  margin-top: -90px;
  margin-left: 40px;
}

.contact-wrap .contact-form .form-group{
  margin-bottom: 45px;
}

.contact-wrap .contact-form .form-group ::placeholder{
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: white;
}

.contact-wrap .contact-form .form-group input,textarea{  
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid white;
  background: transparent;
  font-size: 16px;
  line-height: 100%;
  color: white;
}

.contact-wrap .contact-form .form-group textarea{
  height: 38px;
}

.contact-wrap .contact-form a.btn{
  margin-top: 25px;
}

/*** 

====================================================================
  Responsive Contact Us Style
====================================================================

 ***/

@media screen and (max-width:768px){
  .contact-wrap .contact-form{
    margin-top: 0;
    margin-left: 0;
  }

  .contact-wrap .container .row .contact-info,.contact-form{
    margin-bottom: 60px;
  }
}

/*** 

====================================================================
  Main Footer Style
====================================================================

 ***/

.main-footer .widgets-section{
  padding-bottom: 127px;
  padding-top: 156px;
}

.main-footer .widgets-section .footer-column .footer-widget.links-widget{
  padding-left: 20%;
}

.main-footer .widgets-section .footer-widget h4{
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;  
  margin-bottom: 24px;
}

.main-footer .widgets-section .footer-widget p, 
.main-footer .widgets-section .footer-widget a{
  letter-spacing: 0.02em;
  color: #d6d6d6;  
}

.main-footer .widgets-section .footer-widget a{
  margin-bottom: 24px;
}

.main-footer .widgets-section .footer-widget a:hover{
  font-weight: 400;
  color: #fff;
}

.main-footer .widgets-section .about-widget .contact-info-list a{
  font-weight: 600;
}

.main-footer .widgets-section .about-widget .contact-info-list a svg.iconify{
  margin-right: 10px;
}

.main-footer .widgets-section .about-widget .contact-info-list a:hover{
  font-weight: 600;
  color: #fff;
}

.main-footer .widgets-section .newsletter-widget .form-group{
  position: relative;
  margin-top: 25px;
}

.main-footer .widgets-section .newsletter-widget .form-group ::placeholder{
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  color: #DBDBDB;
}

.main-footer .widgets-section .newsletter-widget .form-group input{
  position: absolute;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #B6B6B6;
  background: transparent;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}

.main-footer .widgets-section .newsletter-widget .form-group a{
  position: absolute;
  right: 0;
  top: -8px;
  font-size: 26px;
  color: #F2F2F2;
  margin-bottom: 0;
}

.main-footer .footer-bottom{
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #DBDBDB;
  padding: 37px 0;
  border-top: 1px solid #2B2B2B;
}

.main-footer .footer-bottom a{
  font-weight: 500;
  color: #fff;
}

.main-footer .footer-bottom a:hover{
  text-decoration: underline;
}

/*** 

====================================================================
  Responsive Main Footer Style
====================================================================

 ***/

@media screen and (max-width:768px){
  .main-footer .widgets-section{
    padding-bottom: 66px;
  }
  
  .main-footer .widgets-section .footer-column{
    margin-bottom: 60px;
  }

  .main-footer .widgets-section .footer-column .footer-widget.links-widget {
    padding-left: 0;
  }
}

/* overide */
.modal-dialog {
  max-width: 800px;
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}


/* Piercing Locations */


.gallery-wrap{
  padding: 50px 0;
}

.gallery-wrap .text-center .button {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
}

.gallery-wrap .text-center a.btn{
  margin-top: 55px;
  letter-spacing: 3px;
}

.gallery-wrap .s div {
  text-align: center;
  margin: 0 auto;
  display: none;
}

.fade-effect {
  animation: fadeSmooth 0.4s ease;
}

@keyframes fadeSmooth {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* gambar default */
#image3 {
  display: block;
}


.gallery-wrap .s img {
  width: 70%;
  height: auto;
}

@media (max-width: 768px){

  .gallery-wrap .text-center a.btn{
    margin-top: 30px;
    margin-right: 12px;

    padding: 16px 24px;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 10px;
  }

  .gallery-wrap .text-center a.btn:last-child{
    margin-right: 0;
  }

}

/* Price List Modal Piercing Locations */


/* =========================================
   PRICE LIST MODAL PIERCING LOCATIONS
========================================= */

.modal-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  position: relative;
}

.modal-header {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 25px;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
}

.modal-title {
  font-size: 30px;
  margin: 0;
  border-bottom: none;
  font-weight: 700;
  color: #111;
}

.modal-header p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #777;
  font-size: 14px;
}

.modal-body {
  max-height: 500px;
  overflow-y: auto;
  padding: 25px;
  background: #fafafa;
}

/* =========================================
   CATEGORY CONTAINER
========================================= */

.category-container {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
  border: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.category-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.category {
  font-weight: 700;
  font-size: 20px;
  color: #111;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-left: 4px solid #000;
  padding-left: 12px;
}

/* =========================================
   PRICE LIST
========================================= */

.price-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.price-item {
  border-bottom: 1px dashed #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  margin-bottom: 0;
  font-size: 15px;
  color: #333;
  transition: all 0.2s ease;
}

.price-item:last-child {
  border-bottom: none;
}

.price-item:hover {
  padding-left: 8px;
}

.price-item span {
  font-weight: 700;
  color: #000;
  background: #f5f5f5;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 14px;
}

.price-subtitle {
  margin-top: 10px;
  margin-bottom: 0;

  font-size: 14px;
  font-weight: 400;
  color: #777;

  letter-spacing: 0.3px;
}

.price-category {
  margin-top: 30px;
}

.price-title {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  padding-left: 12px;
  border-left: 4px solid #000;
}

/* =========================================
   CLOSE BUTTON
========================================= */

.modal-header button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2rem;
  color: #000;
  opacity: 1;
  outline: none !important;
}

/* =========================================
   LOCATION BUTTONS
========================================= */

.button {
  display: inline-block;
  width: 180px;
  padding: 10px 20px;
  font-size: 16px;
  margin: 0 40px 10px 0;
  text-align: center;
  text-decoration: none;
  color: black;
  background-color: white;
  border: 2px solid black;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button:hover {
  background-color: black;
  border-color: white;
  color: white;
}

.button.active {
  background-color: black;
  color: white;
}

/* =========================================
   CTA BUTTONS
========================================= */

a.btn-black {
  background: #111;
  color: white;
  border-radius: 8px;
}

a.btn-black:hover {
  color: #fff;
  background-color: #444;
}

a.btn-white {
  background: white;
  border-radius: 8px;
}

a.btn-white:hover {
  color: #fff;
  background-color: #444;
}

a.btn-red {
  color: white;
  background: #f25656;
  border-radius: 8px;
}

/* =========================================
   IMAGE TRANSITION
========================================= */

.gallery-wrap .s div {
  text-align: center;
  margin: 0 auto;
  display: none;
}

.fade-effect {
  animation: fadeSmooth 0.4s ease;
}

@keyframes fadeSmooth {

  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

/* default image */

#image3 {
  display: block;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

  .modal-dialog {
    max-width: 100%;
    margin: 10px;
  }

}

@media (max-width: 767px) {

  .gallery-wrap .s img {
    width: 120%;
    height: auto;
  }

  .text-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .text-center .button {
    flex: 0 0 30%;
    margin: 3px;
    padding: 1px;
    box-sizing: border-box;
    text-align: center;
  }

  .button {
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    margin: 0 5px 5px 0;
    text-decoration: none;
    background-color: #f0f0f0;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }

  .button:hover {
    background-color: #000;
    color: white;
  }

  .modal-body {
    padding: 15px;
  }

  .category-container {
    padding: 15px;
  }

  .category {
    font-size: 18px;
  }

  .price-item {
    font-size: 14px;
    gap: 10px;
  }

  .price-item span {
    font-size: 13px;
    padding: 5px 10px;
  }

}

/* Banner Promo */

@keyframes pulse1 {
  0% { transform: scale(1); background-color: #f25656; color: black; }
  50% { transform: scale(1.2); background-color: #f25656; color: black; } /* Warna berubah */
  100% { transform: scale(1); background-color: #f25656; color: black; }
}

.banner {
  font-family: 'Oswald', sans-serif;
  background-color: black;
  color: white;
  padding: 40px;
  font-size: 26px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.book-now {
  margin-left: 20px;
  text-transform: uppercase;
  border:none;
  background-color: black;
  color: white;
  padding: 8px 30px;
  font-size: 17px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 150px;
  display: inline-block;
  text-decoration: none;
  
  /* Tambahkan animasi detak jantung dengan perubahan warna */
  animation: pulse1 1.5s ease-in-out infinite;
  transition: background-color 0.8s ease-in-out, color 0.8s ease-in-out;

}

.book-now:hover {
  background-color: white;
  color: black;
}

@media (max-width: 768px) {
  .banner {
    font-size: 4.1vw;
    padding: 30px;
    flex-direction: column;
  }

  .book-now {
    margin-left: 0;
    margin-top: 17px;
    width: 150px;
    font-size: 17px;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .banner {
    font-size: 4.1vw;
    padding: 30px;
  }
}


/* Card Box Hygine and Promo */


.gallery-wrap{
  padding: 50px 0;
}

a.btn-primary {
  color: white;
  background: #f25656;
  border-radius: 8px;
  border: none;
}

a.btn-primary:hover {
  color: black;
  background: #f25656;
}

@media (max-width: 576px) {
  /* Atur lebar kartu menjadi 100% */
  .card {
      width: 100%;
  }

  .card-title {
    font-size: 2em
  }
  
}

.card-title {
  margin-bottom: 30px;
  color: #000;
  font-size: 3em; /* Adjust the font size as needed */
  text-transform: uppercase; /* Convert text to uppercase */
}


.gallery-wrap .card-text {
  text-align: justify;
}


/* FAQ Page */

*,
::after,
::before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::after,
::before {
  --tw-content: "";
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
/* body {
  margin: 0;
  line-height: inherit;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/* a {
  color: inherit;
  text-decoration: inherit;
} */
button {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}

/* svg {
  display: block;
  vertical-align: middle;
} */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.visible {
  visibility: visible;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
  margin-bottom: 8rem;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-0 {
  height: 0;
}
.max-h-0 {
  max-height: 0;
}
.w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
.w-6 {
  width: 1.5rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-xl {
  max-width: 36rem;
}

.max-w-7xl {
  max-width: 100rem;
  margin-left: auto;  
  margin-right: auto; 
  padding-left: 1rem; 
  padding-right: 1rem;
  padding-top: 4rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.p-6 {
  padding: 1.5rem;
}
.p-4 {
  padding: 1rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
} */

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 3.25rem;
  font-weight: 800;   
  color: black;
  text-align: center;
}

.text-lg {
  font-size: 1.100rem;
  line-height: 1.75rem;
  font-weight: 700; 
  color: black;
  letter-spacing: 0.01em;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.font-medium {
  font-weight: 500;
}
.font-extrabold {
  font-weight: 800;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-500 {
  transition-duration: 0.5s;
}

#answer-1 p:first-child,
#answer-2 p:first-child,
#answer-3 p:first-child,
#answer-4 p:first-child,
#answer-5 p:first-child,
#answer-6 p:first-child,
#answer-7 p:first-child {
  margin-bottom: 15px;
  text-align: justify;
}

#answer-1 p,
#answer-2 p,
#answer-3 p,
#answer-4 p,
#answer-5 p,
#answer-6 p,
#answer-7 p {
  font-weight: 500;
  margin-bottom: 8px;
  text-align: justify;
}

/* FAQ Piercing Image */

.faq-piercing-image{
  width: 80px;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 14px;
}

/* Mobile */

@media (max-width: 640px){

  .faq-piercing-image{
    width: 100px;
  }

}


/* Tampilan Mobile */
@media (max-width: 640px) {

  .text-3xl {

    margin-top: 70px;

  }

}

@media (min-width: 640px) {
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}


.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff !important;
}


/* Piercing Guide Menu  */

.blog-details-area {
  padding: 80px 0px;
}

.blog-details-area  h1 {
  letter-spacing: 0.01em;
  font-size: 38px;
  margin-bottom: 40px;
}

.blog-details-area  .post-label {
  display: inline-block;
  margin-top: 0px; 
  margin-right: 20px;
  margin-bottom: 20px;
  background: #f25656;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 14px;
  border-radius: 20px;
  letter-spacing: 0.03em;
}


.blog-details-area  .post-writer {
  letter-spacing: 0.03em;
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  font-weight: 500;
}

.blog-details-area .post-writer .writer-name {
  color: #0073e6; 
  cursor: default; 
  text-decoration: none;
}


.blog-details-area .blog-content h3{
  color: #fff;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}

.blog-area{
  padding: 130px 0px 100px;
}

.blog-wrap{
  margin-bottom: 30px;
  background: #131619;
}

.blog-img img{
  width: 100%;
  max-height: 470px;
  object-fit: cover;
}

.blog-content{
  overflow: hidden;
  padding: 10px 20px 30px;
}

.blog-content ul {
  margin-bottom: 10px;
}
.blog-content ul li{
  display: inline-block;
  margin-right: 10px;
}
.blog-content ul li:last-child{
  margin-right: 0px;
}
.blog-content ul li a{
  display: block;
  color: #ccc;
  font-size: 12px;
}
.blog-content h3{
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.blog-content p{
  margin-bottom: 15px;
}
.blog-content a{
  display: inline-block;
  float: right;
  color: #fff;
}
.blog-content a:hover{
  color: #fb9902;
}

.blog-details-wrap blockquote {
    background: #131619;
    color: white;
    padding: 30px 25px 30px 40px;
    font-size: 16px;
    /* font-style: italic; */
    margin: 40px 0;
    border-left: 10px solid #f25656;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: justify;
}


.blog-details-wrap blockquote li {
  margin-bottom: 10px; 
}

.blog-details-wrap blockquote .next-line {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;    
  text-align: justify;
}


.blog-details-wrap p {
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: justify;
  margin-bottom: 1.2em; 
}

.piercing-tips {
  list-style: none; /* hilangkan bullet default */
  padding: 0;
  margin: 1em 0;
}

.piercing-tips li {
  position: relative;
  padding-left: 2em; /* ruang untuk ikon */
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: justify;
}

.piercing-tips li::before {
  content: "✔"; /* ikon ceklis */
  color: #2ecc71; /* hijau fresh */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.piercing-tips1 {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

.piercing-tips1 li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.piercing-tips1 li::before {
  content: "➜";
  color: #2ecc71;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 2px;
}

.social-link ul {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-link ul li {
    display: inline-block;
}

.social-link ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1f1f1;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #555;
}

.social-link ul li a .iconify {
    font-size: 20px;
    color: inherit;
}

/* 🎨 warna khusus */
.social-link ul li a.facebook:hover {
    background: #1877f2; /* Facebook biru */
    color: #fff;
}

.social-link ul li a.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

.social-link ul li a.tiktok:hover {
    background: #010101; /* TikTok hitam */
    color: #fff;
}

.social-link ul li a.whatsapp:hover {
    background: #25d366; /* WhatsApp hijau */
    color: #fff;
}



@media (max-width: 640px) {
  
  .blog-details-area h1 {
    font-size: 30px;
    margin-top: 70px;   /* jarak dari header */
    margin-bottom: 10px; /* kecilkan jarak ke post-label */
    line-height: 1.4;   /* jarak antar baris teks */
  }

  .blog-details-wrap p {
    font-size: 15px;
  }

  .blog-details-area .post-label {
    font-size: 12px;
    padding: 1px 8px 0px;
    margin-right: 2px;
  }

  .blog-details-area  .post-writer {
  letter-spacing: 0.03em;
  font-size: 11px;
  color: #999;
  margin-right: 10px;
  font-weight: 500;
}

  .blog-details-area .post-writer .writer-name {
  color: #0073e6; 
  cursor: default; 
  text-decoration: none;
}

  .blog-img img {
    max-height: 250px;
}

  .piercing-tips li {
  font-size: 14px;
}

.blog-details-wrap blockquote li {
    font-size: 14px;
}

.blog-details-wrap blockquote .next-line {
    font-size: 14px;
}


}

@media (max-width: 1024px) {

  .blog-details-area h1 {
    margin-top: 30px;
    line-height: 1.4; 
  }

}

@media (min-width: 1024px) and (max-width: 1366px) {
  .blog-details-area h1 {
    margin-top: 0px;
  }
}

/* Customer Page */

.max-w-6xl {
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.customers h1 {
  letter-spacing: 0.02em;
  font-size: 38px;
  width: 90%;
  margin: 70px auto 50px auto;
}


/* Grid container Pinterest-style */
.grid-container {
  column-gap: 0.8rem;
  width: 90%;
  margin: 0 auto 80px auto;
}

.grid-container div {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.3rem;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  background: #fff;
  break-inside: avoid; /* penting untuk Pinterest-style */
  transition: all 0.25s ease-in-out;
}

.grid-container div img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  transition: all 0.25s ease-in-out;
}

.grid-container div p {
  margin: 20px 0;
  padding: 0 10px;
  text-align: center;
  font-style: italic;
  word-break: break-word;
  overflow-wrap: break-word;
}


.max-w-6xl blockquote {
    background: #131619;
    color: white;
    padding: 30px 25px 30px 40px;
    font-size: 16px;
    /* font-style: italic; */
    margin: 40px 0;
    border-left: 10px solid #f25656;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: justify;
}


.max-w-6xl blockquote li {
  margin-bottom: 10px; 
}

.max-w-6xl blockquote .next-line {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;    
  text-align: justify;
}



/* Lightbox Customer Gallery */
#customer-lightbox {
    display: none; /* hidden default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#customer-lightbox.active {
    display: flex;
    opacity: 1;
}

#customer-lightbox img.lightbox-img {
    max-width: 90%;
    max-height: 70%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

#customer-lightbox.active img.lightbox-img {
    transform: scale(1);
}

#customer-lightbox p.lightbox-text {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}

#customer-lightbox span.close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
}

/* Responsive columns */

/* Desktop: 4 kolom */
@media (min-width: 1025px) {
    .grid-container {
        column-count: 4;
    }
}

/* Tablet: 3 kolom */
@media (min-width: 769px) and (max-width: 1024px) {
    .grid-container {
        column-count: 3;
    }
}

/* Mobile: 2 kolom */
@media (max-width: 768px) {

    .customers h1 {
      font-size: 27px;
      margin-bottom: 40px;
      margin-top: 150px;
      letter-spacing: 0.02em;
      line-height: 1.4em;  
    }

    .grid-container {
        column-count: 2;
    }

    .grid-container div p {
        font-size: 10px;               
        margin: 10px;                  
        word-break: break-word;        
        overflow-wrap: break-word;     
        hyphens: auto;                 
    }

    #customer-lightbox img.lightbox-img {
        max-width: 95%;
        max-height: 60%;
    }

    #customer-lightbox p.lightbox-text {
        font-size: 16px;
        margin-top: 10px;
    }

    #customer-lightbox span.close {
        font-size: 40px;
        top: 10px;
        right: 20px;
    }
}



/* Single Post  */

.blog-details-wrap-single blockquote {
    background: #131619;
    color: white;
    padding: 30px 25px 30px 40px;
    font-size: 18px;
    /* font-style: italic; */
    margin: 40px 0;
    border-left: 10px solid #f25656;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: justify;
}


.blog-details-wrap-single blockquote li {
  margin-bottom: 100px; 
}

.blog-details-wrap-single blockquote .next-line {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;    
  text-align: justify;
}


.blog-details-wrap-single p {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-bottom: 1.5em; 
}


@media (max-width: 640px) {


.blog-details-wrap-single img,
  .blog-details-wrap-single .wp-block-image img {
    width: 100%;
    aspect-ratio: 10 / 9;
    object-fit: cover;
    max-height: 400px;          
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
  }
}

.blog-details-wrap-single p {
    font-size: 16px;
  }


.blog-details-wrap-single blockquote li {
    font-size: 14px;
}

.blog-details-wrap-single blockquote .next-line {
    font-size: 14px;
}


/* =========================
   Section Jewelry
========================= */

.section-jewelry {
  margin-bottom: 40px;
  background: #fff;
  padding: 20px;
}



/* =========================
   Tabs
========================= */

.tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

/* TAB BUTTON STYLE */
.tab {
  display: inline-block;
  width: 180px;
  padding: 6px 15px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: black;
  background-color: white;
  border: 2px solid black;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* HOVER */
.tab:hover {
  background-color: black;
  border-color: white;
  color: white;
}

/* ACTIVE */
.tab.active {
  background-color: black;
  color: white;
}


/* =========================
   Gallery
========================= */

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.item {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  opacity: 1;
}

.item:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.item h4 {
  margin: 5px 0;
  font-size: 16px;
}

.item p {
  margin: 2px 0;
  font-size: 13px;
  color: #555;
}


/* =========================
   Mockup Circle Image
========================= */

.mockup {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  background: #f0f0f0;
}

.mockup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  transition: transform .3s;
}

.item:hover img{
  transform: scale(1.08);
}


/* =========================
   Modal
========================= */

.modal-jewelry {
  display: none;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  justify-content:center;
  align-items:center;
  z-index:1000;
}

.modal-content-jewelry {
  background: #fff;
  padding:20px;
  border-radius:10px;
  max-width:600px;
  width:90%;
  max-height:90vh;
  overflow-y:auto;
  position:relative;
  text-align:center;
  animation: modalFade .25s ease;
}

@keyframes modalFade{
  from{
    opacity:0;
    transform: translateY(20px);
  }
  to{
    opacity:1;
    transform: translateY(0);
  }
}

.specs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 30px;
  text-align:left;
  margin-top:15px;
}

.specs p{
  margin:5px 0;
}

#modal-title{
  margin-bottom:10px;
}

#modal-caption{
  margin-bottom:15px;
  color:#666;
}

.close {
  position:absolute;
  top:10px;
  right:15px;
  font-size:1.5rem;
  cursor:pointer;
  color:black;
}


/* =========================
   Modal Mockup
========================= */

#modal-mockup {
  width:180px;
  height:180px;
  border-radius:50%;
  overflow:hidden;
  margin:15px auto;
  background:#f0f0f0;
}

#modal-mockup img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  transition: transform .4s;
}

#modal-mockup img:hover{
  transform: scale(1.1);
}


/* =========================
   Review Gallery
========================= */

.review-gallery {
  display:flex;
  gap:10px;
  overflow-x:auto;
  margin-top:10px;
  padding-bottom:5px;
}

.review-gallery img {
  width:80px;
  height:80px;
  object-fit:cover;
  border-radius:8px;
  flex-shrink:0;
}


/* =========================
   Tablet
========================= */

@media (max-width: 768px) {

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .mockup {
    width:130px;
    height:130px;
  }

  #modal-mockup {
    width:160px;
    height:160px;
  }

  .tabs {
    gap: 10px;
    margin-top: 110px; 
  }

  .tab{
    width: 48%;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.1;
  }

}


/* =========================
   Mobile
  
========================= */

@media (max-width: 480px) {

  .section-jewelry {
    padding:15px;
  }

  .tabs {
    gap: 15px;
  }

  .tab {
    padding: 6px 12px;
    font-size:14px;
    width: 30%;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap:12px;
  }

  .item {
    padding:8px;
  }

  .item h4 {
    font-size:14px;
  }

  .item p {
    font-size:12px;
  }

  .mockup {
    width:110px;
    height:110px;
  }

  #modal-mockup {
    width:140px;
    height:140px;
  }

  .review-gallery img {
    width:60px;
    height:60px;
  }

  .modal-content h2 {
    font-size:20px;
  }

}


/* REVIEW GALLERY */

.review-gallery{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
margin-top:20px;
}

.review-gallery img{
width:100%;
height:120px;
object-fit:cover;
border-radius:8px;
cursor:pointer;
transition:0.3s;
}

.review-gallery img:hover{
transform:scale(1.05);
}


/* IMAGE PREVIEW */

.image-preview{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.95);
justify-content:center;
align-items:center;
z-index:9999;
}

.image-preview img{
max-width:90%;
max-height:90%;
border-radius:10px;
}

.close-preview{
position:absolute;
top:30px;
right:40px;
font-size:40px;
color:white;
cursor:pointer;
}


/* MOBILE */

@media(max-width:768px){

.review-gallery{
grid-template-columns:repeat(3,1fr);
}

.review-gallery img{
height:100px;
}

.close-preview{
top:20px;
right:25px;
font-size:35px;
}

}


/* Aftercare Area */

.about-area2 .about-caption {
  padding-left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .about-area2 .about-caption {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area2 .about-caption {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area2 .about-caption {
    padding-top: 50px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area2 .about-caption {
    padding-top: 50px;
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .about-area2 .about-caption {
    padding-top: 40px;
    padding-left: 0px;
  }
}
.about-area2 .about-caption .pera-top {
  font-size: 16px;
  font-weight: 500;
  color: #212025;
  margin-bottom: 25px;
}
.about-area2 .about-caption .pera-bottom {
  font-size: 16px;
  color: #212025;
  font-weight: 300;
}
.about-area2 .about-img img {
  width: 100%;
}

.pt-top {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-top {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .pt-top {
    padding-top: 30px;
  }
}

.pb-bottom {
  padding-bottom: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-bottom {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pb-bottom {
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .pb-bottom {
    padding-bottom: 10px;
  }
}


.mt-30 {
  margin-top: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-50 {
  margin-bottom: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}
.section-tittle span {
  background-color: #f25656;
  padding: 5px 17px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 22px;
  font-family: "Raleway", sans-serif;
  color: white;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .section-tittle span {
    font-size: 14px;
  }
}

.about-caption h2 {
  font-size: 30px;
  font-weight: 600;
  color: #212025;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .about-caption h2 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .about-caption h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .about-caption p {
    font-size: 16px;
    letter-spacing: 0.3px;
    text-align: justify;
  }
}

/* @media (max-width: 575px) {
  .about-caption p {
    font-size: 14px;
    line-height: 1.6;
  }
} */





/* =========================
Promo Popup
========================= */

.promo-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(0, 0, 0, 0.6);

  backdrop-filter: blur(12px);

  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

/* show overlay */
.promo-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* =========================
POPUP IMAGE (NO BOX)
========================= */
.promo-popup {
  position: relative;
  transform: scale(0.7);
}

/* bounce + smooth */
.promo-overlay.show .promo-popup {
  animation: bounceIn 0.6s ease;
}

/* IMAGE SIZE (RESPONSIVE & BIG) */
.promo-popup img {
  width: 96vw;          /* hampir full layar mobile */
  max-width: 750px;     /* lebih besar di desktop */
  max-height: 92vh;     /* biar tidak kepotong */
  object-fit: contain;

  height: auto;
  display: block;

  border-radius: 28px;

  box-shadow:
    0 25px 60px rgba(0,0,0,0.35),
    0 10px 25px rgba(0,0,0,0.2);

  border: 1px solid rgba(255,255,255,0.08);

  overflow: hidden;

  transition: 0.4s ease;
}

.promo-popup img:hover {
  transform: scale(1.02);
}

/* CLOSE BUTTON */
.close-btn{
    position:absolute;
    top:10px;
    right:10px;

    width:36px;
    height:36px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:#111;

    font-size:28px;
    line-height:1;

    border-radius:50%;
    cursor:pointer;

    z-index:9999;

    box-shadow:0 2px 10px rgba(0,0,0,0.15);
}




/* =========================
MINI FLOATING (AFTER CLOSE)
========================= */
.promo-mini {
  position: fixed;
  bottom: 85px;
  right: 20px;

  display: none;
  z-index: 9998;
}

.promo-mini img {
  width: 100px;
  opacity: 0.9;
  transition: 0.3s;
}

.promo-mini img:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* =========================
ANIMATION
========================= */
@keyframes bounceIn {
  0% {
    transform: scale(0.6) translateY(-40px);
    opacity: 0;
  }
  60% {
    transform: scale(1.05) translateY(5px);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

/* MOBILE */
@media (max-width: 575px) {
  .promo-popup img {
    width: 130vw;
  }

  .promo-mini img {
    width: 75px;
  }
}


/* Gallery Swiper */

.myGallerySwiper {
  padding: 20px 10px 60px;
}

.myGallerySwiper .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
}

.myGallerySwiper .swiper-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: .4s;
}

.myGallerySwiper .swiper-slide img:hover {
  transform: scale(1.05);
}

/* pagination */
.swiper-pagination-bullet {
  background: #000;
  opacity: .3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}



/* ==========================
   WHY CHOOSE US
========================== */

.why-us{
    padding:50px 20px;
    background:#fff;
}

.why-us .container{
    max-width:1150px;
    margin:auto;
}

.why-us .subtitle{
    display:block;
    text-align:center;
    color:black;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:12px;
    text-transform:uppercase;
}

.why-us h2{
    text-align:center;
    font-size:42px;
    color:black;
    font-weight:500;
    line-height:1.3;
    margin-bottom:60px;
}

.why-us h2 span{
    color:#f25656;
}

.features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}


.feature-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.feature-link:hover {
    text-decoration: none;
}

.feature-item{

    display:flex;
    align-items:center;
    gap:22px;

    padding:28px;

    background:#fff;

    border:1px solid #ececec;

    border-radius:18px;

    transition:.35s ease;

	cursor: pointer;


}

.feature-item:hover{

    transform:translateY(-6px);

    border-color:#d8b46b;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.icon{

    width:68px;

    height:68px;

    min-width:68px;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    color:black;

    background:#faf7f2;

    border:1px solid #ead8b5;

    transition:.35s;

}

.feature-item:hover .icon{

    background:black;

    color:#fff;

}

.feature-content h3{

    margin:0;

    font-size:20px;

    color:#222;

    font-weight:600;

}

.feature-content p{

    margin-top:8px;

    color:#777;

    font-size:15px;

    line-height:1.7;

}

/* ==========================
   MOBILE
========================== */

@media (max-width:768px){

    .why-us{
        padding:30px 15px;
    }

    .why-us .subtitle{
        font-size:11px;
        letter-spacing:2px;
    }

    .why-us h2{
        font-size:24px;
        line-height:1.3;
        margin-bottom:30px;
    }

/*     .features{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:12px;
    } */

    .feature-item{
        padding:14px;
        gap:10px;
    }

/*     .feature-item:last-child{
        grid-column:1 / -1;
    } */

    .icon{
        width:42px;
        height:42px;
        min-width:42px;
        font-size:17px;
        border-radius:12px;
    }

    .feature-content h3 {
        font-size:10px;
        line-height:1.35;
        margin:0;
        letter-spacing:0.5px;
    }

    .feature-content p{
        display:none;
    }

}
