body {
  font-family: Helvetica,'Poppins', sans-serif;
  color: #000000;
  background-color: black;
 
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.container-vaction {
  margin: 0;
    background: black;
    text-align: center;
    color: #ffffff;
      /* display: flex; */
      justify-content: center;
      align-items: center;
      height: auto;
  padding-top: 0px;
  font-family: 'Poppins','Arial',Helvetica, sans-serif; 
  
}

.container-vaction span{
  /* padding-bottom: 5px; */
  padding-top: 2px;
  /* width: 90vw; */
  font-size: 65px;
  color: grey;
      /* height: auto;
      max-width: 1500px; */
/* max-width:1000px ; */
/* width: 90vw; */
}

.container-vaction video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
    }

.video-section  {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

.responsive-svg {
      width: 90vw;
      height: auto;
      max-width: 1500px;
      padding-top: 0px;
    }

 .gallery-section {
  padding: 40px 20px;
  background: #1f1f1f;
  color: #fff;
  text-align: center;
  position: relative;
}

.gallery-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}

.gallery-track {
  display: flex;
  transition: transform 0.5s ease;
}

.gallery-track img {
  width: 100%;
  max-width: 450px;
  margin: 0 10px;
  border-radius: 8px;
  flex-shrink: 0;
}

.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  font-size: 28px;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
  transition: background 0.3s ease;
}

.arrow-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

/* Responsif untuk HP */
 
    

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55px;
  height: 5px;
  background-color: #ff2953;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lang-switch { 
   margin-left: auto; display: flex; gap: 2px;  
  /* display: flex; */
  /*gap: 0px;*/
  /*padding: 0px;*/
  /* width: 120px; */
  /* justify-content: center; */
  /* margin-top: 20px; */
}

.lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0px;
}

.flag-container {
  position: relative;   /* penting: agar span absolute mengacu ke container ini */
  display: flex;
  width: 35px;
 /* height: 5px; */
  /* padding: 5px; */
    border: none;
}

.navbar .lang-switch .flag-container img {
  /* max-width: 60px;     
  max-height: 50px;
  display: block;   */
width: 80%;
  border-radius: 6px;
  /* padding: 1px; */
  height: 25px; 
  border: none; 
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.2); */
}

.flag-container .flag-text {
  position: absolute;
  top: 50%;          /* tengah vertikal */
  left: 50%;         /* tengah horizontal */
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
  pointer-events: none; /* teks tidak ganggu klik tombol */
}
    /* .lang-btn img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    
    }
    .lang-btn.active {
      border-color: #ff6600;
    } */
/*header section*/
.hero_area {
  /* height: 100vh; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* background-image: url(../images/hero-bg-v.jpg); */
  background-size: cover;
  background-attachment: fixed;
  background-color:grey;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
  height: 70px;
  margin-bottom: 10px;
}

.header_section .container-fluid img{
  height: 45px;
  width:35px ;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 20px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  margin: 10px 30px;
  padding: 0;
  padding-bottom: 3px;
  color: white;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #363333;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
  display: block;
  background-color: #ff2953;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  color: #ffffff;
  margin: 10px 30px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.navbar-brand span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  /* position: relative;
  z-index: 3; */
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
  
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
  
}


.video-slider {
  background: #111;
  color: #fff;
  padding: 0px 20px;
  text-align: center;
  /* height: 100vh; */
}

.slider-title {
  font-size: 2rem;
  margin-bottom: 20px;
}

.slider-container {
  position: relative;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
}

.slide video {
  width: 100%;
  aspect-ratio: 16/10;   /* Tetap proporsional */
   object-fit: cover;
  border-radius: 12px;
  /* display: block;
  border-radius: 15px; */
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}

/* Tombol navigasi */
.arrow-btnvideo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 28px;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.left-btn { left: 15px; }
.right-btn { right: 15px; }

.arrow-btnvideo:hover {
  background: rgba(0,0,0,0.8);
}

/* Thumbnail container */
.thumbnail-wrapper {
  position: relative;
  max-width: 100%; /* biar fleksibel */
  margin: auto;
  padding: 0 30px; /* ruang buat tombol */
}

