.lokasi-section {
  padding: 60px 30px;
  background-color: #fff;
  font-family: sans-serif;
}

.lokasi-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.lokasi-heading {
  font-size: 3rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.lokasi-deskripsi {
  font-size: 1.5rem;
  margin-bottom: 5rem;
  color: #555;
}

/* Kontainer dua kolom */
.lokasi-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
}

.logo a {
    text-decoration: none;
}

/* KIRI: Carousel */
.lokasi-carousel {
  position: relative;
  width: 85%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

/* Slide individual */
.lokasi-slide {
  display: none;
  flex-direction: row;
  align-items: stretch;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-bottom: 1rem;
}

.lokasi-slide.active {
  display: flex;
}

.lokasi-slide img {
  width: 50%;
  object-fit: cover;
  height: auto;
  display: block;
  padding: 20px 0px 20px 100px;
}

/* KANAN: Box Lokasi */
.lokasi-box {
  width: 40%;
  padding: 30px 20px 20px 20px;
  font-size: 1.1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lokasi-box h4 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #555;
  font-weight:500;
}
.lokasi-box p {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #555;
  font-weight:500;
  width: 320px;
}

.button {
  margin-top: 10px;
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.lokasi-btn-maps {
  margin-top: 1rem;
  background-color: #ff5e00;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 160px;
  text-align: center;
}

.lokasi-btn-maps:hover {
  background-color: #e65d0e;
}

.lokasi-btn-WhatsApp {
  margin-top: 1rem;
  background-color: #25d365;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 160px;
  text-align: center;
}

.lokasi-btn-WhatsApp:hover {
  background-color: #2dbe62;
}


/* Carousel navigation */
.lokasi-carousel-prev,.lokasi-carousel-next {
  position: absolute;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 1.4rem;
  padding: 15px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 50%;
  margin-top: -250px;
}

.lokasi-carousel-prev {
  left: 20px;
}

.lokasi-carousel-next {
  right: 20px;
}

/* Carousel dots */
.lokasi-carousel-dots {
  text-align: center;
  margin-top: 40px;
}

.lokasi-dot {
  height: 10px;
  width: 10px;
  margin: 0 6px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s;
}

.lokasi-dot.active {
  background-color: #ff5e00;
}




.contact-form-section {
  padding: 60px 30px;
  background-color: #fff;
  font-family: sans-serif;
}

.container {
  max-width: 1200px;
  justify-content: center;
  padding: 10px ;
}

.contact-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* Ilustrasi di sebelah kiri */
.form-illustration {
  max-width: 440px;
  height: 500px;
}

.form-illustration h3 {
  font-size: 2.2rem;
  margin-top: 2rem;
}

.form-illustration p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #555;
}

.form-illustration img {
  max-width: 85%;
  height: auto;
}

/* Formulir di sebelah kanan */
.contact-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  width: 500px;
  height: 600px;
  margin-right: 50px;
}

.contact-form h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #ff5e00;
  width: 530px;
}
.contact-form form{
  width: 450px;
}
/* Grid untuk 2 kolom input */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Input & Textarea umum */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 15px;
  box-sizing: border-box;
  resize: none;
}

/* Textarea khusus */
.contact-form textarea {
  height: 120px;
}

/* Tombol Submit */
.contact-form button {
  margin-top: 20px;
  background-color: #ff5e00;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 0 #d44b00;
  transition: background-color 0.3s;
}

.contact-form button:hover {
  background-color: #e04e00;
}

