@font-face {
 font-family: 'Instrument Sans';
 font-style: italic;
 font-weight: 400;
 font-stretch: normal;
 font-display: swap;
 src: url(fonts/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENuu-2oy4H3g.ttf) format('truetype');
}
@font-face {
 font-family: 'Instrument Sans';
 font-style: italic;
 font-weight: 500;
 font-stretch: normal;
 font-display: swap;
 src: url(fonts/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENut22oy4H3g.ttf) format('truetype');
}
@font-face {
 font-family: 'Instrument Sans';
 font-style: italic;
 font-weight: 600;
 font-stretch: normal;
 font-display: swap;
 src: url(fonts/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENujGxoy4H3g.ttf) format('truetype');
}
@font-face {
 font-family: 'Instrument Sans';
 font-style: italic;
 font-weight: 700;
 font-stretch: normal;
 font-display: swap;
 src: url(fonts/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENugixoy4H3g.ttf) format('truetype');
}
@font-face {
 font-family: 'Instrument Sans';
 font-style: normal;
 font-weight: 400;
 font-stretch: normal;
 font-display: swap;
 src: url(fonts/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-Tfykyk.ttf) format('truetype');
}
@font-face {
 font-family: 'Instrument Sans';
 font-style: normal;
 font-weight: 500;
 font-stretch: normal;
 font-display: swap;
 src: url(fonts/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-Tfykyk.ttf) format('truetype');
}
@font-face {
 font-family: 'Instrument Sans';
 font-style: normal;
 font-weight: 600;
 font-stretch: normal;
 font-display: swap;
 src: url(fonts/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_jfykyk.ttf) format('truetype');
}
@font-face {
 font-family: 'Instrument Sans';
 font-style: normal;
 font-weight: 700;
 font-stretch: normal;
 font-display: swap;
 src: url(fonts/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_jfykyk.ttf) format('truetype');
}
.top-info-bar{
    background:#ffffff;
    border-bottom:1px solid #e5e5e5;
    padding:6px 0;
    font-size:14px;
    font-weight:600;
    color:#222;
    position:relative;
    z-index:9999;
}

.top-info-bar a{
    color:#222;
    text-decoration:none;
    transition:.3s;
}

.top-info-bar a:hover{
    color:#90c52d;
}

.top-info-bar i{
    color:#90c52d;
    margin-right:5px;
}

@media(max-width:767px){
    .top-info-bar{
        font-size:13px;
        line-height:24px;
    }

    .top-info-bar .col-12:first-child{
        margin-bottom:4px;
    }
}
.products-wrapper{
    position:relative;
    width:100%;
    left:auto;
    transform:none;
    max-width:1450px;
    padding:0 30px;
    margin:0 auto;
    box-sizing:border-box;
}

.products-wrapper .section-title-wrapper{
    text-align:center;
    margin-bottom:40px;
}

.products-section{
    width:100%;
}

.products-section .container-fluid{
    padding-left:0;
    padding-right:0;
}

.products-section .row{
    margin-left:0;
    margin-right:0;
}
.full-width-products{
    width:100%;
    max-width:1450px;
    margin:0 auto;
    transform:none;
    box-sizing:border-box;
}
.products-section{
    background:#faf7f0;
}

.product-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    display:flex;
    flex-direction:column;
}

.product-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.product-image{
    padding:25px;
    background:#fff;
    text-align:center;
}

.product-image img{
    width:100%;
    max-width:260px;
    height:260px;
    object-fit:contain;
    transition:.4s;
}

.product-card:hover img{
    transform:scale(1.05);
}

.product-content{
    padding:30px;
    text-align:center;
    display:flex;
    flex-direction:column;
    flex:1;
}

.product-content h3{
    font-size:28px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.product-content h3 span{
    display:block;
    font-size:18px;
    color:#666;
    margin-top:5px;
    font-weight:600;
}

.product-content p{
    color:#666;
    line-height:30px;
    margin-bottom:30px;
    flex:1;
}

.btn-product{
    display:inline-block;
    background:#90c52d;
    color:#fff;
    padding:14px 35px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.btn-product:hover{
    background:#1b1b1b;
    color:#fff;
}

@media(max-width:991px){
    .product-content h3{
        font-size:24px;
    }

    .product-image img{
        height:220px;
    }
}

 .product-cta-box{
    border:2px solid #5ca62b;
    background:#f5fbf2;
    padding:25px;
    margin:40px 0;
    text-align:center;
   }

   .product-cta-box h3{
      font-size:28px;
      font-weight:700;
      margin-bottom:20px;
      color:#1d3b0d;
   }

   .product-cta-buttons{
      display:flex;
      justify-content:center;
      gap:15px;
      flex-wrap:wrap;
   }

   .product-cta-buttons a{
      text-decoration:none;
      padding:14px 30px;
      border-radius:4px;
      font-weight:700;
      transition:.3s;
   }

   .quote-btn{
      background:#2d7d1f;
      color:#fff;
   }

   .quote-btn:hover{
      background:#1d5e15;
      color:#fff;
   }

   .whatsapp-btn{
      background:#25D366;
      color:#fff;
   }

   .whatsapp-btn:hover{
      background:#1da851;
      color:#fff;
   }

   .agrezen-page-header{
    position:relative;
    overflow:hidden;
}

.agrezen-page-header::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(
        90deg,
        rgba(28,59,47,.88) 0%,
        rgba(28,59,47,.82) 40%,
        rgba(28,59,47,.45) 70%,
        rgba(28,59,47,.10) 100%
    );
    z-index:1;
}

.agrezen-page-header .container{
    position:relative;
    z-index:2;
}

.page-title-wrap{
    text-align:left;
    padding-left:40px;
}
html{
    scroll-behavior:smooth;
}

img{
    transition:.4s ease;
}

img:hover{
    transform:scale(1.04);
}
.btn,
.cea-button-link{
    transition:.35s;
}

.btn:hover,
.cea-button-link:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}
.service-inner,
.portfolio-inner,
.feature-box-inner{
    transition:.35s;
}

.service-inner:hover,
.portfolio-inner:hover,
.feature-box-inner:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.15);

}
.service-inner,
.feature-box-inner,
.portfolio-inner,
.industry-card{
    transition:all .35s ease;
}

.service-inner:hover,
.feature-box-inner:hover,
.portfolio-inner:hover,
.industry-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.service-inner img,
.industry-card img{
    transition:transform .45s ease;
}

.service-inner:hover img,
.industry-card:hover img{
    transform:scale(1.06);
}
.btn,
.cea-button-link{
    transition:.3s ease;
}

.btn:hover,
.cea-button-link:hover{
    transform:translateY(-3px);
}
.gallery img{
    transition:.4s;
}

.gallery img:hover{
    transform:scale(1.05);
}
/* Default */
.desktop-header{
    display:block;
    background:url(images/about.png) center center/cover no-repeat;
}

.mobile-header{
    display:none;
    background:url(images/sun.png) top/51% auto no-repeat;
    background-color:#9f302b;
    height:417px;
}

/* Mobile */
@media (max-width: 991px){

    .desktop-header{
        display:none;
    }

    .mobile-header{
        display:block;
    }

    .mobile-header .page-title-wrap{
        margin-top:164px;
    }
}
