@import url(https://fonts.googleapis.com/css?family=Playfair+Display);

/* facebook dan lainnya */
.listbut-shr {
    width: 500px;
    float: left;
    margin-left: 10px;
}

.listbut-shr ul, .listbut-shr ul li {
	display: inline-block;
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}

.bg-color-fb {
    background-color: #1c61a6;
}
.bg-color-tw {
    background-color: #02cafb;
}
.bg-color-wa {
    background-color: #3cb92d;
}
.bg-color-linkedin {
    background-color: #0072b1;
}
.bg-color-telegram {
    background-color: #0781cc;
}
.bg-color-copi {
    background-color: #fb6703;
}
.bg-color-indeks {
    background-color: #53b9e9;
}

.ktk-shr {
	width: 35px;
    padding: 0 5px 0 8px;
    border-radius: 7px;
    font-size: 20px;
}
.color-putih, .font-white, .linkto-red a:hover, .linkto-white a, .linkto-white2 a, a.link-black:hover, a.link-red:hover, a.link-white {
    color: #fff !important;
}
.fs18, .fs19 {
    font-size: 18px !important;
}

.pad-t-3 {
    padding-top: 3px !important;
}

.font-white{
	color: #fff;	
}

/* tutup facebook */
/* open link sisip baca juga */
.linksisip {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    border-left: 5px solid #007bff;
    padding-left: 10px; /* Tambahkan padding untuk memberi ruang antara teks dan border */
}

.linksisip h2 {
    margin-top: 10px;
}

.linksisip h3 {
    margin-top: 0;
	font-size: 15px;
}

.linksisip ul {
    list-style-type: none;
    padding-left: 0;
}

.linksisip li {
    margin-bottom: 10px;
}

.linksisip a {
    text-decoration: none;
    color: #21409A;
}

.linksisip a:hover {
   
}

.linksisip img {
    margin-right: 10px;
    vertical-align: middle;
}

.linksisip .random-article-content {
    display: inline-block;
    vertical-align: middle;
}

/* tutup link sisip baca juga */
.wp-block-columns {
  display: flex;
 flex-wrap:wrap;
	flex-direction:column;
}

.wp-block-column {
  border-bottom: 3px solid #007bff;	
  box-sizing: border-box;
  flex: 0 0 30.333333%; /* Setiap kolom memakan 1/3 dari lebar container */
  box-shadow: 0 0 20px 0 rgba(221,221,221,.5);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    text-align: center;
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 20px;
    padding: 20px 20px 20px 20px;
}

/* Gaya tambahan untuk memberikan jarak antar elemen */
.wp-block-columns .wp-block-column {
  margin-bottom: 10px;
}

.readmore{

    font-size: 10px;
    padding: 5px;
    float: right;
    margin-top: 10px;
}
.post{
  margin-top: 10px;
  min-height: 530px;
}

* {
  margin: 0;
  padding: 0;
}

.card-wrapper {
  padding: 2%;
}

.card-wrapper .card{
  margin: 0 auto;
}

.card {
  position: relative;
  background-color: #fdfdfd;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 10px;
  box-shadow: 1px 2px 8px rgba(100, 100, 100, 0.1);
}

.image-wrapper {
  background-color: red;
  width: auto;
  height: 200px;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

img:hover {
 -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.05, 1.05, 1);
  transition: all 1s linear;
}

.text-box-wrapper {
 padding: 20px 
}

.heading {
  font-family: 'Playfair-Display';
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.heading::after {
  content: '';
  display: block;
  margin-top: 0.5em;
  width: 30px;
  height: 5px;
  background-color: black;
}

.text {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-size: 12px;
  padding-top: 10px;
  line-height: 2;
}

.button {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 700;
  color: #8C5450;
  text-decoration: none;
 
}

.button:hover {
  color: black;

  transition: linear 0.2s;
}

.user {
  display: flex;
  gap: 1rem;
}

.user__image {
  border-radius: 50%;
  max-width: 30%;
}

.user__info > small {
  color: #666;
}



/* Config whatsapp
-------------------------------------*/
.whatsapp-cta-container {
  position: fixed;
  bottom: 100px;
  right: 25px;
}

.whatsapp-cta2-container {
  position: fixed;
  bottom: 20px;
  right: 25px;
}

.whatsapp-cta-container a {
  position: relative;
  text-decoration: none;
  font-size: 35px;
  color: #50f366;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0c6401;
  box-shadow: 0 0 10px #000a;
  border-radius: 20px ;
  padding: 5px 12px 5px 12px;
  z-index: 99999;
  transition: 0.3s;
  color: #ffff;

}

.whatsapp-cta2-container a {
  position: relative;
  text-decoration: none;
  font-size: 30px;
  color: #50f366;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #134fa1;
  box-shadow: 0 0 10px #000a;
  border-radius: 20px ;
  padding: 5px 12px 5px 12px;
  z-index: 99999;
  transition: 0.3s;
  color: #ffff;

}

/*.whatsapp-cta-container a:hover {*/
/*transform: scale(1.1) translate(-2px, -3px) rotateZ(-10deg);*/
/*}*/

.whatsapp-icon {
  display: inline-flex;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.whatsapp-text {
  font-size: 18px;
  font-weight: bold;
}

/* bank bca 
-------------------------------------*/

.button_pembayaran {
  position: relative;
  display: inline-block;
  padding: 10px;
  background-color: #0066cc;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}



section.layanan {
 
  width: 100%;
  display: grid;
  place-items: center;
}
.row-layanan {
  display: flex;
  flex-wrap: wrap;
}
.column.layanan {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #2c7bfe 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
h3.layanan {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
}
p.layanan {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.card:hover {
  background-position: 0 100%;
}
.card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #2c7bfe;
}
.card:hover h3 {
  color: #ffffff;
}
.card:hover p {
  color: #f0f0f0;
}
@media screen and (min-width: 768px) {
   .wp-block-columns {
    flex-direction: row;
    justify-content: space-between;
  }
	
  section.layanan {
    padding: 0 2em;
  }
  .column.layanan {
    flex: 0 50%;
    max-width: 50%;
  }
   #blog-posts {
        margin-bottom: 20px;
    }
    
    #blog-posts h1 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    #blog-posts h4 {
        font-size: 14px;
        margin-bottom: 16px;
    }
}
@media screen and (min-width: 992px) {
  section.layanan {
    padding: 1em 3em;
  }
  .column.layanan {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}



body {
  font-family: 'Lato', sans-serif;
  color: #000000;
}
/* Animation Delay
--------------------------------------------*/
.delay05s {
  animation-delay: 0.5s;
}
.delay1s {
  animation-delay: 1s;
}
.delay15s {
  animation-delay: 1.5s;
}
.delay2s {
  animation-delay: 2s;
}
.v-hidden {
  visibility: hidden;
}
/* Autocomplete
--------------------------------------------*/
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  overflow: auto;
  font-size: 14px;
}
.autocomplete-suggestion {
  padding: 10px 5px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.autocomplete-selected {
  background: #f0f0f0;
  font-size: 14px;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
  font-size: 14px;
}
/* Carousel Fade
--------------------------------------------*/
.carousel {
  z-index: 1;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* Label
--------------------------------------------*/
.label-default {
  background-color: #007bff;
  border-radius: 0;
}
/* Tooltip
--------------------------------------------*/
.tooltip .tooltip-inner {
  background-color: #007bff;
  padding: 5px 10px;
  font-size: 18px;
}
.tooltip .tooltip-arrow {
  border-top-color: #007bff !important;
}
.my-tooltip {
  border-bottom: 1px dotted #007bff;
  color: #007bff;
}
/* Links
--------------------------------------------*/
a {
  color: #007bff;
}
a:hover {
  color: #007bff;
  text-decoration: none;
}
/* Scroll to Top Button 
--------------------------------------------*/
.scrollup {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 88px;
  right: 64px;
  display: none;
  text-indent: 99999px;
  background: url('../img/icon_top.png') no-repeat;
}

 
/* Header
--------------------------------------------*/
header {
  height: 147px;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
header .box {
  margin: 0 auto;
}
header .brand {
  margin: 45px 0 0 0;
}
header .brand h1 {
  margin: 0;
  padding: 0;
}
header .header-info .contact {
  font-size: 17px;
  font-weight: 900;
  margin-top: 10px;
}
header .header-info .language-switch {
  background-color: #007bff;
  margin-left: 24px;
}
header .header-info .language-switch a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 11px 45px 8px 15px;
  background: transparent url('../img/lang-select-icon.png') no-repeat 154px 14px;
}
header .header-info .language-switch .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  min-width: 188px;
  padding: 0;
}
header .header-info .language-switch .dropdown-menu li a {
  color: #716d6e;
  padding: 5px 15px 5px 15px;
  background-image: none;
}
header .header-info .language-switch .dropdown-menu li a:hover {
  background-color: #efe9e9;
}
header .header-info .language-switch .dropdown-menu li img {
  margin-right: 10px;
}
/* Navbar
--------------------------------------------*/
header .navbar-default {
  border: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
header .navbar-brand {
  display: none;
}
header .navbar-default .container-fluid {
  padding: 0;
}
header .navbar-default .navbar-collapse {
  padding: 0;
}
header .navbar-default .navbar-nav > .active > a {
  background-color: #fff;
  border: 2px solid #b8b6b6;
  color: #716d6e;
  background-color: transparent;
}
header .navbar-default .navbar-nav > li > a {
  background-color: transparent;
  padding: 8px 10px 7px 11px;
  border: 2px solid #fff;
  transition: background 0.4s ease-in-out;
}
header .navbar-default .navbar-nav > li > a:hover {
  background-color: #fff;
  border: 2px solid #fff;
  background-color: #e7e7e7;
  color: #716d6e;
}
header .navbar-default .navbar-nav .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  border-color: #fff;
  margin: -2px 2px 0 0;
  border: none;
  border-top: 4px solid #E7E7E7;
  border-bottom: 4px solid #e7e7e7;
  padding: 0;
}
header .navbar-default .navbar-nav .dropdown-menu li a {
  padding: 7px 20px;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -9px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #ffffff;
}
header.small {
  height: 115px;
  box-shadow: 0 0px 14px -2px gray;
}
/*header.small .header-info {
  display: none;

}*/



header.small .brand {
  margin: 5px 0 0 0;
  width: 50%;
}
header.large {
  height: 117px;
  box-shadow: none;
}
header.large .header-info {
  display: block;
}
header.large .brand {
  margin: 10px 0 0 0;
  width: 100%;
}
/* Teaser
-------------------------------------*/
/*#teaser {
  height: 600px;
  padding: 60px 0;
  background-color: #007bff;
  background: linear-gradient(to bottom, #007bff 0%, #fcd45f 50%, #007bff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mainColor', endColorstr='@mainColor', GradientType=0);
}*/

#teaser {
  padding: 20px 0;
  background: url('https://img.freepik.com/free-vector/blue-geometric-frame-vector_53876-140352.jpg?semt=ais_hybrid&w=740&q=80') 
              no-repeat center center;
  background-size: cover;
}

.carousel-text {
  padding: 20px;
}

.carousel-text h1.title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.3;
  margin-bottom: 10px;
}

.carousel-text .subtitle {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 12px;
}

.carousel-text p {
  font-size: 15px;
  color: #374151;
  margin-bottom: 20px;
}

.btn-whatsapp {
  display: inline-block;
  background: #25d366;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.btn-whatsapp:hover {
  background: #1ebe5a;
  transform: translateY(-2px);
}

.car-img img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.car-img img:hover {
  transform: scale(1.05);
}

@media(max-width:768px){
  .carousel-text h1.title {
    font-size: 24px;
  }
  .carousel-text .subtitle {
    font-size: 14px;
  }
  .btn-whatsapp {
    font-size: 14px;
    padding: 10px 20px;
  }
}
/* Blog Section
-------------------------------------*/
.blog-posts {
  margin-top: 70px;
}
.blog-posts .blog-post {
  margin-bottom: 70px;
}
.blog-posts .blog-post blockquote {
  margin: 35px 27px;
  border-left: 6px solid #007bff;
  font-size: 16px;
  line-height: 1.7;
  font-style: italic;
}
.single-post-tags {
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0;
}
.single-post-tags li {
  display: inline-block;
  text-transform: uppercase;
}
.single-post-tags li:first-of-type {
  font-weight: bold;
  color: #007bff;
}
.single-post-tags li a {
  color: #716d6e;
  text-transform: none;
}
.author-post .author-img {
  float: left;
  width: 130px;
  padding-bottom: 2px;
  border-bottom: 7px solid #007bff;
}
.author-post .author-content {
  margin-left: 155px;
}
.author-post .author-content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.author-post .author-content h2 small {
  font-weight: normal;
  font-size: 18px;
}
.author-post .author-content p {
  font-size: 16px;
  line-height: 1.7;
}
.blog-posts .blog-post .post-attachment {
  padding-bottom: 2px;
  border-bottom: 10px solid #007bff;
}
.blog-posts .blog-post .post-content-text {
  margin-top: 8px;
}
.blog-posts .blog-post .post-content-text .post-title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}
.blog-posts .blog-post .post-content-text .post-title a {
  color: #716d6e;
}
.blog-posts .blog-post .post-content-text .post-date {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 22px;
  display: block;
}
.blog-posts .blog-post .post-content-text p {
  font-size: 16px;
  line-height: 1.7;
}
.blog-posts .blog-post .post-content-text .read-more {
  text-transform: uppercase;
  margin-top: 10px;
}
.blog-posts .pagination-list {
  font-size: 18px;
  font-weight: 900;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-posts .pagination-list li {
  display: inline-block;
  padding: 0 5px;
  color: #007bff;
}
.blog-posts .pagination-list li a {
  color: #716d6e;
}
.comment-section {
  margin-top: 60px;
  font-size: 16px;
  line-height: 1.7;
}
.comment-section h2 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.comment-section .comment-box {
  padding-bottom: 35px;
  border-bottom: 3px solid #ededed;
  margin-bottom: 35px;
}
.comment-section .comment-tree {
  list-style: none;
  padding: 0;
}
.comment-section .comment-tree ul {
  list-style: none;
  margin-left: 105px;
  padding: 0;
}
.comment-section .comment-img {
  border-bottom: 7px solid #007bff;
  display: inline-block;
  float: left;
  padding-bottom: 2px;
}
.comment-section .comment-content {
  margin-left: 105px;
}
.comment-section .comment-content h4 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0;
}
.comment-section .comment-content span {
  font-size: 14px;
}
.comment-section .comment-content p {
  margin-top: 10px;
}
.comment-section .comment-reply-link {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 2px;
}
.comment-section .comment-respond h3 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.comment-section .comment-respond form input {
  background-color: #dbdbdb;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  line-height: 45px;
  font-size: 18px;
  margin-bottom: 13px;
}
.comment-section .comment-respond form textarea {
  background-color: #dbdbdb;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
  margin-bottom: 20px;
}
.comment-section .comment-respond form ::-webkit-input-placeholder {
  font-size: 14px !important;
}
.comment-section .comment-respond form :-moz-placeholder {
  font-size: 14px !important;
}
.comment-section .comment-respond form ::-moz-placeholder {
  font-size: 14px !important;
}
.comment-section .comment-respond form :-ms-input-placeholder {
  font-size: 14px !important;
}
.comment-section .comment-respond form .submit {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 6px 6px 0 #efe9e9;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  padding: 1px 20px;
  transition: .2s;
}
.comment-section .comment-respond form .submit:hover {
  background-color: #716d6e;
}
.blog-posts .sidebar .widget-title {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.blog-posts .sidebar .widget {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.7;
}
.blog-posts .sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.blog-posts .sidebar .widget ul li {
  border-bottom: 1px solid #e3e2e2;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  transition: background 0.4s ease-in-out;
}
.blog-posts .sidebar .widget ul li i {
  color: #007bff;
  margin: 0 7px;
}
.blog-posts .sidebar .widget ul li a {
  color: #716d6e;
}
.blog-posts .sidebar .widget ul li:hover {
  background-color: #e7e7e7;
}
.blog-posts .sidebar .widget .tagcloud {
  overflow: hidden;
}
.blog-posts .sidebar .widget .tagcloud a {
  color: #fff;
  background-color: #007bff;
  padding: 6px 20px;
  display: inline-block;
  margin: 4px 4px 0 0;
  float: left;
  transition: background 0.4s ease-in-out;
}
.blog-posts .sidebar .widget .tagcloud a:hover {
  background-color: #e7e7e7;
}
.blog-posts .sidebar .widget:after {
  clear: both;
}
.blog-posts .sidebar .search-widget form ::-webkit-input-placeholder {
  color: #007bff !important;
}
.blog-posts .sidebar .search-widget form :-moz-placeholder {
  color: #007bff !important;
}
.blog-posts .sidebar .search-widget form ::-moz-placeholder {
  color: #007bff !important;
}
.blog-posts .sidebar .search-widget form :-ms-input-placeholder {
  color: #007bff !important;
}
.blog-posts .sidebar .search-widget form .input-group input {
  border-radius: 0;
  color: #007bff;
  font-size: 16px;
  padding-left: 15px;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
}
.blog-posts .sidebar .search-widget form .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #efe9e9;
  font-weight: bold;
  font-size: 16px;
  color: #716d6e;
  width: 41px;
  text-align: left;
  padding-right: 0;
  padding-left: 15px;
}
.blog-posts .sidebar .search-widget form .input-group-addon .glyphicon {
  font-size: 17px;
  margin: 0 2px 0 -2px;
}
.blog-posts .sidebar .search-widget form .form-control {
  height: 43px;
  border: 2px solid #efe9e9;
  box-shadow: none;
}
.blog-posts .sidebar .search-widget form .input-group {
  width: 100%;
}
.blog-posts.error-page {
  padding-bottom: 45px;
}
.blog-posts.error-page .container {
  border-bottom: 10px solid #007bff;
}
.blog-posts.error-page h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}
.blog-posts.error-page h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
}
.blog-posts.error-page h3 span {
  font-weight: normal;
}
.blog-posts.error-page .error-search {
  padding-top: 60px;
}
.blog-posts.error-page .error404 {
  color: #e7e7e7;
  font-weight: 900;
  font-size: 220px;
  border-right: 1px solid #ccc;
  height: 205px;
  line-height: 205px;
  margin-bottom: 60px;
  margin-top: 45px;
  margin-right: -17px;
}
.blog-posts.error-page form {
  margin-top: 20px;
}
.blog-posts.error-page form ::-webkit-input-placeholder {
  color: #007bff !important;
}
.blog-posts.error-page form :-moz-placeholder {
  color: #007bff !important;
}
.blog-posts.error-page form ::-moz-placeholder {
  color: #007bff !important;
}
.blog-posts.error-page form :-ms-input-placeholder {
  color: #007bff !important;
}
.blog-posts.error-page form .input-group input {
  border-radius: 0;
  color: #007bff;
  font-size: 16px;
  padding-left: 15px;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
}
.blog-posts.error-page form .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #efe9e9;
  font-weight: bold;
  font-size: 16px;
  color: #716d6e;
  width: 41px;
  text-align: left;
  padding-right: 0;
  padding-left: 15px;
}
.blog-posts.error-page form .input-group-addon .glyphicon {
  font-size: 17px;
  margin: 0 2px 0 -2px;
}
.blog-posts.error-page form .form-control {
  height: 43px;
  border: 2px solid #efe9e9;
  box-shadow: none;
}
.blog-posts.error-page form .input-group {
  width: 100%;
}
/* Services
--------------------------------------------*/
.layanan {
  margin-top: px;
  position: relative;
  z-index: 2;
}
.layanan .title {
  margin-bottom: 38px;
}
.layanan h2 {
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}
.layanan .underline {
  height: 4px;
  width: 135px;
  display: block;
  background-color: #007bff;
  margin: 0 auto;
}
.layanan .service-box {
  background-color: #ededed;
  padding: 30px;
  margin-bottom: 30px;
}
.layanan .service-box .service-icon {
  height: 43px;
  width: 43px;
  background-color: #007bff;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 41px;
  font-weight: 900;
  float: left;
  margin-right: 15px;
}
.layanan .service-box .service-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 900;
  padding-top: 5px;
}
.layanan .service-box .service-content {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.7;
}
/* Newsletter
--------------------------------------------*/
#newsletter {
  background-color: #007bff;
  margin-top: 90px;
  padding: 90px 0;
  position: relative;
  z-index: 2;
}
#newsletter .title {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
#newsletter .subtitle {
  font-size: 18px;
  color: #ffff;
  display: block;
  font-weight: normal;
  margin-top: 6px;
}
#newsletter .newsletter-form {
  width: 62%;
  background-color: #fff;
  height: 55px;
  padding: 9px;
}
#newsletter .newsletter-form input {
  box-shadow: none;
  border: none;
}
#newsletter .newsletter-form .button {
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #b8b6b6;
  margin-left: 1px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #716d6e;
  padding: 0 10px;
  height: 37px;
  line-height: 36px;
  transition: 0.2s;
}
#newsletter .newsletter-form .button:hover {
  background-color: #716d6e;
  border: 2px solid #716d6e;
  color: #fff;
}
#newsletter .social-icons {
  width: 38%;
}
#newsletter .social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#newsletter .social-icons ul li {
  display: block;
  float: right;
}
#newsletter .social-icons ul li a {
  height: 55px;
  width: 65px;
  background-color: #007bff;
  display: block;
  margin-left: 10px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 36px;
}
#newsletter .social-icons ul li .facebook {
  background-color: #365595;
}
#newsletter .social-icons ul li .googleplus {
  background-color: #d41332;
}
#newsletter .social-icons ul li .instagram {
  background-color: #d41332;
}
#newsletter .social-icons ul li .twitter {
  background-color: #36a4cf;
}
#newsletter .social-icons ul li:hover {
  opacity: 0.8;
}
#newsletter form ::-webkit-input-placeholder {
  font-size: 16px;
}
#newsletter form :-moz-placeholder {
  font-size: 16px;
}
#newsletter form ::-moz-placeholder {
  font-size: 16px;
}
#newsletter form :-ms-input-placeholder {
  font-size: 16px;
}
/* Vehicles
--------------------------------------------*/
#vehicles {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
#vehicles .title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 65px;
}
#vehicles .subtitle {
  font-weight: normal;
}
#vehicles .vehicle-nav-row {
  padding-right: 0;
}
#vehicles #vehicle-nav-container {
  height: 365px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1px;
}
#vehicles .vehicle-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  top: 0px;
  position: absolute;
  width: 100%;
}
#vehicles .vehicle-nav-control {
  padding-right: 10px;
}
#vehicles .vehicle-nav-control a {
  width: 50%;
  height: 40px;
  display: block;
  background-color: #716d6e;
  text-align: center;
  float: left;
  color: #fff;
  line-height: 40px;
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
#vehicles .vehicle-nav-control a:first-of-type {
  border-right: 1px solid #fff;
}
#vehicles .vehicle-nav-control a:hover {
  background-color: rgba(255, 191, 0, 0.4);
  color: #716d6e;
}
#vehicles .vehicle-nav li {
  background-color: #e3e2e2;
  margin-bottom: 1px;
  position: relative;
  transition: .2s;
  margin-right: 10px;
}
#vehicles .vehicle-nav li span {
  width: 0px;
  height: 0px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
  position: absolute;
  right: -10px;
  top: 20px;
  transition: 0.2s;
}
#vehicles .vehicle-nav li:hover {
  background-color: #d1cece;
}
#vehicles .vehicle-nav li.active {
  background-color: rgba(255, 191, 0, 0.4);
  font-weight: bold;
}
#vehicles .vehicle-nav li.active span {
  border-left-color: rgba(255, 191, 0, 0.4);
}
#vehicles .vehicle-nav li a {
  font-size: 18px;
  color: #716d6e;
  padding-left: 15px;
  display: block;
  height: 60px;
  line-height: 60px;
}
#vehicles .styled-select-vehicle-data {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
  width: 100%;
  display: none;
}
#vehicles .styled-select-vehicle-data:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#vehicles .styled-select-vehicle-data select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 1px 10px;
  height: 39px;
}
#vehicles .vehicle-img {
  text-align: center;
}
#vehicles .vehicle-img img {
  display: inline-block;
}
#vehicles .vehicle-price {
  background-color: rgba(255, 191, 0, 0.4);
  height: 53px;
  line-height: 53px;
  padding: 0 10px;
  font-size: 24px;
  font-weight: 900;
}
#vehicles .vehicle-price .info {
  font-weight: normal;
  font-size: 18px;
}
#vehicles .reserve-button {
  background-color: #007bff;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 51px;
  font-size: 24px;
  font-weight: 900;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  text-transform: uppercase;
  transition: .2s;
}
#vehicles .reserve-button:hover {
  background-color: #716d6e;
}
#vehicles .reserve-button span {
  margin-right: 7px;
}
/* Reviews
--------------------------------------------*/
#reviews {
  margin-top: 90px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}
