/* ================= RESPONSIVE ================= */
@media (min-width: 1281px) {
  .happy-client-left {
    left: 8%;
    position: relative;
  }
}


@media (max-width: 1200px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	.home-uses-section .articles-grid {
	grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {
  .hero-section {
    padding: 120px 40px 60px;
  }

  .hero-title {
    font-size: 56px;
  }

  .leader-content-box {
    margin-left: 0;
  }

  .porta-price-box {
    padding: 30px;
  }

  .porta-left h2 {
    font-size: 36px;
  }

  .quote-form {
    margin-top: 40px;
  }
}


@media (max-width: 991px) {

  .horizontal-card,
  .small-card {
    flex-direction: column;
    text-align: center;
  }

  .rental-card {
    justify-content: center;
  }

  .rent-unit-title {
    font-size: 32px;
  }

  .rent-unit-subtitle {
    font-size: 18px;
  }

  .rent-unit-section {
    padding: 70px 0;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .porta-price-box {
    background-image: none;
  }

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

  .porta-box {
    padding: 40px 15px;
  }

  .inner-hero {
    height: 320px;
  }

  .inner-hero-content h1 {
    font-size: 40px;
  }

  .custom-header .navbar-brand img {
    max-height: 42px;
    /* mobile logo size */
  }

  /* Show mobile logo */
  .footer-logo .logo-mobile {
    display: inline-block;
    max-height: 50px;
    /* mobile size */
    width: auto;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-description {
    max-width: 100%;
  }
  .blog-overlay {
     display: none;
  }
}

@media (max-width: 768px) {
  .leader-section {
    padding: 60px 20px;
  }

  .leader-title {
    font-size: 30px;
  }

  .articles-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .articles-grid {
    grid-template-columns: 1fr;
  }
.home-uses-section .articles-grid {
	grid-template-columns: 1fr;
}

  .content-wrap {
    margin-left: 0;
  }

  .section-title {
    font-size: 32px;
    text-align: center;
  }

  .testimonial p {
    font-size: 16px;
  }

  .nav-arrow {
    display: block;
    top: 85%;
    width: 35px;
    height: 35px;
  }

  .porta-price-wrapper {
    margin-bottom: 0px;
  }

  .section-title-wrap h2 {
    font-size: 32px;
  }

  .horizontal-card .card-content {
    padding-bottom: 25px;
  }

  .card-content h4 {
    font-size: 18px;
  }

  .quote-form h4 {
    font-size: 26px;
  }

  .articles-header h2 {
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
  }

  .more-articles-btn {
    margin: 0 auto;
  }

  .happy-clients-section .overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.95) 100%);
  }

  .testimonial h4 {
    font-size: 26px;
  }

  .stat-box h3 {
    font-size: 26px;
  }

  .stat-box span {
    font-size: 16px;
  }

  .nav-arrow.next {
    right: 20px;
  }

  .nav-arrow i {
    font-size: 16px;
  }

  br.mobile-hide {
    display: none;
  }

  .site-footer {
    padding: 80px 0 30px;
  }

  .testimonial-slider {
    margin-left: 0px;
  }

  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: inline-block;
    width: 80%;
    height: auto;
  }

  .porta-price-section {
    padding: 20px 0px 50px 0px;
  }

  .porta-right {
    padding: 30px 15px 30px 15px;
  }

  .quote-card {
    margin-top: 50px;
  }

  .quote-card {
    padding: 30px 15px 30px 15px;
  }

  .quote-card h3 {
    font-size: 28px;
  }

  .locations-title {
    font-size: 26px;
    text-align: center;
  }

  .locations-list {
    text-align: center;
  }

  .nav-arrow.prev {
    left: 70%;
  }

  .product-tabs .nav-tabs {
    flex-direction: row;
  }

  .product-tabs .nav-tabs .nav-link {
    padding: 18px 12px;
    text-align: center;
  }

  .blog-overlay h2 {
    font-size: 20px;
  }

  .ai-badge {
    font-size: 12px !important;
    padding: 8px !important;
  }

  .blog-overlay {
    padding: 15px;
  }

  .custom-header {
    background: rgba(0, 0, 0, 0.95);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  .portable-rental .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .porta-right h3 {
    font-size: 28px;
  }
}


@media (max-width: 576px) {
  .hero-section {
    padding: 100px 20px 40px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-description {
    font-size: 16px;
  }

  .custom-header .navbar-brand img {
    max-height: 33px;
  }

  .hero-wrapper {
    padding: 100px 0 40px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-btn {
    justify-content: center;
    font-size: 14px;
  }

  .hero-wrapper .row {
    text-align: center;
  }
	.single-post .inner-hero {
	height: 300px;
}
}

@media (max-width: 575px) {
  .inner-hero {
    height: 260px;
  }

  .inner-hero-content h1 {
    font-size: 28px;
  }

  .footer-logo .logo-mobile {
    max-height: 45px;
  }
}