.social-icon {
    display: none;
}

.header-top>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header-top>.container a {
    color: #fff;
    text-decoration: none;
}


.owl-nav {
    display: none;
}

.productNewBox>h1 {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.productNew {
    display: flex;
    justify-content: center !important;
    width: 80%;
    flex-wrap: wrap;
}

.productnewList {
    width: calc(350px - 20px);
    margin: 10px;
}

.productnewList>.card img {
    width: 100%;
}


.new-range {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    /* background: #f5f5f5; */
}

.containerLunch {
    max-width: 1200px;
    width: 100%;
}

.newrange-slider {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    scroll-behavior: smooth;
    justify-content: center;
}

.itemLunch {
    flex: 0 0 calc(350px - 20px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
}

.img img {
    width: 100%;
    border-radius: 5px;
}

.explore {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.explore:hover {
    background: #0056b3;
}








/* Container */
.containerFeature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 3px;
    padding: 20px 0;
}

/* Left - Featured Products */
.feat-left {
    width: 70%;
}

/* Owl Carousel */
.feat-slider .item {
    text-align: center;
    display: flex;
    border-radius: 10px;
}

.feat-slider .feat-img img {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-bottom: 10px;
}

.feat-txt h3 {
    font-size: 18px;
    color: #007bff;
    margin-bottom: 5px;
}

.feat-txt p {
    font-size: 16px;
    color: #666;
    padding: 10px 20px;
}

/* Right - Light Image */
.right {
    width: 30%;
    display: flex;
    justify-content: center;
}

.right img {
    max-width: 100%;
    height: auto;
}













/* Container */
.containerabout {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

/* About Us Section */
.about-us {
    background: #ffffff;
    padding: 50px 0;
}

/* Flexbox Layout */
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* Left Section */
.about-left {
    width: 40%;
}

.headingBox span {
    font-size: 28px;
    font-weight: bold;
    color: #007bff;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
}

.about-left ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.about-left ul li {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.about-left ul li a {
    text-decoration: none;
    color: #444;
    font-weight: bold;
}

.exploreBox {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 10px;
}

.exploreBox:hover {
    background: #0056b3;
}

/* Right Section */
.about-right {
    width: 55%;
}

.about-right h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.about-right p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* About Slider */
.lightBoxDataImg {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: auto;
    flex-wrap: wrap;
}

.lightBoxData {
    text-align: center;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    width: 250px;
    /* height: 280px; */
    margin: 10px;
    position: relative;
}

.lightBoxData:hover {
    transform: translateY(-5px);
}

.lightBoxData img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.lightBoxData p {
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #222;
}

.lightBoxData p span {
    display: block;
    font-size: 14px;
    color: #444;
    margin-top: 5px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .flex {
        flex-direction: column;
        text-align: center;
    }

    .about-left,
    .about-right {
        width: 100%;
        margin-bottom: 20px;
    }
}








