
/* navbar start */
/* FORCE RESPONSIVE FIX */

/* MOBILE + TABLET */
@media screen and (max-width:1024px){

  .nav-links{
    display:none !important;
  }

  .menu-btn{
    display:block !important;
    color:#fff;
    font-size:22px;
  }

}

/* DESKTOP */
@media screen and (min-width:1025px){

  .nav-links{
    display:flex !important;
  }

  .menu-btn{
    display:none !important;
  }

}
/* sidebar end   */









/* section */
/* Responsive */
@media (max-width: 992px) {
  .zones {
    grid-template-columns: 1fr !important;
  }

  .city-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 600px) {
  .city-grid {
    grid-template-columns: 1fr !important;
  }
}

/* section */






/* content 2 */

/* RESPONSIVE */
@media (max-width: 992px) {
  .network-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  .network-grid {
    grid-template-columns: 1fr !important;
  }
}
/* content 2 */








/* contact card */
/* RESPONSIVE */
@media (max-width: 768px) {
  .cards-container {
    flex-direction: column !important;
    align-items: center !important;
  }

  .big {
    width: 250px !important;
    height: 250px !important;
  }

  .small {
    width: 150px !important;
    height: 150px !important;
    right: 20px !important;
  }
}


/* contact card */




/* footer */

/* 📱 MOBILE */
@media(max-width:768px){
  .footer{
    padding:40px 15px !important;
  }

  .footer-box{
    padding:15px !important;
  }

  .footer-bottom{
    flex-direction:column !important;
    text-align:center !important;
  }
}


/* RESPONSIVE */
@media(max-width:768px){
  .footer-container{
    flex-direction:column !important;
    text-align:center !important;
  }

  .footer-bottom{
    flex-direction:column !important;
    gap:10px !important;
  }
}

/* footer end */