/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", serif !important;
    background-color: #fff;
    color: #333 !important;
}

/* go to top button */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #00a651;
    color: white;
    cursor: pointer;
    padding: 7px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #ffcb05;
    transition: 500ms all;
}

/* go to top button end */

/* head section */
.head {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    background-color: #198754;
    color: white;
    font-size: 14px;
}

.head a {
    text-decoration: none;
    color: white;
}

.head-icon1 {
    display: flex;
}

.head-icon i:hover {
    background-color: #ffcb05;
    transition: 0.5s all;
}

.head-icon i {
    padding: 5px 10px;
    margin: 0 2px;
}

.head-number i {
    padding: 5px 10px;
    background-color: #006636d7;
    margin: 0 2px;
}

.head-number i {
    padding: 5px 10px;
    background-color: #006636d7;
    margin: 0 2px;
}

.head-number i:hover {
    background-color: #ffcb05;
    transition: 0.5s all;
    color: #000000;
}

/* head section end */

/* navbar start */

.nav2 {
    display: none;
    position: sticky;
    top: 0;
    z-index: 100;
    overflow: hidden;
}

.nav-link {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
    z-index: 2;
}

.nav1 {
    position: sticky;
    top: 30px;
    z-index: 100;
    overflow: hidden;
    z-index: 100;
    box-shadow: 1px 0px 1px #00a651;
    background-color: rgb(255, 255, 255) !important;
}

.navbar-expand-lg {
    padding: 10px 0;
}

.navbar-brand {
    margin-right: 100px !important;
}

.navbar-brand img {
    width: 300px;
}

.nav-item {
    padding: 10px 4px;
    color: #00a651;
}

.navbar {
    background-color: white !important;
}

.container-fluid {
    width: 82% !important;
    margin: 0 auto;
}

.nav-item a:hover {
    color: white;
}

.home i {
    padding: 0 5px;
}

.nav-item a {
    font-weight: 500;
    font-size: 15px;
    color: black;
    font-family: "Poppins", serif;

}

.nav-link a {
    padding: 10px;
}

.dropdown1{
    display: none;
    z-index: 50;
    color: black;
    box-shadow: 0px 0 1px 0 #252525;
    background-color: white;
    /* padding: 20px 40px 20px 30px; */

}

.dropsown-list {
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.dropsown-list a {
    text-decoration: none;
}

.dropsown-list:hover {
    background-color: #00a651;
    transition-timing-function: linear;
    color: white;
}

.dropsown-list:hover a {
    color: white;
}

.nav-item:hover .dropdown1 {
    display: block;
    position: fixed;
    top: 90px;
    z-index: 50;
}
.navbar-toggler-icon i{
    font-size: 30px;
}
.btn-close i{
    font-size: 22px;
}
/* navbar end */

/* banner */
.carousel {

    overflow: hidden;
}

.carousel-caption {
    bottom: 35% !important;
}
.arr-prev, .arr-next{
    background-color: #393838;
    border: none;
    padding:5px 10px;
}
.arr-prev, .arr-next i{
    color: white;
    font-size: 17px;
}
.carousel-caption-head{
    font-size: 48px;
    font-weight: 700;
    color: #ffcb05;
    line-height: 56px;
    font-family: "Poppins", serif;
}
.carousel-control-next-icon i{
    font-size: 25px;
    background-color: #00a651;
}
.carousel-control-prev-icon i{
    font-size: 25px;
    background-color: #00a651;
}
.carousel-caption p {
    font-size: 16px;
    width: 70%;
    margin: 0 auto;
    font-family: "Poppins", serif;
}

.carousel-item img {
    height: 100vh !important;
    object-fit:cover;
    animation: 4s start infinite linear;
}

@keyframes start {
    0% {
        scale: 1.01;
    }

    20% {
        scale: 1.02;
    }

    40% {
        scale: 1.04;
    }

    60% {
        scale: 1.06;
    }

    80% {
        scale: 1.07;
    }

    100% {
        scale: 1.00;
    }
}

/* banner end */

/* About Us Section */
#about {
    background-image: url(../img/bg2.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.head-about{
background-color: rgba(255, 255, 255, 0.347);
}
.about-us {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 60px;
    padding: 50px 0;
}

.about-text {
    width: 50%;
    line-height: 30px;
    padding: 0px 0 0 0;
    text-align: justify;
}

.about-text p {
    text-align: justify;
}

.about-section-head{
    font-weight: 800;
    gap: 10px;
    padding: 0 10px !important;
    text-align: left;
    font-size: 22px;
    border-left: 15px solid #ffcb05;
}
.about-section-head-1{
    font-weight: 800;
    gap: 10px;
  text-align: left;
    font-size: 22px;
}

.about-pra{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #04AA6D;
    margin: 10px 0 7px 0;
}

.about-button button {
    padding: 10px 10px;
    background-color: #323231;
    color: white;
    border: none;
    border-radius: 5px;
}

.about-img {
    position: relative;
    z-index: 1;
}

.about-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 70px 0 70px 0;
}

.box {
    background-color: #ffcb05;
    font-weight: 500;
}

.image img {
    width: 400px;
    height: 400px;
    border-radius: 70px 0 70px 0;
    object-fit: cover;
}

.image {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 60px;
    right: 60px;
}

.year-flex {
    display: flex;
    align-items: center;
    gap: 25px;
}

.note li {
    list-style-type: none;
    padding: 3px 0;
    font-weight: 600;
    text-align: left;
}

.note i {
    padding: 0 20px 0 0;
}

.box h1 {
    font-size: 54px;
    font-weight: 800;
}

.box {
    width: 172px;
    padding: 15px 10px;
    font-size: 17px;
    color: #323231;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 0 10px grey;
}

#counter {
    font-size: 54px;
    font-weight: 800;
    display: flex;
    padding: 10px 0;
    justify-content: center;
}

