/*******************************/
/********* General CSS *********/
/*******************************/

:root {
  --warna-themes-1: #1b1814;
  --warna-themes-2: #e9e8e0;/*D5B981*/
}

html{
    scroll-behavior: smooth;
}

body {
    color:var(--warna-themes-2);
    background: var(--warna-themes-1);
    font-family: "montserrat", Arial, Helvetica, sans-serif;
    color:var( --warna-themes-1) !important;
}

@font-face {
  font-family: 'cormorantgaramond'; /* You can choose any name */
  src: url('../font/Cormorant-Garamond-Font/CormorantGaramond-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat';
  src: url('../font/Montserrat-Font/Montserrat-ExtraLight.ttf') format('truetype');
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: var(--warna-themes-1);
    font-family: "cormorantgaramond", Arial, Helvetica, sans-serif;
    font-weight:300 !important;
    letter-spacing: -1px;


}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: var(--warna-themes-2);
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.container{
    max-width: 1366px !important;
}

.back-to-top {
    position: fixed;
    display: none;
    background: var(--warna-themes-2);
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    left: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.bg-dark{
     background: var(--warna-themes-1) !important;
}

.back-to-top:hover {
    background: var(--warna-themes-1);
}

.back-to-top:hover i {
    color: var(--warna-themes-2);
}

.back-to-top i {
    color: var(--warna-themes-1);
    padding-top: 10px;
}

.whastapp-float {
    position: fixed;
    /*background: #55ec69;*/
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 20px;
    transition: transform 0.3s ease, bottom 0.3s ease, right 0.3s ease;
    z-index: 9;
    padding-top: 6px;
}

.whastapp-float i img {
    width:50px !important;
}

.whastapp-float:hover {
   transform : scale(1.5);
    right: 30px;
    bottom: 40px;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 60px;
    background: var(--warna-themes-1);
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    padding: 0 10px;
    text-align: center;
    /*border-left: 1px solid rgba(255, 255, 255, .15);*/
    /*border-bottom: 1px solid rgba(255, 255, 255, .15);*/
}

.top-bar .text:last-child {
    /*border-right: 1px solid rgba(255, 255, 255, .15);*/
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.top-bar .social {
    display: flex;
    height: 60px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    font-size: 22px;
    color: #ffffff;
    /*border-right: 1px solid rgba(255, 255, 255, .15);*/
    /*border-bottom: 1px solid rgba(255, 255, 255, .15);*/
}

.top-bar .social a:first-child {
    /*border-left: 1px solid rgba(255, 255, 255, .15);*/
}

.top-bar .social a:hover {
    color: #999999;
    background: var(--warna-themes-2);
}

/*@media (min-width: 992px) {*/
/*    .top-bar {*/
/*        padding: 0 60px;*/
/*    }*/
/*}*/


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: fixed;
    width: 100%;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    /*top: 0;*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 600;
}

.navbar .navbar-brand span {
    font-weight: 800;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: rgba(256, 256, 256, .1);
    transition: none;
}

.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.navbar-nav > .nav-item {
  position: relative;
}

.navbar-nav > .nav-item > a {
  display: block;
  padding: 0px 0px;
  text-decoration: none;
  color: #333;
}

/* dropdown2 menu container */
.dropdown2-menu {
  width:30vw;
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  padding-bottom: 14px;
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
  z-index: 999;
  border-radius:0px !important;
}

/* Column inside dropdown2 */
/*.dropdown2-menu .column {*/
/*  flex: 1;*/
/*}*/

.dropdown2-menu .column-mobile{
    display:none;
    flex:1;
}

.dropdown2-menu h4 {
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight:600;
  padding-top:26px;
  padding-left:20px;
  color:var(--warna-themes-1);
}

.dropdown2-menu ul {
 display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown2-menu ul li {
      flex: 1;
  margin-bottom: 6px;
  margin-left:20px;
  margin-right:20px;
  padding-left:10px;
  padding-right:10px;
}

.dropdown2-menu ul li:hover {
  background:var(--warna-themes-2);
  cursor:pointer;
}

.dropdown2-menu ul li a {
  color: #333;
  text-decoration: none;
}
        
.dropdown2:hover .dropdown2-menu {display: block;}
.dropdown2:focus-within .dropdown2-menu {display: block;}

/* Show dropdown2 on hover */
/*.navbar-nav > .nav-item:hover .dropdown2-menu {*/
/*  display: flex;*/
/*}*/
.dropdown2-menu.show {
  display: flex; /* Matches your mega-menu layout */
}

/*.navbar .dropdown2-menu {*/
/*    margin-top: 0;*/
/*    border: 0;*/
/*    padding:0px;*/
/*    border-radius: 0;*/
/*    background: #f8f9fa;*/
/*    width:500px;*/
/*}*/

/*.dropdown2-item:active{*/
/*     background: var(--warna-themes-1) !important;*/
/*     color: var(--warna-themes-2) !important;*/
/*}*/

/*.dropdown2-item:hover{*/
/*     background: var(--warna-themes-1) !important;*/
/*     color: var(--warna-themes-2) !important;*/
/*}*/

.lb-close {
    position: fixed !important;
    top: 10px !important;
    right: 2vw !important;
    left: auto !important;
    z-index: 9999;
}

 .lb-outerContainer {
      background-color:transparent !important;
}


    
.lightbox .lb-image{
    border:none !important;  
}
    

@media (min-width: 992px) {
    


        /* center lightbox */
    .lb-outerContainer {
      height: 90vh !important;
      /*max-width: 1000px;*/
      aspect-ratio: 16 / 9;
      width: auto !important;
    }
    
    /* keep 16:9 height */
    .lb-container {
      width: 100% !important;
      height: 100% !important;
    }
    
    /* image fit inside 16:9 */
    .lb-image {
      width: 100% !important;
      height: 100% !important;
      object-fit: contain;
    }
    
    /* remove auto inline height */
    .lb-outerContainer img {
      max-height: 100% !important;
    }
    
    .lb-close {
        position: fixed !important;
        top: 20px !important;
        right: 15vw !important;
        left: auto !important;
        z-index: 9999;
    }
    
    .lb-number{
       color:white !important;
       width:100% !important;
       font-weight:bold !important;
       text-align:center !important;
    }
    
    .lb-details{
        width:100% !important;    
    }
    
    .lb-dataContainer{
       text-align:center !important;
    }

    .navbar {
        position: absolute;
        width: 100%;
        /*top: 60px;*/
        padding: 20px 60px;
        /*background: rgba(0, 0, 0, .1) !important;*/
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: var(--warna-themes-1) !important;
    }
    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 18px;
        letter-spacing: 1px;
        /*text-transform: uppercase;*/
    }
}

/*@media (max-width: 991.98px) {   */
/*    .navbar {*/
/*        padding: 15px;*/
/*        background: var(--warna-themes-1) !important;*/
/*    }*/
    
/*    .navbar a.nav-link {*/
/*        padding: 5px;*/
/*    }*/
    
/*    .navbar .dropdown2-menu {*/
/*        box-shadow: none;*/
/*    }*/
/*}*/


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    height: calc(100vh - 60px);
    background: var(--warna-themes-2);
    overflow: hidden;
}

.hero .container-fluid {
    padding: 0;
}

.hero .hero-image {
    position: relative;
    text-align: right;
}

.hero .hero-image img {
    max-width: 80%;
    max-height: 80%;
}

.hero .hero-text {
    position: relative;
    padding-left: 75px;
    height: calc(100vh - 60px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.hero .hero-text h1 {
    color: var(--warna-themes-1);
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero .hero-text p {
    color: var(--warna-themes-1);
    font-size: 18px;
    margin-bottom: 25px;
}

.hero .hero-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--warna-themes-1);
    background: none;
    border: 2px solid var(--warna-themes-1);
    border-radius: 0;
    transition: .3s;
}

.hero .hero-text .btn:hover {
    color: var(--warna-themes-2);
    background: var(--warna-themes-1);
}

.hero .btn-play {
    position: absolute;
    z-index: 1;
    top: 80%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.hero .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--warna-themes-1);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.hero .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--warna-themes-1);
    border-radius: 50%;
    transition: all 200ms;
}

.hero .btn-play:hover:after {
    background-color: darken(var(--warna-themes-1), 10%);
}

.hero .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.hero .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #ffffff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.decking-section{
  /*background-color: var(--warna-themes-2); */
  color: var(--warna-themes-1);
  font-weight:600;
  margin-bottom:-50px;
  padding-top:70px;
  padding-bottom:70px;
  background:url('../img/custom.webp') no-repeat bottom center;
}

