﻿

body {
    margin: 0;
    overflow-x: hidden;
    background-color: #F8F7F0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}
.btn-primary {
    background: #132490 !important;
    border: none;
}
a {
    text-decoration: none;
}

.main-header {
    background: #f3f3f3;
    padding: 16px 0;
    position: sticky;
    z-index: 999;
    top: 0;
}

/*=========================
            LOGO
        =========================*/

.website-logo {
    max-height: 46px;
    max-width: 100%;
}

/*=========================
            MENU
        =========================*/
.mainmenu {
    display: flex;
    align-items: center;
    gap: 34px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .mainmenu > li {
        position: relative;
    }

        .mainmenu > li > a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 20px 0;
            font-size: 14px;
            font-weight: 600;
            color: #000;
            text-transform: uppercase;
            text-decoration: none;
        }

            .mainmenu > li > a:hover,
            .mainmenu > li > a.active {
                color: #f28b34;
            }

.menu-dot {
    width: 6px;
    height: 6px;
    background: #f28b34;
    border-radius: 50%;
}

/* SUBMENU */

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #fff;
    padding: 10px 0;
    margin: 0;
    border-radius: 10px;
    list-style: none;
    z-index: 99999;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.menu-item-has-children:hover > .submenu {
    display: block;
}

.submenu li {
    margin: 0;
    padding: 0;
}

    .submenu li a {
        display: block;
        padding: 12px 20px;
        color: #222;
        text-decoration: none;
    }

        .submenu li a:hover {
            background: #316118;
            color: #fff;
        }
.main-menu-sec {
    overflow: visible;
}
.header,
.header-area,
.main-menu-sec,
.container {
    overflow: visible !important;
}
/*=========================
            RIGHT SIDE
        =========================*/

.header-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.country-img {
    max-width: 100%;
    max-height: 35px;
    object-fit: cover;
}

.call-box {
    display: flex;
    align-items: center;
    gap: 14px;
}

.call-icon {
    color: #f28b34;
    font-size: 28px;
}

.call-text small {
    display: block;
    color: #111;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
}

.call-text a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.search-btn {
    color: #333;
    font-size: 22px;
}

.login-btn {
    background: #f28b34;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

    .login-btn:hover {
        background: #35631d;
        color: #ffffff;
    }
img.userloginimg {
    width: 30px;
}
ul.usermenu {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
    ul.usermenu li {
        margin-right: 15px;
        background: #fff;
        padding: 5px 18px;
        border-radius: 15px;
        border: 2px solid #e9851f;
    }
        ul.usermenu li span {
            font-size: 13px;
        }
    ul.usermenu a {
        color: #000;
        font-weight: 700;
    }
/*=========================
            MOBILE BUTTON
        =========================*/

.toogle-menu {
    width: 46px;
    height: 46px;
    border: none;
    background: #f28b34;
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
    display: none;
    align-items: center;
    justify-content: center;
}


/* category cards */

.hc-wrapper {
    position: relative;
    /* width: 447px; */
}

/* SVG card shape with drop shadow */
.hc-card-svg {
    width: 100%;
    display: block;
    filter: drop-shadow(0 8px 32px rgba(0,0,0,0.10));
    height: 280px;
}

/* Content overlaid on the SVG */
.hc-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 32px 32px 44px 32px;
    box-sizing: border-box;
}

.hc-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
    border-bottom: 1.5px solid #ebebeb;
    padding-bottom: 10px;
}

.hc-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #2d4a28;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .hc-icon i {
        font-size: 32px;
        color: #fff;
    }

.hc-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

.hc-desc {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #6b6b6b;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Orange button — sits in the concave hollow bottom-right */
.hc-btn {
    position: absolute;
    bottom: 30px;
    right: -6px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f97316;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(249,115,22,.45);
    transition: background .2s, transform .2s;
}



#categories .hc-btn i {
    font-size: 26px;
    color: #fff;
}




/* category cards */


/* who we are section css */

.who-section {
    padding: 72px 0;
    background: #fff;
}

/* ── LEFT: Image block ── */
.img-block {
    position: relative;
    border-radius: 24px;
    overflow: visible;
}