#reviews .stars {
  font-size: 27px;
  margin-bottom: 10px;
}
#reviews .stars .big {
  font-size: 36px;
}
#reviews .review {
  font-size: 24px;
  line-height: 1.7;
}
#reviews .author {
  font-size: 18px;
  font-weight: 900;
  color: #007bff;
  margin-top: 10px;
}
#reviews .carousel-indicators {
  position: absolute;
  bottom: auto;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-top: 25px;
}
#reviews .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #ccc;
}
#reviews .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #716d6e;
}
/* Locations
--------------------------------------------*/
#locations {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
#locations .location-select-container {
  z-index: 1;
  position: relative;
}
#locations .location-select {
  background-color: #007bff;
  height: 93px;
}
#locations .location-select h2 {
  font-size: 35px;
  font-weight: 900;
  color: #fff;
  margin: 26px 0 0 21px;
}
#locations .styled-select-location {
  height: 47px;
  position: relative;
  margin: 22px 21px 0 0;
  background-color: #fff;
}
#locations .styled-select-location:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 21px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 43px;
  position: absolute;
  pointer-events: none;
}
#locations .styled-select-location select {
  border: none;
  font-size: 18px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 11px 10px;
  height: 43px;
}
#locations .map {
  height: 550px;
  background-color: #ccc;
  top: -70px;
}
#locations .map h2 {
  color: #007bff;
  padding: 0 10px;
  margin-bottom: 4px;
}
#locations .map p {
  font-size: 16px;
  padding: 0 10px;
}
.arrow-down-location {
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid #007bff;
  margin: 0 auto;
}
/* Information
--------------------------------------------*/
#information {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
#information .row {
  margin-bottom: 90px;
}
#information .title {
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 30px 0;
  padding: 0;
}
#information .subtitle {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 30px 0;
  padding: 0;
}
#information p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}
#information .btn-border {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 20px 0 0;
  display: inline-block;
}
#information .btn {
  font-size: 24px;
  font-weight: 900;
  background-color: #007bff;
  color: #fff;
  border-radius: 0;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  margin-right: 15px;
  transition: .2s;
}
#information .btn:hover {
  background-color: #716d6e;
}
#information .btn-gray {
  background-color: #716d6e;
}
#information .btn-gray:hover {
  background-color: #007bff;
}
#information .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#information .video iframe,
#information .video object,
#information.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Partners
--------------------------------------------*/
#partners {
  padding: 90px 0;
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
}
#partners .title {
  margin-bottom: 38px;
}
#partners h2 {
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}
#partners .underline {
  height: 4px;
  width: 135px;
  display: block;
  background-color: #007bff;
  margin: 0 auto;
}
#partners p {
  margin: 40px 0 60px 0;
  font-size: 18px;
  line-height: 1.7;
}
/* Contact
--------------------------------------------*/
#contact {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
#contact h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 65px;
}
#contact .contact-info {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 1.7;
}
#contact .contact-info .address {
  font-weight: 900;
}
#contact .contact-info .highlight {
  color: #007bff;
}
#contact form .form-group {
  margin-bottom: 20px;
}
#contact form .text-field {
  background-color: #dbdbdb;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
}
#contact form textarea {
  background-color: #dbdbdb;
  height: 196px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
}
#contact form ::-webkit-input-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form :-moz-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form ::-moz-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form :-ms-input-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form .first-name {
  float: left;
  width: 100%;
}
#contact form .last-name {
  float: right;
  width: 49%;
}
#contact form .btn-border {
  border: 1px solid #ffd992;
  padding: 1px;
  margin: 0 20px 0 0;
  display: inline-block;
}
#contact form .submit-message {
  font-size: 24px;
  font-weight: 900;
  background-color: #007bff;
  color: #fff;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  text-transform: uppercase;
  transition: .2s;
  border-radius: 0;
}
#contact form .submit-message:hover {
  background-color: #716d6e;
}
#contact .contact-box-title {
  font-size: 18px;
  font-weight: bold;
}
#contact .contact-box {
  background-color: #ededed;
  padding: 20px;
}
#contact .contact-box .highlight {
  font-weight: bold;
  color: #007bff;
}
#contact .contact-box img {
  border: 1px solid #007bff;
  float: left;
  margin-right: 20px;
}
#contact .contact-box-name {
  font-size: 24px;
  font-weight: bold;
}
#contact .contact-box-border {
  background-color: #007bff;
  height: 10px;
  margin-top: 1px;
  margin-bottom: 8px;
}
#contact .contact-box-divider {
  height: 10px;
}
/* Footer Bar
--------------------------------------------*/
#footer-bar {
  background-color: #716d6e;
  padding: 25px 0 40px 0;
  color: #fff;
  margin-bottom: -90px;
  margin-top: 90px;
  line-height: 1.7;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
