.frame-form {
  display: flex;
  /* padding: 50px 120px; */
  padding: 50px 120px 80px;
  flex-direction: column;
  /* align-items: flex-start; */
  gap: 40px;
  justify-content: space-between;
  /* background-repeat: no-repeat;
  background-image: url("/public/landingpage/social/asset/Polygon 1.png"), url("/public/landingpage/social/asset/formbc.png");
  background-size: 55%, cover;
  background-position: left top 100%, center; */
  background-image: url("/public/landingpage/social/asset/gambar-background.webp");
  background-position: center;
  background-size: cover;
}

.frame-form .box-form {
  padding-right: 40px;
}

.card-media-mobile {
  display: flex;
  width: 260px;
  height: 260px;
  padding: var(--Space-space-20, 20px);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  border-radius: var(--Space-space-10, 10px);
  border: var(--Space-space-0, 1px) solid var(----Base-0, #fff);
  background: var(--Netral-White, #fff);

  /* shadow-l/light */
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.12), 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

.frame-monitoring-coverage {
  display: flex;
  padding: 40px 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  width: 100%;
}

.swiper-container-monitoring-coverage {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiper-wrapper-monitoring-coverage {
  text-align: center;
  font-size: 18px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.swiper-slide-monitoring-coverage {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  height: 200px;
  padding: 20px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;

  border-radius: 8px;
  border: 1px solid var(----Base-200, #dedede);
  background: var(--Netral-White, #fff);
  opacity: 0;
}

.swiper-slide-monitoring-coverage.swiper-slide-prev,
.swiper-slide-monitoring-coverage.swiper-slide-active,
.swiper-slide-monitoring-coverage.swiper-slide-next {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.swiper-button-prev-mc,
.swiper-button-next-mc {
  display: inline-flex;
  padding: var(--Space-space-2, 2px);
  justify-content: center;
  align-items: center;
  gap: var(--Space-space-0, 0px);
  position: absolute;
  top: unset;
  border-radius: var(--Radius-rad-9999, 9999px);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: unset;
  color: gray;
}

.swiper-slide-prev,
.swiper-slide-active,
.swiper-slide-next {
  opacity: 1;
}

.swiper-button-desktop {
  display: block;
}

.swiper-button-mobile {
  display: none;
}

.frame-comprehensive {
  display: flex;
  width: 100%;
  padding: 50px 120px;
  flex-direction: column;
  align-items: center;
  gap: var(--Space-space-80, 80px);
}

.card-comprehensive {
  display: flex;
  padding: var(--Space-space-40, 40px);
  flex-direction: column;
  align-items: center;
  gap: var(--Space-space-20, 20px);
  flex: 1 0 0;
  align-self: stretch;
  border-radius: var(--Space-space-10, 10px);
  border: 1px solid var(----Base-200, #dedede);
  background: var(--Netral-White, #fff);
}

.card-header-comprehensive {
  display: flex;
  height: 52px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.line-comprehensive {
  height: 1px;
  align-self: stretch;
  background: var(----Grey-300, #bdc1c2);
}

.card-body-comprehensive {
  padding: 0px;
}

.card-text-comprehensive {
  color: var(----Dark-900, #3c476c);
  text-align: left;
  /* 14px/regular */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
}

.img-comprehensive {
  width: 42px;
  height: 42px;
}

.frame-find-insight {
  display: flex;
  padding: 50px 120px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Space-space-40, 40px);
  align-self: stretch;
}

.frame-find-insight-mobile {
  display: none;
}

.card-find-insight {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: var(--Space-space-20, 20px);
  flex: 1 0 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.frame-your-brand {
  display: flex;
  width: 100%;
  padding: 50px 120px;
  align-items: center;
  gap: var(--Space-space-80, 80px);
  /* height: 485px; */
  align-items: center;
  justify-content: center;
  background-color: #bd0a11;
  /* background-image: url("../../../../public/landingpage/medmon/img/your-brand-img.svg"); */
}

.row-frame-your-brand {
  width: 100%;
}

.text-your-brand {
  color: var(--Base-0, #fff);

  /* 36px/bold */
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
}

.btn-lihat-insight {
  display: flex;
  min-width: 47px;
  min-height: 47px;
  padding: var(--Space-space-12, 12px) var(--Space-space-16, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--Space-space-8, 8px);
  border-radius: var(--Radius-rad-8, 8px);
  background: var(--Brand-Primary-50, #fef2f2);
  border: 0px;

  color: var(--Brand-Primary-800, #971d21);
  text-align: center;

  /* 16px/medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 23.2px */
}

.frame-how-we-did-it {
  width: 100%;
  display: flex;
  padding: 50px 120px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.frame-how-we-did-it .tab {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  border-radius: var(--Space-space-10, 10px);
  padding: 10px;
}

/* Style the buttons inside the tab */
.frame-how-we-did-it .tab button {
  background-color: inherit;
  float: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  padding: var(--Space-space-12, 12px) var(--Space-space-16, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--Space-space-10, 10px);
  flex: 1 0 0;
  color: var(--Brand-Primary-600, #d9292f);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
}

/* Create an active/current tablink class */
.frame-how-we-did-it .tab button.active {
  background-color: #ec474d;
  border-radius: var(--Radius-rad-8, 8px);
  background: var(--Brand-Primary-500, #ec474d);
  color: var(--Brand-Primary-50, #fef2f2);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
}

/* Style the tab content */
.frame-how-we-did-it .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  width: 100%;
  opacity: 1;
}

.frame-how-we-did-it .tablinks {
  overflow: hidden;
  color: var(--Opacity-Black-500, rgba(0, 0, 0, 0.5)) !important;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 23.2px */
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.frame-how-we-did-it .tablinks.active {
  background: transparent !important;
  color: var(--Brand-Primary-500, #ec474d) !important;
  border-bottom: 2px solid #ec474d !important;
  border-radius: 0px !important;
}

.title-how-we-did-it {
  align-self: stretch;
  color: var(----Base-950, #292929);
  text-align: center;

  /* 36px/bold */
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
}

.frame-how-we-did-it .btn-more {
  display: flex;
  min-width: 47px;
  min-height: 47px;
  padding: var(--Space-space-12, 12px) var(--Space-space-16, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--Space-space-8, 8px);
  border-radius: var(--Radius-rad-8, 8px);
  border: 1px solid var(--Brand-Primary-600, #d9292f);
  background: var(--Base-0, #fff);

  color: var(--Brand-Primary-600, #d9292f);
  text-align: center;

  /* 16px/medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 23.2px */
}

.title-tabcon {
  color: var(----Dark-950, #282d43);
  /* 26px/semibold */
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 33.8px */
}

.text-tabcon {
  align-self: stretch;
  color: var(----Dark-900, #3c476c);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 23.2px */
}

.title-form {
  color: var(--Kazee-Primary-600, #d9292f);
  font-family: Inter;
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 37.7px */
  align-self: stretch;
}

/* footer */
.title-footer {
  color: var(--Text-Dark-text-Dark-text, #283252);

  /* 14px/Bold */
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  /* 21px */
  margin-bottom: 20px;
}

.content-text {
  color: var(--Text-Dark-text-Dark-text, #283252);

  /* 14px/regular */
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 20.3px */
  opacity: 0.7;
}

.text-footer {
  color: var(--Text-Dark-text-Dark-text, #283252);

  /* 14px/regular */
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 20.3px */
  opacity: 0.7;
}

.footer-last {
  color: var(--Text-Dark-text-Dark-text, #283252);

  /* 14px/Regular */
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  opacity: 0.7;
  margin-top: 20px;
}

.row-footer {
  padding-bottom: 40px;
  margin-top: 80px;
}

.row-iconsosmed {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.row-form {
  margin-top: 20px;
}

.first-footer-section {
  width: 100%;
}

.body-com {
  padding: 0;
}

input::placeholder,
textarea::placeholder {
  color: #bcbcc3 !important;
  font-family: Lato;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.card-header-monitoring-coverage {
  display: flex;
  height: 52px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.frame-goodcom .card-good {
  justify-content: normal;
}

.frame-goodcom .custom-hr {
  border: none;
  width: 100%;
  border-top: 1px solid #dddfdf; /* warna garis */
  margin: 10px 0; /* jarak 10px di atas dan bawah */
}

.card-body-monitoring-coverage {
  padding: 0px;
}

#post-form .form-control,
#post-form .form-select {
  margin-bottom: unset;
}

/* CSS untuk mode mobile */
@media screen and (max-width: 768px) {
  .frame-form {
    display: flex;
    width: 100%;
    padding: var(--Space-space-40, 40px) var(--Space-space-16, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--Space-space-20, 20px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/public/img/pages/media-monitoring/form_mobile.webp") !important;
  }

  .frame-form .box-form {
    padding-right: 0;
  }

  .title-form {
    color: var(----Base-950, #292929);
    text-align: center;

    /* 23px/semibold */
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 29.9px */
  }
  .text-form {
    color: var(--Text-Grey, #6e6d7a);
    text-align: center;

    /* 14px/regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
  }
  .frame-hero {
    display: none;
  }

  .frame-hero-mobile {
    margin-top: 80px;
    display: flex;
    width: 100%;
    padding: var(--Space-space-40, 40px) var(--Space-space-20, 20px) var(--Space-space-0, 0px) var(--Space-space-20, 20px);
    flex-direction: column;
    align-items: center;
    gap: var(--Space-space-20, 20px);
  }

  .img-hero4-mobile {
    width: 112px;
    height: 58px;
    margin-top: -355px;
    margin-left: 200px;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
  }

  .img-hero3-mobile {
    width: 103px;
    height: 58px;
    margin-left: -285px;
    margin-top: -326px;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
  }

  .img-hero2-mobile {
    width: 115px;
    height: 66px;
    margin-top: -202px;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
    margin-left: 215px;
  }

  .img-hero1-mobile {
    width: 110px;
    height: 58px;
    z-index: 2;
    margin-top: -190px;
    margin-left: -144px;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
  }

  .img-pc-hero {
    width: 320px;
    height: 181.748px;
  }

  .text-hero-mobile {
    color: var(----Dark-900, #3c476c);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .mediakazee-mobile {
    color: var(----Dark-900, #3c476c);
    text-align: center;

    /* 14px/regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    /* 20.3px */
  }

  .btn-demo-mobile {
    color: var(----Blue-600, #0083d1);
    text-align: center;

    /* 13px/medium */
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    /* 18.85px */

    display: flex;
    height: 40px;
    min-width: 47px;
    padding: 4px var(--Space-space-16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-8, 8px);
    border-radius: var(--Radius-rad-9999, 9999px);
    border: var(--Space-space-2, 2px) solid var(----Blue-600, #0083d1);
    background: var(--Blue-50, #ebf7ff);
  }

  .btn-demo-mobile:hover {
    border-radius: 9999px;
    border: 2px solid var(----Blue-600, #0083d1);
    background: var(--Blue-600, #0083d1);
    color: #fff;

    .arrowpath {
      fill: white;
    }
  }

  .arrowpath {
    fill: #0083d1;
  }

  .row-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Space-space-20, 20px);
    align-self: stretch;
    margin-bottom: 10px;
  }

  .form-control,
  .form-select {
    display: flex;
    padding: 12px 22px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--Border, #e7e7e9);
    background: var(--White, #fff);
    margin-bottom: 10px;
  }

  .col-form {
    margin-bottom: 0 !important;
  }

  .frame-word {
    /* margin-top: -100px; */
    display: flex;
    width: 100%;
    padding: 60px var(--Space-space-20, 20px);

    justify-content: center;
    align-items: center;
    gap: var(--Space-space-10, 10px);
  }

  .img-mon {
    display: block;
    vertical-align: middle;
    position: absolute;
    margin-left: -15px;
    width: 14%;
  }

  .title-media {
    color: var(----Dark-900, #3c476c);
    /* 16px/semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%; /* 23.2px */
    margin-left: 40px;
  }

  .content-media {
    color: var(----Dark-900, #3c476c);
    /* 13px/regular */
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 18.85px */
  }

  .text-word {
    color: var(--Netral-White, #fff);
    text-align: center;
    /* 14px/regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
  }

  .frame-card {
    display: none;
  }

  .card-img {
    text-align: center;
  }

  .title-acc {
    color: var(----Base-950, #292929);

    /* 14px/semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%; /* 20.3px */
  }

  .content-acc {
    color: var(----Base-600, #656565);
    /* 13px/regular */
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 18.85px */
  }

  .frame {
    display: flex;
    padding: 14px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-10, 10px);
    background-color: #f8fcff;
  }

  .subtitle-frame {
    color: var(----Dark-900, #3c476c);
    text-align: center;
    /* 18px/regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
  }

  .frame-comprehensive {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    width: 100%;
  }

  .frame-your-brand {
    display: flex;
    width: 100%;
    padding: 60px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-20, 20px);
    height: auto;
    background: #bd0a11;
    margin: 40px 0 40px 0;
  }

  .text-your-brand {
    color: var(--Base-0, #fff);
    text-align: center;

    /* 20px/semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    margin-bottom: 20px;
  }

  .frame-your-brand a {
    display: flex;
    justify-content: center;
  }

  .btn-lihat-insight {
    display: flex;
    min-width: var(--Space-space-36, 36px);
    min-height: var(--Space-space-36, 36px);
    padding: var(--Space-space-8, 8px) var(--Space-space-12, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-4, 4px);
    border-radius: var(--Radius-rad-8, 8px);
    background: var(--Brand-Primary-50, #fef2f2);
  }

  .frame-how-we-did-it {
    display: flex;
    width: 100%;
    padding: 40px 16px;
    flex-direction: column;
    align-items: center;
    gap: var(--Space-space-36, 36px);
    margin-bottom: 240px;
  }

  .frame-how-we-did-it .tab {
    display: block;
  }

  .frame-how-we-did-it .tablinks {
    overflow: hidden;
    color: var(--Opacity-Black-500, rgba(0, 0, 0, 0.5)) !important;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%; /* 23.2px */
    border-bottom: 0px !important;
  }

  .frame-how-we-did-it .tablinks.active {
    display: flex !important;
    padding: var(--Space-space-8, 8px) var(--Space-space-20, 20px) !important;
    justify-content: center !important;
    align-items: center !important;
    gap: var(--Space-space-8, 8px) !important;
    align-self: stretch !important;

    border-radius: var(--Radius-rad-9999, 9999px) !important;
    background: var(--Brand-Primary-500, #ec474d) !important;

    border-bottom: 0 !important;
    color: var(--Base-0, #fff) !important;
  }

  .title-how-we-did-it {
    color: var(----Base-950, #292929);
    text-align: center;

    /* 23px/semibold */
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 29.9px */
  }

  .img-sol {
    height: 165.517px;
    align-self: stretch;
  }

  .title-tabcon {
    color: var(----Dark-900, #3c476c);
    text-align: center;

    /* 18px/semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
  }

  .text-tabcon {
    color: var(----Base-800, #464646);
    text-align: center;

    /* 13px/regular */
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 18.85px */
    margin-bottom: 20px;
  }

  .frame-how-we-did-it a {
    display: flex;
    justify-content: center;
  }

  .frame-how-we-did-it .btn-more {
    display: flex;
    min-width: var(--Space-space-36, 36px);
    min-height: var(--Space-space-36, 36px);
    padding: var(--Space-space-8, 8px) var(--Space-space-12, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-4, 4px);
    border-radius: var(--Radius-rad-8, 8px);
    border: 1px solid var(--Brand-Primary-600, #d9292f);
    background: var(--Base-0, #fff);

    color: var(--Brand-Primary-600, #d9292f);
    text-align: center;

    /* 14px/medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
  }

  .frame-find-insight {
    display: none;
  }

  .frame-find-insight-mobile {
    display: flex;
    width: 100%;
    padding: 40px 16px;
    flex-direction: column;
    align-items: center;
    gap: var(--Space-space-20, 20px);
  }

  .card-find-insight {
    display: flex;
    width: 260px;
    height: 200px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    border: 1px solid var(----Base-0, #fff);
    background: var(--Netral-White, #fff);

    /* shadow-l/light */
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.12), 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
  }

  .row-card {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .frame-monitoring-coverage {
    display: flex;
    width: 100%;
    padding: 40px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }

  .swiper-container-monitoring-coverage {
    align-items: flex-end;
    height: 300px;
  }

  .swiper-slide-monitoring-coverage {
    display: flex;
    width: 280px !important;
    height: 200px;
    padding: 20px;
    align-items: center;
    gap: 10px;

    border-radius: 8px;
    border: 1px solid var(----Base-200, #dedede);
    background: var(--Netral-White, #fff);
    opacity: 1;
  }

  .swiper-slide-monitoring-coverage.swiper-slide-prev,
  .swiper-slide-monitoring-coverage.swiper-slide-active,
  .swiper-slide-monitoring-coverage.swiper-slide-next {
    display: flex;
    width: 280px !important;
    height: 200px;
    padding: 20px;
    align-items: center;
    gap: 10px;

    border-radius: 8px;
    border: 1px solid var(----Base-200, #dedede);
    background: var(--Netral-White, #fff);
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    color: gray;
  }

  .swiper-button-next-mc {
    right: 150px;
  }

  .swiper-button-prev-mc {
    left: 150px;
  }

  .swiper-button-desktop {
    display: none;
  }

  .swiper-button-mobile {
    display: block;
  }

  /* footer */
  .frame-footer {
    padding: 40px 16px;
    text-align: center;
  }

  .row-fot {
    flex-direction: column;
  }

  .title-footer {
    margin-top: 20px;
  }

  .text-footer {
    margin-bottom: 10px;
  }

  .footer-last {
    text-align: center;
  }

  /* Menjadikan kolom footer penuh lebar pada tampilan mobile */
  .col {
    width: 100%;
    text-align: center;
  }

  /* Menambahkan ruang antara ikon media sosial pada tampilan mobile */
  .row-foot2 .col {
    margin-bottom: 10px;
  }

  .line-footer {
    display: block;
    margin: 40px 0px;
    border-bottom: #eaebee solid 1px;
    width: 100%;
  }

  .line-footer2 {
    margin: 40px 0px;
    width: 100%;
  }

  .first-footer-section {
    display: none;
  }

  .line-comprehensive {
    display: none;
  }

  .card-comprehensive {
    padding: 20px;
  }

  .card-body-comprehensive {
    display: none;
  }

  .card-header-comprehensive {
    position: relative; /* Ensure the parent is positioned relatively */
    padding-right: 20px; /* Add padding to make space for the pseudo-element */
  }

  .card-header-comprehensive::after {
    content: "";
    color: #d3d3d3;
    font-weight: bold;
    position: absolute; /* Position the pseudo-element absolutely */
    right: 0;
    top: 35%;
    display: inline-block;
    border-right: 2px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }

  .active-comprehensive:after {
    transform: rotate(-135deg);
  }
}

/* mode desktop */
@media screen and (min-width: 769px) {
  .frame-hero-mobile {
    display: none;
  }

  .img-mac {
    justify-content: center;
    margin-top: -200px;
    margin-left: 120px;
  }

  .img-rand img {
    transition: transform 1s ease-out;
  }

  .img-rand.animate-down img {
    transform: translateY(-10px);
  }

  .img-rand.animate-up img {
    transform: translateY(5px);
    /* Jarak translasi ketika scroll ke atas */
  }

  .img-rand {
    display: contents;
    margin-top: 50px;
  }

  .img-hero1 {
    z-index: 1;
    margin-top: -80px;
    margin-left: 700px;
    position: relative;
    top: -160px;
    right: 60px;
    width: 352px;
    height: 183px;
    flex-shrink: 0;
  }

  .img-hero2 {
    z-index: 1;
    /* margin-top: 30px; */
    margin-left: -700px;
    top: -435px;
    left: 35px;
    position: relative;
    width: 237px;
    height: 288px;
    flex-shrink: 0;
  }

  .img-hero3 {
    position: relative;
    z-index: 1;
    /* margin-top: -70px; */
    margin-left: -800px;
    top: -240px;
    width: 213px;
    height: 274px;
    flex-shrink: 0;
  }

  .img-hero4 {
    z-index: 1;
    position: relative;
    margin-top: -500px;
    margin-left: 800px;
    top: 55px;
    width: 341px;
    height: 194px;
    flex-shrink: 0;
  }

  .frame-hero {
    display: flex;
    width: 100%;
    padding: 80px 120px 0px 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-top: 80px;
    /* gap: 40px; */
  }

  .text-hero {
    max-width: 800px;
    color: var(----Dark-900, #3c476c);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    /* 63px */
  }

  .mediakazee {
    width: 800px;
    color: var(----Dark-900, #3c476c);
    text-align: center;

    /* 18px/regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 23.4px */
    /* 36.4px */
  }

  .btn-demo {
    margin-bottom: 40px;
    display: flex;
    width: 220px;
    min-width: 47px;
    min-height: 47px;
    padding: var(--Space-space-12, 12px) var(--Space-space-16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-8, 8px);
    border-radius: 9999px;
    border: 2px solid var(----Blue-600, #0083d1);
    background: var(--Blue-50, #ebf7ff);

    color: var(----Blue-600, #0083d1);
    text-align: center;

    /* 16px/medium */
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    /* 23.2px */

    border-color: #0083d1;
  }

  .btn-demo:hover {
    border-radius: 9999px;
    border: 2px solid var(----Blue-600, #0083d1);
    background: var(--Blue-600, #0083d1);
    color: #fff;

    .arrowpath {
      fill: white;
    }
  }

  .frame-card-mobile {
    display: none;
  }
}

:root {
  --animate-duration: 0s;
  --animate-delay: 0s;
  --animate-repeat: 0;
}
