/* Main Styles from original CSS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


  /* Fullscreen centered wrapper */
    .loader-wrap{
      position: fixed;
      inset: 0;                 /* top:0; right:0; bottom:0; left:0 */
      display: grid;
      place-items: center;
      background: #fff;         /* change to transparent if you want */
      z-index: 9999;
      transition: opacity .4s ease, visibility .4s ease;
    }

    /* Spinner */
    .spinner{
      width: 64px;
      height: 64px;
      border-radius: 50%;
      border: 6px solid rgba(0,0,0,0.12);
      border-top-color: #1d4ed8; /* accent color - change as needed */
      animation: spin 0.9s linear infinite;
      box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    }

    @keyframes spin {
      to { transform: rotate(360deg); }
    }

    /* Hide loader when .loaded is present on body */
    body.loaded .loader-wrap{
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }

.main-font {
  font-family: "Montserrat", sans-serif;
}
.alt-font {
  font-family: "Roboto", sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #464646;
  font-weight: 300;
  line-height: 25px;
  width: 100%;
  padding-top: 50px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
h1 {
  font-size: 72px;
}
h2 {
  font-size: 48px;
}
a,
input,
button {
  transition: ease-in-out 0.2s;
}
p:last-child {
  margin-bottom: 0 !important;
}
.fa,
.far,
.fas {
  display: inline;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:hover {
  color: #0e4930;
}
li {
  list-style: none;
  text-decoration: none;
}
.main-color {
  color: #0e4930;
}
.text-grey {
  color: #464646;
}


/* Custom Top Navbar */
/* ===== NAVBAR ===== */
.navbar {
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0.8rem 0;
  transition: all 0.3s;
}

.navbar-brand img {
  height: 50px;
  width: auto;
}

.navbar .nav-link {
  color: #464646 !important;
  font-weight: 500;
  font-size: 14px;
  padding: 0.5rem 1rem !important;
  position: relative;
}

.navbar .nav-link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0e4930;
  transition: width 0.3s;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
}

.navbar .nav-link:hover:after,
.navbar .nav-link.active:after {
  width: calc(100% - 2rem);
}

.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
  background-color: #000000;
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}
/* .navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  transition: all 0.3s;
}
.navbar-brand {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0e4930 !important;
}

.navbar-toggler{
  color: black !important;
  background-color: rgb(8, 8, 8);
}
.navbar .nav-link {
  color: #464646 !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  padding-bottom: 5px;
}
.navbar .nav-link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0e4930;
  transition: width 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navbar-brand img {
  height: 60px;
}



.navbar .nav-link:hover:after,
.navbar .nav-link.active:after {
  width: 100%;
} */
body.pp-viewing-all-products .navbar .nav-link[href="#all-products"],
body.pp-viewing-summary .navbar .nav-link[href="#summary"],
body.pp-viewing-manufacture .navbar .nav-link[href="#manufacture"],
body.pp-viewing-contact .navbar .nav-link[href="#contact"] {
  color: #0e4930 !important;
}
body.pp-viewing-all-products .navbar .nav-link[href="#all-products"]::after,
body.pp-viewing-summary .navbar .nav-link[href="#summary"]::after,
body.pp-viewing-manufacture .navbar .nav-link[href="#manufacture"]::after,
body.pp-viewing-contact .navbar .nav-link[href="#contact"]::after {
  width: 100%;
}



/* Slogan Text Style */
.slogan-text {
  font-family: "Caveat", cursive;
  font-size: 4.3rem;
  color: #0b613d;
  font-weight: 700;
}

/* Banner / Summary Section */
.slider-area {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.slider-area h1 {
  font-size: 50px;
  line-height: 1.2;
}
.slider-area p {
  font-size: 18px;
  font-weight: normal;
}
.banner-image img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures the image covers the area without distortion */
}
.stats-bar {
  margin-top: 2rem;
  width: 100%;
  padding: 1.5rem 0;
  text-align: center;
}
.stat-item {
  color: #464646;
}
.stat-number {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #0e4930;
}
.stat-label {
  font-size: 0.9rem;
  color: #6c757d;
}

