a{
		text-decoration: none;
	cursor: pointer;
}
#footer1 ul li {
	list-style:none;
}


.custom-button-wrapper {
  text-align: center;
}

.custom-button {
	text-align: center;
	width: 140px;
	height: 50px;
  display: inline-block;
  padding: 10px 10px;
  background: linear-gradient(135deg, #006356, #008c75);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 140px 10px 140px 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: fadeInUp 1s ease;
}

.custom-button:hover {
  background: linear-gradient(135deg, #008c75, #006356);
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 99, 86, 0.3);
}

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



#header2 .navbar-top{
	 background: linear-gradient(135deg, #006356, #008c75);
	border-radius: 140px 10px 140px 10px;
}


#header2 .navbar2 {
		border-radius: 140px 10px 140px 10px!important;
}




#header2 .panel-btn {
	background-color: unset !important;
	color:#fff !important;
}


#id-5991 .article-card-item {
	border-radius: 120px 0px 120px 0px !important;
}

#footer1 {
	padding: 2rem 30px 2rem 30px !important;
 background: linear-gradient(135deg, #006356, #008c75)!important;
}


#id-6008 .img-responsive  {
	display: none !important;
}










/* تنظیمات پایه - فونت و باکس‌سازی */
@font-face {
    font-family: 'Vazir-Regular';
    src: url('/fonts/Vazir-Regular.eot');
    src: local('☺'), url('/fonts/Vazir-Regular.woff') format('woff'), url('/fonts/Vazir-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* استایل‌های اصلی فوتر با پس‌زمینه آبی */
#footer1.information {
    background-color: #0e3363 !important;
    color: rgb(0, 0, 0);
    background-image: url();
    width: 100%;
    direction: rtl;
    font-family: 'Vazir-Regular', sans-serif;
    padding-top: 30px;
}

/* کانتینر داخلی فوتر */
.information-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* بخش نشان‌ها (بج) - جایی که فوتر مینیمال قرار گرفته */
.badge-list {
    width: 100%;
    margin-bottom: 20px;
}

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

/* ===== استایل‌های فوتر مینیمال داخل بج ===== */
.footer-minimal {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 35px 40px 30px;
    box-shadow: 0 15px 35px rgba(0, 30, 50, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* هدر فوتر */
.footer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.brand-mini {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-mini {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1), 0 0 0 1px rgba(255,255,255,0.3) inset;
}

.brand-mini h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    margin: 0;
    letter-spacing: -0.3px;
}

.badge-mini {
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 0.9rem;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
}

.badge-mini i {
    margin-left: 6px;
    font-size: 0.7rem;
    color: #aaffff;
}

/* گرید ۴ ستونه */
.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 35px;
}

.col-simple {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.col-simple h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
    opacity: 0.95;
    position: relative;
}

.col-simple h4:after {
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 6px;
    border-radius: 2px;
}

.col-simple a, .info-simple {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.15s;
    padding: 4px 0;
}

.col-simple a:hover {
    color: white;
    transform: translateX(-4px);
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 10px;
    border-radius: 8px;
}

.col-simple i {
    width: 18px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

/* خبرنامه */
.news-mini {
    margin-top: 5px;
}

.news-input-mini {
    display: flex;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 4px;
    margin-bottom: 8px;
    backdrop-filter: blur(4px);
}

.news-input-mini input {
    background: transparent;
    border: none;
    padding: 10px 15px;
    font-family: 'Vazir-Regular', sans-serif;
    font-size: 0.85rem;
    width: 100%;
    outline: none;
    color: white;
}

.news-input-mini input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.news-input-mini button {
    background: rgba(255, 255, 255, 0.25);
    border: none;
    color: white;
    padding: 6px 18px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: 0.15s;
    border: 1px solid rgba(255, 255, 255, 0.3);
    white-space: nowrap;
}

.news-input-mini button:hover {
    background: rgba(255, 255, 255, 0.4);
}

/* فوتر پایین */
.footer-bottom-mini {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
}

.copyright-mini {
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: 0.9;
}

.social-mini {
    display: flex;
    gap: 12px;
}

.social-mini a {
    color: white;
    background: rgba(255, 255, 255, 0.15);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: 0.15s;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.social-mini a:hover {
    background: white;
    color: rgb(0, 102, 169);
    transform: translateY(-3px);
}

/* ===== بخش‌های دیگر فوتر (اپلیکیشن موبایل) ===== */
.divider-device {
    width: 100%;
    margin: 25px 0 20px;
}

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

.footer-mobile-app {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255) !important;
    padding: 1rem 0.5rem !important;
    margin-bottom: 1.8rem;
}

.footer-mobile-app h5 {
    font-family: 'Vazir-Regular' !important;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.7rem;
    direction: rtl;
    color: white;
    opacity: 0.95;
}

.footer-mobile-app .d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-mobile-app a {
    text-decoration: none;
    display: inline-block;
    transition: 0.2s;
}

.footer-mobile-app a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.footer-mobile-app img {
    width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* بخش کپی‌رایت */
.section-copyright {
    text-align: center;
    padding: 20px 0 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 10px;
}

.section-copyright a {
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.section-copyright .fw-bold {
    font-weight: bold;
    color: white !important;
    font-size: 0.9rem;
}

.section-copyright span[style*="color:#ffd800"] {
    color: #ffd800 !important;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.section-copyright img {
    vertical-align: sub;
    margin-right: 8px;
    width: auto;
    height: 20px;
}

/* ===== واکنش‌گرایی ===== */
@media screen and (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1);
        gap: 25px;
    }
    
    .footer-minimal {
        padding: 30px 25px;
    }
	

}

@media screen and (max-width: 768px) {
    .footer-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .brand-mini h2 {
        font-size: 1.3rem;
    }
    
    .footer-mobile-app .d-flex {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-mobile-app img {
        width: 140px;
    }
	
	
	
}

@media screen and (max-width: 576px) {
    .footer-grid {
        gap: 25px;
		   	grid-template-columns: repeat(1, 2fr);
    }
    
    .footer-bottom-mini {
        flex-direction: column-reverse;
        gap: 15px;
        text-align: center;
    }
    
    .social-mini {
        justify-content: center;
    }
    
    .footer-minimal {
        padding: 25px 20px;
        border-radius: 20px;
    }
    
    .badge-mini {
        width: 100%;
        text-align: center;
    }
    
    .section-copyright span {
        font-size: 0.8rem;
    }
	
	
	
	
}

/* کلاس‌های کمکی (اگر نیاز باشد) */
.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.w-100 {
    width: 100%;
}

.text-white {
    color: white;
}

.fw-bold {
    font-weight: bold;
}

