@import url(animate.css);
@import url(hotel-pictograms.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
/*========================================================
                      Brand Colors (Asa Production)
=========================================================*/
:root {
  --brand-dark: #00224C;
  --brand-mid: #003D8F;
  --brand-light: #0051B5;
  --brand-accent: #2E8BFF;
}
/*========================================================
                      Main Styles
=========================================================*/
html {
  overflow-x: hidden;
  width: 100%;
}
body {
  background: #10223a;
  color: #808289;
  font: 400 16px/29px "Ubuntu", sans-serif;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #494b52;
  text-transform: uppercase;
}

h1 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 15.12px;
}
@media (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 6px;
  }
}

h2 {
  font-size: 34px;
  line-height: 50px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

h3 {
  font-size: 19px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 16px;
}

hr {
  max-width: 106px;
  height: 3px;
  margin: 0;
  padding: 0;
  border: none;
  background: var(--brand-light);
}
.grid_4 hr {
  max-width: 60px;
}
.center hr, hr.center {
  margin-left: auto;
  margin-right: auto;
}

p, .copyright {
  font-weight: 300;
}
p a:hover, .copyright a:hover {
  text-decoration: underline;
}
p em, .copyright em {
  font-size: 16px;
  line-height: 30px;
  color: var(--brand-light);
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-family: "FontAwesome";
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mg-add {
  margin-top: 19px;
}

.oh {
  overflow: hidden;
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.primary {
  color: var(--brand-light);
}

.drop-shadow {
  -webkit-box-shadow: inset 0 4px 4px #e2e2e2;
  -moz-box-shadow: inset 0 4px 4px #e2e2e2;
  box-shadow: inset 0 4px 4px #e2e2e2;
}

/*========================================================
                      Main Layout
==========================================================*/
* + h2 {
  margin-top: 116px;
}

* + h3 {
  margin-top: 31px;
}

* + h5 {
  margin-top: 12px;
}

* + hr {
  margin-top: 28px;
}

* + p {
  margin-top: 18px;
}

* + .booking-form {
  margin-top: 63px;
}

* + .flex-list {
  margin-top: 26px;
}

* + .row {
  margin-top: 81px;
}

* + .off1 {
  margin-top: 96px;
}

* + .btn {
  margin-top: 47px;
}

* + .owl-carousel {
  margin-top: 49px;
}

hr + * {
  margin-top: 32px;
}

h2 + h3 {
  margin-top: 22px;
}

h3 + p {
  margin-top: 4px;
}

img + p {
  margin-top: 42px;
}

p + h3 {
  margin-top: 22px;
}

.container + .container {
  margin-top: 82px;
}

.btn + .btn {
  margin-left: 20px;
}

.btn:first-child + .btn {
  margin-top: 0;
}

.box + .box {
  margin-top: 38px;
}

/*=======================================================
                       Components
=========================================================*/
/*==================     Brand     ======================*/
img + .brand_name {
  margin-top: 30px;
}
.brand_name {
  word-spacing: -12px;
  overflow: hidden;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.brand_slogan {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 7.2px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
.brand_name + .brand_slogan {
  margin-top: 5px;
}

/*==================      Vide     ======================*/
.vide {
  padding-top: 117px;
  padding-bottom: 170px;
  background: linear-gradient(180deg, rgba(0, 20, 46, 0.55) 0%, rgba(0, 20, 46, 0.85) 100%), #333333;
  position: relative;
}
.vide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 20, 46, 0.55);
  z-index: 1;
}
.vide_content {
  position: relative;
  z-index: 2;
}
.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background: #10223a;
  pointer-events: none;
}
.vide h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 60px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.vide h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 6.6px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
@media (min-width: 480px) and (max-width: 767px) {
  .vide h2 {
    font-size: 55px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  .vide {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .vide h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .vide h3 {
    font-size: 14px;
    line-height: 24px;
  }
}

/*==================     Icons     ======================*/
.flaticon-toilets1, .flaticon-coffee69, .flaticon-hotel70 {
  color: #E5E5E5;
  line-height: 109px;
}

.flaticon-toilets1 {
  font-size: 93px;
}

.flaticon-coffee69, .flaticon-hotel70 {
  font-size: 103px;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 18.5px 20px 18.5px 20px;
  line-height: 24px;
  color: #FFF;
  background: linear-gradient(135deg, var(--brand-light), var(--brand-dark));
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 6px 18px rgba(0, 34, 76, 0.35);
}
.btn:hover {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-light));
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 34, 76, 0.45);
  color: #FFF;
}
.btn-outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: none;
  padding: 16.5px 20px;
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #FFF;
  box-shadow: none;
}
.btn-whatsapp {
  padding: 13px 22px;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.btn-whatsapp svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.site-nav_cta {
  position: relative;
  overflow: hidden;
}
.site-nav_cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}
.site-nav_cta:hover::before {
  left: 130%;
}
@media (max-width: 479px) {
  .btn {
    font-size: 20px;
  }
}

