/* ===================================
   RESPONSIVE STYLES
=================================== */

/* Medium screens */
@media (max-width: 991px) {
  .banner .owl-carousel .item img {
    height: 450px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .banner .owl-carousel .item img {
    height: 300px;
  }
}

/* Tablet and below */
@media (max-width: 992px) {
  .logo-img {
    height: 50px;
  }
}

/* Mobile Navigation & Elements */
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }

  .call-now .call-btn {
    font-size: 14px;
    padding: 6px 14px;
  }

  .gallery-section .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .power-section img {
    margin-bottom: 20px;
  }

  .section-img {
    width: 100%;
  }

  .footer {
    text-align: center;
  }

  .footer .footer-logo {
    display: block;
    margin: 0 auto 15px;
  }

  .footer-social {
    justify-content: center;
  }
}

/* Small Phones */
@media (max-width: 576px) {
  .banner .owl-carousel .item img {
    height: 32vh;
  }

  .call-now {
    display: none;
  }

  .gallery-section .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}





/* Responsive */
@media (max-width: 768px) {
  .inner-banner {
    height: 40vh;
  }

  .inner-banner h1 {
    font-size: 32px;
  }

  .nav-tabs .nav-link {
    font-size: 16px;
    padding: 10px 18px;
  }

  .product-card img {
    height: 180px;
  }
}

@media (max-width: 576px) {
  .inner-banner {
    height: 35vh;
  }

  .inner-banner h1 {
    font-size: 26px;
  }

  .product-tabs {
    margin-top: 50px;
  }
}