@import url(https://fonts.googleapis.com/css?family=Quicksand:400,500,700);
.about-section,
.produk,
.product-card,
.waves {
  overflow: hidden;
}
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Quicksand, sans-serif;
  font-size: 10px;
}
.logoLengkap {
  height: 40vh;
}
.produkTitle {
  font-size: 5em;
  font-weight: 700;
}
.abtUsTeks {
  max-width: 700px;
  font-size: 1.8rem;
}
.contactUsMap {
  height: 100%;
}
.about-section {
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-unstyled {
  font-size: 1.5em;
}

.footerDesc,
.seoWords {
  max-width: 300px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .footerDesc,
  .seoWords {
    text-align: left;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .footerDesc,
  .seoWords {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .list-unstyled {
    text-align: center;
    padding: 0;
  }
  .footerList {
    display: inline-block;
    margin: 2px 5px;
  }
}
#particles-js,
#vanta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  inset: 0;
}
.about-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  color: #fff;
}
.about-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 60, 93, 0.45);
  z-index: 1;
}
.nav {
  width: 100%;
  height: 100px;
  position: fixed;
  line-height: 65px;
  text-align: center;
  z-index: 100;
}
.nav div.logo {
  float: left;
  width: auto;
  height: auto;
}
.nav div.logo a {
  text-decoration: none;
  color: #fff;
  font-size: 2.5rem;
}
.nav div.logo a:hover,
.nav div.main_list ul li a:hover {
  color: #f57c00;
}
.nav div.main_list {
  height: 65px;
  float: right;
}
.nav div.main_list ul {
  width: 100%;
  height: 65px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 8px;
}
.nav div.main_list ul li {
  width: auto;
  height: 65px;
  padding: 0 3rem 0 0;
}
.nav div.main_list ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 65px;
  font-size: 2.4rem;
}
.product-card {
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  border: none;
  border-radius: 12px;
  background-color: #fff;
}
.product-card img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  border-bottom: 1px solid #f57c00;
}
.product-card .card-body {
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.product-card .card-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0b3c5d;
}
.product-card .card-text {
  font-size: 1.4rem;
  color: #555;
}
.home {
  position: relative;
  width: 100%;
  height: 50vh;
  background:
    linear-gradient(rgba(15, 42, 68, 0.6), rgba(15, 42, 68, 0.8)),
    url(../assets/gudang.png) center / cover no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.waves,
.waves li {
  left: 0;
  width: 100%;
  height: var(--waves-height);
  position: absolute;
}
.home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(196, 196, 196, 0.6);
  z-index: 1;
}
.home .overlay-text,
footer {
  position: relative;
  text-align: left;
}
.home .overlay-text {
  z-index: 2;
  color: #fff;
  padding: 20px;
}
.home .overlay-text h1 {
  margin-bottom: 10px;
  font-size: 55px;
}
.home .overlay-text p {
  font-size: 1.8rem;
  max-width: 80vw;
  margin: 0 auto;
  line-height: 1.4;
}
.navTrigger {
  display: none;
}
.nav {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
:root {
  --svg-wave: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 128'%3E%3Cpath d='M0 48c237-62 403-63 640 0 237 62 403 62 640 0v80H0V48z'/%3E%3C/svg%3E");
  --waves-width: 640px;
  --waves-height: 64px;
  --anim-duration: 5s;
  --max-width: 100%;
  --blue: #072b46;
  --blue-siw: #072b46;
  --blue-siw: hsl(207, 79%, 11%);
  --filter-black-to-blue: invert(10%) sepia(19%) saturate(5737%) hue-rotate(177deg) brightness(90%) contrast(101%);
  --filter-black-to-blue-siw: invert(10%) sepia(19%) saturate(5737%) hue-rotate(177deg) brightness(90%) contrast(101%);
}
footer,
header,
main {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  background-color: #fff;
  padding: 2em;
  box-sizing: border-box;
}
footer {
  bottom: 0;
  left: 0;
  right: 0;
  top: 9vh;
  background-color: var(--blue-siw);
}
.waves {
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: calc(var(--waves-height) * -1);
}
.waves li {
  display: block;
  bottom: 0;
  color: transparent;
  -webkit-user-select: none;
  user-select: none;
  background-image: var(--svg-wave);
  background-size: var(--waves-width) var(--waves-height);
  background-repeat: repeat-x;
  animation: animateWave var(--anim-duration) linear infinite;
  filter: var(--filter-black-to-blue-siw);
}
@keyframes animateWave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: var(--waves-width);
  }
}
.waves li:first-child {
  bottom: -15px;
}
.waves li:nth-child(2) {
  bottom: -7px;
  opacity: 0.7;
}
.waves li:nth-child(3) {
  bottom: -5px;
  opacity: 0.5;
}
.waves li:nth-child(4) {
  opacity: 0.3;
}
.waves li:nth-child(2n) {
  animation-direction: reverse;
}
.waves li:nth-child(n + 3) {
  background-size: calc(var(--waves-width) / 2);
  background-image: var(--svg-wave), linear-gradient(to top, #000 50%, transparent 50%);
}
main {
  flex-grow: 999;
  padding-bottom: calc(2em + var(--waves-height));
}
@media screen and (min-width: 1400px) and (max-width: 1024px) {
  .container {
    margin: 0;
  }
}
@media screen and (max-width: 1400px) {
  .nav div.media_button,
  .navTrigger {
    display: block;
  }
  .nav div.logo {
    margin-left: 15px;
  }
  .nav div.main_list {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .nav div.show_list {
    height: auto;
    display: none;
  }
  .nav div.main_list ul {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #111;
    background-position: center top;
  }
  .nav div.main_list ul li {
    width: 100%;
    text-align: right;
  }
  .nav div.main_list ul li a {
    text-align: center;
    width: 100%;
    font-size: 3rem;
    padding: 20px;
  }
}
.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}
.navTrigger i {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
}
.navTrigger i:first-child {
  -webkit-animation: 0.8s reverse backwards outT;
  animation: 0.8s reverse backwards outT;
}
.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: 0.8s reverse backwards outM;
  animation: 0.8s reverse backwards outM;
}
.navTrigger i:nth-child(3) {
  -webkit-animation: 0.8s reverse backwards outBtm;
  animation: 0.8s reverse backwards outBtm;
}
.navTrigger.active i:first-child {
  -webkit-animation: 0.8s forwards inT;
  animation: 0.8s forwards inT;
}
.navTrigger.active i:nth-child(2) {
  -webkit-animation: 0.8s forwards inM;
  animation: 0.8s forwards inM;
}
.navTrigger.active i:nth-child(3) {
  -webkit-animation: 0.8s forwards inBtm;
  animation: 0.8s forwards inBtm;
}
.produk {
  position: relative;
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #0a192f;
}
.produk .container {
  position: relative;
  z-index: 2;
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
.affix {
  padding: 10px;
  background-color: rgba(10, 25, 47, 0.8);
}
.myH2 {
  text-align: center;
  font-size: 4rem;
}
.myP {
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 20px;
}
@media all and (max-width: 700px) {
  .myP {
    padding: 2%;
  }
}
.contact-card {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #dfe6ee;
  transition: 0.3s;
}
.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.form-control {
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 2rem;
}
.form-control:focus {
  border-color: #0b3c5d;
  box-shadow: 0 0 0 0.2rem rgba(11, 60, 93, 0.2);
}
.btn-primary {
  background-color: #0b3c5d;
  border-color: #0b3c5d;
  border-radius: 8px;
  font-size: 1.6rem;
  transition: 0.3s;
}
.btn-primary:hover {
  background-color: #0e4b74;
  border-color: #0e4b74;
}
.map-container iframe {
  border-radius: 15px 15px 0 0;
  filter: grayscale(20%) contrast(110%);
}
.contact-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}
.contact-float img {
  width: 50px;
  height: 50px;
  transition: transform 0.2s;
}
.contact-float img:hover {
  transform: scale(1.1);
}
.namaP {
  height: auto;
  max-height: 70px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .map-container iframe {
    height: 300px;
  }
  .namaP {
    max-height: 55px;
    max-width: 180px;
  }
}
@media (max-width: 576px) {
  .namaP {
    max-height: 45px;
    max-width: 150px;
  }
}
@media (max-width: 1030px) {
  #footer footer p.center-align,
  #footer footer ul {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #footer footer .row {
    justify-content: center;
    text-align: center;
  }
  #footer footer .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #footer footer p.center-align {
    max-width: 90%;
  }
  #footer footer ul {
    padding-left: 0;
  }
  #footer footer li {
    display: inline-block;
    margin: 0 6px;
  }
  #footer footer h5,
  #footer footer h6 {
    text-align: center;
    margin-top: 20px;
  }
}
.img-wrapper {
  max-width: 100%;
  height: 65vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.card-text {
  font-size: 12px;
}
.card-text p {
  color: black;
  font-size: 14px;
}
img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
  .img-wrapper {
    height: 21vw;
  }
}
.carousel-inner {
  padding: 1em;
}
.card {
  margin: 0 0.5em;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  font-size: 0.9em;
}
.carousel-control-prev,
.carousel-control-next {
  width: 6vh;
  height: 6vh;
  background-color: #e1e1e1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.8;
}

