:root {
    --black: #000000;
    --grey: #545454;
    --orange: #F07E00;
}


body {
    width: 100%;
    overflow-x: hidden !important;
    font-family: "DM Sans", sans-serif;
}




.hero-section {
    height: 700px;
    overflow: hidden;
    
}

.active-nav{
    color: var(--orange) !important;
}


.hero-slide {
    overflow-y: hidden;
    overflow-x: hidden;
   position: relative;
   overflow: hidden;
    height: 700px;
    background-repeat: no-repeat;
    background-position:100% 50%;

    background-size: cover;
}
.hero-slide-1{
    background-image: url("./Assets/slide-1.webp");
}
.hero-slide2{
    background-image: url("./Assets/slide-2.webp");
}
.hero-slide3{
    background-image: url("./Assets/slide-3.webp");
}

.hero-slide4{
    background-image: url("./Assets/slide-4.webp");
}
.hero-slide5{
    background-image: url("./Assets/slide-5.webp");
}
.hero-slide6{
    background-image: url("./Assets/slide-6.webp");
}
.hero-slide7{
    background-image: url("./Assets/slide-7.webp");
}
.hero-slide8{
    background-image: url("./Assets/slide-8.webp");
}
.hero-slide9{
    background-image: url("./Assets/slide-9.webp");
}

.slick-dots {
    position: absolute;
    bottom: 10px; 
    width: 100%;
    text-align: center;
    margin: 0; 
    padding: 0;
    list-style: none;
}
.slick-arrow {
    position: absolute;
    z-index: 10;
}
.slick-prev{
    left: 8px;
    background-color: var(--orange);
    height: 30px;
    width: 30px;
}
.slick-prev:hover{
    background-color: var(--orange);
}
.slick-next{
    right: 8px;
    background-color: var(--orange);
    height: 30px;
    width: 30px;
}
.slick-next:hover{
    background-color: var(--orange);
}
.slider-content {
    padding-top: 260px;
}


.slider-content h1 {
    line-height: 1;
    font-size: 3.1rem;
    font-weight: 700;
}

h2 {
    font-size: 2.5rem !important;
}

.head-para {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.orange {
    color: var(--orange);
}

.sub-para {
    opacity: 0.8;
    line-height: 1.6;
    width: 40%;
    letter-spacing: 1px;
}

.btn-1 {
    background-color: var(--orange);
    border: none;
    outline: none;
    padding: 12px;
    color: #fff;
    width: 150px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    transition: color 1s;
    overflow: hidden;
}




.btn-1:hover {
    color: #fff;
}

.btn-1:hover i {
    transform: translateX(6px);
}

.btn-1::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background-color: var(--black);
    z-index: -1;
    transition: transform 0.6s;
    transform-origin: bottom left;
    transform: rotate(-90deg);
}

.btn-1:hover::before {
    transform: rotate(0deg);
}

.navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.logo-wrapper {
    width: 140px;
}

.logo-wrapper img {
    width: 100%;
}


.nav-item a {
    color: var(--black);
    font-weight: 700;
}


.nav-item a:hover {
    color: var(--orange);
}

 .bgcolor {
    background-color: #fff !important;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}

.navbar-toggler:focus{
    box-shadow: none !important;
}
.stats-section {
    background-color: var(--orange);
    padding: 40px 0;
    color: #fff;
}
 

 /* min-products section    */

   .main-product{
    background-color: #f9f9f9;
    padding: 60px 0;
   }

   .main-product-wrapper-container{
    margin-top: 60px;
   }
   
   .main-products-wrapper{
     margin-bottom: 40px;
     text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--black);
   }
   .main-products-wrapper:hover img{
    transform: scale(1.02);
    
   }

   .main-products-wrapper:hover h4{
    color: var(--orange);
   } 
   .main-image-wrap{
    width: 160px;
    height: 160px;
   margin: 0 auto;
   margin-bottom: 50px;
   }

   .main-image-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
   }

   .main-products-wrapper h4{

    font-size: 16px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
   }
   

/* about section */

.sub-head-para {
    font-size: 17px;
}

.about-section {
    padding: 60px 0;
}