.counter-value h3 {
    font-size: 54px;
}

/* about us end */
.dl, ol, ul{
    padding: 0 !important;
}
/* product */
.product-slider {
    background-color: #faf0c86e;
    ;
    padding: 30px 0 30px 0;
}

.slider-5 {
    overflow: hidden;
    margin: 0px auto 0px auto;
}

.slider-head {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.slider-head h3 {
    font-weight: 800;
    padding: 80px 15px 10px 15px;
}

.product-head::before {
    content: ' ';
    position: absolute;
    left: -10px;
    top: 38%;
    height: 30px;
    width: 10px;
    background-color: #ffcb05;
}

.img-customer img {
    height: 280px;
    width: 100%;
    margin: 20px 0;
    background-color: white;
    border-radius: 20px;
    box-shadow: 1px 1px 10px rgb(129, 129, 129);
}

.customer-img {
    padding: 0 10px !important;
}

.customer-img h6 {
    padding: 8px 0;
    font-weight: 600;
}

.img-customer {
    position: relative;

}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #252525b4;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    height: 0;
    transition: .5s ease;
}

.over {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #04aa6d8c;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.img-customer:hover .overlay {
    height: 100%;
}

.chemical-box {
    position: relative;
}

.text i {
    font-size: 40px;
    color: #323231;
}

.text:hover i {
    font-size: 46px;
    transition: 300ms all;
}

.chemical-box:hover .over {
    height: 100%;
}

