/* Banner */

.category-btn a:hover, .industry-overlay a:hover{
    color: #fff;
}

  .banner {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    min-height: 380px;
    padding: 0px 0% 0px 10%;
    overflow: hidden;
    background-color: #333;
    color: #fff;
  }
 .pdb-40{
      padding-bottom:40px;
  }
  .homebanner{
      background: url(../assets/images/homenew.jpg) no-repeat center center;
      background-size: cover;
      background-position: center center;
      padding:105px 0px 250px;
  }
  
.banner-content {
    max-width: 62%;
   
}
  .banner-content h1 {
    font-size: 50px;
    font-weight: 400;
    line-height:68px;
    color:#fff;
  }

  .banner-content h1 span {
    color: #75B94E;
     font-size: 70px;
      font-weight: bold !important;
      line-height: 75px;
  }
  .banner-content p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
  }
  .banner-buttons {
    margin-top: 20px;
  }
  .banner-buttons a {
    display: inline-block;
    padding: 12px 24px;
    margin-right: 15px;
    background: #75B94E;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.3s;
  }
   .banner-buttons a:hover {
    background: #B2B2B2 !important;
    color: #fff !important;
}
  
  
  
  .banner-buttons a:last-child {
    background: #75B94E;
  }
  .banner-buttons a:hover {
    opacity: 0.9;
  }
  .banner-image {
    flex: 1;
    text-align: right;
  }
.banner-image img {
    width: 100%;
    height: 600px;
    border-radius: 8px;
}

  /* Cards Section */
  /*.cards-section {*/
  /*  background: #fff;*/
  /*    }*/
  .cards-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px 50px;
    margin-top: -130px;
    position: relative;
    z-index: 5;
  }
.cards-section .card {
    flex: 1;
    background: url(https://accumaxglobal.com.au/wp-content/uploads/2025/09/5594016.jpg);
    padding: 40px 40px;
    border-radius: 12px;
    text-align: center;
    background-color: #F4F4F4;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    justify-content: center;
    transition: transform 0.3s;
    align-items: center;
}
  .cards-section .card:hover {
    transform: translateY(-5px);
  }
  .cards-section .card img {
    max-width: 280px;
    margin-bottom: 15px;
  }
 .cards-section .card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'semplicitaproregular';
}
.cards-section .card p {
    font-size: 24px;
    color: #4A4A4A;
    line-height: 30px;
}
.category-namepro {
    width: 59%;
}
.category-featuredpro {
    width: 45%;
}

  /* Highlight colours */
  .red { color: #D20A11; }
  .orange { color: #F9B000; }
  .blue { color: #4BBECF; }
   .safety-standard {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .safety-standard .text-content h2 {
    font-size: 36px;
    color: #4A4A4A;
    font-family: 'semplicitaproregular';
    margin-bottom: 15px;
}
 .safety-standard .text-content h2 span {
    color: #75B94E;
    font-weight: bold;
}
.safety-standard  .text-content {
    max-width: 665px;
    margin: 0 auto 40px;
}
.safety-standard .text-content p {
    font-size: 22px;
    line-height: 30px;
    color: #555;
}
  .safety-standard .image-content {
    flex: 1;
    text-align: right;
    min-width: 300px;
  }
  .safety-standard .image-content img {
    max-width: 100%;
    height: auto;
  }
.category-card {
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    background-position: center;
    padding: 30px;
    background-size: cover;
    max-height: 210px;
    min-height: 210px;
}
.icon img {
    width: 75px;
}
.category-namepro h4 {
    color: #75B94E;
    font-size: 28px;
    font-family: 'semplicitaprosemibold';
}
.text-content {
    text-align: center;
    margin-bottom: 40px;
}
.category-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 15px;
}
.category-btn {
    text-align: center;
    margin-top: 30px;
}
.category-btn a{
display: inline-block;
    padding: 12px 24px;
    margin-right: 15px;
    background: #75B94E;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.3s;
}
.our-brands {
    text-align: center;
    background: #fff;
  }
  .our-brands h2 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'semplicitaproregular';
    margin-bottom: 40px;
    color: #4A4A4A;
}
 .our-brands h2 span {
    color: #75B94E;
    font-weight: bold;
    font-family: 'semplicitaprosemibold';
}
  .brands-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
  }
  .brand img {
    max-height: 75px;
    width: auto;
    transition: transform 0.3s ease;
  }
  .brand img:hover {
    transform: scale(1.1); 
  }
section.our-sitelogo {
    background: #F4F4F4;
}
.apart-flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
    gap: 40px;
    z-index: 2;
}
.apart-section {
background-color: #333333;
position:relative;
}
.apart-section::before {
    content: "";
    background-image: url("https://accumaxglobal.com.au/wp-content/uploads/2025/09/5594016-1.jpg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-size: cover !important;
    mix-blend-mode: multiply;
    background-size: cover;
    background-position: bottom;
}

.apart-section .left h2 {
    font-size: 44px;
    color: #fff;
    line-height: 60px;
    font-family: 'semplicitaproregular';
}

    .apart-section .left h2 span {
      color: #75B94E;
      font-weight:600;
    }

    .apart-section .left p {
      font-size: 22px;
      line-height: 30px;
      color: #FFFFFF;
    }
.apart-section .left {
    padding-right: 85px;
    border-right: 1px solid #FFFFFF;
}
    .apart-section .left a {
          display: inline-block;
    padding: 12px 24px;
    margin-right: 15px;
    background: #75B94E;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.3s;
    }
    .apart-section .right {
    padding-left: 90px;
}

.apart-section .icons {
    display: flex;
    gap: 0px;
    justify-content: space-between;
}

.apart-section .icon {
    width: 140px;
    height: 140px;
    background: #76d672;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
    cursor: pointer;
    font-size: 28px;
    color: #76d672;
    transition: 0.3s;
    border: 4px solid #fff;
}

  .apart-section .icon.active, .icon:hover {
    background: #75B94E;
    opacity: 1;
    color: #fff;
}

  .apart-section .content {
    padding: 40px 0px 0px;
    border-radius: 8px;
    display: none;
}

   .apart-section .content.active {
      display: block;
    }

  .apart-section .content h3 {
    margin-top: 0;
    color: #fff;
    font-size: 34px;
    font-family: 'semplicitaprosemibold';
}
.apart-section .content p em {
    color: #75B94E;
}
    .apart-section .content p {
      font-size: 22px;
      color: #FFFFFF;
      line-height:30px;
    }
    .industries-sction{
    background:#F4F4F4;
    }
   .industry-base a {
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
}
    .industry-card {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      margin-bottom: 30px;
      height: 350px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      color: #fff;
    }

   .industry-card:hover .industry-base {
    opacity: 0;
   
}
.industry-card:hover:after {
    display:none;
   
}
  .industry-card:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content:"";
    height: 100%;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(46, 46, 46, 0.75) 100%) 0% 0% no-repeat padding-box;

}
.industry-base {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 1;
    color: #fff;
    max-width: 175px;
}
   .industry-base h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 20px;
}

