 /* فونت Shabnam */
        @font-face {
            font-family: 'Shabnam';
            src: url('https://cdn.fontcdn.ir/Font/Persian/Shabnam/Shabnam.eot');
            src: url('https://cdn.fontcdn.ir/Font/Persian/Shabnam/Shabnam.eot?#iefix') format('embedded-opentype'),
                 url('https://cdn.fontcdn.ir/Font/Persian/Shabnam/Shabnam.woff') format('woff'),
                 url('https://cdn.fontcdn.ir/Font/Persian/Shabnam/Shabnam.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'ShabnamBold';
            src: url('https://cdn.fontcdn.ir/Font/Persian/Shabnam/Shabnam-Bold.eot');
            src: url('https://cdn.fontcdn.ir/Font/Persian/Shabnam/Shabnam-Bold.eot?#iefix') format('embedded-opentype'),
                 url('https://cdn.fontcdn.ir/Font/Persian/Shabnam/Shabnam-Bold.woff') format('woff'),
                 url('https://cdn.fontcdn.ir/Font/Persian/Shabnam/Shabnam-Bold.ttf') format('truetype');
            font-weight: bold;
            font-style: normal;
        }

  

/* استایل کلی هدر */
#header3.header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
    padding: 0.5rem 0 !important;
    background: linear-gradient(135deg, rgb(25, 75, 150) 0%, rgb(15, 55, 120) 50%, rgb(10, 45, 100) 100%) !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
}

/* حالت اسکرول شده */
#header3.header.scrolled {
    padding: 0.3rem 0 !important;
    background: linear-gradient(135deg, rgb(15, 55, 120) 0%, rgb(10, 45, 100) 50%, rgb(5, 35, 80) 100%) !important;
    backdrop-filter: blur(10px) !important;
    height: 60px !important;
}

/* کانتینر هدر */
.header-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
    height: 100% !important;
}

/* بخش چپ هدر */
.left-header {
    flex: 1 !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    background-color: transparent !important;
}

/* دکمه ورود به پنل */
.panel-login-btn {
    padding: 10px 22px !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 30px !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    color: rgb(255, 255, 255) !important;
    font-family: Shabnam, Tahoma, sans-serif !important;
}

.panel-login-btn:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25) !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

/* منوی همبرگری موبایل */
.mobile-login-btn {
    display: none !important;
    cursor: pointer !important;
    width: 32px !important;
    height: 32px !important;
    margin-right: 15px !important;
}

.mobile-logo-path {
    transition: stroke 0.3s ease !important;
    stroke: #fff !important;
}

.mobile-login-btn:hover .mobile-logo-path {
    stroke: rgba(200, 220, 255, 0.8) !important;
}

/* بخش مرکزی هدر */
.center-header {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
}

/* ناوبری منو */
.nav-content {
    display: flex !important;
    gap: 15px !important;
}

/* لینک‌های منو - طراحی تمیز و یک خطی */
.content-item {
    padding: 8px 15px !important;
    transition: all 0.3s ease !important;
    color: rgb(255, 255, 255) !important;
    font-family: Shabnam, Tahoma, sans-serif !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* افکت هاور برای لینک‌های منو - بدون رنگ قرمز */
.content-item:hover {
    color: rgb(255, 255, 255) !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-1px) !important;
}

