.font-tajawal {
  font-family: 'Tajawal', sans-serif;
}
p{
  margin-bottom: 16px;
  line-height: 150%;
}
p:last-child{
  margin-bottom: 0;
}
.section-container {
  padding: 40px 0;
}
.hero.service-ecommerce {
  background: url('/layanan/assets/img/img-ecommerce/bg-ecommerce.jpg')
    center/cover no-repeat;
  min-height: 410px;
}
.hero.service-ecommerce:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(1 39 72 / 86%);
}
.section-container.service-ecommerce__contact {
  background: url(../img/img-pwa/bg-contact.jpg) center / cover no-repeat;
  background-image: url(../img/img-pwa/bg-contact.webp);
  padding:40px 0;
}
.section-container .service-ecommerce__contact-2 {
  background: url('../img/img-ecommerce/bg-contact-2.jpg') center/cover
    no-repeat;
  background-image: url('../img/img-ecommerce/bg-contact-2.webp');
  border-radius: 10px;
}
.hero-content-container {
  position: relative;
  z-index: 1;
}
.fs-14px {
  font-size: 14px;
}
.fs-16px {
  font-size: 16px;
}
.fs-18px {
  font-size: 20px;
}
.fs-20px {
  font-size: 20px;
}
.fs-24px {
  font-size: 24px;
}
.fs-32px {
  font-size: 32px;
}
.fs-30px {
  font-size: 30px;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.lheight-150 {
  line-height: 150%;
}
.lheight-125 {
  line-height: 125%;
}
.lheight-100 {
  line-height: 100%;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.text-yellow {
  color: #ffca00;
}
.btn-yellow {
  background-color: #ffca00;
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.btn-yellow:hover {
  background-color: #e6b800;
  color: #000;
}
.submain-title {
  font-size: 20px; 
  margin-top: 20px;
  font-weight: 600;
}
#accordionFAQ .card  {
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  background: #fff;
  padding:0px;
}
#accordionFAQ.accordion>.card>.card-header{
  padding:0;
  background: transparent;
  border-bottom: none;
}
#accordionFAQ.accordion>.card>.card-header button{
  color: #000;
  padding:20px 30px;
}
#accordionFAQ.accordion>.card>.card-header button:active, 
#accordionFAQ.accordion>.card>.card-header button:focus,
#accordionFAQ.accordion>.card>.card-header button:focus-visible{
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
#accordionFAQ.accordion>.card>.card-header button:hover{
  text-decoration: none;
  background: #fff4c9;
}
#accordionFAQ.accordion>.card>.card-header.open button:hover{
  background: transparent;
}

#accordionFAQ.accordion>.card .card-body{
  padding:0 30px 20px;
}
#accordionFAQ.accordion>.card .card-body-content{
  background: #fff4cb;
  border: 1px solid #ffcb00;
  padding:20px 30px;
}
.contact__content{
  gap: 20px;
  margin-bottom: 20px;
}
.contact__content .img-container{
  flex: 0 0 70px;
}


