body{
    top: 0;
    left: 0;
    margin: 0;
    font-family: "Geologica", serif;
}

a{
    text-decoration: none;
}


a,p{
    font-size: 16px;
    color: rgb(37, 37, 37);
}

.row-{
    display: flex;
    overflow: hidden;
}

.merah{
    color: rgb(248, 64, 64);
}

.biru{
    color: rgb(64, 76, 248);
}

.orange{
    color: rgb(255, 109, 41);
}

.pink{
    color: rgb(255, 0, 140);
}

.ungu{
    color: rgb(144, 0, 255);
}

.bg-gradient {
    background: rgb(129, 57, 255);
    background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
    background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
    transition: background-position 0.5s ease; /* Animasi transisi */
}

.bg-gradient:hover {
    background-position: 100% 0; /* Memindahkan posisi background pada hover */
}


.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }

  .pad-sec-1{
    padding-top: 100px;
    padding-bottom: 60px;
    background: url(../images/bg-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -80px;
  }

  .image-mobile{
    display: none;
  }

  .h1{
    font-size: 64px;
    text-align: center;
    color: rgb(37, 37, 37);
  }

  .p-sec-1{
    font-size: 20px;
    text-align: center;
    color: rgb(37, 37, 37);
    padding: 0 150px;
    line-height: 25px;
    margin-top: -35px;
  }

  .button-sec-1{
      padding: 12px 15px;
      border-radius: 10px;
      background: rgb(129, 57, 255);
      background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
      background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
      transition: background-position 0.5s ease; /* Animasi transisi */
      color: white;
      text-align: center;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: -7px;
      display: flex;
      width: 15%;
      font-size: 16px;
  }
  
  .button-sec-1:hover {
      background-position: 100% 0; /* Memindahkan posisi background pada hover */
  }

  .span-sec-1{
    font-size: 14px;
    color: rgb(93, 93, 93);
    text-align: center;
  }

  .w-85-sec-1{
    width: 85%;
    margin: 0 auto;
    padding: 5px;
  }

  .col-30-sec-1, .col-70-sec-1 {
    float: left;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.col-30-sec-1 {
    width: 30%;
    background-color: #fff;
    border-right: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.col-30-sec-1 ul {
    list-style-type: none;
    padding: 0;
}


.blurred {
  filter: blur(4px); /* Membuat elemen menjadi blur */
  pointer-events: none; /* Mencegah interaksi dengan elemen yang diblur */
  opacity: 0.9; /* Opsional: menurunkan opacity untuk menonjolkan efek blur */
  transition: all 0.3s ease; /* Animasi agar efeknya halus */
}



.col-30-sec-1 ul li button {
    width: 100%;
    display: block;
    padding: 10px;
    color: #353535;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.col-70-sec-1 {
    width: 68%;
    margin-right: 2%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #ddd;
    display: flex;
    margin-top: 40px;
}

form {
    margin: 0 auto;
}

label {
    display: block;
    margin: 10px 0 5px;
    font-size: 16px;
}

input[type="text"], input[type="number"] {
    width: 97%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
}

input[type="radio"] {
    display: none;
}

button[type="submit"] {
  padding: 12px 15px;
  border-radius: 10px;
  background: rgb(129, 57, 255);
  background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
  background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
  transition: background-position 0.5s ease; /* Animasi transisi */
  color: white;
  text-align: center;
  justify-content: center;
  margin-bottom: -7px;
  display: flex;
  width: 25%;
  font-size: 16px;
  border: none;
}

button[type="submit"]:hover{
  background-position: 100% 0; /* Memindahkan posisi background pada hover */
}


#service-options label {
    display: block;
    margin: 10px 0;
    cursor: pointer;
}




#order-form{
  width: 100%;
  display: block;
}

#selected-social-media {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #d4edda;
    border-radius: 5px;
    width: 96%;
}

#total {
    font-weight: bold;
    border: 1px solid #ccc;
    color: #333;
}

.social-media-list {
  list-style: none;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.btn-ssm{
  border: 1px solid rgb(152, 152, 152);
  display: block;
  width: 46%;
  color: rgb(152, 152, 152);
  margin-bottom: 2%;
  margin-right: 1%;
  margin-left: 2%;
  border-radius: 5px;
  background-color: white;
}

.btn-ssm:hover{
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.251);
  transition: 0.5s;
}

.h3-ssm-sec-1{
  font-size: 20px;
  text-align: center;
  color: rgb(37, 37, 37);
}

.p-ssm-sec-1{
  font-size: 16px;
  text-align: center;
  color: rgb(37, 37, 37);
  margin-top: -15px;
  margin-bottom: 30px;
}

.social-media-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 15px;
  color: rgb(152, 152, 152);
  background-color: #4caf4f00;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.social-media-btn i {
  font-size: 30px;
  color: rgb(152, 152, 152);
  margin-bottom: 2px;
  padding: 10px;
}