/* بخش راست هدر */
.right-header {
    flex: 1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

/* لوگو و عنوان */
.header-logo {
    display: flex !important;
    align-items: center !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.header-logo:hover {
    transform: scale(1.02) !important;
}

.nav-title {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.3s ease !important;
    line-height: 1.4 !important;
    text-align: right !important;
    color: rgb(255, 255, 255) !important;
    font-family: ShabnamBold, Tahoma, sans-serif !important;
    font-size: 0px !important; /* مخفی در حالت عادی */
    margin: 0 12px !important;
    opacity: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

/* حالت نمایش متن هنگام اسکرول */
#header3.header.scrolled .nav-title {
    font-size: 16px !important;
    opacity: 1 !important;
    max-width: 400px !important;
}

.nav-logo {
    height: 60px !important;
    width: auto !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

#header3.header.scrolled .nav-logo {
    height: 45px !important;
}

.nav-logo:hover {
    transform: rotate(3deg) scale(1.05) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}

/* طراحی ریسپانسیو */
@media (max-width: 992px) {
    #header3.header.scrolled .nav-title {
        font-size: 14px !important;
        max-width: 300px !important;
    }
    
    .nav-logo {
        height: 50px !important;
    }
    
    #header3.header.scrolled .nav-logo {
        height: 40px !important;
    }
    
    .panel-login-btn {
        padding: 8px 18px !important;
        font-size: 14px !important;
    }
    
    .content-item {
        padding: 6px 12px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 0 1rem !important;
    }
    
    #header3.header.scrolled .nav-title {
        font-size: 13px !important;
        max-width: 200px !important;
    }
    
    .panel-login-btn {
        display: none !important;
    }
    
    .mobile-login-btn {
        display: block !important;
    }
    
    .nav-logo {
        height: 45px !important;
    }
    
    #header3.header.scrolled .nav-logo {
        height: 35px !important;
    }
    
    .nav-content {
        gap: 8px !important;
    }
    
    .content-item {
        padding: 5px 10px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    #header3.header.scrolled .nav-title {
        font-size: 12px !important;
        max-width: 150px !important;
    }
    
    .nav-logo {
        height: 40px !important;
    }
    
    #header3.header.scrolled .nav-logo {
        height: 30px !important;
    }
    
    .center-header {
        display: none !important; /* مخفی کردن منو در موبایل */
    }
}






/* سایدبار موبایل */
#mySidenav.sidenav {
    background: linear-gradient(135deg, rgb(25, 75, 150) 0%, rgb(15, 55, 120) 50%, rgb(10, 45, 100) 100%) !important;
    color: rgb(255, 255, 255) !important;
    border-left: 3px solid rgba(255, 255, 255, 0.3) !important;
}

#mySidenav.sidenav .closebtn {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
}

#mySidenav.sidenav .closebtn:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
    transform: scale(1.1);
}

#mySidenav.sidenav .sidebar-header {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
}

#mySidenav.sidenav .nav-logo {
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

#mySidenav.sidenav .link-style {
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#mySidenav.sidenav .link-style:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: rgb(255, 255, 255) !important;
    transform: translateX(-5px);
}

#mySidenav.sidenav .mobile-turn-content {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: rgb(255, 255, 255) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s ease;
}

#mySidenav.sidenav .mobile-turn-content:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

#mySidenav.sidenav .bi-chevron-left {
    color: rgba(255, 255, 255, 0.9) !important;
    transition: all 0.3s ease;
}

