/*------------------------------------------*/
/*	    Fonts
/*------------------------------------------*/

/*------------------------------------------*/
/*	    General
/*------------------------------------------*/
/* General */
html {
  min-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
body {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* max-width: 1440px; */
  height: 100%;
  background: #fdfdfd;
  overflow-wrap: anywhere;
  font-family: "Roboto", "Arial", sans-serif;
}

input[type="button"] {
  outline: none !important;
  border: 0 !important;
  box-shadow: unset !important;
}
input[type="button"]::-moz-focus-inner {
  outline: none !important;
  border: 0 !important;
  box-shadow: unset !important;
}
input[type="button"]:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: unset !important;
}
button:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: unset !important;
}

strong,
b {
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  outline: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/* a:hover {
} */
a,
a:hover {
  text-decoration: none;
}
a,
a:focus {
  outline: 0;
}
i {
  font-size: 1.1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
p strong {
  font-weight: 600;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 98;
  background: #fff;
}

.lg-sub-html h4 {
  color: #fff !important;
}
.lg-sub-html p {
  color: #fff !important;
}

/*------------------------------------------*/
/*	   FAQ
/*------------------------------------------*/
.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #000000 !important;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1) !important;
}
.accordion-item {
  border: 1px solid #000000 !important;
}
.accordion-body {
  background: #dfe6ec !important;
}
/*------------------------------------------*/
/*	   UL Font Awesome
/*------------------------------------------*/

.ullifontawesome ul,
.ullifontawesome li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ullifontawesome ul {
  margin: 2em 0;
}

.ullifontawesome li {
  margin-left: 1.5em;
}

.ullifontawesome li:before {
  content: "\f058";
  font-family: "Font Awesome\ 5 Free";
  float: left;
  margin-left: -1.5em;
}

/*------------------------------------------*/
/*	    Paralax
/*------------------------------------------*/
.section-parallax {
  /* The image used */
  /*  background-image: linear-gradient(180deg, #7F7F7Fb5 0%, #000000c7 100%), url('img_parallax.jpg'); */

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*------------------------------------------*/
/*	    Card 4
/*------------------------------------------*/
.block-cardku-4 {
  margin-top: 75px;
}
.block-cardku-4 .cardku-4-custom {
  position: relative;
  font-size: 1rem;
}
.block-cardku-4 .cardku-4-col {
  margin-bottom: 100px;
}
.block-cardku-4 .cardku-4-custom-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  left: 35%;
}
.block-cardku-4 .cardku-4-custom:hover {
  border: none !important;
}
.block-cardku-4 .cardku-4-custom:hover .cardku-4-custom-icon {
  border: none !important;
}

/*------------------------------------------*/
/*	    Rewrtie bootstrap
/*------------------------------------------*/
.form-group {
  margin-bottom: 1.25em;
}

/* equal column */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-eq-height > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* thumbnail */
/* .thumbnail {
  border-width: 0;
  padding: 0;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.thumbnail .caption {
  padding: 5px 15px;
} */

/***** lang button *****/
.lang-button {
  margin: 3px 0 0 15px;
  padding: 0;
  list-style: none;
}
.lang-button li {
  display: inline-block;
  margin-left: 5px;
}
.lang-button,
.frm-search {
  display: inline-block;
}
.lang-button {
  margin: 0 30px 0 0;
}
.lang-button li {
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  margin: 0;
}
.lang-button li:last-child:before {
  content: "|";
  margin: 0 7px;
}
.lang-button a {
  color: #333;
}

/*------------------------------------------*/
/*	    Kontent
/*------------------------------------------*/
.btn-biruku-kontent {
  background-color: #0075c4;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px !important;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.btn-biruku-kontent:hover {
  background-color: #dc3545;
  color: #fff;
}
a.btn-biruku-kontent {
  color: #fff !important;
}
.kotak-artikelku .card-title {
  color: #0075c4;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}
.kotak-artikelku .published {
  color: #363636;
  font-size: 11px;
  margin-bottom: 20px;
}
.kotak-artikelku .card-text {
  color: #363636;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 30px;
}
.kotak-artikelku a {
  color: #0075c4;
  text-decoration: none;
}
.kotak-artikelku a:hover {
  color: #dc3545;
  text-decoration: none;
}

/*------------------------------------------*/
/*	    Sidebar
/*------------------------------------------*/
.sidebar-artikel-title-block {
  padding: 10px 25px 5px 25px;
  background: linear-gradient(180deg, #7f7f7f 0%, #000000 100%);
  color: #fff;
}
.h2judulsidebar {
  color: #fff;
  font-size: 26px;
}
.sidebar-artikel {
  padding: 15px 25px 10px 25px;
}
.sidebar-artikel-time {
  color: #363636;
  font-size: 14px;
  font-weight: 500;
}
.sidebar-artikel-title {
  color: #0075c4;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.sidebar-artikel a {
  color: #0075c4;
  text-decoration: none;
}
.sidebar-artikel a:hover {
  color: #dc3545;
  text-decoration: none;
}

/*------------------------------------------*/
/*	        Section
/*------------------------------------------*/
section {
  margin: 30px 0 30px;
}
section.margin0 {
  margin: 0;
}
.heading {
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  margin: 0 0 50px;
  position: relative;
}
.heading::before {
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  right: 50%;
  margin-right: -35px;
  bottom: -10px;
  display: block;
  background: #ddd;
}
.heading.heading-light {
  color: #fff;
}
.heading.heading-light::before {
  background: #fff;
}

/*------------------------------------------*/
/*			Services
/*------------------------------------------*/
.section-service {
  /* background: linear-gradient(180deg, #7F7F7Fb5 0%, #000000c7 100%) */
  color: #fff;
  position: relative;

  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-wrapper {
  margin: 0 auto;
  padding: 70px 0 70px;
}
.section-service .service-icon {
  border: 1px solid #ddd;
  color: #ddd;
  height: 84px;
  line-height: 84px;
  margin: 0 auto;
  width: 84px;
  font-size: 32px;

  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
}
.section-service .service-icon,
.section-service h3,
.section-service p {
  border-color: #fff;
  color: #fff;
}

/*------------------------------------------*/
/*			Features
/*------------------------------------------*/
.section-features .media-left {
  padding-top: 5px;
}
.section-features .media-body {
  padding-left: 15px;
}

.section-features .media-heading {
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*			Latest Blog
/*------------------------------------------*/
.post-item {
  margin-bottom: 30px;
}
.post-item .media {
  margin: 0;
}
.post-item .media-left {
  padding-right: 15px;
}
.post-date {
  text-align: center;
  margin-top: 30px;
}
.post-date .day {
  background-color: #444;
  color: #fff;
  padding: 12px 0;
  width: 42px;
  display: block;
  font-size: 22px;

  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.post-date .month {
  color: #fff;
  display: block;
  height: 40px;
  line-height: 39px;
  width: 42px;
  background: #ddd;
  text-align: text-align;

  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
h3.post-title {
  margin-top: 25px;
}

/*------------------------------------------*/
/*			Destination
/*------------------------------------------*/
.destination-item {
  margin-bottom: 20px;
  position: relative;
}
.destination-info {
  text-align: left;
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 10;
}
.destination-info h3 {
  margin: 0;
  font-weight: 600;
  color: #fff;
}
.destination-info h5 {
  margin: 0;
  padding: 9px 25px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  color: #0075c4;
  font-size: 14px;
  font-weight: 500;
}

/*------------------------------------------*/
/*			Client
/*------------------------------------------*/

/*------------------------------------------*/
/*			Page Nav
/*------------------------------------------*/
.page-nav {
  margin: 30px 0;
  text-align: center;
}
.page-nav ul {
  margin: 0;
  padding: 0;
}
.page-nav li {
  display: inline-block;
  border: none !important;
}
.page-nav span,
.page-nav a {
  padding: 3px 10px;
  margin: 2px;
  color: #666;
  border: 1px solid #eee;
  display: block;
}
.page-nav span {
  color: #999;
}
.page-nav .active a,
.page-nav .current {
  background: #01b5ea;
  border-color: #01b5ea;
  color: #fff;
}
.page-nav .disabled span {
  background: #fafafa;
  border-color: #eee;
}

/*------------------------------------------*/
/*			Footer
/*------------------------------------------*/
footer {
  background: #7f7f7f;
  background: linear-gradient(180deg, #7f7f7f 0%, #000000 100%);
  color: #fff;
  font-size: 14px;
  position: relative;
}
footer img {
  max-width: 100%;
  height: auto;
}
.footer-section {
  padding: 70px 0 50px;
}
footer h3 {
  color: #fff;
  margin-bottom: 30px;
}
footer p,
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .form-control,
footer input[type="text"] {
  background: linear-gradient(180deg, #7f7f7f 0%, #000000 100%);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  color: #fff;
  margin-bottom: 15px;
}
footer textarea.form-control {
  height: 80px;
}
footer .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 12px;
}
footer .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 12px;
}
footer .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 12px;
}
footer .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 12px;
}
.nav-footer li a {
  text-transform: capitalize;
}
.connect-icon {
  width: 15px;
}
.copyright-section {
  padding: 15px 0;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #fff;
}
.copyright-section p {
  margin: 0;
  color: #fff;
}
.copyright-section a {
  color: #fff;
  text-decoration: none;
}
.copyright-section a:hover {
  color: #fff;
  text-decoration: none;
}

/*------------------------------------------*/
/*			Keunggulan
/*------------------------------------------*/
.block-dg-icon-card-gradient-2 {
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
  margin-bottom: 30px;
}
.block-dg-icon-card-gradient-2 .col-card-gradient-2 {
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
  color: #fff;
  font-size: 16px;
  border-radius: 12px;
  background-color: #7f7f7f;
  background: linear-gradient(180deg, #7f7f7f 0%, #000000 100%);
}
.block-dg-icon-card-gradient-2 .col-card-gradient-2 .block-isi-card-gradient-2 {
  padding-bottom: 10px;
  padding-top: 10px;
}
.block-dg-icon-card-gradient-2
  .col-card-gradient-2
  .block-isi-card-gradient-2
  p {
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: -30px;
}
.block-dg-icon-card-gradient-2
  .col-card-gradient-2
  .block-isi-card-gradient-2
  p
  span {
  margin-left: 8px;
}
.block-dg-icon-card-gradient-2
  .col-card-gradient-2
  .block-isi-card-gradient-2
  p:nth-child(odd) {
  background: none;
  padding: 10px 15px 10px 50px;
}
.block-dg-icon-card-gradient-2
  .col-card-gradient-2
  .block-isi-card-gradient-2
  p:nth-child(even) {
  background: rgb(255 255 255 / 15%);
  padding: 10px 15px 10px 50px;
}

/*------------------------------------------*/
/*			Produk
/*------------------------------------------*/
.cardku-wave-col .custom-shape-divider-bottom-wave-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.cardku-wave-col .custom-shape-divider-bottom-wave-2 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.cardku-wave-col .custom-shape-divider-bottom-wave-2 .shape-fill {
  fill: #7f7f7f;
}

.cardku-wave-col .card-title {
  color: #fff;
}

.cardku-wave-col .card-body {
  background: linear-gradient(180deg, #7f7f7f 0%, #000000 100%);
  color: #fff;
}

.cardku-wave-col .btnproduk .btn-beli {
  background: #ff9800 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.cardku-wave-col .btnproduk .btn-beli:hover {
  background: #ff1100 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.cardku-wave-col .btnproduk .btn-tanya {
  background: #01c501 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.cardku-wave-col .btnproduk .btn-tanya:hover {
  background: #ff1100 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.cardku-wave-col .card-notify-year {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ff4444;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  padding: 15px 0 0 0;
  z-index: 5;
}
.cardku-wave-col .card-notify-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #f2d900;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: #000;
  padding: 5px 10px;
  font-size: 14px;
  z-index: 5;
}

/*------------------------------------------*/
/*			Back to top
/*------------------------------------------*/
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  z-index: 98;
}
.back-to-top i,
.back-to-top svg {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background-color: #000;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 5px;
}

/*------------------------------------------*/
/*			Animate
/*------------------------------------------*/
.animated {
  display: block;
  /*
	animation-duration: 3s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	*/
}
.animated.title {
  animation-delay: 0.5s;
}
.animated.info {
  animation-delay: 1s;
}
.animated.button {
  animation-delay: 1.5s;
}

/*------------------------------------------*/
/*			Owl Carousel
/*------------------------------------------*/

/* Styling Owl Pagination*/
.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5px;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px 4px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #444;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.touch-slider:hover .owl-controls .owl-page span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border-color: #00b6e3;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* Custom Owl Pagination*/
.owl-container {
  position: relative;
}
.owl-container .owl-buttons [class*="owl-"] {
  position: absolute;
  top: 50%;
  font-size: 24px;
  z-index: 10;
}
.owl-container .owl-buttons .owl-prev {
  left: 0;
}
.owl-container .owl-buttons .owl-next {
  right: 0;
}

/* Styling Owl navigation*/
.owl-buttons .owl-prev,
.owl-buttons .owl-next {
  font-size: 36px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
}
.owl-buttons .owl-prev {
  left: 0;
}
.owl-buttons .owl-next {
  right: 0;
}

/* ======================================
Form 
========================================*/

/* btn */
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-default {
  background: #01b5ea;
  border-color: #01b5ea;
  color: #fff;
}
.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: #009fcc;
  border-color: #009fcc;
  color: #fff;
}

/* input */
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.control-group select,
.control-group textarea,
.control-group input[type="text"],
.control-group input[type="password"],
.control-group input[type="datetime"],
.control-group input[type="datetime-local"],
.control-group input[type="date"],
.control-group input[type="month"],
.control-group input[type="time"],
.control-group input[type="week"],
.control-group input[type="number"],
.control-group input[type="email"],
.control-group input[type="url"],
.control-group input[type="search"],
.control-group input[type="tel"],
.control-group input[type="color"] {
  background: none repeat scroll 0 0 #ffffff;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  background-color: #ffffff;
  border-color: #01b5ea;
  color: #696969;
  box-shadow: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: #ffffff;
  border-color: #d5d5d5;
  border-width: 1px;
  color: #858585;
  box-shadow: none;
}
.checkbox label,
.radio label {
  padding-left: 0;
  padding-right: 20px;
}
.checkbox-inline,
.radio-inline {
  padding-left: 0;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"],
.checkbox-inline input[type="checkbox"],
.radio-inline input[type="radio"] {
  opacity: 0;
}
input[type="checkbox"] + .lbl,
input[type="radio"] + .lbl {
  cursor: pointer;
  font-weight: normal;
  padding-left: 25px;
  padding-top: 5px;
  position: relative;
}
input[type="checkbox"]:disabled + .lbl,
input[type="radio"]:disabled + .lbl {
  color: #bbb;
  cursor: not-allowed;
}
input[type="checkbox"] + .lbl::before,
input[type="radio"] + .lbl::before,
input[type="radio"] + .lbl::after {
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
}
input[type="checkbox"] + .lbl::before,
input[type="radio"] + .lbl::before {
  font-family: fontAwesome;
  content: "\a0";
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  height: 16px;
  line-height: 14px;
  width: 16px;
  text-align: center;
}
input[type="checkbox"]:checked + .lbl::before,
input[type="radio"]:checked + .lbl::before {
  content: "\f00c";
  background-color: #fff;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
input[type="radio"] + .lbl::before,
input[type="radio"]:checked + .lbl::before {
  content: "";
  border-radius: 8px;
}
input[type="radio"]:checked + .lbl::after {
  background: #00b6e3;
  border-radius: 8px;
  content: "";
  height: 10px;
  left: 3px;
  top: 6px;
  width: 10px;
}
input[type="checkbox"]:disabled + .lbl::before,
input[type="radio"]:disabled + .lbl::before,
input[type="checkbox"][disabled] + .lbl::before,
input[type="radio"][disabled] + .lbl::before,
input[type="checkbox"].disabled + .lbl::before,
input[type="radio"].disabled + .lbl::before {
  background-color: #ddd !important;
  border-color: #ccc !important;
  box-shadow: none !important;
  color: #bbb;
}
input[type="checkbox"] + .lbl::before,
input[type="radio"] + .lbl::before {
  color: #00b6e3;
}
input[type="checkbox"]:hover + .lbl::before,
input[type="radio"]:hover + .lbl::before,
input[type="checkbox"] + .lbl:hover::before,
input[type="radio"] + .lbl:hover::before {
  border-color: #ffc107;
}
.checkbox,
.radio {
  margin-bottom: 15px;
}
.btn-spinner {
  font-size: 18px;
  border: 1px solid #ddd;
}

/*------------------------------------------*/
/*			Misc
/*------------------------------------------*/
.xhide {
  opacity: 0;
}
.iconleft {
  margin-right: 5px;
}
.iconright {
  margin-left: 5px;
}
.no-border {
  border: none;
}
.no-shadow {
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.list-item {
  margin-bottom: 30px;
}
.icon-sm {
  width: 25px;
}
.icon-lg {
  width: 60px;
  font-size: 48px;
}

/* sparator */
.sparator {
  background: #333;
  height: 1px;
}

/* typo */
.lowercse {
  text-transform: lowercse !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}

/* color */
.white {
  color: #ffffff !important;
}
.red {
  color: #cd3333 !important;
}
.orange {
  color: #ff9800 !important;
}
.deep-orange {
  color: #f46e39 !important;
}
.purple {
  color: #c032bb !important;
}
.green {
  color: #37c770 !important;
}
.lime {
  color: #cddc39 !important;
}
.lime-dark {
  color: #827717 !important;
}
.blue {
  color: #4993e6 !important;
}
.amber {
  color: #ffc107 !important;
}
.pink {
  color: #e91e63 !important;
}

/* .dropdown-menu .submenu {
  border: none !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
  background-color: red;
} */

/*------------------------------------------*/
/*	                Navbar
/*------------------------------------------*/

/* Base Navbar Styles - Applied to all screen sizes */

/*------------------------------------------*/
/*	                Section
/*------------------------------------------*/
.heading::before {
  background: #7f7f7f;
}

/*------------------------------------------*/
/*	                Blog
/*------------------------------------------*/
.post-date .month {
  background: #7f7f7f;
}

/*------------------------------------------*/
/*	          Page Navigation
/*------------------------------------------*/
.page-nav .active a,
.page-nav .current {
  background: #7f7f7f;
  border-color: #7f7f7f;
}

/*------------------------------------------*/
/*	          Owl carousel
/*------------------------------------------*/
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border-color: #7f7f7f;
}
.owl-buttons .owl-prev:hover,
.owl-buttons .owl-next:hover {
  color: #7f7f7f;
}

/*------------------------------------------*/
/*	          Gallery
/*------------------------------------------*/
.nav-album .active a {
  background: #7f7f7f;
  border-color: #7f7f7f;
}

/*------------------------------------------*/
/*	          Contact
/*------------------------------------------*/
.contact-info i,
.contact-info .svg-inline--fa {
  color: #7f7f7f;
}

/*------------------------------------------*/
/*	          features
/*------------------------------------------*/
.section-features .fa,
.section-features .svg-inline--fa {
  color: #7f7f7f;
}

/*------------------------------------------*/
/*	          Form
/*------------------------------------------*/
.btn-view:hover {
  background: #7f7f7f;
  border-color: #7f7f7f;
}
input[type="radio"]:checked + .lbl::after {
  background: #7f7f7f;
}
input[type="checkbox"] + .lbl::before,
input[type="radio"] + .lbl::before {
  color: #7f7f7f;
}
.btn-default {
  background: #7f7f7f;
  border-color: #7f7f7f;
}
.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: #193226;
  border-color: #193226;
}

/* OWL-CAROUSEL */
#owl-slider {
  padding-top: 0;
  overflow: hidden;
}
#owl-slider,
#owl-slider .owl-video-wrapper {
  max-height: 580px;
}
#owl-slider h2 {
  font-weight: 800;
}
#owl-slider .owl-stage {
  padding: 0 !important;
}
#owl-slider .item {
  position: relative;
  padding-top: 47.92307%;
}
#owl-slider .item,
#owl-slider .item-video {
}
#owl-slider .item .gambar,
#owl-slider .item-video .gambar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  overflow: hidden;
}
#owl-slider img {
  max-width: 100%;
  height: auto;
}
.owl-video-wrapper {
  width: 100%;
  height: auto;
}
.owl-video-wrapper {
  height: 48vw !important;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
}
.owl-prev {
  left: 20px;
}
.owl-next {
  right: 20px;
}
.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#owl-slider .item .item-caption {
  /* top: 20%; */
  left: 5%;
  right: 20%;
  bottom: 20%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
