.container{
    /* max-width: 1300px !important; */
    max-width: 100% !important;
}
.carousel-item img {
    width: 100%;
    /* height:750px; */
    height: 100%;
    min-height: 100%;
    object-fit: fill;
}



.main-container {
    max-width: 100%; /* Ensure it stays within the page width */
    overflow: hidden; /* Prevent overflow */
    position: relative;
}

.carousel-indicators .indicator {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.carousel-indicators .indicator.active svg rect {
    width: 100%; /* Rectangle width */
    height: 16px; /* Rectangle height */
    rx: 8; /* Rounded corners for rectangle */
    fill: black; /* Black fill for active state */
}

.carousel-indicators .indicator:not(.active) svg rect {
    width: 16px; /* Circle size */
    height: 16px;
    rx: 8; /* Fully rounded for circles */
    fill: white; /* White fill for inactive state */
}

.carousel-indicators .indicator:hover {
    transform: scale(1.1); /* Slight zoom effect on hover */
}

.carousel-indicators [data-bs-target]{
    box-sizing: inherit !important;
}

.frame5 {
    display: inline-flex;
    align-items: center;
    padding-top:4% ;

  }

.item {
    width: 40px;
    height: 40px;
    background: lightgray;
    background-size: cover;
    background-position: 50% 50%;  /* Ensures the image is centered */
    background-repeat: no-repeat; 
    border-radius: 50%; 
    margin-left: -2% ;
}
.item:first-child {
    margin-left: 0; /* No overlap for the first item */
}
.mainheading{
    display: flex;  
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    /* backdrop-filter: blur(2px); */
    border-radius: 20px 20px 0px 0px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(0px);
    padding-top: 2%;
  }

  @font-face {
    font-family: 'Calibri';
    src: url('assets/fonts/calibri-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.mainheading h2{
    color: #fbf062;
    /* color: #333; */
    text-align: center;

/* Desktop/H2 */

    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);  */
}
.mainheading h1{
    /* color: #FFF; */
    /* color: #f1de0f; */
    color:  #fcfcfc;
text-align: center;

font-size: 2rem;
font-style: normal;
font-weight: 700;
line-height: normal;
/* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); Adds a subtle shadow */
}

.mainheading h4{
    color: #FFF;
    text-align: center;

/* Desktop/H4 */

    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product_contact{
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;    
    gap: 10%;
    color: #FFF;
    text-align: center;
    
    /* Desktop/cta */
   
    
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    border-radius: 0px 0px 20px 20px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(0px);

}

.products button{
    background-color: transparent;

}
.products button:hover{
    background-color: #fff;
    color: #000;

}


.product_contact .contactt button{
       background: #3E9328;
       border : 2px solid #3E9328;
       color: white;
}
/*.d-md-block { */
/*    top: 40%;*/
/*}*/

.carousel-item{
    transition: none !important;
}

.main-info{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 30px;
align-self: stretch;
}
.information{
    display: flex;
padding: 0px 8%;
flex-direction: column;
align-items: flex-start;
gap: 20px;
align-self: stretch;
}

.about-info{
    display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
align-self: stretch;
}
.about-info img{
    width:80%;
    padding-top: 1%;
    object-fit: fill;
}
.section h2{
    color: #000;
text-align: center;
/* Desktop/H2 */
font-size: 48px;
font-style: normal;
font-weight: 600;
}

.section p{
    color: #000;
text-align: center;

/* Desktop/Para */

font-size: 24px;
font-style: normal;
font-weight: 400;
}
.two{
    display: flex ;
padding: 10px 18px;
justify-content: space-between;
align-items: center;
/* height: fit-content; */
align-self: stretch;

}
.sub{
    display: flex !important;
padding: 10px;
justify-content: space-between;
align-items: center;
flex: 1 0 0;
border-radius: 10px;
background: #D7E5C3;
}
.sub img{
    width: 646px;
align-self: stretch;
}

.about-para{
    display: flex;
padding: 20px;
flex-direction: column;
justify-content: center;
align-items: center;
/* gap: 20px; */
flex: 1 0 0;
}

.about-para-1{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
align-self: stretch;
}
.about-para-1 h4{
    color: #000;
text-align: center;


font-size: 28px;
font-style: normal;
font-weight: 600;
text-decoration: underline;

}
.about-para h3{
    color: #000;

    font-size: 2.5rem;
    font-style: normal;
    font-weight:600 !important;
    line-height: normal;
    /* padding-right: 43%; */
}

.sub-1{
    display: flex;
flex-direction: column;
align-items: flex-start;
/* gap: 10px; */
align-self: stretch;
}

.sub-1 p{
    color: #000;
text-align: left;

/* Desktop/Para */

font-size: 24px;
/* font-style: normal; */
font-weight: 400;
/* line-height: normal; */
}

/* .sub-1-para li{
    line-height: 133%;
    font-size: 1.5rem !important;
    color: #000;
} */
.mission{
    padding: 2%;
}
.mission h3{
    color: #000;
    /* Desktop/H3 */

    font-size: 36px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}
.mission p{
    color: #000;
    /* text-align: center; */

/* Desktop/Para */

font-size: 24px;
font-style: normal;
font-weight: 400;

}
.backcolor{
    border-radius: 10px;
background: #D7E5C3;
}

.servicess{
    display: flex;
padding: 12px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
align-self: stretch;
}

.mainrow{
    display: flex !important;
    padding: 0.5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}
.cont1{
    display: flex;
justify-content: space-between;
/* align-items: center; */
align-self: stretch;
gap: 15px;
}
.cont11{
    display: flex;
/* width: 424.333px; */
width: 50%;
/* padding: 59px 46px; */
padding:1% 1%;
flex-direction: column;
align-items: flex-start;
gap: 10px;
border-radius: 4px;
background: #3E9328;
}

.cont111{
    display: flex;
flex-direction: column;
justify-content: center;
/* align-items: center; */
gap: 10px;
align-self: stretch;
}
.cont1111{
    display: flex;
align-items: center;
gap: 3px;
}
.cont111 p{
    color: #FFF !important;
text-align: center;

font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.cont12{
    display: flex !important;
    border-radius: 4px;
border: 2px solid #3E9328;
background: #FFF;
display: flex;
width: 50%;
padding:1% 1%;
/* padding: 59px 46px; */
flex-direction: column;
align-items: flex-start;
/* gap: 10px; */
}
.cont12 p{
 
    color: green !important;
}

.clients{
    display: flex;
padding: 0px 12px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
align-self: stretch;
}
.feedback{
    /* display: flex; */
flex-direction: column;
align-items: center;
gap: 12px;
align-self: stretch;
}

.feedback h3{
    color: #000;


font-size: 2.5rem;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.feedback p{
    color: #000;
text-align: justify;

/* Desktop/Para */

font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.feedbacks {
    padding: 52px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    width: 100%;
}

.feedbacks1 {
    display: flex;
    align-items: center;
    gap: 25px;
    animation: scrollLeft 20s linear infinite;
}
.box {
    display: flex;
    align-items: center;
    background: #D9D9D9;
    padding: 10px;
    border-radius: 10px; /* Optional: smooth edges */
    max-width: fit-content; /* Adjusts width based on content */
    min-width: 350px; /* Prevents it from being too small */
    max-height: fit-content; /* Ensures it only takes necessary space */
    gap: 10px; /* Space between image and text */
}

.box img {
    width: 100px; /* Adjust size */
    height: 100px;
    object-fit: contain;
    border-radius: 50%; /* Circular image */
    flex-shrink: 0; /* Prevents image from shrinking */
}

.feedback .feedback-text{
    font-size: 14px !important;
    color: #333 !important;
    font-weight: bold !important;
    white-space: normal !important; /* Allows text wrapping */
    word-wrap: break-word !important; /* Ensures long words break properly */
    max-width: 250px !important; /* Prevents the text from stretching too much */
    text-align: center !important;
}



@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-20%); /* Move halfway to show the duplicated content */
    }
}

/* Hide scrollbars (optional) */
.feedbacks::-webkit-scrollbar {
    display: none;
}

.contribution{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.firstpara{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.firstpara .section{
    /* display: flex; */
padding: 0px 1%;
}

.firstpara h3{
    color: #000;

/* Desktop/H3 */

font-size: 2.5rem;
font-style: normal;
font-weight:600;
line-height: normal;
}

.firstpara p{
    color: #000;
text-align: justify;

/* Desktop/Para */

font-size: 24px;
font-style: normal;
font-weight: 400;
}


.carosuall {
    display: flex;
    padding: 24px 0 23px 0;
    justify-content: flex-start; /* Align items to the start */
    align-items: center;
    background: #FFF;
    overflow-x: auto; /* Enable horizontal scrolling */
    overflow-y: hidden; /* Hide vertical overflow */
    white-space: nowrap; /* Prevent wrapping of items */
    width: 100%; /* Ensure carousel fits the container */
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch !important; /* Enables smooth scrolling on iOS */
    overscroll-behavior-x: contain; /* Prevents bounce effect */
}

.carosualsub {
    display: flex;
    padding: 0 20px;
    align-items: flex-start;
    gap: 43px; /* Space between items */
    transition: transform 0.3s ease; 
}

.boxx {
    width:700px; /* Fixed width for each box */
    height: 388px; /* Fixed height for each box */
    /* background: #464545; */
    flex-shrink: 0; /* Prevent boxes from shrinking */
    box-sizing: border-box; /* Include padding/borders in width/height */
}
.boxx img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.carosuall::-webkit-scrollbar {
    display: none; /* Hide scrollbar in Webkit-based browsers */
}
.imgenv{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
width: 100%;
}

.env1{
    display: flex;
/* width: 1307px; */
width: 100%;
justify-content: space-between;
align-items: center;
}

.env-info{
    display: flex;
width: 642px;
padding: 16px 24px;
flex-direction: column;
justify-content: center;
align-items: flex-end;
gap: 32px;
flex-shrink: 0;
align-self: stretch;
border-radius: 10px;
background: #3E7230;
}
.env-info1{
    background-color: #FCFCFC !important;
    border: 2px solid #000;
}
.env-info1 p{
    color: #000 !important;
}
.env-info1 .env-data{
    border-bottom: 2px solid #000 !important;
}
.env-info1 h2{
    color: #000 !important;
}

.env-data{
    display: flex;
justify-content: flex-end;
align-items: flex-start;
gap: 10px;
border-bottom: 2px solid #FFF;
}

.env-data h2{
    color: #FFF;
text-align: right;

font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.env-info p{
    color: #FFF;
text-align: justify;

/* Desktop/Para */

font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.product-info{
    display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
align-self: stretch;
background: #FCFCFC;
}
.product-info .product1{
    display: flex;
flex-direction: column;
align-items: center;
align-self: stretch;
}

.product1 .section{
    display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
align-self: stretch;
}
.product1 h2{
    color: #000;
text-align: center;

/* Desktop/H2 */

font-size: 2.5rem;
font-style: normal;
font-weight:600;
line-height: normal;
}
.product1 p{
    color: #000;
text-align: center;

/* Desktop/Para */

font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.product2{
    display: flex;
width: 1309px;
justify-content: space-between;
align-items: center;
align-content: center;
row-gap: 17px;
flex-wrap: wrap;
}

.product-card {
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .product-card img {
    width: 100%; /* Ensures the image fits inside the grid item */
    max-height: 500px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;



  }

  .product-card p {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1; /* Initially hidden */
    transition: opacity 0.4s ease;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    background-color: rgba(0, 0, 0, 0.6); /* Optional: Add background for better visibility */
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 2;
  }

  .product-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #3E9328 100%);
    z-index: 1;
    transition: height 0.4s ease;
  }
  
  .product-card:hover::before {
    height: 25%; /* Adjust the height of the overlay */
  }
  .plants{
    width: 100%;
  }
  .plantss{
    width: 60%;
  }
  
  

  .product-card:hover img {
    transform: scale(1.1) translateY(10px); /* Zoom out and move downward */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adds a shadow effect */
  }

  .product-name {
    margin-top: -43px;
    font-size: 1rem;
    font-weight: bold;
    color: white;
  }
  /* .product-card:hover p {
    opacity: 1; } */

.manufacture{
    display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
align-self: stretch;
}
.manufacture .plant{
    display: flex;
justify-content: center;
align-items: center;
align-content: center;
gap: 21px 12px;
align-self: stretch;
flex-wrap: wrap;
}

.plant-card {
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  
  .plant-card img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
  }
  
  .plant-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #3E9328 100%);
    transition: height 0.4s ease;
    z-index: 1;
  }
  
  .plant-card:hover .overlay {
    height: 30%; /* Adjust the height for the overlay */
  }
  
  .plant-card:hover img {
    transform: scale(1.1); /* Zoom effect */
  }
  
  .plant-card .plant-name {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1rem;
    font-weight: bold;
    z-index: 2;
  }




  .contact-form {
    background-color: #C3D7A5;; /* Light green background */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}
.contact-form h2{
    font-weight: 550;
    font-size: 2rem;
  
    color: #000;

}
.contact-form p{
    color: #000;
    font-weight: 500;
    margin: 1%;
}
.submitmiddle{
    display: flex;
}
.contact-details {
    background-color: #28a745; /* Green background for contact details */
    color: white;
    padding: 20px;
    border-radius: 8px;
    /* margin-top: 50%;  */
}
.contact-details a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
}
.contact-details a:hover {
  color: #eee;
}


.btn-contact {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: white !important;
    display: inline-block;
    margin: auto;
    /* padding: 10px 20px; */
    /* position: absolute; */

    /* left: 50% !important; */
}
.btn-contact:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.contact.row .col-md-4{
    gap: 10%;

}

.social{
    display: flex;
align-items: center;
gap: 16px;
padding-top: 2%;
padding-left: 10%;
}


span{
    font-weight: 700;
}

.mobile{
    display: none;
}

.desktop{
    display: block;
}

.mobile1{
    display: none !important;
}

.desktop1{
    display: block !important;
    padding-top: 2%;
}
.mobile2{
    display: none !important;
}
.desktop2{
    display: block !important;
}


/* .bar ul {
    display: flex;
    align-items: center;
    background: transparent;
    backdrop-filter: none;   
    width: 100%;
} */
.navbar-collapsing{
    display: block !important;
}

.products button{
    border-color: white !important;
    border-style: solid;
    color: white;
}

.contact{
    width: 100%;
}
.insta svg{
    margin-left: 18%;
}



.social-icons {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.social-icons a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: white;
  font-size: 24px;
  border-radius: 50px;
  /* margin: 5px 0; */
}
.social-icons svg{
    width: 15px;
}
.social-icons .facebook {
  background-color: #3b5998;
}

.social-icons .twitter {    
  background-color: #1da1f2;
}

.social-icons .linkedin {
  background-color: #0077b5;
}

.social-icons .instagram {
  background: radial-gradient(circle at -14% 80%, #fdf497, #fd5949, #d6249f, #285aeb);
}

.social-icons .youtube {
  background-color: #ff0000;
}
.social-icons svg path {
    fill: white; /* Facebook blue */
}
/* .social-icons a:hover {
  opacity: 0.8;
  transform: scale(1.1); */
.social a{
    color: #000;
    text-decoration: none;
}
/* .mapps{ */
    /* display: flex;
    gap: 4%;
    justify-content: space-around;
     */
/* } */
/* .map{
    padding-top: 5%;
} */
.map iframe{
    width: 100%;
}
.bolass {
    width: 100%;
    /* background: linear-gradient(135deg, #f5f7fa, #c3cfe2); */
    min-height: 50vh;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: center;
    gap: 2%;
    padding: 20px;
}

.certificate-card {
    width: 280px;
    background: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 2%;
}

.certificate-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.certificate-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.certificate-card h5 {
    color: #2c3e50;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.certificate-card p {
    color: #7f8c8d;
    font-size: 14px;
}

.btn-custom {
    background-color: #3498db;
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.btn-custom:hover {
    background-color: #2980b9;
}




    .clayimage{
        width: 100%;
        height: 500px;
        object-fit: cover ;
        border-radius: 10px;
    }
    .gallry_close{
        right: 110px !important;
    }


    .certificate-carousel-container {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        padding: 20px 0;
    }
    
    .certificate-carousel {
        display: flex;
        gap: 15px;
        padding: 10px;
    }
    
    .certificate-carousel .certificate-card {
        flex: 0 0 auto;
        width: 315px;
        background: white;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        border-radius: 15px;
        padding: 20px;
        text-align: center;
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .certificate-carousel .certificate-card:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    }
    
    .certificate-carousel-container::-webkit-scrollbar {
        height: 8px;
    }
    
    .certificate-carousel-container::-webkit-scrollbar-thumb {
        background: #3498db;
        border-radius: 10px;
    }
    
    .certificate-carousel-container::-webkit-scrollbar-track {
        background: #eaf3f5;
    }
    
    .sub-heading {
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        color: #34495e;
        margin: 30px 20px 10px;
    }

    
@media only screen and (max-width: 2560px) {
    .carousel-item img {
        width: 100%;
        /* height:750px; */
        object-fit: fill;
    }
    /*.d-md-block {*/
    /*    top: 47%;*/
    /*}*/
    

}

@media (max-width: 1440px) {
    .information{
        padding: 0px 4%;
    }
    .env1 img{
        width: 49% !important;
    }
    .env-info{
        width: 49% !important;
    }
    .section h3{
        display: flex;
        justify-content: center;
    }
    .product-card img {
        width: 100%;
        max-height: 300px;
    }
    .carousel-item img {
        height:750px;
    }
    .d-md-block { 
        top: 54%;
    }
    
    
    
}



@media (min-width: 1201px) {
    .env1 img{
        width: 49% !important;
    }
    .env-info{
        width: 49% !important;
    }
    .section h3{
        display: flex;
        justify-content: center;
    }
    .about-para-1{
        gap:0px;
    }
    .sub-1 p{
        font-size: 1rem;
    }
    
}


@media only screen and (min-width: 1200px) and (max-width: 1315px) {
    .map iframe{
        width: 550px !important;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 39.333333% !important;
    }
    .mainheading h2 {
        font-size: 2rem;
    }
    .mainheading h1 {
        font-size: 2rem;
    }
    .d-md-block { 
        top: 54%;
    }
    .about-para-1{
        gap:0px;
    }
    .sub-1 p{
        font-size: 1rem;
    }
    
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
.env1 img{
    width: 49% !important;
}
.env-info{
    width: 49% !important;
}
.cont111 p{
    font-size: 1rem !important;
}
/* .navbar-expand-lg .navbar-collapse{
    margin-right: 3%;
} */
.map iframe{
    width: 100% !important;
}
.mainheading h2 {
    font-size: 2rem;
}
.mainheading h1 {
    font-size: 2rem;
}
.about-para-1{
    gap:0px;
}
.sub-1 p{
    font-size: 1rem;
}

}
@media only screen and (max-width: 1025px){
    .about-para-1{
        gap:0px;
    }
    
    .env1 img{
        width: 49% !important;
        height: 345px !important;
    }
    .env-info{
        width:49% !important;
    }
    .mainrow{
        gap: 15px;
    }
    .cont1{
        gap: 15px;
    }
    .cont11{
        padding: 1% 1%;
    }
    .cont12{
        padding: 1% 1%;
    }
    .cont111 p{
        font-size: 1rem !important;
    }
    .map iframe{
        width: 450px !important;
    }
    .mainheading h2 {
        font-size: 2rem;
    }
    .mainheading h1 {
        font-size: 2rem;
    }
    .section h2{
        font-size: 2.5rem;
    }
    .about-para h3{
        font-size: 2rem;
        padding-right: 0%;

    }
    .sub-1 p{
        font-size: 1rem;
    }
.env-data h2{
    font-size: 2.5rem;
}

}

@media only screen and (max-width: 991px) {

    /* This class locks the scrolling */
    /* body.locked {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
    }
   */
    /* General adjustments for contact details */
    
  
    /* Styling the navbar toggler */
    .d-md-block{
        top:40%;
    }
    .navbar {
        background-color: transparent;
    }
    .navbar-toggler {
      position: absolute;
      right: 6%;
      top: 9%;
      z-index: 1050; /* Ensure it is above other content */
    }
  
    /* Adjusting collapse behavior */
    .collapsing {
      display: none;
    }
  
    .collapsing.show {
      display: block;
      /* background-color: rgba(0, 0, 0, 0.8);  */
      color: #fff;
      padding: 10px;
      border-radius: 8px;
   
    }
    .navbar-collapse{
        margin: 3% -21%;
    }
    /* .show li{
        padding-right: 8%;
        
    } */
  
    /* Navbar navigation alignment */
    .navbar-nav {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px; /* Add some spacing between items */
      padding: 10px 0;
    }
  
    /* Styling the list container for better visibility */
    .bar ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        width: 113%;
        padding:17% 0% 10% 0%;
        align-items: end;
        height: fit-content;
        margin-top: -9%;
        position:fixed;
        /* margin-left: -9%; */
        /* position: fixed;
        top: 0;
        z-index: 999; */
        padding-bottom: 75%;

    }
    .bar li{
        padding-right: 13%;
    }
    .nav-item a{
        font-size: 3.5rem;
        color: white ;

    }

    /* Social section alignment */
    .social {
      padding-left: 0;
      gap: 9px;
    }
  
    .social p {
      font-size: 12px;
      font-weight: 500;
    }
  
    /* Sub-image adjustments */
    .sub img {
      width: 100% !important;
    }
  
    /* Logo adjustments */
    .logo-container {
      display: flex;
      justify-content: center;
      margin-bottom: 15px;
    }
  
    .logo {
      max-width: 150px;
      height: auto;
    }
  
    /* Ensure active nav item is highlighted */
    .navbar-nav .nav-item.active .nav-link {
      font-weight: bold;
      color: #ffcc00; /* Example highlight color */
    }
    .navbar.finished {
        background-color: none !important;
    }
    .navbar{
        position: absolute !important;
    }
    .mainheading h2{
        font-size: 2rem;
        padding-bottom: 2%;
    }
    .mainheading h1{
        font-size: 2rem;
        padding-bottom: 2%;
    }
    .mainheading h4{
        font-size: 2rem;
        padding-bottom: 3%;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .product_contact{
        gap:12%;
    }
    .sub-1 p{
        font-size: 1rem;
    }
    .sub-1-para li{
        font-size: 1rem !important;
        
    }
    .section p{
        font-size: 1.3rem;
    }
    .section h2{
        font-size: 2rem;
    }
   
    .mission h3{
        font-size: 2rem;
    }
    .mission p{
        font-size: 1.3rem;
    }
    .feedback p{
        font-size: 1.3rem;
    }
    .feedback h3{
        font-size: 2rem;
    }
  .env-info p{
    font-size: 1.3rem;
  }
    /* .cont11 {
        padding: 3% 3%;
    }
    .cont12{
        padding: 3% 3%;
    }
     */
     .map iframe{
        width: 370px !important;
    }
    .env-data h2{
        font-size: 2rem;
    }
    .about-para h3{
        font-size: 2rem;
    }
    .certificate-card{
        margin: 3%;
    }
}
  

@media only screen and (max-width: 835px){
 
    
    .cont12{
        padding: 1%;
    }
    .cont11{
        padding: 1%;
    }
    /* .cont111 p{
        text-align: center;
    } */
    .product-card p{
        bottom: -8px;
        font-size: 0.5rem;
    }
    .contact1 .col-md-6{
        width:100%;
    }
    .contact1 .col-md-4{
        width: 100% !important;
        padding-top: 2%;
    }
    .social{
        justify-self: center;
    }
    .frame6 .item {
        width: 70px;
        height: 70px;
        margin-right: -10px;
        margin-left:-10px ;
    }
    .footer-main {
        gap: 0.5rem;
    }
    .footer-main h1 {
        font-size: 1rem;
    }
    .carosualsub {
        padding: 0%;
    }
    /* .default-svg {
        display: none;
    } */

    .responsive-svg {
        display: block !important;
    }
    .map iframe{
        width: 350px !important;
    }
    .product-detail .talcp{
        width: 100%;
    }
    .contact-details {
        margin-top: 10px;
      }
      .feedbacks1 {
        animation: scrollLeft 10s linear infinite;
    }
    .box {
        width: 140px;
        height: 70px;
    }
    .feedbacks {
        padding: 27px 0px;
}
    .firstpara h3{
        font-size: 2rem;
    }
    .boxx {
        width:500px; /* Fixed width for each box */
        height: 261px; /* Fixed height for each box */
    }
    .box img {
        width: 60px;
        height: 60px;
    }
    
    .certificate-card{
        margin: 3%;
    }
    .gallry_close{
        right: 30px !important;
    }
    
}
     
/* Adjust for smaller screens */
@media only screen and (max-width: 430px) {
    .navbar-toggler {
        right: 5%;
        top: 10%;
    }
    .bar ul {
        padding: 23%;
        text-align: left;
        padding-bottom: 100%;
    }
    .bar li{
        padding-right: 0%;
    }
    .nav-item a{
        font-size: 1.5rem !important;

    }    
    .desktop1{
        display: none !important;
    }
    .mobile1{
        display: block !important;
    }
    .desktop2{
        display: none !important;
    }
    .mobile2{
        display: block !important;
    }
 
    
    .env1 {
        flex-direction: column; /* Stack image and text vertically */
        align-items: flex-start;
        gap: 16px;
    }

    .env-info {
       
        text-align: left;
        width: 100% !important;
    }

    .env-info p {
        font-size: 16px; /* Smaller font size for smaller screens */
    }

    .env-data h2 {
        font-size: 28px; /* Reduce header size for better fit */
    }

    .env1 img {
        width: 100% !important;
        height: auto !important; /* Ensure images are fully responsive */
        border-radius: 10px;
    }
    .row-cols-md-4>* {
        
        width: 33.33333333% !important;
    }
    /* .footer-main h1{
        font-size: 1rem;
    } */
    .logo {
        max-width: 100px;
    }
    .frame6 .item{
        width: 47px;
        height: 50px;
        margin-right: -6px;
        margin-left: -6px;
    }
    .mainheading h2{
        font-size: 1.5rem !important;
    }
    .mainheading h4{
        font-size: 1.5rem;
    }
    .mainheading h1{
        font-size: 1.5rem;
    }
    .product_contact{
        font-size: 1rem;
    }
    .carousel-item img{
        height: 620px;
    }
    .mainheading h2 {
        padding-bottom: 5%;
    }
    .mainheading h1{
        padding-bottom: 4%;

    }
    .mainheading h4{
        padding-bottom: 6%;
    }
    .frame5{
        padding-top: 11%;
    }
    .navbar{
        margin-top: 10% !important;
    }
    .d-md-block{
        top:30%;
    }
    .cont11{
        padding: 0%;
    }
    .cont12{
        padding: 0%;
    }
    .mainrow svg{
        width: 35px;
        height: 35px;
    }
    .cont111{
        padding: 5%;
    }
    .cont111 p {
        font-size: 0.7rem !important;
       
        text-align: center;
    }
    .navbar-collapse {
        margin: 6% -30%;
        margin-top:-22% ;
    }
    .carousel-items img {
        /* top: 21%; */
        height: 100%;
    }
    .mapps{
        flex-direction: column;
    }
    .map iframe{
        width: 100% !important;
    }
    .map{
        padding-top: 10%;
    }
    .about-para h3{
        font-size: 2rem;
        padding-right: 0%;
    }
    .about-para-1 h4{
        font-size: 2rem;
    }
    .section h2 {
        font-size: 2rem;
    }
    .feedback h3{
        font-size: 2rem;
    }
    .firstpara h3{
        font-size: 2rem;
    }
    .feedbacks1 {
        animation: scrollLeft 10s linear infinite;
    }
    .plantss{
        width: 100%;
    }
    .about-para {
        padding: 20px 20px 0px 20px;
        gap: 0px;
    }
    .section1 p{
        font-size: 1.2rem !important;
    }
    /* .sub-1 p{
        font-size:1.2rem  ; 
    } */
     .mission p{
        text-align: left;
     }
     .section p{
        text-align: left;
     }
     .feedback p{
        text-align: left;
     }
     /* .bolass{
        height: 60vh;
        gap:4% ;
        flex-wrap: wrap;
     } */
     .social-icons {
        display: none !important; /* Hide by default */
      }
      
      .footer-main .social-icons {
        display: flex !important; 
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        flex-direction: row !important; 
        justify-content: center !important;
    
      }
      
}

@media only screen and (max-width: 381px) {
    .footer-main h1 {
        font-size: 1.6rem;
    }
    .about-info img {
        height: 350px ;
    }
    .nav-item a {
        font-size: 1.2rem !important;
}
.navbar-collapse {
    margin: 4% -32%;
    margin-top: -28%;
}

}
@media only screen and (max-width: 320px) {
    .navbar-collapse {
        margin: 8% -35%;
        margin-top: -28%;
    }
    /* .bolass{
        height: 80vh;
  
    } */
}