.decking-section .container {
  margin:auto;
  max-width:1300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.image-side img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

.image-side {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.form-side {
  flex: 1;
  max-width: 1200px;
  padding: 40px 30px;
  margin:auto;
}

.form-side h2 {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.form-data {
  display: flex;
  flex-direction: column;
}

label {
  margin-top: 10px;
  font-size: 0.9rem;
}

input, select {
  margin-top: 5px;
  padding: 10px;
  border: none;
  font-size: 0.9rem;
}

button {
  margin-top: 20px;
  padding: 12px;
  border: 2px solid var(--warna-themes-1);
  color: var(--warna-themes-1);
  background:transparent;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

#request{
    width:100%; 
    background:var(--warna-themes-1) !important; 
    border:1px solid var(--warna-themes-2); 
    color:var(--warna-themes-2);
    font-size:14pt;
}

#request:hover {
  background: var(--warna-themes-2) !important;
  color: var(--warna-themes-1) !important;
}


@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    right: 0px;
    top: -12px;
    z-index: 999;
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .hero .hero-text {
        padding-left: 15px;
    }
    
    .hero .hero-text h1 {
        font-size: 35px;
    }
    
    .hero .hero-text p {
        font-size: 16px;
    }
    
    .hero .hero-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .hero .hero-text h1 {
        font-size: 30px;
        font-weight: 600;
    }
    
    .hero .hero-text p {
        font-size: 14px;
    }
    
    .hero .hero-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .hero .hero-text h1 {
        font-size: 25px;
        font-weight: 600;
    }
    
    .hero .hero-text p {
        font-size: 14px;
    }
    
    .hero .hero-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
    }
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    /*margin-bottom: 45px;*/
    padding: 150px 0 0 0;
    text-align: center;
    color: var(--warna-themes-2);
}