.section-socmed .socmed-wrapper {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.section-socmed .socmed-item {
  flex: 1;
  position: relative;
  padding: 16px 36px;
  display: flex;
  gap: 11px;
  height: 80px;
  border-radius: 8px;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.section-socmed .socmed-item:hover {
  color: #fff;
}

.section-socmed .socmed-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
  z-index: -1;
}

.section-socmed .socmed-item:hover::after {
  transform: scale(1.2);
}

.section-socmed .socmed-item.fb::after {
  background-image: url(/img/portfolio/revamp/bg-socmed-fb.png);
}

.webp .socmed-item.fb::after {
  background-image: url(/img/portfolio/revamp/bg-socmed-fb.webp);
}

.socmed-item.ig::after {
  background-image: url(/img/portfolio/revamp/bg-socmed-ig.png);
}

.webp .socmed-item.ig::after {
  background-image: url(/img/portfolio/revamp/bg-socmed-ig.webp);
}

.socmed-item.linkedin::after {
  background-image: url(/img/portfolio/revamp/bg-socmed-linkedin.png);
}

.webp .socmed-item.linkedin::after {
  background-image: url(/img/portfolio/revamp/bg-socmed-linkedin.webp);
}

.section-other-services {
  margin-top: 60px;
  margin-bottom: 100px;
}

.section-other-services .other-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.section-other-services .other-services-grid .other-services-item {
  position: relative;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  height: 255px;
  background-size: 102%;
  background-repeat: no-repeat;
  z-index: 1;
  color: white;
  background-position: center;
  transition: .3s background;
}

.section-other-services .other-services-grid .other-services-item:hover {
  background-size: 130%;
}

.section-other-services .other-services-grid .other-services-item:nth-of-type(1) {
  background-image: url(/img/service/revamp/jasa-pembuatan-website/bg-server-cloud.png);
}

.section-other-services .other-services-grid .other-services-item:nth-of-type(2) {
  background-image: url(/img/service/revamp/jasa-pembuatan-website/bg-web-sysdev.png);
}

.section-other-services .other-services-grid .other-services-item:nth-of-type(3) {
  background-image: url(/img/service/revamp/jasa-pembuatan-website/bg-web-security.png);
}

.section-other-services .other-services-grid .other-services-item:nth-of-type(4) {
  background-image: url(/img/service/revamp/jasa-pembuatan-website/bg-mobile-app-dev.png);
}
@media (min-width: 992px) {
  .section-container {
    padding: 80px 0;
  }
  .fs-md-20px {
    font-size: 20px;
  }
  .fs-md-24px {
    font-size: 24px;
  }
  .fs-md-30px {
    font-size: 30px;
  }
  .fs-md-32px {
    font-size: 32px;
  }
  .fs-md-36px {
    font-size: 36px;
  }
  .fs-md-40px {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .section-container {
    padding: 80px 0;
  }
  .contact__content {
    margin-bottom: 0;
  }
  .section-socmed .socmed-wrapper {
    flex-direction: row;
    gap: 40px;
  }
  .section-other-services .other-services-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}

.section-container .service-ecommerce__contact .contact__content .content__image img {
  width: 100%;
}
 
.main-title.main-title--with-border-line {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.main-title.main-title--with-border-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100px;
  background-color: #ffca00;
}
.main-title.main-title--with-square-point {
  padding-left: 30px;
}
.main-title.main-title--with-square-point::after {
  content: '';
  position: absolute;
  /* top: 50%; */
  top: 12px;
  left: 0;
  /* transform: translateY(-50%); */
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #ffca00;
}
.overflow-hidden {
  overflow: hidden;
}



/* color */
.bg--l-gray {
  background-color: #f6f6f6;
}

.bg--2-gray {
  background-color: #f5f3f4;
}

.bg-yellow-box {
  background-color: #fff4cb;
  border: 1px solid #ffcb00;
  padding: 20px;
}

.text-white {
  color: white;
}

/* font */
.ff--novocento-bold {
  font-family: 'Novocento Sans Wide Medium';
  font-weight: bold;
}


/* width */
.w-100 {
  width: 100%;
}

.w-fit {
  width: fit-content;
}

/* spacing */
.mt--20px,
.my--20px {
  margin-top: 20px;
}
.mt--40px,
.my--40px {
  margin-top: 40px;
}
.mt--10px {
  margin-top: 10px;
}
.mb--10px {
  margin-bottom: 10px;
}
.mb--20px,
.my--20px {
  margin-bottom: 20px;
}
.mb--25px {
  margin-bottom: 25px;
}
.mb--30px {
  margin-bottom: 30px;
}
.mb--40px,
.my--40px {
  margin-bottom: 40px;
}
.mb--60px {
  margin-bottom: 60px;
}
.mb--80px {
  margin-bottom: 80px;
}

.ml--30px,
.mx--30px {
  margin-left: 30px;
}
.ml--auto,
.mx--auto {
  margin-left: auto;
}

.mr--30px,
.mx--30px {
  margin-right: 30px;
}
.mr--auto,
.mx--auto {
  margin-right: auto;
}

.px--10px {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px--20px {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px--40px {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p--20px {
  padding: 20px;
}

.pt--20px,
.py--20px {
  padding-top: 20px;
}
.pt--40px {
  padding-top: 40px;
}
.pt--60px,
.py--60px {
  padding-top: 60px;
}

.pb--0 {
  padding-bottom: 0;
}

.pb--10px,
.py--10px {
  padding-bottom: 10px;
}
.pb--20px,
.py--20px {
  padding-bottom: 20px;
}
.pb--60px,
.py--60px {
  padding-bottom: 60px;
}
.pb--70px {
  padding-bottom: 70px;
}
.pb--80px {
  padding-bottom: 80px;
}

.pr--10px {
  padding-right: 10px;
}

.pl--10px {
  padding-left: 10px;
}
.pl--20px {
  padding-left: 20px;
}
.pl--30px {
  padding-left: 30px;
}

/* end common */

/* row */
.row.row--flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex {
  display: flex;
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.flex-grow-1 {
  flex-grow: 1;
}
/* end row */

/* btn */
.btn.form-control {
  height: auto;
  box-shadow: none;
  white-space: normal;
  padding: 10px;
}
/* end btn */

/* input */
input.form-control.h--50px {
  height: 50px;
}
/* end input */

/* header */


/* Portofolio */
.portofolio .content__item img {
  width: auto;
  height: 100px;
  max-width: 100%;
  display: block;
  margin: 0 auto 40px;
  padding: 0 30px;
}

.portofolio .content__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 20px 20px;
  margin: 0 auto;
  width: calc(100% - 20px);
  color: #fff;
  min-height: 325px;
}

.portofolio .content__item {
  height: 100%;
}

.portofolio .col-md-4 {
  margin-top: 40px;
}

/* Mengapa */
.mengapa .number {
  font-size: 42px;
  font-weight: bold !important;
}

/* contact */

.service .contact-mobile {
  display: none;
}

.service .service-ecommerce__contact {
  background: url('../img/img-pwa/bg-contact.jpg') center/cover no-repeat;
  background-image: url('../img/img-pwa/bg-contact.webp');
}


.service .contact-mobile .contact__content .content__image img {
  width: 90px;
}

/* fitur */
.fitur-ecommerce .card-fitur {
  margin-top: 40px;
}

/* portfolio */
.service .service-pwa__portfolio {
  background: url('../img/img-pwa/bg-portfolio.jpg') center/cover no-repeat;
  background-image: url('../img/img-pwa/bg-portfolio.webp');
}

/* other service */
.service .service-pwa__other .other__service img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* contact form */
.service .service-ecommerce__contact-form .contact-form__form {
  padding: 30px;
}

/* Banner */

.service .banner .bg-link-pentest {
  background: url('../img/img-ecommerce/bg-link-pentest.png') center/cover
    no-repeat;
  background-image: url('../img/img-ecommerce/bg-link-pentest.webp');
  border-radius: 10px;
  margin-bottom: 20px;
}

.service .banner .bg-link-seo {
  background: url('../img/img-ecommerce/bg-link-seo.png') center/cover no-repeat;
  background-image: url('../img/img-ecommerce/bg-link-seo.webp');
  border-radius: 10px;
  margin-bottom: 20px;
}

.service .banner .link-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold !important;
}
.service .banner .link-content {
  font-size: 16px;
  margin-bottom: 10px;
}

/* loader */
.loader,
.loader:before,
.loader:after {
  background: #ffca00;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffca00;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@media (max-width: 991.98px) {
  .order-1{
    order: 1;
  }

  .order-2{
    order: 2;
  }
  /* header */
  .service .service-pwa__header {
    min-height: unset;
  }
  .service .service-pwa__header .header__img img {
    display: none;
  }

  /* contact */

  .service .service-ecommerce__contact .contact__content .content__image img {
    margin-left: 0;
  }

  /* character */
  .service .service-pwa__character .character__list-benefit > li:before {
    top: 0;
  }
  .service .service-pwa__character .character-list__image .image__illustration {
    margin-top: 30px;
    max-width: 200px;
  }
  .service
    .service-pwa__character
    .character-list__image
    .image__illustration#lottie6 {
    transform: scale(3);
    height: 410px;
  }
  .service
    .service-pwa__character
    .character-list__image
    .image__illustration#lottie7 {
    transform: scale(2.1);
    height: 410px;
    position: relative;
    bottom: 10px;
  }

  /* project */
  .service .service-pwa__project h3 {
    padding-bottom: 0;
  }
  .service .service-pwa__project .project__item {
    align-items: center;
  }
  .service .service-pwa__project .project__item .item__image {
    width: 100%;
    max-width: 200px;
  }

  /* other service */
  .service
    .service-pwa__other
    .other__service
    > [class*='col-']:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .service .contact-mobile {
    display: block;
  }

  .service .contact-desktop {
    display: none;
  }

  .pb--md-10px,
  .py---md-10px {
    padding-bottom: 10px;
  }

  .pt--md-10px,
  .py---md-10px {
    padding-top: 10px;
  }

  .service .service-ecommerce__contact .contact__content h2,
  .service .service-ecommerce__contact .contact__content p,
  .service .service-ecommerce__contact .contact__content p span {
    line-height: 1;
  }

  .main-title h2 {
    font-size: 28px;
  }

  /* character */
  .service .service-pwa__character .character-list__image .image__illustration {
    max-width: 180px;
  }
  .service .service-pwa__character .character__list-benefit {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .service
    .service-pwa__character
    .character-list__image
    .image__illustration#lottie6 {
    height: 325px;
  }
  .service
    .service-pwa__character
    .character-list__image
    .image__illustration#lottie7 {
    height: 375px;
  }

  /* project */
  .service .service-pwa__project .project__item .item__image {
    max-width: 160px;
  }
  .service
    .service-pwa__project
    .project__item:last-child
    > [class*='col-']:first-child {
    order: 1;
  }
  .service
    .service-pwa__project
    .project__item:last-child
    > [class*='col-']:last-child {
    order: 0;
  }

  /* form */
  .service
    .service-ecommerce__contact-form
    .contact-form__form
    .form__btn
    .btn {
    margin-top: 30px;
  }
}

@media (max-width: 320px) {
  /* form */
  .service
    .service-ecommerce__contact-form
    .contact-form__form
    .form__btn
    .g-recaptcha {
    transform: scale(0.75);
  }
  .service
    .service-ecommerce__contact-form
    .contact-form__form
    .form__btn
    .btn {
    margin-top: 15px;
  }
}

/* Bootsrap Overried */

.panel {
  border: none;
  padding-left: 50px;
  padding-right: 30px;
  padding: 10px 30px 10px 50px;
}

.panel-default .panel-heading {
  color: #333;
  background: none;
  position: relative;
}

.panel-default .panel-heading img {
  position: absolute;
  left: -34px;
  top: 10px;
}

.panel-group .panel-body {
  background: #fff4cb;
  border: 1px solid #ffcb00;
}

.panel-collapse {
  padding: 10px 15px;
}
