@media (max-width: 768px) {
    
    .orbit-content h2 { max-width: 280px;}
  .text-container h1,
  .text-container h2 {
    font-size: 16px;
  }
  .text-container p {
    font-size: 14px;
  }

  .text-container {
    justify-content: flex-start;
    padding-left: 3%;
  }
  .video-bg {
    width: 100%;
    height: 40vh;
    clip-path: none;
  }
  .content {
    left: 0;
    top: 42vh;
    width: 100%;
  }
  div#what-we-do {
    margin-bottom: 50px;
  }
  .right-col {
    padding-left: 2%;
    padding-right: 2%;
  }
  div#what-we-do {
    margin-bottom: 32px;
  }
  .right-col {
    padding-left: 2%;
    padding-right: 2%;
  }
  div#infoBox {
    position: relative;
    left: 3%;
    width: 90%;
  }
  p#orbitDescription {
    text-align: justify;
  }
  h2#orbitTitle {
    text-align: center;
  }
}

/* Hamburger Menu Icon */
.hamburger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  width: 25px;
}

.hamburger span {
  display: block;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Mobile Navigation */
.mobile-nav-menu {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #000;
  padding: 20px;
  flex-direction: column;
  gap: 15px;
}
.mobile-nav-menu a {
  color: #fff;
  text-decoration: none;
  padding: 8px;
  text-align: right;
}

@media (max-width: 768px) {
  nav {
    height: 70px;
    flex-direction: row-reverse;
  }
  .nav-logo img {
    max-height: 60px;
  }

  .zad-text,
  .holding-text {
    font-size: 20px;
    font-weight: bold;
    color: #ccb16c;
    position: relative;
    opacity: 1;
    transform: none;
    right: unset;
    left: unset;
  }
  .zad-text {
    padding-left: 6px;
    padding-right: 6px;
  }
  /* Display Hamburger Icon and Mobile Menu */
  .hamburger {
    display: flex;
  }

  .nav-menu {
    display: none; /* Hide desktop nav on mobile */
  }

  .mobile-nav-menu.active {
    display: flex; /* Show mobile menu when active */
  }

  /* Hamburger Icon Animation */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 6px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

@media (max-width: 768px) {
  #secOrbitTitle {
    position: relative;
    max-width: max-content;
    margin-top: -80px;
    min-width: 100vw;
    text-align: center;
    margin-left: -5%;
  }
  .orbit-content.visible {
    transform: none;
    opacity: 1;
    position: relative;
    display: block;
    margin: 0 auto;
    right: unset;
    top: -100px;
    width: 100vw;
    max-width: 100%;
  }
  footer {
    display: block;
    /* padding-top: 100px; */
  }
  .footer-text {
    font-size: 16px;
  }
  /* .contact-link {
    position: relative;
    width: 50px;
    height: 50px;
  } */
  .contact-icon {
    width: 32px;
    height: 32px;
    margin-left: 4px;
  }
  p#orbitDescription {
    font-size: 18px;
    padding-left: 5%;
  }
  .contact-link {
    position: absolute !important;
    bottom: 16px !important;
    right: 16px !important;
    width: 180px !important;
    font-size: 16px !important;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  footer .contact-text {
    font-size: 18px;
  }
  .footer-content {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }

  .footer-content div {
    /* width: 100%; */
    margin-bottom: 1rem;
  }
  /* .footer-content {
    display: block;
    width: 100%;
    margin: 0 auto;
  } */
  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: Lato, sans-serif;
    max-width: 100%;
  }
  .footer-bottom {
    font-size: 10px;
  }
  .footer-hero {
    height: 200px;
  }
  .footer-titles {
    padding-left: 0;
  }
  h3.footer-h3 {
    font-size: 20px;
  }

  .desktop-break {
    display: none;
  }
}
#orbitSVG {
  width: 50vw;
}
@media (max-width: 768px) {
  #orbitSVG {
    width: 100vw;
    transform: scale(1.5);
  }
  #containSVG {
    text-align: center;
    position: absolute;
    right: 0;
    top: 50px;
    bottom: unset;
  }
}

@media (max-width: 768px) {
  .content-overlay {
    width: 90% !important ;
  }
  .content-overlay .first {
    font-size: 18px !important;
  }
  .content-overlay p {
    font-size: 16px !important;
  }
  .organization-chart-section {
    height: auto !important;
  }
  .text-content,
  .image-content {
    padding: 0 !important;
  }
  .text-container p,
  .text-content p {
    margin-top: 16px !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
  }
  form#contact-form {
    padding-top: 26px;
  }
}

#outerCircle {
  r: 200;
}
#planet {
  r: 116;
}
.hidden {
  display: none;
}

.visible {
  display: block;
}
@media (min-width: 768px) {
  .hiddenDesktop {
    display: none;
  }
  .our-services .service .overlay {
    padding: 0 10%;
  }
}
@media (max-width: 768px) {
  .hiddenMobile {
    display: none;
  }
  .visibleMobile {
    display: block;
  }

  /* #outerCircle {
    r: 300;
  }
  #planet {
    r: 200;
  } */
  .no-scroll {
    overflow: hidden;
  }

  .popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 70vh;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 5;
  }

  .popup-content {
    padding: 20px;
    margin-top: 110px;
  }

  .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #000;
    font-size: 16px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 16px;
    z-index: 999;
  }
  .orbit-content {
    padding: 20px 0 !important;
  }
  .popupscroll {
    max-height: 45vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px 20px 32px 0;
  }
}
.popupscroll {
  max-height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px 20px 32px 0;
}
.popupscroll ul li {
  margin-bottom: 10px;
}
