body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.btn{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.625rem 1.25rem;transition:all .3s ease}.btn-primary{background-color:#2e7d32;color:#fff}.btn-primary:hover{background-color:#1b5e20}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62}.btn-outline{background-color:initial;border:2px solid #2e7d32;color:#2e7d32}.btn-outline:hover{background-color:#2e7d32;color:#fff}.btn:disabled{cursor:not-allowed;opacity:.6}.header-nav{display:flex;flex:1 1;justify-content:center}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-item{margin:0}.nav-link{color:#333;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-link--active,.nav-link:hover{color:#2e7d32}@media (max-width:768px){.nav-list{flex-wrap:wrap;gap:1rem;justify-content:center}}.header{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header-logo h1{color:#2e7d32;font-size:1.75rem;font-weight:700;margin:0}.header-actions{align-items:center;display:flex}.header-whatsapp-button{align-items:center;border-radius:999px;display:inline-flex;gap:.5rem}.header-whatsapp-button.btn-primary{background:linear-gradient(135deg,#25d366,#1fa956);box-shadow:0 8px 16px #1fa95647}.header-whatsapp-button.btn-primary:hover{background:linear-gradient(135deg,#22c55e,#1a944b);box-shadow:0 10px 18px #1a944b52;transform:translateY(-1px)}.header-whatsapp-button.btn-primary:active{transform:translateY(0)}.header-whatsapp-button-icon{background-color:#fff;border-radius:999px;flex-shrink:0;height:18px;object-fit:contain;padding:2px;width:18px}@media (max-width:768px){.header-container{flex-wrap:wrap;padding:1rem}.header-actions{margin-left:auto}.header-whatsapp-button{gap:.4rem;padding:.55rem 1rem}.header-whatsapp-button-icon{height:16px;width:16px}}.footer{background-color:#1a1a1a;color:#fff;padding:3rem 0 0}.footer__container{border-bottom:1px solid #333;display:flex;flex-wrap:wrap;gap:2rem;margin:0 auto;max-width:1200px;padding-bottom:2rem;width:90%}.footer__section{flex:1 1;min-width:200px}.footer__company{flex:1.5 1;text-align:center}.footer__logo{color:#2e7d32;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.footer__tagline{color:#aaa;font-size:.9rem;line-height:1.5;margin:0 0 1rem}.footer__certification{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.footer__cert-badge{background-color:#2e7d32;border-radius:4px;color:#fff;font-size:.8rem;font-weight:700;padding:.25rem .75rem}.footer__cert-text{color:#aaa;font-size:.85rem}.footer__heading{color:#fff;font-size:1rem;font-weight:600;margin:0 0 1rem}.footer__list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.footer__link{color:#aaa;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer__link:hover{color:#2e7d32}.footer__contact-item{color:#aaa;display:flex;flex-direction:column;font-size:.9rem;gap:.25rem}.footer__contact-label{color:#fff;font-weight:500}.footer__social-links{display:flex;gap:1rem}.footer__social-link{align-items:center;color:#aaa;display:flex;justify-content:center;transition:color .3s ease,transform .2s ease}.footer__social-link:hover{color:#2e7d32;transform:translateY(-2px)}.footer__bottom{padding:1.5rem 0;text-align:center}.footer__copyright{color:#666;font-size:.85rem;margin:0}@media (max-width:992px){.footer__section{min-width:45%}}@media (max-width:768px){.footer__container{flex-direction:column;gap:2rem}.footer__section{min-width:100%}.footer__company{text-align:center}.footer__certification{justify-content:center}.footer__contact,.footer__links,.footer__social{text-align:center}.footer__list{align-items:center}.footer__social-links{justify-content:center}}.hero-carousel{background-color:#f8f9fa;display:flex;justify-content:center;padding:2rem 0;width:100%}.carousel-container{border-radius:16px;box-shadow:0 8px 30px #0000001f;height:500px;max-width:1200px;overflow:hidden;position:relative;width:90%}.carousel-slide{background-position:50%;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .8s ease-in-out;width:100%}.carousel-slide.active{opacity:1}.slide-overlay{align-items:center;background:linear-gradient(90deg,#000000b3 0,#0000004d 50%,#0000001a);display:flex;height:100%;left:0;position:absolute;top:0;width:100%}.slide-content{color:#fff;max-width:600px;padding:0 4rem}.slide-title{font-size:3rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.slide-subtitle{font-size:1.25rem;line-height:1.6;margin:0 0 2rem;opacity:.9}.slide-cta{background-color:#2e7d32;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:background-color .3s ease}.slide-cta:hover{background-color:#1b5e20}.carousel-btn{background-color:#fff3;border:none;color:#fff;cursor:pointer;font-size:1.5rem;padding:1rem 1.25rem;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s ease;z-index:10}.carousel-btn:hover{background-color:#fff6}.prev-btn{border-radius:4px;left:1rem}.next-btn{border-radius:4px;right:1rem}.carousel-dots{bottom:2rem;display:flex;gap:.75rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.dot{background-color:initial;border:2px solid #fff;border-radius:50%;cursor:pointer;height:12px;transition:background-color .3s ease;width:12px}.dot.active,.dot:hover{background-color:#fff}@media (max-width:1024px){.carousel-container{height:450px;width:94%}}@media (max-width:768px){.hero-carousel{padding:1.5rem 0}.carousel-container{border-radius:12px;height:400px;width:96%}.slide-content{padding:0 2rem}.slide-title{font-size:2rem}.slide-subtitle{font-size:1rem}.carousel-btn{font-size:1.25rem;padding:.75rem 1rem}}@media (max-width:480px){.hero-carousel{padding:1rem 0}.carousel-container{border-radius:0;height:350px;width:100%}.slide-title{font-size:1.5rem}.slide-subtitle{font-size:.9rem;margin-bottom:1.5rem}.slide-cta{font-size:.9rem;padding:.75rem 1.5rem}}.content-block{display:flex;justify-content:center;padding:3rem 0;width:100%}.content-block__container{align-items:center;display:flex;gap:3rem;max-width:1200px;width:90%}.content-block__image-wrapper{border-radius:12px;box-shadow:0 4px 20px #0000001a;flex:1 1;overflow:hidden}.content-block__image{display:block;height:100%;object-fit:cover;width:100%}.content-block__content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.content-block__heading{color:#1a1a1a;font-size:2rem;font-weight:700;line-height:1.25;margin:0;text-align:left}.content-block__paragraph{word-wrap:break-word;color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.7;margin:0;overflow-wrap:break-word;text-align:left}@media (max-width:992px){.content-block__container{gap:2rem}.content-block__heading{font-size:1.75rem}}@media (max-width:768px){.content-block__container{flex-direction:column;gap:2rem}.content-block__image-wrapper{width:100%}.content-block__content{align-items:flex-start;width:100%}.content-block__cta{align-self:center}}.enquiry-form{background-color:#f8f9fa;display:flex;justify-content:center;padding:3rem 0;width:100%}.enquiry-form__container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:800px;padding:2.5rem;width:90%}.enquiry-form__heading{color:#1a1a1a;font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;text-align:left}.enquiry-form__form{display:flex;flex-wrap:wrap;gap:1rem}.enquiry-form__field{display:flex;flex-direction:column;gap:.25rem}.enquiry-form__field--half{flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;min-width:200px}.enquiry-form__field--full{flex:1 1 100%}.enquiry-form__label{color:#333;font-size:.85rem;font-weight:600;text-align:left}.enquiry-form__input,.enquiry-form__textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:border-color .3s ease,box-shadow .3s ease}.enquiry-form__input:focus,.enquiry-form__textarea:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321a;outline:none}.enquiry-form__input::placeholder,.enquiry-form__textarea::placeholder{color:#999}.enquiry-form__textarea{min-height:100px;resize:vertical}.enquiry-form .btn{font-size:1rem;padding:.75rem 2rem;width:auto}.enquiry-form__status{border-radius:6px;flex:1 1 100%;font-size:.95rem;font-weight:500;margin-top:.25rem;padding:.75rem 1rem}.enquiry-form__status--success{background-color:#e8f5e9;border:1px solid #a5d6a7;color:#1b5e20}.enquiry-form__status--error{background-color:#ffebee;border:1px solid #ef9a9a;color:#b71c1c}@media (max-width:768px){.enquiry-form__container{padding:1.5rem}.enquiry-form__heading{font-size:1.5rem}.enquiry-form__field--half{flex:1 1 100%}}.image-tile{border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex:0 1 auto;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.image-tile:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.image-tile__img{display:block;flex:1 1;min-height:0;object-fit:cover;width:100%}.image-tile__title{font-size:1rem;font-weight:500;margin:0;padding:12px 8px;text-align:center}.image-tile-grid{display:flex;justify-content:center;padding:2rem 0;width:100%}.image-tile-grid__container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;max-width:1200px;width:90%}.image-tile-grid__container .image-tile{width:calc(25% - 1.5rem)}.image-tile-grid__container .image-tile .image-tile__img{aspect-ratio:1/1}@media (max-width:992px){.image-tile-grid__container .image-tile{width:calc(33.333% - 1.34rem)}}@media (max-width:768px){.image-tile-grid__container .image-tile{width:calc(50% - 1rem)}}@media (max-width:480px){.image-tile-grid__container .image-tile{width:100%}}.text{margin:0;padding:0}.text-h1{font-size:2.5rem;font-weight:700;line-height:1.2}.text-h2{font-size:2rem;font-weight:700;line-height:1.25}.text-h3{font-size:1.75rem;font-weight:600;line-height:1.3}.text-h4{font-size:1.5rem;font-weight:600;line-height:1.35}.text-h5{font-size:1.25rem;font-weight:500;line-height:1.4}.text-h6{font-size:1rem;font-weight:500;line-height:1.45}.text-p{font-size:1rem;font-weight:400;line-height:1.6}.text-span{font-size:inherit;font-weight:inherit;line-height:inherit}.home-page{width:100%}.product-tile{cursor:pointer;display:flex;flex-direction:column;transition:transform .3s ease}.product-tile:hover{transform:translateY(-4px)}.product-tile__image-wrapper{aspect-ratio:1/1;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:box-shadow .3s ease;width:100%}.product-tile:hover .product-tile__image-wrapper{box-shadow:0 8px 20px #00000026}.product-tile__image{display:block;height:100%;object-fit:cover;width:100%}.product-tile__title{color:#1a1a1a;font-size:1rem;font-weight:600;margin:.75rem 0 0;text-align:center}.product-listing{display:flex;justify-content:center;padding:2rem 0;width:100%}.product-listing__container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:flex-start;max-width:1200px;width:90%}.product-listing__container .product-tile{width:calc(25% - 1.5rem)}@media (max-width:992px){.product-listing__container .product-tile{width:calc(33.333% - 1.34rem)}}@media (max-width:768px){.product-listing__container .product-tile{width:calc(50% - 1rem)}}@media (max-width:480px){.product-listing__container .product-tile{width:100%}}.products-page{min-height:100vh}.products-page__header{align-items:center;display:flex;flex-direction:column;gap:.5rem;padding:3rem 0 1rem;text-align:center;width:100%}.products-page__header .text-h1{color:#1a1a1a}.products-page__header .text-p{color:#666;max-width:600px}.image-carousel{display:flex;flex-direction:column;gap:1rem}.image-carousel__main{aspect-ratio:1/1;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;position:relative;width:100%}.image-carousel__image{display:block;height:100%;object-fit:cover;width:100%}.image-carousel__nav{align-items:center;background-color:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;color:#333;cursor:pointer;display:flex;font-size:1rem;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s ease,transform .2s ease;width:40px}.image-carousel__nav:hover{background-color:#fff;transform:translateY(-50%) scale(1.1)}.image-carousel__nav--prev{left:1rem}.image-carousel__nav--next{right:1rem}.image-carousel__thumbnails{display:flex;gap:.5rem;justify-content:flex-start;overflow-x:auto}.image-carousel__thumbnail{background:none;border:2px solid #0000;border-radius:8px;cursor:pointer;flex-shrink:0;height:60px;overflow:hidden;padding:0;transition:border-color .3s ease;width:60px}.image-carousel__thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.image-carousel__thumbnail--active,.image-carousel__thumbnail:hover{border-color:#2e7d32}@media (max-width:768px){.image-carousel__nav{font-size:.85rem;height:32px;width:32px}.image-carousel__nav--prev{left:.5rem}.image-carousel__nav--next{right:.5rem}.image-carousel__thumbnail{height:50px;width:50px}}.product-detail{min-height:100vh;padding:2rem 0}.product-detail__container{align-items:flex-start;display:flex;gap:3rem;margin:0 auto;max-width:1200px;width:90%}.product-detail__carousel{flex:1 1;max-width:500px}.product-detail__content{display:flex;flex:1 1;flex-direction:column;gap:1rem}.product-detail__title{color:#1a1a1a;margin:0}.product-detail__description{color:#666;line-height:1.7;margin:0}.product-detail__form{margin-top:1rem}.product-detail__form .enquiry-form{background-color:initial;padding:0}.product-detail__form .enquiry-form__container{box-shadow:none;max-width:100%;padding:0;width:100%}.product-detail__form .enquiry-form__heading{font-size:1.25rem;margin-bottom:1rem;text-align:left}@media (max-width:992px){.product-detail__container{flex-direction:column;gap:2rem}.product-detail__carousel{max-width:100%;width:100%}.product-detail__content{width:100%}}.about-page{padding-bottom:3rem;width:100%}.about-page__hero{align-items:center;display:flex;justify-content:center;min-height:52vh;overflow:hidden;position:relative}.about-page__hero-image{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.about-page__hero-overlay{background:linear-gradient(90deg,#003250bd,#00466e73);inset:0;position:absolute}.about-page__hero-content{color:#fff;margin:0 auto;position:relative;width:min(90%,900px);z-index:1}.about-page__subtitle,.about-page__title{color:#fff;text-align:left}.about-page__subtitle{max-width:640px}.about-page__stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:2.5rem auto 1.5rem;width:min(90%,1200px)}.about-page__stat-card{background:#fff;border:1px solid #d5dde5;border-radius:.75rem;padding:1.2rem}.about-page__stat-label,.about-page__stat-value{text-align:left}.about-page__stat-value{color:#0f4462}.about-page__stat-label{color:#4f5b66}.about-page__highlights{margin:1.5rem 0 0;width:100%}.about-page__highlights .text-h2,.about-page__highlights-subtitle{margin-left:auto;margin-right:auto;text-align:left;width:min(90%,1200px)}.about-page__highlights-subtitle{color:#4f5b66;margin-bottom:1rem}.about-page__enquiry-anchor{scroll-margin-top:7rem}@media (max-width:992px){.about-page__hero{min-height:46vh}.about-page__stats{grid-template-columns:1fr 1fr}}@media (max-width:768px){.about-page{padding-bottom:2rem}.about-page__hero{min-height:40vh}.about-page__hero-content{width:92%}.about-page__stats{grid-template-columns:1fr;margin-top:1.5rem}}.contact-page{min-height:100vh;padding-bottom:3rem;width:100%}.contact-page__hero{margin:0 auto;padding:3rem 0 1.5rem;text-align:left;width:min(90%,1200px)}.contact-page__subtitle{color:#5a6872;max-width:680px}.contact-page__content{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:minmax(260px,360px) minmax(0,1fr);margin:0 auto;width:min(90%,1200px)}.contact-page__details{grid-gap:1rem;background:#fff;border:1px solid #d5dde5;border-radius:.75rem;display:grid;gap:1rem;padding:1.25rem;text-align:left}.contact-page__detail-item{grid-gap:.25rem;display:grid;gap:.25rem}.contact-page__link{color:#0f4462;text-decoration:none}.contact-page__link:hover{text-decoration:underline}.contact-page__form .enquiry-form{background:#0000;padding:0}.contact-page__form .enquiry-form__container{max-width:none;width:100%}@media (max-width:992px){.contact-page__content{grid-template-columns:1fr}}@media (max-width:768px){.contact-page{padding-bottom:2rem}.contact-page__hero{padding-top:2rem}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.86551d52.css.map*/