* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;
}

.header_main_dollar ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 30px 0;
}

.header_main_dollar ul li {
    align-items: center;
    display: flex;
    list-style: none;
    gap: 20px;
    color: #000 !important;
    font-weight: 900;
    font-size: 25px;

}

.contact-info-sec li a {
    color: #000 !important;
    text-decoration: none;
    font-size: 25px;
    font-weight: 900;
}

.contact-info-sec li a span img {
    width: 50px;
}

.contact-info-sec img {
    width: 30px;
    object-fit: contain;
}


.fed-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background: #fff;
    /* border-bottom: 1px solid #eee; */
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.fed-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fed-logo a img {
    height: 100px;
}

.fed-tagline {
    font-size: 12px;
    color: #333;
    margin-top: 2px;
    letter-spacing: 0.5px;
}

.fed-search {
    flex: 1;
    margin: 0 40px;
    position: relative;
}

.fed-search input {
    width: 100%;
    padding: 12px 20px 12px 45px;
    font-size: 16px;
    border-radius: 40px;
    border: 2px solid #444;
    outline: none;
    height: 80px;
}

.fed-search::before {
    content: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/icons/search.svg');
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    opacity: 0.6;
}

.fed-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #eee;
    padding: 20px 28px;
    border-radius: 4px;
}

.fed-cart-price {
    font-weight: bold;
    color: #000;
}

.fed-cart-icon {
    position: relative;
    display: inline-block;
}

.fed-cart-icon img {
    width: 22px;
    height: 22px;
}

.fed-cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #d28c2e;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: bold;
}

.custom-nav-link {
    font-size: 20px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .fed-header {
        flex-direction: column;
        align-items: stretch;
    }

    .fed-search {
        margin: 15px 0;
    }

    .fed-cart {
        justify-content: center;
    }
}

.custom-navbar-right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.food_services_product_btn {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0;
}

.food_services_equipment_title {
    padding-bottom: 20px;
}

.food_corner_category.foodservice_pad_lr {
    padding-bottom: 50px;
}

.food_category_main .owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.food_category_main .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.food_category_main .owl-nav button {
    pointer-events: all;
    background: #fff !important;
    border: 1px solid #000 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
    position: absolute;
    right: -45px;
    top: -30px;
    border: 1px solid #000;
    border-radius: 100% !important;
}

.food_category_main button.owl-prev {
    left: -45px;
}

.food_category_main .owl-nav button:hover {
    background: #000;
    color: #fff;
}

.food_category_main .owl-dots {
    display: none;
    /* Hide dots to match your image */
}

.slider_main .slider-wrapper {
    width: 90% !important;
}

.slider_main .owl-carousel .item img {
    height: 175px !important;
}










hr {
    margin: 0 !important;
}

.join_us {
    color: #0400ff !important;
}

.foodservice_pad_lr {
    padding: 0 80px;
}



.header_main_search {
    width: 100%;
}

form.search-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    padding: 0;
    height: 65px;
}

form.search-wrapper:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.search-select {
    padding: 14px 10px;
    background-color: #f9f9f9;
    border: none;
    border-right: 1px solid #ccc;
    font-size: 14px;
    height: 100%;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 30px;
    cursor: pointer;
}

.search-input {
    flex: 1;
    border: none;
    padding: 14px 16px;
    font-size: 16px;
    outline: none;
}

.search-button {
    background-color: #005eb8;
    color: white;
    padding: 0px 20px;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 100%;
}

.search-button i {
    font-size: 16px;
    color: white;
}

.search-button:hover {
    background-color: #004494;
}

.icon-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.icon-item {
    text-align: center;
    color: #555;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
}

.icon-item img {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto 5px auto;
    filter: grayscale(100%);
}

.icon-item span {
    display: block;
    margin-top: 4px;
    color: #333;
}

.icon-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ccc;
    right: 0;
    transform: translate(30px, -16%);
}

.icon-item:hover img {
    filter: grayscale(0%);
}

.header_main_logo a img {
    width: 130px;
}


/* main_header */

.custom-navbar {
    background-color: #000000;
    position: relative;
}

.custom-nav-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.custom-navbar-container {
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 22px 0;
}

