@media screen and (max-width: 1400px) {
  .main-container {
    width: 90%;
  }
}

/* NAVBAR ========================= */

@media(max-width:768px) {

  /* NAVBAR */
  .nav {
    padding: 1rem 1.2rem;
    width: calc(100% - 20px);
    top: 15px;
    border-radius: 16px;
  }

  /* LOGO */
  .logo img {
    width: 42px;
  }

  /* SHOW HAMBURGER */
  .menu-toggle {
    display: flex;
  }

  /* NAVIGATION */
  nav {
    position: fixed;
    top: 0;
    right: -260%;
    width: 260px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.815);
    backdrop-filter: blur(18px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease;
    z-index: 99999;
  }

  /* ACTIVE MENU */
  nav.active {
    right: 0;
  }

  /* MENU LIST */
  .nav ul {
    flex-direction: column;
    gap: 2rem;
  }

  /* MENU LINK */
  nav ul li a {
    font-size: 18px;
    color: black;
  }

  /* UNDERLINE */
  nav ul li a::after {
    bottom: -8px;
  }
}

/* Hero ==========================================================*/

@media screen and (max-width: 576px) {
  #hero {
    flex-direction: column-reverse;
    text-align: center;
    min-height: auto;
    padding: 50px 15px;
    gap: 30px;
  }

  .hero-left {
    flex: 1 1 100%;
  }

  .hero-name {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .hero-left p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 25px;
  }

  .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 220px;
    max-width: 100%;
    padding: 12px 18px;
    font-size: 0.88rem;
    border-radius: 10px;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
  }

  /* logo */
  .hero-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-right img {
    width: 100%;
    max-width: 280px;
    height: auto;
    object-fit: contain;
  }
}

/* ONSITE REMOTE ==========================================================*/

@media(max-width: 992px) {
  .service-card1 {
    flex-direction: column;
    text-align: center;
  }

  /* remote tetap gambar dibawah */
  .service-card1:nth-child(2) {
    flex-direction: column-reverse;
  }

  .service-content1 h2 {
    font-size: 38px;
  }
}

/* LAPTOP ==========================================================*/

@media(max-width:768px) {
  .laptop {
    padding: 15px;
  }

  .laptop-container {
    width: 100%;
  }

  .laptop-image {
    width: 100%;
  }

  .icon {
    width: 28px;
    height: 28px;
  }

  .icon img {
    width: 14px;
    height: 14px;
  }

  .popup {
    width: 170px;
    padding: 12px;
  }

  .popup h3 {
    font-size: 13px;
  }

  .popup p {
    font-size: 11px;
    line-height: 1.4;
  }
}

@keyframes radar {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(2.2);
    opacity: 0;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* SERVICES ==========================================================*/

@media screen and (max-width: 576px) {
  #services {
    padding: 50px 14px;
  }

  .services .section-title {
    margin-bottom: 28px;
  }

  .services .section-title h2 {
    font-size: 1.5rem;
  }

  .services .section-title p {
    font-size: 0.9rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-card {
    padding: 16px 15px;
    border-radius: 14px;
  }

  .service-card h3 {
    font-size: 0.98rem;
    margin-bottom: 6px;
  }

  .service-card p {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}

/* TESTIMONIAL ==========================================================*/

@media(max-width: 768px) {
  .section-title h2 {
    font-size: 38px;
  }

}

@media(max-width: 576px) {
  #testimonials {
    padding: 80px 15px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .testimonial-card {
    padding: 25px;
  }
}

/* GALLERY ==========================================================*/

@media screen and (max-width: 576px) {
  #gallery {
    padding: 12px 12px;
  }

  #gallery .section-title {
    margin-bottom: 25px;
  }

  #gallery .section-title h2 {
    font-size: 1.5rem;
  }

  #gallery .section-title p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  #carouselExampleIndicators {
    border-radius: 16px;
  }

  #carouselExampleIndicators .carousel-item img {
    height: 220px;
    object-fit: cover;
  }

  /* Button */
  #carouselExampleIndicators .carousel-control-prev-icon,
  #carouselExampleIndicators .carousel-control-next-icon {
    padding: 14px;
  }

  /* Indikator */
  #carouselExampleIndicators .carousel-indicators button {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}

/* MAPS ==========================================================*/

@media(max-width: 768px) {

  .maps-title h2 {
    font-size: 38px;
  }

  .maps-container iframe {
    height: 400px;
  }
}

@media(max-width: 576px) {
  #maps {
    padding: 80px 15px;
  }

  .maps-title h2 {
    font-size: 30px;
  }
}

/* FAQ ========================================================== */
@media(max-width:768px) {
  #faq {
    padding: 70px 15px;
  }

  /* TITLE */
  .faq-title {
    margin-bottom: 40px;
  }

  .faq-title h2 {
    font-size: 32px;
  }

  .faq-title p {
    font-size: 14px;
    line-height: 1.7;
  }

  /* ITEM */
  .accordion-item {
    border-radius: 14px !important;
    margin-bottom: 14px;
  }

  /* BUTTON */
  .accordion-button {
    padding: 18px 18px !important;
    font-size: 14px;
    line-height: 1.5;
  }

  /* BODY */
  .accordion-body {
    padding: 0 18px 20px;
    font-size: 13px;
    line-height: 1.8;
  }

  .accordion-body ul {
    padding-left: 18px;
  }
}

/* CONTACT  ==========================================================*/
@media(max-width: 992px) {
  .contact-wrapper {
    flex-direction: column;
  }
}

@media(max-width: 576px) {
  #contact {
    padding: 80px 15px;
  }

  .section-title h2 {
    font-size: 34px;
  }

  .contact-info,
  .contact-form {
    padding: 25px;
    border-radius: 24px;
  }

  .contact-info h3 {
    font-size: 32px;
  }
}

/* CLIENTS  ==========================================================*/

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 5));
  }
}

/* mobile */
@media screen and (max-width: 768px) {
  #clients {
    padding: 70px 0;
  }

  .section-title h2 {
    font-size: 34px;
    line-height: 1.3;
  }

  .section-title p {
    font-size: 14px;
    line-height: 1.7;
  }

  .client-item {
    width: 160px;
    height: 90px;
    margin: 0 10px;
  }

  .client-item img {
    width: 100px;
  }

  .client-track {
    animation-duration: 15s;
  }
}

