﻿:root {
    --background: 240 4.8% 95.9%;
    --text: 190 100% 23%;
    --warning: 0 72% 51%;
    --success: 142 71% 45%;
    --success-secondary: 160 84% 39%;
    --muted: 0 0% 100%;
    --border: 240 5.9% 90%;
    --primary: 199 89% 50%;
    --primary-btn: 190 100% 23%;
    --secondary: 240 6% 90%;
    --ring: 240 10% 3.9%;
    --radius: 0.5rem;
}


/*.dark {
    --background: 240 10% 3.9%;
    --text: 0 0% 98%;
    --warning: 0 84% 60%;
    --success: 142 69% 58%;
    --success-secondary: 161 94% 30%;
    --muted: 270 4% 10%;
    --border: 240 3.7% 15.9%;
    --primary: 198 93% 57%;
    --primary-btn: 198 93% 38%;
    --secondary: 240 4% 16%;
    --ring: 240 4.9% 83.9%;
}*/

input {
    &:-webkit-autofill,
    &:-webkit-autofill:hover {
        -webkit-text-fill-color: hsl(var(--text));
        -webkit-box-shadow: 0 0 0 40rem hsl(var(--muted)) inset,
        0 0 0 1px hsl(var(--muted)) inset;
    }

    &:-webkit-autofill:focus {
        -webkit-text-fill-color: hsl(var(--text));
        -webkit-box-shadow: 0 0 0 40rem hsl(var(--muted)) inset,
        0 0 0 1px hsl(var(--muted)) inset;
    }
}

::selection {
    background: #8884;
}

::-webkit-scrollbar {
    width: .34rem;
    height: .5rem
}

::-webkit-scrollbar-track {
    background-color: hsl(var(--muted)) !important
}

::-webkit-scrollbar-thumb {
    border-radius: calc(var(--radius) - 4px);
    background-color: hsl(var(--secondary)) !important
}


html {
    scrollbar-color: hsl(215.4 16.3% 46.9% / .3)
}

html.dark {
    scrollbar-color: hsl(215.4 16.3% 56.9% / .3)
}


::view-transition-old(root),
::view-transition-new(root) {
    animation: none;
    mix-blend-mode: normal;
}

::view-transition-old(root) {
    z-index: 1;
}

::view-transition-new(root) {
    z-index: 2147483646;
}

.dark::view-transition-old(root) {
    z-index: 2147483646;
}

.dark::view-transition-new(root) {
    z-index: 1;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield !important;
}


.scroll-lock {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    top: var(--window-scroll-top);
}

:root {
    overflow-y: scroll;
}

* {
    border-color: hsl(var(--border));
}

body {
    background-color: hsl(var(--background));
    color: #263997;
}

@media only screen and (min-width: 1024px) {

    .border-gradient::before {
        background: radial-gradient(
                300px circle at var(--x) var(--y),
                hsl(var(--primary)) 0,
                transparent 100%
        );
    }

}


.swiper-button-prev,
.swiper-button-next {
    background-color: #09090b;
    color: #ffffff;
}


.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;

}

.swiper .swiper-pagination-bullet,
.swiper .swiper-pagination-bullet-active {
    background-color: black; /* bg-black */
    transition: all 0.3s; /* transition-all duration-300 */
    height: 0.375rem; /* h-1.5 (1.5 * 0.25rem) */
    width: 0.375rem; /* w-1.5 (1.5 * 0.25rem) */
}

.swiper .swiper-pagination-bullet-active {
    width: 1.25rem; /* w-5 (5 * 0.25rem) */
    border-radius: 0.5rem; /* rounded-lg */
    background-color: hsl(var(--primary)); /* bg-primary (replace #primary with the actual color value) */
}

.myclass14525 {
    padding-top: 60px !important;
}

.swiper {
    z-index: 1 !important;
}

#story-modal {
    z-index: 999999 !important;
}

@media (max-width: 980px) {
    #storyslider {
        margin-top: 60px !important;
    }
}

.h1_ {
    position: absolute;
    top: -300px;
    font-size: 20px;
}