.thumbnail-container {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 5px;
  scroll-behavior: smooth;
}

.thumbnail-container::-webkit-scrollbar {
  display: none; /* sembunyikan scrollbar */
}

.thumbnail {
  width: 100px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
  border: 2px solid transparent;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.thumbnail.active {
  opacity: 1;
  border-color: #ff6600;
}

.thumb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  font-size: 20px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 2;
}

.thumb-arrow:hover {
  background: rgba(0,0,0,0.9);
}

.thumb-arrow.left {
  left: 5px;
}

.thumb-arrow.right {
  right: 5px;
}

/* Responsif di HP */
@media (max-width: 600px) {
  .thumbnail {
    width: 80px;
    height: 50px;
  }
  .thumb-arrow {
    font-size: 16px;
    padding: 6px 10px;
  }
}


/* .thumbnail-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  padding: 5px;
} */

/* Thumbnail item */
/* .thumbnail {
  width: 100px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
  border: 2px solid transparent;
} */

/* .thumbnail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none; 
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
} */

/* .thumbnail.active {
  opacity: 1;
  border-color: #ff6600; 
} */
 
.video-section {
      padding: 60px 20px;
      /* background: linear-gradient(135deg, #1f1f1f, #2b2b2b); */
      background-color:#111;
      text-align: center;
      /* background-image: url(../images/us-bgvaction.jpg); */
      /* background-position: left; */
 }
.video-section h2 {
      font-size: 2rem;
      margin-bottom: 20px;
      letter-spacing: 1px;
      color: #ffffff;
    }

.video-container {
      position: relative;
      max-width: 800px;
      margin: auto;
      /* background-image: url(../images/us-bgvaction.jpg); */
      /* overflow: hidden; */
      border-radius: 16px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    }


.video-container video,
    .video-container iframe {
      width: 100%;
      /* height: 450px; */
      height:100vh;
      display: block;
      border: none;
    }

/* .us_section .us_container {
  padding-top: 25px;
}

.us_section .us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 25px 10px 0 10px;
} */
.masonry-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #1f1f1f;
  padding: 20px;
   height: 100vh; /*800px ; */
}