.industry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(117, 185, 78, 0.75);
    opacity: 0;
    transition: opacity .4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    color: #fff;
}
.industry-overlay img {
    width: 60px;
}
    .industry-card:hover .industry-overlay {
      opacity: 1;
      z-index: 99;
    }
   .industry-overlay h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}
    .industry-overlay p {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 20px;
}
    .industry-overlay a {
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
}
.industry-overlay a i {
 font-size: 14px;
}
    /* ===== RIGHT CONTENT ===== */
    .right-content h3 {
      font-weight: 600;
    }
    .right-content h3 span {
      color: green;
    }
    .btn-green {
         display: inline-block;
    padding: 12px 24px;
    margin-right: 15px;
    background: #75B94E;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.3s;
    }
.industry-content h2 {
    font-size: 44px;
    line-height: 50px;
    color: #4A4A4A;
    font-family: 'semplicitaproregular';
}
.industry-content h2 span {
    color: #75B94E;
    font-family: 'semplicitaprosemibold';
}
.industry-content p {
    color: #4A4A4A;
    font-size: 22px;
    font-family: 'semplicitaproregular';
    line-height: 30px;
}
.featured-selling-pro h2.heading {
    font-size: 44px;
    line-height: 52px;
}
.featured-slider .item {
    padding: 15px 15px 20px;
}
.rising-block .btn {
    border-radius: 4px !important;
}
.featured-slider.owl-carousel .owl-nav .owl-prev, .featured-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
    font-size: 0;
}
.featured-slider.owl-carousel .owl-nav .owl-next {
    background: url("../assets/images/next.svg") no-repeat center center;
    background-size:contain;
    right: 0px;
}
.featured-slider.owl-carousel .owl-nav .owl-prev {
  
    background: url("../assets/images/previous.svg") no-repeat center center;
    background-size:contain;
    left: 0px;
}
.pro-btn-group .btn{
     border-radius: 4px !important;
}

