/* ==================================================
   PEKAMIST MULTI LEVEL MENU FIX
   ================================================== */

/* Parent positioning */
.nav.navbar-nav > li,
.nav.navbar-nav .sub-menu li {
    position: relative;
}

/* First dropdown */
.nav.navbar-nav > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 280px;
    background: #fff;
    z-index: 999999;
}

/* Third level dropdown opens RIGHT */
.nav.navbar-nav > li > .sub-menu > li > .sub-menu {
    position: absolute;
    top: 0;
    left: 100% !important;
    right: auto !important;
    margin-left: 0;
    transform: none;
    min-width: 280px;
    background: #fff;
    z-index: 999999;
}

/* Show dropdowns on hover */
.nav.navbar-nav li:hover > .sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Hide extra arrows added by CSS */
.nav.navbar-nav .sub-menu li.subnav > a::after,
.subnav > a::after,
.dropdown > a::after,
.menu-item-has-children > a::after {
    content: none !important;
    display: none !important;
}

/* Prevent clipping */
.header-area,
.main-header,
.navbar,
.navbar-collapse,
.container,
.container-fluid {
    overflow: visible !important;
}

/* Submenu styling */
.nav.navbar-nav .sub-menu {
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.nav.navbar-nav .sub-menu li a {
    white-space: nowrap;
}

/* Mobile */
@media (max-width: 991px) {

    .nav.navbar-nav > li > .sub-menu,
    .nav.navbar-nav > li > .sub-menu > li > .sub-menu {
        position: static;
        left: auto !important;
        right: auto !important;
        width: 100%;
        min-width: 100%;
        box-shadow: none;
    }

}
.ml-140 {margin-left:140px !important}
.peka-product-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin:40px 0;
}

.peka-product-card{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:20px;
    text-align:center;
    transition:.3s ease;
}

.peka-product-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.peka-product-card img{
    width:100%;
    height:240px;
    object-fit:contain;
    margin-bottom:15px;
}

.peka-product-card h3{
    font-size:18px;
    font-weight:600;
    line-height:1.4;
    margin-bottom:10px;
    color:#222;
}

.peka-product-card p{
    font-size:14px;
    line-height:1.6;
    color:#666;
    margin:0;
}
.peka-product-grid.two-column{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin:40px 0;
}

@media(max-width:991px){
    .peka-product-grid{
        grid-template-columns:repeat(2,1fr);
    }
	 .peka-product-grid.two-column{
        grid-template-columns:1fr;
    }

}

@media(max-width:576px){
    .peka-product-grid{
        grid-template-columns:1fr;
    }

    .peka-product-card img{
        height:220px;
    }
}
.peka-content-section{
  margin:40px 0;
}

.peka-hero-box{
  background:#f7f9fb;
  border:1px solid #e5e5e5;
  border-radius:14px;
  padding:35px;
  margin-bottom:35px;
}

.peka-hero-box h2{
  font-size:30px;
  margin-bottom:15px;
  color:#222;
}

.peka-hero-box p{
  font-size:16px;
  line-height:1.7;
  color:#555;
  margin-bottom:20px;
}

.peka-btn{
  display:inline-block;
  background:#222;
  color:#fff;
  padding:12px 24px;
  border-radius:6px;
  text-decoration:none;
  font-weight:600;
}

.peka-product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin:35px 0;
}

.peka-product-card{
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:12px;
  padding:20px;
  text-align:center;
  transition:.3s ease;
}

.peka-product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.peka-product-card img{
  width:100%;
  height:220px;
  object-fit:contain;
  margin-bottom:15px;
}

.peka-product-card h3{
  font-size:18px;
  font-weight:600;
  line-height:1.4;
  color:#222;
  margin-bottom:10px;
}

.peka-product-card p{
  font-size:14px;
  line-height:1.6;
  color:#666;
  margin:0;
}

.peka-info-box{
  background:#fff;
  border-left:4px solid #222;
  padding:25px;
  margin-top:35px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.peka-info-box h3{
  font-size:24px;
  margin-bottom:15px;
  color:#222;
}

.peka-info-box ul{
  margin:0;
  padding-left:20px;
}

.peka-info-box li{
  margin-bottom:8px;
  color:#555;
  font-size:15px;
}

@media(max-width:991px){
  .peka-product-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:576px){
  .peka-product-grid{
    grid-template-columns:1fr;
  }

  .peka-hero-box{
    padding:25px;
  }

  .peka-hero-box h2{
    font-size:24px;
  }
}
.peka-service-page{
  margin:40px 0;
}

.peka-service-hero{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:35px;
  align-items:center;
  background:#f7f9fb;
  border:1px solid #e5e5e5;
  border-radius:16px;
  padding:35px;
  margin-bottom:35px;
}

.peka-service-hero-text span{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  color:#069248;
  margin-bottom:10px;
  text-transform:uppercase;
  letter-spacing:.5px;
}

.peka-service-hero-text h2{
  font-size:34px;
  line-height:1.25;
  color:#222;
  margin-bottom:15px;
}

.peka-service-hero-text p{
  font-size:16px;
  line-height:1.7;
  color:#555;
  margin-bottom:22px;
}

.peka-service-hero-img img{
  width:100%;
  height:330px;
  object-fit:cover;
  border-radius:14px;
}

.peka-btn{
  display:inline-block;
  background:#069248;
  color:#fff !important;
  padding:13px 26px;
  border-radius:7px;
  text-decoration:none;
  font-weight:700;
}

.peka-info-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-bottom:35px;
}