.slider-wrappermasonry {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.slider-framemasonry {
  display: grid;
  grid-template-areas:
    "big small1 small2"
    "big wide wide";
  grid-template-columns: 2fr 1fr 1fr; /* Big = 2 kolom, small/wide = 1 kolom */
  grid-template-rows: auto auto;/*2fr 1fr;  Baris pertama 2x tinggi baris kedua */
  grid-gap: 10px;
  min-width: 100%; /* Setiap frame penuh */
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
   height: 100vh; 
}

.slider-framemasonry2 {
  display: grid;
  grid-template-areas:
    "small1 small2 big"
    "wide wide big";
  grid-template-columns:1fr 1fr 2fr; /* Big = 2 kolom, small/wide = 1 kolom */
  grid-template-rows: auto auto;/*2fr 1fr;  Baris pertama 2x tinggi baris kedua */
  grid-gap: 10px;
  min-width: 100%; /* Setiap frame penuh */
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
   /* height: 100%;  */
}

.item {
  overflow: hidden;
  border-radius: 10px;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.item img:hover {
  transform: scale(1.08);
  opacity: 0.9;
}


/*Posisi grid  Pastikan setiap item memenuhi cell grid */
.item.big,
.item.small1,
.item.small2,
.item.wide {
  height: 100%;
}

 
.item.big { grid-area: big; }
.item.small1 { grid-area: small1;  }
.item.small2 { grid-area: small2;  }
.item.wide { grid-area: wide;  }

/* Tombol Navigasi */
.arrow-btnmasonry {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  font-size: 32px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

.arrow-btnmasonry:hover {
  background: rgba(0, 0, 0, 0.6);
}

.left-arrowmasonry { left: 10px; }
.right-arrowmasonry { right: 10px; }

/* Responsif */
@media (max-width: 650px) {
 
  .slider-framemasonry {
    grid-template-areas:
      "big small1 small2"
      "big wide wide";
    grid-template-columns: 2fr 1fr 1fr; /* tetap sama */
    grid-template-rows: auto auto;      /* biarkan menyesuaikan tinggi konten */
    height: 40vh;
  }

 .masonry-slider{
    height: 46vh;
  }
  
 .navbar-brand span {
 font-size: 17px;
     
 }
  /* Ukuran item menyesuaikan layar kecil */
  .item {
    height: 120px; /* Atur tinggi sesuai selera */
  }

  .item img {
    height: 100%;
    object-fit: cover;
  }

.arrow-btnmasonry {
    padding: 6px 10px;
    font-size: 18px;
  }
  .left-arrowmasonry {
    left: 5px;
  }
  .right-arrowmasonry {
    right: 5px;
  }


}
/* SECTION FILM */
/* .gallery-filmsection {
  padding: 40px 20px;
  background: #1f1f1f;
  color: #fff;
  text-align: center;
}

.gallery-filmsection h2 {
  font-size: 2rem;
  margin-bottom: 20px;
} */

/* .gallery-filmcontainer {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
} */

.gallery-filmtrack {
  display: flex;
  /* transition: transform 0.5s ease; */
  width: 100%;
  max-width: 1000px;
  flex-shrink: 0;
  border-radius: 10px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.gallery-filmtrack img {
  width: 100%;
  max-width: 1000px;
  flex-shrink: 0;
  border-radius: 10px;
}

.gallery-filmtrack img:hover {
  transform: scale(1.08);
  opacity: 0.9;
}


/* Tombol Panah */
.arrow-filmbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  z-index: 10;
}

.arrow-filmbtn:hover {
  background: rgba(255, 255, 255, 0.4);
}

.left-arrowfilm {
  left: 15px;
}

.right-arrowfilm {
  right: 15px;
}

/* Dots */
.gallery-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.gallery-dots button {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  border: none;
  background: #bbb;
  cursor: pointer;
}

.gallery-dots button.active {
  background: #fff;
}

/* Services */
    .services {
      /* background: #fff; */
      padding: 60px 20px;
      text-align: center;
      background-image: url(../images/healthy-bgvaction.jpg);
      background-size: cover;
      
    }

   .services h2{
      font-size: 2rem;
      margin-bottom: 20px;
      color: white;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .services p {
      max-width: 800px;
      margin: 0 auto 30px;
      font-size: 1.05rem;
      color: white;
    }


    .services .service-aboutuscards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      /* grid-template-columns: repeat(auto-fit, minmax(250px, max-content)); */
      gap: 20px;
      margin-top: 40px;
      justify-content: center;
     
  /* align-items: start;       jangan stretch vertikal */
  justify-items: center;
  /* max-width: 800px;  */
  margin-left: auto;
  margin-right: auto; 
    }

    .services .service-aboutuscards .aboutuscard {
       /* max-width: 300px; */
  width: 100%;
      background: black;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      /* justify-items: center; */
    }

    .aboutuscard:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 24px rgba(0,0,0,0.15);
    }

    .aboutuscard i {
      font-size: 2.5rem;
      color: #ff6600;
      margin-bottom: 15px;
    }

    .aboutuscard h3 {
      margin-bottom: 12px;
      color: #ff6600;
    }

    /* Fight Choreography */
    .fight {
      background: linear-gradient(135deg, #ff6600, #ff2e63);
      color: #fff;
    }

    .fight p {
      color: #fff;
    }

    /* Responsive */
    /* @media (max-width: 600px) {
      h2 {
        font-size: 1.5rem;
      }
      p {
        font-size: 0.95rem;
      }
    } */
     

/* END SECTION FILM */
/* .us_section .us_container .box .img-box {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.us_section .us_container .box .img-box img {
  max-width: 100%;
}

.us_section .us_container .box .detail-box h5 {
  font-weight: bold;
} */

.heathy_section {
  /* background-image: url(../images/healthy-bgvaction.jpg); */
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
background-color: #000000;
padding-top: 30px;
}
.servicesvaction{
  background-image: url(../images/healthy-bgvaction.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
background-color: #000000;
padding-top: 50px;
height: 100vh;
}
.coreovaction{
  background-image: url(../images/us-bgvaction.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
background-color: #000000;
padding-top: 50px;
height: 100vh;
}


.heathy_section h2 {
  font-weight: bold;
}

.heathy_section p {
  margin-top: 35px;
}

.heathy_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}

.heathy_section .btn-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
}

.heathy_section .btn-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.card-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 40px;
  max-width: 1200px;
  margin: auto;
  padding-top: 0px;
  background-size: cover;
  background-color: #000000;
}

.card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

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

.card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
  text-align: center;
}

.card-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.card-content h2 {
    font-size: 35px;
    color: #333;
    font-weight: bold;
}


.card-content p {
  font-size: 14px;
  color: #666;
}


.trainer_section {
  /* background-image: url(../images/trainer-bgvaction.jpg); */
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  padding-top: 30px;
}

.trainer_section .box {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.trainer_section .box .name h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

.trainer_section .box .img-box {
  /* border-radius: 15px; */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}

.trainer_section .box .img-box img {
  width: 100%;
}

.trainer_section .box .img-boxvaction {
  /* border-radius: 15px; */
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  height: 100px;
   width: 100%; 
  background-color: white;
  color: black;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center; */

  /* display: flex;
  justify-content: center; */
  /* align-items: center; */
}


.trainer_section .box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 225px;
  padding: 12px 45px;
  background-color: #ffffff;
  border-radius: 50px;
  margin-top: -25px;
}

.contact-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      padding: 50px;
      background: #252233;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.5);
      margin: 40px auto;
      max-width: 1000px; /* biar tidak kepanjangan di layar kecil */
    }

    .contact-card {
      background: #fff;
      border-radius: 16px;
      padding: 40px;
      width: 100%;
      max-width: 600px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      opacity: 0;
      transform: translateY(40px);
      animation: fadeUp 1s ease forwards;
    }

    @keyframes fadeUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .contact-card h2 {
      margin-bottom: 20px;
      font-size: 28px;
      color: #333;
      text-align: center;
    }

    .contact-card p {
      text-align: center;
      color: #666;
      margin-bottom: 30px;
    }

    .contact-card input,
    .contact-card textarea {
      width: 100%;
      padding: 14px;
      margin: 10px 0;
      border: 1px solid #ddd;
      border-radius: 8px;
      font-size: 16px;
      transition: 0.3s;
    }

    .contact-card input:focus,
    .contact-card textarea:focus {
      border-color: #6c63ff;
      box-shadow: 0 0 8px rgba(108,99,255,0.3);
      outline: none;
    }

    .contact-card button {
      width: 100%;
      padding: 14px;
      background: #6c63ff;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 18px;
      cursor: pointer;
      transition: background 0.3s, transform 0.2s;
    }

    .contact-card button:hover {
      background: #574bdb;
      transform: translateY(-2px);
    }

    .contact-info h2 {
      font-size: 2rem;
      margin-bottom: 20px;
      color: #ff6600;
    }

    .contact-info p {
      margin-bottom: 15px;
      line-height: 1.6;
      color: #ccc;
    }

    .contact-info .icon-box {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .contact-info .icon-box img {
      width: 26px;
      margin-right: 12px;
      filter: brightness(1.2);
    }

    .contact-form {
      background: #1f1d2b;
      padding: 30px;
      border-radius: 15px;
      box-shadow: inset 0 3px 10px rgba(0,0,0,0.3);
    }

    .contact-form h3 {
      margin-bottom: 20px;
      color: #ff6600;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .form-group label {
      display: block;
      margin-bottom: 5px;
      font-weight: 500;
      color: #ccc;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #444;
      border-radius: 10px;
      outline: none;
      background: #2a2936;
      color: #eee;
      transition: 0.3s;
      font-size: 14px;
    }

    .form-group input:focus,
    .form-group textarea:focus {
      border-color: #ff6600;
      box-shadow: 0 0 5px rgba(255,102,0,0.5);
    }

    .form-group textarea {
      resize: none;
      min-height: 120px;
    }

    .btn-submit {
      background: #ff6600;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      font-size: 16px;
      transition: 0.3s;
    }

    .btn-submit:hover {
      background: #e05500;
    }

    /* Google Maps */
    .map-container {
      margin: 30px auto;
      max-width: 1000px; /* biar tidak melebar penuh */
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    }

    .map-container iframe {
      width: 100%;
      height: 350px;
      border: none;
    }

    /* Responsive */
    @media(max-width: 600px) {
      .contact-section {
        grid-template-columns: 1fr;
        padding: 30px 20px;
        max-width: 90%; /* biar agak kecil di layar HP */
      }
      .map-container {
        max-width: 90%;
      }
      .contact-card {
        padding: 20px 15px;
      }
      .contact-card h2 {
        font-size: 20px;
      }
      .navbar-brand {
        width:37% ;
        /* margin: 0px; */
        }
      
    .navbar .navbar-brand img{
    padding: 5px;
    margin: 0px;
    
    /* width: 10px; */
    }
    
    }

/* .contact_section {
  position: relative;
  background-color: #27223f;
  color: #ffffff;
}

.contact_section .heading_container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.contact_section .heading_container h2::before {
  text-align: left;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .img-box img {
  width: 100%;
}

.contact_section .form_container {
  padding: 45px 0 45px 15px;
}

.contact_section input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  margin-top: 25px;
  padding: 12px;
}

.contact_section input::-webkit-input-placeholder {
  color: #2a2a2c;
}

.contact_section input:-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::placeholder {
  color: #2a2a2c;
}

.contact_section input.message-box {
  padding: 45px 12px;
}

.contact_section button {
  padding: 10px 65px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #ff2953;
  margin: 45px 0 0 auto;
  text-transform: uppercase;
} */

.info_section {
  background-color: grey;
  /* display: flex; */
 /*   justify-content: space-between;
 gap: 100px; */
}

.info_itemsvaction {
  display: flex;
  justify-content: center;   /* posisikan tengah */
  align-items: center;
  gap: 15px;                 /* jarak antar ikon */
  flex-wrap: nowrap;         /* jangan turun ke bawah */
}

.info_itemsvaction a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;            /* jangan melar */
}

