/*
Theme Name: jeyc-consulting
Theme URI: http://fikrirasy.id/portfolio/parchment 
Description: 
Version: 0.8
License: GNU General Public License v2 or later
*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Felipa&family=Jim+Nightshade&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --transition: 0.2s;
  --bg-main: #e8d1a7;
  --bg-main-transparent: #e8d1a7aa;
  --bg-secondary-transparent: #f1dfc388;
  --bg-secondary-transparent2: #ffffff88;
  --bg-main-dark: #cdb78f;
  --color-dark: #111111;
  --color-link: #aa2c06;
  --color-link-active: #d01800;
  --color-headers: #81440d;
  --color1-main: #55a178;
  --color1-lihgt: #5fbc8c;
  --color1-dark: #428962;
  --color2-main: #81440d;
  --color2-lihgt: #a26229;
  --color2-dark: #66360c;
  --border-radius: 8px;
}

html {
  font-family: "Montserrat", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
  width: 100%;
  border: 1px solid var(--bg-main-dark);
  border-radius: 4px;
  padding: 0.3rem 0.7rem;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html,
body,
button,
input,
select,
textarea {
  color: var(--color-dark);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

body {
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: repeat;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: var(--color-headers);
  /* font-family: "Felipa", serif; */
  font-family: "Jim Nightshade", cursive;
}

h1, .h1 {
  font-size: 4rem;
}

h2, .h2 {
  font-size: 3rem;
}

h3, .h3 {
  font-size: 2.5rem;
}

h4, .h4 {
  font-size: 2.2rem;
}
h5, .h5 {
  font-size: 2rem;
}
h6, .h6 {
  font-size: 1.8rem;
}

a {
  color: var(--color-link);
  text-decoration: none;
}
a:active, a:hover {
  color: var(--color-link-active);
  text-decoration: none;
}

main a img {
  transition: var(--transition);
}
main a:hover img {
  transform: scale(1.02) rotate(-2deg);
}

.btn {
  transition: var(--transition);
    --bs-btn-padding-x: 3rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 1.1rem;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--color1-main);
    --bs-btn-border-color: var(--color1-main);
    --bs-btn-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: var(--color1-main);
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color1-main);
    --bs-btn-active-border-color: var(--color1-main);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
    background: linear-gradient(to top, var(--color1-dark), var(--color1-lihgt));
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.btn-success:hover {
  filter: brightness(0.9) contrast(1.1);
}
.btn-success:active {
  filter: brightness(0.9) contrast(1.1);
  transform: translateY(2px)!important;
}

.btn-outline-success {
    --bs-btn-color: var(--color1-dark);
    --bs-btn-bg: var(--bg-secondary-transparent);
    --bs-btn-border-color: var(--color1-dark);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bg-secondary-transparent);
    --bs-btn-hover-border-color: var(--color1-dark);
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bg-secondary-transparent);
    --bs-btn-active-border-color: var(--color1-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: var(--bg-secondary-transparent);
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
}
.btn-outline-success:hover {
  background: linear-gradient(to bottom, var(--color1-dark), var(--color1-main));
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.btn-outline-success:active {
  background: linear-gradient(to bottom, var(--color1-dark), var(--color1-main));
  transform: translateY(2px)!important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.form-control {
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: #ffffff88;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--color1-main);
}


img.img-default, .img-default img {
  border-radius: 16px;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);;
}



.section { padding: 100px 0; }
.fade { opacity: 0; }
.hero-img { transform: scale(1.1); }
.feature { cursor: pointer; }


/* ===== HEADER LAYOUT ===== */
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 20px;
    position: fixed;
    z-index: 1011;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #00000088;
}
.admin-bar .site-header {
  top: 32px;
}

.site-branding {
  display: flex;
  align-items: center;
}

.header-spacer,
.logo-wrap,
.menu-top-container,
.menu-toggle {
  flex: 1 1 0;
}

.menu-top-container {
  justify-content: flex-end;
}

/* BIG LOGO */

.hero-logo-wrap {
    position: absolute;
    top: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1010;
}

.hero-logo {
    width: 320px;
}

.site-header .img-lang {
  width: 26px;
  height: 26px;
  object-fit: cover;
  border-radius: 50%;
}
.site-header .topmenu-lang {
  opacity: 0.5;
}
.site-header .topmenu-lang.topmenu-lang-current,
.site-header .topmenu-lang:hover {
  opacity: 1;
}


/* SMALL LOGO */

.logo-wrap {
    opacity: 0;
    transform: translateY(-80px);
}


.site-title {
  margin: 0;
  font-size: 20px;
}

.site-title a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

/* ===== MENU (DESKTOP) ===== */
.menu {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}

.menu li a:hover {
  color: #007bff;
}

.menu-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-weight: 500;
}

.menu-link-button:hover,
.menu-link-button:focus,
.menu-link-button.show {
  color: #007bff;
}

.menu-link-button.dropdown-toggle::after {
  margin-left: 0.45rem;
  vertical-align: 0.15em;
}

.project-dropdown-menu {
  min-width: 14rem;
  border-color: var(--bg-main-dark);
  background-color: var(--bg-main);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.project-dropdown-menu .dropdown-item,
.project-dropdown-menu .dropdown-item-text {
  color: var(--color-dark);
}

.project-dropdown-menu .dropdown-item:hover,
.project-dropdown-menu .dropdown-item:focus {
  background-color: var(--bg-secondary-transparent);
  color: var(--color-link-active);
}

/* ===== BURGER BUTTON ===== */
.menu-toggle {
  display: none;
  max-width: 48px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}

.menu-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 999px;
}