#owl-slider .item .item-caption a,
#owl-slider .item-video .item-caption a {
  color: #f86c07;
}
#owl-slider .carousel-caption {
}
#owl-slider .carousel-caption h2 span {
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-size: 24px;
  width: 100%;
}
#owl-slider .carousel-caption p span {
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-size: 16px;
}
#owl-slider .btn-slider {
  background: transparent;
  border: 2px solid #fff;
  box-shadow: 0 0 5px #000;
  text-shadow: 0 0 5px #000;
  color: #fff;
  border-radius: 8px;
}
#owl-slider .btn-slider:hover {
  background: #fff;
  color: #000 !important;
  text-shadow: none;
}
#owl-slider .item .item-caption .learn-more,
#owl-slider .item-video .item-caption .learn-more {
  height: 38px;
  width: 144px;
  /* background-color: #F86C07; */
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 20px;
  /* font-weight: bold; */
  line-height: 14px;
  /* padding: 12px 27px; */
}

#owl-slider .owl-nav .owl-next,
#owl-slider .owl-nav .owl-prev {
  width: 40px;
  top: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  margin: auto;
}
#owl-slider .owl-nav .owl-next:hover,
#owl-slider .owl-nav .owl-prev:hover {
  color: #d81a27;
  background: transparent;
}
#owl-slider .owl-nav .owl-next {
  margin-right: 0;
}
#owl-slider .owl-nav .owl-prev {
  margin-left: 0;
}
#owl-slider .owl-nav .svg-inline--fa {
  color: #fff;
  opacity: 0.6;
}
#owl-slider .owl-nav:hover .svg-inline--fa {
  opacity: 1;
}
/* #owl-slider .owl-dots{bottom:120px;} */
#owl-slider .owl-dots {
  display: none !important;
}
#owl-slider .owl-dots .owl-dot span {
  border-color: #fff;
  background: transparent;
  margin: 3px 5px;
  border: 1px solid #fff;
}
#owl-slider .owl-dots .owl-dot.active span {
  border-color: #fff;
  background: #fff;
}
#owl-slider .carousel-caption {
  bottom: 140px;
}
#owl-slider .carousel-caption h2 span {
  margin-bottom: 20px;
  font-family: arial;
}

