* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.floatbutton {
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 0;
}

.floatbutton img {
  width: 120px;
}

body {
  font-family: sans-serif;
  overflow-x: hidden;
}

.header {
  color: #1a4980;
  background-color: #ffff;
  width: 100vw;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  padding: 14px 7% 14px 7%;
}

.header .container .contact {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.header .container .container-contact {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.header h6 {
  font-size: 14px;
  font-weight: 500;
  align-items: center;
}

.header .container .contact a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  color: #1a4980;
  text-align: center;
}

/* Nav Menu */

nav {
  background-color: rgba(0, 16, 28, 0.5);
  display: flex;
  position: absolute;
  z-index: 99;
  justify-content: space-between;
  padding: 12px 7% 12px 7%;
  align-items: center;
  /* flex-shrink: 0;  */
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  right: 0;
}

nav img {
  height: 69px;
}

nav .nav-link .nav-menu ul {
  display: flex;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

nav .nav-link .nav-menu ul a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: rgb(216, 216, 216);
}

nav .nav-link .nav-menu ul li a::after {
  content: '';
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid #ffffff;
  transform: scaleX(0);
  transition: 0.2s linear;
}

nav .nav-link .nav-menu ul li a:hover::after {
  transform: scaleX(0.5);
  color: #ffffff;
}

nav .nav-link .nav-menu .active a {
  content: '';
  display: block;
  border-bottom: 0.1rem solid #ffffff;
  transform: scaleX(1);
  color: #ffffff;
  transition: 0.2s linear;
}

nav .nav-link .nav-menu ul .active a:hover::after {
  transform: scaleX(0);
}

.nav-extra {
  display: none;
}

.sticky .header {
  overflow-y: hidden;
  opacity: 0;
}

.sticky nav {
  position: fixed;
  z-index: 99999;
  justify-content: space-between;
  /* background-color: rgba(1, 1, 1, 0.8); */
  /* border-bottom: 1px solid #d1e6fd;  */
  padding: 8px 7% 8px 7%;
  top: 0;
  left: 0;
  right: 0;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url('../assets/img/heroimg.jpeg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;

  position: relative;
}

.hero .contain {
  width: 100vw;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #ffff;
}

.hero .contain h1 {
  font-style: normal;
  line-height: normal;
  font-size: 60px;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  font-weight: 900;
}

.hero .contain p {
  padding-top: 12px;
  padding-bottom: 60px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-text-stroke: 1px #000;
}

.hero .contain a {
  padding: 18px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 212px;
  text-decoration: none;
  color: #ffff;
  background: linear-gradient(94deg, #04c4c5 2%, #0284cc 99.42%);
}

.hero::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  width: 100vw;
  background: linear-gradient(0deg, rgb(255, 255, 255) 3%, rgba(255, 255, 255, 0) 5%);
}

/* Hero section */

/* About Sections */

.aboutUs {
  padding: 10rem 7% 4rem;
}

.aboutUs h2,
.whm h2,
.testimonial h2 {
  color: #235686;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.aboutUs .row .container p {
  color: #8e8e8e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
  letter-spacing: 0.8px;
  padding-right: 4rem;
}

.aboutUs .row {
  margin-top: 2rem;
  display: flex;
}

.aboutUs .row .img {
  flex: 1 1 35rem;
  color: #0284cc;
}

.aboutUs .row .img img {
  width: 100%;
}

.aboutUs .row .container {
  flex: 1 1 50rem;
  /* padding: 0 1rem; */
}

.aboutUs .row .container .vimi {
  color: #726565;
  font-size: 20px;
  padding: 50px 0 10px 0;
}

/* service section */

.service,
.whm {
  padding: 1.4rem 7%;
}

.service .container {
  display: flex;
  padding: 2.4rem 0%;
}

.service .content .headerservice .text.hide {
  display: none;
}

.service .container .menu {
  flex: 1;
  display: flex;
  /* width: 202px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.service .container .menu button {
  display: block;
  text-decoration: none;
  color: #c3c4c5;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: none;
}

.service .container .menu .active {
  color: #06a0cb;
  font-size: 16px;
}

.service .container .menu button:hover {
  display: block;
  text-decoration: none;
  color: #06a0cb;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: none;
}

.service .container .content {
  flex: 5;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-around;
  justify-items: flex-start;
  justify-self: start;
  gap: 24px;
}

.service .container .content .headerservice h2 {
  color: #06a0cb;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
  letter-spacing: 1px;
}

.service .container .content .headerservice p {
  color: #798895;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
  letter-spacing: 0.7px;
}

.service .container .content .content-content {
  display: flex;
  justify-items: start;
  justify-content: flex-start;
  /* gap: 24px 25px; */
  flex-wrap: wrap;
}

.service .container .content .content-content .cardcontent {
  display: flex;
  width: 300px;
  /* height: 390px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0px 24px 24px 0px;
  /* padding-bottom: 20px; */
}

.service .container .content .content-content .cardcontent.hide {
  display: none;
}

.service .container .content .content-content .cardcontent img {
  width: 300px;
  border-radius: 8px 8px 8px 8px;
  height: 200px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: 0px 0px;
}

.service .container .content .content-content .cardcontent .text p {
  color: #798895;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
  letter-spacing: 0.7px;
  margin: 8px;
}

.service .container .content .content-content a {
  text-decoration: none;
}

.service,
h2 {
  color: #235686;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.service .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: start;
  /* gap: 94px; */
}

.service .features .card {
  margin-top: 2rem;
  display: flex;
  width: 347px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3rem;
  gap: 12px;
}

.service .features .card img {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}

.service .features .card h3 {
  color: #235686;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.service .features .card p {
  color: #8e8e8e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 22.5px */
  letter-spacing: 0.9px;
}

.service .features .card a {
  text-decoration: none;
}

/* section whm  */

.whm .row {
  padding-top: 3rem;
  justify-content: space-between;
  display: flex;
  gap: 30px;
  /* flex-wrap: wrap; */
}

.whm .row img {
  width: 400px;
  min-height: 400px;
}

.whm .row .col {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.whm .row .content-text {
  /* width: 340px; */
  display: flex;
  /* width: 610px; */
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.whm .row .content-text .title-text {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.whm .row .content-text h3 {
  padding-bottom: 12px;
  color: #235686;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-content: center;
}

.whm .row .content-text p {
  padding-top: 8px;
  color: #8e8e8e;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 22.5px */
  letter-spacing: 0.72px;
}

.whm .row .content-text span {
  padding-right: 8px;
  font-size: 40px;
  color: rgb(0, 157, 13);
}

/* section cta */
.cta {
  margin-top: 4rem;
  padding: 8rem 7%;
  background-color: #215087;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta h1 {
  color: var(--bg, #e0eaff);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 32px;
}
.cta a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  padding: 12px 28px;
  background: linear-gradient(94deg, #05c2c6 1.69%, #0387cc 97.84%);
}

/* footer */

footer {
  display: flexbox;
  padding: 3rem 7%;
  background: #1a4980;
  color: #fff;
}

footer .container-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

footer .container-top .logo-sosmed .sosmed {
  display: flex;
  gap: 20px;
}

footer .container-top .logo-sosmed .sosmed a {
  padding-top: 35px;
  color: #fff;
}

footer .container-top .services ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

footer .container-top .services a {
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 125%;
  color: #fff;
}

footer .container-top .services h4 {
  padding-bottom: 16px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

footer .container-top .contact-us .contact {
  display: flex;
  align-items: center;
  gap: 8px;
}

footer .container-top .contact-us {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

footer .container-top .contact-us .contact h6 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

footer .container-top .contact-us h4 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600px;
}

footer .container-bottom h6 {
  border-top: 1px solid #fff;
  padding-top: 12px;
  color: var(--bg, #e0eaff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 125%;
}

/* Header service page */

/* .service-service{
    display: flex;
    padding: 7rem 7%;
    align-items: center;
    gap: 60px;
}

.service-service .service-service-text .text h4{
color: #1A4980;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.service-service .service-service-text .text p{
    padding-top: 12px;
color: #1A4980;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.service-service .service-service-text .cta-service a{
    margin-top: 54px;
border-radius: 8px;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
height: 55px;
width: 212px;
color: #ffff;
background: linear-gradient(94deg, #04C4C5 2%, #0284CC 99.42%);
} */

.suportby {
  padding: 1.4rem 7%;
}

.company {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 55px;
  align-self: stretch;
}

.company .logo {
  width: 142.255px;
  height: 73.994px;
  /* background: url(); */
}

.testimonial h2,
.testimonial .divider {
  padding: 0px 7%;
}

/* testimonial start */
.testimonial {
  padding: 1.4rem 0px;
}

.testimonial .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
}

.testimonial .container::-webkit-scrollbar {
  display: none;
  width: 0px;
}

.testimonial .container .card-testimoni {
  margin: 3.4rem 0px 0px 0px;
  width: 378px;
  height: 211px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.testimonial .container .card-testimoni p {
  color: #235686;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
  letter-spacing: 0.64px;
  padding: 26px 28px 19px 28px;
}

.testimonial .container .card-testimoni .footer {
  display: flex;
  /* width: 339px; */
  padding: 10px 21px 0px 21px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.testimonial .container .card-testimoni .footer .identity-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 2px;
  flex: 1 0 0;
}

.testimonial .container .card-testimoni .footer .identity-text h3 {
  color: #235686;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  /* line-height: 125%; 
letter-spacing: 0.56px; */
  align-self: stretch;
}

.testimonial .container .card-testimoni .footer .identity-text h6 {
  color: #8fb5d7;
  font-size: 12px;
  font-style: normal;
  align-self: stretch;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.48px;
}

.testimonial .container .card-testimoni .footer .img img {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background-color: #0284cc;
  object-fit: cover;
  mask-repeat: no-repeat;
}

/* testimonial end */

/* ISBN */

.isbn-service .isbn-container .content .content-content {
  display: flex;
  justify-content: center;
  /* gap: 24px 25px; */
  flex-wrap: wrap;
  padding: 9.4rem 1.7%;
}

.isbn-service .isbn-container .content .content-content .cardcontent {
  display: flex;
  width: 400px;
  max-height: 650px;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0px 24px 24px 0px;
  overflow: hidden; /* cegah teks keluar batas */
  text-overflow: ellipsis; /* tambahkan "..." jika teks terlalu panjang */
  max-width: 100%;
  /* padding-bottom: 20px; */
}

.isbn-service .isbn-container .content .content-content .cardcontent.hide {
  display: none;
}

.isbn-service .isbn-container .content .content-content .cardcontent img {
  width: 150px;
  border-radius: 8px 8px 8px 8px;
  height: 200px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: 0px 0px;
}

.isbn-service .isbn-container .content .content-content .cardcontent .text {
  margin: 8px;
}

.isbn-service .isbn-container .cardcontent .text p {
  font-size: 12px;
  font-weight: 500;
  color: #3b3b3b;
  margin-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 13; /* Batasi maksimal 3 baris */
  -webkit-box-orient: vertical;
}

.isbn-service .isbn-container .content .content-content a {
  text-decoration: none;
}

.service,
h2 {
  color: #235686;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.service .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: start;
  /* gap: 94px; */
}

.service .features .card {
  margin-top: 2rem;
  display: flex;
  width: 347px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3rem;
  gap: 12px;
}

.service .features .card img {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}

.service .features .card h3 {
  color: #235686;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.service .features .card p {
  color: #8e8e8e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 22.5px */
  letter-spacing: 0.9px;
}

.service .features .card a {
  text-decoration: none;
}

/* Contact start */

.contact-section {
  padding: 4.4rem 0 0 7%;
}

.form-map-main {
  margin-top: 100px;
  display: flex;
  padding: 1.4rem 7%;
  justify-content: space-between;
  gap: 30px;
}

.form-map-main h3 {
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #1a4980;
}

.form-map-main .map {
  flex: 50%;
}

.form-map-main form {
  flex: 50%;
}

input[type='text'],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type='number'] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* .from-map-main input{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  } */

input[type='submit'] {
  width: 100%;
  background-color: #1a4980;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type='submit']:hover {
  background-color: #45a049;
}

/* about page */

.abt-hero {
  min-height: 40vh;
  display: flex;
  align-items: end;
  background-image: url('../assets/img/background_abt.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* justify-content: center; */
  position: relative;
}

.abt-hero h1 {
  padding: 4rem 20%;
  /* background-color: #45a049; */
  width: 100%;
  color: white;
}

.abt-content,
.policy-content {
  margin-top: 100px;
  padding: 1.7rem 7%;
  display: flex;
  gap: 30px;
}

.policy-content .col {
  margin-top: 100px;
}

.abt-content p {
  color: #235686;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
  letter-spacing: 0.8px;
  margin-top: 30px;
}

.policy-content .col p {
  padding-top: 22px;
  color: #235686;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
  letter-spacing: 0.8px;
}

.abt-content h1,
.policy-content h1 {
  color: #1a4980;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.abt-content .abt-row,
.policy-content .col {
  flex: 70%;
}

.abt-content img {
  width: 50%;
}

.policy-content img {
  flex: 30%;
}

/* detail publikasi */

.container-detail {
  background: #fff;
  border-radius: 16px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
  padding: 40px;
  margin-top: 7%;
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.cover-detail {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover-detail img {
  width: 100%;
  max-width: 320px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.cover-detail img:hover {
  transform: scale(1.03);
}

.detail-detail {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.judul-detail {
  font-size: 1.8rem;
  color: #222;
  font-weight: 700;
  line-height: 1.3;
}

.narasi-detail {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  text-align: justify;
}

.penulis-detail {
  font-size: 0.95rem;
  color: #888;
  font-style: italic;
}

.actions-detail {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .container-detail {
    flex-direction: column;
    padding: 25px;
  }

  .cover-detail img {
    max-width: 100%;
  }
}

/* detail publikasi end */

/* Media queries  */

/* Laptop */
@media (max-width: 1366px) {
  html {
    font-size: 70%;
  }
}

/* Tablet */
@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

/* Smartphone */
@media (max-width: 450px) {
  html {
    font-size: 55%;
  }

  .header {
    display: none;
  }

  .nav-link .nav-extra {
    display: inline-block;
  }

  .nav-link .nav-extra i {
    color: white;
  }

  nav .nav-link .nav-menu {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 30rem;
    height: 100vh;
    background-color: #1a4980;
    transition: 0.3s;
  }

  nav .nav-link .nav-menu.active {
    right: 0;
  }

  nav .nav-link .nav-menu.active ul {
    display: flex;
    flex-direction: column;
    padding: 20px 7%;
    top: 0;
  }

  nav .nav-link .nav-menu.active .active a {
    color: white;
    border-bottom: 0.5px solid white;
  }

  nav .nav-link .nav-menu.active a {
    color: white;
  }

  .hero .contain {
    padding: 0 4%;
  }

  .aboutUs .img {
    display: none;
  }

  footer .container-top {
    display: none;
  }

  .service-service .img {
    display: none;
  }

  /* hp services content */

  .service .container {
    display: flex;
    flex-direction: column;
  }

  .service .container .menu {
    flex: 1;
    display: flex;
    /* width: 202px; */
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 12px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .service .container .menu button {
    display: block;
    text-decoration: none;
    color: #c3c4c5;
    font-size: 12px;
    font-weight: 500;
    border: none;
    background: none;
  }

  .service .container .menu .active {
    color: #06a0cb;
    font-size: 12px;
  }

  .service .container .menu button:hover {
    display: block;
    text-decoration: none;
    color: #06a0cb;
    font-size: 12px;
    font-weight: 500;
    border: none;
    background: none;
  }

  /* hp end service content */

  .whm img {
    display: none;
  }

  .whm .row .col .content-text {
    margin-bottom: 12px;
  }

  /* publikasi */

  .isbn-service {
    padding: 3.4rem 0px;
  }

  .isbn-service .isbn-container .content .content-content .cardcontent {
    display: flex;
    /* width: 300px; */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  /* end publikasi */

  .form-map-main,
  .service-service,
  .policy-content,
  .abt-content {
    display: block;
    margin-top: 12rem;
  }

  .form-map-main .map {
    padding-top: 8rem;
  }

  .policy-content {
    display: flex;
    flex-direction: column;
  }

  .abt-hero {
    display: none;
  }

  .abt-content {
    display: flex;
    flex-direction: column-reverse;
  }

  nav {
    position: fixed;
    z-index: 99999;
    justify-content: space-between;
    /* background-color: rgba(1, 1, 1, 0.8); */
    border-bottom: 1px solid #d1e6fd;
    padding: 8px 7% 8px 7%;
    top: 0;
    left: 0;
    right: 0;
  }
}