/*==================      Quote     ======================*/
blockquote img {
  width: 110px;
  height: 110px;
  max-width: 110px;
  max-height: 110px;
  object-fit: cover;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
@media (max-width: 767px) {
  blockquote img {
    width: 74px;
    height: 74px;
    max-width: 74px;
    max-height: 74px;
  }
}

/*==================    Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-list li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.flex-list li img {
  max-width: 140px;
  max-height: 70px;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .flex-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .flex-list {
    display: block;
  }
  .flex-list li {
    display: block;
  }
  .flex-list li + li {
    margin-top: 30px;
  }
  .flex-list li img {
    max-width: 120px;
    max-height: 60px;
  }
}

/*==================  Partner logo marquee (2 baris, arah berlawanan)  ======================*/
.partner-marquee-wrap {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 56px;
}
.partner-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
}
.partner-marquee_track {
  display: flex;
  align-items: center;
  gap: 90px;
  width: max-content;
  list-style: none;
  margin: 0;
  padding: 0 45px;
  will-change: transform;
  backface-visibility: hidden;
}
.partner-marquee_track li {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-marquee_track img {
  max-width: 230px;
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.45;
  transition: opacity 0.25s ease;
}
.partner-marquee_track img:hover {
  opacity: 1;
}
/* animasi diatur dinamis via <style> di home.blade.php agar jumlah langkah = jumlah logo */
@media (max-width: 767px) {
  .partner-marquee_track {
    gap: 50px;
  }
  .partner-marquee_track img {
    max-width: 150px;
    max-height: 74px;
  }
  .partner-marquee-wrap {
    gap: 28px;
    margin-top: 36px;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 48px;
  color: #fff;
  background: #494b52;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: var(--brand-light);
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.portfolio-thumb {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: #0d1e36;
  border-radius: 6px;
}
.portfolio-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thumb img,
.portfolio-thumb img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(6, 14, 30, 0.1);
  -webkit-backdrop-filter: blur(0px) saturate(120%);
  backdrop-filter: blur(0px) saturate(120%);
  transition: opacity 0.35s ease, background 0.35s ease, backdrop-filter 0.35s ease, -webkit-backdrop-filter 0.35s ease;
}
/* Tombol "+" liquid glass ala iOS: material blur + saturasi,
   highlight spekular di sudut kiri-atas, tepi terang tipis,
   dan bayangan berlapis (drop shadow luar + inset atas terang /
   inset bawah gelap) supaya terkesan benar-benar jernih & melengkung.
   PENTING: pakai shorthand `background` (bukan `background-image`)
   karena warna solid di layer terakhir cuma valid di shorthand —
   kalau dipisah ke `background-image` seluruh baris jadi invalid
   dan browser drop semuanya (itu sebab ikon + sempat hilang). */
.thumb_overlay:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E") no-repeat center/22px 22px,
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 45%) no-repeat,
    linear-gradient(180deg, rgba(255,255,255,.26) 0%, rgba(255,255,255,.02) 45%, rgba(255,255,255,.08) 100%) no-repeat,
    rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.4);
  box-shadow:
    0 12px 28px -8px rgba(0,10,30,.45),
    0 2px 8px -2px rgba(0,10,30,.25),
    inset 0 1.5px 0 rgba(255,255,255,.65),
    inset 0 -1px 0 rgba(0,0,0,.1),
    inset 0 0 14px rgba(255,255,255,.06);
  -webkit-backdrop-filter: blur(26px) saturate(200%) brightness(1.06);
  backdrop-filter: blur(26px) saturate(200%) brightness(1.06);
  transform: scale(.68);
  opacity: 0;
  transition: transform .5s cubic-bezier(.22,1.4,.36,1), opacity .35s ease, box-shadow .35s ease;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay:before,