/* =============================
   CTA ABOVE FOOTER – GLORY TEKNIK
   ============================= */

.cta-footer {
  background-color: #fff;
  padding: 28px 20px;
  border-top: 1px solid #ddd;
  text-align: center;
}

.cta-footer__inner {
  max-width: 960px;
  margin: 0 auto;
}

.cta-footer__text {
  font-size: 1.6rem;
  color: #12385c;
  line-height: 1.5;
  margin-bottom: 5px;
}

.cta-footer__break {
  display: none;
}

.cta-footer__btn {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0b5ed7; /* warna dominan di web */
  text-decoration: none;
  border-bottom: 2px solid #0b5ed7;
  padding-bottom: 2px;
  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}

.cta-footer__btn:hover {
  color: #084298;
  border-color: #084298;
}

/* respon di mobile */
@media (max-width: 640px) {
  .cta-footer__break {
    display: block;
  }
}

/*----  Main Style  ----*/
#cards_landscape_wrap-2 {
  text-align: center;
  padding-top: 10px;
}
#cards_landscape_wrap-2 .container {
  padding-top: 0px;
  padding-bottom: 100px;
}
#cards_landscape_wrap-2 a {
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  width: 100%;
  height: 100%;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img {
  opacity: 0.7;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box {
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer {
  background: #ffffff;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
}
#cards_landscape_wrap-2 .card-flyer:hover {
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box h3 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-family: sans-serif;
}
.why-choose-us {
  position: relative;
  overflow: hidden;
  background-color: #0a192f; /* fallback */
}
.why-choose-us::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 25, 47, 0.55);
  z-index: 1;
}

