 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            
        }
        

a{
    text-decoration:none;
    color: #000;
    
    
}



        body {
            line-height: 1.6;
            font-size: 16px;
            color:#878986;
        }
        #top2{background: #fcf4e7; width:100%;}
        #top2-inner{width:90%; text-align:left;}
        #top-header {
            background: #fcf4e7; /* Green background */
            width: 100%;
            display: table;
            padding: 20px 0;
        }

        .container {
            width: 90%;
            margin: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
       #left-section:before {
            font-family: "Font Awesome 5 Free"; 
            content: "\f0e0"; /* Email icon */
            font-weight: 400; /* Regular outline style */
            color:#51a648;
        }
        #left-section a {
            color: #51a648;
                text-decoration: none;
        }
        .content {
            position: relative;
            padding-left: 27px;
            margin-right: 23px;
        }

        .logo {
            display: flex;
            align-items: center;
        }

        .logo img {
            max-width: 100%;
            height: auto;
        }


        .social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;               /* Circle size */
    height: 50px;               /* Circle size */
    border-radius: 50%;         /* Makes the background circular */
    background: #f5f0ea;        /* Light grey background */
    color: #8d969c;                /* Icon color */
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

/* Hover effects with unique colors for each icon */
.social-icons a:hover {
    color: #fff;
    transform: scale(1.1);
}

.social-icons a:nth-child(1):hover { background: #5b8c51; }   /* Facebook blue */
.social-icons a:nth-child(2):hover { background: #5b8c51; }   /* Instagram pink */
.social-icons a:nth-child(3):hover { background: #5b8c51; }   /* Twitter blue */
.social-icons a:nth-child(4):hover { background: #5b8c51; }   /* LinkedIn blue */

   /***********************menu***********************/  
    /* Desktop Top Navigation */
    .topnav {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      background-color: #51a648;
      padding: 20px;
      position: relative;
    }

    .topnav a {
      display: block;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
    }

    .dropdown {
      position: relative;
    }

    .active {
      color: #404a3e;
    }

    .dropdown .dropbtn {
      font-size: 17px;
      border: none;
      outline: none;
      color: white;
      padding: 14px 16px;
      background-color: inherit;
      font-family: inherit;
      margin: 0;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }

    .dropdown-content a {
      float: none;
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
    }

    .topnav a:hover,
    .dropdown:hover .dropbtn {
      color: #000;
    }

    .dropdown-content a:hover {
      background-color: #ddd;
      color: black;
    }

    .dropdown:hover .dropdown-content {
      display: block;
    }

    /* Mobile Sidebar */
    .sidebar {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1000;
      top: 0;
      left: 0;
      background-color: #233220;
      overflow-x: hidden;
      transition: 0.3s;
      padding-top: 60px;
    }

    .sidebar a {
      padding: 15px 25px;
      text-decoration: none;
      font-size: 18px;
      color: #fff;
      display: block;
      transition: 0.3s;
    }

    .sidebar a:hover {
      background-color: #354d35;
    }

    .sidebar .closebtn {
      position: absolute;
      top: 15px;
      right: 25px;
      font-size: 30px;
    }

    .sidebar-toggle {
      display: none;
    }

    /* Mobile Styles */
    

     
/*****************slide**********************/



.slider-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.mySlides {
    position: relative;
    display: none;
}

.mySlides img {
    width: 100%;
    height: auto;
    display: block;
}


.slides div {text-align:unset !important}


    .text-overlay {
    position: absolute;
    top: 20%;
    left: 5%; /* Left aligned */
    transform: translateY(-50%);
    text-align: left;
    color: #000;
    font-size: 37.4pt;
    font-weight: bold;
    letter-spacing: -0.2px;
    font-weight: 600;
    pointer-events: none;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.text-overlay div {
    opacity: 1; /* Always visible for AOS animations */
}




/********************home************************/


#content_inner_home {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
}

#inner {
    width: 90%;
    margin: 0 auto;
}

#total_inner {
    display: table;
    width: 100%;
}

#total_upper_inner_left {
    display: table-cell;
    width: 50%;
    text-align: left; /* stays left */
    vertical-align: top;
    padding-right: 25px;
}
#total_upper_inner_right {
    display: table-cell;
    width: 50%;
    text-align: right; /* stays right */
    vertical-align: top;
}

