@media screen and (max-width: 1024px) {

  /*Hero Section*/

  .hero-content{
 width: 80%;
 margin-top: -100px;
  }
  .hero-text h1 {
 font-size: 2.2rem;
 width: 400px;
 margin-bottom: 1.5rem;
 text-align: left;
  }

  .hero-text p {
 font-size: 1.2rem;
 margin-bottom: 2.5rem;
 text-align: justify;
  }

  /*Temukan Klien*/
  .client-content{
 width: 80%;
  }
  .client-left h2{
 width: 400;
 font-size: 2.5rem;
  }

  .client-left p{
 font-size: 1.2rem;
 width: 440px;
  }

  .client-stats{
 display: flex;
 flex-wrap: wrap;
 gap: 30px;
 width: 430px;
  }
  .stat-box{
 width: 200px;
  }

.stat-box h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #ffffff;
 }
 .stat-box p{
font-size: 0.9rem;
width: 220px;
margin-bottom: 10px;
 }

.client-right {
  flex: 1;
  text-align: left;
}

.client-right img {
  max-width: 130%;
  height: auto;
  object-fit: contain;
  margin-left: -100px;
  transition: all 0.3s ease;
}

  /*masalah section*/
  .masalah{
 width: 90%;
  }
.masalah-body {
  padding: 0.9rem;
  text-align: justify;

}
.section-title {
 margin-top: 1rem;
 font-size: 2.5rem;
 margin-bottom: 1rem;
}
.masalah-card .masalah-header {
 font-size: 1.2rem;
}
.item p {
 font-size: 1rem;
}
  .masalah-card{
 width: 70%;
  }
  .item img{
 width: 30px;
  }


  /* Solusi Section*/
  .solusi-layered-section {
 width: 90%;
  }
  .solusi-layered-container {
 padding: 0 3rem;
 gap: 2rem;
 margin-top: 8rem;
  }

  .left-phone img {
 width: 100%;
 height: auto;
  }

.right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  margin-left: 20px;
}

  .title-heading {
 font-size: 2rem;
  }

  .title-feature {
 gap: 1.2rem;
  }

  .title-feature img {
 width: 35px;
 height: 35px;
  }

  .title-feature p {
 font-size: 1rem;
  }

  .title-dots {
 margin-top: 2rem;
  }