#mySidenav.sidenav .link-style:hover .bi-chevron-left {
    color: rgb(255, 255, 255) !important;
}






     #id-5926.article9 {
            background-color: rgb(255, 255, 255) !important;
            min-height: 500px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            padding: 60px 20px !important;
            position: relative !important;
            overflow: auto !important;
            font-family: Shabnam, sans-serif !important;
        }

        /* کانتینر اصلی */
        #id-5926 .article-wrapper {
            display: flex !important;
            flex-wrap: wrap !important;
            justify-content: center !important;
            gap: 40px !important;
            max-width: 1200px !important;
            width: 100% !important;
            z-index: 1 !important;
            position: relative !important;
        }

        /* استایل کارت‌ها */
        #id-5926 .article-card-item {
            background: linear-gradient(135deg, rgb(25, 75, 150) 0%, rgb(15, 55, 120) 50%, rgb(10, 45, 100) 100%) !important;
            border-radius: 20px !important;
            padding: 35px 30px !important;
            box-shadow: 0 15px 30px rgba(10, 45, 100, 0.25),
                        0 10px 20px rgba(10, 45, 100, 0.2) !important;
            border: 1px solid rgba(255, 255, 255, 0.2) !important;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
            flex: 1 !important;
            min-width: 280px !important;
            max-width: 350px !important;
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            text-align: center !important;
            position: relative !important;
            overflow: hidden !important;
            cursor: pointer !important;
            transform-style: preserve-3d !important;
            color: white !important;
        }

        /* افکت برای کارت‌ها */
        #id-5926 .article-card-item::before {
            content: '' !important;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.05) 100%) !important;
            z-index: 0 !important;
            border-radius: 20px !important;
        }

        /* افکت نور */
        #id-5926 .article-card-item::after {
            content: '' !important;
            position: absolute !important;
            top: -50% !important;
            left: -50% !important;
            width: 200% !important;
            height: 200% !important;
            background: radial-gradient(circle, rgba(200,220,255,0.2) 0%, transparent 70%) !important;
            transform: rotate(30deg) !important;
            z-index: 0 !important;
            opacity: 0 !important;
            transition: opacity 0.4s ease !important;
        }

        /* هاور افکت برای کارت‌ها */
        #id-5926 .article-card-item:hover {
            transform: translateY(-12px) scale(1.03) !important;
            box-shadow: 0 20px 40px rgba(10, 45, 100, 0.35),
                        0 15px 30px rgba(10, 45, 100, 0.3) !important;
            background: linear-gradient(135deg, rgb(35, 85, 160) 0%, rgb(25, 65, 130) 50%, rgb(20, 55, 110) 100%) !important;
        }

        #id-5926 .article-card-item:hover::after {
            opacity: 1 !important;
        }

        /* بخش تصویر */
        #id-5926 .card-image-content {
            margin-bottom: 25px !important;
            width: 110px !important;
            height: 110px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            background: rgba(255, 255, 255, 0.9) !important;
            border-radius: 50% !important;
            padding: 22px !important;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2),
                        inset 0 0 0 1px rgba(25, 75, 150, 0.3) !important;
            position: relative !important;
            overflow: hidden !important;
            transition: all 0.4s ease !important;
            z-index: 1 !important;
        }

        #id-5926 .article-card-item:hover .card-image-content {
            transform: scale(1.1) !important;
            background: rgba(255, 255, 255, 1) !important;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25),
                        inset 0 0 0 2px rgba(25, 75, 150, 0.5) !important;
        }

        #id-5926 .article-image {
            width: 60px !important;
            height: 60px !important;
            object-fit: contain !important;
            filter: none !important;
            transition: all 0.4s ease !important;
            z-index: 1 !important;
        }

        #id-5926 .article-card-item:hover .article-image {
            transform: scale(1.1) !important;
            filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2)) !important;
        }

        /* بخش جزئیات */
        #id-5926 .card-detail {
            width: 100% !important;
            z-index: 1 !important;
        }

        #id-5926 .card-detail-content {
            width: 100% !important;
        }

        #id-5926 .article-card-title {
            color: #fff !important;
            font-family: ShabnamBold, sans-serif !important;
            font-size: 26px !important;
            font-weight: 800 !important;
            margin-bottom: 20px !important;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
            letter-spacing: 0.5px !important;
            text-align: center !important;
        }

        /* حذف خط زیر عنوان */
        #id-5926 .article-card-title::after {
            display: none !important;
        }

        #id-5926 .article-card-line {
            height: 3px !important;
            width: 50px !important;
            background: rgba(255, 255, 255, 0.8) !important;
            border: none !important;
            margin: 0 auto 20px !important;
            border-radius: 3px !important;
            transition: all 0.4s ease !important;
        }

        #id-5926 .article-card-item:hover .article-card-line {
            width: 100px !important;
        }

        #id-5926 .article-card-description {
            color: rgba(255, 255, 255, 0.95) !important;
            font-size: 16px !important;
            font-family: Shabnam, sans-serif !important;
            line-height: 1.8 !important;
            margin: 0 !important;
            white-space: pre-wrap !important;
            text-align: center !important;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
            padding: 0 10px !important;
        }

        #id-5926 .article-card-description p {
            margin: 0 !important;
        }

        /* رسپانسیو برای موبایل */
        @media (max-width: 768px) {
            #id-5926.article9 {
                height: auto !important;
                padding: 40px 15px !important;
                overflow: visible !important;
            }
            
            #id-5926 .article-wrapper {
                flex-direction: column !important;
                align-items: center !important;
                gap: 30px !important;
                overflow: visible !important;
            }
            
            #id-5926 .article-card-item {
                width: 100% !important;
                max-width: 100% !important;
                margin-bottom: 0 !important;
                flex: 0 0 auto !important;
            }
            
            #id-5926 .article-card-item:last-child {
                margin-bottom: 0 !important;
            }
        }

        /* رفع مشکل در سایزهای 1022px تا 1200px */
        @media (min-width: 1023px) and (max-width: 1200px) {
            #id-5926.article9 {
                overflow: visible !important;
                height: auto !important;
            }
            
            #id-5926 .article-wrapper {
                flex-wrap: wrap !important;
                gap: 30px !important;
                overflow: visible !important;
                justify-content: center !important;
            }
            
            #id-5926 .article-card-item {
                flex: 0 0 calc(33.333% - 30px) !important;
                max-width: calc(33.333% - 30px) !important;
                min-width: unset !important;
            }
        }

        /* رسپانسیو برای تبلت */
        @media (min-width: 769px) and (max-width: 1022px) {
            #id-5926.article9 {
                overflow: visible !important;
                height: auto !important;
                padding: 50px 20px !important;
            }
            
            #id-5926 .article-wrapper {
                flex-wrap: wrap !important;
                gap: 25px !important;
                overflow: visible !important;
                justify-content: center !important;
            }
            
            #id-5926 .article-card-item {
                flex: 0 0 calc(50% - 25px) !important;
                max-width: calc(50% - 25px) !important;
                min-width: unset !important;
            }
        }

        /* رسپانسیو برای موبایل کوچک */
        @media (max-width: 480px) {
            #id-5926.article9 {
                padding: 30px 10px !important;
            }
            
            #id-5926 .article-wrapper {
                gap: 20px !important;
            }
            
            #id-5926 .article-card-item {
                padding: 25px 20px !important;
            }
            
            #id-5926 .article-card-title {
                font-size: 22px !important;
            }
            
            #id-5926 .article-card-description {
                font-size: 14px !important;
            }
        }

        /* انیمیشن ظاهر شدن */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        #id-5926 .article-card-item {
            animation: fadeInUp 0.6s ease forwards;
            opacity: 0;
        }

        #id-5926 .article-card-item:nth-child(1) {
            animation-delay: 0.1s;
        }

        #id-5926 .article-card-item:nth-child(2) {
            animation-delay: 0.2s;
        }

        #id-5926 .article-card-item:nth-child(3) {
            animation-delay: 0.3s;
        }