/* === Left Side (Image Section) === */
#total_upper_inner_left {
    padding-right: 25px;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    overflow: Visible;
}

.main-image {
   height: auto;
    max-width: 100%;
    vertical-align: middle;
    
}

/*.overlap-image {
    position: absolute;
    bottom: -30px;
    right: -30px;
}*/

.small-image {
  max-width: 60%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -50px;   
  left: 270px;     
  z-index: 1;
  height: auto;
}

/* === Right Side (Text Section) === */
#right_inner_collage {
    padding-left: 25px;
    padding-right: 15px;
    text-align: left; /* keep content aligned to left inside */
}


.welcome-text {
    font-weight: 600;
    color: #5b8c51;
    font-size: 14px;
    letter-spacing: 3px;
    font-family: "League Spartan", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.company-name h2 {
    line-height: 70px;
    font-size: 45.9pt;
    font-family: "League Spartan", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 100;
    letter-spacing: -0.2px;
    margin: 0 0 25px;
    text-rendering: optimizeLegibility;
}

.sep img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.text-content p {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 25px;
}

.button {
  background-color: white; 
  color: #51a648; 
  border: 2px solid #51a648;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight:600;
  margin: 20px 0 0 0;
  cursor: pointer;
}

.button:hover {
    outline: 0;
    color: #404a3d;
    text-decoration: none;
    border: 2px solid #000;
}
/**********************card*******************/

 .card-container {
    box-sizing: border-box;
    width: 100%;
    background-color: #f5f0e9;
        margin-top: 100px;
  }

  .card-cell {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 0px;
    width: 32%;
  }
  #total-part {
    width: 90%;
}

  .card {
    background-color: #fff;
    border-radius: 6px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    transition: transform ease 0.3s;
    transform: scale(1);
  }

  .card h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }

  .card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
  }

  .read-more {
    display: inline-block;
    padding: 8px 16px;
    background-color: #00a651;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    transition: background-color 0.3s ease;
  }

  .read-more:hover {
    background-color: #007d3b;
  }
    
  #heading-line-inner {
    text-align: left;
    width: 90%;
    padding: 30px 0 30px 0;
}
#heading-line-inner h2{
    color: #404a3d;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin: 0 0 25px;
    font-family: "League Spartan", sans-serif;
    line-height: 70px;
    font-size: 70px;
        margin: 0px;
}

  
  .card_down {
    padding: 45px 50px 60px;
}      
        
  .card_down h3{
      font-weight: 700;
    font-size: 30px;
    line-height: 34px; 
  }      
        
 .card_up {
  overflow: hidden;
}

.card_up img {
  transition: transform 0.3s ease-in-out;
}

.card_up img:hover {
  transform: scale(1.05);
}

/**************page****************/
#main-content {
    padding: 0 0 50px 0px;
}

.handwritten-heading {
  font-family: 'Amatic SC', cursive;
  font-size: 72px;         
  color: #2d3725;           
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: left;         
}
#content_inner {
    margin-top: 110px;
    width: 100%;
}
#content_inner_total {
    margin: 0 auto;
    width: 90%;
}
#main-content p {
    text-align: justify;
    margin: 0 0 25px;
}
        
/**********************footer************************/
iframe {
    max-width:100% !important;
   
}
.footer {
  background-color:#404a3d;
  color: white;
  width:100%;
  padding: 60px 20px 20px;
}

.footer-container {
    width: 90%;
    margin: auto;
    display:table;
}

.footer-column {
  width: 30%;
  display: table-cell;
}
.footer-column-1 {
  width: 30%;
  display: table-cell;
}

.footer-column h3 {
  font-size: 30px;
  margin: 0 0 30px 0;
  letter-spacing: -0.2px;
  font-family: 'Amatic SC', cursive;
  text-transform: uppercase;
}
.footer-column-1 h3 {
  font-size: 30px;
  margin: 0 0 30px 0;
  letter-spacing: -0.2px;
  font-family: 'Amatic SC', cursive;
  text-transform: uppercase;
}