@media screen and (max-width: 1024px){
  .lokasi-heading{
    margin-top: 1rem;
    font-size: 2rem;
  }
  .lokasi-deskripsi{
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
  }
  .lokasi-wrapper{
    margin-bottom: 30px;
  }
  .lokasi-slide img {
    width: 50%;
    object-fit: cover;
    height: auto;
    display: block;
    padding: 20px 0px 20px 70px;
}
.lokasi-box p {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #555;
    font-weight: 500;
    width: 280px;
}
  .lokasi-carousel{
    width: 90%;
  }
  /* Carousel navigation */
/* Carousel navigation */
.lokasi-carousel-prev,.lokasi-carousel-next {
  position: absolute;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 50%;
  margin-top: -150px;
}
.lokasi-carousel-prev {
  left: 20px;
  top: 80%;
}

.lokasi-carousel-next {
  right: 20px;
  top: 80%;
}

.button {
    margin-top: 10px;
    display: flex;
    gap: 20px;
    width: 350px;
    justify-content: center;
    align-items: center;
}

.lokasi-btn-maps{
  padding: 10px 20px;
  width: 150px;
  font-size: 15px;
}

.lokasi-btn-WhatsApp {
  padding: 10px 20px;
  width: 170px;
  font-size: 15px;
}

.lokasi-dot {
  height: 8px;
  width: 8px;
  margin: 0 6px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form-section{
  padding: 30px 20px;
}
.form-illustration h3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    width:380px;
}
.form-illustration p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    width:380px;
}
.contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    width: 450px;
    height: 500px;
}
.contact-form h3 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
    color: #ff5e00;
    width: auto;
}
.contact-form form {
    width: auto;
}
.contact-form button {
    margin-top: 20px;
    background-color: #ff5e00;
    color: white;
    border: none;
    padding: 7px 30px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 0 #d44b00;
    transition: background-color 0.3s;
}
}

@media screen and (max-width: 768px){
  .lokasi-heading{
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .lokasi-deskripsi{
    margin-bottom: 2.5rem;
    font-size: 0.9rem;
  }
  .lokasi-wrapper{
    margin-bottom: 30px;
  }
  .lokasi-slide img {
    width: 50%;
    object-fit: cover;
    height: auto;
    display: block;
    padding: 20px 0px 20px 40px;
}
.lokasi-box p {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #555;
    font-weight: 500;
    width: 24 0px;
}
  .lokasi-carousel{
    width: 90%;
  }
  /* Carousel navigation */
/* Carousel navigation */
.lokasi-carousel-prev,.lokasi-carousel-next {
  position: absolute;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 6px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 50%;
  margin-top: -100px;
}
.lokasi-carousel-prev {
  left: 8px;
  top: 80%;
}

.lokasi-carousel-next {
  right: 8px;
  top: 80%;
}

.button {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 240px;
}
.lokasi-btn-maps {
  margin-top: 1rem;
  background-color: #ff5e00;
  color: white;
  padding: 9px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 150px;
  text-align: center;
  font-size: 15px;
}

.lokasi-btn-WhatsApp {
  margin-top: 1rem;
  background-color: #25d365;
  color: white;
  padding: 10px 5px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 220px;
  text-align: center;
  font-size: 15px;
}

.lokasi-dot {
  height: 8px;
  width: 8px;
  margin: 0 6px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s;
}
.form-illustration{
  width: 300px;
}
.contact-form-section{
  padding: 30px 20px;
}
.form-illustration h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    width:300px;
}
.form-illustration p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    width:auto;
}
.form-illustration img {
    max-width: 100%;
    height: auto;
}
.contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    width: 300px;
    height: 450px;
    padding: 20px;
}
.contact-form h3 {
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    color: #ff5e00;
    width: auto;
}
.contact-form form {
    width: auto;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 8px 12px;
    font-size: 0.7rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 15px;
    box-sizing: border-box;
    resize: none;
}
.contact-form button {
    margin-top: 20px;
    background-color: #ff5e00;
    color: white;
    border: none;
    padding: 7px 30px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 0 #d44b00;
    transition: background-color 0.3s;
}
}

