* {
  padding: 0%;
  margin: 0;
}

body {
  margin: 0 auto;
  max-width: 1920px;
  font-size: clamp(10px, 0.9vw, 19px);
  background-color: #f1f4f6;
  box-sizing: border-box;
  position: relative;
}

.container {
  margin: 0 auto;
  width: 84%;
  position: relative;
  z-index: 1;
}

.img-quotes-mobile,
.header-bottom,
.email-footer-mobile,
.img-quotes-blog-mobile,
.hero-banner-home-mobile,
.text-quote-mobile,
.banner-about-mmobile,
.btn-mobile,
.footer-mobile,
.background-home-mobile,
.about-section-2-second-contents-mobile,
.swiper-pagination-about-mobile,
.content-mobile,
.about-personalize-img-mobile,
.about-section-4-right-contents-mobile,
.content-2-mobile {
  display: none;
}
/* typography */

h1 {
  font-size: clamp(40px, 3.9vw, 75px);
}
h2 {
  font-size: clamp(34px, 3.8vw, 65px);
}
.sub-title,
.title-banner-about {
  font-size: clamp(22px, 2.1vw, 42px);
}
.title-section {
  font-size: clamp(13px, 1.3vw, 25px);
}
.title-news,
.title-small-news {
  font-size: clamp(10px, 1vw, 20px);
}
.center {
  text-align: center;
}

/* font style */
.poppins {
  font-family: "Poppins", sans-serif;
}
.forrum {
  font-family: "Forum", serif;
}

/* color */
.white {
  color: #ffffff;
}

.black {
  color: #0a0a0a;
}

.green {
  color: #14b54a;
}
/* font weight */

.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}

.home-background {
    padding: 0.1% 0 0;
    aspect-ratio: 16/9;
    position: relative;
    width: 100%;
}

.home_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.header-container {
  width: 100%;
  position: absolute;
  margin-top: 2.8%;
  z-index: 999;
}

.blog-background {
  margin: 0 0 5% 0;
  padding: 6% 0 0;
  position: relative;
}
.about-background {
  padding: 2.8% 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45vw;
  position: relative;
}
.article-background {
  padding: 2.8% 0 0;
  background-size: contain;
  position: relative;
}

.navigation > ul {
  display: flex;
  flex-direction: row;
}

.header__logo {
  height: clamp(65px, 5.8vw, 100px);
  width: fit-content;
  object-fit: contain;
}
.link__logo {
  display: flex;
  height: 100%;
  align-items: center;
}
header,
.navigation {
  display: flex;
  justify-content: space-between;
}
header {
  align-items: center;
  margin: 0 auto;
  padding: 0.9% 3.5%;
  background-color: rgba(241, 244, 246, 0.8);
  position: relative;
  z-index: 1;
  width: 84%;
  box-sizing: border-box;
}
.navigation {
  padding: 2% 0 1.5%;
}
.navigation li {
  padding: 0 0em 0 5.3em;
  list-style-type: none;
  justify-content: end;
}

.navigation li a {
  font-size: clamp(13px, 1.3vw, 25px);
  text-decoration: none;
  color: #0a0a0a;
  font-family: "Poppins", sans-serif;
}
.navigation li a.active {
  color: #14b54a;
}
/* hero banner */

.hero-banner-home {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 8.5%;
  height: fit-content;

  place-self: center start;
}


.hero-box-banner {
    grid-column: 2 / 3; 
    display: flex;
    flex-direction: column;
    padding: 20px;
    max-width: 600px; 
    text-align: left;
    align-self: center;
}


.hero-banner,
.about-box,
.contact-banner {
  display: flex;
  justify-content: space-between;
}