.social-media-btn.active {
  background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
  background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
  transition: background-position 0.5s ease; /* Animasi transisi */
  color: white; /* Warna teks/ikon */
}

.social-media-btn.active > i {
  color: white; /* Warna ikon ketika tombol aktif */
}




.service-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.service-card {
  position: relative;
  width: 150px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.service-card label{
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-card:hover {
  background-color: #f0f0f0; /* Warna saat di-hover */
}

.service-card input[type="radio"]:checked + label {
  color: rgb(129, 57, 255);
}
  
.media {
  display: flex;
  flex-wrap: wrap; /* Mengaktifkan pembungkusan */
  align-items: flex-start;
  width: 65%;
  margin: 0 auto;
}

.media img {
  float: left;
  width: 130px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.pad-sec-2{
  padding-top: 80px;
  padding-bottom: 80px;
}

.col-50-sec-2{
  width: 50%;
  text-align: center;
}

.col-50-sec-2 h2{
  font-size: 40px;
}

.col-50-sec-2 p{
  margin-top: -20px;
}

.col-50-sec-2 video{
  width: 80%;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pad-sec-3{
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #dadada34;
}

.col-50-sec-3{
  width: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-wrap{
  display: flex;
  flex-wrap: wrap;
}

.col-50-sec-3 h2{
  font-size: 40px;
  margin: 0 0;
}

.col-50-sec-3-2{
  display: flex;
  background-color: white;
  border-radius: 10px;
  flex-direction: column;
  margin: 10px 1%;
  width: 48%;
  box-sizing: border-box; /* Menghindari elemen melampaui batas kolom */
  text-align: center;
  padding: 20px 15px;
}

.col-50-sec-3-2:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Smooth shadow */
  transition: box-shadow 0.3s ease-in-out; /* Animasi untuk shadow */
}

.col-50-sec-3-2:hover > i {
  transition: box-shadow 0.3s ease-in-out; /* Animasi untuk shadow */
  color: rgb(129, 57, 255);
}


.col-50-sec-3-2 p{
  margin: 0;
}

.col-50-sec-3-2 i{
  font-size: 30px;
  margin-bottom: 5px;
  color: rgb(41, 41, 41);
}


.button-sec-3{
  padding: 12px 15px;
  border-radius: 10px;
  background: rgb(129, 57, 255);
  background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
  background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
  transition: background-position 0.5s ease; /* Animasi transisi */
  color: white;
  text-align: center;
  justify-content: center;
  margin-bottom: -7px;
  display: flex;
  width: 30%;
  font-size: 16px;
  border: none;
}

.button-sec-3:hover{
  background-position: 100% 0;
}

.pad-sec-4{
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: white;
}

.bg-2{
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.pad-sec-4 h2{
  font-size: 40px;
  text-align: center;
  padding: 0 150px;
  margin: 0 auto;
}

.pad-sec-4 p{
  text-align: center;
  padding: 0 150px;
}

.col-50-sec-4{
  border: 2px solid rgba(206, 206, 206, 0.56);
  margin: 30px auto;
  padding: 30px 30px;
  width: 30%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  background: rgb(129, 57, 255);
  background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
  background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
  transition: background-position 0.5s ease; /* Animasi transisi */
}

.col-50-sec-4:hover{
  background-position: 100% 0;
}

.col-50-sec-4 h3{
  text-align: center;
  padding: 0 0;
  font-size: 30px;
  margin: 0 auto;
  color: white;
}

.col-50-sec-4 p{
  text-align: start;
  padding: 0 0;
  color: white;
}

.harga{
  font-size: 40px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: rgb(255, 208, 0);
}

.garis{
  border: 2px solid rgba(255, 255, 255, 0.452);
  display: block;
  width: 100%;
}


.button-sec-4{
  padding: 12px 15px;
  border-radius: 10px;
  background: rgb(205, 123, 1);
  background: linear-gradient(90deg, rgb(234, 227, 9) 33%, rgb(224, 164, 0) 65%, rgb(8, 161, 216) 100%);
  background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
  transition: background-position 0.5s ease; /* Animasi transisi */
  color: rgb(41, 41, 41);
  text-align: center;
  justify-content: center;
  margin-bottom: -7px;
  display: flex;
  width: 90%;
  font-size: 16px;
  margin: 0 auto;
  border: none;
}

.button-sec-4:hover{
  background-position: 100% 0;
}

.pad-sec-5{
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #dadada34;
  width: 100%;
  margin: 0 auto;
}

.col-50-sec-5{
  flex-direction: column;
  width:  40%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  padding-left: 60px;
  padding-right: 20px;
}

.col-50-sec-5 img{
  width: 100%;
}

.col-50-sec-5 h2{
  font-size: 40px;
  margin: 0;
}

.pad-sec-6{
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  margin: 0 auto;
}

.pad-sec-6 h2{
  font-size: 40px;
  text-align: center;
  padding: 0 150px;
  margin: 0 auto;
}

.pad-sec-6 p{
  text-align: center;
  padding: 0 100px;
  margin-bottom: 50px;
}

.container-slide-video{
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper{
  display: flex;
  max-width: 100%;
  position: relative;
}
.wrapper i{
  top: 50%;
  height: 44px;
  width: 44px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #7b00ff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 10;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.9);
}
.wrapper i:hover{
  background: #5403aa;
}
.wrapper i:first-child{
  left: 0px;
  display: none;
}
.wrapper i:last-child{
  right: 0;
}
.wrapper .carousel{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carousel.dragging{
  cursor: grab;
  scroll-behavior: auto;
}
.carousel.dragging video{
  pointer-events: none;
}
.carousel video{
  object-fit: cover;
  border-radius: 20px;
  margin: 0 10px;
  width: calc(100% / 5);
}
.carousel video:first-child{
  margin-left: 0px;
}

.pad-sec-7{
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  margin: 0 auto;
}

.pad-sec-7 h2{
  font-size: 40px;
  text-align: center;
  padding: 0 150px;
  margin: 0 auto;
}

.pad-sec-7 p{
  text-align: center;
  padding: 0 100px;
  margin-bottom: 50px;
}

.col-30-sec-7{
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  margin: 10px auto;
  width: 25%;
  text-align: center;
  padding: 20px 5px;
  background-color: rgba(0, 0, 0, 0.036);
}

.col-30-sec-7:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}

.col-30-sec-7:hover > i {
  transition: box-shadow 0.3s ease-in-out;
  color: rgb(129, 57, 255);
}


.col-30-sec-7 p{
  margin: 0;
}

.col-30-sec-7 i{
  font-size: 30px;
  margin-bottom: 5px;
  color: rgb(41, 41, 41);
  margin: 5px auto;
  text-align: center;
}

.pad-sec-8{
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.pad-sec-8 h2{
  font-size: 40px;
  text-align: center;
  padding: 0 150px;
  margin: 0 auto;
}

.pad-sec-8 p{
  text-align: center;
  padding: 0 100px;
}

.pad-sec-9{
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0px;
  padding-right: 0px;
  width: 80%;
  margin: 0 auto;
}

.pad-sec-9 h2{
  font-size: 40px;
  text-align: center;
  padding: 0 150px;
  margin: 0 auto;
}

.pad-sec-9 p{
  text-align: center;
  padding: 0 100px;
}

.col-50-sec-9{
  border-radius: 20px;
  padding: 10px 10px;
  width: 30%;
  margin: 0 auto;
  
}

.bg-sec-9{
  background-color: rgb(129, 57, 255);
}

/* 

.col-50-sec-9:hover{
  background-position: 100% 0;
} */

.span-sec-9{
  color: white;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  margin: 0;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.338);
}

.col-50-sec-9 p{
  padding: 10px;
  color: white;
  text-align: start;
  z-index: 2;
}

.col-50-sec-9 img{
  width: 100%;
  display: flex;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 10px;
}


.button-sec-9{
  padding: 12px 15px;
  border-radius: 10px;
  background: rgb(129, 57, 255);
  background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
  background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
  transition: background-position 0.5s ease; /* Animasi transisi */
  color: white;
  text-align: center;
  justify-content: center;
  display: flex;
  width: 90%;
  font-size: 16px;
  border: none;
  margin: 0 auto;
}

.button-sec-9:hover{
  background-position: 100% 0;
}

.pad-sec-10{
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  margin: 0 auto;
  background-color: #dadada34;
}

.pad-col-sec-10{
  padding: 0 70px;
}

.col-50-sec-10 {
  border-radius: 20px;
  padding: 10px 10px;
  width: 45%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Pusatkan secara vertikal */
}

.col-50-sec-10 h2 {
  font-size: 40px;
  margin: 0;
}

.col-50-sec-10 p {
  margin: 0;
}


.col-50-sec-10 img{
  width: 90%;
  margin: 0 auto;
  display: flex;
}

.pad-sec-11{
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  margin: 0 auto;
  background-color: #dadada34;
}

.pad-sec-11 h2{
  font-size: 40px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}

.w-faq{
  width: 80%;
  margin: 0  auto;
}

.collapsible {
  background-color: #dfdfdf;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius: 10px;
  margin: 5px 0;
}

.active, .collapsible:hover {
  background-color: #454545;
  color: white;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}



.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.box {
  opacity: 0; /* Disembunyikan awalnya */
  transition: all 1s ease;
}

/* Animasi Fade In */
.fade-in {
  transform: translateY(20px);
}
.fade-in.aktif {
  opacity: 1;
  transform: translateY(0);
}

/* Animasi Fade In Left */
.fade-in-left {
  transform: translateX(-100px);
}
.fade-in-left.aktif {
  opacity: 1;
  transform: translateX(0);
}

/* Animasi Fade In Right */
.fade-in-right {
  transform: translateX(100px);
}
.fade-in-right.aktif {
  opacity: 1;
  transform: translateX(0);
}

/* Animasi Fade In Top */
.fade-in-top {
  transform: translateY(-100px);
}
.fade-in-top.aktif {
  opacity: 1;
  transform: translateY(0);
}

/* Animasi Fade In Bottom */
.fade-in-bottom {
  transform: translateY(100px);
}
.fade-in-bottom.aktif {
  opacity: 1;
  transform: translateY(0);
}


@media screen and (max-width: 900px) {
  .carousel video{
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 550px) {
  .carousel video{
    width: 100%;
    margin: 0 10px;
    justify-content: center;
    align-items: center;
  }
}

  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  
  @media (min-width: 1400px) {
    .container {
      max-width: 1320px;
    }
  }

  @media screen and (max-width: 884px) {
  a{
      font-size: 14px;
  }
  .pad-sec-1{
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    display: flex;
  }

  .image-mobile{
    display: flex;
    width: 170px;
  }

  .h1{
    font-size: 34px;
    text-align: center;
    color: rgb(37, 37, 37);
  }

  .p-sec-1{
    font-size: 14px;
    text-align: center;
    color: rgb(37, 37, 37);
    padding: 10px 0px;
    line-height: 20px;
    margin-top: -25px;
  }

  .button-sec-1{
      padding: 12px 15px;
      border-radius: 10px;
      background: rgb(129, 57, 255);
      background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
      background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
      transition: background-position 0.5s ease; /* Animasi transisi */
      color: white;
      margin: 0px auto;
      text-align: center;
      width: 30%;
      font-size: 14px;
      margin-bottom: -7px;
  }
  
  .button-sec-1:hover {
      background-position: 100% 0; /* Memindahkan posisi background pada hover */
  }
  .span-sec-1{
    font-size: 12px;
    color: rgb(69, 69, 69);
    text-align: center;
  }

  .w-85-sec-1{
    width: 95%;
    margin: 0 auto;
    padding: 5px;
  }

  .col-30-sec-1, .col-70-sec-1 {
    float: left;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
  }

  .col-30-sec-1 {
      width: 30%;
      background-color: #fff;
      border-right: 1px solid #ddd;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .col-30-sec-1 ul {
      list-style-type: none;
      padding: 0;
  }


  .blurred {
    filter: blur(4px); /* Membuat elemen menjadi blur */
    pointer-events: none; /* Mencegah interaksi dengan elemen yang diblur */
    opacity: 0.9; /* Opsional: menurunkan opacity untuk menonjolkan efek blur */
    transition: all 0.3s ease; /* Animasi agar efeknya halus */
  }



  .col-30-sec-1 ul li button {
      width: 100%;
      display: block;
      padding: 10px;
      color: #353535;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease;
  }


  .col-70-sec-1 {
      width: 68%;
      margin-right: 2%;
      background-color: #fff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      border-left: 1px solid #ddd;
      display: flex;
      margin-top: 40px;
  }

  form {
      margin: 0 auto;
  }

  label {
      display: block;
      margin: 10px 0 5px;
      font-size: 14px;
  }

  input[type="text"], input[type="number"] {
      width: 90%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
      display: flex;
  }

  input[type="radio"] {
      display: none;
  }

  button[type="submit"] {
    padding: 12px 15px;
    border-radius: 10px;
    background: rgb(129, 57, 255);
    background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
    background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
    transition: background-position 0.5s ease; /* Animasi transisi */
    color: white;
    text-align: center;
    justify-content: center;
    margin-bottom: -7px;
    display: flex;
    width: 35%;
    font-size: 14px;
    border: none;
  }

  button[type="submit"]:hover{
    background-position: 100% 0; /* Memindahkan posisi background pada hover */
  }


  #service-options label {
      display: block;
      margin: 10px 0;
      cursor: pointer;
  }




  #order-form{
    width: 100%;
    display: block;
  }

  #selected-social-media {
      margin-top: 20px;
      padding: 15px;
      border: 1px solid #d4edda;
      border-radius: 5px;
      width: 90%;
  }

  #total {
      font-weight: bold;
      border: 1px solid #ccc;
      color: #333;
  }

  .social-media-list {
    list-style: none;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .btn-ssm{
    border: 1px solid rgb(152, 152, 152);
    display: block;
    width: 46%;
    color: rgb(152, 152, 152);
    margin-bottom: 2%;
    margin-right: 1%;
    margin-left: 2%;
    border-radius: 5px;
    background-color: white;
  }

  .btn-ssm:hover{
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.251);
    transition: 0.5s;
  }

  .h3-ssm-sec-1{
    font-size: 20px;
    text-align: center;
    color: rgb(37, 37, 37);
  }

  .p-ssm-sec-1{
    font-size: 14px;
    text-align: center;
    color: rgb(37, 37, 37);
    margin-top: -15px;
    margin-bottom: 30px;
  }

  .social-media-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 15px;
    color: rgb(152, 152, 152);
    background-color: #4caf4f00;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .social-media-btn i {
    font-size: 28px;
    color: rgb(152, 152, 152);
    margin-bottom: 2px;
    padding: 10px;
  }



  .social-media-btn.active {
    background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
    background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
    transition: background-position 0.5s ease; /* Animasi transisi */
    color: white; /* Warna teks/ikon */
  }

  .social-media-btn.active > i {
    color: white; /* Warna ikon ketika tombol aktif */
  }




  .service-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .service-card {
    position: relative;
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .service-card label{
      padding: 5px;
      border-radius: 5px;
      display: inline-block;
      cursor: pointer;
      transition: all 0.3s ease;
  }

  .service-card:hover {
    background-color: #f0f0f0; /* Warna saat di-hover */
  }

  .service-card input[type="radio"]:checked + label {
    color: rgb(129, 57, 255);
  }

  .media {
    display: flex;
    flex-wrap: wrap; /* Mengaktifkan pembungkusan */
    align-items: flex-start;
    width: 80%;
    margin: 0 auto;
  }
  
  .media img {
    float: left;
    width: 90px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }

  .pad-sec-2{
    padding-top: 80px;
    padding-bottom: 100px;
  }
  
  .col-50-sec-2{
    width: 50%;
    text-align: center;
  }
  
  .col-50-sec-2 h2{
    font-size: 20px;
  }
  
  .col-50-sec-2 p{
    margin-top: 0px;
  }
  
  .col-50-sec-2 video{
    width: 80%;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .col-50-sec-3 h2{
    font-size: 20px;
    margin: 0 0;
  }

  .button-sec-3{
    padding: 12px 15px;
    border-radius: 10px;
    background: rgb(129, 57, 255);
    background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
    background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
    transition: background-position 0.5s ease; /* Animasi transisi */
    color: white;
    text-align: center;
    justify-content: center;
    margin-bottom: -7px;
    display: flex;
    width: 55%;
    font-size: 16px;
    border: none;
  }

  .pad-sec-4 h2{
    font-size: 20px;
    text-align: center;
    padding: 0 100px;
    margin: 0 auto;
  }

  .pad-sec-4 p{
    text-align: center;
    padding: 0 80px;
    margin: 20px auto;
  }

  .col-50-sec-4{
    border: 2px solid rgba(206, 206, 206, 0.56);
    margin: 30px auto;
    padding: 30px 30px;
    width: 40%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    background: rgb(129, 57, 255);
    background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
    background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
    transition: background-position 0.5s ease; /* Animasi transisi */
  }

  .col-50-sec-4 p{
    padding: 5px 0;
    margin: 0 0;
    text-align: start;
  }

  .button-sec-4{
    margin-top: 20px;
  }

  .pad-sec-5{
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #dadada34;
    width: 100%;
    margin: 0 auto;
  }
  
  .col-50-sec-5{
    flex-direction: column;
    width:  45%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    padding: 0 10px;
  
  }
  
  .col-50-sec-5 img{
    width: 100%;
  }
  
  .col-50-sec-5 h2{
    font-size: 20px;
    margin: 0;
  }

  .pad-sec-6{
    padding-top: 80px;
    padding-bottom: 100px;
    width: 100%;
    margin: 0 auto;
  }
  
  .pad-sec-6 h2{
    font-size: 20px;
    text-align: center;
    padding: 0 150px;
    margin: 0 auto;
  }
  
  .pad-sec-6 p{
    text-align: center;
    padding: 0 10px;
    margin-bottom: 50px;
  }

  .pad-sec-7{
    padding-top: 80px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin: 0 auto;
  }
  
  .pad-sec-7 h2{
    font-size: 20px;
    text-align: center;
    padding: 0 150px;
    margin: 0 auto;
  }
  
  .pad-sec-7 p{
    text-align: center;
    padding: 0 10px;
    margin-bottom: 50px;
  }

  .col-30-sec-7{
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    margin: 10px auto;
    width: 25%;
    text-align: center;
    padding: 10px 5px;
    background-color: rgba(0, 0, 0, 0.036);
  }

  .col-30-sec-7 p{
    margin-bottom: 0;
  }

  .pad-sec-8{
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin: 0 auto;
  }
  
  .pad-sec-8 h2{
    font-size: 20px;
    text-align: center;
    padding: 0 150px;
    margin: 0 auto;
  }
  
  .pad-sec-8 p{
    text-align: center;
    padding: 0 10px;
  }

  .pad-sec-9{
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin: 0 auto;
  }
  
  .pad-sec-9 h2{
    font-size: 20px;
    text-align: center;
    padding: 0 150px;
    margin: 0 auto;
  }
  
  .pad-sec-9 p{
    text-align: center;
    padding: 0 10px;
  }

  .col-50-sec-9{
    height: 350px;
    overflow: auto;
  }

  .col-50-sec-9 p{
    text-align: start;
  }

  .pad-sec-10{
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin: 0 auto;
  }

  .col-50-sec-10 {
    border-radius: 20px;
    padding: 10px 10px;
    width: 45%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Pusatkan secara vertikal */
  }
  
  .pad-col-sec-10{
    padding: 0 0;
  }
  
  .col-50-sec-10 h2 {
    font-size: 20px;
    margin: 0;
  }
  
  .col-50-sec-10 p {
    margin: 0;
  }
  
  
  .col-50-sec-10 img{
    width: 90%;
    margin: 0 auto;
    display: flex;
  }

  .pad-sec-11{
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin: 0 auto;
  }

  .pad-sec-11 h2{
    font-size: 20px;
    text-align: center;
    padding: 0 150px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
}

  @media screen and (max-width: 500px) {
    a,p{
        font-size: 15px;
    }
    .pad-sec-1{
      padding-top: 100px;
      padding-bottom: 100px;
      width: 100%;
      display: flex;
    }

    .image-mobile{
      display: flex;
      width: 150px;
    }
  
    .h1{
      font-size: 34px;
      text-align: start;
      color: rgb(37, 37, 37);
    }
  
    .p-sec-1{
      font-size: 15px;
      text-align: start;
      color: rgb(37, 37, 37);
      padding: 10px 0px;
      line-height: 20px;
      margin-top: -25px;
    }
  
    .button-sec-1{
        padding: 12px 15px;
        border-radius: 10px;
        background: rgb(129, 57, 255);
        background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
        background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
        transition: background-position 0.5s ease; /* Animasi transisi */
        color: white;
        margin: 0px auto;
        text-align: center;
        width: 90%;
        font-size: 14px;
        margin-bottom: -7px;
    }
    
    .button-sec-1:hover {
        background-position: 100% 0; /* Memindahkan posisi background pada hover */
    }
    .span-sec-1{
      font-size: 12px;
      color: rgb(69, 69, 69);
      text-align: center;
    }

    .row-{
      display: block;
      overflow: hidden;
  }

    .w-85-sec-1{
      margin: 0 auto;
      padding: 0px;
      display: flex;
      flex-direction: column;
    }
  
    .col-30-sec-1, .col-70-sec-1 {
      float: left;
      padding: 10px;
      box-sizing: border-box;
      border-radius: 10px;
    }
  
    .col-30-sec-1 {
        margin-top: 25px;
        width: 100%;
        background-color: #fff;
        border-right: 1px solid #ddd;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        order: 1;
    }
  
    .col-30-sec-1 ul {
        list-style-type: none;
        padding: 0;
    }
  
  
    .blurred {
      filter: blur(4px); /* Membuat elemen menjadi blur */
      pointer-events: none; /* Mencegah interaksi dengan elemen yang diblur */
      opacity: 0.9; /* Opsional: menurunkan opacity untuk menonjolkan efek blur */
      transition: all 0.3s ease; /* Animasi agar efeknya halus */
    }
  
  
  
    .col-30-sec-1 ul li button {
        width: 100%;
        display: block;
        padding: 10px;
        color: #353535;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
  
  
    .col-70-sec-1 {
        width: 100%;
        margin-right: 0%;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #ddd;
        display: flex;
        margin-top: 20px;
        margin-bottom: 5px;
        order: 2;
    }
  
    form {
        margin: 0 auto;
    }
  
    label {
        display: block;
        margin: 10px 0 5px;
        font-size: 15px;
    }
  
    input[type="text"], input[type="number"] {
        width: 90%;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        display: flex;
    }
  
    input[type="radio"] {
        display: none;
    }
  
    button[type="submit"] {
      padding: 12px 15px;
      border-radius: 10px;
      background: rgb(129, 57, 255);
      background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
      background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
      transition: background-position 0.5s ease; /* Animasi transisi */
      color: white;
      text-align: center;
      justify-content: center;
      margin-bottom: -7px;
      display: flex;
      width: 100%;
      font-size: 15px;
      border: none;
    }
  
    button[type="submit"]:hover{
      background-position: 100% 0; /* Memindahkan posisi background pada hover */
    }
  
  
    #service-options label {
        display: block;
        margin: 10px 0;
        cursor: pointer;
    }
  
  
  
  
    #order-form{
      width: 100%;
      display: block;
    }
  
    #selected-social-media {
        margin-top: 20px;
        padding: 15px;
        border: 1px solid #d4edda;
        border-radius: 5px;
        width: 90%;
    }
  
    #total {
        font-weight: bold;
        border: 1px solid #ccc;
        color: #333;
    }
  
    .social-media-list {
      list-style: none;
      padding: 10px;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
    }
  
    .btn-ssm{
      border: 1px solid rgb(152, 152, 152);
      display: block;
      width: 46%;
      color: rgb(152, 152, 152);
      margin-bottom: 2%;
      margin-right: 1%;
      margin-left: 2%;
      border-radius: 5px;
      background-color: white;
    }
  
    .btn-ssm:hover{
      box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.251);
      transition: 0.5s;
    }
  
    .h3-ssm-sec-1{
      font-size: 20px;
      text-align: center;
      color: rgb(37, 37, 37);
    }
  
    .p-ssm-sec-1{
      font-size: 15px;
      text-align: center;
      color: rgb(37, 37, 37);
      margin-top: -15px;
      margin-bottom: 30px;
    }
  
    .social-media-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      padding: 5px 10px;
      color: rgb(152, 152, 152);
      background-color: #4caf4f00;
      font-size: 14px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s;
    }
  
    .social-media-btn i {
      font-size: 25px;
      color: rgb(152, 152, 152);
      margin-bottom: 3px;
      padding: 5px;
    }
  
  
  
    .social-media-btn.active {
      background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
      background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
      transition: background-position 0.5s ease; /* Animasi transisi */
      color: white; /* Warna teks/ikon */
    }
  
    .social-media-btn.active > i {
      color: white; /* Warna ikon ketika tombol aktif */
    }
  
  
  
  
    .service-options {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
    }
  
    .service-card {
      position: relative;
      width: 90px;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
      cursor: pointer;
      transition: transform 0.2s, box-shadow 0.2s;
    }
  
    .service-card label{
        padding: 5px;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;
        transition: all 0.3s ease;
    }
  
    .service-card:hover {
      background-color: #f0f0f0; /* Warna saat di-hover */
    }
  
    .service-card input[type="radio"]:checked + label {
      color: rgb(129, 57, 255);
    }

    .media {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      width: 100%;
      margin: 0 auto;
    }
    
    .media img {
      float: left;
      width: 70px;
      justify-content: center;
      align-items: center;
      padding: 5px 5px;
      margin: 0 auto;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
    }

    .pad-sec-2{
      padding-top: 80px;
      padding-bottom: 100px;
      margin: 0 auto;
      display: flex
    }
    
    .col-50-sec-2{
      width: 100%;
      float: left;
      text-align: center;
      display: block;
      overflow: hidden;
    }
    
    .col-50-sec-2 h2{
      font-size: 20px;
    }
    
    .col-50-sec-2 p{
      margin-top: 0px;
    }
    
    .col-50-sec-2 video{
      width: 80%;
      border-radius: 20px;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .pad-sec-3 {
      padding-top: 80px;
      padding-bottom: 100px;
      background-color: #dadada34;
      margin: 0 auto;
      display: flex;
      width: 100%;
    }
    
    .col-50-sec-3 {
      width: 94%;
      padding: 10px;
      display: flex;
      margin: 0 auto;
      flex-direction: column;
      justify-content: center;
    }
    
    .flex-wrap {
      display: flex;
      flex-wrap: wrap;
    }
    
    .col-50-sec-3 h2 {
      font-size: 20px;
      margin: 0 0;
    }
    
    .col-50-sec-3-2 {
      display: flex;
      background-color: white;
      border-radius: 10px;
      flex-direction: column;
      margin: 10px 1%;
      width: 48%; /* Dua kolom untuk layar lebar */
      box-sizing: border-box; /* Menghindari elemen melampaui batas kolom */
      text-align: center;
      padding: 20px 15px;
    }
    
    
    .col-50-sec-3-2 p {
      margin: 0;
    }
    
    .col-50-sec-3-2 i {
      font-size: 30px;
      text-align: center;
      display: flex;
      margin: 0 auto;
      margin-bottom: 5px;
      color: rgb(41, 41, 41);
    }
    
    .button-sec-3 {
      padding: 12px 15px;
      border-radius: 10px;
      background: rgb(129, 57, 255);
      background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
      background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
      transition: background-position 0.5s ease; /* Animasi transisi */
      color: white;
      text-align: center;
      justify-content: center;
      margin-bottom: -7px;
      display: flex;
      width: 90%;
      font-size: 16px;
      border: none;
    }
    
    .button-sec-3:hover {
      background-position: 100% 0;
    }

    .pad-sec-4 {
      padding-top: 80px;
      padding-bottom: 100px;
      margin: 0 auto;
      display: flex;
      width: 100%;
    }

    .pad-sec-4 h2{
      font-size: 20px;
      text-align: start;
      padding: 0 10px;
      margin: 0 0;
    }
  
    .pad-sec-4 p{
      text-align: start;
      padding: 0 10px;
      margin: 20px 0;
    }
  
    .col-50-sec-4{
      border: 2px solid rgba(206, 206, 206, 0.56);
      margin: 10px auto;
      padding: 30px 30px;
      width: 80%;
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      background: rgb(129, 57, 255);
      background: linear-gradient(90deg, rgba(129, 57, 255, 1) 33%, rgba(203, 0, 224, 1) 65%, rgba(7, 149, 148, 1) 100%);
      background-size: 200% 200%; /* Mengatur ukuran lebih besar untuk animasi */
      transition: background-position 0.5s ease; /* Animasi transisi */
    }
  
    .col-50-sec-4 p{
      padding: 5px 0;
      margin: 0 0;
      text-align: start;
    }
  
    .button-sec-4{
      margin-top: 20px;
    }

    .pad-sec-5{
      padding-top: 80px;
      padding-bottom: 100px;
      margin: 0 auto;
      display: flex;
      width: 100%;
    }
    
    .col-50-sec-5{
      flex-direction: column;
      width:  95%;
      margin: 5px auto;
      display: flex;
      padding: 10px 0;
    }
    
    .col-50-sec-5 img{
      width: 100%;
    }
    
    .col-50-sec-5 h2{
      font-size: 20px;
      margin: 0;
    }

    .pad-sec-6{
      padding-top: 80px;
      padding-bottom: 100px;
      margin: 0 auto;
      display: flex;
      width: 90%;
      flex-direction: column;
      flex-wrap: wrap;
    }

    .w-90{
      width: 90%;
    }
    
    .pad-sec-6 h2{
      font-size: 20px;
      text-align: center;
      padding: 0 0px;
      margin: 0 auto;
    }
    
    .pad-sec-6 p{
      text-align: center;
      padding: 0 0px;
      margin-bottom: 20px;
    }

    .carousel {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin: auto;
      overflow: hidden;
    }
    
    

    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.7);
      color: white;
      border: none;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      font-size: 24px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      pointer-events: auto;
  }
  
  .play-button:hover {
      background-color: rgba(0, 0, 0, 0.9);
  }

  .pad-sec-7{
    padding-top: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    display: flex;
    width: 100%;
  }
  
  .pad-sec-7 h2{
    font-size: 20px;
    text-align: center;
    padding: 0 10px;
    margin: 0 0;
  }

  .pad-sec-7 p{
    text-align: center;
    padding: 0 10px;
    margin: 20px 0;
  }


  .col-30-sec-7{
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    margin: 10px auto;
    width: 80%;
    text-align: center;
    padding: 20px 5px;
    background-color: rgba(0, 0, 0, 0.036);
  }

  .col-30-sec-7 p{
    margin: 0;
  }

  .pad-sec-8{
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    display: flex;
    width: 100%;
  }
  
  .pad-sec-8 h2{
    font-size: 20px;
    text-align: center;
    padding: 0 10px;
    margin: 0 0;
  }

  .pad-sec-8 p{
    text-align: center;
    padding: 0 10px;
    margin: 20px 0;
  }

  .pad-sec-9{
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    display: flex;
    width: 100%;
  }
  
  .pad-sec-9 h2{
    font-size: 20px;
    text-align: center;
    padding: 0 10px;
    margin: 0 0;
  }

  .pad-sec-9 p{
    text-align: center;
    padding: 0 10px;
    margin: 20px 0;
  }

  .col-50-sec-9{
    width: 90%;
    margin: 10px auto;
    height: auto;
  }

  .pad-sec-10{
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    display: flex;
    width: 100%;
  }

  .col-50-sec-10 {
    border-radius: 20px;
    padding: 10px 10px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Pusatkan secara vertikal */
  }
  
  .pad-col-sec-10{
    padding: 0 0;
  }
  
  .col-50-sec-10 h2 {
    font-size: 20px;
    margin: 10px 0;
  }
  
  .col-50-sec-10 p {
    margin: 0;
  }
  
  
  .col-50-sec-10 img{
    width: 90%;
    margin: 0 auto;
    display: flex;
  }

  .pad-sec-11{
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    display: flex;
    width: 100%;
  }

  .pad-sec-11 h2{
    font-size: 20px;
    text-align: center;
    padding: 0 10px;
    margin: 0 0;
  }
  .w-faq{
    width: 95%;
    margin: 0  auto;
  }
}