@media screen and (max-width: 480px){
.lokasi-section {
  padding: 20px 30px;
  background-color: #fff;
  font-family: sans-serif;
}
  .lokasi-heading{
    font-size: 1.5rem;
    margin-top: -1rem;
  }
  .lokasi-deskripsi{
    margin-bottom: 2rem;
    font-size: 0.8rem;
  }
  .lokasi-wrapper{
    margin-bottom: 0px;
  }
  .lokasi-slide img {
    width: 50%;
    object-fit: cover;
    height: auto;
    display: block;
    padding: 20px 0px 20px 35px;
}
.lokasi-box h4 {
    font-size: 0.8rem;
}
.lokasi-box p {
    font-size: 0.65rem;
    margin-bottom: 10px;
    color: #555;
    font-weight: 500;
    width: 160px;
}
  .lokasi-carousel{
    width: 100%;
  }


/* Carousel navigation */
.lokasi-carousel-prev,.lokasi-carousel-next {
  position: absolute;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 0.8rem;
  padding: 4px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 50%;
  margin-top: -80px;
}
.button {
        margin-top: -10px;
        display: flex;
        gap: 0px;
        justify-content: flex-start;
        align-items: center;
        width: 150px;
        flex-wrap: wrap;
        flex-direction: row;
}
.lokasi-btn-maps {
  margin-top: 1rem;
  background-color: #ff5e00;
  color: white;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 150px;
  text-align: center;
  font-size: 12px;
}

.lokasi-btn-WhatsApp {
  margin-top: 1rem;
  background-color: #25d365;
  color: white;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 220px;
  text-align: center;
  font-size: 12px;
}

.lokasi-carousel-dots {
    text-align: center;
    margin-top: 20px;
}
.lokasi-dot {
  height: 5px;
  width: 5px;
  margin-bottom: 20px;
}


.contact-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.form-illustration{
  width: 300px;
  margin-left:0px;
  height: 130px;
}
.contact-form-section{
  padding: 10px 20px;
  margin-top: -20px;
}
.form-illustration h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    width:300px;
    text-align: center;
}
.form-illustration p {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    width:auto;
    text-align: center;
}
.form-illustration img {
  display: none;
}
.contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    width: 300px;
    height: 360px;
    padding: 20px;
    margin-left: 40px;
}
.contact-form h3 {
    font-size: 1rem;
    margin-top: -0.6rem;
    margin-bottom: 0.2rem;
    color: #ff5e00;
}
.form-grid {
    display :grid;
    gap: 10px;
}
.contact-form form {
    width: auto;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 8px 12px;
    font-size: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 8px;
    box-sizing: border-box;
    resize: none;
}
.contact-form button {
    margin-top: 20px;
    background-color: #ff5e00;
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 0.7rem;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 0 #d44b00;
    transition: background-color 0.3s;
}
}




@media screen and (max-width: 425px){
.lokasi-section {
  padding: 20px 30px;
  background-color: #fff;
  font-family: sans-serif;
}
.lokasi-slide {
    flex-direction: column;
}
  .lokasi-heading{
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .lokasi-deskripsi{
    margin-bottom: 2rem;
    font-size: 0.8rem;
  }
  .lokasi-wrapper{
    margin-bottom: 0px;
  }
  .lokasi-slide img {
    width: 70%;
    object-fit: cover;
    height: auto;
    display: block;
    padding: 20px 20px 0px 35px;
    margin: 0 auto;
}
.lokasi-box {
    width: 80%;
    padding: 30px 20px 20px 20px;
    font-size: 1.1rem;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
.lokasi-box h4 {
    font-size: 0.8rem;
    text-align: center;
    margin-top: -20px;
}
.lokasi-box p {
    font-size: 0.7rem;
    margin-bottom: 10px;
    color: #555;
    font-weight: 500;
    width: auto;
    text-align: left;
    justify-content: center;
    margin-left: 50px;
}
  .lokasi-carousel{
    width: 100%;
  }

/* Carousel navigation */
.lokasi-carousel-prev,.lokasi-carousel-next {
  position: absolute;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 0.8rem;
  padding: 4px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 50%;
  margin-top: -80px;
}
    .button {
        margin-top: -10px;
        display: flex;
        gap: 5px;
        justify-content: space-around;
        align-items: stretch;
        width: 252px;
        flex-wrap: nowrap;
        flex-direction: row;
    }
.lokasi-btn-maps {
  margin-top: 1rem;
  background-color: #ff5e00;
  color: white;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 200px;
  text-align: center;
  font-size: 12px;
}

.lokasi-btn-WhatsApp {
  margin-top: 1rem;
  background-color: #25d365;
  color: white;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 200px;
  text-align: center;
  font-size: 12px;
}
.lokasi-dot {
  height: 5px;
  width: 5px;
  margin-bottom: 20px;
}


.contact-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.form-illustration{
  width: 300px;
  margin-left:0px;
  height: 130px;
}
.contact-form-section{
  padding: 10px 20px;
  margin-top: -20px;
}
.form-illustration h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    width:300px;
    text-align: center;
}
.form-illustration p {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    width:auto;
    text-align: center;
}
.form-illustration img {
  display: none;
}
.contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    width: 300px;
    height: 360px;
    padding: 20px;
    margin-left: 40px;
}
.contact-form h3 {
    font-size: 1rem;
    margin-top: -0.6rem;
    margin-bottom: 0.2rem;
    color: #ff5e00;
}
.form-grid {
    display :grid;
    gap: 10px;
}
.contact-form form {
    width: auto;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 8px 12px;
    font-size: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 8px;
    box-sizing: border-box;
    resize: none;
}
.contact-form button {
    margin-top: 20px;
    background-color: #ff5e00;
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 0.7rem;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 0 #d44b00;
    transition: background-color 0.3s;
}
}