.hero-banner,
.hero-banner-home,
.about-box,
.contact-banner {
  display: flex;
  justify-content: space-between;
  /*margin-top: 10%;*/
}
.hero-banner-2 {
  margin: 6% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-box,
.box-banner {
  width: 50%;
  height: 100%;
}
.hero-banner-img {
  margin-top: 0;
  width: 87%;
  height: 100%;
}
.title-first-content {
  width: 43%;
  margin-top: 1.3%;
  margin-bottom: 2%;
}
.hero-title {
  padding: 21% 0 0 12%;
  line-height: 1.3;
}

.hero-text {
  margin-top: 2%;
  line-height: 2;
  /*padding-left: 12%;*/
  margin-bottom: 6%;
}
.know-more {
  text-decoration: none;
  background-color: #14b54a;
  padding: 0.4em 0.6em;
  transition: 0.3s ease-in-out;
  width: fit-content;
}
.do-it {
  margin-left: 12%;
  text-decoration: none;
  background-color: #14b54a;
  padding: 0.4em 2.6em;
  transition: 0.3s ease-in-out;
}
.contact-us {
  margin-left: 46%;
  text-decoration: none;
  background-color: #14b54a;
  padding: 0.4em 1.2em;
  transition: 0.3s ease-in-out;
}

.join-now:hover,
.find-out:hover,
.know-more:hover,
.do-it:hover,
.contact-us:hover {
  background-color: #0d8435;
}
.find-out {
  text-decoration: none;
  background-color: #14b54a;
  padding: 0.4em 0.6em;
  transition: 0.3s ease-in-out;
  z-index: 100;
  position: relative;
}
.btn-swiper a {
  display: none;
}
.btn-swiper a.active {
  margin-top: 5%;
  display: block;
  width: 14%;
}
.about {
  position: relative;
}

.about-box-banner {
  width: 100%;
}

.about-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 1920px;
}

.about-section-img-banner {
  width: 87%;
  height: 100%;
  padding-left: 13.2%;
}

.hero-banner#about-banner {
   padding: 8.3% 0 0; 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.img-about {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-service {
  width: 100%;
  /*height: 100%;*/
}

.service-section-banner {
  width: 44%;
  height: 100%;
}

.title-about {
  margin-top: 2.9%;
}
.title-service {
  margin-top: 1.2%;
  line-height: 1.3;
}

.title-gap {
  margin-bottom: 1.2%;
}

.text-about {
  margin-top: 3.5%;
  width: 88%;
  line-height: 2;
  margin-bottom: 6%;
}
.text-service {
  margin-top: 3%;
  padding-left: 12%;
  line-height: 1.9;
  margin-bottom: 6.9%;
  width: 79%;
}
.text-service-2 {
  margin-top: 3%;
  line-height: 1.7;
  margin-bottom: 6.9%;
  width: 80%;
}
.text-service-home {
  margin-top: 3%;
  line-height: 1.9;
  margin-bottom: 6.9%;
  width: 90%;
}
.text-service-home-2 {
  margin-top: 3%;
  line-height: 1.9;
  margin-bottom: 6.9%;
  width: 100%;
}

.box-point {
  margin-top: -3%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 4%;
}

.box-point ul {
  list-style-type: none;
  padding: 0;
}

.box-point ul > li {
  display: flex;
  padding-bottom: 6%;
}

.box-point ul > li:before {
  content: "✓";
  margin-right: 0.5vw;
}

.box-point p {
  margin-bottom: 6.5%;
}
.box-point-2 {
  margin-top: -3%;
  display: grid;
  grid-template-columns: repeat(2, 44%);
  margin-bottom: 5%;
}
.box-point-2 p {
  margin-bottom: 6.5%;
}
.title-about-personalize {
  margin: 3% 0;
}
.title-service {
  margin-left: 12%;
}
.about-personalize {
  /*margin-top: 9.3%;*/
  margin-top: 5%;
}
.about-personalize-img {
  margin-top: 1.5%;
  gap: 1.6%;
  display: flex;
  justify-content: space-between;
}
.box-about-personalize {
  width: 32%;
  height: 100%;
}
.box-about-personalize img {
  width: 100%;
  height: 100%;
}
.box-about-personalize p {
  line-height: 1.9;
}

/* services */

.services {
  margin-top: -27%;
  padding: 32% 0 29%;
  position: relative;
}

.service-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 1920px;
}

.box-banner-service {
  width: 50%;
  height: 100%;
}

.img-slider {
  margin-top: -26%;
  width: 100%;
  overflow: hidden;
}
.box-img-slider {
  position: relative;
}

.img-quotes-dekstop {
  width: 100%;
}

.box-img-slider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99.5%;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0)
  );
  opacity: 0.8;
}

.text-quote {
  top: 33%;
  position: absolute;
  z-index: 100;
  width: 38%;
  left: 3%;
}
.text-desc-quotes {
  margin-top: 3%;
  margin-bottom: 8%;
  width: 98%;
}

/* insight */

.insight {
  margin-top: -16%;
  padding: 28.9% 0 15%;
  position: relative;
}

.insight-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 1920px;
}

.insight h3 {
  margin-top: 1.5%;
  margin-bottom: 1%;
}

.insight-content {
  margin-top: -21%;
  padding: 31% 0 32%;
  position: relative;
}