/* ================= Custom Vibrant Gradients ================= */
.grad-new {
    background: linear-gradient(135deg, #4f46e5 0%, #9333ea 50%, #ec4899 100%) !important;
}

.grad-amazing {
    background: linear-gradient(135deg, #e11d48 0%, #ef4444 50%, #f59e0b 100%) !important;
}

.grad-mount {
    background: linear-gradient(135deg, #059669 0%, #0d9488 50%, #06b6d4 100%) !important;
}

.grad-cats {
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 50%, #e11d48 100%) !important;
}

.grad-camp {
    background: linear-gradient(135deg, #d97706 0%, #ea580c 50%, #dc2626 100%) !important;
}

.grad-fish {
    background: linear-gradient(135deg, #2563eb 0%, #0891b2 50%, #0d9488 100%) !important;
}

.grad-blog {
    background: linear-gradient(135deg, #c026d3 0%, #db2777 50%, #e11d48 100%) !important;
}

/* Glassmorphism Elements */
.glass-btn {
    background-color: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
    transition: all 0.25s ease-in-out;
}

    .glass-btn:hover {
        background-color: #ffffff !important;
        color: #1e293b !important;
    }

.glass-icon-box {
    background-color: rgba(255, 255, 255, 0.22) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.custom-divider {
    background-color: rgba(255, 255, 255, 0.25) !important;
    height: 1px;
    width: 100%;
}

.cat-item-card {
    background-color: #ffffff;
    border-radius: 1.25rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .cat-item-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

/* =========================================================
   VELTORA - OUTDOOR PREMIUM HOME
   ========================================================= */

:root {
    --v-green: #285943;
    --v-green-2: #3d7658;
    --v-green-soft: #edf5ef;
    --v-orange: #d98232;
    --v-orange-soft: #fff3e5;
    --v-gold: #d9a441;
    --v-blue: #327c91;
    --v-blue-soft: #eaf5f7;
    --v-cream: #f7f4ee;
    --v-border: #e8e4dc;
    --v-text: #26332c;
    --v-muted: #778078;
}


/* =========================================================
   GENERAL
   ========================================================= */

.myclass14525 {
    padding-top: 55px !important;
}

main.myclass14525 {
    background: linear-gradient( 180deg, #fbfaf7 0%, #f7f5ef 100% ) !important;
}

.swiper {
    z-index: 1 !important;
}

#story-modal {
    z-index: 999999 !important;
}

.h1_ {
    position: absolute;
    top: -300px;
    font-size: 20px;
}


/* =========================================================
   STORY
   ========================================================= */

#storyslider {
    margin-bottom: 8px;
}

.story-slider .swiper-slide {
    transition: transform .25s ease;
}

    .story-slider .swiper-slide:hover {
        transform: translateY(-3px);
    }

    .story-slider .swiper-slide img {
        border: 3px solid #fff !important;
        box-shadow: 0 5px 16px rgba(40,89,67,.12);
    }

    .story-slider .swiper-slide > a > div {
        border-color: #d9a441 !important;
    }

.story-slider p {
    color: #566158;
}


/* =========================================================
   MAIN BANNER
   ========================================================= */

 
    .main-banner img {
        transition: transform .6s ease;
    }

    .main-banner:hover img {
        transform: scale(1.008);
    }


/* =========================================================
   COMMON SECTION
   ========================================================= */

/*
   گرادیان‌های قبلی عملاً حذف می‌شوند.
   سکشن‌ها سفید / کرم و بسیار تمیز می‌شوند.
*/

.grad-new,
.grad-amazing,
.grad-mount,
.grad-cats,
.grad-camp,
.grad-fish,
.grad-blog {
    position: relative;
    border-radius: 24px !important;
    border: 1px solid var(--v-border);
    box-shadow: 0 8px 28px rgba(38,53,46,.07) !important;
    color: var(--v-text) !important;
    overflow: hidden;
}


    /* نوار ظریف بالای هر سکشن */

    .grad-new::before,
    .grad-amazing::before,
    .grad-mount::before,
    .grad-cats::before,
    .grad-camp::before,
    .grad-fish::before,
    .grad-blog::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 4px;
        background: var(--v-green);
        opacity: .95;
    }


/* =========================================================
   NEW PRODUCTS
   ========================================================= */

.grad-new {
    background: linear-gradient( 180deg, #ffffff 0%, #f8fbf8 100% ) !important;
}

    .grad-new::before {
        background: linear-gradient( 90deg, #285943, #5d9876 );
    }


/* =========================================================
   AMAZING / DISCOUNT
   ========================================================= */

.grad-amazing {
    background: linear-gradient( 135deg, #fffaf2 0%, #fff4e6 100% ) !important;
    border-color: #f0dfc7 !important;
}

    .grad-amazing::before {
        background: linear-gradient( 90deg, #d98232, #e7ae55 );
    }


/* =========================================================
   MOUNTAIN
   ========================================================= */

.grad-mount {
    background: linear-gradient( 180deg, #f7fbf8, #edf5ef ) !important;
}

    .grad-mount::before {
        background: linear-gradient( 90deg, #285943, #78a184 );
    }


/* =========================================================
   CATEGORIES
   ========================================================= */

.grad-cats {
    background: linear-gradient( 180deg, #ffffff, #f7f4ed ) !important;
}

    .grad-cats::before {
        background: linear-gradient( 90deg, #d9a441, #d98232 );
    }


/* =========================================================
   CAMPING
   ========================================================= */

.grad-camp {
    background: linear-gradient( 180deg, #fffdf8, #f8f1e7 ) !important;
}

    .grad-camp::before {
        background: linear-gradient( 90deg, #b86f31, #d99a4b );
    }


/* =========================================================
   FISHING / HUNTING
   ========================================================= */

.grad-fish {
    background: linear-gradient( 180deg, #f8fcfc, #edf6f7 ) !important;
}

    .grad-fish::before {
        background: linear-gradient( 90deg, #327c91, #65a6b5 );
    }


/* =========================================================
   BLOG
   ========================================================= */

.grad-blog {
    background: linear-gradient( 180deg, #ffffff, #f5f7f4 ) !important;
}

    .grad-blog::before {
        background: linear-gradient( 90deg, #285943, #7b957f );
    }


    /* =========================================================
   SECTION HEADER
   ========================================================= */

    .grad-new h4,
    .grad-amazing h4,
    .grad-mount h4,
    .grad-cats h4,
    .grad-camp h4,
    .grad-fish h4,
    .grad-blog h4 {
        color: var(--v-text) !important;
        font-weight: 900;
    }


        /* توضیحات زیر عنوان */

        .grad-new h4 + p,
        .grad-amazing h4 + p,
        .grad-mount h4 + p,
        .grad-cats h4 + p,
        .grad-camp h4 + p,
        .grad-fish h4 + p,
        .grad-blog h4 + p {
            color: var(--v-muted) !important;
        }


/* =========================================================
   ICON BOX
   ========================================================= */

.glass-icon-box {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    background: var(--v-green-soft) !important;
    border: 1px solid rgba(40,89,67,.10) !important;
    color: var(--v-green) !important;
    box-shadow: 0 5px 15px rgba(40,89,67,.08) !important;
    backdrop-filter: none !important;
}


/* هر بخش آیکون کمی اختصاصی */

.grad-amazing .glass-icon-box {
    background: var(--v-orange-soft) !important;
    color: var(--v-orange) !important;
}

.grad-fish .glass-icon-box {
    background: var(--v-blue-soft) !important;
    color: var(--v-blue) !important;
}

.grad-camp .glass-icon-box {
    background: #faf0e4 !important;
    color: #a9652c !important;
}

.grad-cats .glass-icon-box {
    background: #fbf4df !important;
    color: #b27b20 !important;
}


/* =========================================================
   DIVIDER
   ========================================================= */

.custom-divider {
    height: 1px !important;
    background: var(--v-border) !important;
    opacity: 1 !important;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.glass-btn {
    min-height: 40px;
    padding: 9px 16px !important;
    border-radius: 12px !important;
    background: var(--v-green) !important;
    border: 1px solid var(--v-green) !important;
    color: #fff !important;
    box-shadow: 0 5px 14px rgba(40,89,67,.14) !important;
    backdrop-filter: none !important;
    transition: all .2s ease;
}

    .glass-btn:hover {
        background: var(--v-green-2) !important;
        color: #fff !important;
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(40,89,67,.20) !important;
    }


/* دکمه تخفیف */

.grad-amazing .glass-btn {
    background: var(--v-orange) !important;
    border-color: var(--v-orange) !important;
}

    .grad-amazing .glass-btn:hover {
        background: #c8752b !important;
    }


/* =========================================================
   PRODUCT CARDS
   ========================================================= */

.grad-new .group,
.grad-mount .group,
.grad-camp .group,
.grad-fish .group {
    background: #fff !important;
    border: 1px solid #eeeae3;
    border-radius: 17px !important;
    box-shadow: 0 4px 15px rgba(38,53,46,.06) !important;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}


    .grad-new .group:hover,
    .grad-mount .group:hover,
    .grad-camp .group:hover,
    .grad-fish .group:hover {
        transform: translateY(-6px) !important;
        border-color: rgba(40,89,67,.16);
        box-shadow: 0 14px 30px rgba(38,53,46,.12) !important;
    }


    /* =========================================================
   PRODUCT IMAGE
   ========================================================= */

    .grad-new .group .bg-slate-50,
    .grad-mount .group .bg-slate-50,
    .grad-camp .group .bg-slate-50,
    .grad-fish .group .bg-slate-50 {
        background: #f8f7f3 !important;
        border-radius: 13px !important;
    }


    .grad-new .group img,
    .grad-mount .group img,
    .grad-camp .group img,
    .grad-fish .group img {
        transition: transform .45s ease;
    }

    .grad-new .group:hover img,
    .grad-mount .group:hover img,
    .grad-camp .group:hover img,
    .grad-fish .group:hover img {
        transform: scale(1.045);
    }


    /* =========================================================
   PRODUCT TEXT
   ========================================================= */

    .grad-new .group p,
    .grad-mount .group p,
    .grad-camp .group p,
    .grad-fish .group p {
        color: var(--v-text) !important;
    }


    /* قیمت */

    .grad-new .group .text-indigo-600,
    .grad-mount .group .text-emerald-600,
    .grad-camp .group .text-orange-600,
    .grad-fish .group .text-blue-600 {
        color: var(--v-green) !important;
        font-weight: 900;
    }


    /* =========================================================
   DISCOUNT BADGE
   ========================================================= */

    .grad-new .group .bg-rose-500,
    .grad-mount .group .bg-emerald-500,
    .grad-camp .group .bg-orange-500,
    .grad-fish .group .bg-cyan-500 {
        background: var(--v-orange) !important;
        border-radius: 0 0 10px 10px !important;
        box-shadow: 0 4px 10px rgba(217,130,50,.18) !important;
    }


/* =========================================================
   AMAZING PRODUCTS
   ========================================================= */

.grad-amazing .bg-white {
    border: 1px solid #eee8dd;
    box-shadow: 0 5px 15px rgba(60,45,30,.10) !important;
}

.grad-amazing .bg-red-600 {
    background: var(--v-orange) !important;
}

.grad-amazing .text-red-600 {
    color: var(--v-orange) !important;
}


/* =========================================================
   CATEGORY CARDS
   ========================================================= */

.cat-item-card {
    position: relative;
    background: #fff !important;
    border: 1px solid #e9e5dd;
    border-radius: 18px !important;
    box-shadow: 0 5px 18px rgba(38,53,46,.06) !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}


    .cat-item-card:hover {
        transform: translateY(-7px) !important;
        border-color: rgba(40,89,67,.20);
        box-shadow: 0 15px 30px rgba(38,53,46,.12) !important;
    }


    /* تصویر دسته */

    .cat-item-card > div:first-child {
        background: #f7f4ed !important;
        border-radius: 13px !important;
        transition: background .25s ease;
    }


    .cat-item-card:hover > div:first-child {
        background: #edf5ef !important;
    }


    .cat-item-card span {
        color: var(--v-text) !important;
        transition: color .2s ease;
    }


    .cat-item-card:hover span {
        color: var(--v-green) !important;
    }


    /* فلش */

    .cat-item-card i {
        color: var(--v-orange) !important;
    }


/* =========================================================
   BLOG CARDS
   ========================================================= */

.grad-blog .group {
    background: #fff !important;
    border: 1px solid #ebe8e2;
    border-radius: 17px !important;
    box-shadow: 0 5px 17px rgba(38,53,46,.06) !important;
    transition: transform .25s ease, box-shadow .25s ease;
}


    .grad-blog .group:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 15px 30px rgba(38,53,46,.11) !important;
    }


.grad-blog h5 {
    color: var(--v-text) !important;
}


.grad-blog .group:hover h5 {
    color: var(--v-green) !important;
}


.grad-blog .text-pink-600,
.grad-blog .text-pink-400 {
    color: var(--v-orange) !important;
}


/* =========================================================
   BLOG IMAGE
   ========================================================= */

.grad-blog .group img {
    transition: transform .5s ease;
}

.grad-blog .group:hover img {
    transform: scale(1.04);
}


/* =========================================================
   TEXT COLORS
   ========================================================= */

.grad-new .text-white,
.grad-amazing .text-white,
.grad-mount .text-white,
.grad-cats .text-white,
.grad-camp .text-white,
.grad-fish .text-white,
.grad-blog .text-white {
    color: var(--v-text) !important;
}


/* توضیحات اختصاصی */

.grad-fish .text-cyan-100,
.grad-mount .text-emerald-100,
.grad-camp .text-orange-100,
.grad-cats .text-amber-100,
.grad-blog .text-pink-100 {
    color: var(--v-muted) !important;
}


/* =========================================================
   SPECIAL SECTION ACCENTS
   ========================================================= */

.grad-new {
    --section-accent: #285943;
}

.grad-amazing {
    --section-accent: #d98232;
}

.grad-mount {
    --section-accent: #397457;
}

.grad-cats {
    --section-accent: #c29335;
}

.grad-camp {
    --section-accent: #a9652c;
}

.grad-fish {
    --section-accent: #327c91;
}

.grad-blog {
    --section-accent: #4e6d59;
}


    /* =========================================================
   SECTION TOP HEADERS
   ========================================================= */

    .grad-new > div:first-child,
    .grad-mount > div:first-child,
    .grad-cats > div:first-child,
    .grad-camp > div:first-child,
    .grad-fish > div:first-child,
    .grad-blog > div:first-child {
        margin-bottom: 24px !important;
    }


/* =========================================================
   AMAZING SECTION
   ========================================================= */

.grad-amazing {
    padding: 22px !important;
}

    .grad-amazing .text-amber-200 {
        color: var(--v-orange) !important;
    }

    .grad-amazing .bg-amber-300 {
        background: #f3d27e !important;
        color: #4b3822 !important;
    }


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 980px) {

    #storyslider {
        margin-top: 45px !important;
    }

    .myclass14525 {
        padding-top: 35px !important;
    }
}


@media (max-width: 640px) {

    .grad-new,
    .grad-amazing,
    .grad-mount,
    .grad-cats,
    .grad-camp,
    .grad-fish,
    .grad-blog {
        border-radius: 18px !important;
        padding: 16px !important;
    }

    .glass-icon-box {
        width: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
    }

    .grad-new h4,
    .grad-amazing h4,
    .grad-mount h4,
    .grad-cats h4,
    .grad-camp h4,
    .grad-fish h4,
    .grad-blog h4 {
        font-size: 17px !important;
    }

    .glass-btn {
        padding: 8px 11px !important;
        font-size: 11px !important;
    }

    .cat-item-card {
        border-radius: 14px !important;
    }

        .cat-item-card > div:first-child {
            border-radius: 10px !important;
        }
}


/* =========================================================
   REDUCE EXCESSIVE SHADOWS
   ========================================================= */

.shadow-2xl {
    --tw-shadow: 0 10px 25px rgba(38,53,46,.08) !important;
    box-shadow: var(--tw-shadow) !important;
}


/* =========================================================
   SMOOTH SECTION SPACING
   ========================================================= */

main.myclass14525 > section {
    scroll-margin-top: 90px;
}


/* =========================================================
   FINAL POLISH
   ========================================================= */

.grad-new,
.grad-amazing,
.grad-mount,
.grad-cats,
.grad-camp,
.grad-fish,
.grad-blog {
    isolation: isolate;
}


.whatsapp-tel {
    position: fixed;
    bottom: 80px;
    right: 10px;
    opacity: 0.9;
}

.mystyle85654 {
    margin-top: 20px;
    z-index: 999999;
    position: fixed;
    bottom: 115px;
    right: 10px;
}

.imgstyle {
    width: 30px;
    border-width: 0px;
}

.classred {
    color: red !important;
}

.desktop-nav-item {
    position: static; /* به جای static */
}

.desktop-nav-title {
    display: flex;
    align-items: center;
    gap: 1px;
    cursor: pointer;
    padding: 15px 5px;
}

    .desktop-nav-title:hover {
        color: #ef4056;
    }

.desktop-mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0; /* بهتر از width:100% */
    min-height: 120px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,.15);
    z-index: 99999;
}

    .desktop-mega-menu a {
        color: #000 !important;
    }

    .desktop-mega-menu .container {
        max-width: 1400px;
        margin: auto;
    }

/* این قسمت را حذف کنید */
/*
.desktop-nav-item:hover .desktop-mega-menu{
    display:block;
}
*/

.mega-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 15px;
}

.mega-item {
    padding: 5px;
    color: #fff;
    text-align: center;
    transition: .25s;
}

    .mega-item:hover {
        color: #0b0a08;
    }

.lg\:grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr))
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 15px;
}

.font13 {
    font-size: 13px !important;
}
/* =========================
   MEGA MENU
========================= */

.desktop-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .10);
    padding: 12px 0;
}

    /* Container */

    .desktop-mega-menu .container {
        max-width: 1450px;
        margin: auto;
        padding: 0 12px;
    }


/* =========================
   GRID
========================= */

.mega-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 5px;
    max-height: 410px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 3px;
}


/* =========================
   ITEM
========================= */

.mega-item {
    min-width: 0;
}


    /* =========================
   LINK
========================= */

    .mega-item a {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 38px;
        padding: 5px 8px;
        border: 1px solid #f0f1f3;
        border-radius: 7px;
        background: #fff;
        color: #333;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
        transition: all .18s ease;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


/* =========================
   ICON
========================= */

.
/* =========================
   HOVER
========================= */
.mega-item a:hover {
    background: #f8fafc;
    border-color: #dce5ed;
    color: #1677c8;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .05);
}


.mega-item a:hover::before {
    background: #1677c8;
    color: #fff;
    transform: scale(1.05);
}


/* =========================
   SCROLLBAR
========================= */

.mega-grid::-webkit-scrollbar {
    width: 4px;
}

.mega-grid::-webkit-scrollbar-track {
    background: transparent;
}

.mega-grid::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 10px;
}

    .mega-grid::-webkit-scrollbar-thumb:hover {
        background: #9ca3af;
    }


/* =========================
   DESKTOP LARGE
========================= */

@media (min-width: 1500px) {

    .mega-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}


/* =========================
   TABLET
========================= */

@media (max-width: 1200px) {

    .mega-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}


/* =========================
   TABLET SMALL
========================= */

@media (max-width: 992px) {

    .mega-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .mega-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: 450px;
    }

    .mega-item a {
        min-height: 36px;
        font-size: 11px;
    }
}

.mega-item a::before {
    content: "";
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    margin-left: 8px;
    border-radius: 2px;
    background: #cbd5e1;
    transform: rotate(45deg);
    transition: all .2s ease;
}

.mega-item a:hover::before {
    background: #1677c8;
    transform: rotate(45deg) scale(1.25);
}
/* =========================================================
   VELTORA MODERN / COLORFUL THEME
   ========================================================= */

:root {
    --veltora-green: #2f7d5b;
    --veltora-green-dark: #205b43;
    --veltora-orange: #f28c28;
    --veltora-yellow: #f5c542;
    --veltora-sky: #38a9c9;
    --veltora-cream: #fff9ef;
    --veltora-text: #26352e;
}

/* -------------------------
   Header
------------------------- */

header {
    box-shadow: 0 3px 18px rgba(38, 53, 46, .08);
}

    header .bg-muted {
        background: #fffdf8 !important;
    }

/* Search */
#desktopSearchInputWrapper {
    border-color: #e7e1d6 !important;
    background: #fff !important;
    transition: all .25s ease;
}

    #desktopSearchInputWrapper:focus-within {
        border-color: var(--veltora-green) !important;
        box-shadow: 0 0 0 3px rgba(47,125,91,.10);
    }

/* -------------------------
   Desktop Navigation
------------------------- */

header nav {
    background: linear-gradient( 90deg, #2f7d5b 0%, #318a62 50%, #2f7d5b 100% ) !important;
}

    header nav .container {
        color: #fff !important;
    }

.desktop-nav-title {
    color: #fff !important;
    border-radius: 8px;
    transition: all .2s ease;
}

    .desktop-nav-title:hover {
        color: #fff !important;
        background: rgba(255,255,255,.13);
    }

    .desktop-nav-title a {
        color: #fff !important;
    }

    .desktop-nav-title .bg-menu-a {
        background: transparent !important;
    }

/* Navigation indicator */
#desktopNavbarIndicator,
#line {
    background: var(--veltora-orange) !important;
}

/* -------------------------
   Mega Menu
------------------------- */

.desktop-mega-menu {
    background: #fffdf8 !important;
    border-top: 3px solid var(--veltora-orange) !important;
    box-shadow: 0 18px 45px rgba(38,53,46,.15) !important;
}

.mega-item a {
    background: #fff !important;
    border: 1px solid #eee7dc !important;
    color: #34443b !important;
    border-radius: 10px !important;
}

    .mega-item a:hover {
        background: #f1faf5 !important;
        border-color: var(--veltora-green) !important;
        color: var(--veltora-green) !important;
        transform: translateY(-2px);
        box-shadow: 0 5px 14px rgba(47,125,91,.12);
    }

    .mega-item a::before {
        background: var(--veltora-orange) !important;
    }

    .mega-item a:hover::before {
        background: var(--veltora-green) !important;
    }

/* -------------------------
   Footer
------------------------- */

.veltora-footer {
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    padding: 55px 0 25px;
    color: #fff;
    background: radial-gradient(circle at 10% 20%, rgba(245,197,66,.15), transparent 25%), radial-gradient(circle at 90% 10%, rgba(56,169,201,.14), transparent 25%), linear-gradient(135deg, #173f30 0%, #205b43 48%, #286b4d 100%);
}

    /* decorative shapes */

    .veltora-footer::before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        left: -130px;
        top: -160px;
        border-radius: 50%;
        background: rgba(242,140,40,.10);
    }

    .veltora-footer::after {
        content: "";
        position: absolute;
        width: 240px;
        height: 240px;
        right: -100px;
        bottom: -130px;
        border-radius: 50%;
        background: rgba(245,197,66,.08);
    }

    .veltora-footer .container {
        position: relative;
        z-index: 2;
    }

/* Footer columns */

.veltora-footer-grid {
    display: grid;
    grid-template-columns: 1.15fr 1.5fr 1fr;
    gap: 35px;
    align-items: stretch;
}

/* Footer cards */

.veltora-footer-box {
    height: 100%;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.055);
    backdrop-filter: blur(5px);
}

.veltora-footer-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

    .veltora-footer-title::before {
        content: "";
        width: 5px;
        height: 25px;
        border-radius: 10px;
        background: var(--veltora-orange);
    }

.veltora-footer-text {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 2.2;
}

/* Contact */

.veltora-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 17px;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    line-height: 2;
}

.veltora-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--veltora-orange), #f5b63b);
}

.veltora-contact-item a {
    color: #fff !important;
    text-decoration: none;
}

    .veltora-contact-item a:hover {
        color: var(--veltora-yellow) !important;
    }

/* Footer links */

.veltora-footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

    .veltora-footer-links a {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        color: rgba(255,255,255,.78) !important;
        border-radius: 10px;
        background: rgba(255,255,255,.045);
        transition: all .2s ease;
    }

        .veltora-footer-links a::before {
            content: "›";
            color: var(--veltora-orange);
            font-size: 18px;
            font-weight: bold;
        }

        .veltora-footer-links a:hover {
            color: #fff !important;
            background: rgba(242,140,40,.16);
            transform: translateX(-3px);
        }

/* Trust / advantages */

.veltora-footer-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.veltora-benefit {
    padding: 15px 10px;
    text-align: center;
    border-radius: 14px;
    background: rgba(255,255,255,.06);
}

.veltora-benefit-icon {
    margin-bottom: 8px;
    font-size: 25px;
    color: var(--veltora-yellow);
}

.veltora-benefit-title {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.veltora-benefit-text {
    margin-top: 3px;
    color: rgba(255,255,255,.55);
    font-size: 10px;
}

/* Footer bottom */

.veltora-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 35px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.55);
    font-size: 11px;
}

.veltora-footer-brand {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
}

    .veltora-footer-brand span {
        color: var(--veltora-orange);
    }

/* -------------------------
   Mobile
------------------------- */

@media (max-width: 992px) {

    .veltora-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

        .veltora-footer-grid > div:first-child {
            grid-column: span 2;
        }
}

@media (max-width: 640px) {

    .veltora-footer {
        margin-top: 45px;
        padding: 40px 0 90px;
    }

    .veltora-footer-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

        .veltora-footer-grid > div:first-child {
            grid-column: auto;
        }

    .veltora-footer-box {
        padding: 20px;
    }

    .veltora-footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .veltora-footer-links {
        grid-template-columns: 1fr 1fr;
    }
}
/* =========================================================
   VELTORA FOOTER
   ========================================================= */

.veltora-footer {
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    padding: 55px 0 0;
    background: #173d2d;
    color: #fff;
}

    /* پس زمینه تزئینی */
    .veltora-footer::before {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        top: -220px;
        right: -120px;
        border-radius: 50%;
        background: rgba(242, 140, 40, 0.12);
        pointer-events: none;
    }

    .veltora-footer::after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        bottom: -220px;
        left: -100px;
        border-radius: 50%;
        background: rgba(245, 197, 66, 0.08);
        pointer-events: none;
    }

    .veltora-footer .container {
        position: relative;
        z-index: 2;
    }