@media screen and (max-width: 375px){
.lokasi-section {
  padding: 20px 30px;
  background-color: #fff;
  font-family: sans-serif;
}
.lokasi-slide {
    flex-direction: column;
}
  .lokasi-heading{
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .lokasi-deskripsi{
    margin-bottom: 2rem;
    font-size: 0.8rem;
  }
  .lokasi-wrapper{
    margin-bottom: 0px;
  }
  .lokasi-slide img {
    width: 70%;
    object-fit: cover;
    height: auto;
    display: block;
    padding: 20px 20px 0px 35px;
    margin: 0 auto;
}
.lokasi-box {
    width: 80%;
    padding: 30px 20px 20px 20px;
    font-size: 1.1rem;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
.lokasi-box h4 {
    font-size: 0.8rem;
    text-align: center;
    margin-top: -20px;
}
.lokasi-box p {
    font-size: 0.7rem;
    margin-bottom: 10px;
    color: #555;
    font-weight: 500;
    width: auto;
    text-align: left;
    justify-content: center;
    margin-left: 35px;
}
  .lokasi-carousel{
    width: 100%;
  }

/* Carousel navigation */
.lokasi-carousel-prev,.lokasi-carousel-next {
  position: absolute;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 0.8rem;
  padding: 4px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 50%;
  margin-top: -80px;
}
    .button {
        margin-top: -10px;
        display: flex;
        gap: 5px;
        justify-content: space-around;
        align-items: stretch;
        width: auto;
        flex-wrap: nowrap;
        flex-direction: row;
    }
.lokasi-btn-maps {
  margin-top: 1rem;
  background-color: #ff5e00;
  color: white;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 200px;
  text-align: center;
  font-size: 12px;
}

.lokasi-btn-WhatsApp {
  margin-top: 1rem;
  background-color: #25d365;
  color: white;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 200px;
  text-align: center;
  font-size: 12px;
}
.lokasi-dot {
  height: 5px;
  width: 5px;
  margin-bottom: 20px;
}


.contact-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.form-illustration{
  width: 300px;
  margin-left:0px;
  height: 130px;
}
.contact-form-section{
  padding: 10px 20px;
  margin-top: -20px;
}
.form-illustration h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    width:300px;
    text-align: center;
}
.form-illustration p {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    width:auto;
    text-align: center;
}
.form-illustration img {
  display: none;
}
.contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    width: 300px;
    height: 360px;
    padding: 20px;
    margin-left: 40px;
}
.contact-form h3 {
    font-size: 1rem;
    margin-top: -0.6rem;
    margin-bottom: 0.2rem;
    color: #ff5e00;
}
.form-grid {
    display :grid;
    gap: 10px;
}
.contact-form form {
    width: auto;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 8px 12px;
    font-size: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 8px;
    box-sizing: border-box;
    resize: none;
}
.contact-form button {
    margin-top: 20px;
    background-color: #ff5e00;
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 0.7rem;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 0 #d44b00;
    transition: background-color 0.3s;
}
}