.footer-column h3::after {
  content: '';
  display: block;
  width: 19px;
  height: 4px;
  border-radius:2px;
  background-color: #51a648;
  margin-top: 5px;
}
.footer-column-1 h3::after {
  content: '';
  display: block;
  width: 19px;
  height: 4px;
  border-radius:2px;
  background-color: #51a648;
  margin-top: 5px;
}

.footer-column p, .footer-column-1 p, .footer-column li, .footer-column-1 li, .footer-column a, .footer-column-1 a {
  font-size: 14px;
  color: #c5c9c4;
  line-height: 1.6;
  text-decoration: none;
}


.footer-column ul, .footer-column-1 ul {
  list-style: none;
  padding-left: 0;
}

.footer-bottom {
  
  text-align: left;
  padding: 15px 0;
  margin: 0 auto;
  font-size: 13px;
  color: #ccc;
  width:90%;
}
#footer-down {
  width: 100%;
  background-color:#3b4435;
  padding: 30px 0;
}

.tagline {
  font-family: 'Amatic SC', cursive;
  font-size: 28px;
  font-style: italic;
  color: #ffffff;
  margin-top: 20px;
}

  .email-link {
      color: #51a648 !important;
      text-decoration: none;
    }

    .email-link:hover {
      color: #fff !important;
    }       
        
  .footer-column a:hover {
          border-bottom: 1px solid #51a648;
  
}
 .call-icon {
        color: green !important;
        transition: color 0.3s ease;
    }
    .call-icon:hover {
        color: white !important;
    }
    .whatsapp-icon{ color: green !important;
        transition: color 0.3s ease;}
      .whatsapp-icon:hover {
        color: white !important;
    }  
   /**************product img***************************/
   .outer-container {
      width: 100%;
      display: table;
      background: #fff;
      padding: 0 0 100px 0;
    }

    .inner-container {
      width: 90%;
      margin: 0 auto;
      display: table-cell;
      vertical-align: top;
    }

    .gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 15px;
      margin-top: 20px;
    }

    .gallery-item {
      width: 24%; /* For 5 items per row with space between */
      text-align: center;
    }

    .gallery-item img {
      width: 100%;
      height: auto;
      display: block;
      box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
      padding: 5px;
      background: #fff;
      overflow: hidden;
    border-radius: 5px;
    }

    .caption {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 34px;
    transition: color ease 0.3s;
    font-family: 'Amatic SC';;
    }
        
     .caption:hover {
    color: #eddd5e;
} 
        
 

.gallery-item img {
transition: transform ease 0.3s;
}

.gallery-item img:hover {
  transform: scale(1.1);
}

/******************breadcrumb***********************************/
.banner-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.breadcrumb-bar {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4); /* transparent bg */
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 500;
}

.breadcrumb-bar a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-bar a:hover {
  text-decoration: underline;
}

.separator {
  margin: 0 8px;
}

/*********************************form********************************/
  .enquiry-form-wrapper {
      font-family: 'Segoe UI', sans-serif;
    width: 100%;
    padding: 20px 20px 20px 0px; /* no left padding */
  }

  form.enquiry-form {
    width: 100%;
    max-width: 600px;
  }

  form.enquiry-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'Courier New', Courier, monospace;
    text-align: left;
  }

  form.enquiry-form input[type="text"],
  form.enquiry-form input[type="email"],
  form.enquiry-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid green;
    background-color: #f9f3ec;
    margin-bottom: 20px;
    display: block;
  }

  form.enquiry-form textarea {
    resize: vertical;
  }

  form.enquiry-form button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
  }

  form.enquiry-form button:hover {
    background-color: #45a049;
  }


        .thankyou-box {
      padding: 40px;
      text-align: center;
      width: 100%;
    }

    .thankyou-box h1 {
      color: #1e7e34;
      font-size: 28px;
      margin-bottom: 10px;
    }

    .thankyou-box p {
      font-size: 16px;
      color: #555;
      margin-bottom: 30px;
    }

    .thankyou-box a {
      text-decoration: none;
      background-color: #1e7e34;
      color: white;
      padding: 12px 24px;
      border-radius: 5px;
      transition: background-color 0.3s ease;
    }

    .thankyou-box a:hover {
      background-color: #145c26;
    }
        
    .thankyou-box p {
    text-align: center !important;
}  
.contact-left {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  width: 50%;
  display:table-cell;
}