/* ALL PRODUCTS Section */
#all-products.pp-section {
  background-image: url("https://royalpapercups.com/assets/images/products_bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex; /* Use flexbox to center content */
  align-items: center; /* Vertically center */
  justify-content: center; /* Horizontally center */
}
#all-products .container {
  padding-top: 100px; /* Adjust for fixed header */
}
#all-products .section-heading {
  padding-top: 0; /* Reset previous padding */
  margin-bottom: 2rem !important; /* Space between slogan and carousel */
}
.owl-products .owl-stage-outer {
  display: flex;
  align-items: center;
  height: auto;
}
.owl-products .owl-stage {
  display: flex;
  align-items: center;
}
.owl-products {
  text-align: center;
}
.team-box {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 5px;
  transition: 0.5s ease;
  position: relative;
  transform: scale(0.7);
}
.team-box .team-image {
  position: relative;
  overflow: hidden;
}
.team-box .team-text {
  text-align: center;
  font-size: 14px;
  padding: 1.5rem 0 0 0;
  opacity: 0;
  transition: 0.25s;
}
.team-box .team-text .btn {
  font-size: 16px;
  padding: 8px 36px;
  cursor: pointer;
  border-radius: 50px;
  background: transparent;
  border-color: #464646;
  color: #464646;
}
.team-box .team-text .btn:hover {
  background: #0e4930 !important;
  border-color: #0e4930;
  color: #ffffff !important;
}
.owl-products .owl-item.center .item {
  transform: scale(1);
}
.owl-products .owl-item.center .item .team-text {
  opacity: 1;
  transition: 0.5s ease;
}
#all-products .circle {
  position: absolute;
  z-index: 1111;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#all-products .circle:hover i {
  color: #0e4930;
}
#all-products .circle i {
  font-size: 22px;
  color: #464646;
  opacity: 0.7;
}
#all-products #team-circle-right {
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
}
#all-products #team-circle-left {
  top: 50%;
  left: -8%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .owl-item {
    width: 80%;
  }
  .item img{
    width: 250px;
    height: 400px !important;
  }
  
  
}



.main-color{
  font-size: 18px;
}

/* Contact Section */
.contact-sec {
  display: flex;
  align-items: center;
  padding-top: 100px;
}
.contact-sec .heading {
  color: #464646;
  font-size: 48px;
  margin-bottom: 40px;
  font-weight: bold;
}
.contact-sec .contact-details ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 50px;
}
.contact-sec .contact-details ul li {
  color: #464646;
  margin-bottom: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.contact-sec .contact-details ul li i {
  font-size: 30px;
  margin-right: 20px;
  color: #464646;
}
.contact-social a {
  justify-content: center;
  height: 40px;
  line-height: 38px;
  width: 40px;
  align-items: center;
  display: flex;
  text-align: center;
  border-radius: 50px;
  color: #000000;
  font-size: 16px;
  margin: 2px;
}
.contact-social a:hover {
  color: #ffffff !important;
  background: #0e4930 !important;
}

.main-title {
  font-size: 36px !important;
  line-height: 1;
  font-weight: bold;
  color: #1c7e24;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.main-colorr{
  font-size: 22px;
}


/* Manufacture Section */
.reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#testimonial-carousal .item {
  padding: 0 10px;
}
#testimonial-carousal .item img {
  width: 100%;
  height: 250px; /* Force a consistent height */
  object-fit: cover; /* Crop image to fit without stretching */
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#testimonial-carousal .item img:hover {
  transform: scale(1.05);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 4rem;
  text-align: center;
}
.feature-card {
  background-color: #fff;
  padding: 2rem 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.feature-icon {
  margin: 0 auto 1.5rem auto;
  width: 60px;
  height: 60px;
  background-color: #f0fdf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon i {
  color: #0e4930;
  font-size: 1.5rem;
}
.feature-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75rem;
}
.feature-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

/* Product Gallery Styles */
section.gallery {
  padding: 60px 0;
  background: #f7fafc;
}

section.gallery h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #2d3748;
  text-align: center;
}

section.gallery p {
  color: #4a5568;
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1rem;
}

section.gallery .card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.2s;
  background: #fff;
}

section.gallery .card:hover {
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.15);
  transform: translateY(-4px) scale(1.02);
}

section.gallery .card-img-top {
  height: 220px;
  object-fit: cover;
  background: #e2e8f0;
}

section.gallery .card-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a202c;
}

