.hamburger {
  display: none;
}

@media (min-width: 1025px) {
  a {
    color: #111;
  }
}
@media (max-width: 768px) {
  [data-aos] {
    transition-property: none !important;
    transform: none !important;
    animation: none !important;
  }
}
#hamburger {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 23px;
}
.ios-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(25px) saturate(200%);
  -webkit-backdrop-filter: blur(25px) saturate(200%);
  display: none;
  opacity: 0;
  transition: 0.4s ease;
}

.ios-menu-overlay.active {
  display: flex;
  opacity: 1;
}

.ios-menu-container {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-links-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.m-link {
  font-size: 2rem;
  font-weight: 700;
  color: #1d1d1f;
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  padding: 10px 0;
}
.m-link i {
  font-size: 1.2rem;
  color: var(--primary-blue);
}

.system-controls-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 40px;
}
.control-card {
  background: white;
  border: none;
  padding: 25px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.menu-footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 20px;
}
.social-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1d1d1f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.close-ios-btn {
  background-color: var(--white);
  color: var(--bg);
  padding: 5px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
}
.close-ios-btn:hover {
  background-color: var(--bg);
  color: var(--white);
}
[data-theme="dark"] .ios-menu-overlay {
  background: rgba(28, 28, 30, 0.8);
  color: white;
}
[data-theme="dark"] .m-link {
  color: white;
}
[data-theme="dark"] .control-card {
  background: #2c2c2e;
  color: white;
}

@media (max-width: 480px) {
  .map-glass-card {
  display: none;
}
  .fa-moon{
  color: var(--white) !important;
}
  .btn_header {
    display: none !important;
  }
  .hamburger {
    display: block !important;
  }

  nav {
    display: none !important;
  }
  .hamburger {
    font-size: 1.3rem;
    background-color: transparent;
  }
  .hamburger:active {
  }
  .btn-download {
    font-size: 0.9rem;
  }

  .hero {
    height: 100vh;
  }
  .hero .text-hero {
    top: 10%;
    width: 95%;
  }
  .text-hero .titel-hero {
    font-size: 45px;
    padding-bottom: 0px;
  }
  .text-hero .des-hero {
    padding: 20px 0px;
    font-size: 20px;
  }
  .text-hero .btn-hero {
    font-weight: 300;
    font-size: 20px;
    padding: 5px 20px;
  }
  .counters-hero {
    flex-direction: column;
    background-color: transparent;
    margin-top: 20px;
    border: none;
  }
  .counter {
    margin-top: 5px;
    padding: 10px;
    background-color: var(--bg-5);
    border: 1px solid var(--bg-5);
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .count {
    margin: 0 !important;
  }
  .counter + .counter::after {
    width: 0;
    height: 0;
  }
  .counter .count {
    font-size: 1.6rem;
    color: var(--secondary);
  }
  .counter h5 {
    font-size: 0.9rem;
  }

  .experience-glass {
    right: 0;
  }
  .contact-us {
    /* flex-wrap: wrap; */
    flex-direction: column;
    height: fit-content;
    background-color: var(--bg);
  }
  .contact-us img {
    display: none;
  }
  .contact-us .contact-container {
    height: fit-content;
  }
  .form-content-icon {
    height: fit-content;
  }
  .imgAndcontent {
    height: fit-content;
  }
  .contact-us > * {
    width: 100%;
  }
  .projects-section {
    margin-top: 40px;
    padding: 10px;
  }

  .titel-projects-section a {
    width: 30%;
    gap: 2px;
    padding: 5px 8px;
  }
  .titel-projects-section div {
    width: 70%;
  }
  .titel-projects-section p {
    width: 90%;
    font-size: 1.2rem;
  }
  .ak-test-floating-imgs {
    display: none;
  }
  .icon-card {
    display: none;
  }
  .projects-container {
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .fa-moon{
  color: var(--white) !important;
}
.close-card-btn{
  display: block !important; 
}
.map-glass-card {
    display: none; 
    position: absolute;
    bottom: 20px;
    left: 5%;
    width: 90%;
    z-index: 1000;
    animation: slideUp 0.3s ease-out;
  }
  
  .map-glass-card.show-card {
    display: block; 
  }

  .close-card-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.1);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }


@keyframes slideUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 28px !important;
    text-align: left !important;
  }
  footer h1,
   footer h2, 
   footer h3, 
   footer h4, 
   footer h5, 
   footer h6 {
    text-align: center !important;
  }
 {
    font-size: 28px !important;
    text-align: center !important;
  }
  h2 span {
    font-size: 28px !important;
  }
  .header {
    padding: 0px 20px;
  }
  .btn_header {
    display: none !important;
  }
  .hamburger {
    display: block !important;
  }

  nav {
    display: none !important;
  }
  .hamburger {
    font-size: 1.3rem;
    background-color: transparent;
  }
  .hamburger:active {
  }
  .btn-download {
    font-size: 0.9rem;
  }

  .hero {
    height: 100vh;
  }
  .hero .text-hero {
    top: 10%;
    width: 100%;
    padding: 20px;
    margin-top: 0px;
  }

  .text-hero .titel-hero {
    font-size: 30px;
    padding-bottom: 0px;
    width: 100%;
  }
  .text-hero .des-hero {
    padding: 20px 0px;
    font-size: 13px;
    width: 100%;
  }
  .text-hero .btn-hero {
    font-weight: 300;
    font-size: 16px;
    padding: 0px;
  }
  .text-hero .btn-hero a {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 12px 24px;
  }
  .counters-hero {
    flex-direction: column;
    background-color: transparent;
    margin-top: 20px;
    border: none;
  }
  .hero .text-hero h1 span {
    display: block;
    width: 100% !important;
    line-height: 1.3 !important;
  }
  .count {
    margin: 0 !important;
  }
  .counter {
    margin-top: 5px;
    padding: 10px;
    background-color: var(--bg-5);
    width: 100%;
    height: 120px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    border-radius: 0px;
  }
  .counter + .counter::after {
    width: 0;
    height: 0;
  }
  .counter .count {
    font-size: 35px !important;
    color: var(--secondary);
  }
  .counter h5 {
    font-size: 0.9rem;
  }
   .counter span{
    font-size: 16px;
   }