.contact-left h3 {
  text-align:left;
  color: #1e7e34;
  font-size: 22px;
  margin-bottom: 15px;
}

.contact-left p {
  margin-bottom: 10px;
}

.contact-right {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: 50%;
  display:table-cell;
}
#full-content {
    width: 100%;
    display: table;
}
#translate select
{
    padding: 4px 12px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #ddd;
}
.translate     
{
    
}
        
        
        
        
        
/*********************** Mobile View ******************************/
@media screen and (max-width: 768px) {
    #left-section, .social-icons {
        display: none; /* Hide email and social icons on mobile */
    }

    .logo {
        display: flex;
        align-items: center;
    }

    .menu-hamburger {
        display: block; /* Show hamburger icon on mobile */
        font-size: 30px;
        cursor: pointer;
    }
    .container {
    display: flex;
    align-items: center;
}
.contact-left {
    display: table-row;
}
.contact-right {
    display: table-row;
}

.logo img {
    max-width: 80%;
    height: auto;
}
#mbmcpebul_wrapper {
    height: 3px !important;padding:0px !important;}
    .text-overlay {
  top: 30%;
font-size: 1rem;}
  #mbmcpebul_table_burger .mb_burger_top_level {
    left: 10px !important;
  }
 

  #total_upper_inner_left,
  #total_upper_inner_right {
    width: 100%;
    margin: 10px 0;
    display:table-row;
  }
  

  .image-wrapper img,
  .overlap-image img {
    width: 100%;
    height: auto;
  }

  .text-content {
    text-align: justify;
    font-size: 14px;
    padding: 10px;
  }

  .company-name h2 {
    font-size: 22px;
    text-align: left;
    margin:0px;
  }

  .welcome-text {
    text-align: left;
    font-size: 18px;
  }

  /* Product Card Layout */
  .card-container {
    width: 100%;
    padding: 0 10px;
  }

  #total-part {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .card-cell {
    width: 100%;
    padding: 0;
  }

  .card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .card_up img {
    width: 100%;
    height: auto;
  }

  .card_down {
    padding: 10px;
    text-align: center;
  }

  .button {
    margin-top: 10px;
    padding: 8px 14px;
    font-size: 14px;
  }
  #right_inner_collage {
    padding-top: 140px;}
    .small-image {
  left: 70%;
  transform: translateX(-50%);
}
     .gallery-item {
        width: 48%; /* 2 per row on tablets */
      }
      
      
      .footer-column {
    display: table-row;
}
#heading-line-inner h2 {
    font-size: 50px;}
    .footer-bottom {
    text-align: center;}
    .contact-left {
    display: table-row;
    }
    #translate
    {
    text-align: left;
    vertical-align: top;
    margin-top: -45px;
    padding-bottom: 10px;
    width:90%;
    }
    #translate-total
    {
        width:100%;
        background-color: #faf5e7;
    }
}


@media screen and (min-width: 601px) {
      .sidebar {
        display: none;
      }
    }    
        
        
  @media screen and (max-width: 600px) {
      .topnav {
        display: none;
      }

      .sidebar-toggle {
        display: block;
        font-size: 30px;
        color: #233220;
        padding: 15px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 1100;
      }
       .dropdown-content {
      background-color: #353d32;
      position:relative;
    }
    .dropdown .dropbtn{
        padding: 15px 25px;
    }
    }      
        
        
  @media screen and (max-width: 480px) {
      .gallery-item {
        width: 100%; /* 1 per row on mobile */
      }
       .small-image {
    bottom: -20px;
    
  }
    }       
        
        
        
        
        
        
        
        
        
        