.portfolio-thumb:hover .thumb_overlay:before {
  transform: scale(1);
  opacity: 1;
}
.thumb:hover .thumb_overlay,
.portfolio-thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(6, 14, 30, 0.18);
  -webkit-backdrop-filter: blur(6px) saturate(150%);
  backdrop-filter: blur(6px) saturate(150%);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img,
.portfolio-thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================     Subscribe Form     ======================*/
.subscribe-form {
  position: relative;
  display: inline-block;
  width: 562px;
}
.subscribe-form label {
  display: inline-block;
  max-width: 410px;
  width: 100%;
  position: relative;
  padding: 12px 17px 12px;
  background: white;
  border: 1px solid white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe-form input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  color: #c1c1c1;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  line-height: 22px;
  text-transform: uppercase;
  height: 22px;
}
.subscribe-form a[data-type="submit"] {
  padding: 12px 20px;
  font-size: 19px;
  line-height: 24px;
}
.subscribe-form label + a[data-type="submit"] {
  margin-top: 0;
  margin-left: 6px;
}
@media (max-width: 979px) {
  .subscribe-form label + a[data-type="submit"] {
    margin-top: 10px;
    margin-left: 0;
  }
}

.error {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 10px;
  line-height: 12px;
  color: #f00;
  overflow: hidden;
  height: 0px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

label.invalid .error {
  height: 21px;
}

.success {
  display: none;
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #38A46B;
}

@media (max-width: 479px) {
  .subscribe-form label {
    width: 100%;
  }
}
/*========================================================
                     HEADER  Section
==========================================================*/
header {
  background: #333333;
  text-align: center;
}
header *:not(.btn) {
  color: #FFF;
}

.header_panel:before, .header_panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.header_panel:after {
  clear: both;
}

/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
  background: white;
}

/*==================      Well     ======================*/
.well {
  padding-top: 75px;
  padding-bottom: 81px;
}
.well__ins1 {
  padding-bottom: 88px;
}

/*==================  Services Feature Cards  ======================*/
.well__ins1 .row {
  align-items: stretch;
}
.well__ins1 .grid_4 {
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 48px 30px 40px;
  box-shadow: 0 6px 24px rgba(0, 34, 76, 0.08);
  border: 1px solid rgba(0, 34, 76, 0.06);
  transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
  cursor: pointer;
}
.well__ins1 .grid_4 img {
  transition: transform 0.35s ease, filter 0.35s ease;
}
.well__ins1 .grid_4 hr {
  transition: background 0.35s ease;
}
.well__ins1 .grid_4 h3,
.well__ins1 .grid_4 p {
  transition: color 0.35s ease;
}
.well__ins1 .grid_4:hover,
.well__ins1 .grid_4:focus-within {
  background: linear-gradient(135deg, var(--brand-accent), var(--brand-light) 55%, var(--brand-dark));
  border-color: transparent;
  box-shadow: 0 16px 40px rgba(0, 34, 76, 0.28);
  transform: translateY(-8px);
}
.well__ins1 .grid_4:hover img,
.well__ins1 .grid_4:focus-within img {
  transform: scale(1.08);
  filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}
