/* SLIDES  */
/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: auto;
  max-height: 400px;
  position: relative;
  margin: auto;
}

.slideshow-container img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}
.slideshow-container-why {
  width: 360px;
  height: 360px;
  position: relative;
  margin-top: 16px;
  background-color: white;
}

.slideshow-container-why img {
  width: 360px;
  height: 360px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  object-fit: cover;
  border-radius: 4px;
}

.mySlides {
  display: none;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: var(--fs-200);
  padding: 8px 12px;
  position: absolute;
  bottom: 32px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: var(--fs-breadcrumbs);
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dots-container {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.SlidesBig {
  width: 100% !important;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.topSegment {
  padding: 0 8%;
  margin: 8% 0;
}

.topSegment p {
  line-height: 1.5;
}

.serviceHead {
  margin-bottom: 4px;
  font-size: var(--fs-l);
  text-transform: uppercase;
}

.serviceSubhead {
  color: #0a518f;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: normal;
  font-size: var(--fs-600);
}

.picsSlide {
  background-color: #d9d9d9;
  padding: 10% 10% 10%;
}

.gridText {
  padding: 16% 16%;
}

.gridLeft {
  color: white;
  background-color: #0a518f;
}
.gridRight {
  color: white;
  background-color: #0a518f;
}

.gridHead {
  margin-bottom: 20px;
}

.gridSubhead {
  margin-top: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.solutionName {
  color: #0a518f;
  margin-top: 12px;
}

.solutionDesc {
  margin-bottom: 36px;
  margin-top: 12px;
}

.whyOur {
  background-color: var(--gray-color);
  padding: 8% 8%;
}

.whyOurHead {
  margin-bottom: 12px;
  text-transform: uppercase;
}
.whyOurHeads {
  display: flex;
  gap: 24px;
}

.problem {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.problem p {
  line-height: 1.5;
}
.whyOurSubhead {
  margin-top: 16px;
  color: #0a518f;
}

.whyOurDesc {
  margin-bottom: 36px;
  line-height: 1.5;
}

.process {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-us {
  background-color: var(--gray-color);
  padding: 8% 8%;
}

.process ul {
  list-style-type: none;
  margin-top: 12px;
}

.process li {
  margin-bottom: 20px;
}

.process h2,
.contact-us h2 {
  margin-bottom: 12px;
}

.contact-us p {
  margin-top: 20px;
  margin-bottom: 32px;
}

.contact-us a:hover {
  opacity: 0.8;
}

.contact-us a:active {
  opacity: 0.5;
}

.contact-us a {
  background-color: var(--accent-color);
  text-decoration: none;
  padding: 12px 16px;
  border: none;
  color: white;
  font-weight: 600;
  margin: 2% 0;
  cursor: pointer;
}

/* // HOW WE  */
.howWeSection {
  margin: 4% 8%;
  line-height: 1.5;
}
#howWeHeader {
  /* margin-top: 2%; */
  text-align: center;
}

.line {
  margin: 2% 1.5%;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  border-top: 1px solid #d9d9d9;
}

.howWeGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.howWeGridTriple {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.step {
  padding: 8% 8%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px; /* Spacing between elements */
}

.circle {
  width: 66px; /* Adjust size as needed */
  height: 66px; /* Adjust size as needed */
  background-color: #fe6b16; /* Background color */
  border-radius: 50%; /* Makes it a circle */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px; /* Font size of the number */
  color: white; /* Text color */
  font-weight: bold;
}

.step-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  height: 60px;
  font-weight: bold;
  font-size: 20px;
}

.step-desc {
  padding: 4% 0;
  font-size: 16px;
  text-align: center;
  height: 125px;
}

.btn {
  background-color: #fe6b16;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

.btn:active {
  transform: scale(0.9);
}

.btn:hover {
  opacity: 0.8;
}

/* Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content/Box */
.modal-content {
  background-color: white;
  margin: 24px auto;
  padding: 4%;
  width: 80%;
  border-radius: 12px;
  animation-name: animasi;
  animation-duration: 0.5s;
}

.modal-body {
  font-size: var(--fs-400);

  line-height: 1.5;
}

@keyframes animasi {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 800px) {
  .index h1 {
    font-size: 10vw;
    color: white;
    transition: 0.5s ease;
  }

  .howWeGrid .step:nth-child(even) {
    background-color: var(--gray-color);
  }

  .howWeGridTriple .step:nth-child(even) {
    background-color: var(--gray-color);
  }
}

@media screen and (max-width: 400px) {
  .slideshow-container-why {
    width: 300px;
    height: 300px;
  }
  .slideshow-container-why img {
    width: 300px;
    height: 300px;
  }
}

@media screen and (orientation: portrait) {
  .whyOurHeads {
    display: block;
  }

  .problem {
    grid-template-columns: 1fr;
  }
  .howWeSection {
    padding: 8% 0 0 0;
    margin: 0;
  }

  .howWeGrid {
    grid-template-columns: 1fr;
  }

  .howWeGridTriple {
    grid-template-columns: 1fr;
  }

  .service {
    width: 100%;
  }

  .dididi .table-a {
    text-align: center;
  }
  .dididi .table-b {
    width: 5%;
  }
  .dididi .table-a {
    width: 5%;
  }
  .index {
    height: 30vh;
  }

  .index .dididi {
    height: 30vh;
  }
  .links {
    display: none;
  }
  .service-desc .desc {
    display: none;
  }

  .table-a h2 {
    font-size: 2.5rem;
    color: white;
  }
}
