body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* height: 200vh; */ /* Hapus atau sesuaikan jika Anda ingin tinggi konten ditentukan oleh isinya */
    position: relative;
    font-weight: bold;
    background-image: url('../img/tbn10.png');
    background-repeat: repeat; /* Gambar tidak akan diulang */
    background-position: top center; /* Posisikan gambar di atas tengah */
    background-color: white; /* Fallback color if image fails to load */
    margin: 0;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
}

.custom-bg-half {
  position: relative;
  overflow: visible; /* supaya pseudo-element bisa lebih tinggi dari container */
  padding-top: 40px;    /* beri ruang atas supaya background bisa lebih tinggi */
  padding-bottom: 40px; /* beri ruang bawah supaya background bisa lebih tinggi */
  align-items: center;
}

.custom-bg-half::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;      /* setengah kiri */
  height: 100%;    /* sedikit lebih tinggi dari 100% */
  background: #5EABD6; /* ganti warna sesuai keinginan */
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  z-index: 1;
}

/* supaya konten ada di atas background */
.custom-bg-half .container {
  position: relative;
  z-index: 2;
}

.navbar-new {
  position: sticky;
  top: 0;
  z-index: 1020;
  transition: color 1s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.navbar-new a:hover{
  color: orange;
  transition: font-size 0.2s ease;
}

.navbar-new.scrolled a:hover{
  color: orange;
  transition: font-size 0.2s ease; /* Tambahkan transisi untuk latar belakang, warna teks, dan ukuran font */
}

.navbar-new a{
  transition: background-color 0.4s ease, color 0.4s ease;
  color: black;
  font-size: 15px;
  text-decoration: none;
}

.navbar-new i{
  transition: background-color 0.4s ease, color 0.4s ease;
  color: gray;
  text-decoration: none;

}

.navbar-toggler-icon{
  color: black;
}


/* CSS untuk navbar ketika scroll */
.navbar-new.scrolled {
  background-color: rgba(255, 115, 0, 0.8);
}

.navbar-new.scrolled a{
  color: white;
  text-decoration: none;
  font-size: 15px;

}

.navbar-new.scrolled i{
  color: white;
  text-decoration: none;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;

}

.production{
  padding-top: 5%;
}
p {
  color: #141414;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: black;
  text-decoration: none;
}
a:hover{
  color: #ff5c00;
}

.card{
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.2);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}

.carousel-inner{
  border-radius: 20px;
}


.list-product span:hover{
  background-color: white;
  font-weight: 600;
  color: #ff5c00;
  border-radius: 7px;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.2); /* Horizontal offset, Vertical offset, Blur radius, Color */
}

.list-menu .active{
  background-color: white;
  font-weight: 600;
  color: #ff5c00;
  border-radius: 7px;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.2);
}

.list-menu span{
  font-weight: 500;
  font-size: 16px;
  padding-left: 2%;
  color: #3d3d3d;

}

