@font-face {
    font-family: 'Vazir-Medium';
    src: url('../plugin/fonts/vazir/Vazir-Medium.woff2') format('woff2'), url('../plugin/fonts/vazir/Vazir-Medium.woff') format('woff'), url('../plugin/fonts/vazir/Vazir-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-blue: #0d6efd;
    --dark-blue: #0542a8;
    --primary-color: #007bff;
    --dark-color: #2d3436;
    --gradient: linear-gradient(135deg, var(--primary), var(--secondary));
    --shadow: 0 3px 8px rgba(30, 144, 255, 0.2);
    --transition: all 0.3s ease;
    --primary: #1e90ff;
    --secondary: #0066cc;
    --light-bg: #f8f9fa;
    --text-color: #2d3748;
    --gradient-start: #0a84ff;
    --gradient-end: #0066cc;
    --primary-hover: #0066cc;
    --elegoo-primary: #3a86ff;
    --elegoo-secondary: #ff006e;
    --elegoo-accent: #8338ec;
    --light-bg: #f8f9fa;
    --card-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    --card-hover-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    --filter-bg: #ffffff;
    --text-color: #333;
    --text-muted: #6c757d;
    --background-light: #f8fafc;
    --background-dark: #1a2a44;
    --primary-dark: #005bb5;
    --primary-light: #4dabf7;
    --secondary-color: #ff3b3b;
}

body {
    font-family: Vazir-Medium, sans-serif;
    position: relative;
    background:linear-gradient(180deg,#eaf2ff 0%, #f8fbff 100%) ;
}
a{
    text-decoration: none;
    color: #000;
}
/* منو*/


.top-header {
    background-color: rgb(58, 134, 255);
    font-size: 1rem;
    z-index: 1031;
    position: relative;
    color: white;
    padding: 8px 0px;
}

.social-icons{
color: white !important;

}
.social-icons:hover{

    color: black !important;


}
@media (max-width: 991px) {
    .top-header {
        display: none;
    }
}

body.mega-menu-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    z-index: 1029;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.mega-menu-open::before {
    opacity: 1;
}

.navbar {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1030;
    position: sticky;
}

.navbar-nav {
    margin-left: 0 !important;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-blue);
}

.dropdown-mega-menu {
    position: static;
}

.dropdown-mega-menu-content {
    width: 80%;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1030;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dropdown-mega-menu:hover .dropdown-mega-menu-content {
    display: block;
    opacity: 1;
}

/* Container wrapper برای scrollbar */
.mega-menu-categories {
    position: relative;
    border-right: 1px solid #eee;
    padding-right: 15px;
    height: 400px;
    overflow: hidden;
}

/* Wrapper داخلی با scroll */
.mega-menu-categories-inner {
    height: 100%;
    overflow-y: auto;
    direction: ltr;
    padding-right: 15px;
}

/* اسکرول بار */
.mega-menu-categories-inner::-webkit-scrollbar {
    width: 6px;
}

.mega-menu-categories-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.mega-menu-categories-inner::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.mega-menu-categories-inner::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* محتوای اصلی RTL بمونه */
.mega-menu-categories-inner > * {
    direction: rtl;
}

.mega-menu-categories h6 {
    padding-right: 15px;
}

.mega-menu-categories .btn {
    text-align: right;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    background-color: #eaeaea;
    color: #000;
    border: none;
    transition: all 0.3s;
    border-radius: 10px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mega-menu-categories .btn i {
    margin-left: 8px;
    color: inherit;
    transition: color 0.3s;
    font-size: 1.2rem;
}

.mega-menu-categories .btn:hover {
    background-color: var(--primary-blue);
    color: white;
}

.product-section {
    display: none;
}

.product-section.active {
    display: block;
}

.product-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    margin-bottom: 15px;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.product-card h6 {
    padding: 10px;
    text-align: center;
    margin: 0;
}

.view-all-btn {
    text-align: center;
}

/* استایل‌های موبایل */
@media (max-width: 991px) {
    .dropdown-mega-menu-content {
        display: none !important;
    }
    
    .mobile-submenu-container {
        display: block !important;
    }
    
    .mobile-submenu {
        display: none;
        position: static !important;
        transform: none !important;
        border: none;
        box-shadow: none;
        background: #f8f9fa;
        width: 100%;
        margin-top: 0;
        padding-right: 20px;
        max-height: 300px;
        overflow-y: auto;
    }
    
    .mobile-submenu.show {
        display: block !important;
    }
    
    .mobile-submenu .dropdown-item {
        padding: 10px 15px;
        border-bottom: 1px solid #dee2e6;
        color: #333;
        text-align: right;
        font-size: 0.9rem;
    }
    
    .mobile-submenu .dropdown-item:last-child {
        border-bottom: none;
    }
    
    .mobile-submenu .dropdown-item:hover {
        background-color: #e9ecef;
        color: #000;
    }
    
    /* آیکون برای آیتم‌هایی که زیرمنو دارند */
    .nav-item.dropdown .nav-link.mobile-menu-toggle::after {
        content: "›";
        float: left;
        margin-left: 0.5rem;
        transform: rotate(0deg);
        transition: transform 0.3s ease;
        border: none !important;
        font-weight: bold;
        font-size: 1.2rem;
    }
    
    .mobile-submenu.show ~ .nav-link.mobile-menu-toggle::after {
        transform: rotate(90deg);
    }
    
    /* استایل آیتم‌های اصلی منو در موبایل */
    .navbar-nav .nav-item {
        border-bottom: 1px solid #eee;
    }
    
    .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
    
    .navbar-nav .nav-link {
        padding: 12px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    /* جلوگیری از بستن منوی اصلی هنگام کلیک روی زیرمنو */
    .navbar-collapse {
        overflow-y: auto;
        max-height: 80vh;
    }
    
    /* مخفی کردن بخش محصولات در موبایل */
    .product-section {
        display: none !important;
    }
    
    .view-all-btn {
        display: none !important;
    }
    
    /* نمایش فقط دسته‌بندی‌ها در موبایل */
    .mega-menu-categories {
        height: auto;
        border-right: none;
        padding: 10px;
    }
    
    .dropdown-mega-menu-content {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        padding: 10px !important;
    }
    
    /* استایل دراپ‌داون در موبایل */
    .dropdown-menu {
        background-color: #f8f9fa;
        border-radius: 5px;
        margin-top: 5px;
        border: none;
    }
    
    .dropdown-menu .dropdown-item {
        padding: 8px 15px;
        color: #333;
        border-bottom: 1px solid #eee;
        text-align: start;
    }
    
    .dropdown-menu .dropdown-item:last-child {
        border-bottom: none;
    }
    
    .dropdown-menu .dropdown-item:hover {
        background-color: #e9ecef;
    }
    
    /* استایل منوی موبایل */
    .mobile-menu-toggle {
        cursor: pointer;
    }
    
    /* استایل اسکرول بار برای منوی موبایل */
    .mobile-submenu::-webkit-scrollbar {
        width: 6px;
    }
    
    .mobile-submenu::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }
    
    .mobile-submenu::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 10px;
    }
    
    .mobile-submenu::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }
}

/* استایل‌های دسکتاپ */
@media (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }
    
    .mobile-submenu-container {
        display: none !important;
    }
}