.page-header h1 {
    position: relative;
    color: var(--warna-themes-2);
    font-size: 60px;
    font-weight: bold;
    width: fit-content;
    margin:auto;
    border-bottom:1px solid var(--warna-themes-2);
    margin-bottom:10px;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #999999;
}

.page-header a:hover {
    color: var(--warna-themes-2);
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: var(--warna-themes-2);
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header {
        padding-top: 125px !important;
    }

    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    text-align:center;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.section-header p {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
    font-style:italic;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/

.background-home{
    width:100vw; 
    height:100vh; 
    background:url('img/background-home.jpg'); 
    background-size:cover; 
    background-repeat: no-repeat; 
    background-position: center bottom;
}

.about {
    position: relative;
    text-align:center !important;
    width: 100%;
    padding: 45px 0;
    margin-top:-250px; 
    margin-left:auto; 
    margin-right:auto; 
    max-width:1100px; 
    background: var(--warna-themes-2);
}

.about .section-content{
    padding-left:70px; 
    padding-right:70px;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
    margin: 60px 0 0 60px;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.about .about-img::before {
    position: absolute;
    content: "";
    top: -60px;
    right: 60px;
    bottom: 60px;
    left: -60px;
    background: var(--warna-themes-1);
    z-index: 0;
}

.about .about-img::after {
    position: absolute;
    content: "";
    top: -30px;
    right: 30px;
    bottom: 30px;
    left: -30px;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: 2;
}

.about .about-text p {
    font-size: 22px;
    text-align:center;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--warna-themes-1);
    border: 1px solid var(--warna-themes-1);
    border-radius: 0;
    background: none;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: var(--warna-themes-2);
    background: var(--warna-themes-1);
}
.aside-article{
     margin-top: 90px !important;
}
.aside-article .row{
     margin:0 !important;
}

.article-content-left{
    padding-left:100px;
    padding-right:200px;
}

.article-content-right{
    padding-left:200px;
    padding-right:100px;
}

.aside-article .aside-article-img {
    background-size:cover !important; 
    background-repeat: no-repeat !important; 
    background-position: center bottom !important;  
    height:600px;
}

.aside-article-text {
    padding-top:30px;
}

.footer-contact p {
    font-size:14pt;
}

.footer-contact .city{
    color:var(--warna-themes-2); !important;
    font-size:20pt !important; 
    font-weight:bold;
}

.blog-article-detail{
    background:var(--warna-themes-1); !important;
    color:var(--warna-themes-2); !important;
}

.blog-article-detail .blog-text{
    padding-top:35px !important;
    padding-left:0px !important;
    padding-bottom:50px !important;
}

.blog-article-detail h2{
    color:var(--warna-themes-2); !important;
    padding-bottom:10px !important;
    
}

.blog-article-detail .blog-img::after {
    border: 0px !important;
}

.blog-article-detail .btn{
    color:var(--warna-themes-2) !important;
}

.about-header{
   margin-top:-30px;    
}

.about-header .section-header{
    margin-right:5px;
}

.about-header .about-text{
    font-size:16pt;
}

.about-header .countData{
     text-shadow: 0px 2px 4px var(--warna-themes-1);
}

.about-header-content{
    background:rgba(255,255,255,0.8);  
    padding: 40px 50px;
}

#portfolio-flters li {
    font-size:12pt !important;
    color:var(--warna-themes-2) !important;
     border:1px solid var(--warna-themes-1) !important;
}

#portfolio-flters li:hover {
    border:1px solid var(--warna-themes-2) !important;
}


