/** Home Page **/
body {
	padding-top: 0;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}


@media (min-width: 979px){
    body {
            padding-top: 60px;
    }
}

label.error { color: red; }

/** Login Page **/
#login {
    padding-top: 40px;
    padding-bottom: 40px;
}

#login .form-signin {
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
    margin-bottom: 10px;
	text-align: center;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.full {
	min-width: 100%;
}
i.icon-check{
	color: red;
}
/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
  visibility: visible;
  display: block;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

/** Global **/
#content {
  margin-left:0px;
}
.hide-sidebar, .show-sidebar {
  cursor: pointer;
}
.padd-bottom {
  margin-bottom: 5px;
}
.breadcrumb {
	margin: 0 0 0px;
	padding: 10px 0px;
	background-color: transparent;
}

.block {
	border: 1px solid #ccc;
	background: white;
	margin: 1em 0em;
	border-top: none;
}

.block-content {
	margin: 1em;
	min-height: .25em;
}

.block-header {
	margin-bottom: 0px;
	border-right: none;
	border-left: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.block-header div {
	padding-top: 10px;
}

.easyPieChart {
	margin: 0px auto;
}

.chart-bottom-heading {
	margin-top: 5px;
	text-align: center;
}

/** Side Bar **/
.bs-docs-sidenav {
  max-width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}

.upload-wrapper {
	border: 1pt solid #999999;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#uploading {display:none;}
#uploading {
	height:20px;
	width:210px;
	color:#bbb;
	background-color:#333;
	border:4px solid #444;
	padding:12px;
}
#pesanError
{
color: red;
}

.navbar-custom {
    background-color:#229922;
    color:#000000;
    border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
    color:#000000;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #000000;
    background-color:#000000;
}
.navbar-custom .navbar-brand {
    color:#eeeeee;
}

.navbar{
  margin-bottom: 0px;
}

.carousel .carousel-inner .item{
  height:500px;
}

.carousel-caption{
  margin-bottom: 50px;
}

.grid .col-md-1 , .col-md-4, .col-md-6, .col-md-8, .col-md-12, .col-md-2{

  margin-bottom: 4px;
  border-radius: 5px;
}
.color .col-md-2{
  height:100px;
  border-radius: 10px;
  padding-top: 35px
}
/*wan*/
  body {
      font-family: Arial, sans-serif;
      background-color: #f3f3f3;
      margin: 0;
      padding: 0;
    }
    header {
      background-color: #2e8b57;
      color: white;
      padding: 20px;
      text-align: center;
    }
    nav {
      background-color: #444;
      color: white;
      text-align: center;
      padding: 10px;
    }
    nav a {
      color: white;
      margin: 0 15px;
      text-decoration: none;
    }
    section {
      padding: 20px;
    }
    footer {
      background-color: #2e8b57;
      color: white;
      text-align: center;
      padding: 15px;
      position: fixed;
      width: 100%;
      bottom: 0;
    }
    .gallery img {
      width: 100%;
      max-width: 300px;
      margin: 10px;
      border-radius: 8px;
    }
.tentang {
     background: color whitesmoke  ;
     box-shadow: #000000 1px 1px 2px 2px ;
} 

    .product {
      margin-bottom: 30px;
    }
    .product img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
 /* === Bagian Profil === */
  #profil {
    background-color:whitesmoke;
    padding: 60px 0;
  }

  #profil h2 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #343a40;
  }

  #profil p {
    color: #555;
    font-size: 16px;
  }

  #profil .thumbnail {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 25px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  #profil .thumbnail:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }

  #profil h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #007b5e;
  }

  #profil iframe {
    border-radius: 10px;
    margin-top: 15px;
  }

  @media (max-width: 767px) {
    #profil .col-md-6 {
      margin-bottom: 20px;
    }
  }
/* STYLE UNTUK SECTION PESAN PRODUK KAMI */
#galeri {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.contact-form {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  color: #2c3e50;
}

.contact-form .form-group label {
  font-weight: 600;
  color: #2c3e50;
}

.contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 7px 15px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.contact-form button.btn {
  background-color: #28a745;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: background-color 0.3s ease;
}

.contact-form button.btn:hover {
  background-color: #218838;
}

/* Tambahan agar form tetap bagus di mobile */
@media (max-width: 768px) {
  .contact-form {
    padding: 20px;
  }

  .contact-form h2 {
    font-size: 24px;
  }

  .contact-form button.btn {
    width: 100%;
  }
}
/* STYLE UNTUK BAGIAN PRODUK & JASA KAMI */
#produk {
  background-color: #fff;
  padding: 60px 0;
}

#produk h1 {
  font-size: 36px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
}

#produk p {
  font-size: 18px;
  color: #7f8c8d;
  margin-bottom: 40px;
}

.product .thumbnail {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

.product .thumbnail:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.product img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.product .caption {
  padding: 20px;
}

.product .caption h3 {
  font-size: 22px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
}

.product .caption p {
  font-size: 16px;
  color: #16a085;
  margin-bottom: 15px;
}

.product .btn {
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.product .btn-success {
  background-color: #28a745;
  border: none;
}

.product .btn-success:hover {
  background-color: #218838;
}

.product .btn-info {
  background-color: #17a2b8;
  border: none;
}

.product .btn-info:hover {
  background-color: #138496;
}

/* Responsive untuk mobile */
@media (max-width: 768px) {
  .product .thumbnail {
    margin-bottom: 30px;
  }

  #produk h1 {
    font-size: 28px;
  }
}
/* ====== HEADER ====== */
header {
  background: linear-gradient(to right, #27ae60, #2ecc71);
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

header h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}

header p {
  font-size: 20px;
  margin: 0;
}


/* ====== NAVBAR ====== */
nav {
  background-color: #2c3e50;
  padding: 15px 0;
  text-align: center;
}

nav a {
  color: #ecf0f1;
  text-decoration: none;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

nav a:hover {
  color: #2ecc71;
  border-bottom: 2px solid #2ecc71;
}


/* ====== SECTION TENTANG KAMI ====== */
#tentang {
  background-color: #f4f4f4;
  padding: 60px 20px;
}

#tentang h1 {
  font-size: 36px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 20px;
}

#tentang p {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
}

#tentang img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Perbaikan struktur kolom (jika pakai Bootstrap) */
.rown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  header h1 {
    font-size: 32px;
  }

  header p {
    font-size: 16px;
  }

  nav a {
    display: inline-block;
    margin: 10px;
    font-size: 16px;
  }

  #tentang h1 {
    font-size: 28px;
  }

  #tentang p {
    font-size: 16px;
  }
}
/* ====== FOOTER ====== */
footer {
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
  padding: 25px 15px;
  font-size: 16px;
  border-top: 4px solid #27ae60;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

footer p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}