#owl-slider .owl-theme .owl-dots .owl-dot {
  /* display:block; */
}
#owl-slider .carousel-caption h2 a .svg-inline--fa {
  color: #00971b;
}

/*------------------------------------------*/
/*			Team
/*------------------------------------------*/
.team-carousel {
  padding: 0 30px;
  text-align: center;
}
.team-carousel .owl-stage-outer {
  overflow-x: hidden;
}
.team-carousel .owl-stage {
  display: flex;
}
.section-client .owl-theme .owl-nav {
  font-size: 28px;
  position: initial;
  width: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-client .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-client .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.logobawahfooter {
  max-width: 100%;
  height: auto;
  max-height: 100px;
}

.nav-footer .dropdown-menu.show {
  display: block;
  padding: 20px 40px;
}
.nav-footer .dropdown-menu {
  border: none !important;
}
.nav-footer .dropdown-menu {
  position: static;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 10px;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.text-justify {
  text-align: justify;
}

.block-videofoto1 img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  height: 200px;
}

.block-videofoto1:hover img {
  transform: scale(1.1);
}

.block-videofoto2 img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  height: 200px;
}

.block-videofoto2:hover img {
  transform: scale(1.1);
}

.gradienku {
  position: relative;
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
  overflow: hidden;
}
.imagegradienku {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}
.middlegradienku {
  opacity: 1;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
}
.textgradienku {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

/* .card-title {
  text-transform: capitalize;
} */

/*------------------------------------------*/
/*			Kategori
/*------------------------------------------*/
ul.kategori {
  margin-bottom: 25px;
}
ul.kategori li {
  display: inline-block;
  margin: 0 5px;
}
ul.kategori li a {
  border: 1px solid #000000;
  color: #000000;
  padding: 5px 10px;
  border-radius: 5px;
}
ul.kategori li a.active,
ul.kategori li a:hover {
  background: #000000;
  color: #fff;
}

/*------------------------------------------*/
/*	    RESPONSIVE MEDIA QUERIES
/*------------------------------------------*/

/* DESKTOP & LARGE TABLETS - 768px and up */
@media (min-width: 768px) {
  /* Equal Column Layout */
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .row-eq-height > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }

  /* Navbar Desktop */
  .navbar {
    padding: 10px 0;
  }

  .navbar-nav .nav-item {
    margin: 0 12px;
  }

  button.navbar-toggler {
    padding: 0px !important;
  }

  .navbar-nav .nav-link {
    padding: 15px 20px !important;
    font-size: 16px;
  }

  .navbar-brand h1 {
    font-size: 28px;
  }

  /* Testimonial */
  .testimonial-wrapper {
    width: 70%;
  }

  /* Contact */
  .contact-intro {
    margin: 0 20% 60px;
  }

  /* Gallery */
  .section-gallery li {
    width: 20%;
  }

  /* Client Carousel */
  .section-client .owl-theme .owl-nav .owl-prev {
    left: -20px;
  }

  .section-client .owl-theme .owl-nav .owl-next {
    right: -20px;
  }

  /* OWL Slider */
  #owl-slider .carousel-caption h2 {
    min-height: 90px;
    width: 85%;
  }
}