.logo-placeholder {
    width: 150px;
    height: 40px;
   
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: bold;
}




    /* استایل دکمه پالس دار  */
    .pulse-btn {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 15px 30px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
   
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
        position: relative;
        box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
        animation: button-pulse 2s infinite;
    }
    
    .pulse-btn:hover {
        background-color: #0056b3;
        transform: translateY(-2px);
        animation: none;
    }
    
    @keyframes button-pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
        }
        70% {
            box-shadow: 0 0 0 12px rgba(0, 123, 255, 0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
        }
    }
    
    .pulse-btn i {
        font-size: 16px;
        transition: transform 0.3s ease;
    }
    
    .pulse-btn:hover i {
        transform: translateX(-5px);
    }  








































footer {
    background-color: #212529;
    color: #fff;
    padding: 60px 0 20px;
}

footer h5 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

footer h5:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: var(--primary-blue);
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s;
}

footer ul li a:hover {
    color: #fff;
}

.footer-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-contact li i {
    margin-left: 10px;
    color: var(--primary-blue);
}

.copyright {
    border-top: 1px solid #343a40;
    padding-top: 20px;
    margin-top: 40px;
    text-align: center;
    color: #6c757d;
}

@media (max-width: 991.98px) {
    .mega-menu-categories {
        border-right: none;
        border-top: 1px solid #eee;
        padding-right: 0;
        padding-top: 20px;
        margin-top: 20px;
    }
    
    .navbar-nav {
        margin: 0;
    }
    
    .dropdown-mega-menu-content {
        width: 95%;
    }
}

/* استایل‌های جدید برای چیدمان هدر */
.navbar-brand {
    margin-right: auto;
    margin-left:0;
}

.navbar-collapse {
    flex-grow: 0;
}

@media (min-width: 992px) {
    .navbar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .navbar-nav {
        margin-left: 0 !important;
    }
}

/* استوری */

.stories-container {
    border-radius: 10px;
    padding: 15px 10px;
   
    position: relative;
}

.stories-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}

.stories-scroll {
    display: flex;
    overflow-x: auto;
    gap: 30px;
    padding: 5px 10px;
    scrollbar-width: none;
    scroll-behavior: smooth; /* تغییر 2: اسکرول نرم‌تر */
}

.stories-scroll::-webkit-scrollbar {
    display: none;
}

.story-item {
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
    width: 90px;
    margin-left: -10px;
}