.img-main {
    width: 100%;
    /* height: 480px; */
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

/* 100% Natural badge — overlaps bottom-right of image */
.badge-natural {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 230px;
    height: 160px;
    background: #f28b34;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    /* box-shadow: 0 8px 28px rgba(249,115,22,.35); */
    z-index: 2;
}



    .badge-natural .pct {
        font-size: 3.8rem;
        font-weight: 800;
        line-height: 1;
    }

    .badge-natural .label {
        font-size: 1.55rem;
        font-weight: 700;
    }

/* ── RIGHT: Content ── */
.content-block {
    padding-left: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* "Who We Are" pill badge */
.pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f28b34;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    width: fit-content;
    letter-spacing: 0.02em;
}

    .pill-badge i {
        font-size: 1rem;
    }

/* Headline */

/* Description */
.desc {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 36px;
    max-width: 480px;
}

/* Divider */
.content-divider {
    border: none;
    border-top: 1.5px solid #ebebeb;
    margin-bottom: 32px;
}

/* Mission / Vision grid */
.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
}


.mv-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid var(--green-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: var(--green-mid);
}



.mv-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.mv-desc {
    font-size: 0.84rem;
    color: var(--text-muted);
    line-height: 1.65;
}


.custom-tabs {
    display: flex;
    justify-content: flex-end;
    gap: 45px;
    flex-wrap: wrap;
}

    .custom-tabs .nav-link {
        background: none !important;
        border: none !important;
        color: #111;
        font-size: 18px;
        font-weight: 700;
        padding: 0;
        position: relative;
    }

        .custom-tabs .nav-link.active {
            color: #f5892d !important;
        }

        .custom-tabs .nav-link::after {
            content: "•";
            position: absolute;
            right: -20px;
            top: 0;
            color: #f5892d;
        }

    .custom-tabs .nav-item:last-child .nav-link::after {
        display: none;
    }

/* Product Card */

.product-card {
    background: #f3f3f3;
    border-radius: 22px;
    overflow: hidden;
    transition: 0.4s ease;
    border: 1px solid transparent;
    margin:10px 0;
}

    .product-card:hover {
        transform: translateY(-8px);
        border-color: #f5892d;
        box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    }

/* Image Area */

.product-image-area {
    background: #f4f4f4;
     
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image {
    max-height: 260px;
    transition: 0.4s ease;
}

.product-card:hover .product-image {
    transform: scale(1.06);
}

/* Discount */

.discount-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #f5892d;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
}

/* Hover Buttons */

.hover-icons {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    display: flex;
    gap: 14px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
}

.product-card:hover .hover-icons {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Icon Button */

.icon-btn {
    width: 54px;
    height: 54px;
    background: #f5892d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    transition: 0.3s ease;
}

    .icon-btn:hover {
        background: #3A5021;
        color: #fff;
    }

/* Tooltip */

.custom-tooltip {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    background: #485045;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

    .custom-tooltip::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -5px;
        transform: translateX(-50%);
        border-top: 5px solid #485045;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

.icon-wrapper {
    position: relative;
}

    .icon-wrapper:hover .custom-tooltip {
        opacity: 1;
        visibility: visible;
        top: -48px;
    }



/* Content */

.product-content {
    padding: 28px 24px 26px;
    background: #fff;
}

.product-card:hover .product-content {
    background-color: #ffffff;
}



.category {
    font-size: 11px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    background: #ffffff;
    display: inline-flex;
    padding: 3px 7px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
}

    .category::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #f5892d;
        position: relative;
        left: -3px;
        top: 4px;
    }

.product-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #485045;
}

.price {
    font-size: 15px;
    font-weight: 700;
    color: #f5892d;
}

.tax {
    font-size: 15px;
    color: #666;
    font-weight: 400;
}


/* products section css end */


/* why vedalex css stsrt here */


.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    margin-bottom: 90px;
}

.number-circle {
    min-width: 62px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #4d564d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
}

.feature-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1d1d1d;
    margin-bottom: 14px;
}

.feature-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #7b7b7b;
    margin: 0;
}