.brand {
    width: 20%;
}
 @media (min-width:1400px) {
   .featured-slider.owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.featured-slider.owl-carousel .owl-nav .owl-next {
    right: -50px;
}
 }
  @media (min-width:1800px) {
   .featured-slider.owl-carousel .owl-nav .owl-prev {
    left: -70px !important;
}
.featured-slider.owl-carousel .owl-nav .owl-next {
    right: -70px !important;
}
 }
 
 @media (min-width:320px) and (max-width:567px) {
   .cards-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
} 
.banner-content h1 span {
    font-size: 30px;
    line-height: 32px;
}
.banner-content h1 {
    font-size: 28px;
    line-height: 40px;
}
.banner-buttons a {
    padding: 12px 15px;
    margin-right: 5px;
    font-size: 13px;
}
.category-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 15px;
}
.brand {
    width: 46%;
}
.brands-wrapper {
    gap: 20px !important;
    justify-content: center;
}
 }
  @media (min-width:568px) and (max-width:767px) {
  .category-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 10px;
}
.category-card {
    padding: 15px;
    
}
.category-namepro {
    width: 65%;
}
.cards-wrapper {
    gap: 20px 20px;
    flex-wrap: wrap;
}
.cards-section .card {
    flex: none;
    padding: 30px 30px;
    width: 48%;
}
.banner-content h1 {
    font-size: 32px;
    line-height: 48px;
}
.banner-content h1 span {
    font-size: 40px;
    line-height: 55px;
}
.brand {
    width: 28%;
}
 }
  @media (min-width:320px) and (max-width:767px) {
 .banner-content {
    max-width: 90%;
}
.our-brands h2 {
    font-size: 34px;
    line-height: 42px;
   
}
.industry-content h2 {
    font-size: 34px;
    line-height: 42px;

}
.featured-selling-pro h2.heading {
     font-size: 34px;
    line-height: 42px;
}
.safety-standard .text-content h2 {
    font-size: 34px;
   
}
.industry-content p {
    font-size: 18px;
    line-height: 28px;
}
.homebanner {
    padding: 50px 0px 190px;
}
.cards-section .card p {
    font-size: 20px;
    line-height: 24px;
}
.safety-standard .text-content p {
    font-size: 20px;
    line-height: 28px;
}
.category-namepro h4 {
    font-size: 22px;
}
.cards-section .card img {
    max-width: 190px;
    margin-bottom: 15px;
}
.apart-section .left {
    padding-right: 0;
    border-right:none;
}
.apart-section .left p {
    font-size: 18px;
    line-height: 28px;
}
.apart-section .left h2 {
    font-size: 34px;
    line-height: 42px;
}
.apart-section .right {
    padding-left: 0px;
    margin-top: 50px;
}
.icon img {
    width: 51px;
}
.apart-section .icon {
    width: 100px;
    height: 100px;

}
.apart-section .content p {
    font-size: 18px;
    line-height: 28px;
}
.brands-wrapper {
    gap: 30px;
    justify-content: center;
}
.pro-box {
    margin: 0 auto 0px !important;
   
}
.featured-slider.owl-carousel .owl-nav .owl-prev, .featured-slider.owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
 
}
}

 @media (min-width:768px) and (max-width:1199px) {
.banner-content h1 span {
    font-size: 55px;
    line-height: 60px;
}
.banner-content {
    max-width: 88%;
}
.homebanner {
    padding: 50px 0px 200px;
}
.banner-content h1 {
    font-size: 42px;
    line-height: 55px;
}
.cards-section .card img {
    max-width: 180px;
    margin-bottom: 15px;
}
.cards-wrapper {
    gap: 30px 20px;

}
.cards-section .card p {
    font-size: 18px;
    line-height: 26px;
}
.cards-section .card h3 {
    font-size: 20px;
    line-height: 22px;
}
.our-brands h2 {
    font-size: 38px;
    line-height: 42px;
   
}
.industry-content h2 {
    font-size: 38px;
    line-height: 42px;

}
.featured-selling-pro h2.heading {
     font-size: 38px;
    line-height: 42px;
}
.cards-section .card {
    padding: 30px 20px;

}
.category-card {
    padding: 17px;
   
}
.category-main {

    gap: 10px 15px;
}
.category-namepro h4 {
    font-size: 23px;

}
.apart-section .right {
    padding-left: 0;
}
.apart-section .left {
    padding-right: 15px;
}
.apart-section .left p {
    font-size: 18px;
    line-height: 26px;
}
.apart-section .content h3 {
    font-size: 24px;
}
.apart-section .content p {
    font-size: 18px;
    line-height: 26px;
}
.apart-section .icon {
    width: 120px;
    height: 120px;

}
.icon img {
    width: 65px;
}
.apart-section .left h2 {
    font-size: 35px;
    line-height: 40px;
  
}
.brand {
    width: 22%;
}
.brands-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.industry-content p {
    font-size: 18px;
    line-height: 26px;
}
.featured-slider.owl-carousel .owl-nav .owl-prev, .featured-slider.owl-carousel .owl-nav .owl-next {
   
    width: 40px;
    height: 40px;
 
}
.industry-base {
    left: 20px;

}
.industry-base h5 {
    font-size: 20px;

}
}

 @media (min-width:1200px) and (max-width:1399px) {
   .banner-content {
    max-width: 65%;
}  
  .apart-section .right {
    padding-left: 40px;
} 
.brand {
    width: 20%;
} 
.apart-section .left p {
    font-size: 20px;
    line-height: 28px;
}
.apart-section .content p {
    font-size: 20px;
    line-height: 28px;
}
.industry-content p {
    font-size: 20px;
    line-height: 28px;
}
.safety-standard .text-content p {
    font-size: 20px;
    line-height: 28px;

}
 }