.text {
    color: #02cd64;
    font-weight: 700;
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* product slider end  */

/* Why choose Us */
#intro {
    background-image: url(../img/black-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.intro-main {
    background-color: #323231c4;
    padding: 40px 0;
}

.introduction {

    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;

}

.intro-card {
    display: flex;
    align-items: center;
    color: black;
    font-size: 15px;
    position: relative;
}

.card1 li {
    list-style-type: none;
    color: #04AA6D;
    text-align: left;
    padding: 22px 20px;
    font-weight: 800;
    font-size: 21px;
}

.card1 {
    margin: 10px 5px;
    width: 300px;
    height: 280px;
    color: white;
    background-color: #ffffff23;
    border-radius: 8px;

}

.card1 p {
    padding: 0 20px;
}

.card2 {
    width: 300px;
    background-color: #fff;
}

.card1 img {
    width: 100%;
    height: 280px;
    /* padding: 50px; */
    object-fit: cover;
    border-radius: 5px;
}

.card1:hover img {
    scale: 1.02;
    overflow: hidden;
}

.card2 img {
    width: 100%;
    height: 250px;
    background-color: #fff;
}

.intro-button button {
    padding: 15px 20px;
    background-color: white;
    color: #323231;
    border: none;
    border-radius: 5px;
    margin: 10px 0 30px 0;
}

/* why choose us end */

/* who are we Section */
#products {
    background-color: #f9f9f9;
    padding: 30px 0;

}

#products .container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

#products h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.product {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin: 20px 10px 40px 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(59, 59, 59, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.product img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.product:hover img {
    transform: scale3d(1.01, 1.01, 1);
    transition: 1s all;
    overflow: hidden;
}

.product h3 {
    margin-top: 15px;
    font-size: 20px;
    padding: 0 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}

.product p {
    margin: 10px 0 30px 0;
    color: #666;
    padding: 0 20px;
}

.product .btn {
    display: inline-block;
    background-color: #ffcb05;
    color: #252525;
    padding: 10px 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    margin: 20px 0;
}

.product .btn:hover {

    background-color: #252525;
    color: white;
}

/* who are we end */

/* whoweare */
#certi {
    /* background-color: #ffcd052a; */
    padding: 30px 0 30px 0;
    background-color: rgb(250, 252, 250);
    /* background-color: rgb(247 247 247); */


}

.quality {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 10px 0;
}

#myImg:hover {
    scale: 1.05;
}

.quality-text {
    width: 70%;
    text-align: justify;
}

.quality-text h3 {
    font-weight: 800;
    padding: 0 10px;
    gap: 30px;
    border-left: 20px solid #ffcb05;
}

.about-button button{
    padding: 10px 20px;
    background-color: #323231;
    color: white;
    border: none;
    border-radius: 7px;
}

/* /* section  */
.row:after {
    content: "";
    display: table;
}

.column-66 {
    float: left;
    width: 66.66666%;
    padding: 20px;
}

.column-33 {
    float: left;
    width: 33.33333%;
    padding: 20px;
}

.large-font {
    font-size: 48px;
}

.xlarge-font {
    font-size: 64px
}

.button {
    border: none;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    background-color: #04AA6D;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

@media screen and (max-width: 1000px) {

    .column-66,
    .column-33 {
        width: 100%;
        text-align: center;
    }
}

/* footer media */

.bg-footer {
    background-image: url(../img/footer-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-align: left;
    border-top: 3px solid #00a651;
    border-bottom: 3px solid #00a651;
}

.bg-footer a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.main-footer {
    padding: 40px 40px 10px 40px;
    background-color: #f7efd295;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-family: "Poppins", serif;
}

.footer-text {
    display: flex;
    justify-content: center;
    gap: 70px;
    font-size: 16px;
    padding: 30px 0 0 0;
}

.list1 {
    width: 350px;
}

.list1 li {
    list-style-type: none;
    padding: 5px 0;
}

.list li:hover {
    transform: translateX(10px);
    transition: 200ms all linear;
    color: #00a651;
}

.list a:hover {
    transform: translateX(10px);
    transition: 200ms all linear;
    color: #00a651;
}

.list li {
    list-style-type: none;
    padding: 5px 0;
}

.list a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.list i {
    padding: 0 10px;
}

.list1-pra {
    padding: 10px 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.list h5 {
    color: #00a651;
    font-weight: 700;
}

.list1 h5 {
    color: #00a651;
    ;
    font-weight: 700;
}

.list-add h5 {
    color: #00a651;
    ;
    font-weight: 700;
}

.list-add {
    width: 340px;
}

.item-list {
    display: flex;
    gap: 10px;
    padding: 6px 0;
}

.list1 i {
    padding: 8px 13px;
    margin: 10px 6px;
    background-color: #ffcb05;
    color: rgb(0, 0, 0);
    font-size: 20px;
    border-radius: 50%;
}

.list1 i:hover {
    background-color: #00a651;
    color: rgb(0, 0, 0);
    transition: 300ms all;
}

.item-i:hover i {
    background-color: transparent !important;
}

.copywrite {
    display: flex;
    font-size: 14px;
    justify-content: space-around;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

/* about */

.about-image {
    background-image: url('../img/banner1.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    text-align: center;

}

.sub-head {
    background-color: #252525c4;
    padding: 70px 0;
}

.sub-head a {
    color: white;
    text-decoration: none;
}

.sub-head h1{
    font-size: 50px;
    font-weight: 700;
}


.our-team {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 0;


}

#our-team {
    scroll-margin-top: 150px;
}

#why-us {
    scroll-margin-top: 150px;
}

#our-infa {
    scroll-margin-top: 150px;
}

#our-client {
    scroll-margin-top: 150px;
}

.about-page-img {
    width: 580px;
}

.about-page-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.pra-about {
    line-height: 29px;
    text-align: justify;
}

.our-team-img img {
    width: 540px;
    height: 100%;
    border-radius: 20px;
}

.our-team .about-text {
    /* box-shadow: 1px 0 10px gray; */
    padding: 30px 40px;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.72);
    /* box-shadow: 1px 0 px gray; */
}