#portfolio-flters .filter-active{
    background:var(--warna-themes-2) !important;
    color:var(--warna-themes-1) !important;
    border:1px solid var(--warna-themes-2) !important;
}

@media (max-width: 768px) {
    .background-home{
        height:100vh; 
    }

    .about{
        max-width:90% !important;
        margin-left:5% !important;
        margin-right:5% !important;
    }
    
    .about .section-content{
        padding-left:20px;
        padding-right:20px;
    }
    
    .about .about-text p {
        font-size: 16px;
        text-align:center;
        padding:5px;
    }

    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
    
    .blog .blog-item{
        width:auto !important;
    }
    
    .blog .blog-img{
        width:calc(100vw - 60px) !important;
    }
    
    .blog-article-detail .blog-img{
        width:auto !important;
    }
    
    .aside-article .row {
        display: flex;
        flex-direction: column;
    }
    
    .aside-article .aside-article-text p{
        font-size: 16px;
    }
    
    .article-content-left{
        padding-top:50px;
        padding-bottom:30px;
        padding-left:40px;
        padding-right:40px;
    }

    .article-content-right{
        padding-top:50px;
        padding-bottom:30px;
        padding-left:40px;
        padding-right:40px;
    }
    
    .aside-article .aside-article-img{
        order: 1; 
        height:300px !important;
    }
    .aside-article-content{
         order: 2; 
        height:auto !important;
    }
    
    .aside-article-text {
        padding-top:30px;
    }
    
    .footer-contact .city {
        font-size:20px !important;
    }
    
    .footer-contact p {
        font-size:16px !important;
    }
    
    .footer-contact .row {
        margin-left:-15px !important;
        margin-right:-15px !important;
    }
    
    .single p {
        font-size:12pt !important;
    }
    
    
    .decking-section {
      flex-direction: column;
    }
    
    .form-side {
      max-width: 100%;
    }
    
    .image-side {
       flex: 0;
       padding:0px;
    }
    
    
    .dropdown2-menu {
      flex-direction: column;
      width: 80vw;
      overflow-y:scroll;
      max-height: calc(100vh - 200px);
    }
    
    .dropdown2-menu .column-web{
        display:none !important;
    }
    
    .dropdown2-menu .column-mobile{
        display:block !important;
    }
    
    .dropdown2-menu ul {
      display: block;
    }
    
    #vidYoutube{
      transform: scale(1.8);
      height:50vh !important;   
        
    }
    #screen-youtube{
     height:50vh !important;   
    }
  
    .vm-card {
        padding: 30px 20px;
    }
    #image-aboutus{
        width:100%;
    }
    .new-padding{
        padding-right:0px !important;
    }
    
    .hide-mobile {
        display: none;
    }
    
    .about-header .row {
        font-size: 16px !important;
        margin-left:0px !important;
        margin-right:0px !important;
    }
    
    .about-header .about-text p {
        font-size: 16px !important;
        margin-left:5px;
        margin-right:5px;
    }
    
    .about-header-count{
        margin-top:-100%;
    }
    
    .about-header-content{
        margin-left:0px !important;
        margin-right:0px !important;
        padding: 30px 35px;
    }
    
    .vm-section {
        padding: 80px 0 0 0 !important;
    }

    .vm-section h1{
        margin-right:0px !important;
        text-align:left !important;
    }
    
    .vm-section .mission{
        margin-top:50px !important;
    }
    
    .vm-list{
        font-size:16px !important;
    }
    
    .vm-list li{
        font-size:16px !important;
    }
    
    .team-text p {
        font-size:16px !important;
    }
    
    .team-section{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    
    .team-section .subtitle{
        font-size:16px !important;
    }
    
    .footer .container{
        margin:0px !important;
        padding:0px !important;
    }
    
    #portfolio-flters li {
      padding:4px !important;
    }
    
    .product-container .name,.category {
        color:var(--warna-themes-2) !important;
    }
    
    .product-container .name{
        font-size:26px !important;
        font-weight:bold;
    }
    
    .product-container .category{
        font-size:16px !important;
    }
    
    .product-container .product-container-header{
        font-size:16px !important;
    }
    
    #product-image-big{
        text-align:center !important;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    max-width: 1400px;
    margin:auto;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    background: rgba(29, 36, 52, .04);
}