/* =========================================================
   TOP INTRO
   ========================================================= */

.veltora-footer-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
    padding: 25px 30px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 20px;
    background: linear-gradient( 135deg, rgba(255,255,255,.08), rgba(255,255,255,.035) );
}

.veltora-footer-logo {
    min-width: 180px;
}

.veltora-footer-logo-title {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 2px;
}

    .veltora-footer-logo-title span {
        color: #f5b83d;
    }

.veltora-footer-logo-subtitle {
    margin-top: 5px;
    color: rgba(255,255,255,.65);
    font-size: 12px;
}

.veltora-footer-slogan {
    flex: 1;
    color: rgba(255,255,255,.85);
    font-size: 14px;
    line-height: 2;
}

    .veltora-footer-slogan strong {
        color: #f5c542;
    }

/* =========================================================
   FOOTER GRID
   ========================================================= */

.veltora-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
    gap: 22px;
}

/* =========================================================
   FOOTER BOX
   ========================================================= */

.veltora-footer-box {
    min-height: 260px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;
    background: rgba(255,255,255,.045);
    transition: all .25s ease;
}

    .veltora-footer-box:hover {
        transform: translateY(-3px);
        background: rgba(255,255,255,.065);
        border-color: rgba(245,197,66,.20);
    }

/* =========================================================
   TITLE
   ========================================================= */