/* w */
  .why-title {
    text-align: left;
    padding: 0;
  }
  .why-grid {
    padding: 0;
  }
  .why-item{
    text-align: left !important;
  }

  /* about  */
  .about-grid {
    padding: 0px 20px;
  }
  .deep-about{
    padding: 50px 0px;
  }
  .image-mask img {
    border-radius: 0;
  }

  /* serves */
  .ak-srv-section{
    padding: 50px 20px;
  }
  .ak-srv-header h2 {
    padding: 0;
  }


  /* process */
  .process-main-header h2 span {
    display: block;
    width: 100% !important;
    font-size: 25px !important;
    text-align: left;  
  

  }

  /* projects */
  .project-card{
    max-height: 500px;
  }
  .project-card .icon-card{
display: none !important;
  }
  .project-card h5{
    font-size: 16px !important;
   
  }

  /* feedback  */
  .feedback-card h4 {
    font-size: 16px !important;
  
  }



  .experience-glass {
    right: 0;
  }
  .contact-us {
    /* flex-wrap: wrap; */
    flex-direction: column;
    height: fit-content;
    background-color: var(--bg);
  }
  .contact-us img {
    display: none;
  }
  .contact-us .contact-container {
    height: fit-content;
  }
  .form-content-icon {
    height: fit-content;
  }
  .imgAndcontent {
    height: fit-content;
  }
  .contact-us > * {
    width: 100%;
  }
  .projects-section {
    margin-top: 40px;
    padding: 50px 10px;
  }
  .projects-filter-bar {
   
    gap: 5px;
    margin: 20px 0px;
}
.filter-btn {
    padding: 10px 19px;
  }


  .titel-projects-section a {
    width: 30%;
    gap: 2px;
    padding: 5px 8px;
  }
  .titel-projects-section div {
    width: 70%;
  }
  .titel-projects-section p {
    width: 90%;
    font-size: 1.2rem;
  }
  .ak-test-floating-imgs {
    display: none;
  }

  .icon-card {
    display: none;
  }
  .projects-container {
    gap: 8px;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  /* .contact-us {
    flex-wrap: wrap;
  }
  .contact-us > * {
    width: 100%;
  } */
  .project-card {
    flex: 0 0 80%;
  }
}