.story-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(45deg, #ff9800, #ff5722, #e91e63, #9c27b0);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.story-avatar-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid white;
    overflow: hidden;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-title {
    font-size: 14px;
    margin-top: 8px;
    color: #3f4064;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scroll-btn {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef394e;
    font-size: 1rem;
    z-index: 20;
    cursor: pointer;
    opacity: 0.9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: none;
}

.scroll-btn:hover {
    opacity: 1;
}

.scroll-btn.prev {
    right: 5px;
}

.scroll-btn.next {
    left: 5px;
}

.story-modal .modal-dialog {
    max-width: 100%;
    height: 100vh;
    margin: 0;
}

.story-modal .modal-content {
    height: 100%;
    border-radius: 0;
    background: #000;
    border: none;
}

.story-content {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-content img,
.story-content video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.story-progress {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.progress-container {
    display: flex;
    gap: 5px;
}

.progress {
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    flex: 1;
    overflow: hidden;
    border-radius: 2px;
}

.progress-bar {
    background: #fff;
    width: 0%;
    height: 100%;
    transition: width 0.2s linear;
}

.active-story .progress-bar {
    animation: progress 5s linear;
}

@keyframes progress {
    0% { width: 0%; }
    100% { width: 100%; }
}

.story-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    z-index: 20;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.story-nav-btn:hover {
    opacity: 1;
}

.story-prev {
    right: 15px;
}

.story-next {
    left: 15px;
}

.story-close-modal {
    position: absolute;
    top: 25px;
    left: 25px;
    color: #fff;
    font-size: 1.8rem;
    z-index: 20;
    cursor: pointer;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-close-modal:hover {
    opacity: 1;
}

.story-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 10;
}

.story-avatar-modal {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #ff9800, #ff5722, #e91e63, #9c27b0);
    margin-bottom: 10px;
}

.story-avatar-modal-inner {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid white;
    overflow: hidden;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-avatar-modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-time {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    z-index: 10;
    font-size: 14px;
}

.story-actions {
    position: absolute;
    bottom: 30px;
    left: 25px;
    z-index: 10;
    display: flex;
    gap: 15px;
}

.story-action-btn {
    color: #fff;
    font-size: 1.5rem;
    opacity: 0.8;
    cursor: pointer;
}

.story-action-btn:hover {
    opacity: 1;
}

.video-controls {
    position: absolute;
    bottom: 30px;
    right: 25px;
    z-index: 10;
    display: flex;
    gap: 15px;
}

.video-control-btn {
    color: #fff;
    font-size: 1.5rem;
    opacity: 0.8;
    cursor: pointer;
}

.video-control-btn:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .story-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .story-prev {
        right: 10px;
    }
    
    .story-next {
        left: 10px;
    }
    
    .story-close-modal {
        top: 15px;
        left: 15px;
        font-size: 1.5rem;
        width: 35px;
        height: 35px;
    }
    
    .story-time {
        top: 15px;
        right: 15px;
    }
    
    .story-actions {
        bottom: 20px;
        left: 15px;
    }
    
    .video-controls {
        bottom: 20px;
        right: 15px;
    }
    
 
}




















/* اسلایدر */


.modern-slider {
    position: relative;
    height: 65vh;
    overflow: hidden;
  }

  .modern-slider .carousel-item {
    height: 100vh;
    
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
  }

  .modern-slider .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.7) 100%);
  }

  .modern-slider .carousel-caption {
    bottom: auto;
    top: 40%;
    transform: translateY(-50%);
    text-align: right;
    z-index: 10;
    max-width: 600px;
  }

  .modern-slider h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 15px;
    color: white;
    direction: rtl;
    text-align: right;
    overflow: hidden;
    display: inline-block;
    border-left: 3px solid white; /* مکان‌نما در سمت چپ */
    white-space: nowrap;
    animation: typing 3s steps(30, end) forwards, blink .75s step-end infinite;
  }

  .modern-slider h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 4px;
    background: var(--primary-color);
    animation: widthGrow 1s ease 0.5s both;
  }

  .modern-slider p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    color: white;
    animation: fadeInLeft 1s ease 0.7s both;
  }

  .modern-slider .btn {
    border-radius: 0;
    padding: 12px 30px;
    font-weight: 600;
    animation: fadeInUp 1s ease 1s both;
    background-color: var(--primary-color);
    border: none;
  }

  .modern-slider .carousel-control-prev,
  .modern-slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    top: 35%;
    transform: translateY(-50%);
    opacity: 0.7;
    transition: all 0.3s ease;
  }

  .modern-slider .carousel-control-prev { left: 20px; }
  .modern-slider .carousel-control-next { right: 20px; }

  .modern-slider .carousel-control-prev:hover,
  .modern-slider .carousel-control-next:hover {
    opacity: 1;
    background: var(--primary-color);
  }

  /* انیمیشن‌ها */
  @keyframes typing {
    from { width: 0; }
    to { width: 100%; }
  }

  @keyframes blink {
    from, to { border-color: transparent; }
    50% { border-color: white; }
  }

  @keyframes widthGrow {
    from { width: 0; }
    to { width: 100px; }
  }

  @keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
  }

  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
  }



  .ct{
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
  }

  .ct h1 {
    font-size: 2.2rem;
    color: var(--secondary);
    margin-bottom: 10px;
    font-weight: 800;
  }

  .card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
   
  }

  .card {
    background: var(--card-bg);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 1px 8px 10px 1px rgba(30, 144, 255, 0.2);
    position: relative;
    transition: var(--transition);
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    height: 280px;
    background-color: white;
  }

  .card:hover {
    transform: translateY(-5px);
    box-shadow: none;
    border: 1px solid var(--primary);
  }

  .card-img-container {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
  }

  .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .card:hover img {
    transform: scale(1.1);
  }

  .card-content {
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
  }

  .card-title {
    font-size: 1.3rem;
    color: var(--secondary);
    margin: 5px 0;
    font-weight: 700;
  }

  .card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    background: #eef5ff7a;
    color: #3166e3;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    margin-top: 15px;
    width: 120px;
    margin: 15px auto 0;
    border: 1px solid #a7d3ff;
  }

  .card-button:hover {
    transform: translateY(-2px);
    background: #0d6efd;
    color: white;
  }

  .card-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.7s ease;
  }

  .card-button:hover::before {
    left: 100%;
  }


  .round-card{border-radius:18px;padding:1rem;background:linear-gradient(180deg,#fff, #f6fbff);box-shadow:0 8px 24px rgba(7,89,152,0.06)}
    .round-card .circle{width:82px;height:82px;border-radius:50%;overflow:hidden;display:inline-block;vertical-align:middle;border:4px solid rgba(13,110,253,0.12)}
    .round-card .title{font-weight:600;margin-right:12px}
    


    




    
        
        .blue-container {
            background: linear-gradient(135deg, var(--dark-blue) 0%, var(--medium-blue) 100%);
            border-radius: 15px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            margin: 0 auto;
            width: 100%;
            max-width: 1200px;
        }
        
        .gallery-header {
            background: linear-gradient(135deg, var(--light-blue) 0%, var(--medium-blue) 100%);
            border-bottom: 1px solid rgba(25, 118, 210, 0.3);
            padding: 1.8rem 0;
            margin-bottom: 2rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            border-radius: 12px;
        }
        
        .gallery-title {
            font-weight: 800;
            color: #fff;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
            letter-spacing: 1px;
            font-size: 1.8rem;
        }
        
        .gallery-subtitle {
            color: #a0c5e7;
            font-size: 1rem;
        }
        
        .gallery-card {
            background: linear-gradient(145deg, var(--light-blue) 0%, var(--medium-blue) 100%);
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
            border: 1px solid rgba(25, 118, 210, 0.2);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
            height: 100%;
        }
        
        .gallery-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
            border-color: var(--accent-blue);
        }
        
        .gallery-img {
            height: 160px;
            object-fit: cover;
            cursor: pointer;
            transition: all 0.4s ease;
            filter: brightness(0.9);
            width: 100%;
        }
        
        .gallery-img:hover {
            transform: scale(1.04);
            filter: brightness(1.1);
        }
        
        .gallery-card-body {
            padding: 1.2rem;
        }
        
        .gallery-card-title {
            font-weight: 700;
            color: #fff;
            margin-bottom: 0.5rem;
            font-size: 1rem;
        }
        
        .gallery-card-text {
            color: #b3d4ff;
            font-size: 0.85rem;
            line-height: 1.5;
        }
        
        .img-container {
            overflow: hidden;
        }
        
        .modal-content {
            background: linear-gradient(to bottom, var(--light-blue), var(--dark-blue));
            border: 1px solid var(--accent-blue);
            border-radius: 14px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
        }
        
        .modal-header {
            border-bottom: 1px solid rgba(25, 118, 210, 0.3);
            padding: 1rem 1.2rem;
            background: var(--medium-blue);
            border-top-left-radius: 14px;
            border-top-right-radius: 14px;
        }
        
        .modal-title {
            color: #fff;
            font-weight: 700;
            font-size: 1.2rem;
        }
        
        .modal-body {
            padding: 0;
        }
        
        .modal-img {
            width: 100%;
            border-radius: 0;
        }
        
        .modal-footer {
            border-top: 1px solid rgba(25, 118, 210, 0.3);
            padding: 0.8rem 1.2rem;
            background: var(--medium-blue);
            border-bottom-left-radius: 14px;
            border-bottom-right-radius: 14px;
        }
        
        .btn-close {
            filter: invert(1) grayscale(100%) brightness(200%);
        }
        
        .btn-secondary {
            background-color: var(--accent-blue);
            border: none;
            padding: 0.4rem 1.2rem;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }
        
        .btn-secondary:hover {
            background-color: #1565c0;
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }
        
        .footer {
            background: var(--medium-blue);
            color: #8bb4e8;
            padding: 1.5rem 0;
            margin-top: 2.5rem;
            border-top: 1px solid rgba(25, 118, 210, 0.3);
            border-radius: 12px;
        }
        
        .blue-glow {
            box-shadow: 0 0 12px rgba(25, 118, 210, 0.5);
        }
        
        .compact-row {
            margin: 0 -10px;
        }
        
        .compact-col {
            padding: 8px;
        }









        .gallery-section {
            position: relative;
            background: url("https://picsum.photos/1600/900?blur=2") no-repeat center center/cover;
            color: white;
            overflow: hidden;
          }
          .gallery-section .overlay {
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(13, 75, 138, 0.85); /* آبی روشن‌تر */
            z-index: 0;
          }
          .gallery-section .container {
            position: relative;
            z-index: 1;
          }
        
          /* کارت‌ها */
          .gallery-card {
            background: rgb(37, 58, 85);
            border-radius: 18px;
            overflow: hidden;
            backdrop-filter: blur(12px);
            box-shadow: 0 6px 20px rgba(33, 150, 243, 0.25);
            transition: all 0.35s ease;
            cursor: pointer;
          }
          .gallery-card:hover {
            transform: translateY(-8px) scale(1.03);
            box-shadow: 0 0 25px rgba(66, 165, 245, 0.8);
            border: 2px solid #42a5f5;
          }
        
          /* تصویر کارت */
          .gallery-card .img-box {
            height: 200px;
            overflow: hidden;
          }
          .gallery-card .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
          }
          .gallery-card:hover .img-box img {
            transform: scale(1.12);
          }
        
          /* متن کارت */
          .gallery-card .card-body {
            padding: 1rem;
          }
          .gallery-card .card-title {
            color: #fff;
            font-weight: bold;
            margin-bottom: .4rem;
          }
          .gallery-card .card-text {
            color: #bbdefb;
            font-size: 0.9rem;
          }









          


          .latest-articles {
            font-family: 'Vazir', 'Segoe UI', Tahoma, sans-serif;
          }
          
          .article-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-radius: 12px;
            overflow: hidden;
          }
          
          .article-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(13, 110, 253, 0.15) !important;
          }
          
          .card-img-top {
            height: 200px;
            object-fit: cover;
            transition: transform 0.5s ease;
          }
          
          .article-card:hover .card-img-top {
            transform: scale(1.05);
          }
          
          .badge {
            font-size: 0.75rem;
            padding: 0.35em 0.65em;
            border-radius: 6px;
          }
          
          .btn {
            border-radius: 8px;
            font-weight: 500;
          }
          
          .btn-primary {
            background-color: #0d6efd;
            border-color: #0d6efd;
          }
          
          .btn-primary:hover {
            background-color: #0a58ca;
            border-color: #0a58ca;
          }
          
          .btn-outline-primary {
            color: #0d6efd;
            border-color: #0d6efd;
          }
          
          .btn-outline-primary:hover {
            background-color: #0d6efd;
            border-color: #0d6efd;
            color: white;
          }













             /*بخش چرا ما را انتخاب کنیدر */
        .features-section {
            padding: 100px 0;
            background: #1a1a2e;
            color: var(--dark-text);
            position: relative;
            overflow: hidden;

        }

        .features-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at center, rgba(58, 134, 255, 0.1) 0%, transparent 70%);
            animation: rotate 30s linear infinite;
            z-index: 0;
        }

        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .features-content {
            position: relative;
            z-index: 2;
        }

        .features-section .section-title {
            color: var(--dark-text);
        }

        .feature-card {
            background: rgba(22, 33, 62, 0.7);
            border-radius: 20px;
            padding: 30px;
            text-align: center;
            transition: all 0.4s ease;
            height: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(58, 134, 255, 0.2);
            position: relative;
            overflow: hidden;
            color: white;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(58, 134, 255, 0.1) 0%, transparent 70%);
            z-index: 0;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(58, 134, 255, 0.3);
            border-color: rgba(58, 134, 255, 0.5);
        }

        .feature-icon {
            font-size: 3rem;
            color: white;
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
            transition: all 0.4s ease;
        }

        .feature-card:hover .feature-icon {
            color: white;
            transform: scale(1.2) rotate(5deg);
        }

        .feature-card h3 {
            color: white;
            margin-bottom: 15px;
            position: relative;
            z-index: 2;
        }

        .feature-card p {
            position: relative;
            z-index: 2;
            color: var(--dark-text);
        }




        /* بخش بلاگ*/

        .main-header {
            background: linear-gradient(135deg, #0d6efd, #4fa3ff);
            color: white;
            padding: 2.5rem 0;
            text-align: center;
            box-shadow: 0 6px 15px rgba(0,0,0,0.1);
            border-bottom-left-radius: 2rem;
            border-bottom-right-radius: 2rem;
            animation: fadeDown 1s ease;
          }
          .post-card {
            border: none;
            border-radius: 1.2rem;
            overflow: hidden;
            position: relative;
            box-shadow: 0 4px 25px rgba(0,0,0,0.08);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            background: white;
          }
          .post-card img {
            transition: transform 0.5s ease;
          }
          .post-card:hover {
            transform: translateY(-10px) scale(1.03);
            box-shadow: 0 10px 35px rgba(0,0,0,0.15);
          }
          .post-card:hover img {
            transform: scale(1.1);
          }
          .time-label {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(13,110,253,0.9);
            color: #fff;
            padding: 5px 10px;
            font-size: 0.8rem;
            border-radius: 50px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.2);
          }
          .post-content {
            padding: 1.25rem;
          }
          .post-title {
            margin-bottom: 0.75rem;
            font-size: 1.25rem;
            font-weight: bold;
          }
          .post-description {
            margin-bottom: 1rem;
            color: #666;
          }
          .post-image {
            width: 100%;
            height: 250px;
            object-fit: cover;
          }
          .custom-btn {
            background: linear-gradient(90deg,#0d6efd,#4fa3ff);
            border: none;
            border-radius: 50px;
            padding: 0.5rem 1.5rem;
            transition: all 0.3s ease;
            box-shadow: 0 3px 10px rgba(13,110,253,0.3);
            color: white;
            display: inline-block;
            text-decoration: none;
            font-weight: normal;
          }
          .custom-btn:hover {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 5px 15px rgba(13,110,253,0.5);
            color: white;
          }
          .side-panel {
            background: #ffffff;
            padding: 1rem;
            border-radius: 1rem;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            position: sticky;
            top: 20px;
          }
          .side-panel h5 {
            color: #0d6efd;
            font-weight: bold;
            margin-bottom: 1rem;
          }
          .side-panel .recent-post {
            display: flex;
            align-items: center;
            margin-bottom: 0.8rem;
            text-decoration: none;
            color: #333;
            transition: color 0.3s ease;
            margin-top: 25px;
          }
          .side-panel .recent-post img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-left: 10px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
          }
          .side-panel .recent-post:hover {
            color: #0d6efd;
          }
          .side-panel .recent-post:hover img {
            transform: scale(1.05);
          }
      
          @keyframes fadeDown {
            0% { opacity: 0; transform: translateY(-20px); }
            100% { opacity: 1; transform: translateY(0); }
          }
          @keyframes fadeUp {
            0% { opacity: 0; transform: translateY(20px); }
            100% { opacity: 1; transform: translateY(0); }
          }
              /* بخش بلاگ*/

                  /* داخلی  بخش بلاگ*/
                  .blog-hero {
                    position: relative;
                    height: 350px;
                    background: url('https://picsum.photos/1200/500?random=20') center/cover no-repeat;
                    border-bottom-left-radius: 2rem;
                    border-bottom-right-radius: 2rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                    color: white;
                    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
                  }
                  .blog-hero::after {
                    content: "";
                    position: absolute;
                    inset: 0;
                    background: rgba(13,110,253,0.5);
                    border-bottom-left-radius: 2rem;
                    border-bottom-right-radius: 2rem;
                  }
                  .blog-hero h1 {
                    position: relative;
                    z-index: 1;
                    font-size: 2rem;
                    font-weight: bold;
                  }
                  .sidebar {
                    background: #ffffff;
                    padding: 1rem;
                    border-radius: 1rem;
                    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
                    position: sticky;
                    top: 20px;
                  }
                  .sidebar h5 {
                    color: #0d6efd;
                    font-weight: bold;
                    margin-bottom: 1rem;
                  }
                  .sidebar .latest-item {
                    display: flex;
                    align-items: center;
                    margin-bottom: 0.8rem;
                    text-decoration: none;
                    color: #333;
                    transition: color 0.3s ease;
                  }
                  .sidebar .latest-item img {
                    width: 45px;
                    height: 45px;
                    border-radius: 50%;
                    object-fit: cover;
                    margin-left: 10px;
                    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
                    transition: transform 0.3s ease;
                  }
                  .sidebar .latest-item:hover {
                    color: #0d6efd;
                  }
                  .sidebar .latest-item:hover img {
                    transform: scale(1.05);
                  }
                  .blog-content {
                    background: white;
                    padding: 2rem;
                    border-radius: 1rem;
                    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
                  }
                  .tags {
                    margin-top: 2rem;
                  }
                  .tags .badge {
                    background: #e0eeff;
                    color: #0d6efd;
                    margin: 5px;
                    font-size: 0.9rem;
                    border-radius: 50px;
                    padding: 0.5rem 1rem;
                  }
                  .comment-section {
                    margin-top: 3rem;
                    background: #f1f7ff;
                    padding: 1.5rem;
                    border-radius: 1rem;
                  }
                  .carousel-item img {
                    border-radius: 1rem;
                    object-fit: cover;
                    height: 200px;
                  }

                    /* داخلی  بخش بلاگ*/

                      /*  ارتباط با ما   */
                      

                      .contact-header-nexus {
                        background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
                        color: white;
                        border-radius: 20px;
                        padding: 3rem;
                        margin-bottom: 3rem;
                        box-shadow: 0 15px 30px rgba(10, 132, 255, 0.3);
                        position: relative;
                        overflow: hidden;
                    }
            
                    .contact-header-nexus::before {
                        content: '';
                        position: absolute;
                        top: -50%;
                        right: -50%;
                        width: 200%;
                        height: 200%;
                        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
                        transform: rotate(30deg);
                    }
            
                    .nav-apps-quantum .btn {
                        border-radius: 15px;
                        transition: all 0.4s ease;
                        padding: 15px 25px;
                        font-weight: 600;
                        position: relative;
                        overflow: hidden;
                        z-index: 1;
                        border: none;
                        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
                        color: #333;
                        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                    }
            
                    .nav-apps-quantum .btn::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 0%;
                        height: 100%;
                        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
                        transition: all 0.4s ease;
                        z-index: -1;
                    }
            
                    .nav-apps-quantum .btn:hover {
                        transform: translateY(-5px);
                        box-shadow: 0 10px 25px rgba(10, 132, 255, 0.3);
                        color: white;
                    }
            
                    .nav-apps-quantum .btn:hover::before {
                        width: 100%;
                    }
            
                    .social-icons-zenith .btn {
                        width: 70px;
                        height: 70px;
                        border-radius: 50%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        transition: all 0.4s ease;
                        margin: 0 12px;
                        position: relative;
                        overflow: hidden;
                        z-index: 1;
                        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                    }
            
                    .social-icons-zenith .btn::before {
                        content: '';
                        position: absolute;
                        width: 100%;
                        height: 0;
                        bottom: 0;
                        left: 0;
                        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
                        transition: all 0.4s ease;
                        z-index: -1;
                        border-radius: 50%;
                    }
            
                    .social-icons-zenith .btn:hover {
                        transform: translateY(-8px) scale(1.1);
                        color: white;
                    }
            
                    .social-icons-zenith .btn:hover::before {
                        height: 100%;
                    }
            
                    .contact-card-vertex {
                        border-radius: 20px;
                        overflow: hidden;
                        transition: all 0.4s ease;
                        border: none;
                        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
                        background: white;
                        position: relative;
                        overflow: hidden;
                    }
            
                    .contact-card-vertex::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 5px;
                        background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-hover) 100%);
                    }
            
                    .contact-card-vertex:hover {
                        transform: translateY(-8px);
                        box-shadow: 0 20px 40px rgba(10, 132, 255, 0.2);
                    }
            
                    .map-container-apex {
                        border-radius: 20px;
                        overflow: hidden;
                        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
                        transition: all 0.4s ease;
                    }
            
                    .map-container-apex:hover {
                        box-shadow: 0 20px 40px rgba(10, 132, 255, 0.25);
                        transform: translateY(-5px);
                    }
            
                    .contact-info-item-nexus {
                        transition: all 0.3s ease;
                        border-radius: 15px;
                        padding: 20px;
                        background: rgba(10, 132, 255, 0.05);
                        margin-bottom: 15px;
                        border-left: 4px solid var(--primary-color);
                    }
            
                    .contact-info-item-nexus:hover {
                        background: rgba(10, 132, 255, 0.1);
                        transform: translateX(5px);
                    }
            
                    .floating-icon-zenith {
                        position: absolute;
                        opacity: 0.03;
                        font-size: 15rem;
                        z-index: 0;
                        pointer-events: none;
                    }
            
                    .icon-1-quantum {
                        top: -50px;
                        left: -30px;
                        transform: rotate(-15deg);
                    }
            
                    .icon-2-vertex {
                        bottom: -60px;
                        right: -40px;
                        transform: rotate(15deg);
                    }
            
                    .section-title-apex {
                        position: relative;
                        display: inline-block;
                        margin-bottom: 2rem;
                        font-weight: 700;
                        color: var(--primary-color);
                    }
            
                    .section-title-apex::after {
                        content: '';
                        position: absolute;
                        bottom: -10px;
                        right: 0;
                        width: 50%;
                        height: 4px;
                        background: linear-gradient(90deg, var(--primary-color) 0%, transparent 100%);
                        border-radius: 2px;
                    }
            
                    /* استایل برای کارت‌های جدید */
                    .info-panel-aurora {
                        border-radius: 20px;
                        overflow: hidden;
                        transition: all 0.4s ease;
                        border: none;
                        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
                        background: white;
                        position: relative;
                        overflow: hidden;
                    }
            
                    .info-panel-aurora::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 5px;
                        background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-hover) 100%);
                    }
            
                    .info-panel-aurora:hover {
                        transform: translateY(-5px);
                        box-shadow: 0 15px 30px rgba(10, 132, 255, 0.2);
                    }
            
                    .info-panel-aurora .panel-body {
                        padding: 1.5rem;
                    }
            
                    .address-panel-nova {
                        border-radius: 20px;
                        overflow: hidden;
                        transition: all 0.4s ease;
                        border: none;
                        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
                        background: white;
                        position: relative;
                        overflow: hidden;
                    }
            
                    .address-panel-nova::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 5px;
                        background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-hover) 100%);
                    }
            
                    .address-panel-nova:hover {
                        transform: translateY(-5px);
                        box-shadow: 0 15px 30px rgba(10, 132, 255, 0.2);
                    }
            
                    .address-panel-nova .panel-body {
                        padding: 1.5rem;
                    }
            
                    /* استایل برای تلفن های همراه */
                    @media (max-width: 768px) {
                        .social-icons-zenith .btn {
                            width: 60px;
                            height: 60px;
                            margin: 0 8px;
                        }
                        
                        .nav-apps-quantum .btn {
                            padding: 12px 20px;
                            font-size: 14px;
                            margin-bottom: 10px;
                        }
                        
                        .contact-header-nexus {
                            padding: 2rem 1.5rem;
                        }
                        
                        .floating-icon-zenith {
                            font-size: 8rem;
                        }
                        
                        .icon-1-quantum {
                            top: -30px;
                            left: -20px;
                        }
                        
                        .icon-2-vertex {
                            bottom: -40px;
                            right: -25px;
                        }
                    }


 /*  ارتباط با ما   */