:root {
    --tsm-card-mask: url("data:image/svg+xml,%3Csvg width='447' height='370' viewBox='0 0 447 370' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='m' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='447' height='370'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M30.0417 369.59H416.608L421.477 369.206L426.1 368.089L430.41 366.304L434.345 363.913L437.846 360.971L440.848 357.545L443.296 353.69L445.118 349.47L446.257 344.946L446.65 340.178V106.856L445.453 93.8722L442.13 84.2148L437.105 77.2813L430.781 72.4692L423.581 69.1762L415.916 66.7886L408.193 64.7078L400.833 62.3314L394.249 59.0494L388.858 54.2632L384.776 47.9284L381.81 41.0097L379.411 33.8027L377.013 26.6031L374.065 19.7028L370 13.3939L364.27 7.97575L356.315 3.74025L345.569 0.983109L331.481 0H30.0417L25.1732 0.384374L20.5504 1.50054L16.2402 3.28566L12.3052 5.6769L8.80347 8.61884L5.80198 12.0449L3.35434 15.8998L1.53201 20.1205L0.393052 24.6443L0 29.412V340.178L0.393052 344.946L1.53201 349.47L3.35434 353.69L5.80198 357.545L8.80347 360.971L12.3052 363.913L16.2402 366.304L20.5504 368.089L25.1732 369.206L30.0417 369.59Z' fill='white'/%3E%3C/g%3E%3C/mask%3E%3Cg mask='url(%23m)'%3E%3Crect width='446.65' height='369.59' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='c'%3E%3Crect width='446.65' height='369.59' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    --tsm-clr-accent: #E8702A;
    --tsm-clr-accent-dim: rgba(232,112,42,0.18);
    --tsm-clr-accent-glow: rgba(232,112,42,0.35);
    --tsm-clr-accent-border: rgba(232,112,42,0.70);
    --tsm-clr-bg: #0d0d0d;
    --tsm-clr-card: #ffffff;
    --tsm-clr-text-primary: #1a1a1a;
    --tsm-clr-text-muted: #777777;
    --tsm-clr-star-on: #E8702A;
    --tsm-clr-star-off: #dddddd;
    --tsm-clr-divider: #eeeeee;
    --tsm-clr-heading: #c8c8a8;
    --tsm-clr-badge-bg: #ffffff;
    --tsm-clr-badge-text: #1a1a1a;
    --tsm-clr-nav-border: rgba(255,255,255,0.25);
    --tsm-clr-nav-hover-bg: rgba(255,255,255,0.08);
    --tsm-clr-nav-hover-border: rgba(255,255,255,0.50);
    --tsm-clr-quote-alt: #555555;
    --tsm-clr-quote-blue: #2a6ee8;
    --tsm-ff-display: 'Syne', sans-serif;
    --tsm-ff-body: 'Manrope', sans-serif;
    --tsm-br-badge: 999px;
    --tsm-br-nav: 8px;
}

/* ── tsm-section : outermost wrapper ── */


/* ── tsm-header : top row (title + nav) ── */
.tsm-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 48px;
}

.tsm-header__left {
    display: flex;
    flex-direction: column;
}

/* ── tsm-badge : "Testimonial" pill ── */
.tsm-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--tsm-clr-badge-bg);
    color: var(--tsm-clr-badge-text);
    font-family: var(--tsm-ff-body);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: var(--tsm-br-badge);
    margin-bottom: 18px;
    width: fit-content;
}

.tsm-badge__icon {
    flex-shrink: 0;
}



/* ── tsm-nav : arrow button group ── */
.tsm-nav {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 8px;
}

.tsm-nav__btn {
    width: 48px;
    height: 48px;
    border: 1.5px solid var(--tsm-clr-nav-border);
    border-radius: var(--tsm-br-nav);
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease, border-color 0.2s ease;
}


.uc-blog-prev {
    color: #fff !important;
}

.uc-blog-next {
    color: #fff !important;
}


.tsm-nav__btn:hover {
    background: var(--tsm-clr-nav-hover-bg);
    border-color: var(--tsm-clr-nav-hover-border);
}

.tsm-nav__btn--pressed {
    background: var(--tsm-clr-accent-dim) !important;
    border-color: var(--tsm-clr-accent-border) !important;
}

.tsm-nav__icon {
    pointer-events: none;
}

/* ── tsm-carousel : Owl Carousel scoped overrides ── */
.tsm-carousel.owl-carousel {
    overflow: hidden;
}

    .tsm-carousel.owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .tsm-carousel.owl-carousel .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .tsm-carousel.owl-carousel .owl-item {
        display: flex;
    }

.tsm-carousel .owl-nav,
.tsm-carousel .owl-dots {
    display: none !important;
}

/* ── tsm-slide : individual carousel slide ── */
.tsm-slide {
    width: 100%;
}

/* ── tsm-card-wrapper : positions the quote badge outside mask ── */
.tsm-card-wrapper {
    position: relative;
    width: 100%;
    padding-top: 14px; /* keeps quote badge visible above masked area */
    padding-right: 12px; /* keeps quote badge visible right of masked area */
}