.inner-list-client-mcp div{

     background: linear-gradient(39deg, #404040, #ff5c00);
     background-clip: text;
      -webkit-background-clip: text;
       color: transparent;
    font-weight: 550;


}

.keterangan-karyawan{
  font-size: 18px;
  font-weight: 500;
  text-align: justify-all ;
}


.keterangan-proyek p{
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}

.list-product h3{
  color: #ff5c00;
  font-size: 24px;
}

.list-product a{
  text-decoration: none;
}

.product-harma{
  margin-top: 5%;
}

.product-harma h5{
  font-size: 20px;
  font-weight: 600;

}

.hero {
  padding-left: 5%;
  border-bottom-left-radius: 360% 90%;
  border-bottom-right-radius: 360% 90%;
  height: 600px;
  background-image: url("../img/SIPCP.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  image-rendering: auto;
  -webkit-image-rendering: auto;
}


.hero2{
  border-radius: 10%;
  margin-top: 10%;

}


.introduction{
  height: auto;
  border-radius: 10px;
}

video{
  width: 90%;
  height: auto;
  border-radius: 20px;
}

.first{
  color: white;
}

.hero .card-body{
  padding-top: 25%;
}


.hero2 h5{
  text-align: justify;
}

.production{
  margin-top: 10%;
}


.hero3{
  margin-top: 10%;
}
.human-resource h3{
  font-size: 14px;
  letter-spacing: 0.19em;
  font-family: sans-serif;
  font-weight: 500;
}

.body-color{

}

.count-up-medium{
  font-size: 150%;
}

.human-resource p{
  font-size: 350%;
  background: linear-gradient(150deg, #ff7300, #ff7900);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 500;
}

.vignette-effect img{
  border-radius: 30px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.vignette-effect::after {
  content: "Harma Contractor Indonesia";
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;

  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 500;
  font-size: 0.8em;
  margin-right: 5%;
}


.vignette-effect{
  position: relative;
}

.vignette-effect img:hover {
  outline-offset: calc(var(--g)/-0.5);
}



footer h4{
  font-size: 18px;
  text-align: justify;
}

footer{
  padding-top: 3%;
  background-color: rgba(222, 222, 222, 0.5);
}

.phone-section{
  display: flex;
  font-size: 15px;
  font-weight: bold;
  margin-top: 5%;
}
.phone{
  font-weight: 500;
}

.title-footer{
  font-weight: 520;
  color: #ff5c00;
}

.title-contact{
  font-weight: 520;
  color: #ff5c00;
  font-size: 17px;
  letter-spacing: .10em;
}

.map-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* Aspect ratio for 16:9 */
  height: 0;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.content-contact p{
  font-size: 14px;
  letter-spacing: .10em;
  font-weight: 520;
}

.content-title{
  font-weight: 580;
  font-size: 15px;
  color: #4a4a4a;
}

.footer-content p{
  margin-bottom: 10px;
}

.footer-content a{
  text-decoration: none;
  color: #b8bab9;
}

.footer-content .content-title:hover{
  text-decoration: none;
  color: #828282;
}

.team-section{
  margin-top: 8%;
}

.jabatan-direktur{
  margin-top: -10px;
  color: white;
}

.visi-direktur{
  font-style: italic;
  color: white;
}

.phonenumber{
  font-size: 18px;
   background: linear-gradient(39deg, #8a8a8a, #d66202);
   background-clip: text;
    -webkit-background-clip: text;
     color: transparent;;

}

.button-style {
  background: linear-gradient(90deg, #f25b24, #ff930f 72.85%);
  display: inline-block; /* Membuat tautan memiliki lebar dan tinggi */
  padding: 10px 20px; /* Sesuaikan padding sesuai kebutuhan */
  text-decoration: none; /* Menghapus garis bawah default pada tautan */
  color: black; /* Warna teks tautan */
  border-radius: 30px;
}

.button-style:hover {
  background: linear-gradient(90deg, #ff930f, #f25b24 72.85%);
  color: white; /* Warna teks saat hover */
  text-decoration: none;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);

}

.site-navbar .site-logo {
  position: relative;
  left: 0;
  font-size: 24px;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #007bff;
  display: inline-block;
  padding: 20px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 20px;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu > li.social > a {
  padding-left: 5px;

}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;

}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #007bff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #eff1f3;
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {

  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .social {
  display: inline-block;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li.social {
  float: none !important;
  width: auto !important;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-menu > li > a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar .site-menu > li > a:hover,
.sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
  color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #007bff !important;
}

.hero-section {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background: linear-gradient(to right, #4CAF50, #2196F3);
}

.hero-text-box {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
}


.direktur-card{
  background: linear-gradient(180deg, #065084, rgba(255, 115, 0, 0.8));
}

.nama-direktur{
  color: white;

}

.image-fade-container {
    position: relative;
    width: 100%;
}

.hero-image {
    display: block;
    width: 100%;
    height: 600px;
}

.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
    pointer-events: none;
}

.next-section {
    background-color: #ffffff;
}

.left-row {
    position: relative; /* Penting: agar pseudo-element diposisikan relatif terhadap .left-row */
    /* ... properti .left-row lainnya ... */
}

.left-row::after{
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 3px;
    height: 300px;
    background-color: #ff5c00;
    transform: translateY(-30px);
    border-radius: 20px 20px 20px 20px;
}

@media (max-width: 980px) {
    .left-row::after {
        content: ''; /* Pastikan konten ada untuk pseudo-element */
        position: absolute; /* Tetap absolute relatif terhadap .left-row */
        bottom: 0; /* Posisikan di bagian bawah .left-row */
        left: 50%; /* Posisikan 50% dari kiri .left-row */
        transform: translateX(-50%) translateY(230px); /* Geser ke kiri 50% dari lebarnya sendiri untuk tengah, dan geser sedikit ke bawah */
        width: 200px; /* Lebar garis horizontal (sesuaikan) */
        height: 3px; /* Tinggi garis horizontal (sesuaikan) */
        background-color: #ff5c00; /* Warna garis */
        border-radius: 20px; /* Jaga atau sesuaikan border-radius */

        /* Optional: tambahkan sedikit margin-bottom ke .left-row jika garis terlalu menempel */
        /* display: block; */ /* Pastikan tampil sebagai blok */
    }

    .hero-image{
      height: auto;
    }    
    /* Opsional: Jika Anda ingin .left-row sendiri juga di tengah pada layar kecil */
    .left-row {
        text-align: center; /* Untuk memusatkan teks di dalamnya */
        margin-left: auto;
        margin-right: auto; /* Untuk memusatkan elemen .left-row itu sendiri jika ia blok */
    }
    .custom-bg-half::before {
      width: 100%;          /* penuh lebar */
      height: 50%;          /* setengah tinggi dari atas */
      top: 0;
      left: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 20px;  /* hanya bawah kanan */
      border-bottom-left-radius: 20px;   /* tambah border radius kiri bawah biar smooth */
      border-top-left-radius: 20px;      /* border radius kiri atas */
    }
    .about-us{
      margin-top: 30px;
    }

    .hero-text-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero-text-box p {
        font-size: 1.5rem !important;
        padding: 20px;
    }
    .picture{
      max-width: 100%;
      height: 250px;
    }
    .lokasi-perusahaan{
      margin-top: 20%;
    }
}