.well__ins1 .grid_4:hover hr,
.well__ins1 .grid_4:focus-within hr {
  background: #FFFFFF;
}
.well__ins1 .grid_4:hover h3,
.well__ins1 .grid_4:hover p,
.well__ins1 .grid_4:focus-within h3,
.well__ins1 .grid_4:focus-within p {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .well__ins1 .grid_4 {
    padding: 36px 24px 30px;
  }
}

.well2 {
  padding-top: 31px;
  padding-bottom: 30px;
}

.thumb-container:before, .thumb-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumb-container:after {
  clear: both;
}
.thumb-container .item {
  float: left;
  width: 20%;
  padding: 6px;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  .thumb-container .item {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .thumb-container .item {
    float: none;
    width: 100%;
    padding: 6px 6px;
  }
}

.well3 {
  padding: 162px 0 167px;
}
.well3 * + hr {
  margin-top: 38px;
}
@media (max-width: 479px) {
  .well3 {
    padding: 120px 0;
  }
}

.well4 {
  padding: 98px 0 33px;
}

.well5 {
  padding-top: 15px;
  padding-bottom: 18px;
}

/* Mobile: kurangi jarak vertikal antar section & elemen supaya tidak
   terlalu panjang saat di-scroll di layar kecil, tanpa mengubah
   tampilan desktop. */
@media (max-width: 767px) {
  .well {
    padding-top: 48px;
    padding-bottom: 52px;
  }
  .well__ins1 {
    padding-bottom: 56px;
  }
  .well2 {
    padding-top: 26px;
    padding-bottom: 24px;
  }
  .well3 {
    padding: 90px 0;
  }
  .well4 {
    padding: 64px 0 28px;
  }
  * + h2 {
    margin-top: 60px;
  }
  * + .row {
    margin-top: 48px;
  }
  [class*="grid_"] + [class*="grid_"] {
    margin-top: 40px;
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: var(--brand-light);
}
.bg-primary *:not(.btn) {
  color: #FFF;
}
.bg-primary .btn {
  color: var(--brand-light);
  background: #FFF;
}
.bg-primary .btn:hover {
  color: var(--brand-light);
  background: #f7f7f7;
}

.bg-secondary {
  background: #576475;
  white-space: nowrap;
}
.bg-secondary h2 {
  color: #FFF;
}
.bg-secondary h2, .bg-secondary .subscribe-form {
  display: inline-block;
}
.bg-secondary h2 + .subscribe-form {
  margin-left: 22px;
}
.bg-secondary h2 {
  line-height: 48px;
}
@media (max-width: 1199px) {
  .bg-secondary {
    white-space: normal;
  }
  .bg-secondary .subscribe-form {
    width: 100%;
  }
  .bg-secondary h2, .bg-secondary .subscribe-form {
    display: block;
  }
  .bg-secondary h2 + .subscribe-form {
    margin-top: 20px;
    margin-left: 0;
  }
}

.bg-secondary2 {
  background: #333;
}
.bg-secondary2, .bg-secondary2 h1, .bg-secondary2 h2, .bg-secondary2 h3, .bg-secondary2 h4, .bg-secondary2 h5, .bg-secondary2 h6 {
  color: #FFF;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-right: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box {
    text-align: center;
  }
  .box_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*========================================================
                     FOOTER  Section
=========================================================*/
footer {
  background: #00142E;
  color: #fff;
}
/* Overlay biar background parallax CTA di footer nyambung sama tone-nya
   dengan hero "Professional web performance" di atas (lihat .vide) */
footer .parallax::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 20, 46, 0.55) 0%, rgba(0, 20, 46, 0.85) 100%);
  z-index: 1;
}
footer .parallax_cnt {
  position: relative;
  z-index: 2;
}
/* Fallback stacking: di halaman yang tidak memuat jquery.rd-parallax.js,
   .parallax_cnt (dibuat lewat JS) tidak pernah ada, jadi .well4 (konten CTA)
   perlu diangkat manual di atas overlay ::before supaya teks & tombol tetap terbaca. */
