


header.two .navbar-links li > a {
    font-size: large;
}
img.extra-images-one {
    top: 60% !important;
    left: 5% !important;
}
.widget-title .links .tag{
    border: none; 
    background-color: #c8ba9991; 
    color:  #0e0e0e;
    padding: 5px;
    border-radius: 5px;
}
.top-bar {
    padding: 10px 0 !important;
}

.overlay_text{
    color: #ffffff !important;
    text-shadow: 0 0 0 black !important;
}

.img-card{
    width: 100%;
    height: 480px;
}

.img-card .img{
    width:100%;
    height:100%;
}

.ovlay{
    z-index: 9999 !important;
    top: 170px;
}

@media screen and (max-width: 768px) {
    .img-card .img{
        width:100%;
        height:100%;
    }
}

.gap {
    padding: 60px 0;
    background: linear-gradient(135deg, #f5fff7 0%, #e6f5ec 100%); /* soft eco gradient */
    position: relative;
    overflow: hidden;
}
.front-gap {
    position: relative; /* important so ::before attaches */
    z-index: 0; /* allow background to stay behind */
}

.front-gap::before {
    content: "";
    position: absolute;
    background: url("../img/leaf_pattern.jpg") repeat;
    background-size: contain; /* or cover */
    opacity: 0.08; /* soft effect */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; /* keep it behind content */
}

.plant-based {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
}

.plant-based:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.plant-based img {
    max-width: 70px;
    margin-bottom: 12px;
}

.plant-based a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #2b7a4b; /* eco green */
    text-decoration: none;
    transition: color 0.3s ease;
}

.plant-based a:hover {
    color: #1d5232;
}

.t1{
    background-color: transparent !important;
}

.accordion.two .accordion-item .title {
    padding-left: 10px !important;
}
.content p{
    padding-left: 10px !important
}

.story-image img {
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}
.story-image img:hover {
    transform: scale(1.05) rotate(-2deg);
    box-shadow: 0px 15px 40px rgba(0,0,0,0.2);
}

.timeline {
    position: relative;
    margin: 0;
    padding: 0;
}
.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #198754; /* green line */
    margin-left: -2px;
}
.timeline-item {
    position: relative;
    margin: 30px 0;
    width: 50%;
    padding: 0 20px;
}
.timeline-item:nth-child(odd) {
    left: 0;
}
.timeline-item:nth-child(even) {
    left: 50%;
}
.timeline-year {
    position: absolute;
    top: 10px;
    right: -65px;
    background: #198754;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 14px;
}
.timeline-item:nth-child(even) .timeline-year {
    left: -65px;
    right: auto;
}
.timeline-content {
    position: relative;
    border-radius: 10px;
}
.timeline-year.future {
    background: #ffc107; /* highlight future plan */
    color: #000;
}
.f{
    background: #898887; 
}
@media (max-width: 768px) {
    .timeline::before {
        left: 8px;
    }
    .timeline-item {
        width: 100%;
        padding-left: 40px;
    }
    .timeline-item:nth-child(even) {
        left: 0;
    }
    .timeline-year {
        left: -10px !important;
        right: auto !important;
    }
}

@media (max-width: 410px) {
    .bannr-section .container .bannr-text {
        bottom: 40px !important;  /* very small screens */
    }
}

@media (max-width: 576px) {
    .bannr-section .container .bannr-text {
        bottom: 60px !important;  /* small devices */
    }
}

@media (max-width: 1400px) {
    .bannr-section .container .bannr-text {
        bottom: 100px !important; /* tablets & medium desktops */
    }
}

@media (min-width: 1200px) {
    .bannr-section .container .bannr-text {
        bottom: 120px !important; /* large screens */
    }
}

.tabs-section {
  padding: 4rem 1rem;
  background: linear-gradient(to right, #f6f9fc, #eef2f5);
}

.tabs-container {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffffdd;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Tab nav */
.tabs-nav {
  display: flex;
  background: #9d6511b5;
  background: linear-gradient(90deg, #4d564d, #215d21);
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.tab:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.tab svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.tab.active {
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

/* Content panes */
.tabs-content {
  padding: 2rem;
  background-color: #fff;
}

.tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Typography */
.tab-pane h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
}

.tab-pane p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.about_us{
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}

.e-card{
    margin-top: 80px;
    padding: 20px;
    border: 1px solid #898887 !important;
}

.e-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.e-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.ex-brefily{
    padding-top: 50px !important;
    padding-bottom: 50px !important;    
}
/* A4 Preview */
.a4-sheet {
  width: 210mm;              /* keeps A4 look for desktop/print */
  min-height: 297mm;
  padding: 10mm 15mm;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: relative;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Header */
.catalog-header {
  text-align: center;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}

/* Watermark */
.watermark {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  font-size: 40px;
  color: rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}

/* Products grid inside A4 */
.catalog-body {
  z-index: 2;
  position: relative;
}

/* Product Card */
.product-card {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  margin: 10px 0;
  background: #fafafa;
}
.product-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.product-card .product-name {
  font-weight: bold;
  font-size: 14px;
}

/* =========================
   MEDIA QUERIES
   ========================= */

/* Tablet */
@media (max-width: 992px) {
  .a4-sheet {
    width: 95%;          /* shrink to screen size */
    min-height: auto;    /* let it grow naturally */
    padding: 20px;
  }

  .product-card {
    font-size: 13px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .a4-sheet {
    width: 100%; 
    padding: 15px 10px;
    box-shadow: none;   /* remove shadow on small screens */
  }

  .product-card {
    padding: 8px;
  }

  .product-card .product-name {
    font-size: 12px;
  }
}


/* Download Button */
.download-btn {
  text-align: right;
  margin-bottom: 15px;
}
.download-btn button {
    margin-right: 42%;
  background: #198754;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.download-btn button:hover {
  background: #145c32;
}

.s_tab{
    color: #429262;
}
.s_tab:hover{
    color: #aef32e;
}

/* Custom Tab Styling */
.app-tabs .nav-link {
  border: none;
  padding: 12px 25px;
  margin: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  background: #f5f5f5;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.app-tabs .nav-link:hover {
  background: #e8f5e9;
  color: #2e7d32;
  transform: translateY(-2px);
}

.app-tabs .nav-link.active {
  background: #2e7d32;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Sidebar scroll fix */
#sidebar-list {
  max-height: 360px; /* approx. 6 items (adjust if needed) */
  overflow-y: auto;
  padding-right: 5px; /* space for scrollbar */
}

/* Optional: style scrollbar (for modern browsers) */
#sidebar-list::-webkit-scrollbar {
  width: 6px;
}
#sidebar-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
#sidebar-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}



.img-wrapper {
  width          : 225px !important;
  /* square ratio; change to 16 / 9 if needed */
  overflow       : hidden;
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.product-img {
  width     : 100%;
  height    : 100%;
  object-fit: cover;
  aspect-ratio: 2;
  /* ensures image fills without distortion */
  transition: transform 0.3s ease;
}

.product-img:hover {
  transform: scale(1.05);
}