.service .service-img {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;   
}

.service .service-img h1 {
     text-shadow: 0px 0px 14px var(--warna-themes-2);
}

.service .service-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service .service-img::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: 1;
}

.service .service-item h3 {
    margin: 0;
    padding: 25px 15px 15px 15px;
    font-size: 25px;
    font-weight: 700;
}

.service .service-item p {
    margin: 0;
    padding: 0 25px 25px 25px;
    font-size: 16px;
}

.service .service-item a.btn {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--warna-themes-1);
    border: 2px solid var(--warna-themes-1);
    border-radius: 0;
    background: none;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: var(--warna-themes-2);
    background: var(--warna-themes-1);
    border-color: var(--warna-themes-1);
}

.aside-article{
    padding-bottom:60px;
}

.aside-article-content{
    display: flex;
    flex-direction: column;
    justify-content: center;   /* center the whole block vertically inside col */
    height: 600px;            /* or any height */
}

.aside-article-header .date{
    color: var(--warna-themes-2) !important;
    font-weight:bold !important;
    padding-bottom:5px;
    display: flex;
    font-size:12pt;
    flex-direction: column;
}

.aside-article-header h2{
    color: var(--warna-themes-2) !important;
    font-weight:600 !important;
    display: flex;
    flex-direction: column;
}

.aside-article-text p{
    color: var(--warna-themes-2) !important;
    font-weight:500 !important;
    font-size:16pt;
    display: flex;
    margin-top: auto; 
    flex-direction: column;
}

.aside-article-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--warna-themes-2);
    border: 1px solid var(--warna-themes-2);
    border-radius: 0;
    background: none;
    transition: .3s;
}

.aside-article-text a.btn:hover {
    color: var(--warna-themes-1);
    background: var(--warna-themes-2);
}