/* آرشیو محصولات*/





.xenon-header {
    background: linear-gradient(135deg, var(--primary-light), #ffffff);
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
    margin-bottom: 30px;
    color: var(--text-color);
}

.quantum-search-box {
    background: white;
    border-radius: 8px;
    padding: 5px 15px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.quantum-search-box input {
    background: transparent;
    border: none;
    color: var(--text-color);
    box-shadow: none !important;
}

.quantum-search-box input::placeholder {
    color: var(--text-muted);
}

.nebula-btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 8px;
    padding: 8px 20px;
    transition: all 0.2s ease;
    font-weight: 500;
}

.nebula-btn-primary:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(45, 127, 249, 0.3);
}

.stellar-filter-section {
    background-color: var(--filter-bg);
    border-radius: 12px;
    padding: 20px;
    box-shadow: var(--card-shadow);
    height: fit-content;
    position: sticky;
    top: 20px;
}

.cosmic-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.galactic-filter-title {
    color: var(--text-color);
    font-weight: 600;
    margin: 0;
    font-size: 1.1rem;
}

.orbital-filter-group {
    margin-bottom: 20px;
}

.celestial-filter-group-title {
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--text-color);
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

.celestial-filter-group-title i {
    margin-left: 8px;
    color: var(--primary-color);
    font-size: 0.9rem;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-range::-webkit-slider-thumb {
    background: var(--primary-color);
}

.form-range::-moz-range-thumb {
    background: var(--primary-color);
}

.solar-price-range-values {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.nova-product-card {
    border: 1px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: var(--card-shadow);
    height: 100%;
    background: white;
}

.nova-product-card:hover {
    box-shadow: rgba(0, 132, 255, 0.281) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border: 1px solid #176cbd;
}

.pulsar-image-container {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.quasar-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.quasar-product-image.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.nova-product-card:hover .quasar-product-image.main {
    opacity: 0;
}

.nova-product-card:hover .quasar-product-image.hover {
    opacity: 1;
}

.andromeda-card-body {
    padding: 16px;
}

.vega-product-title {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    font-size: 0.95rem;
}

.orion-product-code {
    color: var(--text-muted);
    font-size: 0.8rem;
    margin-bottom: 8px;
}

.polaris-product-price {
    color: #28a745;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.lyra-product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aurora-view-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 6px 16px;
    transition: all 0.2s ease;
    font-weight: 500;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.aurora-view-btn i {
    margin-right: 5px;
    font-size: 0.9rem;
}

.aurora-view-btn:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(45, 127, 249, 0.3);
    color: white;
}

.nebula-wishlist-btn {
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 1.1rem;
    transition: all 0.2s ease;
}

.nebula-wishlist-btn:hover {
    color: #ff3b30;
}

.cosmic-page-title {
    color: var(--text-color);
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.stellar-page-subtitle {
    color: var(--text-muted);
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.galactic-category-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.orbital-category-badge {
    background: #f0f0f0;
    color: var(--text-color);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid #ddd;
}

.orbital-category-badge:hover, .orbital-category-badge.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.celestial-results-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background: white;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: var(--card-shadow);
}

.solar-results-count {
    font-weight: 500;
    color: var(--text-color);
    font-size: 0.9rem;
}

.nova-sort-select {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 6px 12px;
    color: var(--text-color);
    width: auto;
    font-size: 0.9rem;
}

.pagination {
    justify-content: center;
    margin-top: 30px;
}

.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-link {
    color: var(--primary-color);
    border-radius: 6px;
    margin: 0 4px;
    padding: 6px 12px;
    font-size: 0.9rem;
}

.nova-product-card.hidden {
    display: none;
}

.no-results {
    text-align: center;
    padding: 40px;
    color: var(--text-muted);
    font-size: 1.1rem;
}

.filter-active {
    background-color: var(--primary-light) !important;
    border-color: var(--primary-color) !important;
}

@media (max-width: 1200px) {
    .pulsar-image-container {
        height: 180px;
    }
}

@media (max-width: 992px) {
    .stellar-filter-section {
        position: static;
        margin-bottom: 20px;
    }
    
    .pulsar-image-container {
        height: 200px;
    }
}

.quasar-filter-toggle {
    display: none;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .quasar-filter-toggle {
        display: block;
    }
    
    .stellar-filter-section {
        display: none;
    }
    
    .stellar-filter-section.show {
        display: block;
    }
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 768px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .xenon-header {
        padding: 15px 0;
    }
    
    .cosmic-page-title {
        font-size: 1.3rem;
    }
}
                    /* آرشیو محصولات*/



                    /*داخلی محصولات */







                    .product-hero {
                        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
                        padding: 40px 0;
                        margin-bottom: 40px;
                    }
                    
                    .product-gallery {
                        position: relative;
                    }
                    
                    .swiper {
                        width: 100%;
                        height: 400px;
                        border-radius: 15px;
                        overflow: hidden;
                       
                    }
                    
                    .swiper-slide {
                        text-align: center;
                        background: #fff;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }
                    
                    .swiper-slide img {
                        display: block;
                        width: 100%;
                        height: 100%;
                       
                    }
                    
                    /* استایل‌های جدید برای گالری تصاویر */
                    .swiper-thumbs-container {
                        position: relative;
                        margin-top: 15px;
                    }
                    
                    .swiper-thumbs {
                        height: 100px;
                        
                        margin-top: 0;
                        position: relative;
                    }
                    
                    .swiper-thumbs .swiper-wrapper {
                        margin-bottom: 15px; /* فاصله بین اسلایدها و اسکرول بار */
                    }
                    
                    .swiper-thumbs .swiper-slide {
                        opacity: 0.6;
                        cursor: pointer;
                        border-radius: 10px;
                        overflow: hidden;
                        
                        height: 100px !important;
                        flex-shrink: 0;
                        transition: opacity 0.3s ease;
                    }
                    
                    .swiper-thumbs .swiper-slide img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                    
                    .swiper-thumbs .swiper-slide-thumb-active {
                        opacity: 1;
                        border: 2px solid #3a86ff;
                    }
                    
                    /* استایل‌های جدید برای اسکرول بار */
                    .custom-scrollbar {
                        position: absolute !important;
                        top: 530px !important;
                        left: 0 !important;
                        width: 100% !important;
                        height: 6px !important;
                        background: #e0e0e0;
                        border-radius: 8px;
                    }
                    
                    .custom-scrollbar .swiper-scrollbar-drag {
                        background: #3a86ff;
                        border-radius: 8px;
                        height: 100%;
                    }
                    
                    .product-info {
                        padding: 20px;
                    }
                    
                    .product-title {
                        font-size: 2rem;
                        font-weight: 700;
                        color: #333;
                        margin-bottom: 15px;
                    }
                    
                    .product-options {
                        margin-bottom: 30px;
                    }
                    
                    .option-title {
                        font-weight: 600;
                        margin-bottom: 10px;
                        color: #495057;
                    }
                    
                    .install-options {
                        display: flex;
                        gap: 10px;
                        margin-bottom: 20px;
                    }
                    
                    .install-option {
                        border-color: var(--elegoo-primary);
                        background-color: rgba(58, 134, 255, 0.1);
                        color: var(--elegoo-primary);
                  
                        padding: 8px 15px;
                        
                        border-radius: 8px;
                        cursor: pointer;
                        transition: all 0.3s;
                        font-weight: 500;
                        border: 2px solid #3a86ff;
                        
                    }
                    
                
                    .usage-options {
                        display: flex;
                        gap: 10px;
                        margin-bottom: 20px;
                    }
                    
                    .usage-option {
                        padding: 8px 15px;
                        border: 2px solid #3a86ff;
                        border-radius: 8px;
                        cursor: pointer;
                        transition: all 0.3s;
                        font-weight: 500;
                        border-color: var(--elegoo-primary);
                        background-color: rgba(58, 134, 255, 0.1);
                        color: var(--elegoo-primary);
                    }
                    
                    
                    .product-features {
                        background-color: #f8f9fa;
                        border-radius: 10px;
                        padding: 20px;
                        margin-bottom: 30px;
                    }
                    
                    .feature-item {
                        display: flex;
                        align-items: center;
                        margin-bottom: 15px;
                    }
                    
                    .feature-icon {
                        width: 40px;
                        height: 40px;
                        background-color: rgba(58, 134, 255, 0.1);
                        color: var(--elegoo-primary);
                        border-radius: 50%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-left: 15px;
                        font-size: 1.2rem;
                    }
                    
                    .product-map {
                        margin-top: 30px;
                        text-align: center;
                    }
                    
                    .product-map img {
                       
                        
                        border-radius: 10px;
                      
                    }
                    
                    .product-map-title {
                        font-weight: 600;
                        margin-top: 10px;
                        color: #495057;
                    }
                    
                    .product-details {
                        margin-top: 50px;
                    }
                    
                    .detail-tabs {
                        margin-bottom: 30px;
                    }
                    
                    .nav-tabs .nav-link {
                        color: #6c757d;
                        font-weight: 500;
                        border: none;
                        padding: 12px 20px;
                    }
                    
                    .nav-tabs .nav-link.active {
                        color: var(--elegoo-primary);
                        border-bottom: 3px solid var(--elegoo-primary);
                        background: transparent;
                    }
                    
                    .tab-content {
                        padding: 20px;
                        border: 1px solid #dee2e6;
                        border-top: none;
                        border-radius: 0 0 10px 10px;
                    }
                    
                    .specs-table {
                        width: 100%;
                    }
                    
                    .specs-table tr {
                        border-bottom: 1px solid #dee2e6;
                    }
                    
                    .specs-table td {
                        padding: 12px 15px;
                    }
                    
                    .specs-table td:first-child {
                        font-weight: 600;
                        width: 30%;
                        color: #495057;
                    }
                    
                    .related-products {
                        margin-top: 60px;
                    }
                    
                    .section-title {
                        position: relative;
                        margin-bottom: 30px;
                        font-weight: 700;
                        padding-bottom: 15px;
                    }
                    
                    .section-title::after {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        width: 70px;
                        height: 3px;
                        background-color: var(--elegoo-primary);
                    }
                    
                    .related-product-card {
                        border-radius: 12px;
                        overflow: hidden;
                        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
                        transition: all 0.3s;
                        background: white;
                        height: 100%;
                        position: relative;
                    }
                    
                    .related-product-card:hover {
                        transform: translateY(-5px);
                        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
                    }
                    
                    .related-product-img {
                        height: 200px;
                        object-fit: cover;
                        width: 100%;
                        transition: opacity 0.3s;
                    }
                    
                    .related-product-img.hover {
                        position: absolute;
                        top: 0;
                        left: 0;
                        opacity: 0;
                    }
                    
                    .related-product-card:hover .related-product-img.main {
                        opacity: 0;
                    }
                    
                    .related-product-card:hover .related-product-img.hover {
                        opacity: 1;
                    }
                    
                    .related-product-body {
                        padding: 20px;
                    }
                    
                    .related-product-title {
                        font-weight: 600;
                        margin-bottom: 10px;
                        color: #333;
                    }
                    
                    .breadcrumb {
                        background: transparent;
                        padding: 0;
                        margin-bottom: 20px;
                    }
                    
                    .breadcrumb-item a {
                        color: #6c757d;
                        text-decoration: none;
                    }
                    
                    .breadcrumb-item.active {
                        color: var(--elegoo-primary);
                    }
                    
                    .contact-btn {
                        background-color: var(--elegoo-primary);
                        color: white;
                        border: none;
                        padding: 12px 25px;
                        border-radius: 8px;
                        font-weight: 600;
                        transition: all 0.3s;
                        display: block;
                        width: 100%;
                        text-align: center;
                        margin-top: 20px;
                    }
                    
                    .contact-btn:hover {
                        background-color: #2a75ff;
                        transform: translateY(-2px);
                    }

                    /* محصولات داخلی */

/* درباره ما */


/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 120px 0;
    border-radius: 0 0 40px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='0.15' d='M0,160L48,144C96,128,192,96,288,106.7C384,117,480,171,576,181.3C672,192,768,160,864,138.7C960,117,1056,107,1152,122.7C1248,139,1344,181,1392,202.7L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
        background-size: cover;
        z-index: -1;
    }

    .hero-section h1 {
        font-weight: 800;
        letter-spacing: -1px;
        animation: fadeInDown 1s ease-out;
    }

    .hero-section .btn-light {
        padding: 12px 30px;
        border-radius: 50px;
        font-weight: 600;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .hero-section .btn-light:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }

/* Section Title */
.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-weight: 800;
    color: var(--primary-dark);
}

    .section-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80px;
        height: 4px;
        background: linear-gradient(to left, var(--primary-color), var(--primary-dark));
        border-radius: 2px;
    }

/* About Section */
.about-section {
    padding: 80px 0;
    background: white;
}

.about-container {
    background: linear-gradient(135deg, #ffffff, #f0f4f8);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 84, 166, 0.1);
    overflow: hidden;
    transition: transform 0.4s ease;
}

    .about-container:hover {
        transform: translateY(-10px);
    }

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.about-content {
    padding: 40px;
}

    .about-content h2 {
        font-weight: 800;
        color: var(--primary-dark);
        margin-bottom: 20px;
    }

    .about-content p {
        font-size: 1.1rem;
        color: #4a5568;
    }

/* Vision Section (New Section) */
.vision-section {
    padding: 80px 0;
    background: var(--background-light);
}

.vision-container {
    background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 84, 166, 0.15);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
}

    .vision-container:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px rgba(0, 84, 166, 0.25);
    }

.vision-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

.vision-content {
    padding: 40px;
    color: white;
}

    .vision-content h2 {
        font-weight: 800;
        color: white;
        margin-bottom: 20px;
    }

    .vision-content p {
        font-size: 1.1rem;
        color: #e6f0fa;
    }

    .vision-content .btn-primary {
        background: white;
        color: var(--primary-dark);
    }

        .vision-content .btn-primary:hover {
            background: var(--primary-light);
            color: white;
        }

/* Counter Section */
.counter-section {
    padding: 100px 0;
    background: var(--background-dark);
    color: white;
}

.e-con-boxed {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(10, 132, 255, 0.2);
}

    .e-con-boxed::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(10, 132, 255, 0.2), rgba(0, 91, 181, 0.2));
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .e-con-boxed:hover::before {
        opacity: 1;
    }

    .e-con-boxed:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 84, 166, 0.3);
    }