footer .well4 {
  position: relative;
  z-index: 2;
}
footer h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 60px;
}
footer h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 6.6px;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #FFF;
}
footer .btn {
  max-width: 100%;
  width: 410px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer hr {
  background: #FFF;
}
footer hr + h2 {
  margin-top: 39px;
}
footer h3 + .btn {
  margin-top: 56px;
}
footer .copyright {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}
footer * + .copyright {
  margin-top: 71px;
}
@media (min-width: 480px) and (max-width: 767px) {
  footer h2 {
    font-size: 55px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  footer h2 {
    font-size: 26px;
    line-height: 30px;
  }
  footer h3 {
    font-size: 14px;
    line-height: 24px;
  }
}

/*========================================================
                      Site Navbar (LEGACY - DIHAPUS)
   Blok navbar lama (.site-nav, .site-nav_brand, .site-nav_menu, dst)
   yang tadinya ada di sini sudah dihapus. Selector-nya sama persis
   dengan navbar "liquid glass" yang sekarang didefinisikan langsung
   di resources/views/partials/site-nav.blade.php (dan salinannya di
   home.blade.php untuk landing page) — dua definisi berbeda dengan
   selector sama ini saling bentrok lewat CSS cascade tergantung
   urutan file di-load per halaman, menyebabkan alignment & font
   navbar tampil tidak konsisten/berantakan. Style navbar sekarang
   HANYA boleh diedit di kedua file blade tersebut, bukan di sini.
=========================================================*/


/*========================================================
                      Testimonials (redesign)
=========================================================*/
.testimonial-section {
  background: #ffffff;
}
.testimonial-section h2 {
  color: var(--brand-dark);
}
.testimonial-section hr {
  border-color: rgba(0, 34, 76, 0.15);
}
.testimonial-carousel {
  margin-top: 50px;
  padding: 10px 0 40px;
}
.testimonial-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonial-carousel .owl-item {
  opacity: 0.35;
  filter: blur(1px);
  transform: scale(0.92);
  transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease;
}
.testimonial-carousel .owl-item.center {
  opacity: 1;
  filter: none;
  transform: scale(1);
  z-index: 2;
}
.testimonial-card {
  margin: 0;
  padding: 40px 32px 36px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 15px 35px -15px rgba(0, 34, 76, 0.25);
  text-align: center;
  min-height: 340px;
}
.testimonial-card_company {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 22px;
  color: var(--brand-light);
}
.testimonial-card_quote {
  font-style: italic;
  color: #6b7280;
  font-size: 15px;
  line-height: 27px;
  margin: 0 0 28px;
}
.testimonial-card_photo {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 18px;
  display: block;
}
.testimonial-card_name {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: var(--brand-light);
  margin-bottom: 4px;
}
.testimonial-card_role {
  margin: 0;
  font-size: 14px;
  color: #9aa0aa;
}
.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.testimonial-carousel .owl-dot span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(0, 34, 76, 0.2);
}
.testimonial-carousel .owl-dot.active span {
  background: var(--brand-light);
}
@media (max-width: 767px) {
  .testimonial-card {
    padding: 32px 22px 28px;
    min-height: auto;
  }
  .testimonial-carousel .owl-item {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/*========================================================
                      Chatbot Widget
   Dirombak jadi gaya modern: gradient brand, glass header,
   status "online", bubble chat dengan tail & animasi masuk,
   tombol close di header. Tetap 1 sumber CSS ini yang dipakai
   semua halaman (chatbot-widget.blade.php partial-nya sama).
=========================================================*/
.chatbot {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  font-family: "Ubuntu", sans-serif;
}
.chatbot_toggle {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 45%) no-repeat,
    linear-gradient(135deg, rgba(66,153,255,.38), rgba(0,81,181,.42) 55%, rgba(0,32,74,.48));
  -webkit-backdrop-filter: blur(26px) saturate(220%) brightness(1.05);
  backdrop-filter: blur(26px) saturate(220%) brightness(1.05);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow:
    0 14px 32px -10px rgba(0, 34, 76, 0.5),
    inset 0 1.5px 0 rgba(255, 255, 255, .45),
    inset 0 -1px 0 rgba(0,0,0,.14),
    inset 0 0 14px rgba(255,255,255,.06);
  transition: transform 0.25s cubic-bezier(.22,1,.36,1), box-shadow 0.25s ease;
}
.chatbot_toggle:before {
  content: '';
  position: absolute;
  top: 6%;
  left: 14%;
  width: 46%;
  height: 30%;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255,255,255,.55), rgba(255,255,255,0));
  pointer-events: none;
}
.chatbot_toggle:hover {
  transform: scale(1.06) translateY(-1px);
  box-shadow:
    0 18px 38px -10px rgba(0, 34, 76, 0.65),
    inset 0 1.5px 0 rgba(255, 255, 255, .65),
    inset 0 -1px 0 rgba(0,0,0,.2),
    inset 0 0 18px rgba(255,255,255,.12);
}
.chatbot_toggle:active {
  transform: scale(0.96);
}
.chatbot_toggle-ping {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--brand-accent);
  opacity: 0.55;
  animation: chatbot-ping 2.4s cubic-bezier(0, 0, 0.2, 1) infinite;
  pointer-events: none;
}
.chatbot.is-open .chatbot_toggle-ping { display: none; }
@keyframes chatbot-ping {
  0% { transform: scale(0.85); opacity: 0.55; }
  75%, 100% { transform: scale(1.35); opacity: 0; }
}
.chatbot_toggle-icon-open,
.chatbot_toggle-icon-close {
  position: relative;
  transition: opacity 0.15s ease, transform 0.2s ease;
}
.chatbot_toggle-icon-close {
  display: none;
}
.chatbot.is-open .chatbot_toggle-icon-open {
  display: none;
}
.chatbot.is-open .chatbot_toggle-icon-close {
  display: block;
}
.chatbot_window {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: 366px;
  max-width: calc(100vw - 32px);
  height: 500px;
  max-height: calc(100vh - 140px);
  background: #f6f8fb;
  border-radius: 22px;
  box-shadow: 0 30px 70px -18px rgba(0, 12, 36, 0.4), 0 4px 14px -4px rgba(0, 12, 36, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  transform-origin: bottom right;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(.22,1,.36,1), transform 0.3s cubic-bezier(.22,1,.36,1);
}
.chatbot.is-open .chatbot_window {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.chatbot_header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 18px;
  background:
    radial-gradient(120% 180% at 0% 0%, rgba(255,255,255,.14) 0%, rgba(255,255,255,0) 55%),
    linear-gradient(120deg, var(--brand-dark), var(--brand-mid) 60%, var(--brand-light));
  color: #fff;
  flex-shrink: 0;
}
.chatbot_header-info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.chatbot_header-avatar {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.chatbot_header-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.55);
  display: block;
}
.chatbot_header-status {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2ecc71;
  border: 2px solid var(--brand-dark);
  box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.25);
}
.chatbot_header-text { min-width: 0; }
.chatbot_header-text strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chatbot_header-sub {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chatbot_header-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2ecc71;
  flex-shrink: 0;
}
.chatbot_header-close {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.chatbot_header-close:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: rotate(90deg);
}
.chatbot_messages {
  flex: 1;
  overflow-y: auto;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(46, 139, 255, 0.06) 0%, rgba(46, 139, 255, 0) 45%),
    #f6f8fb;
  scrollbar-width: thin;
  scrollbar-color: #c7d0dc transparent;
}
.chatbot_messages::-webkit-scrollbar { width: 6px; }
.chatbot_messages::-webkit-scrollbar-thumb {
  background: #c7d0dc;
  border-radius: 10px;
}
.chatbot_msg {
  max-width: 80%;
  padding: 11px 15px;
  border-radius: 16px;
  font-size: 13.5px;
  line-height: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  animation: chatbot-msg-in 0.28s cubic-bezier(.22,1,.36,1);
}
@keyframes chatbot-msg-in {
  from { opacity: 0; transform: translateY(6px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.chatbot_msg-bot {
  align-self: flex-start;
  background: #fff;
  color: #2c3542;
  border-bottom-left-radius: 4px;
  box-shadow: 0 2px 10px -2px rgba(0, 20, 46, 0.1);
  border: 1px solid rgba(0, 20, 46, 0.04);
}
.chatbot_msg-user {
  align-self: flex-end;
  background: linear-gradient(135deg, var(--brand-accent), var(--brand-light));
  color: #fff;
  border-bottom-right-radius: 4px;
  box-shadow: 0 4px 14px -4px rgba(46, 139, 255, 0.5);
}
.chatbot_msg-typing {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 13px 16px;
}
.chatbot_msg-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b7bdc7;
  animation: chatbot-typing 1s infinite ease-in-out;
}
.chatbot_msg-typing span:nth-child(2) { animation-delay: 0.15s; }
.chatbot_msg-typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes chatbot-typing {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.5; }
  30% { transform: translateY(-4px); opacity: 1; }
}
.chatbot_input {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border-top: 1px solid #eceff3;
  flex-shrink: 0;
}
.chatbot_input input {
  flex: 1;
  border: 1.5px solid #e2e6eb;
  border-radius: 22px;
  padding: 10px 16px;
  font-size: 13.5px;
  outline: none;
  background: #f6f8fb;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.chatbot_input input:focus {
  border-color: var(--brand-accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(46, 139, 255, 0.12);
}
.chatbot_send {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, var(--brand-accent), var(--brand-light));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 6px 16px -4px rgba(46, 139, 255, 0.55);
  transition: transform 0.2s cubic-bezier(.22,1,.36,1), box-shadow 0.2s ease;
}
.chatbot_send:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px -4px rgba(46, 139, 255, 0.65);
}
.chatbot_send:active {
  transform: scale(0.94);
}
@media (max-width: 479px) {
  .chatbot {
    right: 14px;
    bottom: 14px;
  }
  .chatbot_window {
    width: calc(100vw - 20px);
    height: calc(100vh - 96px);
    max-height: none;
    bottom: 70px;
    border-radius: 20px;
  }
}