/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.price .price-item {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 30px;
    background: rgba(29, 36, 52, .04);
    transition: .3s;
}

.price .price-item:hover {
    background: var(--warna-themes-2);
}

.price .price-img {
    position: relative;
    width: 100px;
}

.price .price-img img {
    width: 100%;
}

.price .price-img::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: 1;
}

.price .price-text {
    position: relative;
    padding: 0 15px;
    width: calc(100% - 100px);
    overflow: hidden;
}

.price .price-text h2 {
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.price .price-text h3 {
    position: relative;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    margin-bottom: 30px;
}

.team .team-img {
    position: relative;
}

.team .team-img::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: transparent;
    border: 1px solid #F6F6F7;
    transition: .3s;
    z-index: 1;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: relative;
    margin: -60px 15px 0 15px;
    padding: 30px 15px;
    text-align: center;
    background: var(--warna-themes-1);
    transition: .3s;
    z-index: 2;
}

.team .team-text h2 {
    font-size: 16px;
    font-weight: 600;
}

.team .team-text p {
    margin: 0;
    color:var(--warna-themes-2);
    font-size:16pt;
}

.team .team-item:hover{
    cursor:pointer;
}

.team .team-item:hover .team-text {
    background: var(--warna-themes-2);
}

.team .team-item:hover .team-header {
    color: var(--warna-themes-1) !important;
}

.team .team-item:hover p {
    color: var(--warna-themes-1) !important;
}


.team .team-item:hover .team-img::after {
    border-color: var(--warna-themes-2);
    color: var(--warna-themes-1);
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 120px 0;
    background: linear-gradient(rgba(29, 36, 52, 1), rgba(29, 36, 52, .5), rgba(29, 36, 52, 1)), url(../img/testimonial-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .container {
    max-width: 700px;
}

.testimonial .testimonials-carousel {
    position: relative;
    width: 100%;
}

.testimonial .testimonial-item {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.testimonial .testimonial-item img {
    width: 60px;
    border-radius: 60px;
    margin-bottom: 25px;
}

.testimonial .testimonial-item p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

.testimonial .testimonial-item h2 {
    color: var(--warna-themes-2);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonial .testimonial-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.testimonial .owl-nav {
    width: 135px;
    margin-top: 45px;
    display: flex;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--warna-themes-2);
    background: var(--warna-themes-1);
    font-size: 22px;
    transition: .3s;
}

.testimonial .owl-nav .owl-next {
    margin-left: 15px;
}

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
    color: var(--warna-themes-1);
    background: var(--warna-themes-2);
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
    background: rgba(29, 36, 52, .04);
    overflow: hidden;
}


.blog .blog-img{
    display: flex;
    flex-direction: column;
    justify-content: center;   /* center the whole block vertically inside col */
    height: 250px !important; 
    width:  425.33px;
    background: no-repeat;
    background-size: cover !important;
    position: relative;
}

.blog .blog-img h1 {
     text-shadow: 0px 0px 14px var(--warna-themes-2);
}

.blog .blog-page .blog-item {
    margin: 0 0 30px 0;
}

.blog .blog-img::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: 1;
}

.blog .blog-meta {
    position: relative;
    padding: 20px 30px 12px 30px;
}

.blog .blog-meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #797979;
}

.blog .blog-meta i {
    margin: 0 2px 0 10px;
}

.blog .blog-meta i:first-child {
    margin-left: 0;
}

.blog .blog-text {
    position: relative;
    padding: 0 30px 30px 30px;
}

.blog .blog-text h2 {
    font-size: 18px;
    font-weight: 600;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--warna-themes-1);
    transition: .3s;
}

.blog .blog-item a.btn i {
    margin-left: 5px;
}

.blog .blog-item a.btn:hover {
    color: var(--warna-themes-2);
}

.blog .owl-nav {
    /*width: 150px;*/
    margin: 32px auto 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
}


.blog .owl-nav .owl-next {
     margin-left: 15px;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--warna-themes-2);
    background: var(--warna-themes-1);
    font-size: 14px;
    transition: .3s;
    border:1px solid var(--warna-themes-2);
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: var(--warna-themes-1);
    background: var(--warna-themes-2);
}