.custom-select {
    border: none;
    padding: 20px 75px 20px 20px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="10" viewBox="0 0 24 24" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 55px;
}

select.custom-select:focus-visible {
    outline: none;
}

.custom-menu-toggle {
    display: none;
    font-size: 24px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

.custom-navbar-right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.custom-nav-item {
    position: relative;
}

.custom-nav-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.custom-nav-link i {
    font-size: 15px;
}


.custom-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #0073e6;
    min-width: 200px;
    padding: 10px 0;
    border-radius: 4px;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

.custom-dropdown a {
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

.custom-dropdown a:hover {
    background-color: #0060c0;
}

.custom-nav-item:hover .custom-dropdown {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Offcanvas Menu */
.custom-offcanvas {
    position: fixed;
    top: 0;
    right: -100%;
    width: 270px;
    height: 100%;
    background-color: #005eb8;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    padding: 60px 20px 20px;
    overflow-y: auto;
    z-index: 1001;
}

.custom-offcanvas.active {
    right: 0;
}

.custom-offcanvas-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.custom-offcanvas-link {
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 12px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.custom-offcanvas-link i {
    float: right;
    font-size: 12px;
}

.custom-offcanvas-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: flex;
    flex-direction: column;
    background: #0060c0;
}

.custom-offcanvas-dropdown a {
    color: white;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-offcanvas-dropdown a:hover {
    background: #004f9a;
}

.custom-offcanvas-dropdown.open {
    max-height: 300px;
}

/* header */



/* main-banner */
.food_services_banner_title {
    background-image: url(./assets/images/banner_new.jpg);
    height: 50vh;
    padding: 0 80px;
    align-content: center;
    position: relative;

}

.food_services_banner_title::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all 500ms ease;
}

.food_services_main h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.food_services_main {
    position: relative;
    z-index: 99;
}

.food_services_main h6 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 28px 0;
}

.food_services_main a {
    background-color: #0066b5;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 18px;
    border-radius: 25px;
}


.row.slider_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    padding-top: 25px;
}

.food_category_main .row {
    gap: 20px;
}

.food_category_main .card {
    flex: 1 1 300px;
    max-width: 400px;
    border: 2px solid #dcdcdc;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    background: #fff;
    position: relative;
}

.food_category_main .card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.card p {
    font-size: 15px;
    color: #222;
    margin: 8px 0 20px;
}

.card p a {
    color: #0071ce;
    text-decoration: none;
}

.image-container {
    position: relative;
    border: 1px solid #333;
    padding: 20px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}

.image-container img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    line-height: 38px;
}

.arrow-left {
    left: -20px;
}

.arrow-right {
    right: -20px;
}

.shop-btn {
    background-color: #0071ce;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 180px;
    margin: auto;
}

.shop-btn:hover {
    background-color: #005fa3;
}

@media (max-width: 768px) {
    .card {
        max-width: 100%;
    }
}

.food_category_main .row .card {
    padding: 50px;
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
}

.slider-wrapper {
    position: relative;
    width: -webkit-fill-available !important;
    border: 1px solid #000;
    background: #fff;
    padding: 20px !important;
    margin: auto;
    margin-bottom: 45px;
    width: 60% !important;
    margin-top: 20px;
}

.page_title {
    text-align: center;
    margin-bottom: 30px;
}

.search-section h2 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
}