.elementor-counter-number {
    font-size: 60px;
    font-weight: 900;
    background: linear-gradient(45deg, var(--primary-color), var(--primary-light));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: transform 0.4s ease;
}

.e-con-boxed:hover .elementor-counter-number {
    transform: scale(1.1);
}

.elementor-counter-title {
    font-size: 22px;
    color: #e2e8f0;
    font-weight: 700;
    margin-bottom: 20px;
}

.counter-icon {
    font-size: 40px;
    color: var(--primary-light);
    margin-bottom: 15px;
}

/* Representatives Section */
.representatives-container {
    background: var(--background-dark);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    padding: 30px;
    color: #e2e8f0;
}

.representatives-list {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 20px; /* فاصله از اسکرول‌بار */
    padding-left: 20px; /* فاصله از سمت چپ */
}

    .representatives-list::-webkit-scrollbar {
        width: 8px;
    }

    .representatives-list::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
    }

    .representatives-list::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 10px;
    }

        .representatives-list::-webkit-scrollbar-thumb:hover {
            background: var(--primary-light);
        }

.rep-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 84, 166, 0.2);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(10, 132, 255, 0.2);
}

    .rep-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: linear-gradient(90deg, var(--primary-color), transparent);
        opacity: 0.2;
        transition: width 0.4s ease;
    }

    .rep-item:hover::before {
        width: 100%;
    }

    .rep-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 84, 166, 0.3);
        background: rgba(255, 255, 255, 0.1);
    }