/* استایل‌های پایه برای بخش */
#id-5927.welcome1 {
  padding: 60px 0;
  transition: all 0.3s ease;
}

/* کانتینر اصلی */
.introdution-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

/* بخش سمت چپ (عکس) */
.left-introduction {
  flex: 1;
  position: relative;
  transition: transform 0.3s ease;
}

.left-introduction:hover {
  transform: translateY(-10px);
}

.introduction-image {
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(10, 45, 100, 0.15);
  border: 5px solid transparent;
}

.introduction-image:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 40px rgba(10, 45, 100, 0.2);
  border-color: rgba(25, 75, 150, 0.2);
  border-radius: 40px !important;
}

/* بخش سمت راست (محتوا) */
.right-introduction {
  flex: 1;
  transition: all 0.3s ease;
}

.introduction-content {
  padding: 20px;
  transition: all 0.3s ease;
}

.introduction-title {
  transition: color 0.3s ease;
  margin-bottom: 20px;
  position: relative;
}

.introduction-title:hover {
  color: rgb(25, 75, 150) !important;
}

.introduction-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: rgb(25, 75, 150);
  transition: width 0.3s ease;
}

.introduction-title:hover::after {
  width: 100%;
}

.introduction-divider {
  height: 3px;
  width: 80px;
  margin: 25px 0;
  transition: all 0.3s ease;
  background-color: rgb(25, 75, 150);
}

.introduction-content:hover .introduction-divider {
  width: 120px;
  background-color: rgb(15, 55, 120);
}

.introduction-description {
  font-family: iranyekan !important;
  line-height: 1.8;
  transition: all 0.3s ease;
}

.introduction-description:hover {
  color: #333 !important;
}

