
:root{
 --green:#174b25;--green2:#2f6b39;--leaf:#7ba66d;--cream:#f5f2e7;--paper:#fbfcf8;
 --ink:#172019;--muted:#657066;--gold:#c7a64b;--line:#e1e7df;--shadow:0 18px 55px rgba(23,75,37,.10);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}
a{text-decoration:none;color:white}.container{width:min(1160px,92%);margin:auto}
.topbar{background:var(--green);color:#fff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;padding:7px 0}
.navbar{position:sticky;top:0;z-index:50;background:rgba(251,252,248,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.navin{height:78px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px;font-weight:900;color:var(--green)}
.logo-mark{width:52px;height:42px;border:2px solid var(--green);border-radius:10px;display:grid;place-items:center;font-size:19px;letter-spacing:-1px}
.logo small{display:block;font-size:9px;letter-spacing:1.5px;color:#536456}.links{display:flex;gap:22px;align-items:center;font-weight:650;font-size:14px}.links a{padding:27px 0;position:relative}.links a.active,.links a:hover{color:var(--yellow)}.links a.active:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--gold)}
.menu{display:none;background:none;border:0;font-size:27px;color:var(--green)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:10px;border:1px solid var(--green);font-weight:750;cursor:pointer;transition:.25s}.btn-primary{background:var(--green);color:white}.btn-primary:hover{background:#0f361b;transform:translateY(-2px)}.btn-light{background:white;color:var(--green)}.btn-gold{background:var(--gold);border-color:var(--gold);color:#182313}
.hero{min-height:620px;background:linear-gradient(115deg,#eef5e9 0%,#f8f7ee 54%,#e5efdf 100%);display:flex;align-items:center;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-160px;top:-180px;background:#cfe2c7;opacity:.45}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:50px;align-items:center;position:relative}
.eyebrow{color:var(--green2);font-size:13px;font-weight:850;letter-spacing:2px;text-transform:uppercase}.hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:14px 0 22px;color:var(--green);letter-spacing:-2px}.hero p{font-size:18px;color:#58645a;max-width:600px}
.hero-art{display:flex;justify-content:center}.hero-art img{width:min(480px,90%);filter:drop-shadow(0 25px 30px rgba(0,0,0,.15))}
.stats{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:20px;margin-top:-55px;position:relative;z-index:2}.stat{text-align:center;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat strong{display:block;font-size:25px;color:var(--green)}.stat span{font-size:12px;color:var(--muted)}
.section{padding:86px 0}.section.alt{background:var(--cream)}.section-head{text-align:center;max-width:700px;margin:0 auto 42px}.section-head h2{font-size:38px;line-height:1.1;color:var(--green);margin:8px 0 12px}.section-head p{color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:.25s;box-shadow:0 8px 30px rgba(23,75,37,.05)}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#eef5e9}.card-body{padding:17px}.card-body h3{margin:0 0 4px;color:var(--green);font-size:17px}.card-body p{margin:0;color:var(--muted);font-size:13px}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature{padding:28px;background:#fff;border:1px solid var(--line);border-radius:16px}.icon{width:48px;height:48px;border-radius:14px;background:#e7f0e3;display:grid;place-items:center;color:var(--green);font-weight:900;font-size:20px}.feature h3{margin:15px 0 7px;color:var(--green)}.feature p{margin:0;color:var(--muted);font-size:14px}
.banner{background:var(--green);color:#fff;padding:54px 0}.bannerin{display:flex;align-items:center;justify-content:space-between;gap:25px}.banner h2{margin:0;font-size:34px}.banner p{margin:6px 0 0;color:#d8e5d9}
.page-hero{padding:90px 0 80px;background:linear-gradient(110deg,#eaf3e6,#f6f3e7)}.page-hero h1{font-size:52px;color:var(--green);margin:8px 0}.crumb{font-size:13px;color:var(--muted)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.about-img{border-radius:22px;overflow:hidden;background:#e7f0e3}.about-img img{width:100%;display:block}.about-copy h2{font-size:38px;line-height:1.1;color:var(--green)}.about-copy p{color:var(--muted)}
.product-toolbar{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}.filter{border:1px solid var(--line);background:#fff;border-radius:30px;padding:9px 16px;cursor:pointer;font-weight:700;color:var(--green)}.filter.active,.filter:hover{background:var(--green);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.detail-image{background:#eaf3e6;border-radius:24px;padding:25px}.detail-image img{width:100%;max-height:520px;object-fit:contain}.detail-copy h2{font-size:40px;color:var(--green);line-height:1.1}.checklist{padding:0;list-style:none}.checklist li{margin:12px 0;padding-left:28px;position:relative}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px}.contact-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px}.contact-item{display:flex;gap:14px;margin:20px 0}.contact-item b{color:var(--green)}.contact-item span{display:block;color:var(--muted);font-size:14px}.form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form .full{grid-column:1/-1}.form label{font-size:13px;font-weight:700;color:var(--green)}.form input,.form textarea,.form select{width:100%;margin-top:6px;border:1px solid var(--line);border-radius:10px;padding:13px;background:#fbfcf8;font:inherit}.form textarea{min-height:135px;resize:vertical}
.footer .dnp-footer-logo{display:block;width:140px;height:auto;max-height:92px;object-fit:contain}.footer-logo-wrap{min-height:70px}
.footer{background:#102f18;color:#d9e7da;padding:55px 0 18px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}.footer h3{color:white}.footer p,.footer a{color:#b9cbbd;font-size:14px}.footer-links{display:grid;gap:8px}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:15px;font-size:12px;color:#a9bcad;display:flex;justify-content:space-between}
.reveal{animation:up .65s ease both}@keyframes up{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(max-width:900px){.links{display:none}.menu{display:block}.links.open{display:flex;position:absolute;top:78px;left:0;right:0;background:#fbfcf8;flex-direction:column;padding:20px;border-bottom:1px solid var(--line)}.links.open a{padding:8px}.links.open a.active:after{display:none}.hero-grid,.about-grid,.detail-grid,.contact-grid{grid-template-columns:1fr}.hero{padding:70px 0}.stats{grid-template-columns:repeat(2,1fr);gap:15px}.stat:nth-child(2){border:0}.cards,.product-grid{grid-template-columns:repeat(2,1fr)}.features{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.topbar .container{display:none}.navin{height:68px}.links.open{top:68px}.cards,.product-grid,.features{grid-template-columns:1fr}.stats{margin-top:-30px}.hero h1{font-size:43px}.section{padding:65px 0}.page-hero h1{font-size:40px}.form{grid-template-columns:1fr}.form .full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.copyright{display:block}.copyright span{display:block;margin-top:5px}}



/* From Uiverse.io by joe-watson-sbf */ 
.btn {
  font-size: 17px;
  background: transparent;
  border: none;
  padding: 1em 1.5em;
  color:green;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s ease;
  cursor: pointer;
}

.btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color:green;
  transition: 0.5s ease;
}

.btn:hover {
  color: #1e1e2b;
  transition-delay: 0.5s;
}

.btn:hover::before {
  width: 100%;
}

.btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: green;
  transition: 0.4s ease;
  z-index: -1;
}

.btn:hover::after {
  height: 100%;
  transition-delay: 0.4s;
  color: aliceblue;
}

.fa-instagram{
  font-size :40px;;
}

.fa-facebook{
  font-size :40px;;
}

.fa-linkedin{
  font-size :40px;;
}
/* Product navigation: all oils shown directly, no dropdown */
.navin{gap:18px}
.links{
  flex:1;
  justify-content:flex-end;
  gap:9px 13px;
  flex-wrap:wrap;
  max-height:58px;
  overflow:hidden;
}
.links a{font-size:12px;white-space:nowrap}
.product-sections{display:flex;flex-direction:column;gap:56px}
.product-section .section-title{
  margin:0 0 24px;
  font-size:30px;
  color:var(--ink);
  border-left:4px solid #174b25;
  padding-left:14px;
}
@media(max-width:1100px){
  .links{gap:7px 10px;max-height:62px}
  .links a{font-size:11px}
}
@media(max-width:900px){
  .links{flex:initial;max-height:none;overflow:visible}
  .links a{font-size:14px}
}

/* Products filter navigation */
.product-filter-wrap{padding:18px 0 8px;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #e7e7e7}
.product-filter-nav{display:flex;flex-wrap:wrap;gap:9px;align-items:center;justify-content:center}
.product-filter{border:1px solid #174b25;background:#fff;color:#174b25;border-radius:999px;padding:9px 15px;font-size:14px;font-weight:600;cursor:pointer;transition:.2s}
.product-filter:hover,.product-filter.active{background:#174b25;color:#fff}
@media (max-width:700px){.product-filter-wrap{position:relative}.product-filter-nav{justify-content:flex-start}.product-filter{font-size:13px;padding:8px 12px}}

/* Product catalogue category navigation */
.product-catalog-nav-label{font-weight:800;color:#174b25;font-size:18px;margin-bottom:12px}
.product-filter-wrap{padding:22px 0 8px;background:#fff;position:relative;z-index:2}
.product-filter-nav{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.product-filter{border:1px solid #d5dfd5;background:#f7faf5;color:#174b25;padding:10px 16px;border-radius:999px;font-weight:700;cursor:pointer;transition:.2s}
.product-filter:hover,.product-filter.active{background:#174b25;color:#fff;border-color:#174b25}
.product-section{scroll-margin-top:100px}
.product-section .section-title{margin-top:24px}
.product-view-details{text-decoration:none}
@media(max-width:768px){.product-filter-nav{gap:8px}.product-filter{padding:9px 12px;font-size:13px}.product-catalog-nav-label{font-size:16px}}

/* Product image View Details overlay */
.product-image-wrap{position:relative;overflow:hidden;background:#eef5e9;aspect-ratio:1/1}
.product-image-wrap img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;display:block;transition:transform .25s ease}
.product-card:hover .product-image-wrap img{transform:scale(1.04)}
.product-image-wrap{position:relative}
.product-card .card-body .product-view-details{display:inline-flex;margin-top:14px;text-decoration:none}
@media(max-width:560px){}

/* Final product button position: fixed to the bottom-left of each card */
.product-card{display:flex;flex-direction:column}
.product-card .card-body{position:relative;flex:1;padding-bottom:72px}
.product-card .card-body .product-view-details{
  position:absolute;
  left:17px;
  bottom:17px;
  margin:0;
  z-index:3;
}

/* DNP product search and WhatsApp enquiry */
.product-search-box{display:flex;max-width:760px;margin:0 auto 8px;gap:10px;align-items:center}
.product-search-box input{flex:1;min-width:0;padding:14px 18px;border:1px solid #d7dfd3;border-radius:10px;font-size:16px;outline:none;background:#fff}
.product-search-box input:focus{border-color:#286b3f;box-shadow:0 0 0 3px rgba(40,107,63,.12)}
.product-search-box button{border:1px solid #286b3f;background:#fff;color:#286b3f;border-radius:10px;padding:13px 18px;cursor:pointer;font-weight:600}
.product-search-status{text-align:center;min-height:22px;color:#5c6b61;margin:4px 0 12px}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:576px){.product-search-box{flex-direction:column;align-items:stretch}.product-search-box button{width:100%}}

/* ===== DNP PREMIUM NAVBAR - DESIGN ONLY ===== */
.navbar{
  background:linear-gradient(135deg,#123b1d 0%,#174b25 52%,#205d2f 100%) !important;
  border-bottom:1px solid rgba(255,255,255,.13);
  box-shadow:0 8px 28px rgba(11,45,20,.20);
  backdrop-filter:blur(14px);
}
.navin{
  height:82px;
  gap:28px;
}
.navbar .logo{
  color:#fff;
  min-width:245px;
  transition:transform .25s ease,filter .25s ease;
}
.navbar .logo:hover{transform:translateY(-1px);filter:brightness(1.08)}
.navbar .logo img{
  width:70px;
  height:50px;
  object-fit:contain;
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.16));
}
.navbar .logo span{
  color:#fff;
  font-size:15px;
  line-height:1.05;
  letter-spacing:1.1px;
  white-space:nowrap;
}
.navbar .logo small{
  color:#cfe4d2;
  margin-top:4px;
  font-size:8px;
  letter-spacing:3px;
}
.navbar .links{
  flex:1;
  justify-content:flex-end;
  align-items:center;
  gap:5px;
  flex-wrap:nowrap;
  max-height:none;
  overflow:visible;
}
.navbar .links a{
  color:#f4faf4;
  padding:11px 14px;
  border-radius:10px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.15px;
  position:relative;
  transition:color .25s ease,background .25s ease,transform .25s ease;
}
.navbar .links a::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:5px;
  height:2px;
  border-radius:10px;
  background:#c7a64b;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .25s ease;
}
.navbar .links a:hover{
  color:#fff;
  background:rgba(255,255,255,.10);
  transform:translateY(-1px);
}
.navbar .links a:hover::after,
.navbar .links a.active::after{transform:scaleX(1)}
.navbar .links a.active{
  color:#fff;
  background:rgba(255,255,255,.13);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.navbar .menu{
  color:#fff;
  width:45px;
  height:45px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:12px;
  background:rgba(255,255,255,.08);
  display:none;
  transition:.25s ease;
}
.navbar .menu:hover{background:rgba(255,255,255,.16);transform:scale(1.03)}

@media(max-width:1100px){
  .navin{gap:16px}
  .navbar .logo{min-width:215px}
  .navbar .links{gap:2px}
  .navbar .links a{padding:10px 10px;font-size:12px}
  .navbar .links a::after{left:10px;right:10px}
}
@media(max-width:900px){
  .navin{height:74px}
  .navbar .menu{display:grid;place-items:center}
  .navbar .links{display:none}
  .navbar .links.open{
    display:flex;
    position:absolute;
    top:74px;
    left:0;
    right:0;
    z-index:100;
    padding:14px max(4%,20px) 18px;
    background:linear-gradient(145deg,#123b1d,#174b25);
    border-top:1px solid rgba(255,255,255,.10);
    border-bottom:1px solid rgba(255,255,255,.14);
    box-shadow:0 18px 30px rgba(8,35,15,.22);
    border-radius:0 0 18px 18px;
    gap:5px;
    flex-direction:column;
    align-items:stretch;
    max-height:none;
    overflow:visible;
  }
  .navbar .links.open a{
    width:100%;
    padding:12px 15px;
    border-radius:10px;
    font-size:14px;
  }
  .navbar .links.open a::after{display:none}
  .navbar .links.open a:hover,
  .navbar .links.open a.active{background:rgba(255,255,255,.12)}
}
@media(max-width:560px){
  .navin{height:68px}
  .navbar .logo{min-width:0;gap:7px}
  .navbar .logo img{width:58px;height:44px}
  .navbar .logo span{font-size:12px;letter-spacing:.8px}
  .navbar .logo small{font-size:7px;letter-spacing:2.2px}
  .navbar .links.open{top:68px}
}
/* ===== download section csss ===== */

.catalogue-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
}

.catalogue-preview,
.catalogue-download {
  border-radius: 24px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.catalogue-heading span,
.catalogue-download > span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #4c8b50;
}

.catalogue-heading h2,
.catalogue-download h2 {
  font-size: 30px;
  margin: 10px 0;
}

.catalogue-heading p,
.catalogue-download p {
  color: #667066;
  line-height: 1.6;
}

.pdf-viewer {
  width: 100%;
  height: 500px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  background: #f5f5f5;
}

.catalogue-download {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, #173b1d, #326b3b);
  color: white;
}

.catalogue-download > span {
  color: #bce5b9;
}

.catalogue-download h2 {
  color: white;
}

.catalogue-download p {
  color: rgba(255,255,255,.78);
}

.download-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  font-size: 32px;
  margin-bottom: 25px;
}

.download-button {
  margin-top: 25px;
  padding: 16px 20px;
  border-radius: 12px;
  background: white;
  color: #173b1d;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
}

.download-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,.2);
}

.catalogue-download small {
  margin-top: 15px;
  color: rgba(255,255,255,.6);
}

@media (max-width: 768px) {
  .catalogue-section {
    grid-template-columns: 1fr;
  }

  .pdf-viewer {
    height: 450px;
  }
}