.rep-name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.rep-item:hover .rep-name {
    color: var(--primary-light);
}

.rep-contact {
    font-size: 14px;
    color: #cbd5e0;
}

    .rep-contact i {
        color: var(--primary-light);
        margin-left: 8px;
        transition: color 0.3s ease;
    }

.rep-item:hover .rep-contact i {
    color: var(--primary-color);
}

/* Activities Section */
.activity-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border-top: 5px solid var(--primary-color);
    position: relative;
    overflow: hidden;
}

    .activity-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 84, 166, 0.2);
    }

    .activity-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(10, 132, 255, 0.1), rgba(0, 91, 181, 0.1));
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .activity-card:hover::before {
        opacity: 1;
    }

.activity-icon {
    font-size: 60px;
    color: var(--primary-color);
    margin-bottom: 25px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.activity-card:hover .activity-icon {
    transform: scale(1.2);
    color: var(--primary-light);
}

.activity-content {
    padding: 30px;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(45deg, var(--primary-color), var(--primary-dark));
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-primary:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 84, 166, 0.3);
    }

/* Floating Shapes */
.floating-shape {
    position: absolute;
    opacity: 0.08;
    z-index: -1;
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    top: 15%;
    left: 5%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, white, transparent);
}

.shape-2 {
    bottom: 15%;
    right: 10%;
    width: 120px;
    height: 120px;
    border: 12px solid white;
    transform: rotate(45deg);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 22px;
    }

    .about-image, .vision-image {
        border-radius: 20px 20px 0 0;
        height: 300px;
    }

    .rep-item {
        padding: 15px;
    }

    .representatives-list {
        padding-right: 10px;
        padding-left: 10px;
    }

    .elementor-counter-number {
        font-size: 40px;
    }

    .counter-icon {
        font-size: 30px;
    }
}

.bt {
    margin-top: -40px;
    position: relative;
    z-index: 2;
    margin-bottom: -40px;
}

.mid {
    background-image: linear-gradient(180deg, #F5F6F7 0%, #FFFFFF 100%);
    border: 1px solid #ffffff !important;
}
/*درباره ما 
*/

.noUi-horizontal .noUi-handle {
    width: 20px !important;
    height: 24px !important;
}
.noUi-tooltip{
    font-size : 12px !important;
}
.noUi-connect {
    background: var(--primary-color) !important;
}