.our-team-img {
    animation: 4s end infinite linear;
}

@keyframes end {
    0% {}

    70% {
        transform: translateY(10px);
    }

    100% {}
}

.contact-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 40px 0;
    gap: 40px;
    /* background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0; */
    text-align: center;
}

.contact-info {
    padding: 20px;
    width: 270px;
    height: 200px;
    background-color: rgb(247, 253, 247);
    color: rgb(0, 0, 0);
    box-shadow: 1px 0 15px gray;
    margin: 10px 0;
    border-radius: 20px;
    position: relative;
}

.contact-info a {
    color: black;
    text-decoration: none;
}

.contact-icon i {
    padding: 10px 20px;
    border-radius: 50%;
    background-color: #ffcb05;
    color: #333;
    font-size: 25px;
    position: absolute;
    top: -30px;
    left: 40%;

}

.contact-icon:hover i {
    animation: 300ms end-game linear;
}

@keyframes end-game {
    0% {}

    100% {
        rotate: 360deg;
    }
}

.contact-info h5 {
    padding: 20px 0 10px 0;
    font-weight: 600;
}

.form-group {
    margin: 10px 0;
    border-left: 5px solid #00a651;
    border-radius: 10px;
}

.Submit-box {
    padding: 7px 15px;
    border: none;
    background-color: #00a651;
    color: white;
}

.points h6 {
    padding: 20px 0;
    font-weight: 700;
}

.points i {
    padding: 0 10px;
}

.enviornment-card img {
    width: 100%;
}

#enquiry {
    margin: 20px 0;
}

.enquiry {
    padding: 0 !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    width: 50% !important;
}

.product-page-card img {
    width: 300px;
    border: 2px solid #00a651;
}

.table-head-text{
    gap: 10px;
    font-size: 23px;
    text-decoration: #000000 underline;
    color: #000000;
    font-weight: 700;
}
.table-container {
    width: 100%;
    text-transform: uppercase;
    margin: 20px 0;
    border: 1px solid gray;
    border-radius: 0 !important;
    box-shadow: 1px 0 1px gray;
}

th,
td {
    padding: 12px;
    text-align: left;
    border-left: 1px solid rgb(175, 175, 175) !important;
    border-bottom: 1px solid rgb(175, 175, 175) !important;
    font-size: 17px;
}

th {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    font-weight: bold;
    border-bottom: 1px solid #000000;
}

td {
    background-color: #f9f9f9;
    color: #1d1d1d;
    border-bottom: 1px solid #7c7b7b;
    font-size: 15px;
}

.highlight {
    font-weight: bold;
    color: #4CAF50;
}

.name {
    background-color: rgba(128, 128, 128, 0.212) !important;
}

.pro-items {
    display: flex;
    gap: 20px;
}

.pro-items h6 {
    text-transform: uppercase;
    font-weight: 600;
}