.blog .pagination .page-link {
    color: var(--warna-themes-1);
    border-radius: 0;
    border-color: var(--warna-themes-1);
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: var(--warna-themes-2);
    background: var(--warna-themes-1);
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 90px 0 15px 0;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: var(--warna-themes-1);
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    background: none;
    border: 2px solid var(--warna-themes-1);
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: var(--warna-themes-1);
    color: var(--warna-themes-2);
}

.portfolio .portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
}

.portfolio .portfolio-item:hover {
    margin-top: -10px;
}

.portfolio .portfolio-wrap {
    position: relative;
    width: 100%;
}

.portfolio .portfolio-wrap a::after {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background: transparent;
    border: 1px solid #F6F6F7;
    transition: .3s;
    z-index: 1;
}

.portfolio .portfolio-wrap:hover a::after {
    border-color: var(--warna-themes-2);
}

.portfolio img {
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    margin: 45px 0;
    background: var(--warna-themes-1);
}

.contact .container-fluid {
    background: url(../img/contact.jpg) left center no-repeat;
    background-size: contain;
}

.contact .contact-form {
    position: relative;
    padding: 90px 0 90px 45px;
    background: var(--warna-themes-1);
}

.contact .contact-form input {
    padding: 15px 0;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--warna-themes-2);
}

.contact .contact-form textarea {
    height: 90px;
    padding: 15px 0;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--warna-themes-2);;
}

.contact .contact-form .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--warna-themes-2);
    background: none;
    border: 2px solid var(--warna-themes-2);
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: var(--warna-themes-1);
    background: var(--warna-themes-2);
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (max-width: 767.98px) {
    .contact .container-fluid {
        background: none;
    }
    
    .contact .contact-form {
        padding: 90px 0;
    }
}


/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
    position: relative;
    width: 100%;
    padding: 45px 0 65px 0;
    color:var(--warna-themes-2) !important;  
}

.single img {
    width: 100%;
    margin: 0 0 25px 0;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.single .ul-group {
    padding: 0;
    list-style: none;
}

.single .ul-group li {
    margin-left: 2px;
}

.single .ul-group li::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.single .ol-group {
    padding-left: 18px;
}

.single h2 {
    color:var(--warna-themes-2) !important;  
}

.single p {
    font-size:14pt;
}

/* --------------------
   Vision & Mission Styles (Disesuaikan dengan Tema Warna Emas & Biru Tua)
   -------------------- */
.vm-section {
    padding: 80px 0;
}

.section-title {
    /* Warna teks utama menggunakan warna biru tua (dark primary color) */
    font-weight: 700;
    color: #1f2a38; 
    margin-bottom: 5px;
}

.section-subtitle {
    /* Warna subtitle menggunakan warna emas kecoklatan */
    color: #d4b27c;
    font-weight: 500;
}

.vm-card {
    background:rgba(255,255,255,0.8);
    /*border-radius: 10px;*/
    padding: 40px 40px;
    /*text-align: center;*/
    /* Memberi bayangan dengan sedikit warna keemasan */
    box-shadow: 0 5px 20px rgba(212, 178, 124, 0.3); 
    height: 100%; 
    border: 1px solid #eee; /* Garis tipis */
    transition: all 0.3s ease;
}

.vm-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 10px 30px rgba(212, 178, 124, 0.4); /* Bayangan lebih kuat saat hover */
}

.vm-icon {
    font-size: 3.5rem; /* Ukuran ikon sedikit diperbesar */
    margin-bottom: 15px;
}

/* Warna Khusus untuk Visi: Menggunakan Emas Kecoklatan */
.vision-card .vm-icon {
    color: #d4b27c; 
}
.vision-card h1 {
    color: #1f2a38; /* Judul tetap biru tua */
    font-weight: 700;
}

/* Warna Khusus untuk Misi: Menggunakan Emas Kecoklatan */
.mission-card .vm-icon {
    color: #d4b27c; 
}
.mission-card h1 {
    color: #1f2a38; /* Judul tetap biru tua */
    font-weight: 700;
}