.insight-content-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 1920px;
}

.insight-content h3 {
  margin-top: 1%;
  font-weight: 400;
}
.content {
  margin: 0 auto;
  margin-top: -16%;
  overflow: hidden;
  position: relative;
  width: 90%;
}

.custom-nav {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: -1%;
  right: -1%;
  bottom: 55.5%;
  top: 34%;
}

.nav-prev-and-next {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: -1%;
  right: -1%;
  bottom: 55.5%;
  top: 37%;
}
.custom-nav button,
.nav-prev-and-next button {
  background: none;
  border: none;
  cursor: pointer;
  width: 5%;
}

.custom-nav button img,
.nav-prev-and-next img {
  width: 59.5%;
  height: auto;
  position: relative;
}

.custom-nav-quotes-about {
  z-index: 1;
  position: absolute;
  left: -1%;
  right: 17%;
  bottom: -7%;
}

.custom-nav-quotes-about button {
  background: none;
  border: none;
  cursor: pointer;
  width: 6%;
  position: relative;
}

.custom-nav-quotes-about button img {
  height: auto;
  width: 60%;
}
.custom-nav-quotes-about .next img {
  transform: rotate(180deg);
}

.img-front {
  opacity: 0;
  position: absolute;
  z-index: 1;
  transition: 0.1s ease-in-out;
}

.custom-nav-quotes-about button:hover {
  .img-front {
    opacity: 1;
  }
}
.custom-nav-quotes {
  z-index: 1;
  position: absolute;
  left: 2%;
  right: 17%;
  bottom: 7.5%;
}

.custom-nav-quotes button {
  background: none;
  border: none;
  cursor: pointer;
  width: 6%;
  position: relative;
}
#home-container {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.custom-nav-quotes button img {
  height: auto;
  width: 60%;
}
.custom-nav-quotes .next img {
  transform: rotate(180deg);
}

.img-front {
  opacity: 0;
  position: absolute;
  z-index: 1;
  transition: 0.1s ease-in-out;
}

.custom-nav-quotes button:hover {
  .img-front {
    opacity: 1;
  }
}

.custom-nav-about-banner {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0%;
  right: 14.5%;
  top: 37%;
}

.custom-nav-about-banner button {
  background: none;
  border: none;
  cursor: pointer;
  width: 5%;
}

.custom-nav-about-banner button img {
  width: 5.5%;
  height: auto;
  position: absolute;
  right: 0;
}

.custom-nav-about {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0%;
  right: 0.5%;
  bottom: -60%;
}

.custom-nav-about button {
  background: none;
  border: none;
  cursor: pointer;
  width: 5%;
}

.custom-nav-about button img {
  width: 3%;
  height: auto;
  position: absolute;
  right: 0;
}
.contetn-box img {
  width: 100%;
  margin-bottom: 12%;
}
.content-2 {
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: -32%;
  overflow: hidden;
  margin-bottom: 14.5%;
  width: 90%;
}
.content-box-2 {
  margin-bottom: 4%;
  padding: 2em;
  position: relative;
  line-height: 1.9;
  display: block;
  height: 17vw;
  max-height: 450px;
}
.content-box-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(149, 149, 149, 0.5);
  z-index: -1;
}

.call-to-action-about {
  padding: 13.5% 0 16%;
  background-size: cover;
  position: relative;
}
.call-to-action {
  margin-top: -3%;
  padding: 13.5% 0 13.8%;
  position: relative;
}

.cta-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 1920px;
}

.form-subscribe {
  width: 100%;
}
.cta {
  display: flex;
  justify-content: space-between;
}

.join-now {
  text-decoration: none;
  background-color: #14b54a;
  padding: 0.3em 2em;
  float: right;
  transition: 0.3s ease-in-out;
  outline: none;
  border: none;
  font-size: clamp(9px, 0.8vw, 17px);
}

.input-email {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 3px solid black;
  width: 46%;
  margin: -1% 0 5% 54%;
  background-color: transparent;
  padding-bottom: 2%;
  font-family: "Poppins", sans-serif;
  text-align: right;
  padding-top: 5%;
  font-size: clamp(9px, 0.8vw, 17px);
}

.input-email:focus {
  outline: none; 
}

/* contact page */