/* TABLET RANGE - 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
  /* Navbar Tablet */
  .navbar {
    padding: 15px 0;
  }

  .navbar-nav .nav-item {
    margin: 0 6px;
  }

  .navbar-nav .nav-link {
    padding: 12px 14px !important;
    font-size: 15px;
  }

  .navbar-brand h1 {
    font-size: 22px;
  }

  .search_trigger {
    font-size: 16px;
    padding: 8px;
  }

  /* Gallery Tablet */
  .section-gallery li {
    width: 50%;
  }
}

/* MOBILE & SMALL TABLETS - up to 767px */
@media (max-width: 767px) {
  .custom-top-bar {
    padding-left: 0px;
    padding-right: 0px;
  }

  .blockstikyheader {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    max-width: 1440px;
  }

  /* Navbar Mobile */
  .navbar {
    padding: 12px 0;
  }

  .navbar-collapse {
    background-color: #ffffff;
    border-radius: 10px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
    margin-top: 15px;
    padding: 20px;
  }

  .navbar-nav {
    width: 100%;
    text-align: left; /* Tambahkan ini */
    align-items: flex-start !important; /* Pastikan flex-nya ke kiri */
  }
  .navbar-nav .nav-link {
    text-align: left !important; /* Pastikan menu text rata kiri */
    justify-content: flex-start !important;
    padding: 15px 20px !important;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 8px;
    text-align: left;
    width: 100%;
  }
  .navbar-nav .nav-item {
    margin: 5px 0;
    width: 100%;
  }

  .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  .navbar-nav .nav-link.active::after,
  .navbar-nav .nav-link.current-menu-item::after {
    display: none;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.current-menu-item {
    background-color: #027c4b;
    color: #ffffff !important;
  }

  .navbar-brand h1 {
    font-size: 20px;
  }

  .search_trigger {
    font-size: 18px;
    padding: 10px;
  }

  /* Mobile Dropdown Styles */
  .navbar-nav .dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    margin-top: 8px;
    min-width: 220px;
    animation: fadeInDown 0.3s ease;
  }

  /* .dropdown-menu .submenu .show {
    background-color: red;
  } */

  .dropdown-item {
    padding: 12px 20px;
    color: #333;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .dropdown-item:hover:before {
    opacity: 1;
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Contact Mobile */
  .contact-info {
    padding: 20px 10px;
  }

  .contact-info h5 {
    font-size: 14px;
    margin: 0;
  }

  .contact-info p {
    font-size: 11px;
  }

  /* Gallery Mobile */
  .section-gallery li {
    width: 100%;
  }

  /* Client Carousel Mobile */
  .section-client .owl-theme .owl-nav .owl-prev {
    left: 5px;
  }

  .section-client .owl-theme .owl-nav .owl-next {
    right: 5px;
  }

  .gallery-carousel.owl-carousel .owl-nav button {
    position: absolute;
    top: auto;
    bottom: 0;
    margin: auto;
  }

  .gallery-carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .gallery-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }

  /* OWL Slider Mobile */
  #owl-slider .owl-nav .owl-next,
  #owl-slider .owl-nav .owl-prev {
    bottom: 5px;
  }

  /* Text Gradient Mobile */
  .textgradienku {
    font-size: 24px;
  }
}