/* ── tsm-card : SVG-masked white card surface ── */
.tsm-card {
    width: 100%;
    /*    aspect-ratio: 447 / 370;*/
    background: #fff;
    position: relative;
    padding: 36px 36px 28px;
    -webkit-mask-image: var(--tsm-card-mask);
    mask-image: var(--tsm-card-mask);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: transform 0.3s ease;
}

    .tsm-card:hover {
        transform: translateY(-6px);
    }

/* ── tsm-card__body : flex column layout inside card ── */
.tsm-card__body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* ── tsm-quote-badge : orange circle with " icon (top-right) ── */
.tsm-quote-badge {
    position: absolute;
    top: 10px;
    right: -8px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #f5892d;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 4px 16px var(--tsm-clr-accent-glow);
}


/* ── tsm-rating : star row ── */
.tsm-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 18px;
}

.tsm-rating__star {
    font-size: 22px;
    color: var(--tsm-clr-star-off);
    line-height: 1;
}

.tsm-rating__star--on {
    color: #f5892d;
}

/* ── tsm-card__review : testimonial body text ── */
.tsm-card__review {
    font-size: 15px;
    line-height: 1.7;
    color: var(--tsm-clr-text-body);
    margin-bottom: 28px;
    flex: 1;
}

/* ── tsm-card__divider : thin separator line ── */
.tsm-card__divider {
    border: none;
    border-top: 1.5px solid var(--tsm-clr-divider);
    margin-bottom: 20px;
}

/* ── tsm-author : avatar + name/role row ── */
.tsm-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tsm-author__avatar {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.tsm-author__meta {
    display: flex;
    flex-direction: column;
}

.tsm-author__name {
    font-family: var(--tsm-ff-display);
    font-size: 15px;
    font-weight: 700;
    color: var(--tsm-clr-text-primary);
    margin-bottom: 2px;
}

.tsm-author__role {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.09em;
    color: var(--tsm-clr-text-muted);
    text-transform: uppercase;
}



/* tetimonial section css end */



/* blogs section css */

.blog-card {
    border-radius: 25px;
    border: none;
    background-color: #fff;
}


.blog-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f97316;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(249,115,22,.45);
    transition: background .2s, transform .2s;
}

    .blog-btn i {
        font-size: 26px;
        color: #fff;
    }

    .blog-btn:hover {
        background: #ea6c0a;
        transform: scale(1.08);
    }

.blogs-img img {
    border-radius: 25px;
}

.blogs-img {
    margin-bottom: 10px;
}

.blogs-content h6 {
    color: #404A3D;
}



.blogs-bg {
    background-image: url(../images/blogs-bg.webp);
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* courosel temp clases */
button#tsmPrevBtn {
    color: #000;
    border: 1px solid;
}

button#tsmNextBtn {
    color: #000;
    border: 1px solid;
}

/* courosel temp clases */


.videos-img img {
    border-radius: 25px;
    margin-bottom: 25px;
}

.vd-date {
    color: #5B8C51;
    margin-bottom: 20px;
}

.youtube-icon a {
    color: #ff0000;
    font-size: 75px;
    position: absolute;
    top: 23%;
    left: 38%;
}

/* footer nav sec css strt here */

.footer-nav {
    background-color: #F58634;
}

.ftr-nav ul li a {
    color: #fff;
}

.ftr-nav ul li {
    color: #fff;
    display: inline-block;
    margin-right: 40px;
}

.ftr-phone {
    font-size: 35px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.ftr-cntct {
    display: flex;
    gap: 120px;
}

.footer-bg {
    background-image: url(../images/Footer-bg.webp);
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ftr-links li {
    list-style: none;
    gap: 11px;
    margin-bottom: 12px;
    line-height: 20px;
}

.ftr-links li {
    display: flex;
}

    .ftr-links li span i {
        color: #E8702A;
        font-size: 24px;
    }
p.company {
    font-size: 14px;
    font-weight: 600;
}
    .ftr-links li a i {
        margin-right: 5px;
        color: #E8702A;
        font-size: 24px;
    }

    .ftr-links li a {
        color: #000;
        font-size:14px;
    }

.social-media li a i {
    color: #000;
    border: 1px solid #f58634;
    border-radius: 50%;
    padding: 8px;
}
/* blogs section css strt here */


/*=========================
            MOBILE MENU
        =========================*/

@media(max-width:991px) {

    .toogle-menu {
        display: flex;
    }
    .subherder img {
        height: 65px;
    }
    .main-menu-sec {
        position: fixed;
        top: 0;
        left: -320px;
        width: 285px;
        height: 100vh;
        background: #3A5021;
        z-index: 9999;
        overflow-y: auto;
        transition: 0.4s ease;
    }

        .main-menu-sec.left-0 {
            left: 0;
        }

    .mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.6);
        z-index: 99;
    }

    .mobile-logo {
        background: #fff;
        padding: 20px;
        text-align: center;
    }

        .mobile-logo img {
            width: 180px;
        }

    .mainmenu {
        flex-direction: column;
        align-items: start;
        gap: 0;
        padding: 15px 0;
    }

        .mainmenu > li {
            width: 100%;
        }

            .mainmenu > li > a {
                padding: 15px 20px;
                width: 100%;
                justify-content: space-between;
                font-size: 15px;
            }

    .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        box-shadow: none;
        border-radius: 0;
        background: rgba(255,255,255,0.2);
    }
    ul.mainmenu li a {
        color: #fff;
    }
        .submenu li a {
            padding-left: 35px;
        }

    .menu-item-has-children.active .submenu {
        display: block;
    }

    .desktop-right {
        display: none !important;
    }

    .menu-dot {
        display: none;
    }
}