.contact-title {
  padding-left: 12.5%;
  width: 92%;
  line-height: 1;
}
.box-contact {
  padding: 25% 0 0;
  width: 50%;
}
.box-contact-form {
  padding: 25% 0 0 3%;
  width: 38%;
}
.box-contact-address {
  width: 50%;
}
.address-contact {
  margin-top: 4%;
  padding-left: 13%;
  display: flex;
}
.address-desc {
  padding-top: 5%;
  line-height: 1.8;
}
.footer,
.img-quotes,
.article-background,
.img-quotes-blog {
  width: 100%;
}
.box-sosmed {
  width: 4%;
}
.article-img {
  margin: 13% auto 4% auto;
  display: block;
  position: relative;
  width: 100%;          
  height: auto;         
  max-width: 100%;      
  aspect-ratio: 16/9;   
  object-fit: cover;    
  z-index: 0;
}

.title-artcile {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  position: relative;
}
.box-title-article {
  width: 80%;
}
.sosmed {
  display: flex;
  gap: 19%;
  width: 16%;
  position: absolute;
  right: 0;
}

.img-sosmed-1,
.img-sosmed-2,
.img-sosmed-3 {
  width: 14%;
}

.box-title-article h1 {
  margin-bottom: 1%;
}
.article-content {
  margin-top: 7%;
}
.article-content p,
.article-content ol {
  font-family: "Poppins", sans-serif;
}

.article-content p {
  line-height: 2;
}
.article-content ol {
  padding-left: 1%;
}

.border-article {
  margin-top: 7%;
  border-bottom: 3px solid #1e1e1e;
  margin-bottom: 5%;
}

.answer {
  margin-top: 2%;
  max-height: 0;
  overflow: hidden; 
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease 0.2s; 
}

.answer.show {
  margin-top: 2%;
  max-height: 1000px; 
  opacity: 1;
  transition: max-height 2s ease, opacity 0.5s ease; 
}

.swiper-pagination-about {
  position: absolute;
  text-align: left;
  bottom: -50%;
  right: 3.6%;
  width: 47%;
}
.swiper-pagination-about-slider {
  position: absolute;
  text-align: left;
  bottom: -76%;
  right: 3.6%;
  width: 47%;
  z-index: 1;
}
.custom-bullet-about {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #ffffff !important;
  margin: 0 10px !important;
  border-radius: 100px;
  opacity: 1;
  transition: 0.2s ease-in-out;
}

.swiper-pagination-bullet-active.custom-bullet-about {
  background-color: #14b54a !important;
}

.swiper-pagination-blog-article {
  position: absolute;
  width: 47% !important;
  margin: 0 auto;
  text-align: center;
  margin-left: 42%;
  bottom: 0;
}
.swiper-pagination-blog-article-white {
  position: absolute;
  width: 47% !important;
  margin: 0 auto;
  margin-left: auto;
  text-align: center;
  margin-left: 28%;
  bottom: -7% !important;
}
.custom-bullet-black {
  font-family: "Poppins", sans-serif;
  font-size: clamp(10px, 1vw, 20px);
  display: inline-block;
  background-color: transparent !important;
  margin: 0 16px !important;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.custom-bullet-white {
  font-family: "Poppins", sans-serif;
  font-size: clamp(10px, 1vw, 20px);
  display: inline-block;
  background-color: transparent !important;
  margin: 0 16px !important;
  opacity: 1;
  transition: 0.2s ease-in-out;
  color: white;
}
.swiper-pagination-bullet-active.custom-bullet-black {
  background-color: transparent !important;
  color: black;
  font-weight: 700;
}
.swiper-pagination-bullet-active.custom-bullet-white {
  background-color: transparent !important;
  color: white;
  font-weight: 700;
}
.email-text {
  text-align: right;
}

/*Footer*/
footer {
  padding: 8.5% 0% 7%;
  position: relative;
}

.footer-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 1920px;
}

.footer-box {
  display: flex;
  justify-content: space-between;
}

.footer-title {
  font-size: clamp(40px, 3.9vw, 75px);
}

.sub-title-footer {
  margin-bottom: 13%;
  margin-top: 2%;
}
.footer-left-content {
  width: 50%;
}
.footer-right-content {
  width: 37%;
}
.social-media-footer {
  margin-bottom: 3%;
}

.social-media-icon {
  display: flex;
  gap: 6.5%;
  width: 100%;
}

.social-media-icon-image {
  width: 100%;
}

.footer-right-upper-content {
  display: flex;
  margin-bottom: 11%;
  justify-content: space-between;
  margin-top: 5%;
}