/* EXTRA SMALL MOBILE - up to 575px */
@media (max-width: 575px) {
  /* Custom Top Bar Extra Small */
  .custom-top-bar {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Navbar Extra Small */
  .navbar {
    padding: 10px 0;
  }

  .navbar-collapse {
    padding: 15px;
    margin-top: 10px;
  }

  .navbar-nav .nav-link {
    padding: 12px 15px !important;
    font-size: 14px;
  }

  .navbar-brand h1 {
    font-size: 18px;
  }

  .search_trigger {
    font-size: 16px;
    padding: 8px;
  }

  /* Text Gradient Extra Small */
  .textgradienku {
    font-size: 20px;
  }
}

/* SLIDER HERO */
.modern-green-slider {
  overflow: hidden;
}

.slider-container {
  position: relative;
  width: 100%;
}

.slider-item {
  display: none;
  position: relative;
  animation: fadeInUp 0.8s ease both;
  width: 100%;
}

.slider-item.active {
  display: block;
}

.slider-img {
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}

/* Responsiveness */
@media (max-width: 992px) {
  .slider-item {
    text-align: center;
    padding: 30px 0;
  }

  .slider-img {
    max-width: 360px;
  }

  .slider-item h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  .modern-green-slider {
    margin-top: 40px;
  }

  .slider-container {
    padding: 0 10px;
  }

  .slider-item {
    flex-direction: column;
    padding: 20px 0;
  }

  .slider-img {
    margin-top: 20px;
    max-width: 300px;
  }

  .slider-item h2 {
    font-size: 1.5rem;
  }

  .slider-item p {
    font-size: 0.95rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* SLIDER HERO END */

/* ABOUT START */
.about-service-wrapper {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

/* Pastikan konten berada di atas background */
.about-service-wrapper section,
.about-service-wrapper * {
  position: relative;
  z-index: 1;
}

/* === ABOUT SECTION === */
/* 
.btn_learnmore {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #f9f9f9;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-top: 16px;
  padding: 10px 32px;
  background-color: transparent;
  color: #f9f9f9;
  transition: all ease-in-out 0.2s;
  border-radius: 8px;
}

.btn_learnmore:hover {
  background-color: #f9f9f9;
  border: none;
  color: #24aa4a;
}

/* Pastikan konten berada di atas background */
.about-service-wrapper section,
.about-service-wrapper * {
  position: relative;
  z-index: 1;
}

/* === ABOUT SECTION === */

/* ABOUT END */

/* SERVICE START */

.service-header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.service-header-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-header-subtitle {
  max-width: 500px;
}

/* === Responsive Mobile (Flex jadi Column + Text Center) === */
@media (max-width: 768px) {
  .service-header-container {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    text-align: center;
    gap: 8px;
  }

  .service-header-text {
    align-items: center !important;
  }

  .service-header-subtitle {
    max-width: 100%;
  }
}

.service-bar-bg {
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 48px;
  background: #24aa4a;
  transform: translateY(-100%);
  margin-left: calc(-50vw + 50%);
  z-index: -99;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  min-height: 310px;
}

.service-item:hover {
  transform: translateY(-24px);
  transition: all 0.3s ease-in-out;
}

.service-image-wrapper {
  width: 100%;
  height: 240px;
  aspect-ratio: 3/4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.service-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-title {
  font-size: 1rem;
  color: #1f242b;
  text-align: center;
  text-decoration: underline;
}

.service-bar-container {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .services-header {
    flex-direction: column;
    text-align: center;
  }

  .services-header h1 {
    font-size: 1.75rem;
    margin-bottom: 16px;
  }

  .service-bar-bg {
    display: none;
  }

  .service-items {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    justify-items: center;
  }
}

@media (max-width: 768px) {
  .service-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .service-item {
    width: 180px;
  }
}

@media (max-width: 576px) {
  .services-header h1 {
    font-size: 1.4rem;
  }

  .service-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .service-item {
    width: 150px;
  }

  .service-title {
    font-size: 0.85rem;
  }
}
*/
/* SERVICE END */

/* BRANCH START */
.branch {
  background-color: #fdfdfd;
  min-height: 400px;
}

.map-container {
  position: relative;
  width: 100%;
  height: 480px;
  max-width: 1100px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 992px) {
  .map-container {
    max-width: 90%;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 576px) {
  .branch {
    margin-top: -32px;
  }
  .map-container {
    max-width: 100%;
    border-radius: 8px;
  }
}
/* BRANCH END */

/*============================ ABOUT PAGE START ===============================*/

/*============================ ABOUT PAGE END ===============================*/

/* =================DETAIL SERVICE PAGE START =====================================*/
.service-title-detail {
  color: #1f242b;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  line-height: 1.3;
}

.service-image-container {
  width: 100%;
  overflow: hidden;
  background-color: #f8f9fa;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.service-main-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.service-content {
  color: #222;
  font-size: clamp(0.9rem, 1vw, 1.1rem);
  line-height: 1.8;
  text-align: justify;
}

.service-content ul {
  list-style-type: disc;
  margin-left: 24px;
  margin-bottom: 1rem;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(36, 170, 74, 0.15);
}

.service-card-image {
  overflow: hidden;
  margin: 12px;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card:hover .service-card-image img {
  transform: scale(1.05);
}

.service-card-title {
  padding: 12px;
  color: #1f242b;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-image-container {
    /* aspect-ratio: 4/3; */
  }

  .service-card-image {
    aspect-ratio: 1/1;
  }
}

.share-button {
  position: relative;
  display: inline-block;
}

.btn-share {
  background: #f3f4f5;
  border: none;
  border-radius: 12px;
  padding: 10px 18px;
  font-size: 1rem;
  color: #7a8592;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-share:hover {
  background: #e8eaea;
  color: #24aa4a;
}

.share-list {
  position: relative;
  top: 110%;
  left: 0;
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 0;
  display: none;
  flex-direction: column;
  min-width: 180px;
  z-index: 99;
}

.share-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 0.95rem;
  color: #1f242b;
  text-decoration: none;
  transition: all 0.2s ease;
}

.share-list a:hover {
  background-color: #f2f5f3;
  color: #24aa4a;
}

.share-list img {
  width: 18px;
  height: 18px;
}

.other-services {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  min-height: 310px;
  transition: all 0.3s ease-in-out;
}

.service-item:hover {
  transform: translateY(-24px);
}

.service-image-wrapper {
  width: 100%;
  height: 240px;
  aspect-ratio: 3/4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.service-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.service-item:hover img {
  transform: scale(1.05);
}

.service-title {
  font-size: 1rem;
  color: #1f242b;
  text-align: center;
  text-decoration: underline;
  line-height: 1.3;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .services-header {
    flex-direction: column;
    text-align: center;
  }

  .services-header h2 {
    font-size: 1.75rem;
    margin-bottom: 16px;
  }

  .service-items {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    justify-items: center;
  }
}

@media (max-width: 768px) {
  .service-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .service-item {
    width: 180px;
  }
}

@media (max-width: 576px) {
  .service-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .service-item {
    width: 150px;
  }

  .service-title {
    font-size: 0.85rem;
  }
}
/* ============== DETAIL SERVICE PAGE END ==================== */

/* ============== BRANCH PAGE START ====================*/

.header-branch-wrapper {
  background-color: #027c4b;
  padding: 24px 0;
}

.container-content {
  background-color: #f9f9f9;
  padding: 30px 40px;
  border-radius: 10px;
}

.branch-header {
  position: relative;
  background-image: url("/assets/websn/images/background_map.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 80px;
}

.branch-header::before {
  content: "";
  position: absolute;
  inset: 0;
}
.branch-header * {
  position: relative;
  z-index: 2;
}

.branch-card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.branch-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.row-line {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}

.label {
  width: 130px;
  flex-shrink: 0;
  font-weight: bold;
}

.colon {
  width: 10px;
  flex-shrink: 0;
}

.value {
  flex: 1;
  word-break: break-word;
}

.branch-card iframe {
  border-radius: 8px;
  width: 100%;
  height: 220px;
  border: none;
}

@media (min-width: 768px) {
  .branch-card > div:last-child {
    width: 40%;
  }
  .branch-card > div:first-child {
    width: 55%;
  }
}

.container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .header-branch-wrapper {
    padding: 16px;
  }
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-content {
    padding: 16px;
  }
}
/* ============== BRANCH PAGE END  ==================== */

/* ============== CONTACT PAGE START ====================*/

.btn-gm {
  background: transparent;
  border: 1px solid #027c4b;
  border-radius: 8px;
  padding: 10px 20px;
  color: #027c4b;
}

.btn-gm:hover {
  background-color: #832efcff;
  color: #fff;
  border-color: #027c4b;
  transition: all 0.3s ease;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(36, 170, 74, 0.2);
}
.right-side .card {
  background-color: #e6f4ea;
  transition: all 0.3s ease;
}
.right-side .form-control {
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
}
.right-side .form-control:focus {
  border-color: #027c4b;
  box-shadow: 0 0 0 0.2rem rgba(36, 170, 74, 0.15);
}
.right-side .btn-success {
  background-color: #027c4b;
  transition: all 0.3s ease;
}
.right-side .btn-success:hover {
  background-color: #016c41ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(36, 170, 74, 0.2);
}
@media (max-width: 992px) {
  .right-side {
    width: 100% !important;
  }
}

.sncg_dropdown_menu {
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #fbfff9);
  padding: 8px;
  border: 1px solid rgba(21, 128, 61, 0.06);
  box-shadow: 0 10px 30px rgba(21, 128, 61, 0.06);
  min-width: 220px;
}

.sncg_dropdown_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  margin: 6px 0;
  border-radius: 8px;
  background: transparent;
  color: #15803d;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 200ms cubic-bezier(0.2, 0.9, 0.3, 1),
    box-shadow 200ms cubic-bezier(0.2, 0.9, 0.3, 1),
    background 200ms cubic-bezier(0.2, 0.9, 0.3, 1),
    color 200ms cubic-bezier(0.2, 0.9, 0.3, 1);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  user-select: none;
}

.sncg_dropdown_item:hover,
.sncg_dropdown_item:focus,
.sncg_dropdown_item:focus-visible {
  transform: translateY(-4px) scale(1.01);
  background: linear-gradient(90deg, #86efac, rgba(34, 197, 94, 0.1));
  color: #063e2a;
  box-shadow: 0 12px 30px rgba(21, 128, 61, 0.08);
  outline: none;
  border-color: rgba(21, 128, 61, 0.06);
}

.sncg_dropdown_item.sncg_selected {
  background: linear-gradient(90deg, #15803d, #0f766e);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(16, 185, 129, 0.12);
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.06);
}

.sncg_dropdown_item::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: inline-block;
  background: rgba(21, 128, 61, 0.06);
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  color: transparent;
  box-shadow: none;
}

.sncg_dropdown_item.sncg_selected::after {
  content: "✔";
  color: #ffffff;
  background: #15803d;
  box-shadow: 0 6px 18px rgba(21, 128, 61, 0.12);
  transform: scale(1.02);
}

.sncg_ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  background: rgba(34, 197, 94, 0.18);
  pointer-events: none;
  animation: sncg_ripple 560ms cubic-bezier(0.2, 0.9, 0.3, 1);
  z-index: 2;
}
@keyframes sncg_ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

#sncg_floatingPesan {
  width: 100%;
  min-height: 120px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.04);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.03);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #0f172a;
  transition: box-shadow 200ms cubic-bezier(0.2, 0.9, 0.3, 1),
    border-color 200ms cubic-bezier(0.2, 0.9, 0.3, 1),
    transform 200ms cubic-bezier(0.2, 0.9, 0.3, 1);
  resize: vertical;
}

#sncg_floatingPesan:focus {
  outline: none;
  border-color: #22c55e;
  box-shadow: 0 8px 30px rgba(34, 197, 94, 0.1);
  transform: translateY(-2px);
}

#sncg_floatingPesan.sncg_inserted {
  animation: sncg_insertFlash 900ms ease;
}
@keyframes sncg_insertFlash {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
  20% {
    box-shadow: 0 10px 40px rgba(34, 197, 94, 0.12);
    transform: translateY(-4px);
  }
  100% {
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.03);
    transform: none;
  }
}

.sncg_dropdown_item:focus-visible {
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

/* disabled */
.sncg_dropdown_item[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
  filter: grayscale(0.12);
}

/* ============== CONTACT PAGE END ====================*/