h4.shipping-color-text {
    font-size: 18px;
    color: #f28b34;
}
h5.our-categories-title {
    font-size: 20px;
    font-weight: 600;
    color: #132490;
    border-bottom: 1px #f28b34 solid;
    padding-bottom: 10px;
}
.policybox {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px #f28b34 solid;
    padding: 15px;
    border-radius: 15px;
}


/*Home main Slider css*/
.owl-carousel img {
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

#homeslider i {
    font-size: 40px;
    position: relative;
    top: 0px;
}

.owl-nav button:focus {
    outline: none;
}

#homeslider.owl-item {
    height: 100% !important; /* Adjust this value as needed */
    display: flex;
    border-radius: 25px;
}

.item {
    width: 100%;
}

.prd-list {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    position: relative;
    height: 100%;
}
.prd-list-img {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .prd-list-img img {
        border-top-left-radius:10px;
        border-top-right-radius:10px;
    }
.prd-list-details {
    padding: 20px 0px;
    background: #132490;
    color: #fff;
}
.subherder {
    position: relative;
    border-bottom: 9px #122490 solid;
}
.headertitle {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 100%;
    height: 100%;
    justify-content: center;
    background: #00000061;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.footer-bg h5 {
    font-size: 20px;
    font-weight: 600;
    color: #132490;
    border-bottom: 1px #f28b34 solid;
    padding-bottom: 10px;
}
.content-table td, .content-table th {
    padding: 12px 15px;
}
td.Downloadnow a {
    text-decoration: none;
    font-weight: 700;
    color: #213f99;
}
img.Download {
    width: 30px;
    margin-right: 10px;
}
.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: .9em;
    width: 100%;
    min-width: 400px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
    .content-table thead tr{
        background-color: #009879;
        color: #fff;
        text-align: left;
        font-weight: 700;
    }
    .content-table tbody tr {
        border-bottom: 1px solid #ddd;
    }
.ftr-links p {
    line-height: 25px;
}

/*Search box css*/

.sd-trigger {
    cursor: pointer;
}

/* Backdrop */
.sd-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(20,20,20,0.45);
    backdrop-filter: blur(4px);
    display: none;
    z-index: 998;
}

/* Search Box */
.sd-box {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%) scale(0.95);
    width: 600px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    opacity: 0;
    transition: all 0.25s ease;
    z-index: 1050;
}

    .sd-box.active {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }

/* Input */
.sd-input-wrap {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border-radius: 14px;
    border: 2px solid #e4e7ec;
    margin: 14px;
    transition: 0.2s;
}

    .sd-input-wrap:focus-within {
        border-color: #6c4cff;
        box-shadow: 0 0 0 3px rgba(108,76,255,0.15);
    }

.sd-input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 15px;
}

.sd-icon {
    font-size: 18px;
    color: #6b7280;
}

.sd-close {
    cursor: pointer;
}

/* Results */
.sd-results {
    max-height: 320px;
    overflow-y: auto;
}

/* Product */
.sd-item {
    display: none;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
}

    .sd-item.show {
        display: flex;
    }

    .sd-item:hover {
        background: #f8f9ff;
    }

.sd-img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.sd-name {
    margin: 0;
    font-size: 14px;
}

.sd-price {
    margin: 0;
    font-size: 13px;
    color: #999;
}

/* Empty */
.sd-empty {
    text-align: center;
    padding: 15px;
    color: #999;
    display: none;
}
/*End Search box css*/