/* ===== MOBILE MENU (DRAWER) ===== */
@media (max-width: 991.98px) {
  .menu-toggle {
    display: inline-flex;
  }

  .header-spacer {
    display: none;
  }

  .logo-wrap {
    flex: 0 1 auto;
  }

  .menu {
    flex-direction: column;
    gap: 15px;
  }

  .menu-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.mobile-menu-offcanvas {
  --bs-offcanvas-width: min(320px, 85vw);
  background-color: var(--bg-main);
  border-left: 1px solid var(--bg-main-dark);
}

.mobile-menu-offcanvas .offcanvas-header {
  padding: 1.25rem 1.25rem 0.75rem;
}

.mobile-menu-offcanvas .offcanvas-body {
  padding: 0.75rem 1.25rem 1.5rem;
}

.mobile-menu-list {
  gap: 0;
}

.mobile-menu-list .menu-item {
  gap: 12px;
}

.mobile-menu-list .menu-item a,
.mobile-menu-list .menu-link-button {
  color: var(--color-dark);
  font-size: 1.1rem;
}

.mobile-dropdown-toggle {
  width: 100%;
  text-align: left;
}

.mobile-project-dropdown-menu {
  position: static !important;
  inset: auto !important;
  width: 100%;
  margin-top: 0.25rem !important;
  transform: none !important;
}

.mobile-menu-offcanvas .btn-close {
  opacity: 1;
}

.site-logo {
  height: 42px;
}


.img-default {
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.img-icon {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.img-icon-md {
  height: 46px;
}
.img-icon-lg {
  height: 86px;
}
.img-icon-xl {
  height: 128px;
}
.img-icon-xxl {
  height: 192px;
}
.img-icon-xxxl {
  height: 256px;
}
main a img {
  border: 2px solid var(--color-link);
  transition: 0.3s;
}
main a:hover img {
  transform: scale(1.03)!important;
}

.bg-left {
  background: linear-gradient(to right, rgba(245, 245, 245, 0) 40%, var(--bg-main-transparent) 50%);
}

.bg-right {
  background: linear-gradient(to left, rgba(245, 245, 245, 0) 40%, var(--bg-main-transparent) 50%);
}

.bg-full {
  background: var(--bg-main-transparent);
}

.bg-detailed {
  background-color: var(--bg-main-transparent);
}


.hero-main {
  padding-top: 220px;
}
.hero-image-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}


.jecSwiper {
  margin: 0 46px;
  position: relative;
  padding-bottom: 20px;
}
.jecSwiper .swiper-button-prev {
  left: -40px;
}
.jecSwiper .swiper-button-next {
  right: -40px;
}
.jecSwiper .swiper-slide {
  padding: 16px;
  text-align: center;
}
.jecSwiper .swiper-button-next, .jecSwiper .swiper-button-prev {
  color: var(--color-link);
}
.jecSwiper .swiper-pagination-bullet-active {
  background-color: var(--color-link);
}
.jecSwiper .swiper-slide img {
  aspect-ratio: 9/10;
  object-fit: cover;
  object-position: center;
}

.section-slider-images .jecSwiper .swiper-slide img {
  height: 420px;
  object-fit: cover;
  object-position: center;
}


.typewriter-bordered {
  border: 1px solid var(--color2-lihgt);
  background-color: var(--bg-secondary-transparent);
  padding: 0.4rem 1rem;
  border-radius: var(--border-radius);
}
.typewriter-lg {
  font-size: 130%;
}
.typewriter::after {
  content: "|";
}
.typewriter.done::after {
  content: "";
}

.howitworks-item {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
.howitworks-item::before {
  content: "";
  position: absolute;
  left: 33px;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color2-main);
  z-index: -1;
}
.howitworks-item:first-child:before {
  top: 50%;
  height: 50%;
}
.howitworks-item:last-child:before {
  top: 0%;
  height: 50%;
}

.howitworks-item .number {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jim Nightshade", cursive;
  font-size: 3rem;
  background-color: var(--color2-main);
  border: 2px solid var(--bg-main);
  border-radius: 50%;
  line-height: 1em;
  color: var(--bg-main);
  padding-top: 0.4rem;
  flex-shrink: 0;
}
.howitworks-item .data {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.howitworks-item .image {
  flex-shrink: 0;
}
.howitworks-item .text {
  font-size: 1.2rem;
  font-weight: 500;
}



@media (max-width: 767.98px) {
  .howitworks-item .data {
    flex-wrap: wrap;
    padding-bottom: 1.6rem;
    gap: 0.3rem;
  }
}


footer .footer2 {
  padding: 16px 0;
    background-color: var(--bg-main-dark);
}

.reviews .review, .reviews-slider .review {
  border: 1px solid var(--bg-main-dark);
  border-radius: var(--border-radius);
  padding: 1.6rem;
  text-align: left;
  margin-bottom: 2rem;
  background-color: var(--bg-secondary-transparent);
  display: block;
}
.reviews .review {
  display: flex;
  gap: 1.5rem;
}
.review .avatar {
  text-align: center;
}
.review .avatar img, .review-avatar {
  max-width: 120px;
  aspect-ratio: 1!important;
  object-fit: cover;
  border-radius: 50%;
}
.small .review-avatar {
  max-width: 64px;
}
.review .data {
  flex-shrink: 1;
}
.review .review-footer {
  text-align: right;
}
.review .author {
  display: flex;
  flex-direction: column;
}
.review .text-short {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review .author .author-name {
  font-weight: bold;
}
.review .author .author-position {
  font-size: 90%;
  font-style: italic;
}
@media (max-width: 767.98px) {
  .review {
    flex-direction: column;
  }
}