/* ===== Footer columns (kreasiai.com style) — shared di semua halaman ===== */
.footer-columns{
  background: #00142E;
  padding: 60px 0 40px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-col{
  margin-bottom: 30px;
}
.footer-col.footer-col--brand p{
  max-width: 240px;
}
.footer-col h4{
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 18px 0;
}
.footer-brand{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: 'League Spartan', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.footer-brand:hover{
  color: var(--brand-accent);
}
.footer-brand img{
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
}
.footer-col > p{
  color: #9aa5b5;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 8px 0;
}
.footer-col > p strong{
  color: #cfd6e2;
}
.footer-links{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links li + li{
  margin-top: 12px;
}
.footer-links a{
  color: #9aa5b5;
  font-size: 14px;
  transition: color .2s ease;
}
.footer-links a:hover{
  color: #FFF;
}
.footer-social{
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}
.footer-badges{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.footer-badges img{
  max-height: 30px;
  width: auto;
}
.footer-social a{
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: background .2s ease, transform .2s ease;
}
.footer-social a:hover{
  background: var(--brand-accent);
  transform: translateY(-2px);
}
.well5{
  border-top: 1px solid rgba(255,255,255,.08);
}
.well5 .copyright{
  margin-top: 14px;
}
@media (max-width: 767px){
  .footer-columns{
    padding: 40px 0 20px;
  }
  .footer-col{
    text-align: center;
  }
  .footer-brand{
    justify-content: center;
  }
  .footer-badges{
    justify-content: center;
  }
  .footer-social{
    justify-content: center;
  }
  .footer-col.footer-col--brand p{
    max-width: 100%;
  }
  /* Ringkas footer di mobile: kolom "Layanan" & "Perusahaan" isinya
     cuma duplikat dari kolom "Navigasi" (dan menu "Info" di header),
     jadi disembunyikan supaya footer tidak kepanjangan saat di-scroll
     di HP. Kolom Navigasi + brand + sertifikat/sosial tetap tampil. */
  .footer-col--services,
  .footer-col--company{
    display: none;
  }
}