.introduction-description p {
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.introduction-description p:hover {
  transform: translateX(5px);
}

/* طراحی واکنش‌گرا برای صفحه‌های کوچک‌تر */
@media (max-width: 992px) {
  .introdution-container {
    flex-direction: column;
    text-align: center;
  }
  
  .introduction-image {
    width: 100% !important;
    max-width: 400px;
    height: auto !important;
  }
  
  .introduction-divider {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .introdution-container {
    max-width: 95% !important;
  }
  
  .introduction-image {
    border-radius: 40px !important;
    max-width: 300px;
  }
  
  .introduction-title {
    font-size: 24px !important;
  }
  
  .introduction-description {
    font-size: 16px !important;
  }
}









 

/* استایل کلی فوتر */
        #footer1.information {
            background-color: #ffffff !important;
            color: #000000 !important;
            padding: 40px 0 20px !important;
            font-family: Vazir-Regular, Shabnam, Tahoma, sans-serif !important;
            position: relative !important;
        }

        /* کانتینر فوتر */
        .information-container {
            max-width: 1200px !important;
            margin: 0 auto !important;
            padding: 0 20px !important;
        }

        /* بخش badge */
        #badge-3640.badge-list {
            width: 100% !important;
            margin-bottom: 30px !important;
        }

        .badge-pre {
            background: transparent !important;
            border: none !important;
            padding: 0 !important;
            margin: 0 !important;
            font-family: inherit !important;
            white-space: normal !important;
        }

        /* بخش اطلاعات تماس و آدرس */
        .mo1-contact-info {
            display: flex !important;
            flex-wrap: wrap !important;
            justify-content: space-between !important;
            width: 100% !important;
            margin-bottom: 30px !important;
        }

        .mo1-address, .mo1-phone, .mo1-email, .mo1-hours {
            flex: 1 !important;
            min-width: 250px !important;
            margin-bottom: 20px !important;
            padding: 0 15px !important;
            transition: all 0.3s ease !important;
        }

        .mo1-address:hover, .mo1-phone:hover, .mo1-email:hover, .mo1-hours:hover {
            transform: translateY(-5px) !important;
        }

        .mo1-section-title {
            font-size: 18px !important;
            font-weight: bold !important;
            margin-bottom: 15px !important;
            color: rgb(25, 75, 150) !important;
            position: relative !important;
            padding-bottom: 8px !important;
        }

        .mo1-section-title::after {
            content: '' !important;
            position: absolute !important;
            bottom: 0 !important;
            right: 0 !important;
            width: 50px !important;
            height: 2px !important;
            background-color: rgb(25, 75, 150) !important;
            transition: width 0.3s ease !important;
        }

        .mo1-address:hover .mo1-section-title::after,
        .mo1-phone:hover .mo1-section-title::after,
        .mo1-email:hover .mo1-section-title::after,
        .mo1-hours:hover .mo1-section-title::after {
            width: 80px !important;
        }

        .mo1-info-text {
            font-size: 14px !important;
            line-height: 1.8 !important;
            margin-bottom: 10px !important;
        }

        /* بخش نقشه گوگل */
        .mo1-map-container {
            width: 100% !important;
            margin: 30px 0 !important;
            border-radius: 10px !important;
            overflow: hidden !important;
            box-shadow: 0 5px 15px rgba(10, 45, 100, 0.1) !important;
            transition: all 0.3s ease !important;
        }

        .mo1-map-container:hover {
            box-shadow: 0 10px 25px rgba(10, 45, 100, 0.15) !important;
            transform: translateY(-3px) !important;
        }

        .mo1-map-iframe {
            width: 100% !important;
            height: 300px !important;
            border: none !important;
        }

        /* بخش شبکه های اجتماعی */
        .mo1-social-media {
            width: 100% !important;
            margin: 30px 0 !important;
            text-align: center !important;
        }

        .mo1-social-title {
            font-size: 18px !important;
            font-weight: bold !important;
            margin-bottom: 20px !important;
            color: rgb(25, 75, 150) !important;
        }

        .mo1-social-icons {
            display: flex !important;
            justify-content: center !important;
            gap: 20px !important;
        }

        .mo1-social-icon {
            width: 50px !important;
            height: 50px !important;
            border-radius: 50% !important;
            background: linear-gradient(135deg, rgb(25, 75, 150) 0%, rgb(15, 55, 120) 100%) !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            text-decoration: none !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 5px 15px rgba(15, 55, 120, 0.3) !important;
            position: relative !important;
            overflow: hidden !important;
        }

        .mo1-social-icon::before {
            content: '' !important;
            position: absolute !important;
            top: -50% !important;
            left: -50% !important;
            width: 200% !important;
            height: 200% !important;
            background: radial-gradient(circle, rgba(200,220,255,0.3) 0%, transparent 70%) !important;
            transform: rotate(30deg) !important;
            opacity: 0 !important;
            transition: opacity 0.3s ease !important;
        }

        .mo1-social-icon:hover {
            transform: translateY(-5px) scale(1.1) !important;
            box-shadow: 0 8px 20px rgba(15, 55, 120, 0.5) !important;
        }

        .mo1-social-icon:hover::before {
            opacity: 1 !important;
        }

        .mo1-social-icon svg {
            width: 24px !important;
            height: 24px !important;
            transition: all 0.3s ease !important;
        }

        .mo1-social-icon:hover svg {
            transform: scale(1.2) !important;
        }

        /* بخش اپلیکیشن موبایل */
        .footer-mobile-app {
            margin: 30px 0 !important;
            padding: 25px !important;
            background: linear-gradient(to right, #f9f9f9, #f0f0f0) !important;
            border-radius: 15px !important;
            transition: all 0.3s ease !important;
        }

        .footer-mobile-app:hover {
            transform: translateY(-5px) !important;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
        }

        .footer-mobile-app h5 {
            font-family: Vazir-Regular !important;
            font-weight: 400 !important;
            margin-bottom: 1rem !important;
            text-align: center !important;
            font-size: 1.1rem !important;
            line-height: 1.7rem !important;
            color: #333 !important;
        }

        .footer-mobile-app .d-flex {
            justify-content: center !important;
        }

        .footer-mobile-app a {
            text-decoration: none !important;
            margin: 0 10px !important;
            transition: all 0.3s ease !important;
        }

        .footer-mobile-app a:hover {
            transform: translateY(-5px) !important;
        }

        .footer-mobile-app img {
            border-radius: 12px !important;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
            transition: all 0.3s ease !important;
        }

        .footer-mobile-app a:hover img {
            box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important;
        }

        /* بخش کپی رایت */
        .section-copyright {
            text-align: center !important;
            padding: 20px 0 !important;
            margin-top: 30px !important;
            border-top: 1px solid #eee !important;
            transition: all 0.3s ease !important;
        }

        .section-copyright:hover {
            background-color: #f9f9f9 !important;
            border-radius: 10px !important;
        }

        .section-copyright a {
            text-decoration: none !important;
            cursor: pointer !important;
            display: inline-block !important;
            padding: 10px 20px !important;
            border-radius: 25px !important;
            transition: all 0.3s ease !important;
        }

        .section-copyright a:hover {
            background: linear-gradient(135deg, rgba(25, 75, 150, 0.1) 0%, rgba(15, 55, 120, 0.1) 100%) !important;
            transform: translateY(-3px) !important;
        }

        .section-copyright span {
            color: #000000 !important;
        }

        .section-copyright span:last-child {
            color: rgb(25, 75, 150) !important;
            font-weight: bold !important;
        }

        .section-copyright img {
            margin-right: 8px !important;
            vertical-align: sub !important;
            transition: all 0.3s ease !important;
        }

        .section-copyright a:hover img {
            transform: rotate(5deg) scale(1.1) !important;
        }

        /* divider */
        .divider-device {
            margin: 30px 0 !important;
        }

        .divider-device div {
            height: 1px !important;
            background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(25, 75, 150) 50%, rgba(255,255,255,0) 100%) !important;
        }

        /* رسپانسیو */
        @media (max-width: 768px) {
            .mo1-contact-info {
                flex-direction: column !important;
            }
            
            .mo1-address, .mo1-phone, .mo1-email, .mo1-hours {
                min-width: 100% !important;
                margin-bottom: 25px !important;
            }
            
            .mo1-social-icons {
                flex-wrap: wrap !important;
            }
            
            .footer-mobile-app {
                text-align: center !important;
            }
            
            .footer-mobile-app .d-flex {
                flex-direction: column !important;
                gap: 15px !important;
            }
            
            .footer-mobile-app a {
                margin: 5px 0 !important;
            }
        }











