/*
Theme Name: Atlas Agros
Theme URI: https://example.com/atlas-agros
Author: Afsal S
Author URI: https://example.com
Description: A simple and clean WordPress theme for agricultural businesses.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: agriculture, farming, business, clean, responsive
Text Domain: atlas-agros
*/

body.admin-logged-in .fixed-top {
  padding-top: 32px;
  top: 0; /* Adjust based on WordPress admin bar height */
}

body.admin-logged-in .nav-fixed {
  top: 32px; /* Adjust based on WordPress admin bar height */
  padding-top: 0;
}

.product__section-product-list-container {
  margin: 50px 0;
}

.product__section-product-list-wrap-4 {
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.product__section-product-title {
  font-size: 23px;
  padding-bottom: 20px;
}
.product__section-product-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.product__section-product-list .fa {
  color: var(--secondary-color);
  font-size: 25px;
}
.product__section-product-list-item {
  margin: 0;
  margin-left: 10px;
}

.w3l-testimonials p.indentity {
  opacity: 1;
}

.w3l-testimonials .testi-des {
  padding-top: 20px;
}

@media only screen and (max-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    color: var(--heading-color);
    opacity: 0.8;
  }
}

@media (max-width: 1024px) {
  .product__section-product-list-wrap-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .product__section-item-container {
    flex-direction: column;
    align-items: start;
  }
  .product__section-product-list-wrap-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 768px) {
  .banner-19 .banner-layer {
    min-height: calc(100vh - 10px);
  }
  .why-us-features {
    padding-top: 60px;
  }
}

@media (max-width: 480px) {
  .product__section-product-list-wrap-4 {
    grid-template-columns: 1fr;
  }
}