.section-title {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  font-family: sans-serif;
}

.section-subtitle {
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}

.why-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.why-content {
  position: relative;
  z-index: 2;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.why-card h3 {
  color: #0b2c4d;
  font-weight: 600;
  margin-top: 15px;
}

.why-card p {
  color: #555;
  font-size: 15px;
  margin-top: 10px;
}

.icon-box {
  width: 50px;
  height: 50px;
  background-color: #f57c00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 24px;
}

.handler-products .product-card {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #ffffff;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}

.handler-products .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.handler-products .card-img-wrapper {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.handler-products .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.handler-products .product-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.4em;
  color: #0b3c5d;
}

.handler-products .product-desc {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 0.8em;
}

.handler-products .btn-outline-primary {
  font-size: 1.1rem;
  padding: 0.45em 0.75em;
}

/* ===============================
   SECTION: INDUSTRIES (GLORY STYLE)
================================= */
.jt-industries {
  position: relative;
  background: #fff;
  padding: 80px 0;
  overflow: hidden;
}

/* subtle industrial glow */
.jt-industries::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(0, 140, 255, 0.15), transparent 40%), radial-gradient(circle at 80% 70%, rgba(0, 140, 255, 0.1), transparent 40%);
  pointer-events: none;
}

/* ===============================
   TITLE
================================= */
.jt-title {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.jt-subtitle {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 50px;
  font-size: 15px;
}

/* ===============================
   CARD
================================= */
.jt-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.4s;
}

.jt-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.5s;
}

/* overlay */
.jt-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));

  color: #fff;
  transition: 0.4s;
}

.jt-overlay h5 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}

.jt-overlay p {
  font-size: 14px;
  margin-top: 6px;
  opacity: 0.85;
}

/* CTA */
.jt-link {
  margin-top: 12px;
  font-size: 13px;
  color: #0dcaf0;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.jt-link:hover {
  color: #66e0ff;
}

/* ===============================
   HOVER EFFECT
================================= */
.jt-card:hover img {
  transform: scale(1.08);
}

.jt-card:hover .jt-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
}

/* ===============================
   RESPONSIVE TWEAK
================================= */
@media (max-width: 768px) {
  .jt-card img {
    height: 220px;
  }
}