.peka-info-card{
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:12px;
  padding:22px;
  transition:.3s ease;
}

.peka-info-card:hover{
  transform:translateY(-5px);
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.peka-info-card h3{
  font-size:18px;
  color:#222;
  margin-bottom:10px;
}

.peka-info-card p{
  font-size:14px;
  line-height:1.6;
  color:#666;
  margin:0;
}

.peka-content-box{
  background:#fff;
  border-left:4px solid #069248;
  padding:30px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  margin-bottom:35px;
}

.peka-content-box h2,
.peka-process-section h2,
.peka-faq h2,
.peka-cta-box h2{
  font-size:28px;
  color:#222;
  margin-bottom:15px;
}

.peka-content-box p{
  font-size:15px;
  line-height:1.8;
  color:#555;
}

.peka-two-column{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
  margin-bottom:35px;
}

.peka-column-box{
  background:#f7f9fb;
  border:1px solid #e5e5e5;
  border-radius:14px;
  padding:28px;
}

.peka-column-box h3{
  font-size:23px;
  margin-bottom:15px;
  color:#222;
}

.peka-column-box ul{
  margin:0;
  padding-left:20px;
}

.peka-column-box li{
  margin-bottom:9px;
  font-size:15px;
  color:#555;
}

.peka-process-section{
  margin-bottom:35px;
}

.peka-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.peka-process-grid div{
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:12px;
  padding:24px;
}

.peka-process-grid span{
  display:block;
  font-size:26px;
  font-weight:800;
  color:#069248;
  margin-bottom:10px;
}

.peka-process-grid h4{
  font-size:18px;
  color:#222;
  margin-bottom:8px;
}

.peka-process-grid p{
  font-size:14px;
  line-height:1.6;
  color:#666;
  margin:0;
}

.peka-faq{
  margin-bottom:35px;
}

.peka-faq-item{
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:10px;
  padding:20px;
  margin-bottom:12px;
}

.peka-faq-item h4{
  font-size:17px;
  color:#222;
  margin-bottom:8px;
}

.peka-faq-item p{
  font-size:14px;
  line-height:1.6;
  color:#666;
  margin:0;
}

.peka-cta-box{
  text-align:center;
  background:#069248;
  border-radius:16px;
  padding:38px;
}

.peka-cta-box h2,
.peka-cta-box p{
  color:#fff;
}

.peka-cta-box p{
  font-size:16px;
  line-height:1.7;
  margin-bottom:20px;
}

.peka-cta-box .peka-btn{
  background:#fff;
  color:#069248 !important;
}

@media(max-width:991px){
  .peka-service-hero,
  .peka-two-column{
    grid-template-columns:1fr;
  }

  .peka-info-grid,
  .peka-process-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:576px){
  .peka-service-hero{
    padding:24px;
  }

  .peka-service-hero-text h2{
    font-size:26px;
  }

  .peka-info-grid,
  .peka-process-grid{
    grid-template-columns:1fr;
  }

  .peka-service-hero-img img{
    height:240px;
  }
}
@media (max-width: 991px) {
  .main-menu,
  .main-navigation,
  nav ul,
  .navbar-nav {
    width: 100%;
  }
  .ml-140 {margin-left: 0 !important}
  .main-menu ul,
  .main-navigation ul,
  nav ul {
    max-height: none !important;
    overflow: visible !important;
  }

  .main-menu li,
  .main-navigation li,
  nav li {
    position: relative;
    width: 100%;
  }

  .main-menu li ul,
  .main-navigation li ul,
  nav li ul {
    position: static !important;
    display: none;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: #fff;
    box-shadow: none !important;
    padding-left: 15px;
  }

  .main-menu li.open > ul,
  .main-navigation li.open > ul,
  nav li.open > ul {
    display: block !important;
  }

  .main-menu a,
  .main-navigation a,
  nav a {
    display: block;
    width: 100%;
    padding: 12px 18px;
    line-height: 1.4;
  }

  .main-menu .menu-item-has-children > a,
  .main-navigation .menu-item-has-children > a,
  nav .menu-item-has-children > a {
    padding-right: 48px;
  }

  .submenu-toggle {
    position: absolute;
    right: 8px;
    top: 4px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
    z-index: 5;
  }

  .menu-item-has-children.open > .submenu-toggle {
    transform: rotate(45deg);
  }
}
@media (max-width:768px){
    .relative img{
        height: 400px !important;
        object-fit: cover;
    }
}
.peka-category-showcase{
  margin:70px 0;
	padding: 0 55px;
}

.peka-category-head{
  max-width:780px;
  margin:0 auto 38px;
  text-align:center;
}

.peka-category-head span{
  display:inline-block;
  color:#069248;
  font-size:13px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
  margin-bottom:10px;
}

.peka-category-head h2{
  font-size:34px;
  line-height:1.25;
  color:#17251d;
  margin:0 0 14px;
  font-weight:800;
}

.peka-category-head p{
  font-size:16px;
  line-height:1.75;
  color:#5d6b63;
  margin:0;
}

.peka-category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.peka-category-card{
  position:relative;
  display:block;
  height:300px;
  border-radius:20px;
  overflow:hidden;
  text-decoration:none;
  background:#111;
  box-shadow:0 14px 35px rgba(0,0,0,.08);
}

.peka-category-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s ease;
  opacity:.82;
}