.pro-item-left {
    width: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    border: 3px solid #00a651;
    padding: 20px;
    margin: 10px auto;
    position: relative;
}

.pro-item-left img {
    margin: 0 auto;
}

.new-products {
    padding: 30px 0;
}

.overlay-p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #323231e3;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.pro-item-left:hover .overlay-p {
    height: 100%;
}

.pro-item-right:hover .overlay-p {
    height: 100%;
}

.text-p {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.about-button button {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    background-color: #00a651;
    transition: all 0.3s ease-in-out;
}

.about-button button::before {
    content: "";
    position: absolute;
    background: #ffcb05;
    border-radius: 4px;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: width 0.3s ease-in-out;
}

.about-button button:hover {
    color: #1D3557;
}

.about-button button:hover::before {
    width: 100%;
}

.about-button button:hover {
    z-index: 1;
}

.section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 40px 0 40px;
    background-color: #fff;

}

.section-content {
    padding: 20px;
}

.section-content h2 {
    font-size: 36px;
    color: #04AA6D;
    margin-bottom: 20px;
}

.section-content p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: justify;
}

.section-content .image-container {

    justify-content: center;
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-content .image-container img {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.button {
    background-color: #04AA6D;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
}

.button:hover {
    background-color: #45a049;
}

.flex-section {
    display: flex;
    align-items: center;
    gap: 30px;
}

.flex-text1 {
    width: 90%;
}

.flex-img1 img {
    margin: 0 auto;
    width: 400px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.chemical {
    text-align: center;
    margin: 20px 0;
}

.chemical-grid {
    display: flex;
    justify-content: center;
    gap: 27px;
    margin: 30px 0;
}

.chemical-box {
    width: 270px;
    border: 3px solid #00a651;
}

.chemical-img img {
    height: 250px;
    margin: 0 auto;
}

.chemical-text {
    height: 40px;
    font-size: 14px;
    color: white;
    background-color: #198754;
    text-align: center;
}

.eno {
    background-image: url(../img/enviornment/paint-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
}

.top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    font-size: 20px;
    background-color: #04AA6D;
    color: white;
    padding: 7px 10px;
    border-radius: 5px;
}


.slogan-container {
    text-align: center;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
    /* Slightly dark background to make text pop */
    margin: 20px;
}

.slogan-text {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    /* Large size to make it stand out */
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    animation: textColorChange 6s infinite alternate;
    text-shadow: 2px 2px 8px rgba(126, 124, 124, 0.5);
}

.caption{
    background-color: #00a651;
    text-align: center;
    color: white;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes textColorChange {
    0% {
        color: #000000;
    }

    25% {
        color: rgb(0, 0, 255);
    }

    50% {
        color: rgb(255, 38, 0);
    }

    75% {
        color: #00a651;
    }

    100% {

        color: #ff0099;
    }
}
#environment-text h6{
    text-align: left !important;
}
#environment-text p{
    text-align: left !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .logo img{
        padding-right: 10px;
    }
    .header{
    padding: 10px 0;
    }
    .head-number {
        display: none;
    }
    .head {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 13px;
    }

    .nav1 {
        display: none;
    }

    .nav2 {
        display: block;
    }

    .nav-item {
        padding: 0;
    }

    .navbar-brand {
        margin: 0 !important;
    }

    .navbar-brand img {
        width: 200px;
        margin-right: 0;
    }

    .container-fluid {
        width: 100% !important;
    }

    .nav-item:hover .dropdown1 {
        display: block;
        position: static;
        /* top: 80px; */
        z-index: 50;
    }

    .carousel-item img{
        height: 300px !important;
    }
    .carousel-caption-head{
        font-size: 23px;
        line-height: 32px;
    }
    .carousel-caption h5 {
        font-size: 20px;
        line-height: 23px;
    }

    .carousel-caption p {
        font-size: 13px;
        width: 100%;
    }

    .carousel-caption {
        bottom: 40px !important;
    }

    .about-us {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0;
        gap: 20px;
        margin-left: 12px;
    }

    .about-text {
        width: 100% !important;
        padding: 0;
        font-size: 14px;
    }
    .about-section-head{
        font-size: 20px;
        line-height: 29px;
    }
    .about-pra{
        font-size: 18px;
    }
    .year-flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .about-button button {
        padding: 8px 10px;
        font-size: 13px;
    }

    .image img {
        width: 280px;
        height: 280px;
    }

    .about-img img {
        margin: 0;
    }

    .image {
        width: 100%;
        left: -20px;
        top: 30px;
        z-index: 1;
    }

    #intro {
        margin: 0px 0;
    }

    .introduction {
        flex-wrap: wrap;
        gap: 20px;
    }

    .intro-card {
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-slider {
        padding: 20px 20px 0 20px;
        font-size: 14px;
    }

    .slider-head {
        width: 90%;
    }

    .img-customer img {
        height: 100%;
    }

    .intro-button button {
        margin: 0;
    }

    .intro-card {
        flex-wrap: wrap;
    }

    .card1 {
        width: 280px;
        margin: 10px 0;
    }

    #certi {
        padding: 20px 0;
    }

    .quality {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .quality-text {
        width: 100%;
        padding: 0;
        font-size: 14px;
    }

    .quality-text::before {
        left: 4.5%
    }

    .product {
        width: 100%;
        margin: 20px auto;
    }

    .main-footer img {
        width: 280px;
    }

    .footer-text {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 40px;
    }

    .main-footer {
        padding: 10px;
    }

    .footer-text {
        font-size: 14px;
    }

    .copywrite {
        font-size: 12px;
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
    }

    .our-team {
        flex-wrap: wrap;
        padding: 15px 0;
        justify-content: center;
    }

    .our-team .about-text {
        width: 100%;
        padding: 20px;
    }
    .table-container{
        overflow-x: scroll;
    }
    th,
    td {
        font-size: 14px;
        padding: 9px;
    }

    .sub-head h1 {
        font-size: 20px;
    }

    .chemical-grid {
        flex-wrap: wrap;
    }

    #enquiry .row {
        margin: 0;
    }

    .contact-flex {
        flex-wrap: wrap;
    }

    .slogan-text {
        font-size: 14px;
        text-align: left;
    }
    .dropdown li{
        font-size: 13px;
    }
    .about-section-head-1{
        align-items: center;
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .head {
        flex-wrap: wrap;
    }

    .nav1 {
        display: none;
    }

    .nav2 {
        display: block;
    }

    .nav-item {
        padding: 0;
    }

    .nav-item:hover .dropdown1 {
        display: block;
        position: static;
        z-index: 50;
    }

    .navbar-brand img {
        width: 200px;
    }

    .carousel-item img {
        height: 400px !important;
    }

    .carousel-caption h5 {
        font-size: 18px;
    }

    .carousel-caption p {
        font-size: 13px;
    }

    .carousel-caption {
        bottom: 120px !important;
    }

    .about-us {
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .about-text {
        width: 100%;
    }

    .year-flex {
        flex-wrap: wrap;
        gap: 20px;
    }

    .about-img {
        margin: 0 auto;
    }

    .image {
        left: -20px;
        top: 30px;
        z-index: 1;
    }

    .img-customer img {
        height: 200px;
    }

    #intro {
        margin: 0px 0;
    }

    .introduction {
        flex-wrap: wrap;
    }

    .intro-card {
        flex-wrap: wrap;
    }

    .card1 {
        width: 280px;
    }

    .quality {
        flex-wrap: wrap;
        justify-content: center;
    }

    .quality-text {
        width: 100%;
        padding: 0;
    }

    .product {
        width: 46%;
    }

    .main-footer img {
        width: 280px;
    }

    .footer-text {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 40px;
    }

    .main-footer {
        padding: 20px;
    }

    .copywrite {
        font-size: 12px;
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
    }

    .our-team {
        flex-wrap: wrap;
        padding: 15px 0;
        justify-content: center;
    }

    .our-team .about-text {
        width: 100%;
        padding: 20px;
    }

    th,
    td {
        font-size: 12px;
        padding: 4px;
    }

    .sub-head h1 {
        font-size: 20px;
    }

    .chemical-grid {
        flex-wrap: wrap;
    }

    #enquiry .row {
        margin: 0;
    }

    .contact-flex {
        flex-wrap: wrap;
    }

    .slogan-text {
        font-size: 14px;
        text-align: left;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .navbar-brand img {
        width: 220px;
    }

    .note i {
        padding: 0 5px 0 0;
    }

    .note li {
        font-size: 13px;
    }

    .box {
        width: 157px;
        padding: 10px;
    }

    .list1 {
        width: 290px;
    }

    .main-footer {
        padding: 40px 0;
    }

    .footer-text {
        gap: 40px;
    }

    .list-add {
        width: 200px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .note li {
        font-size: 13px;
    }

    .box {
        width: 157px;
        padding: 10px;
    }

    .main-footer {
        padding: 20px 0;
    }

    .footer-text {
        gap: 40px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1699px) {
    .navbar-brand {
        width: 30%;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1999px) {
    .navbar-brand {
        width: 40%;
    }
}

@media only screen and (min-width: 2000px) {
    .navbar-brand {
        width: 50%;
    }
}

a {
    text-decoration: none !important;
}




header {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    position: sticky;
    top: 0;
    box-shadow: 1px 0 8px gray;
    transition: all 0.5s;
    z-index: 997;
}

.header .logo {
    line-height: 1;
}

.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: black;
}


@media (max-width: 1200px) {
    .header .logo {
        order: 1;
    }

    .header .cta-btn {
        order: 2;
        margin: 0 15px 0 0;
        padding: 6px 15px;
    }

    .header .navmenu {
        order: 3;
    }
}

/* Desktop Navigation */
@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu>ul>li {
        white-space: nowrap;
        padding: 15px 14px;
    }

    .navmenu>ul>li:last-child {
        padding-right: 0;
    }

    .navmenu a,
    .navmenu a:focus {
        color: rgb(0, 0, 0) !important;
        font-size: 14px;
        padding:20px 2px;
        font-family: var(--nav-font);
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        text-transform: uppercase;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu>ul>li>a:before {
        content: "";
        position: absolute;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: #00a651;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navmenu a:hover:before,
    .navmenu li:hover>a:before,
    .navmenu .active:before {
        visibility: visible;
        width: 100%;
    }

    .navmenu .dropdown ul {
        margin: 0;
        background: white;
        display: block;
        position: absolute;
        visibility: hidden;
        left: 0;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
    .navmenu .dropdown .drop-main-box{
        margin: 0;
        background: white;
        display: flex;
        align-items: baseline;
        position: absolute;
        visibility: hidden;
        left: -344px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
    .navmenu .dropdown ul li {
        min-width: 300px;
    }

    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: black !important;
        text-transform: uppercase;
    }

    .navmenu .dropdown ul a i {
        font-size: 12px;
    }

    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
        color: #ffffff !important;
        background-color: #00a651;
    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }
    
/* .navmenu>ul>li::before,
.navmenu>ul>li::after{
    content: " ";
    position: absolute;
    height: 50%;
    width: 0;
    background-color: #00a651;
    color: white !important;
    transition: all 0.5s;
    z-index: -1;
}

.navmenu>ul>li::before {
    right: 0;
    top: 0;
    border-radius: 5px 5px 0 0px;
}

.navmenu>ul>li::after{
    left: 0;
    bottom: 0;
    border-radius: 0 0 5px 5px;
}

.navmenu>ul>li:hover::before,
.navmenu>ul>li:hover::after {
    width: 100%;
} */

}

/* Mobile Navigation */
@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: #ffffff;
        background-color: #404040;
        padding: 0 5px;
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navmenu a,
    .navmenu a:focus {
        color: black !important;
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: #404040;
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: #404040;
        color: white;
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--nav-dropdown-hover-color);
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: #252525 !important;
        color: rgb(255, 255, 255);
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 0px;
        background-color: var(--nav-dropdown-background-color);
        transition: all 0.5s ease-in-out;
    }

    .navmenu .dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #ffffff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgb(255, 255, 255);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }
}