.info_itemsvaction a img {
  width: 40px;               /* kecilkan supaya muat di HP */
  height: 40px;
  display: block;
}

.info_items {
   /* width: auto;
   margin-left: 30%  ; 
   margin-right: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
   display: flex; 
   -webkit-box-pack: justify;
      -ms-flex-pack: justify; 
           justify-content:center;  
          */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  overflow-x: auto;   /* kalau sempit bisa digeser */
  
  -webkit-overflow-scrolling: touch;              
}



.info_items .item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
                  align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.info_items .item .detail-box {
  margin-top: 5px;
  color: #fff;
}



.info_items {
  position: relative;
}

.info_items a {
/* flex: 0 1 auto ; */
  position: relative;
  /* justify-content: center; */
}



.info_items .item .img-box.box-1 {
  background-image: url(../images/location-white.png);
}

.info_items .item .img-box.box-2 {
  background-image: url(../images/telephone-white.png);
}

.info_items .item .img-box.box-3 {
  background-image: url(../images/envelope-white.png);
}

/* footer section*/
.footer_section {
  background-color: #fbfdfd;
  padding: 20px;
  font-weight: 500;
}

.footer_section p {
  color: #292929;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #292929;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */




@media (max-width:650px){
.container-vaction span{
 font-size:30px; 
 padding-top: 50px;
}

.navbar-collapse.show {
  background-color: rgba(0,0,0,0.7); /* hitam transparan */
  padding: 10px;
  border-radius: 6px;
}
.navbar-collapse.show .nav-link {
  color: #fff !important;  /* teks jadi putih */
  font-weight: bold;
}
 .video-container video,
      .video-container iframe {
        height: 250px;
        -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
      }

  .video-section h2 {
        font-size: 1.5rem;
      }
      
 .gallery-track img {
    max-width: 150px;
  }

  .arrow-btn {
    font-size: 20px;
    padding: 8px;
  }
 
  .gallery-filmtrack img {
    max-width: 100%;
  }
  
  .services .service-aboutuscards {
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    justify-content: center;
  /* .info_section{
    max-width: auto;
    display: flex;
  }
  .info_items {
    
    
  }
  .info_items img {

    justify-content: center;
  } */
  }
}