.peka-category-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.72) 100%);
}

.peka-category-card div{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:2;
}

.peka-category-card span{
  display:inline-flex;
  width:42px;
  height:42px;
  border-radius:12px;
  align-items:center;
  justify-content:center;
  background:#069248;
  color:#fff;
  font-weight:800;
  font-size:14px;
  margin-bottom:14px;
}

.peka-category-card h3{
  color:#fff;
  font-size:23px;
  line-height:1.25;
  margin:0;
  font-weight:800;
}

.peka-category-card:hover img{
  transform:scale(1.08);
  opacity:1;
}

@media(max-width:991px){
  .peka-category-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:576px){
  .peka-category-grid{
    grid-template-columns:1fr;
  }

  .peka-category-card{
    height:240px;
  }

  .peka-category-head h2{
    font-size:27px;
  }
}
.peka-why-section{
  margin:70px 0;
  padding:55px 35px;
  background:linear-gradient(135deg,#f6fbf8 0%,#ffffff 55%,#eef8f2 100%);
  border-radius:22px;
  border:1px solid #e3eee8;
}

.peka-why-head{
  max-width:820px;
  margin:0 auto 38px;
  text-align:center;
}

.peka-why-head span{
  display:inline-block;
  color:#069248;
  font-size:13px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
  margin-bottom:10px;
}

.peka-why-head h2{
  font-size:34px;
  line-height:1.25;
  color:#17251d;
  margin:0 0 15px;
  font-weight:800;
}

.peka-why-head p{
  font-size:16px;
  line-height:1.75;
  color:#5d6b63;
  margin:0;
}

.peka-why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.peka-why-card{
  position:relative;
  background:#fff;
  border:1px solid #e4eee8;
  border-radius:18px;
  padding:28px 24px;
  min-height:245px;
  overflow:hidden;
  transition:.3s ease;
}

.peka-why-card:before{
  content:"";
  position:absolute;
  right:-35px;
  top:-35px;
  width:95px;
  height:95px;
  background:rgba(6,146,72,.08);
  border-radius:50%;
}

.peka-why-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 42px rgba(6,146,72,.12);
  border-color:rgba(6,146,72,.35);
}

.peka-why-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  background:#069248;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  font-weight:800;
  margin-bottom:20px;
}

.peka-why-card h3{
  font-size:20px;
  line-height:1.35;
  color:#17251d;
  margin:0 0 12px;
  font-weight:700;
}

.peka-why-card p{
  font-size:14.5px;
  line-height:1.7;
  color:#617068;
  margin:0;
}

@media(max-width:991px){
  .peka-why-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:576px){
  .peka-why-section{
    padding:38px 20px;
    margin:45px 0;
  }
	.peka-products-home{
	 padding:38px 20px;
}

.peka-category-showcase{
  margin:45px 0;
	padding: 0 20px;
}
  .peka-why-head h2{
    font-size:26px;
  }

  .peka-why-grid{
    grid-template-columns:1fr;
  }
}
.peka-products-home{
	padding: 55px 35px;
}

.peka-section-title{
    text-align:center;
    max-width:850px;
    margin:0 auto 50px;
}

.peka-section-title span{
    color:#069248;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:13px;
}

.peka-section-title h2{
    font-size:42px;
    line-height:1.2;
    margin:12px 0;
    color:#111;
    font-weight:800;
}

.peka-section-title p{
    color:#666;
    font-size:16px;
    line-height:1.8;
}

.peka-product-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.peka-product-item{
    position:relative;
    height:360px;
    overflow:hidden;
    border-radius:22px;
    display:block;
    text-decoration:none;
}

.peka-product-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.peka-product-item:hover img{
    transform:scale(1.08);
}

.peka-product-item .overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:30px;
    background:linear-gradient(
        180deg,
        rgba(0,0,0,.05) 0%,
        rgba(0,0,0,.85) 100%
    );
}

.peka-product-item span{
    width:48px;
    height:48px;
    background:#069248;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    font-weight:700;
    margin-bottom:18px;
}

.peka-product-item h3{
    color:#fff;
    font-size:24px;
    line-height:1.3;
    margin-bottom:10px;
}

.peka-product-item p{
    color:rgba(255,255,255,.85);
    font-size:14px;
    line-height:1.7;
    margin:0;
}

@media(max-width:991px){

    .peka-product-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .peka-section-title h2{
        font-size:34px;
    }

}

@media(max-width:767px){

    .peka-product-grid{
        grid-template-columns:1fr;
    }

    .peka-product-item{
        height:300px;
    }

}