/*layanan section*/
.layanan-section {
  padding: 3rem;
  background-color: #fff;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
  .layanan-container{
 gap: 1rem;
 width: 100%;
}
.layanan-header h2{
  font-size: 2.5rem;
}


  /*keahlian section*/
.keahlian-wrapper{
 height: auto;
  }
.keahlian-wrapper .container {
 flex-wrap: wrap;
 justify-content: center;
 gap: 40px;
}

.keahlian-wrapper .skills{
 flex: 1 1 50%;
 max-width: 40%;
}

.keahlian-wrapper .skills h2{
 font-size: 3rem;
}
.keahlian-wrapper .subtitle {
 text-align: left;
 width: 400px;
}
.keahlian-wrapper .skill-bar .icon img {
 width: 30px;
 height: 30px;
}

.keahlian-wrapper .skill-bar {
 display: flex;
 margin-bottom: 30px;
 gap: 10px;
 flex-wrap: wrap;
}

.keahlian-wrapper .bar-box .bar {
 width: 100%;
 max-width: 400px;
 height: 10px;
}

.keahlian-wrapper .card {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-left: -50px;
  margin-right: 100px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  height: 60px;
  width: 250px;
}

.keahlian-wrapper .card .icon-btn {
  background: rgba(143, 162, 255, 1);
  border: none;
  color: white;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  margin-right: 15px;
  margin-left: 0px;
  cursor: pointer;
}


.keahlian-wrapper .card p {
  margin: 0;
  color: #858585;
  font-size: 1rem;
  font-weight: 300;
  text-align: justify;
  width: 300px; 
}

.keahlian-wrapper .form-card .card {
  position: relative;
  background: white;
  margin: 0 20px 15px 20px;
  margin-left: -75px;
  margin-right: 30;
  padding: 10px 20px 10px 60px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  min-height: 75px;
  width: 420px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.keahlian-wrapper .form-card {
  margin: 0 auto;
  max-width: 400px;
  height: 500px;
  padding: 50px 25px;
  margin-right: 10px;
}
.keahlian-wrapper .form-card h3 {
  text-align: center;
  font-size: 1.7rem;
  margin: -25px auto 25px auto;
}
.keahlian-content-left {
    max-width: 350px;
    margin-left: 0px;
}
.keahlian-content-left .skill-item .label, .keahlian-content-left .selengkapnya {
    font-size: 1.2rem;
}
.keahlian-content-left .skill-item .icon img {
    width: 40px;
    height: 40px;
}






/*Project Section*/
.project-card{
  display: none;
  flex-shrink: 0;
  margin-top: 30px;
  opacity: 0;
  transform: scale(1);
  transition: 
 transform 0.3s ease,
 opacity 0.3s ease,
 box-shadow 0.3s ease,
 margin-top 0.3s ease;
}
.project-card.active {
  display: flex;
  transform: scale(1.05);
  opacity: 1;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
  .carousel-btn.prev {
 left: 10px;
  }
  .carousel-btn.next {
 right: 10px;
  }


  /* Partner Section*/
  .partner-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}

.partner-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: 220px;
  height: auto;
  padding: 50px;
  transition: transform 0.3s;
}

.partner-card:hover {
  transform: translateY(-5px);
}

.partner-section .subtitle {
 color: #777;
 margin-bottom: 40px;
 font-size: 1.2rem;
}

.partner-logo img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner-card:hover .partner-logo img {
  transform: scale(1.05);
} 


/*testimoni section*/
.testimonial-card {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  padding: 40px 30px;
  max-width: 620px;
  width: 100%;
  box-shadow: 0 6px 20px rgba(109, 109, 109, 0.1);
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: visible;
  height: 250px;

}

/* Text testimoni di kiri */
.testimonial-text {
  font-size: 1.2rem;
  color: #6b6b6b;
  flex: 1;
  z-index: 1;
  position: relative;
  max-width: 70%;
  margin-left: 30px;
  margin-top: 50px;
  text-align: justify;
  
}

/* Logo & Nama berada di kanan, agak keluar */
 .client-info-outside {
 position: absolute;
 margin-right:80px;
 top: 40px;
 width: 200px;
 background: rgb(133, 133, 133);
 padding: 15px;
 /* border-radius: 8px; */
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
 display: flex;
 flex-direction: column;
 align-items: center;
 z-index: 2;
 border-radius: 20px;
 transition: all 0.3s ease;
}

/* Logo */
.client-logo {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}


/* Nama Klien */
.client-name {
  font-size: 12px;
  color: white;
  text-align: center;
  line-height: 1.4;
}

.client-name span{
 font-size: 10px;
}
/* Slider dot */
.slider-nav {
  margin-top: 40px;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
}

.dot.active {
  background-color: #002f6c;
}


/*.join-section*/
.join-section {
  background-color: #101c49;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 100px auto;
  max-width: 900px;
}

.join-logo{
  margin-left: 10px;
  margin-top: 10px;
}

.join-left h2 {
  margin-left: 30px;
  font-size: 2rem;
}
.join-left p{
  margin-left: 30px;
  font-size: 1.2rem;
}
.app-buttonss {
 margin-top: 1rem;
 display: flex;
 flex-wrap: wrap;
 gap: 1rem;
 margin-bottom: 1rem;
}
.app-buttonGP {
 margin-left: 30px;
}
.join-right img{
  width: 374px;
  height: 310px;
  margin-bottom: -30px;
}

.social-links{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 60px;
}

.socials-links svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  opacity: 0.7;
  transition: 0.3s;
}
}



