

@media (max-width: 1024px){

  .top__bar .container{
    gap: 20px;
    justify-content: space-between;
  }


@media (max-width:1024px){

  .top__bar .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }

  .topbar__list{
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
  }

  .topbar__link,
  .dropbtn{
    font-size: 15px;
    padding: 6px;
  }

}

  .topbar__list{
    gap: 5px;
    
  }

  .topbar__link,
  .dropbtn{
    font-size: 16px;
  }

  .fd{
    flex-direction: column;
    align-items: center;
  }

  .form__info .container{
    max-width: 100%;
  }

  .fe{
    width: 100%;
  }

  .our__cards,
  .oc{
    flex-wrap: wrap;
    justify-content: center;
  }

  .our__card{
    max-width: 48%;
  }

  .map__content{
    flex-direction: column;
    text-align: center;
  }

  .map__img{
    width: 80%;
  }

  .f__ee{
    flex-wrap: wrap;
    gap: 40px;
  }

  .contact_btn{
    display: flex;
    position: absolute;
    right: 10px;
    top: 106px;
    height: auto;
    padding: 10px;
    writing-mode: horizontal-tb;
    transform: none;
  }
  .contactt_btn{
    display: none;
  }
    .footer__div{
      margin-top: -80px;
    width: auto;
    max-width: none;
    left: 12px;
    right: 12px;
  }
  .map__content{
    margin-top: -80px;
  }

}


/* ================= MOBILE ================= */

@media (max-width:768px){

  .contact_btn{
    top:30px;
  }

  .logo{
    height: 70px;
  }

  .top__bar .container{
    flex-direction: column;
    gap: 15px;
  }

  .topbar__list{
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero__title{
    font-size: 38px;
  }

  .hero__subtitle{
    text-align: center;
  }

  .form__row{
    grid-template-columns: 1fr;
  }

  .news__card{
    flex-direction: column;
  }

  .news__bg2{
    width: 100%;
    height: auto;
  }

  .our__card{
    max-width: 100%;
  }

  .our__content{
    margin-left: 0;
    padding: 20px;
  }

  .tr{
    margin-left: 0;
  }

  .faq-question{
    padding: 15px;
  }

  .faq-question span{
    font-size: 14px;
  }

  .map__bg{
    height: 500px;
  }

  .map__title{
    font-size: 24px;
  }

  .map__img{
    width: 70%;
  }

  .f__ee{
    flex-direction: column;
  }

  .f__end{
    flex-direction: column;
    text-align: center;
  }

  .end2{
    flex-wrap: wrap;
    justify-content: center;
  }

}


/* ================= SMALL PHONE ================= */

@media (max-width:480px){

  .hero__title{
    font-size: 28px;
  }

  .hi{
    width: 30px;
    height: 30px;
  }

  .ourt__title,
  .ourt__title1{
    font-size: 28px;
  }

  .our__card-title{
    font-size: 22px;
  }

  .news__text{
    font-size: 16px;
  }

  .faq-title{
    font-size: 24px;
  }

  .form__card{
    padding: 20px;
  }

  .hero__btn3{
    gap: 20px;
    font-size: 16px;
  }

  .footer__div{
    padding: 20px;
  }

  .oc{
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .our__card{
    width: 100%;
    max-width: 100%;
  }

  .aw{
    width: 100%;
  }

  .our__content{
    margin-left: 0;
    padding: 15px;
  }

  .tr{
    margin-left: 0;
  }
  .map__img{
    width: 90%;
  }
  .footer__div{
    margin-top: -70px;
  }
}