.footer-right-bottom-content {
  display: flex;
  gap: 5%;
  width: 100%;
  float: right;
}
.address-footer {
  width: 35%;
  margin-left: 7%;
}
.email-footer {
  width: 35%;
}
.address-text {
  margin-top: 14%;
}
.footer-right-upper-title {
  margin-bottom: 12%;
}

.menu-footer a {
  margin-top: 5%;
  text-decoration: none;
  margin-bottom: 12%;
}

.nav-footer {
  margin-top: 30%;
  display: grid;
}

.footer__logo {
  height: clamp(57px, 6.27vw, 100px);
  width: fit-content;
  object-fit: contain;
}

.button-link {
  display: flex;
  width: 100%;
  gap: 3%;
}
@media (min-width: 640px) and (max-width: 1024px) {
  .header-container.fixed {
    position: sticky;
    top: 0px;
    z-index: 999;
  }
  /* typography */
  h1,
  .footer-title {
    font-size: clamp(28px, 4.3vw, 45px);
  }
  h2 {
    font-size: clamp(23px, 3.7vw, 38px);
  }
  .sub-title {
    font-size: clamp(17px, 2.7vw, 28px);
  }
  .title-banner-about {
    font-size: clamp(13px, 2vw, 21px);
  }
  .title-section {
    font-size: clamp(10px, 1.5vw, 16px);
  }
  .navigation li a,
  .title-news,
  .title-small-news {
    font-size: clamp(8px, 1.2vw, 13px);
  }
  body,
  .join-now,
  .input-email,
  .about-section-4-box,
  .input-textarea,
  .section-2-button-link-contact,
  .input-text {
    font-size: clamp(6px, 1vw, 11px);
  }
  .email-footer img{
      width: 100%;
  }
  .social-media-icon-image {
    width: 50%;
  }

  .social-media-icon {
    gap: 2%;
  }
  .box-sosmed {
    width: 9%;
  }
  .hero-title {
    padding: 23% 0 0 6%;
    line-height: 1.123;
  }
  .hero-text {
    margin-top: 3%;
    line-height: 1.5;
    width: 75%;
    margin-bottom: 5%;
  }

  .know-more {
    margin-left: 0;
    padding: 0.4em 0.8em;
    /*width: 17%;*/
  }

  .space-br {
    display: none;
  }

  .do-it {
    margin-left: 6%;
    padding: 0.4em 0.8em;
  }
  .img-about {
    /*padding-left: 6%;*/
    width: 100%;
  }
  .about {
    padding: 0% 2.4%;
  }

  .text-about {
    width: 95%;
    margin-bottom: 9%;
  }
  .find-out {
    padding: 0.8em 1em;
  }
  .about-personalize {
    margin-top: 12.3%;
  }
  .about-personalize-img {
    margin-top: 3%;
  }
  .services {
    padding: 35% 2% 29%;
  }
  .text-quote {
    bottom: 30%;
    position: absolute;
    z-index: 100;
    width: 49.5%;
    left: 4%;
  }
  .img-slider {
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: -22%;
  }

  .insight-bg {
    top: 6%;
    height: 90%;
  }


  .custom-nav-quotes {
    z-index: 1;
    position: absolute;
    left: 4.8%;
    right: 30%;
    bottom: 10%;
  }
  .custom-nav-quotes-about {
    left: -1.5%;
  }
  .custom-nav-quotes button,
  .custom-nav-quotes-about button {
    width: 8%;
  }
  .custom-nav-quotes button img,
  .custom-nav-quotes-about button img {
    height: auto;
    width: 57%;
  }
  .insight {
    margin-top: -21%;
    padding: 31.9% 2% 17%;
  }
  .custom-nav {
    left: 0%;
    right: 0%;
    top: 29%;
    bottom: 54.5%;
  }
  .custom-nav button {
    width: 5%;
  }
  .content {
    margin-top: -18%;
    width: 85%;
  }
  .content-2 {
    margin-top: -37%;
    width: 85%;
  }
  .content-box-2 {
    padding: 1.5em;
    height: 21vw;
  }
  .insight-content {
    padding: 31% 0 36%;
  }

  .call-to-action {
    margin-top: -3.2%;
    padding: 11% 2%;
  }
  .swiper-pagination-about {
    bottom: -63%;
  }
  .custom-nav-about {
    bottom: -46%;
  }
  .custom-bullet-about {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
  }
  .about-button-section-1 {
    margin-top: 5%;
    margin-left: -6.5%;
  }
  .custom-nav-blog button img,
  .custom-nav-news button img {
    width: 68%;
  }

  .content-about-banner {
    padding: 10% 0% 10% 11%;
    bottom: 7%;
  }
  .text-service {
    width: 89%;
  }
  .input-email {
    border-bottom: 1.5px solid black;
  }
  .box-dropdown-blog {
    width: 35%;
    margin-top: 1%;
  }
  .dropdown-blog {
    display: flex;
    width: 26%;
    float: right;
    margin-bottom: 3.5%;
  }
  .box-dropdown-blog-2 img {
    margin-top: 5%;
  }
  .title-blog {
    margin: 2% 0;
    height: 3.5vw;
    max-height: 250px;
  }
  .news-content {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    gap: 15px;
  }
  .box-blog-content {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 15px;
  }
}
@media (max-width: 640px) {
    .img-quotes-mobile {
        aspect-ratio: 16/9;
        object-fit: cover;
    }
  .custom-nav-about-banner {
    display: none;
  }
  .about-background {
    height: fit-content;
  }
  .header-container {
    width: 100%;
    position: relative;
    margin-top: 0;
  }
  .header-container.fixed {
    position: sticky;
    top: 0px;
    z-index: 999;
  }
  .space-br {
    display: none;
  }

  .service-section-banner {
    width: 100%;
  }

  .hero-banner-home {
    flex-direction: column-reverse;
    width: 84%;
    height: 100%;
    margin: 0 auto;
    align-items: end;
  }
  .container#home-container {
    width: 100%;
    display: block;
  }

  .hero-box-banner {
    width: 100%;
    height: fit-content;
    padding-bottom: 20%;
  }

  .hero-box-banner > p {
    width: 90%;
  }


  .border-article {
    margin-top: 7%;
    border-bottom: 1px solid #1e1e1e;
    margin-bottom: 15%;
  }
  .contact-us {
    margin-left: 1.5%;
  }
  .box-sosmed {
    width: 39%;
  }

  header {
    background-color: white;
    padding: 2.4% 3.5%;
    position: relative;
    z-index: 999;
    align-items: center;
  }
  .navigation li {
    padding: 1.5em 0;
    list-style-type: none;
    justify-content: end;
  }
  .sosmed {
    gap: 17%;
    width: 45%;
    position: relative;
    left: 0;
  }
  .article-background {
    padding: 0% 0 0;
    margin-bottom: 5%;
    background-size: contain;
    position: relative;
    height: auto;
  }
  .article-img {
    position: relative;
    width: 84%;
    top: 0;
    z-index: -1;
    margin-bottom: 8%;
    object-fit: cover;
    object-position: 44%;
  }
  .contetn-box img {
    width: 100%;
    margin-bottom: 4%;
  }
  .insight-content h3 {
    font-weight: 400;
    width: 83%;
    text-align: center;
    margin: 0 auto;
    margin-top: 1%;
  }

  .do-it,
  .find-out,
  .know-more {
    padding: 0.6em 1.2em;
  }
  .join-now {
    padding: 0.6em 1.8em;
  }

  .title-first-content {
    margin-top: 4.3%;
    margin-bottom: -9%;
  }
  .about-personalize-img-mobile {
    margin-top: 7%;
    position: absolute;
  }
  /* display: none */
  .img-quotes-dekstop,
  .nav-prev-and-next img,
  .custom-single-blog,
  .email-footer,
  .img-quotes-blog,
  .text-quote,
  .hero-blog,
  .about-section-2-second-contents,
  .about-section-2-right-contents,
  .custom-nav-quotes,
  .custom-nav-quotes-about,
  .content,
  .custom-nav-about,
  .custom-nav,
  .content-2,
  .about-personalize-img {
    display: none;
  }
  /* display: block */
  .img-quotes-mobile,
  .img-quotes-blog-mobile,
  .hero-banner-home-mobile,
  .banner-about-mmobile,
  .footer-mobile,
  .swiper-pagination-about-mobile {
    display: block;
  }
  .swiper-pagination-blog-mobile {
    display: block;
    width: 56% !important;
    margin: 0 auto;
    position: absolute;
    bottom: 10% !important;
    z-index: 1;
    right: 0;
    left: auto !important;
  }

  .swiper-mobile-pagination {
    margin-top: 6%;
    position: relative;
    z-index: 1;
    text-align: center;
    opacity: 1 !important;
    margin-left: 0%;
  }
  /* flex-direction: column-reverse */

  .title-artcile,
  .hero-banner-2,
  .hero-banner {
    flex-direction: column-reverse;
    gap: 30px;
  }
  /* flex-direction: column */

  .footer-box,
  .cta,
  .about-section-3,
  .address-contact,
  .contact-banner,
  .about-section-4 {
    flex-direction: column;
    z-index: 1;
    position: relative;
  }
  .about-box {
    flex-direction: column;
    gap: 30px;
    z-index: 1;
    position: relative;
  }

  .swiper-news,
  .img-quotes-mobile,
  .box-title-article,
  .footer-left-content,
  .footer-right-content,
  .about-section-1-images img,
  .img-mobile-swiper,
  .cta-box,
  .title-first-content,
  .img-quotes-blog-mobile,
  .footer-mobile,
  .box-contact-form,
  .box-contact,
  .about-section-2-left-contents,
  .box-banner,
  .text-about,
  .about-section-4-left-contents,
  .box-about-personalize,
  .img-about,
  .text-service-2,
  .text-quote,
  .about-section-1-images {
    width: 100%;
  }

  /* typography */
  h1 {
    font-size: clamp(40px, 11.1vw, 71px);
  }
  h2 {
    font-size: clamp(34px, 9.4vw, 65px);
  }
  .footer-title {
    font-size: clamp(30px, 8.3vw, 53px);
  }
  .title-banner-about {
    font-size: clamp(26px, 7.2vw, 42px);
  }
  .navigation li a,
  .sub-title {
    font-size: clamp(20px, 5.5vw, 35px);
  }
  .title-section {
    font-size: clamp(15px, 4.1vw, 26px);
  }
  .title-news,
  .header-bottom-text,
  .title-small-news,
  .title-small-news-mobile {
    font-size: clamp(12px, 3.3vw, 21px);
  }
  .input-email,
  .join-now,
  .about-section-4-box,
  .section-2-button-link-contact,
  .input-textarea,
  .input-text,
  .custom-bullet-white,
  .custom-bullet,
  .custom-bullet-black {
    font-size: clamp(10px, 2.7vw, 17px);
  }
  body {
    font-size: clamp(10px, 2.7vw, 17px);
    background: white;
  }

  .join-now,
  .email-text {
    text-align: left;
    float: left;
  }

  .address-contact,
  .contact-title,
  .img-about,
  .text-service-home,
  .text-service-home-2,
  .text-service,
  .hero-title,
  .hero-text {
    padding-left: 0;
  }
  .do-it,
  .title-service,
  .know-more,
  .about-section-1-right-contents,
  .about-section-1-images,
  .about-button-section-1 {
    margin-left: 0;
  }
  .text-about {
    margin-bottom: 8.9%;
  }
  .about-personalize {
    margin-top: 18%;
    margin-bottom: 0;
  }
  .home-background {
    padding: 0% 0 0;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 81vh;
    object-fit: cover;
  }
  .hero-banner-home-mobile {
    background-image: url("/wp-content/themes/lifecoach/assets/mobile/background-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    z-index: -1;
    position: relative;
  }
  .about-background {
    padding: 0;
  }
  .hero-title {
    padding-top: 17%;
  }
  .hero-banner-img {
    padding-top: 5%;
    width: 92%;
    margin-bottom: 0.2%;
  }
  .blog-background {
    padding: 0% 0 0;
    margin: 0 0 0 0;
    background-image: none;
  }
  .about {
    padding: 13% 0 34%;
    position: relative;
  }

  .about-box-banner {
    width: 100%;
  }

  .about-section-img-banner {
    width: 100%;
    height: 100%;
    padding-left: 0;
  }

  .hero-banner#about-banner {
    /*grid-template-columns: repeat(1, 1fr);*/
    display: flex;
  }

  .hero-banner > div:last-child {
    order: 1;
  }

  .about-bg {
    top: 0%;
    height: 108%;
    opacity: 1;
  }

  .swiper-banner-mobile,
  .about-section-2-second-contents-mobile,
  .about-personalize-img-mobile,
  .content-mobile,
  .content-2-mobile {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .about-section-2-second-contents-mobile {
    padding-bottom: 2%;
    margin-top: -15px;
  }
  .custom-bullet-about {
    width: 7px;
    height: 7px;
    margin: 0 5px !important;
  }

  .swiper-pagination-bullet.custom-bullet-about-banner {
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #ffffff !important;
    margin: 0 5px !important;
    border-radius: 100px;
    opacity: 1;
    transition: 0.2s ease-in-out;
  }

  .swiper-pagination-bullet-active.custom-bullet-about-banner {
    background-color: #14b54a !important;
  }

  .about-section-4-right-contents-mobile {
    width: 109%;
    display: block;
    overflow: hidden;
  }
  .box-contact-form {
    padding-left: 0;
  }
  .btn-mobile {
    width: 9%;
    display: block;
  }
  .logo img,
  .btn-mobile img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .logo {
    width: 55%;
  }

  .services {
    margin-top: -21%;
    padding: 127% 0 35%;
  }

  .box-banner-service {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
  }

  .service-bg {
  }

  .img-service {
    margin-top: 17%;
  }
  .img-slider {
    margin-top: -27%;
    width: 100%;
    overflow: hidden;
  }
  .insight {
    padding: 28.9% 0 78%;
  }

  .insight-bg {
    margin-top: -46.1%;
    height: 115%;
  }
  .text-quote-mobile {
    display: block;
    margin-top: 4%;
    padding-bottom: 5%;
  }
  .content-mobile {
    margin-top: -75%;
  }
  .insight-content {
    margin-top: -59%;
    padding: 66.9% 0 103%;
    position: relative;
  }
  .insight-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99.5%;
  }

  .insight-content-bg {
    margin-top: -20%;
  }

  .content-2-mobile {
    margin-top: -101.2%;
  }
  .address-contact {
    margin-top: 9%;
  }
  .box-point,
  .box-point-2 {
    margin-left: 0;
    grid-template-columns: repeat(1, 100%);
  }
  .box-point p,
  .box-point-2 p {
    margin-bottom: 2%;
  }
  .text-service,
  .text-service-home,
  .text-service-home-2 {
    padding-left: 0;
    width: 100%;
  }
  .box-img-slider::before {
    height: 100%;
  }
  .input-email {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1.5px solid black;
    width: 66%;
    margin: 0% 0 8%;
    background-color: transparent;
    padding-bottom: 4%;
    text-align: left;
  }
  .call-to-action {
    margin-top: -10%;
    padding: 34% 0 16%;
  }

  .call-to-action-about {
    padding: 13% 0;
    background-size: cover;
  }

  .cta-bg {
    top: 19%;
    height: 80%;
  }

  .email-footer-mobile {
display: flex;
    justify-content: end;
    width: 40%;
    flex-direction: column;
    float: right;
  }
  .email-footer-mobile img{
      width: 100%;
  }
  
  .address-footer {
    width: 40%;
  }
  footer {
    padding: 15% 0% 14%;
  }
  .social-media-icon {
    display: flex;
    gap: 6%;
    width: 40%;
  }
  .social-media-icon-image {
    width: 53%;
  }
  .sub-title-footer {
    margin-bottom: 5%;
    margin-top: 4.5%;
  }
  .footer-right-upper-content {
    margin-top: 2%;
    margin-bottom: -6%;
  }
  .nav-footer {
    margin-top: 8%;
    display: grid;
  }
  .address-text {
    margin-top: -8%;
  }
  .footer-right-upper-title {
    margin-bottom: 8%;
  }
  .footer-right-bottom-content {
    gap: 0%;
    justify-content: space-between;
    margin-top: 16%;
  }
  .navigation {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: white;
    opacity: 0;
    text-align: center;
    transform: translateY(-100%);
    transition: 0.3s ease-in-out;
    flex-direction: column;
    overflow: hidden;
    top: 0px;
    left: 0px;
    padding-top: 0;
  }
  .navigation > ul {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .navigation.show {
    opacity: 1;
    transform: translateY(0%);
  }
  .input-text {
    width: 100%;
    padding: 2% 0 5.5%;

    border-bottom: 1px solid #f1f4f6;
  }
  .sosmed-mobile {
    display: flex;
    width: 56%;
    justify-content: center;
    padding: 3% 0;
  }
  .header-privacy {
    display: flex;
    justify-content: space-between;
    width: 92%;
    margin: 0 auto;
  }
  .img-sosmed-1-mobile {
    width: 47%;
  }
  .img-sosmed-2-mobile {
    width: 47%;
  }
  .img-sosmed-3-mobile {
    width: 47%;
  }
  .header-bottom {
    display: flex;
    padding-bottom: 10%;
    flex-direction: column;
    align-items: center;
  }
  .line-mobile {
    border-bottom: 1px solid #707070;
    width: 94%;
    margin: 0 auto;
  }
.content-box-2 {
  padding: 2em;
  position: relative;
  line-height: 1.9;
  display: block;
  height: 45vw;
  max-height: 458px;
}
}