#footer-bar .footer-widget:after {
  clear: both;
}
#footer-bar h2 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
#footer-bar .gallerywidget a {
  margin: 0 2px 4px 0;
  display: block;
  float: left;
}
/* Footer
--------------------------------------------*/
footer {
  margin-top: 90px;
  padding: 40px 0;
  background-color: #dbdbdb;
  position: relative;
  z-index: 2;
}
footer .footer-nav {
  list-style: none;
  margin: 0 auto 20px auto;
  padding: 0;
}
footer .footer-nav li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
footer .footer-nav li a {
  font-size: 18px;
  text-decoration: underline;
  color: #716d6e;
  font-weight: bold;
}
/* Checkout Modal
--------------------------------------------*/
#checkoutModal .modal-dialog {
  width: 748px;
}
#checkoutModal .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 2px solid #fff;
}
#checkoutModal .modal-header {
  color: #fff;
  background-color: #007bff;
  border-bottom: none;
}
#checkoutModal .modal-title {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
#checkoutModal .close {
  color: #fff;
  text-shadow: none;
  opacity: .6;
  font-size: 27px;
  margin: 1px 7px 0 0;
}
#checkoutModal .close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
#checkoutModal .modal-body {
  padding: 0;
}
#checkoutModal .modal-body h3 {
  margin: 0;
  font-size: 18px;
  color: #007bff;
  font-weight: bold;
  margin-bottom: 25px;
}
#checkoutModal .checkout-info-box {
  background-color: rgba(255, 191, 0, 0.2);
  padding: 20px 30px;
}
#checkoutModal .checkout-info-box h3 {
  margin: 0;
  margin-bottom: 15px;
  color: #716d6e;
}
#checkoutModal .checkout-info-box h3 i {
  font-size: 23px;
}
#checkoutModal .checkout-vehicle-info {
  margin-top: 30px;
}
#checkoutModal .location-date-info {
  padding: 0 0 0 30px;
  float: left;
  max-width: 340px;
}
#checkoutModal .vehicle-info {
  padding: 0 30px 0 0;
  float: right;
  max-width: 360px;
}
#checkoutModal .vehicle-info h3 {
  float: left;
  margin-right: 10px;
}
#checkoutModal .vehicle-info a {
  font-size: 12px;
}
#checkoutModal .vehicle-info .vehicle-image {
  width: 90%;
}
#checkoutModal .info-box {
  margin-bottom: 25px;
}
#checkoutModal .info-box .glyphicon {
  float: left;
  font-size: 17px;
}
#checkoutModal .info-box .info-box-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 25px;
}
#checkoutModal .info-box .info-box-description {
  margin-left: 25px;
  font-size: 14px;
}
#checkoutModal .checkout-personal-info {
  padding: 0 30px;
}
#checkoutModal .checkout-personal-info .form-group {
  float: left;
  width: 335px;
  min-height: 70px;
}
#checkoutModal .checkout-personal-info .form-group.left {
  margin-right: 7px;
}
#checkoutModal .checkout-personal-info .form-group.right {
  margin-left: 7px;
}
#checkoutModal .checkout-personal-info .age {
  float: left;
  width: 140px;
  min-height: 70px;
}
#checkoutModal form .styled-select-age {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
}
#checkoutModal form .styled-select-age:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 29px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#checkoutModal form .styled-select-age select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 9px 10px;
  height: 39px;
}
#checkoutModal form input {
  background-color: #dbdbdb;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  line-height: 45px;
  font-size: 18px;
}
#checkoutModal form ::-webkit-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal form :-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal form ::-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal form :-ms-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal form .checkbox {
  padding-left: 0;
}
#checkoutModal form input[type=checkbox] {
  display: none;
}
#checkoutModal form .checkbox label {
  font-size: 18px;
}
#checkoutModal form .checkbox label:before {
  content: "";
  display: inline-block;
  font-size: 15px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #dbdbdb;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #f3f3f3;
  text-align: center;
  line-height: 24px;
  float: left;
}
#checkoutModal form input[type=checkbox]:checked + label:before {
  content: "\2713";
}
#checkoutModal .checkout-address-info {
  padding: 0 30px;
}
#checkoutModal .checkout-address-info .city {
  float: left;
  width: 335px;
  margin-right: 7px;
}
#checkoutModal .checkout-address-info .zip-code {
  float: left;
  width: 335px;
  margin-left: 7px;
}
#checkoutModal .newsletter {
  padding: 0 30px;
  margin: 30px 0;
}
#checkoutModal .modal-footer {
  background-color: #e3e2e2;
}
#checkoutModal .modal-footer .btn {
  font-size: 24px;
  font-weight: 900;
  background-color: #007bff;
  color: #fff;
  border-radius: 0;
  height: 47px;
  line-height: 47px;
  padding: 0 15px;
}
#checkoutModal .modal-footer .btn-border {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 10px 0 0;
  display: inline-block;
  background-color: #fff;
}
#checkoutModal .modal-footer .btn-yellow {
  border-color: #ffd992;
}
#checkoutModal .modal-footer .btn-yellow button {
  background-color: #007bff;
}
#checkoutModal .modal-footer .btn-gray {
  border-color: #b8b6b6;
}
#checkoutModal .modal-footer .btn-gray button {
  background-color: #716d6e;
}
/* Start Media Queries
------------------------------------------------*/
/* Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
  /* Header
	--------------------------------------------*/
  header.small .header-info {
    margin: 10px 0 0 0;
    width: 100%;
  }
  header.large .brand {
    width: 75%;
  }
  header .header-info .contact {
    font-size: 14px;
  }
  header .navbar-default {
    font-size: 14px;
  }
  header.large {
    height: 133px;
  }
  header.small {
    height: 91px;
  }
  header.small .brand {
    margin: 28px 0 0 0;
  }
  /* Teaser
	--------------------------------------------*/
  #teaser form .styled-select-car select {
    font-size: 10px;
  }
  #teaser form .input-group-addon {
    font-size: 14px;
    width: 95px;
  }
  #teaser form .input-group-addon .glyphicon {
    font-size: 12px;
  }
  #teaser form .input-group input {
    font-size: 14px;
    padding-left: 10px;
  }
  #teaser form .styled-select-time select {
    font-size: 14px;
    padding: 0 5px;
  }
  #teaser form .date {
    width: 195px;
  }
  #teaser form .time {
    width: 105px;
  }
  #teaser form .styled-select-time:after {
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 10px 18px;
  }
  #teaser form .submit {
    font-size: 19px;
  }
  #teaser .title {
    font-size: 30px;
  }
  #teaser .subtitle {
    font-size: 18px;
  }
  #teaser form {
    padding: 20px 30px;
  }
  #teaser .reservation-form-shadow {
    height: 465px;
  }
  /* Services
	--------------------------------------------*/
  #services h2 {
    font-size: 42px;
    margin: 0 0 20px 0;
  }
  #services .service-box .service-icon {
    height: 38px;
    width: 38px;
    line-height: 37px;
    font-size: 36px;
  }
  #services .service-box .service-title {
    font-size: 24px;
    padding-top: 6px;
  }
  #services .service-box .service-content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  /* Newsletter
	--------------------------------------------*/
  #newsletter .title {
    font-size: 24px;
  }
  #newsletter .subtitle {
    font-size: 15px;
  }
  #newsletter .newsletter-form {
    height: 50px;
    padding: 7px;
  }
  #newsletter .newsletter-form button {
    font-size: 17px;
  }
  #newsletter .social-icons ul li a {
    height: 51px;
    width: 55px;
    line-height: 51px;
    font-size: 31px;
  }
  /* Vehicles
	--------------------------------------------*/
  #vehicles .title {
    font-size: 32px;
  }
  #vehicles #vehicle-nav-container {
    height: 335px;
  }
  #vehicles .vehicle-nav li a {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
  }
  #vehicles .vehicle-price {
    font-size: 20px;
  }
  #vehicles .vehicle-price {
    font-size: 20px;
  }
  #vehicles .vehicle-price .info {
    font-size: 16px;
  }
  #vehicles .table {
    font-size: 12px;
  }
  #vehicles .reserve-button {
    font-size: 22px;
  }
  #vehicles .reserve-button {
    font-size: 22px;
  }
  #reviews .review {
    font-size: 18px;
  }
  #reviews .author {
    font-size: 16px;
  }
  /* Locations
	--------------------------------------------*/
  #locations .location-select h2 {
    font-size: 28px;
    margin: 30px 0 0 21px;
  }
  #locations .map {
    height: 500px;
  }
  /* Information
	--------------------------------------------*/
  #information .title {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  #information .subtitle {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  #information p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  #information .btn {
    font-size: 20px;
  }
  /* Partners
	--------------------------------------------*/
  #partners h2 {
    font-size: 42px;
    margin: 0 0 20px 0;
  }
  #partners p {
    font-size: 16px;
  }
  /* Contact
	--------------------------------------------*/
  #contact h2 {
    font-size: 32px;
  }
  #contact .contact-info {
    font-size: 16px;
  }
  #contact form .form-group {
    margin-bottom: 15px;
  }
  #contact form .text-field {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #contact .contact-box {
    font-size: 13px;
  }
  #contact .contact-box img {
    width: 65px;
  }
  #contact .contact-box-name {
    font-size: 20px;
  }
  #contact form ::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  #contact form :-moz-placeholder {
    font-size: 16px !important;
  }
  #contact form ::-moz-placeholder {
    font-size: 16px !important;
  }
  #contact form :-ms-input-placeholder {
    font-size: 16px !important;
  }
  #contact form .submit-message {
    font-size: 20px;
  }
  /* Footer
	--------------------------------------------*/
  footer .footer-nav li a {
    font-size: 16px;
  }




}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  /* Header
	--------------------------------------------*/
  header .brand {
    display: none;
  }
  .navbar-brand {
    padding: 0;
    width: 230px;
  }
  header .navbar-brand {
    display: block;
  }
  header .navbar-toggle {
    margin-top: 4px;
  }
  header.large {
    height: 91px;
  }
  header.large .header-info {
    display: none;
  }
  header .navbar-default .navbar-collapse {
    background-color: #fff;
    padding: 32px;
    z-index: 1183;
    position: absolute;
    width: 100%;
    margin: 15px 0 0 0;
    border: 14px solid #007bff;
    border-top: none;
    box-shadow: 0px 4px 1px -1px rgba(50, 50, 50, 0.32);
  }
  /* Teaser
	--------------------------------------------*/
  #teaser {
    height: auto;
  }
  #teaser .title {
    text-align: center;
  }
  #teaser .carousel {
    margin-bottom: 70px;
  }
  #teaser form .date {
    width: 65%;
  }
  #teaser form .time {
    width: 32%;
  }
  /* Newsletter
	--------------------------------------------*/
  #newsletter .title {
    text-align: center;
    margin-bottom: 25px;
  }
  #newsletter .newsletter-form {
    width: 100%;
  }
  #newsletter .social-icons {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  #newsletter .social-icons ul li {
    display: inline-block;
    float: none;
  }
  /* Vehicles
	--------------------------------------------*/
  #vehicles .styled-select-vehicle-data {
    display: block;
  }
  #vehicles #vehicle-nav-container {
    height: auto;
  }
  #vehicles .vehicle-nav {
    display: none;
  }
  #vehicles .vehicle-nav-control {
    display: none;
  }
  #vehicles .vehicle-img {
    margin: 15px 0;
  }
  #vehicles .vehicle-img img {
    display: inline-block;
  }
  /* Locations
	--------------------------------------------*/
  #locations .location-select {
    height: 155px;
  }
  #locations .location-select h2 {
    text-align: center;
  }
  #locations .styled-select-location {
    margin: 22px 21px 0 22px;
  }
  /* Information
	--------------------------------------------*/
  #information {
    text-align: center;
  }
  #information img {
    display: inline-block;
    margin-bottom: 25px;
  }
  #information .video {
    margin-bottom: 25px;
  }
  /* Partners
	--------------------------------------------*/
  #partners {
    padding-bottom: 50px;
  }
  #partners img {
    display: inline-block;
    margin-bottom: 40px;
  }
  /* Contact
	--------------------------------------------*/
  #contact .contact-info {
    margin-top: 40px;
  }
  /* CheckOut Modal
	--------------------------------------------*/
  #checkoutModal .modal-dialog {
    width: 100%;
    margin: 0;
  }
  #checkoutModal .form-group {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #checkoutModal .modal-footer {
    text-align: center;
  }
  


}
/* Small devices (660px and down) */
@media (max-width: 660px) {
  /* CheckOut Modal
	--------------------------------------------*/
  .wp-block-columns {
    flex-direction: column;
  }
  #checkoutModal .vehicle-info {
    padding: 0 0 0 45px;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0 45px 0 45px;
  }
  #checkoutModal .location-date-info {
    width: 100%;
    padding: 0 0 0 45px;
    float: none;
  }
}
/* Small devices (480px and down) */
@media (max-width: 480px) {
  #teaser form .submit {
    font-size: 18px;
  }
  header.small .header-info {
    display: none;
  }
}
/* Change default Nav Breakpoint */
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
   header.small .header-info {
    display: none;
  }
}