section.gallery .card-text {
  color: #718096;
  font-size: 1rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.gallery .card-img-top {
    height: 160px;
  }
  section.gallery {
    padding: 30px 0;
  }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  #all-products #team-circle-left,
  #all-products #team-circle-right {
    display: none;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  .slogan-text {
    font-size: 4rem;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .slider-area {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 0.5rem 1rem;
  }
  .slider-area .row,
  .contact-sec .row,
  .morphic-body .row {
    flex-direction: column;
  }
  .slider-area .row {
    flex-direction: column-reverse;
  }
  .slider-area .banner-image,
  .contact-sec iframe,
  .morphic-img {
    margin-top: 30px;
  }
  .slogan-text {
    font-size: 3rem;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .stat-item {
    margin-bottom: 1.5rem;
  }
  .team-image img{
    height: 350px;
  }
}

#summary{
  padding: 100px 0;

}
/* Container */
.container-custom {
  max-width: 95%;
  margin: 0 auto;
  padding: 0 20px;

}

/* Flex row */
.row-custom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

/* Columns */
.column {
  flex: 1;
  min-width: 300px;
}

.left {
  flex: 1;
}

.right {
  flex: 1;
  text-align: center;
}

/* Typography */
.main-title {
  font-size: 36px !important;
  line-height: 1;
  font-weight: bold;
  color: #196920;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sub-title {
  font-size: 18px;
  font-weight: bold;
  color: #196920; /* main color */
  margin-top: 8px;
    font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  
}

.paragraph {
  font-size: 14px !important;
  color: #666;
  margin: 7px 0;
  line-height: 1.6;
}

.main-color {
  color: #0a7c86;
}
.main-colorr{
  font-size: 20px;
}

/* Image */
.banner-image img {
  max-width: 75%;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Stats Bar */
.stats-bar {
  margin-top: 20px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
}

.stat-item {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
}

.stat-number {
  font-size: 22px;
  font-weight: bold;
  color: #196920;
}

.stat-label {
  font-size: 15px;
  color: #555;
  margin-top: 5px;
}
.column-left{
  width: 60%;
 
}
.column-right
{
  width: 35%;
}

/* ✅ Responsive breakpoints */

/* Tablet */
@media (max-width: 992px) {
  .container-custom{
    max-width: 97%;
  }
  .row-custom {
    flex-direction: column;
    text-align: center;
  }

  .column-left,
  .column-right,
  .left,
  .right {
    width: 100% !important;
  }

  .main-title {
    font-size: 30px;
    line-height: 0.8;
  }

  .paragraph {
    font-size: 13px;
    line-height: 1.1s;
  }

  .banner-image img {
    max-width: 70%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  #summary {
    padding: 60px 0;
  }

  .main-title {
    font-size: 26px;
  }

  .sub-title {
    font-size: 16px;
    text-align: left;
  }

  .stat-number {
    font-size: 18px;
  }

  .stat-label {
    font-size: 13px;
  }
  .sub-title{
    text-align: left;
  }
  .t98{
    text-align: left !important;
  }
  .column-left{
    justify-content: left !important;
  }
}


/* manufacture */
/* Section */
#manufacture {
  padding: 120px 0;
  background: #fff;
  text-align: center;
}

.container-custom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Heading */
.section-heading {
  margin-bottom: 10px;
  max-width: 1000px;
  margin: auto;
}

.main-title {
  font-size: 34px !important;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  padding-right: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.main-color {
  color: #18571d;
  font-size: 20px;
}

.paragraph {
  font-size: 15px;
  color: #666;
  line-height: 1.2;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 6px;
}

/* Carousel */
.carousel {
  position: relative;
  max-width: 1000px;
  margin: 2px auto;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.item {
  flex: 0 0 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  
  transform: scale(0.85);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.item img {
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  height: 230px;
  width: 300px;
}

/* Center slide styling */
/* .item.active {
  opacity: 1;
  transform: scale(1);
} */

/* Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(24, 87, 29, 0.7);
  color: #fff;
  border: none;
  font-size: 30px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s ease;
  z-index: 10;
}
.carousel-btn:hover {
  background: rgba(24, 87, 29, 1);
}
.carousel-btn.prev { left: 10px; }
.carousel-btn.next { right: 10px; }

/* Dots */
.carousel-dots {
  text-align: center;
  margin-top: 3px;
}
.carousel-dots button {
  border: none;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
}
.carousel-dots button.active {
  background: #18571d;
}

.cp{
  width: 70%;
}

@media screen and (max-width: 600px) {
  .cp{
    width: 50%;
  }
  
}
.gp{
  background-color: rgb(223, 216, 216) !important;
}

/* Features Grid */
.feature-grid {
  display: flex;
 flex-direction: row;
 
  margin-top: 5px;
  width: 90%;
  margin: auto;
  flex-wrap: wrap;
}

.feature-card {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
  width: 200px;
}

.feature-card:hover {
  background: #eef7ee;
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 25px;
  color: #18571d;
  margin-bottom: 8px;
}

.feature-card h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #18571d;
}

.feature-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.3;
}
/* Tablet */
@media (max-width: 992px) {
  #manufacture {
    padding: 70px 0;
  }

  .main-title {
    font-size: 28px;
  }

  .paragraph {
    font-size: 14px;
    padding: 0 10px;
  }

  /* Carousel: show 2 items */
  .item {
    flex: 0 0 50%;
  }

  .item img {
    width: 90%;
    height: 250px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  #manufacture {
    padding: 50px 0;
  }

  .carousel-dots button {
  border: none;
  width: 3px;
  height: 3px;
  margin: 0 3px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

  .main-title {
    font-size: 22px;
  }

  .paragraph {
    font-size: 13px;
  }

  /* Carousel: show 1 item */
  .item {
    flex: 0 0 100%;
    transform: scale(1) !important;
  }

  .item img {
    width: 90%;
    height: auto;

    margin: auto;
    max-height: 260px;
  }

  .carousel-btn {
    font-size: 22px;
    padding: 8px 12px;
  }

  /* Features: 1 per row */
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
.team-box{
  display: flex;
  flex-direction: column;
}



   .alpha {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            min-height: 80vh;
            padding: 2rem 5%;
            max-width: 1200px;
            margin: 0 auto;
            gap: 2rem;
        }

        .beta {
            flex: 1 1 500px;
            padding: 1rem;
        }

        .gamma {
            flex: 1 1 500px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 1rem;
        }

        .gamma img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .delta {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            color: #2c5530;
            line-height: 1.2;
        }

        .epsilon {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            color: #555;
        }

        .zeta {
            background-color: #4a7c59;
            color: white;
            border: none;
            padding: 0.8rem 1.8rem;
            font-size: 1rem;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
        }

        .zeta:hover {
            background-color: #3a6348;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .alpha {
                flex-direction: column;
                text-align: center;
                padding: 1.5rem;
            }
            
            .delta {
                font-size: 2rem;
            }
            
            .beta, .gamma {
                flex: 1 1 100%;
            }
        }

        @media (max-width: 480px) {
            .delta {
                font-size: 1.8rem;
            }
            
            .epsilon {
                font-size: 1rem;
            }
            
            .zeta {
                width: 100%;
                padding: 1rem;
            }
        }
/* Product Gallery Styles */
section.gallery {
  padding: 60px 0;
  background: #ececee;
}

section.gallery h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #274e30;
  text-align: center;
}

section.gallery p {
  color: #256d35;
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight:  500; 
  width: 80%;
  margin: auto;
}

.rrow{
  display: flex;
  flex-direction: row;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 40px;
}
.prdc{
  width: 340px;
  height: auto;
  background-color: white;
  border-radius: 6px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.head{
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head img{
   height: 200px;
   width: 200px;
   margin: auto;
}
.head img:hover{
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.card-body{
  padding: 20px;
  text-align: center;
}

.boxes-con{
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  padding: 10px 16px;
}
.box{
  font-size: 12px;
  line-height: 0.9;
  font-weight: bold;
  border: 1px solid rgb(44, 43, 43);
  padding: 4px 8px;
  margin: 2px 4px;
  border-radius: 20px;
}

.card-body button{
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  background-color: #0e4930;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}



.materials-con{
  width: 90%;
  margin: auto;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.left-materials{
  width: 45%;
  margin-right: 5%;
 
}

.left-materials h3{
  font-size: 26px;
  color: #0e4930;
  margin-bottom: 20px;
  text-align: left;
}



.materials-part{
  display: flex;
  margin-top: 25px;
  flex-direction: column;}

.materials-part .con{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid rgb(177, 172, 172);
   border-radius: 10px;
  padding: 10px;
  padding-bottom: 20px;
  box-shadow: 0 0 1px gray;
}
.materials-part .con:hover{
  box-shadow: 0 0 10px rgb(184, 179, 179);
  transition: all 0.3s ease-in-out;}

.materials-part .con h4{
  font-size: 20px;
  color: #0e4930;

}

.materials-part .con p{
  font-size: 17px;
  color: #757171;
  font-weight: 500;
 
}

.figuree{
  /* border: 1px solid gray; */
  height: 100%;
  padding-left: 10px;
  padding-right: 15px;
}
.holder{
    background-color: rgb(228, 223, 223);
  width: 50px;
  height: 50px;
  border-radius: 10px;  
  display: flex;
  justify-content: center;
  align-items: center;
}
.holder svg{
  width: 40px;
}

.con h4{
  padding-top: 10px;
}

.materials h2{
  padding-top: 85px;
  text-align: center;
  font-size: 36px;
  color: #0e4930;
  margin-bottom: 10px;
}
.materials p{
  text-align: center;
  font-size: 18px;
  color: #757171;
  font-weight: 500;
}

@media screen and (max-width: 768px){
  .materials-con{
    flex-direction: column;
    align-items: center;
  }
  .left-materials, .right-materials{
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }

  
}


 .certifications-container {
            max-width: 850px;
            width: 100%;
        }
        .certifications{
          background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
            padding: 40px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            color: #333;
        }
        
        .header {
            text-align: center;
            margin-bottom: 40px;
            color: white;
        }
        
        .header h1 {
            font-size: 32px;
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        .header p {
            font-size: 18px;
            opacity: 0.9;
        }
        
        .certification-item {
            background-color: rgba(255, 255, 255, 0.95);
            border-radius: 10px;
            padding: 25px 30px;
            margin-bottom: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-left: 5px solid #4caf50;
        }
        
        .certification-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
        
        .certification-title {
            font-size: 20px;
            font-weight: 600;
            color: #2e7d32;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
        }
        
        .certification-title::before {
            content: "✓";
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            background-color: #4caf50;
            color: white;
            border-radius: 50%;
            margin-right: 12px;
            font-size: 14px;
            font-weight: bold;
        }
        
        .certification-description {
            font-size: 16px;
            color: #444;
            line-height: 1.6;
            padding-left: 36px;
        }
        
        .footer {
            text-align: center;
            margin-top: 40px;
            color: white;
            font-size: 14px;
            opacity: 0.8;
        }
        
        @media (max-width: 600px) {
            .header h1 {
                font-size: 26px;
            }
            
            .certification-item {
                padding: 20px;
            }
            
            .certification-title {
                font-size: 18px;
            }
            
            .certification-description {
                font-size: 15px;
            }
        }

          .certifications-container {
            max-width: 1200px;
            width: 100%;
        }
        
        .header {
            text-align: center;
            margin-bottom: 50px;
        }
        
         .pro-cert{
           background-color: #f5f7fa;
            padding: 40px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
         }
        .certifications-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }
        
        .certification-card {
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .certification-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #3498db, #2ecc71);
        }
        
        .certification-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .certification-title {
            font-size: 20px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 15px;
            line-height: 1.3;
        }
        
        .certification-subtitle {
            font-size: 14px;
            color: #3498db;
            font-weight: 500;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .certification-description {
            font-size: 15px;
            color: #5a6c7d;
            line-height: 1.6;
            margin-bottom: 20px;
            flex-grow: 1;
        }
        
        .certification-date {
            display: inline-block;
            background-color: #f1f8ff;
            color: #2980b9;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 500;
            margin-top: auto;
            align-self: flex-start;
        }
        
        .footer {
            text-align: center;
            margin-top: 60px;
            color: #7f8c8d;
            font-size: 14px;
        }
        
        @media (max-width: 768px) {
            .certifications-grid {
                grid-template-columns: 1fr;
            }
            
            .header h1 {
                font-size: 28px;
            }
        }

           .beverage-container {
            max-width: 1000px;
            margin: 60px auto;
            padding: 0 20px;
        }
        
        .beverage-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .beverage-title {
            font-size: 36px;
            font-weight: 700;
            color: #1a472a;
            margin-bottom: 20px;
        }
        
        .beverage-subtitle {
            font-size: 20px;
            color: #2e593a;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        .beverage-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: start;
        }
        
        .beverage-text {
            font-size: 17px;
            line-height: 1.7;
            color: #333;
        }
        
        .beverage-text p {
            margin-bottom: 25px;
        }
        
        .beverage-highlight {
            color: #1a472a;
            font-weight: 600;
        }
        
        .beverage-stats {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            margin: 30px 0;
        }
        
        .beverage-stat {
            background: #f0f8f0;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
        }
        
        .beverage-stat-number {
            font-size: 24px;
            font-weight: 700;
            color: #1a472a;
            margin-bottom: 5px;
        }
        
        .beverage-stat-label {
            font-size: 14px;
            color: #4a6741;
        }
        
        .beverage-features {
            background: #f8fcf8;
            padding: 25px;
            border-radius: 10px;
            border-left: 4px solid #4a6741;
        }
        
        .beverage-features-title {
            font-size: 18px;
            font-weight: 600;
            color: #1a472a;
            margin-bottom: 15px;
        }
        
        .beverage-features-list {
            list-style: none;
            padding: 0;
        }
        
        .beverage-feature {
            margin-bottom: 12px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }
        
        .beverage-feature:before {
            content: "•";
            color: #4a6741;
            font-size: 20px;
            flex-shrink: 0;
        }
        
        @media (max-width: 768px) {
            .beverage-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .beverage-title {
                font-size: 28px;
            }
            
            .beverage-subtitle {
                font-size: 18px;
            }
        }

         .production-container {
            max-width: 1200px;
            margin: 80px auto;
            padding: 0 20px;
        }
        
        .production-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }
        
        .production-text {
            padding-right: 20px;
        }
        
        .production-title {
            font-size: 36px;
            font-weight: 700;
            color: #1a472a;
            margin-bottom: 30px;
        }
        
        .production-description {
            font-size: 17px;
            line-height: 1.7;
            color: #333;
            margin-bottom: 25px;
        }
        
        .production-highlight {
            color: #1a472a;
            font-weight: 600;
        }
        
        .production-stats {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            margin: 30px 0;
        }
        
        .production-stat {
            background: #f0f8f0;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
        }
        
        .production-stat-number {
            font-size: 28px;
            font-weight: 700;
            color: #1a472a;
            margin-bottom: 5px;
        }
        
        .production-stat-label {
            font-size: 14px;
            color: #4a6741;
        }
        
        .production-image {
            width: 100%;
            background: linear-gradient(135deg, #e8f5e8 0%, #d0ead0 100%);
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #4a6741;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            
        }
        .production-image img{
          height: 100%;
          width: 100%;
          border-radius: 13px;
        }
        
        .production-image-icon {
            font-size: 64px;
            margin-bottom: 20px;
        }
        
        .production-image-text {
            font-size: 18px;
            font-weight: 500;
        }
        
        @media (max-width: 968px) {
            .production-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .production-text {
                padding-right: 0;
            }
            
            .production-title {
                font-size: 32px;
            }
        }
        
        @media (max-width: 640px) {
            .production-stats {
                grid-template-columns: 1fr;
            }
            
            .production-title {
                font-size: 28px;
            }
            
            .production-image {
                height: 300px;
            }
        }

           .gallery-container {
            max-width: 1200px;
            margin: 80px auto;
            padding: 0 20px;
        }
        
        .gallery-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .gallery-title {
            font-size: 36px;
            font-weight: 700;
            color: #1a472a;
            margin-bottom: 15px;
        }
        
        .gallery-subtitle {
            font-size: 18px;
            color: #4a6741;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
        }
        
        .gallery-item {
            background: linear-gradient(135deg, #f0f8f0 0%, #e8f5e8 100%);
            border-radius: 12px;
            height: 250px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #4a6741;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        .gp{
          background: white !important;
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
        }
        
        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        
        .gallery-icon {
            font-size: 48px;
            margin-bottom: 15px;
            opacity: 0.8;
        }
        
        .gallery-item-text {
            font-size: 16px;
            font-weight: 500;
            text-align: center;
            padding: 0 15px;
        }
        
        @media (max-width: 768px) {
            .gallery-title {
                font-size: 32px;
            }
            
            .gallery-subtitle {
                font-size: 16px;
            }
            
            .gallery-grid {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                gap: 20px;
            }
        }
        
        @media (max-width: 480px) {
            .gallery-grid {
                grid-template-columns: 1fr;
            }
            
            .gallery-item {
                height: 200px;
            }
        }

        /* Add spacing above and below the image container */
.production-image {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0;
}

/* Add spacing between images */
.production-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 13px;
  margin-bottom: 16px;
}

/* Remove margin-bottom for the last image */
.production-image img:last-child {
  margin-bottom: 0;
}

/* On mobile, add more vertical spacing and control image size */
@media (max-width: 576px) {
  .production-image {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .production-image img {
    max-height: 180px;
    object-fit: cover;
  }
}