.about-img-wrap {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.about-img-wrap img {
    width: 100%;
}

.underline {
    width: 100px;
    height: 3px;
    background-color: var(--orange);
    margin-bottom: 30px;
}

.para {
    width: 100%;
}

i {
    transition: all 0.3s ease-in-out;
}

/* about page css */
.about-header{
    height: 350px;
   
    padding: 60px 0;
    background-image: url("Assets/about-1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color:var(--black);
    text-align: center;
    margin-bottom: 20px;
}
.about-header .text-center{
    padding-top: 160px;

}


.vision-mission {
    padding: 50px 50px;
 
}

.vision-mission-container {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    min-height: 200px;
    width: 350px;
    margin: 0 100px;
}
.vision-mission-container:hover{
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.vision-mission-icon {
    font-size: 2rem;
    color: var(--orange); 
    margin-bottom: 15px;
}

.vision-mission h5 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.sub-para.para {
    font-size: 1rem;
    color: #555;
}

.img-vision img {
    width: 100%;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .vision-mission-container {
        text-align: center;
    }

    .vision-mission-icon {
        margin: 0 auto 10px auto;
    }
}






/* products section */

.product-section {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.products-wrapper {
    margin: 60px 0;
    margin-bottom: 40px;
}

.product-wrapper {
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}


.product-wrapper:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.product-image-wrapper {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-content-wrapper {
    background-color: #fff;
    padding: 20px;
}


.view-wrap {
    margin-top: 30px;
}


.rating i {
    font-size: 1rem;
    color: rgb(255, 204, 0);
}

.price {
    font-weight: 700;
    font-size: 1.3rem;
}

.all-btn-1 {
    width: 200px;
}

/* product page */
.all-product-wrapper{
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out; 
    padding: 13px;
    min-height: 400px;
}

.all-product-wrapper:hover{
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.all-product-image-wrapper{
    width: 100%;
    height: 250px;
    border-radius: 10px;
}
.all-product-content-wrapper h4{
    font-size: 1.2rem;
}
.all-product-btn{
    padding: 6px 8px;
}
.all-btn-1 {
    background-color: var(--orange);
    border: none;
    outline: none;
    padding: 12px;
    color: #fff;
    width: 150px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    transition: color 1s;
    overflow: hidden;
}

.all-btn-1:hover {
    color: #fff;
}

.all-btn-1:hover i {
    transform: translateX(6px);
}

.all-btn-1::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background-color: var(--black);
    z-index: -1;
    transition: transform 0.6s;
    transform-origin: bottom left;
    transform: rotate(-90deg);
}

.all-btn-1:hover::before {
    transform: rotate(0deg);
}


/* focused industru section  */

.focued-segemnts {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.focused-img-wrap {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.focused-img-wrap img {
    width: 100%;
}


/* contact us section  */

.contact-us {
    background-image: url("Assets/contact-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 60px 0;
}


.form-wrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}

.form-wrapper input,
textarea {
    width: 100%;
    padding: 10px 20px;
    outline: none;
    background: #ffffff20;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

.form-wrapper input::placeholder,
textarea::placeholder {
    color: #fff;
    font-style: italic;
}


.contact-wrapper{
    margin-top: 60px;
}

.contact-info-container{
    background-color: #fff;
    padding: 20px;
    min-height: 230px;
    height: fit-content;
}

.contact-icon{
    background-color: var(--orange);
    color: #fff;
    padding: 10px 18px;
    font-size: 1.2rem;
    border-radius: 50%;
}

.contact-link{
    color: var(--black);
    text-decoration: none;
}

.contact-link:hover{
    color: var(--orange);
}

.email-icon{
    padding: 11px 17px;
}


/* scroll button */
.go-top-btn{
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 50px;
    height: 50px;
    border-radius: 20%;
    background-color: var(--orange);
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
   
    outline: none!important;
    border: none!important;
}
.go-top-btn i{
    font-size: 1.2rem;
}















/* footer */
/* Footer Styles */
.footer {
    background-color: var(--black);
    color: #fff;
    padding: 40px 0;
}

.footer .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-logo img {
    max-width: 100px;
    margin-bottom: 20px;
}

.footer-content .sub-para {
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}

.footer h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
}

.quick ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick ul li {
    margin-bottom: 10px;
}


.quick ul li a {
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    transition: color 0.3s;
}

.quick ul li a:hover {
    color: var(--orange) !important;
}

.footer ul {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.footer ul li {
    display: flex; 
    align-items: center; 
    margin-bottom: 10px;
    font-size: 14px; 
    color: #fff !important;
}

.footer ul li span {
    display: flex;
    
}

.footer ul li span i {
    margin-right: 8px; 
    color: var(--orange); 
    font-size: 1rem; 
}


.footer ul li:hover span {
    color: var(--orange); 
}



.footer .copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #fff !important;
}

.footer .copyright a {
    color: #bbb;
    text-decoration: none;
    font-weight: bold;
}

.footer .copyright a:hover {
    color: var(--orange);
}



/* responsive */
@media (max-width: 1024px) {
    .hero-section {
        height: 600px;
    }
    .hero-slide{
        height: 600px;
    }

    .slider-content {
        padding-top: 200px;
    }
    .slider-content h1 {
       
        font-size: 2.5rem;
       
    }
    
    h2 {
        font-size: 2.rem !important;
    }
    
    .sub-para {
        width: 100%;
    }
    .btn-1 {
        width: 120px;
        font-size: 0.9rem;
    }
    .logo-wrapper {
        width: 80px; 
    }
    .contact-info-container{
        min-width: 134px;
    }


 }

 
/* Responsive Styles */
@media (max-width: 991px) {
    .footer-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .footer .container {
        text-align: center;
    }

    .footer .quick {
        margin-bottom: 20px;
    }

    .footer-logo img {
        max-width: 120px;
    }

    .footer .contact-us ul li div {
        font-size: 13px;
    }
}


 @media (max-width: 768px){
    .hero-section {
        height: 450px;
       
    }

    .hero-slide {
        height: 450px;
        background-position: calc(100% - -113px) calc(100% - -60px);
      
      
    }

    .slider-content {
        padding-top: 150px;
       
    }

    .slider-content h1 {
        font-size: 1.5rem;
       
    }

    h2 {
        font-size: 1.8rem !important;
       
    }

    .head-para {
        font-size: 14px;
        letter-spacing: 0.5px;
        width: 50%
    }

    .sub-para {
        width: 100%;
        font-size: 12px;
        width: 50%;
       
    }

    .btn-1 {
        width: 100px;
        font-size: 0.8rem;
        padding: 10px;
    }
   

    .slick-prev, .slick-next{
        display: none !important;
    }
    .logo-wrapper {
        width: 125px;
    }
    
    .logo-wrapper img {
        width: 100%;
    }
    

}
 @media (max-width: 665px){
    .go-top-btn{
        bottom: 79px;
        right: 14px;
    }
 }
 @media (max-width: 1024px){
    .contact-info-container{
        min-height: 134px;
        height: fit-content;
    }
 }

 @media (max-width: 768px){
    .nav-link-collapse{
        background-color: #fff;
    }
 }

 