/*==========section baru===========================================================
*/

 @media (min-width: 320px) and (max-width: 767px) {
      .layer1 {
        
        height: 100px;
        object-fit: cover;
        object-position: -110px;
      }
	 /* facebook dan lainnya */
	.listbut-shr {
		width: 100%;
		float: left;
		margin-left: 10px;
	}

	.listbut-shr ul, .listbut-shr ul li {
		display: inline-block;
		padding-left: 0;
		list-style: none;
		margin-left: 0;
	}

	.bg-color-fb {
		background-color: #1c61a6;
	}
	.bg-color-tw {
		background-color: #02cafb;
	}
	.bg-color-wa {
		background-color: #3cb92d;
	}
	.bg-color-linkedin {
		background-color: #0072b1;
	}
	.bg-color-telegram {
		background-color: #0781cc;
	}
	.bg-color-copi {
		background-color: #fb6703;
	}
	.bg-color-indeks {
		background-color: #53b9e9;
	}

	.ktk-shr {
		width: 35px;
    	padding: 0 5px 0 8px;
    	border-radius: 7px;
    	font-size: 20px;
	}
	.color-putih, .font-white, .linkto-red a:hover, .linkto-white a, .linkto-white2 a, a.link-black:hover, a.link-red:hover, a.link-white {
		color: #fff !important;
	}
	.fs18, .fs19 {
		font-size: 18px !important;
	}

	.pad-t-3 {
		padding-top: 3px !important;
	}

	.font-white{
		color: #fff;	
	}

	/* tutup facebook */
}
.btn-fb {
  background-color: #1877F2;
  color: white;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: bold;
}

