/* Responsive */
@media (max-width: 1240px) {
  .banner {
    padding: 100px 0;
  }

  .banner-text h1 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {

    * {
  cursor: block;
}
.cursor-dot{
    display: none;
}
.cursor-outline{
    display: none;
}
  .header {
    display: none;
  }

  .mob-header {
    display: block;
  }
  .mob-toggle{
           display: flex;
        justify-content: center;
        align-items: right;
        height: 100%; 
        font-size: 25px;
        text-align: right;

  }

  .services-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .port-boxes {
    grid-template-columns: repeat(3, 1fr);
  }

  .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .contact-det {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }

  .about-box {
    flex-direction: column;
    text-align: center;
    height: auto;
  }

  .about-box h3 {
    font-size: 30px;
  }

  .about-box p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
    .banner-text h1 {
    font-size: 2.5rem;
  }
  .heading h2 {
  font-size: 2rem;

}


  .banner-btns {
    flex-direction: column;
    align-items: center;
  }

  .port-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact .heading p {
    font-size: 20px;
  }

  .logo img {
    width: 40%;
  }

  .contact-det img {
    width: 15%;
  }

  .ser-box img {
    width: 40%;
  }

  .about-box img {
    width: 100%;
  }

  .banner-btns a {
    padding: 8px 20px;
    font-size: 14px;
  }

  h2 {
    font-size: 30px;
    padding: 30px 0;
  }

  .ser-box h3 {
    font-size: 20px;
  }

  .ser-box p {
    font-size: 14px;
  }

  .port-details h4 {
    font-size: 20px;
  }

  .port-details p {
    font-size: 14px;
  }
}

@media (max-width: 557px) {
  .mob-logo img {
    width: 70%;
  }

  .banner-text h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .services-row {
    grid-template-columns: 1fr;
  }

  .about-services {
    grid-template-columns: 1fr;
    grid-gap: 70px;
  }

  .about-box img {
    width: 80%;
  }

  .port-boxes {
    grid-template-columns: 1fr;
  }

  .contact-det-list .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
}
}

@media (max-width: 376px) {
  .banner-text h1 {
    font-size: 20px;
  }
  .mob-logo img {
        width: 85% !important;
    }
    .portfolio {
    padding: 0px 0px;
}
}
