/*-----------------------------------------------------------------------------------

    Template Name: Freelancer - CV and Personal Portfolio Template
    Template URI: uideck.com
    Description: Freelancer - CV and Personal Portfolio Template
    Author: UIdeck
    Author URI: uideck.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
      01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Open+Sans:400,600,700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #646F87; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a {
  color: #00A78E; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #293651;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #646F87;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  padding: 14px 38px;
  font-size: 18px;
  font-weight: 600;
  color: #293651;
  text-decoration: none;
  border-radius: 50px; /* bentuk pill */
  background: linear-gradient(135deg, #a8e6cf, #d4f3e5); /* gradient pastel */
  box-shadow: 0 6px 15px rgba(168, 230, 207, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.main-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: left 0.4s ease;
}

.main-btn:hover {
  transform: scale(1.07);
  box-shadow: 0 8px 20px rgba(168, 230, 207, 0.6);
}

.main-btn:hover::before {
  left: 100%;
}


/*===== All Section Title Style =====*/
.section_title .sub_title {
  font-size: 20px;
  margin-top: -50px;
  font-weight: 600;
  color: #00A78E; }
  @media (max-width: 767px) {
    .section_title .sub_title {
      font-size: 16px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_title .sub_title {
      font-size: 18px; } }
.section_title .main_title {
  font-size: 35px;
  font-weight: 600;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .section_title .main_title {
      font-size: 22px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_title .main_title {
      font-size: 26px; } }
.section_title .line {
  padding-top: 10px; }
  .section_title .line li {
    display: inline-block;
    background-color: #00A78E;
    border-radius: 50px;
    height: 3px; }
    .section_title .line li:nth-of-type(1) {
      width: 64px; }
    .section_title .line li:nth-of-type(2) {
      width: 10px; }
    .section_title .line li:nth-of-type(3) {
      width: 7px; }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #00A78E #00A78E #eceff8;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #eceff8;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #eceff8;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
/*===========================
        02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .sticky .navbar {
    padding: 10px 0; }

.navbar {
  padding: 25px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.navbar-brand {
  padding: 0; }

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #293651;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

.navbar-nav .nav-item {
  margin-left: 45px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-left: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    font-family: "Open Sans", sans-serif;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #293651; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #293651; } }
    .navbar-nav .nav-item a span {
      width: 0;
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      border-radius: 50px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .navbar-nav .nav-item a span::before {
        position: absolute;
        content: '';
        width: 0;
        height: 2px;
        background-color: #fff;
        left: 110%; }
      .navbar-nav .nav-item a span::after {
        position: absolute;
        content: '';
        width: 0;
        height: 2px;
        background-color: #fff;
        left: 140%; }
  .navbar-nav .nav-item.active > a span, .navbar-nav .nav-item:hover > a span {
    opacity: 1;
    visibility: visible;
    width: 60%; }
    .navbar-nav .nav-item.active > a span::before, .navbar-nav .nav-item:hover > a span::before {
      width: 20%; }
    .navbar-nav .nav-item.active > a span::after, .navbar-nav .nav-item:hover > a span::after {
      width: 15%; }
  .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
  .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    .navbar-nav .nav-item .sub-menu li {
      display: block; }
      .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #293651; }
        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
          padding-left: 25px;
          color: #00A78E; }
.navbar-nav .sub-nav-toggler {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #293651;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  @media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #293651;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #293651;
    border-bottom: 1px solid #293651;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px; }

.sticky .navbar-nav .nav-item a {
  color: #293651; }
.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
  color: #00A78E; }

/*===== HEADER HERO =====*/
/* Import Font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

body {
  font-family: "Poppins", sans-serif;
  background: #f9f9f9;
  color: #293651;
}

/* Hero Section */
.header_hero {
  position: relative;
  z-index: 5;
  background-color: #f9f9f9;
  overflow: hidden;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

/* Hero Shape */
.header_hero_shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: -1;
}

.header_hero_shape::before {
  content: '';
  position: absolute;
  width: 1000%;
  height: 100%;
  background: linear-gradient(135deg, #a8e6cf, #6cbfa7, #d4f3e5);
  transform: skewX(20deg);
  top: 0;
  left: 0;
}

/* Hero Content */
.header_hero_content {
  max-width: 550px;
  animation: fadeInLeft 1.2s ease;
}

.header_hero_content .header_sub_title {
  font-size: 28px;
  font-weight: 600;
  color: #6cbfa7;
  letter-spacing: 2px;
  margin-top: 12px;
  margin-bottom: -12px;
}


.header_hero_content .header_title {
  font-size: 52px;
  font-weight: 700;
  margin-top: 15px;
}

.header_hero_content span {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  display: block;
  margin-top: 10px;
}

.header_hero_content p {
  margin-top: 15px;
  font-size: 16px;
  color: #646f87;
}

.header_hero_content .main-btn {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  color: #293651;
  padding: 14px 32px;
  border-radius: 40px;
  font-weight: 600;
  border: 2px solid #a8e6cf;
  transition: all 0.3s ease;
}

.header_hero_content .main-btn:hover {
  background: linear-gradient(135deg, #a8e6cf, #6cbfa7);
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(168, 230, 207, 0.7);
}

/* Hero Image */
/* Style default untuk gambar */
.header_hero_image img {
  width: 100%;
  max-width: 850px;
  border: none; /* default tanpa border */
  border-radius: 0; /* default tidak bulat */
}

.header_hero_image img:hover {
  transform: scale(1.05);
}
/* Saat mode HP (max-width 767px) */
@media (max-width: 1205px) {
  .header_hero_image img {
    border: 1px solid #a8e6cf; /* hijau pastel */
    border-radius: 50%; /* lingkaran */
    max-width: 620px; /* pas untuk HP */
    background: #fff; /* agar kontras */
    box-shadow: 0 8px 20px rgba(168, 230, 207, 0.4); /* soft shadow hijau */
    margin: 30px auto; /* jarak atas bawah */
    display: block; /* center image */
    transition: all 0.4s ease;
    margin-bottom: -35px;
  }

  .header_hero_image img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(168, 230, 207, 0.6); /* efek hover */
  }
  /* .header_hero_image img:hover {
    transform: scale(1);
  } */
}



/* Floating Animation */
@keyframes floatImage {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Social Icons */
.header_social {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.header_social li {
  list-style: none;
}

.header_social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 22px;
  color: #646f87;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.header_social li a:hover {
  transform: scale(1.2) rotate(10deg);
  color: #fff;
  box-shadow: 0 8px 20px rgba(168, 230, 207, 0.8);
}

/* Warna Brand Hover */
.header_social li:nth-child(1) a:hover { background: #1877f2; }
.header_social li:nth-child(2) a:hover { background: #1da1f2; }
.header_social li:nth-child(3) a:hover { background: #e4405f; }
.header_social li:nth-child(4) a:hover { background: #0077b5; }

/* Animasi Scroll Reveal */
@keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  0% { opacity: 0; transform: translateX(50px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* Responsive */
@media (max-width: 767px) {
  .header_hero {
    flex-direction: column;
    text-align: center;
    padding-top: 60px;
  }

  .header_hero_content .header_sub_title {
    font-size: 22px;
  }

  .header_hero_content .header_title {
    font-size: 34px;
  }

  .header_social {
    right: 10px;
    gap: 10px;
  }
}

/*===========================
        03.ABOUT css 
===========================*/
.about_area {
  padding: 80px 0 120px;
  background: #f9fdfb; /* Latar belakang lembut */
  font-family: 'Poppins', sans-serif;
}

.about_image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_image img {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 167, 142, 0.15);
  transition: transform 0.4s ease-in-out;
}

.about_image img:hover {
  transform: scale(1.05);
}

.about_image .about_shape {
  width: 330px;
  height: 420px;
  border-left: 10px solid #a8e6cf; 
  border-bottom: 10px solid #a8e6cf;
  position: absolute;
  bottom: 0;
  left: -15px;
  z-index: -1;
  border-radius: 25px;
  transition: all 0.5s ease;
}

.about_image:hover .about_shape {
  transform: rotate(-2deg) scale(1.03);
}

.about_content {
  margin-top: 40px;
}

.about_content .sub_title {
  font-size: 18px;
  color: #00a78e;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.about_content .main_title {
  font-size: 34px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.about_content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}
/* Work */
.job-list {
  margin-top: 20px;
}

.job-item {
  position: relative;
  padding-left: 30px;
  /* margin-bottom: 15px; */
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.job-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 20px;
  background: linear-gradient(180deg, #28a745, #7be495);
  border-radius: 3px;
}


/* Skills */
.about_skills {
  margin-top: -35px;
}

.skill_item {
  margin-top: 10px;
}

.skill_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.skill_title {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.skill_percentage p {
  font-size: 14px;
  color: #00a78e;
  font-weight: 600;
}

.skill_bar {
  margin-top: -15px;
}

.bar_inner {
  width: 100%;
  height: 10px;
  border-radius: 6px;
  background-color: rgba(0, 167, 142, 0.1);
  position: relative;
  overflow: hidden;
}

.progress_line {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  border-radius: 6px;
  background: linear-gradient(90deg, #00a78e, #00c6a7);
  width: 0;
  transition: width 1.8s ease;
}

.bar_inner .progress_line::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #00a78e;
  top: -4px;
  right: 0;
  border-radius: 4px;
}

@media (min-width: 768px) {
 
.about_content .sub_title {
 margin-top: 24px;
}
}


.edu-section {
  text-align: center;
  margin: 60px 0;
}

.edu-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: -10px;
  margin-top: 35px;
}

.edu-timeline-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Garis */
.edu-line {
  position: absolute;
  top: 75px; /* POSISI GARIS DITURUNKAN */
  left: 0;
  width: 100%;
  height: 6px;
  background: #00a78e;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}

/* Animasi garis */
.edu-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #00a78e, #00c6b0);
  animation: lineGrow 2s ease forwards;
}

@keyframes lineGrow {
  to {
    width: 100%;
  }
}

.edu-item {
  position: relative;
  text-align: center;
  width: 22%;
  z-index: 2;
}

/* Lingkaran lebih kecil + jarak */
.edu-circle {
  width: 75px;
  height: 75px;
  background: #00a78e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto 50px auto; /* jarak bawah */
  box-shadow: 0 4px 15px rgba(0, 167, 142, 0.4);
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}

.edu-item h6 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
  margin-left: 0;
}
.edu-item p {
  font-size: 14px;
  color: #666;
  margin-left: 0;
}



/* Hover Animasi */
.edu-item:hover .edu-circle {
  background: linear-gradient(135deg, #00a78e, #00c6b0);
  transform: scale(1.15);
  box-shadow: 0 8px 25px rgba(0, 167, 142, 0.6);
}

/* Animasi muncul */
.edu-item {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease forwards;
}

.edu-item:nth-child(1) { animation-delay: 0.3s; }
.edu-item:nth-child(2) { animation-delay: 0.6s; }
.edu-item:nth-child(3) { animation-delay: 0.9s; }
.edu-item:nth-child(4) { animation-delay: 1.2s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsif */
@media (max-width: 768px) {
  .edu-timeline-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
  }

  .edu-line {
    display: none;
  }

  .edu-item {
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
    padding-left: 60px;
  }
  .edu-item h6 {
  
    margin-left: 40px;
  }
  .edu-item p {
    
    margin-left: 40px;
  }
  .edu-circle {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    /* display: none; */

  }
}

/*===========================
       04.PORTFOLIO css 
===========================*/
.portfolio_area {
  background-color: #f9f9f9;
}

.single_portfolio {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  text-align: center;
  color: #333;
  text-decoration: none;
}

.single_portfolio img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.single_portfolio:hover {
  transform: translateY(-10px);
}


.portfolio_area .sub_title {
  font-size: 18px;
  color: #6cbfa7;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.portfolio_card {
  display: block;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.portfolio_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.portfolio_img_wrapper {
  position: relative;
}

.portfolio_img {
  width: 100%;
  display: block;
  border-radius: 15px 15px 0 0;
}

/* Overlay menutupi seluruh card */
/* .year_overlay_full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0); 
  transition: all 0.3s ease;
  z-index: 2;
  text-align: center;
} */

/* Hover overlay jadi hijau */
.portfolio_card:hover .year_overlay_full {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(40, 167, 70, 0.698);
}

.portfolio_title {
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1; /* tetap di atas gambar tapi di bawah overlay */
}

.portfolio_img_wrapper {
  position: relative;
  width: 100%;
  height: 250px; /* tinggi default card */
  border-radius: 15px 15px 0 0;
  background-color: #f0f0f0; /* placeholder jika gambar hilang */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.portfolio_img_wrapper img.portfolio_img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* gambar mengikuti ukuran card */
  display: block;
  border-radius: 15px 15px 0 0;
}

.year_overlay_full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0); /* transparan */
  transition: all 0.3s ease;
  z-index: 2;
  text-align: center;
}

.portfolio_card:hover .year_overlay_full {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(40, 167, 70, 0.698);
}



/*===========================
   10.CALL TO ACTION css 
===========================*/
.call_to_action_wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative; }
  .call_to_action_wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.06; }

.call_to_action_box {
  background-color: #00A78E;
  padding: 30px 60px 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 5; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .call_to_action_box {
      padding: 10px 40px 40px; } }
  @media (max-width: 767px) {
    .call_to_action_box {
      padding: 0px 20px 20px; } }
  .call_to_action_box::before {
    position: absolute;
    content: '';
    background-image: url(../images/shape-2.png);
    background-position: bottom center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    z-index: -1; }
  .call_to_action_box .call_to_action_content {
    max-width: 520px;
    margin-top: 25px; }
    .call_to_action_box .call_to_action_content .action_title {
      color: #fff;
      font-size: 35px;
      font-weight: 600; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .call_to_action_box .call_to_action_content .action_title {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .call_to_action_box .call_to_action_content .action_title {
          font-size: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .call_to_action_box .call_to_action_content .action_title {
          font-size: 26px; } }
    .call_to_action_box .call_to_action_content .line {
      padding-top: 10px; }
      .call_to_action_box .call_to_action_content .line li {
        display: inline-block;
        background-color: #fff;
        border-radius: 50px;
        height: 3px; }
        .call_to_action_box .call_to_action_content .line li:nth-of-type(1) {
          width: 64px; }
        .call_to_action_box .call_to_action_content .line li:nth-of-type(2) {
          width: 10px; }
        .call_to_action_box .call_to_action_content .line li:nth-of-type(3) {
          width: 7px; }
    .call_to_action_box .call_to_action_content p {
      color: #fff;
      margin-top: 15px; }
  .call_to_action_box .call_to_action_btn {
    margin-top: 30px; }
    .call_to_action_box .call_to_action_btn .main-btn {
      color: #00A78E;
      background-color: #fff; }
      .call_to_action_box .call_to_action_btn .main-btn:hover {
        background-color: rgba(255, 255, 255, 0.8); }

/*===========================
      11.FOOTER css 
===========================*/
.footer_area {
  background: #f8f9fa;
  padding: 30px 0 20px;
  border-top: 1px solid #ddd;
  font-family: 'Arial', sans-serif;
}
.footer_area a {
  color: inherit !important; /* Warna mengikuti elemen induk */
  text-decoration: none !important;
}
/* Wrapper Grid */
.footer_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer_wrapper {
    text-align: left;
  }
}

/* Column Titles */
.footer_col h4 {
  font-size: 16px;
  font-weight: 700;
  color: #00a78e;
  margin-bottom: 12px;
}

/* Contact Info */
.footer_contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_contact li {
  margin: 6px 0;
  font-size: 14px;
  color: #444;
}

.footer_contact i {
  color: #00a78e;
  margin-right: 8px;
}

/* Menu */
.footer_menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_menu li {
  margin: -6px 0;
}

.footer_menu li a {
  font-size: 14px;
  font-weight: 500;
  color: #293651;
  transition: color 0.3s;
}

.footer_menu li a:hover {
  color: #00a78e;
}

/* Social Icons */
.footer_social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_social li {
  display: inline-block;
  margin: 0 6px;
}

.footer_social li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(41, 54, 81, 0.07);
  color: #646F87;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s;
}

.footer_social li a:hover {
  color: #fff;
  background: #00a78e;
  transform: scale(1.1);
}

/* Credit */
.credit {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-top: 15px;
}

.credit a {
  color: #00a78e;
  font-weight: 600;
}
#chart-container {
  /* width: 80%; */
  margin-top: -20px;
  /* max-width: 200px; */
  /* background: #fff; */
  /* padding: 20px; */
  /* border-radius: 16px; */
  /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1); */
}