.veltora-footer-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

    .veltora-footer-title::before {
        content: "";
        width: 5px;
        height: 24px;
        border-radius: 10px;
        background: linear-gradient( to bottom, #f28c28, #f5c542 );
    }

/* =========================================================
   ABOUT
   ========================================================= */

.veltora-footer-about {
    color: rgba(255,255,255,.68);
    font-size: 12px;
    line-height: 2.2;
    text-align: justify;
}

    .veltora-footer-about strong {
        color: #fff;
    }

/* =========================================================
   CATEGORY LINKS
   ========================================================= */

.veltora-footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.veltora-footer-link {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 10px;
    border-radius: 9px;
    color: rgba(255,255,255,.70) !important;
    font-size: 12px;
    text-decoration: none;
    transition: all .2s ease;
}

    .veltora-footer-link::before {
        content: "›";
        color: #f28c28;
        font-size: 18px;
        font-weight: bold;
    }

    .veltora-footer-link:hover {
        color: #fff !important;
        background: rgba(242,140,40,.12);
        transform: translateX(-4px);
    }

/* =========================================================
   CATEGORY BADGES
   ========================================================= */

.veltora-category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.veltora-category {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 10px;
    border-radius: 13px;
    color: #fff !important;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s ease;
}

    .veltora-category:hover {
        transform: translateY(-3px);
        box-shadow: 0 7px 20px rgba(0,0,0,.15);
    }

/* رنگ دسته ها */

.veltora-category-fishing {
    background: linear-gradient( 135deg, #2389a8, #36b4ce );
}

.veltora-category-camping {
    background: linear-gradient( 135deg, #d96b25, #f49b35 );
}

.veltora-category-hunting {
    background: linear-gradient( 135deg, #596c3d, #7e9650 );
}

.veltora-category-mountain {
    background: linear-gradient( 135deg, #396b80, #568ca1 );
}

/* =========================================================
   CONTACT
   ========================================================= */

.veltora-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.veltora-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255,255,255,.70);
    font-size: 12px;
    line-height: 1.9;
}

.veltora-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: rgba(242,140,40,.15);
    color: #f5c542;
    font-size: 18px;
}

.veltora-contact-item strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
}

.veltora-contact-item a {
    color: #f5c542 !important;
    text-decoration: none;
    font-weight: 600;
}

    .veltora-contact-item a:hover {
        color: #fff !important;
    }

/* =========================================================
   FEATURES
   ========================================================= */

.veltora-footer-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 25px;
}

.veltora-feature {
    padding: 12px 8px;
    border-radius: 12px;
    background: rgba(255,255,255,.055);
    text-align: center;
}

.veltora-feature-icon {
    margin-bottom: 5px;
    color: #f5c542;
    font-size: 21px;
}

.veltora-feature-title {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}

/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.veltora-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 38px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.48);
    font-size: 10px;
}

.veltora-footer-bottom-brand {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
}

    .veltora-footer-bottom-brand span {
        color: #f28c28;
    }

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 1100px) {

    .veltora-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {

    .veltora-footer {
        margin-top: 45px;
        padding-top: 35px;
        padding-bottom: 75px;
    }

    .veltora-footer-intro {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px;
    }

    .veltora-footer-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .veltora-footer-box {
        min-height: auto;
    }

    .veltora-footer-bottom {
        flex-direction: column;
        text-align: center;
        padding-bottom: 10px;
    }
}

@media (max-width: 450px) {

    .veltora-category-list {
        grid-template-columns: 1fr 1fr;
    }

    .veltora-footer-features {
        grid-template-columns: 1fr 1fr;
    }
}
   
 