.search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.left-sort,
.right-pagination {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-bar {
    flex: 1;
    max-width: 600px;
    position: relative;
}

.search-bar input {
    width: 100%;
    padding: 15px 45px 15px 20px;
    border-radius: 30px;
    border: 1px solid #000;
    font-size: 16px;
    background: #f4f4f4;
    outline: none;
}

.search-bar button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.right-pagination span,
.right-pagination a {
    margin: 0 4px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.right-pagination .active {
    font-weight: bold;
}

.right-pagination .arrow {
    font-weight: bold;
}

@media (max-width: 768px) {
    .search-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .left-sort,
    .right-pagination {
        justify-content: center;
    }

    .search-bar {
        max-width: 100%;
    }
}


.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.cards-wrapper .product-card {
    background: #f5f5f5;
    border-radius: 20px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); */
    width: 350px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 20px;
    transition: transform 0.3s ease;
    text-align: left;
}

.card_bg_fig {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.price {
    background: #0071CE;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
}

.category {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #222;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.actions {
    margin-top: auto;
}

.actions a {
    display: inline-block;
    font-size: 14px;
    color: #0071CE;
    font-weight: bold;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.actions a:hover {
    text-decoration: none;
}



@media (max-width: 600px) {
    .product-card {
        width: 100%;
    }
}


.food_services_product_btn a {
    background: #0071CE;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    text-decoration: none;
}


/* food_services_equipment */
.food_services_equipment {
    background-color: #fafafa;
    padding-bottom: 50px;
}

.food_services_testim_main.foodservice_pad_pt {
    padding-bottom: 50px;
}

.foodservice_pad_pt {
    padding-top: 50px;
    padding-bottom: 0px;
    text-align: center;
}

.food_services_equipment_title h2 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
}

.accordion {
    max-width: 700px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-header {
    background: #fff;
    padding: 15px 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
}

.accordion-header:hover {
    background: #f8f8f8;
}

.accordion-header::before {
    content: '+';
    position: absolute;
    left: 10px;
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.accordion-header.active::before {
    content: '−';
}

.accordion-header span {
    margin-left: 20px;
    color: #000;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 20px;
    background: #fafafa;
}

.accordion-content.open {
    padding: 15px 20px;
    height: auto !important;
    overflow-y: scroll;
}

.accordion-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.accordion-footer {
    max-width: 700px;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
}

.accordion-item {
    text-align: left;
}

.our_commitment_right {
    overflow: hidden;
    border-radius: 15px;

}

.our_commitment_left h2 {
    font-size: 28px;
    padding-bottom: 20px;
}

.our_commitment_right img {
    width: 100%;
    border-radius: 15px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.our_commitment_right img:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.4);
}


.food_services_contents {
    text-align: left;
    color: #000;
    /* padding-bottom: 50px; */
}

.food_services_content_title h2 {
    padding-bottom: 45px;
    font-size: 40px;
    text-align: left;
    font-weight: 600;
}

.food_services_contents h3 {
    font-weight: 900;
    font-size: 35px;
}

.food_services_contents p {
    margin: 0;
    font-size: 18px;
    padding-top: 8px;
}

/* .food_services_contents_buseness {
    height: 500px;
    overflow-y: scroll;
    padding-right: 100px;
} */




.food_services_content_title h2 {
    padding-bottom: 45px;
    font-size: 40px;
    text-align: left;
    font-weight: 600;
}

.food_services_contents h3 {
    font-weight: 900;
    font-size: 35px;
}

.food_services_contents p {
    margin: 0;
    font-size: 18px;
    padding-top: 8px;
}


/* ========================== */
.food_services_content_sec {
    background-color: #fafafa;
    padding: 50px 15px;
}

.food_services_content_title h2 {
    font-size: 40px;
    padding-bottom: 35px;
    text-align: left;
    font-weight: 600;
}

.food_services_contents {
    text-align: left;
    color: #000;
    /* margin-bottom: 30px; */
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.food_services_contents.show {
    opacity: 1;
    max-height: max-content;
    padding-bottom: 20px;
}

.food_services_btn {
    text-align: center;
}

.food_services_btn a {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background-color: #007bff;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.food_services_btn a:hover {
    background-color: #0056b3;
}

.food_services_content_main {
    padding-top: 50px;
}

.food_services_contents h3 {
    font-weight: 600;
    font-size: 33px;
}

/* ==================== */



/* Blog */
.food_services_blog {
    background-color: #fafafa;
    padding-bottom: 50px;
}

.blog_card_sec .card-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;

}

.blog_card_sec .card-section .card {
    width: 100%;
    box-shadow: unset;
    padding-bottom: 20px;
    transition: transform 0.3s ease;
    text-align: left;
    border: none;
    background-color: transparent;
}

.blog_card_sec .card img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.blog_card_sec .card h3 {
    font-size: 16px;
    padding: 0;
    line-height: 1.5;
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog_card_sec .card h3 img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.blog_card_sec .card a {
    display: inline-block;
    padding: 0;
    color: #0071CE;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.3s;
}

.blog_card_sec .card a:hover {
    text-decoration: underline;
}

.blog_card_sec .card:hover {
    transform: translateY(-5px);
}


/* shipping */
.ship_card1 {
    background-color: #0066b5;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transform: scale(1);
}

.ship_card1::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    background: linear-gradient(45deg,
            #00ffe0,
            #8e2de2,
            #4a00e0,
            #00ffe0,
            #8e2de2);
    background-size: 400%;
    border-radius: 22px;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    animation: glowBorder 8s linear infinite;
}

.ship_card1:hover::before {
    opacity: 1;
}

.ship_card1:hover {
    transform: scale(1.03);
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.5);
}

/* Border gradient animation */
@keyframes glowBorder {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.ship_card1_content a {
    color: #fff;
    text-decoration: none;
}



.ship_card1_fig img {
    width: 100px;
}

.ship_card1_content h2 {
    font-size: 20px;
}

.ship_card1_content p {
    margin: 0;
}

.ship_card_sec {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.ship_card1.card2_bg {
    background-color: #000;
}


/* testmonials */
.food_services_testim {
    background-color: transparent;
    background-image: linear-gradient(4deg, #003157 0%, #0066b5 100%);
}

.food_services_testim_main .page_title h2 {
    color: #fff;
}

.food_testim_sldr_main h4 {
    color: #000 !important
}

.food_testim_sldr_main {
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    position: relative;
}

.food_testim_sldr_main::after {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    background-color: #fff;
    bottom: -35px;
    left: 49%;
    transform: translate(-50%, -50%);
    rotate: 45deg;
}

.food_testim_sldr_sec h3 {
    color: #fff;
    padding-top: 40px;
}

.testmonoals_slider_sec .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.testmonoals_slider_sec .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #fff !important;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.testmonoals_slider_sec .owl-dot.active {
    background-color: #0066b5 !important;
}



/* Footer */
footer {
    margin-top: 50px;
}

.info-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 20px 10px;
}

.fast_shoping {
    position: relative;
}

.fast_shoping::before {
    position: absolute;
    content: '';
    border-left: 1px solid #dfdfdf;
    height: 100px;
    left: -30px;
    transform: translate(50%);
}

.fast_shoping::after {
    position: absolute;
    content: '';
    border-left: 1px solid #dfdfdf;
    height: 100px;
    right: 0;
    transform: translate(50%);
}

.info-icon {
    font-size: 36px;
    color: #555;
}

.info-text h4 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.info-text p {
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    max-width: 100%;
    position: relative;
    padding: 0 10px;
    justify-content: center;
}


.footer_shiping {
    background-color: #f4f9f3;
    padding-top: 50px;
    padding-bottom: 50px;
}




.footer-column h4 {
    color: #fff;
    padding-bottom: 0;
    font-weight: 500;
    position: relative;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    gap: 40px;
    background-color: #000000;
    padding-top: 140px !important;
    padding-bottom: 50px !important;
}

.footer-column {
    flex: 1 1 200px;
    min-width: 220px;
}

.footer-logo img {
    width: 168px;
    border-radius: 10px;
}

.footer-column p {
    line-height: 1.6;
    font-size: 16px;
    color: #f1f1f1;
    line-height: 30px;
    padding-top: 15px;
    margin: 0;
}

.food_services_ship_main.foodservice_pad_pt {
    padding-bottom: 50px;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-links li {
    list-style: none;
    margin-bottom: 8px;
}

.footer-links li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding-left: 0px;
    transition: padding-left 0.3s ease;
    display: flex;
    gap: 15px;
}

.footer-links li a:hover {
    padding-left: 20px;
}

.footer-logo h4 {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.footer-icons i {
    margin-right: 8px;
    color: #fff;
}

.contact-info li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    display: flex;
    gap: 15px;
    align-items: self-start;
}

.contact-info img {
    max-width: -webkit-fill-available;
    margin: 10px 0;
    display: inline-block;
    background-color: #fff;
    height: 75px;
    padding: 0 15px;
    object-fit: contain;
    border-radius: 10px;
}

.payment-icons img {
    max-width: 180px;
}

.footer-bottom {
    background: #000;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom p {
    padding: 0 !important;
    margin: 0 !important;
}

.footer-bottom p a {
    text-decoration: none;
}

.footer-links,
.contact-info {
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.footer-column h5 {
    color: #fff;
}

.payment-icons {
    display: unset;
}

.payment-icons p {
    margin: 0;
}

.contact-info li a {
    color: #fff;
    text-decoration: none;
}

.luvcite {
    position: relative;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.luvcite::after {
    content: "";
    position: absolute;
    right: 0;
    /* Start from right */
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease, right 0.3s ease;
}

.luvcite:hover::after {
    width: 100%;
    right: 0;
    /* Stay aligned right while growing */
}

.footer-links li a img {
    width: 15px;
}

.cards-wrapper .product-card {
    width: 100% !important;
}

.cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}





/*new-css*/


.compare_sec {
    display: flex;
    gap: 15px;
    align-items: center;
}

.icon-section {
    display: flex;
    gap: 40px;
    align-items: center;
}

.icon-box1 {
    text-align: center !important;
    position: relative;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.icon-wrapper {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #333;
}

.count-badge {
    position: absolute;
    top: -8px;
    right: -12px;
    background: #000;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
}

.icon-box1 p {
    margin-top: 5px;
    font-size: 13px;
    color: #444;
    margin: 0;
}

.icon-box1:hover .icon-wrapper {
    color: #ff6600;
}


/*search-bar*/
.fed-search-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    width: 55%;
    height: 75px;
}

.fed-search-wrapper select,
.fed-search-wrapper input {
    border: none;
    padding: 12px;
    font-size: 16px;
    outline: none;
}

.fed-search-wrapper select {
    background: transparent;
    border-right: 1px solid #ccc;
    width: 120px;
    height: 100%;
}

.fed-search-wrapper input {
    flex: 1;
}

/* Optional: Add hover/focus styles */
.fed-search-wrapper select:focus,
.fed-search-wrapper input:focus {
    background-color: #f0f0f0;
}

.fed-header {
    padding-bottom: 0;
}

/*.header_main_search_select p {*/
/*    text-align: center;*/
/*    font-weight: 600;*/
/*    margin: 0;*/
/*}*/
.header_main_search_select p {
    text-align: center;
    font-weight: 600;
    margin: 0;
    color: #333;
    transition: all 0.4s ease;
    cursor: default;
    position: relative;
    width: max-content;
    margin: auto;
}

.header_main_search_select p:hover {
    color: #ff7e00;
    /* glowing orange */
    text-shadow: 0 0 8px rgba(255, 126, 0, 0.6);
    transform: scale(1.05);
}



header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.header_sec {
    width: 100%;
}

.header_main {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header_main_dollar ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
}

.header_main_dollar ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header_main_search_select {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fed-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

/*.fed-logo img {*/
/*  max-height: 40px;*/
/*}*/

.fed-search-wrapper {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.fed-search-wrapper select,
.fed-search-wrapper input {
    padding: 8px 10px;
    border: none;
    outline: none;
    font-size: 14px;
}

.fed-search-wrapper select {
    border-right: 1px solid #ccc;
    background-color: #f9f9f9;
}

.compare_sec {
    display: flex;
    gap: 15px;
    align-items: center;
}

.icon-box1 {
    text-align: center;
    font-size: 12px;
}

.icon-wrapper {
    font-size: 18px;
    position: relative;
}

.count-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: red;
    color: white;
    font-size: 10px;
    padding: 0px 4px;
    border-radius: 50%;
}

.fed-cart {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fed-cart-icon i {
    font-size: 20px;
}


.custom-nav-item {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}


/* Scroll content to test sticky */
.dummy-content {
    height: 2000px;
    background: linear-gradient(#fff, #f0f0f0);
}










/* new_css_latest */

.contact-info-sec li a {
    font-size: 15px;
}

.header_main_dollar ul li {
    font-size: 14px;
}

.food_category_main .row {
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
    gap: 20px;
}

.food_category_main .row .card {
    width: 18% !important;
    max-width: unset !important;
    flex: unset;
     padding: 10px;
    background-color: #f5f5f5;
}

.slider-wrapper {
    margin-bottom: 15px;
    width: 80% !important;
}