.btn-fb:hover {
  background-color: #0f5ab5;
}
.btn-wa {
  background-color: #25D366; /* hijau WhatsApp */
  color: white;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px; /* jarak icon dan teks */
  text-decoration: none;
  font-weight: bold;
}

.btn-wa:hover {
  background-color: #1ebc57;
  color: white;
}
.btn-ig {
  background-color: #E4405F; /* warna khas IG */
  color: white;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: bold;
}

.btn-ig:hover {
  background-color: #c32e4f;
}

.btn-tt {
  background-color: #010101; /* warna khas TikTok */
  color: white;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: bold;
}

.btn-tt:hover {
  background-color: #ff0050; /* efek hover merah TikTok */
}

.header-info .contact {
  margin-left: 8px;  /* jarak antar ikon */
}
.header-info .contact:first-child {
  margin-left: 0; /* biar ikon pertama nempel tanpa jarak kiri */
}

.testimonial-card {
  background: #fff;
  transition: transform 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-5px);
}

h2.text-center.mb-4 {
  font-size: 3rem; /* default h2 kira2 2rem, ini jadi lebih besar */
  font-weight: 700;  /* biar lebih tebal */
}
#teaser .carousel-text {
  padding: 20px;
}
#teaser .carousel-text .title {
  font-size: 28px;
  font-weight: bold;
}
#teaser .carousel-text .subtitle {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}
#teaser .btn-whatsapp {
  display: inline-block;
  background-color: #25D366;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}
#teaser .btn-whatsapp:hover {
  background-color: #1ebe5b;
}
#teaser .car-img img {
  max-width: 100%;
  border-radius: 10px;
}
.carousel-control.left,
.carousel-control.right {
  display: none !important;
}
.mobil-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.mobil-card {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

.mobil-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.mobil-card img {
  max-width: 100%;
  border-radius: 10px;
}

.status {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 8px;
  background: #28a745;
  color: #fff;
  font-weight: bold;
}

.detail-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  border-radius: 8px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}

.detail-btn:hover {
  background: #0056b3;
}
.hubungi-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.hubungi-btn {
  background: #25d366;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.hubungi-options {
  display: none;
  flex-direction: column;
  position: absolute;
  bottom: 70px;
  right: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  overflow: hidden;
}

.hubungi-options a {
  padding: 12px 16px;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hubungi-options a:hover {
  background: #f5f5f5;
}