.vm-text {
    font-size: 1rem;
    color: #797979;
    line-height: 1.6;
}

.vm-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 10px;
    font-size:16pt;
    color:var(--warna-themes-2);
}

.vm-list li {
    color:var(--warna-themes-2);
    position: relative;
    margin-bottom: 30px;
    font-size:16pt;
}

/* Ikon centang kustom untuk Misi menggunakan warna Emas */
.vm-list li::before {
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}

.vm-section h1{
    margin-right:50px;
}

.product-container{
    max-width:1600px !important;   
    margin:auto;
    color:var(--warna-themes-2);
}

.product-container .name,.category {
    color:var(--warna-themes-2) !important;
}

.product-container .name{
    font-size:26pt;
    font-weight:bold;
}

.product-container .category{
    font-size:16pt;
}

.product-container .product-container-header{
    color:var(--warna-themes-2) !important;
    font-size:16pt !important;
}

.product-container .product-container-detail{
    color:var(--warna-themes-2) !important;
}

.product-container .shop-link{
    border:1px solid var(--warna-themes-2) !important;
    color: var(--warna-themes-2) !important;
}

.product-container .shop-link:hover{
    border:1px solid var(--warna-themes-2) !important;
    color: var(--warna-themes-1) !important;
    background:var(--warna-themes-2) !important;
}

#shop{
    width:100%; 
    background:var(--warna-themes-1) !important; 
    border:1px solid var(--warna-themes-2); 
    color:var(--warna-themes-2);
    font-size:14pt;
}

#shop:hover {
  background: var(--warna-themes-2) !important;
  color: var(--warna-themes-1) !important;
}

.new-padding{
    padding-right:60px;
}

.team-section {
  text-align: center;
  padding: 60px 20px;
}

.team-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-section .subtitle {
  color:var(--warna-themes-2);
  font-size: 16pt;
  margin-bottom: 40px;
}

.team-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.team-member {
  padding: 40px;
  margin-left:10px;
  margin-right:10px;
  width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.button-contact{
    transition: all 0.3s ease;
}

.team-member:hover .button-contact{
  background:var(--warna-themes-2) !important;
  color:var(--warna-themes-1) !important;
}

.team-member img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.team-member h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.team-member .role {
  display: block;
  font-size: 13px;
  color: #d4b27c; /* Warna emas */
  margin-bottom: 10px;
  font-weight: 600;
}

.team-member p {
  font-size: 14px;
  color: #797979;
  margin-bottom: 15px;
}

.social-icons i {
  font-size: 15px;
  color: #d4b27c;
  margin: 0 5px;
  transition: color 0.3s;
  cursor: pointer;
}

.social-icons i:hover {
  color: #b18f5c;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    /*padding-top: 90px;*/
    background: var(--warna-themes-1);
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color:var(--warna-themes-1);
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2{
    position: relative;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
    color: var(--warna-themes-2);
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color:var(--warna-themes-2);
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color:var(--warna-themes-2);
}

.footer-contact a{
   color:var(--warna-themes-2);
    opacity:1;
}
.footer-contact a:hover{
    color: #999999;
    opacity:1;
}

.footer .footer-link a:hover {
    color: #999999;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 50px;
    font-size: 24px;
    color: var(--warna-themes-2);
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #999999;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    height: 60px;
    border: 2px solid var(--warna-themes-1);
    border-radius: 0;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--warna-themes-1);
    background: none;
    border-radius: 0;
    border: 2px solid var(--warna-themes-1);
    transition: .3s;
}

.footer .footer-newsletter .btn:hover {
    color: var(--warna-themes-2);
    background: var(--warna-themes-1);
}

.footer .copyright {
    padding: 0 30px;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright p {
    margin: 0;
    color:  var(--warna-themes-2);
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: var(--warna-themes-2);
    font-weight: 700;
}

.footer .copyright p a:hover {
    color: var(--warna-themes-2);
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}