@media screen and (max-width: 768px) {

/*Hero Section*/
.hero {
  background: linear-gradient(90deg, #101241 0%, #1d2167 100%);
  width: 100%;
  padding: 0rem;
  color: white;
  overflow: hidden;
  position: relative;
}
.hero-text h1 {
 font-size: 1.7rem;
 width: 300px;
 margin-bottom: 1.5rem;
 text-align: left;
}

  .hero-text p {
 font-size: 1rem;
 margin-bottom: 2.5rem;
 text-align: justify;
  }

 /*Temukan Klien*/
 .client-section {
 padding: 3rem 0 ;
}
  .client-content{
 margin-top: -80px;
 margin-bottom: -70px;
  }
  .client-left h2 {
 margin-top: 0px;
 font-size: 1.7rem;
 width: 100%;
 margin-bottom: 0.5rem;
 width: 300px;
  }

  .client-left p {
 font-size: 1rem;
 margin-bottom: 2rem;
 text-align: justify;
 width: 330px;
  }

.client-stats {
 display: flex;
 flex-wrap: wrap;
 gap: 15px;
 justify-content: flex-start;
 width: 350px;
}

.stat-box{
width: 150px;
}
.stat-box h3 {
  font-size: 1rem;
  font-weight: bold;
  width: 150px;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.stat-box p {
  font-size: 0.7rem;
  color: #e0e0e0;
 width: 170px;
 margin-bottom: 5px;
}


.client-right {
 flex: 1;
 text-align: right;
 margin-bottom: 0; 
}


/*masalah section*/
.item{
    gap: 0.2rem;
}
.section-title{
  font-size: 2rem;
  margin-bottom: 10px;
}
.masalah-card .masalah-header{
  font-size: 1rem;
}
  .masalah{
 max-width: 780px;
 width: 100%;
  }
.masalah-body {
  padding: 0.8rem;
  text-align: justify;
}
.section-title {
 margin-top: 1rem;
 font-size: 1.7rem;
 margin-bottom: 1rem;
}
.sectione-line {
 margin: 0 auto 4rem;
}
.masalah-card .masalah-header {
 font-size: 0.9rem;
}
.item p {
 font-size: 1rem;
}
  .masalah-card{
 width: 70%;
  }
  .item img{
 width: 25px;
 height: 25px;
  }
  .item p{
 font-size: 0.7rem;
  }


.solution-slide h2{
 font-size: 1.7rem;
}
.solution-slide p {
 font-size: 1rem;
}

 /* Section Layanan Kami */
.layanan-section {
 padding: 1rem;
 background-color: #fff;
 align-items: center;
 width: 100%;
 max-width: 768px;
 margin: 0 auto;
}
.layanan-header h2{
  margin-top: 60px;
  font-size: 2rem;
}
.layanan-header p {
 font-size: 1rem;
 color: #777;
 max-width: 600px;
 text-align: center;
 margin: 0 auto;
 margin-bottom: 50px;
}
  .layanan-container{
 gap: 0.2rem;
 margin: 0px;
 max-width: 100%;
}


/* Kiri & Kanan */
.layanan-column {
  flex: 1;
  width: 100%;
  padding: 20px 20px;
}

.layanan-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
  text-align: left;
}

.layanan-item img {
  width: 35px;
  height: 35px;
  margin-left: 0px;
}

.layanan-item h4 {
  margin-top: -10px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.layanan-item p {
  font-size: 0.9rem; 
  color: #444;
  margin-top: 0.2rem;
  max-width: 100%;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Gambar Tengah */

.layanan-image img {
  width: 100%;
  height: auto;
  margin-top: 0px;
}

 /* Project Section */


 /* Partner Section */
 .partner-section h2{
font-size: 1.7rem;
 }
  .partner-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 80px;
}
.partner-section .subtitle {
 color: #777;
 margin-bottom: 40px;
 font-size: 1rem;
}
.partner-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: 180px;
  height: 155px;
  padding: 20px;
  transition: transform 0.3s;
}

.partner-card:hover {
  transform: translateY(-5px);
}

.partner-link{
  font-size: 10px;
}
.partner-logo img {
  width: 65%;
  max-height: 80px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner-card:hover .partner-logo img {
  transform: scale(1.05);
} 



/* Testimonial Section */
.client-info-outside {
  position: absolute;
  top: 35px;
  width: 150px;
  margin-right: 70px;
  background: rgb(133, 133, 133);
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  border-radius: 20px;
  transition: all 0.3s ease;
}

/* Text testimoni di kiri */
.ulasan-klien h2{
  font-size: 1.7rem;
}
.testimonial-text {
  font-size: 1rem;
  color: #6b6b6b;
  flex: 1;
  z-index: 1;
  position: relative;
  max-width: 70%;
  margin-left: 30px;
  margin-top: 20px;
  text-align: justify;
}
.testimonial-card{
  background: rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  padding: 40px 30px;
  width: 75%;
  box-shadow: 0 6px 20px rgba(109, 109, 109, 0.1);
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: visible;
height: 200px;
}

/* Logo & Nama berada di kanan, agak keluar */
 .client-info-outside {
 position: absolute;
 top: 40px;
 width: 150px;
 margin-right: 60px;
 background: rgb(133, 133, 133);
 padding: 15px;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
 display: flex;
 flex-direction: column;
 align-items: center;
 z-index: 2;
 border-radius: 20px;
 transition: all 0.3s ease;
}

/* Logo */
.client-logo {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}


/* Nama Klien */
.client-name {
  font-size: 10px;
  color: white;
  text-align: center;
  line-height: 1.4;
}

.client-name span{
 font-size: 8px;
}

/*.join-section*/
.join-section {
  background-color: #101c49;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 100px auto;
  max-width: 680px;
}

.join-logo{
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100px;
}
.socials-links {
 margin-top: 0px;
}

.join-left h2 {
  margin-left: 15px;
  font-size: 1.1rem;
}
.join-left p{
  margin-left: 15px;
  font-size: 0.8rem;
}
.app-buttonGP {
 margin-left: 15px;
 font-size: 0.5rem;
}
.app-buttonAP{
  font-size: 0.5rem;
}
.join-right img{
  width: 354px;
  height: auto;
  margin-bottom: -20px;
}

.social-links{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
}



/*keahlian section*/
.form-card {
  width: 95%;
  height: auto;
  text-align: center;
}
.keahlian-wrapper .container {
 flex-wrap: nowrap;
 justify-content: center;
 gap: 40px;
}

.keahlian-wrapper .skills{
 flex: 1 1 20%;
 max-width: 100%;
 margin-right: 40px;
 margin-top: 20px;
 width: 300px;
}

.keahlian-content-left {
  max-width: 200px;
  margin-left: 0px;
}
.keahlian-wrapper .form-card {
  margin: 0 auto;
  max-width: 330px;
  height: auto;
  padding: 50px 25px;
  margin-right: 10px;
}
.keahlian-wrapper .form-card h3 {
  text-align: center;
  font-size: 1.5rem;
  margin: -25px auto 25px auto;
}

.keahlian-wrapper .skills h2{
 font-size: 1.2rem;
 text-align: left;
}
.keahlian-wrapper .form-card .card p {
  font-size: 0.8rem;
}
.keahlian-wrapper .subtitle {
 text-align: left;
 margin-left: 0;
 font-size: 0.8rem;
 width: 200px;
}
.keahlian-wrapper .skill-bar .icon img {
 width: 30px;
 height: 30px;
}

.keahlian-wrapper .form-card .card{
  position: relative;
  background: white;
  margin: 0 20px 15px 20px;
  margin-left: -75px;
  margin-right: 30;
  padding: 10px 20px 10px 60px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  min-height: 0px;
  width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.keahlian-wrapper .skill-bar {
 display: flex;
 margin-bottom: 30px;
 gap: 10px;
 flex-wrap: wrap;
}

.keahlian-wrapper .bar-box .bar {
 width: 100%;
 max-width: 600px;
 height: 10px;
}
.keahlian-wrapper .bar-box .label {
 font-weight: bold;
 font-size: 0.7rem;
 margin-bottom: 6px;
 color: white;
}
.keahlian-wrapper .bar-box .percent{
  font-size: 10px;
}
.keahlian-wrapper .selengkapnya {
 display: inline-block;
 margin-top: 0px;
 color: #00bfff;
 font-size: 0.8rem;
 text-decoration: none;
 font-weight: 400;
}

.keahlian-header h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.keahlian-header .subtitle,
.keahlian-content-left .skill-item .label,
.keahlian-content-left .selengkapnya {
    font-size: 1rem;
}



/*Project Section*/
.project-grid-section{
 padding: 10px 0;
 background-color: #f5f5f5;
 color: #000;
 text-align: center;
 position: relative;
}
.project-grid-section h2{
  font-size: 2rem;
  margin-bottom: 10px;
}
.project-subtitle {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.card-header p {
 font-size: 0.8rem;
 line-height: 1.5;
 text-align: center;
}
.carousel-dots{
 display: flex;
 justify-content: center;
 margin-top: 20px;
 margin-bottom: 20px;
 gap: 10px;
}
.carousel-dot {
 width: 6px;
 height: 6px;
 border-radius: 50%;
 background-color: #ccc;
 cursor: pointer;
 transition: background-color 0.3s;
}
}


@media screen and (max-width: 580px) {
/*Hero Section*/
.hero-content{
 height: auto;
}
.hero-container{
    height: 300px;
}
.hero-content {
 flex-direction: column;
 align-items: center;
 text-align: center;
 margin-top: -70px;
 margin-left: 40px;
 padding: 0 1rem;
}
.hero-image-slide {
    align-items: center;
    display: none;
}
 .hero-text-column {
    height: auto;
    margin-left: 20px;
  }
.client-left{
 width: 90%;
 margin-right: 50px;
}
.hero-text-slide h1 {
  font-size: 1.2rem;
  width: 350px;
}
  .hero-text-slide p {
    font-size: 0.8rem;
    width: 370px;
  }

.hero-text p {
 font-size: 0.8rem;
 width: 100%;
 text-align: justify;
 margin-bottom: 2rem;
 line-height: 1.5;
}

.hero-buttons {
 justify-content: center;
 flex-wrap: wrap;
}

.btn {
 font-size: 0.9rem;
 padding: 0.6rem 1.2rem;
 border-radius: 25px;
 width: 432px;
 margin-bottom: 10px;
}

.hero-image {
 width: 100%;
 text-align: center;
}
.hero-image img {
 width: 432px;
 height: auto;
 margin-top: 1rem;
 margin-right: 10px;
 margin-bottom: 1rem;
}

.page-nav {
 margin-top: 0.5rem;
 text-align: center;
}

.page-nav button {
 font-size: 0.9rem;
 margin: 0 4px;
}
.section-line {
 width: 150px;
 height: 4px;
 background-color: #ddd;
 margin: 0 auto 0px;
 border-radius: 10px;
}

/*Temukan Klien*/
.client-content {
 flex-direction: column;
 align-items: center;
 width: 50%;
 margin-right: 40px;
 margin-top: -50px;
}

.client-left h2 {
 font-size: 1.2rem;
 width: 100%;
 text-align: center;
 margin-left: 20px;
}

.client-left p {
 font-size: 0.8rem;
 text-align: justify;
 width: 100%;
 margin-bottom: 1.5rem;
 justify-content: center;
 height: auto;
 object-fit: contain;
 margin-left: 20px;
}

.client-stats {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 432px; 
}

.stat-box {
  max-width: 140px;
  text-align: center;
}
.stat-box h3 {
 font-size: 1rem;
 width: auto;
}

.stat-box p {
 font-size: 0.65rem;
 text-align: left;
 width: 100%;
}

.client-right {
 width: 100%;
 text-align: center;
 margin-right: 50px;
}

.client-right img {
 max-width: 80%;
 height: auto;
 margin-left: -60px;
 margin-top: -20px;
 transition: all 0.3s ease;
}


/*Section Masalah*/
.masalah {
 padding: 1rem;
}
.masalah-cards{
 display: flex;
 flex-wrap: wrap;
 gap: 10vw;
 justify-content: center;
 align-items: center;
 align-content: center;
 width: 320px;
 margin: 0 auto;
}
.masalah-card,
.masalah-header,
.masalah-body{
  width: 100%;
}

.section-title {
 font-size: 1.4rem;
 margin-bottom: 0rem;
}

.masalah-card .masalah-header {
 background: #0a1f4c;
 color: white;
 font-weight: bold;
 font-size: 0.9rem;
 padding: 1rem;
 width: 100%;
}
.keahlian-wrapper .selengkapnya {
 font-size: 1rem;
 }
.sectione-line {
  margin-bottom: 2rem;
}
.item {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
 .item img {
  width: 25px;
  height: 25px;
  margin-top: 10px;
 }
 .item p{
font-size: 0.7rem;
 }

/*solusi section*/
.solusi-layered-section {
 background-color: #00264d;
 border-radius: 50px;
 clip-path: polygon(0% 100px, 100% 100px, 100% 100%, 0% 100%);
 color: white;
 position: relative;
 overflow: hidden;
 height: auto;
 width: 90%;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-top: -50px;
}

 .solusi-card {
 display: flex ;
 flex-direction: nowrap;
 align-items: center;
 flex-wrap: wrap;
 gap: 2rem;
 color: white;
 justify-content: center;
}
 .left-phone img {
  width: 110%;
  height: auto;
  margin-left: -80px;
  transform: translateY(-40px);
 }
 .right-content {
  align-items: center;
  text-align: center;
  margin-left: -70px;
  margin-bottom: 20px;
 }
  .title-heading{
font-size: 0.8rem;
 }
  .title-feature img {
  width: 25px;
  height: 25px;
  margin-right: -20px;
 }
.title-feature p{
  font-size: 0.7rem;
}
.title-dots {
 margin-top: 0.5rem;
}
.solution-slide h2{
 font-size: 1rem;
}
.solution-slide p {
 font-size: 0.8rem;
}


/* Section Layanan Kami */
.layanan-header{
  padding: 20px 20px;
}
.layanan-header h2 {
 font-size: 1.2rem;
}
.layanan-header p {
 font-size: 0.8rem;
 text-align: center;
 margin-bottom: 0px;
}

.layanan-container {
  flex-direction: column;
  align-items: center;
  margin: 0px;
}

.layanan-column {
  flex-direction: column;
  margin-left: 0px;
}
.layanan-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.layanan-item img {
  width: 35px;
  height: 35px;
 }
.layanan-item h4 {
  margin-top: -10px;
  font-size: 0.9rem;
  width: 400px;
}
.layanan-item p {
  font-size: 0.7rem;
  color: #444;
  margin-top: 0.2rem;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.5;
  width: 400px;
}

.layanan-image {
 flex: 1;
 width: 50%;
 text-align: center;
 padding: 0.5rem 0rem;
 box-sizing: border-box;
}

/*keahlian section*/
.keahlian-content-left {
  max-width: 250px;
  margin-left: 0px;
  display: none;
}
.keahlian-wrapper .form-card {
  margin-left: 30px;
}
.keahlian-wrapper .form-card .card p {
  font-size: 0.7rem;
}
.keahlian-wrapper .form-card .card {
  position: relative;
  background: white;
  margin: 0 20px 15px 20px;
  margin-left: -70px;
  margin-right: 30;
  padding: 10px 20px 10px 60px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  min-height: 0px;
  width: 320px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*project section*/
.project-grid-section{
  padding: 20px 0;
 background-color: #f5f5f5;
 color: #000;
 text-align: center;
 position: relative;
}
  .project-grid-section h2 {
 font-size: 1.5rem;
 margin-bottom: 10px;
}
.project-subtitle {
 color: #666;
 margin-top: 20px;
 margin-bottom: 20px;
 font-size: 0.9rem;
}
.carousel-wrapper {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 450px;
 margin: 0 auto;
}
.project-card {
  background: white;
  color: #000;
  border-radius: 20px;
  overflow: hidden;
  max-width: 380px;
  width: 90%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: none; /* hanya tampil jika .active */
  flex-direction: column;
  position: relative;
  flex-shrink: 0;
  margin-top: 30px;
  opacity: 0;
  transform: scale(1);
  transition: 
 transform 0.3s ease,
 opacity 0.3s ease,
 box-shadow 0.3s ease,
 margin-top 0.3s ease;
}

.project-card.active {
  display: flex;
  transform: scale(1.05);
  opacity: 1;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  height: 390px;
  width: 290px;
  margin-top: 20px;
  margin-right: -30px;
}
.card-header .project-logo {
 width: 80px;
 position: absolute;
 top: 20px;
 left: 20px;
}
.card-header h3 {
 font-size: 0.9rem;
 margin: 30px 0 5px 0;
 text-align: center;
}
.card-header p {
 font-size: 0.7rem;
 line-height: 1.5;
 text-align: center;
}
.card-social div {
 display: flex;
 align-items: center;
 font-size: 6px;
 margin-bottom: 6px;
 gap: 5px;
}
.card-social img {
 width: 9px;
 height: 9px;
}
.card-image{
  margin-top: 10px;
  border-radius: 20px;
}
.view-icon{
  margin-bottom: 15px;
  font-size: 8px;
}
.carousel-btn.next,
.carousel-btn.prev {
display: none;
}

/* Partner Section */
.partner-section {
 padding: 30px 30px;
 text-align: center;
 background-color: #fff;
}
.partner-section h2 {
 color: #003366;
 font-size: 1.4rem;
 margin-bottom: 1rem;
}
.partner-section p {
 color: #003366;
 font-size: 1rem;
 margin-bottom: 1rem;
}
 
  .partner-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.partner-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: 105px;
  height: 140px;
  padding: 20px;
  transition: transform 0.3s;
}

.partner-card:hover {
  transform: translateY(-5px);
}

.partner-link{
  font-size: 0.5rem;
}
.partner-logo img {
  width: 95%;
  max-height: 80px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner-card:hover .partner-logo img {
  transform: scale(1.05);
} 
.slidere-nav{
  margin-top: 30px;
  margin-bottom: 30px;
}

  /* Testimonial Section */
  .ulasan-klien{
 margin-top: 70px;
  }

.ulasan-klien h2 {
  font-size: 1.2rem;
  margin-top: -40px;
}
 
.testimonial-wrapper
 {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-top: 25px;
 flex-wrap: wrap;
}

.testimonial-card{
  width: 85%;
  height: 150px;
  padding: 25px 30px 150px 30px;
}

  .testimonial-text {
font-size: 0.8em;
  color: #6b6b6b;
  flex: 1;
  z-index: 1;
  position: relative;
  max-width: 100%;
  margin-left: 5px;
  margin-top: 0px;
  text-align: justify;
  }

.client-info-outside{
  position: absolute;
  right: 0;
  margin-top: 65px;
  margin-right: 90px;
  height: 55px;
  width: 50%;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  background: rgb(133, 133, 133);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
 }

.client-logo {
  margin-top: 10px;
  width: 30px;
}

  .client-name {
 color: white;
 text-align: left;
  }
/* Slider dot */
.slider-nav {
  margin-top: 40px;
}

.dot {
  height: 6px;
  width: 6px;
  margin: 0 4px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
}

.dot.active {
  background-color: #002f6c;
}


/*.join-section*/
  .join-section {
 padding: 10px 10px;
 margin: 40px auto;
 width: 90%;
 height: auto;
  }
.join-content {
 display: flex;
 justify-content: flex-start;
 flex-wrap: nowrap;
 gap: 0.5rem;
}
.join-logo{
display: none;
}
.join-left{
  width: 100%;
}
  .join-left h2 {
 font-size: 0.85rem;
 margin-left: 15px;
 margin-top: 10px;
 margin-bottom: 0px;
 width: 100%;
  }

  .join-left p {
 font-size: 0.65rem;
 margin-left: 15px;
 margin-top: 10px;
 width: 100%;
  }
.app-buttonGP,
.app-buttonAP, 
.socials-links{
  display: none;
}
  .join-right img {
 width: 100%;
 height: auto;
 margin-left: 10px;
  }
  .socials-links {
 display: flex;
 gap: 1rem;
 margin-top: -10px;
 margin-left: 10px;
 width: 100px;
}

}


@media screen and (max-width: 425px) {
  .join-left h2 {
 font-size: 0.85rem;
 margin-left: 15px;
 margin-top: 10px;
 margin-bottom: 0px;
 width: 100%;
  }

  .join-left p {
 font-size: 0.65rem;
 margin-left: 15px;
 margin-top: 5px;
 width: 100%;
 margin-bottom: 0px;
  }
 .join-right img {
 width: 100%;
 height: auto;
 margin-left: 10px;
 margin-bottom: -20px;
  }
  .socials-links {
 display: none;
  }
  .app-buttonss {
 display: none;
  }

}


@media screen and (max-width: 375px) {
  .hero-text-slide h1 {
    font-size: 1rem;
    width: 300px;
  }
   .hero-text-slide p {
    font-size: 0.8rem;
    width: 300px;
  }
.join-left h2 {
  font-size: 0.85rem;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 190%;
  text-align: center;
 }
 .join-left p {
font-size: 0.65rem;
margin-left: 15px;
margin-top: 5px;
width: 180%;
margin-bottom: 0px;
 }
.join-right img {
  display: none;
}

.client-info-outside{
  margin-top: 80px;
}
.client-logo{
  width: 25px;
}
.testimonial-card {
  height: 190px;
}

.keahlian-wrapper .form-card h3 {
  text-align: center;
  font-size: 1.2rem;
  margin: -25px auto 25px auto;
}
.keahlian-wrapper .form-card .card {
  margin-left: -75px;
  width: 290px;
  }
}

@media screen and (max-width: 325px) {
  .hero-text-slide h1 {
    font-size: 1rem;
    width: 270px;
  }
   .hero-text-slide p {
    font-size: 0.8rem;
    width: 250px;
  }
  .btn {
    font-size: 0.7rem;
  }
}