@media only screen and (max-width: 767px) {
	

	.navbar-buttons-container{
		background-color: transparent !important;
	}
  /* تنظیم چیدمان لوگو */
    .logo-bg {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
    }

    .navbar-buttons-container {
    width: 30px;
    cursor: pointer;
    display: none;
}

.navbar-buttons-container div {
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

/* انیمیشن ضربدر */
.navbar-buttons-container.change .bar1 {
    transform: rotate(-45deg) translate(-6px, 6px);
}
.navbar-buttons-container.change .bar2 {
    opacity: 0;
}
.navbar-buttons-container.change .bar3 {
    transform: rotate(45deg) translate(-6px, -6px);
}

/* ===============================
   MAIN NAV (MOBILE)
================================ */
/* ===============================
   MOBILE HEADER
================================ */
@media (max-width: 991px) {
 header{
    position: relative !important;
    background-color: #002147;
        margin-bottom : 20px ;
  }
  
   /* راست‌چین کردن ردیف اصلی در موبایل */
    .top-header-area .row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 5px 0 !important;
    }

    /* حذف محدودیت‌های ستون‌ها برای نمایش تمام‌عرض */
    .top-header-area .col-md-6,
    .top-header-area .pull-right {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }

    /* ریست کردن عرض و اسکرول کانتینر منو */
    .header-right-content {
        overflow: visible !important;
        width: 100% !important;
        display: block !important;
        white-space: normal !important;
    }

    /* چینش منعطف لینک‌ها در هدر */
    .header-right-content .list ul {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px 12px !important;
        padding: 0 !important;
        margin: 0 auto 8px auto !important;
        list-style: none !important;
        width: 100% !important;
    }

    .header-right-content .list ul li {
        display: inline-block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* استایل شیک لینک‌ها در موبایل */
    .header-right-content .list ul li a {
        font-size: 11px !important;
        color: rgba(255, 255, 255, 0.9) !important;
        text-decoration: none !important;
        padding: 4px 6px !important;
        display: inline-block !important;
        transition: color 0.2s ease;
    }

    /* حذف خط عمودی جداکننده در موبایل در صورت وجود */
    .header-right-content .list ul li:not(:last-child):after {
        content: none !important;
    }

    /* استایل دهی بخش زبان انگلیسی در موبایل */
    .header-left-content {
        width: 100% !important;
        text-align: center !important;
        margin-top: 4px !important;
    }

    .header-left-content a.language-entry-short-text {
        font-size: 11px !important;
        color: #fff !important;
        opacity: 0.8 !important;
        text-decoration: none !important;
        display: inline-block !important;
        padding: 2px 8px !important;
    }
	.exam-notice {
		margin-top: -50px;
	}
  .language-entry-short-text {
    position: absolute;
    top: 36px;
  }
  .navbar-buttons{
    display: flex;
    justify-content: end;
    margin-top: -44px;
  }
  .logo-bg img {
    display: inline !important;
  }
  .logo-head{
    margin-top: 32px;
  }
  /* حفظ ساختار بنر */
  .content-main .slideshow-main .SwiperMultimedia,
  .content-main .slideshow-main .SwiperMultimedia .swiper-container {
    height: auto !important;
    background: transparent !important;
    width: 94%;
  }
  .content-main .slideshow-main .SwiperMultimedia .swiper-slide {
    height: auto !important;
    aspect-ratio: 2.1 / 1;
    background: transparent !important;
    border-radius: 15px;
    overflow: hidden;
  }
  .content-main .slideshow-main .SwiperMultimedia .swiper-slide img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
  }
    .mobile-header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 16px;
        background: linear-gradient(135deg, #0b1c2d, #102840);
        box-shadow: 0 4px 15px rgba(0,0,0,0.4);
        z-index: 100000;
    }
.news-hero-slider .news-item {
	padding : 0 !important; 
}
.news-hero-slider .slide-groups, .news-hero-slider .news-item {
	min-height: 317px !important ;
}
    /* LOGO */
    .mobile-header .logo img {
        height: 42px;
        width: auto;
    }

    /* ===============================
       HAMBURGER
    ================================ */
    .navbar-buttons-container {
        width: 44px;
        height: 36px;
        background: rgba(255,255,255,0.95);
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        transition: all 0.3s ease;
    }

    .navbar-buttons-container span {
        display: block;
        width: 22px;
        height: 2px;
        background: #0b1c2d;
        transition: all 0.3s ease;
    }

    /* X animation */
    .navbar-buttons-container.change span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .navbar-buttons-container.change span:nth-child(2) {
        opacity: 0;
    }
    .navbar-buttons-container.change span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

/* ===============================
   NAV CONTAINER
================================ */
.style-bg-slider{
	padding : 0;
}
================================ */
.logo-bg {
    /* ایجاد گرادینت سرمه‌ای تیره برای هماهنگی با منو */
    background: linear-gradient(135deg, #0e1b2b 0%, #1c3655 100%) !important;
    
    /* وسط‌چین کردن محتوا */
    text-align: center !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    /* فاصله‌دهی مناسب */
    padding: 25px 15px !important;
    
    /* خط رنگی پایین برای زیبایی و جدا کردن از محتوای صفحه */
    border-bottom: 4px solid #00a8e8;
    
    /* سایه ملایم به کل باکس */
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    position: relative;
    z-index: 10; /* پایین‌تر از منوی کشویی ولی بالاتر از محتوا */
}

/* استایل عکس لوگو (اگر داخل این کلاس عکس دارید) */
.logo-bg img {
    max-width: 200px; /* جلوگیری از بزرگ شدن بیش از حد در موبایل */
    height: auto;
    display: block;
    /* کمی درخشش و سایه به خود لوگو */
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
    margin: 0 auto;
}

/* اگر متنی داخل این بخش هست (مثل نام دانشگاه) */
.logo-bg h1, .logo-bg h2, .logo-bg span {
    color: #ffffff !important;
    font-family: 'tahoma', sans-serif;
    margin-top: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
#nav, #nav * {
    box-sizing: border-box !important;
}

#nav {
    display: none; /* توسط JS باز میشود */
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh ;
    /* تنظیمات ظاهری و رنگ */
    background-color: #0e1b2b !important; /* رنگ اصلی */
    border-top: 3px solid #00a8e8;
    box-shadow: 0 10px 40px rgba(0,0,0,0.8);
    z-index: 999999 !important;
    
    /* اسکرول و جهت */
    direction: rtl;
    text-align: right;
    margin: 0 !important;
    padding: 0 !important;
    max-height: 80vh; /* اگر منو خیلی طولانی شد اسکرول بخورد */
    overflow-y: auto;
}

/* کلاس فعال شدن منو */
#nav.js-mobile-active {
    display: block !important;
}

#nav ul, #nav li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ===============================
   2. ساختار لیست‌ها (رفع تداخل متن)
================================ */
#nav li {
    position: relative;
    /* مهم: ارتفاع اتوماتیک برای جلوگیری از روی هم افتادن متن‌ها */
    height: auto !important; 
    min-height: 45px;
    display: block !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

#nav li > ul {
    display: none; /* پیش‌فرض مخفی */
    width: 100%;
    position: relative !important;
}

/* باز شدن زیرمنو */
#nav li.open > ul {
    display: block !important;
}

/* ===============================
   3. استایل لینک‌ها (LINKS)
================================ */
#nav a {
    display: block !important;
    position: relative;
    padding: 15px 15px 15px 15px; /* فاصله استاندارد */
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 14px;
    font-family: tahoma, sans-serif;
    
    /* تنظیمات خط برای متون طولانی */
    line-height: 1.6 !important;
    white-space: normal !important; /* متن طولانی شکسته شود */
    transition: background 0.2s;
}

#nav a:hover {
    background-color: rgba(255,255,255,0.05) !important;
    color: #00a8e8 !important;
}

/* مخفی کردن المان‌های اضافه قالب */
#nav .caret { display: none !important; }

/* ===============================
   4. سطح بندی منو (LEVELS)
================================ */

/* --- سطح 1 (اصلی) --- */
#nav > ul > li > a {
    background-color: #0e1b2b !important;
    font-weight: bold;
    padding-right: 20px !important;
}

/* --- سطح 2 (زیرمنو اول) --- */
#nav > ul > li > ul > li > a {
    background-color: #08121c !important; /* کمی تیره‌تر */
    color: #dce6f2 !important;
    padding-right: 45px !important; /* تورفتگی سطح 2 */
    font-size: 13px;
}

/* --- سطح 3 (زیرمنو دوم - رفع باگ اصلی) --- */
#nav > ul > li > ul > li > ul {
    background-color: #000000 !important; /* زمینه مشکی */
}

#nav > ul > li > ul > li > ul > li > a {
    background-color: #000000 !important; /* مشکی یکدست */
    color: #b0c4de !important; /* رنگ متن متفاوت */
    
    /* تورفتگی زیاد برای خوانایی */
    padding-right: 70px !important; 
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    
    font-size: 13px;
    border-right: 3px solid #00a8e8; /* خط رنگی سمت راست برای زیبایی */
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

/* ===============================
   5. آیکون‌های مثبت/منفی (+ / -)
================================ */
#nav li.has-sub > a::after {
    content: "+";
    position: absolute;
    left: 20px; /* فاصله از چپ */
    top: 50%; /* وسط‌چین عمودی دقیق */
    transform: translateY(-50%); 
    font-size: 18px;
    font-weight: bold;
    color: #00a8e8 !important;
    font-family: monospace;
}

/* تغییر به منفی وقتی باز است */
#nav li.has-sub.open > a::after {
    content: "-";
    font-size: 22px;
    top: 48%;
}
}

/* ===============================
   RESPONSIVE BREAKPOINT
================================ */
.slideshow-main{
	padding:0;
}
@media (max-width: 991px) {
    .navbar-buttons-container {
        display: block;
    }
}
	.content-main .slideshow-head #ninja-slider #ninja-slider-next {
  right: auto;
  top: 18% !important;
  left: 13% !important;
}
.content-main .slideshow-head #ninja-slider #ninja-slider-prev{
	top: 18% !important;
}
.content-main .slideshow-head {
  height: 188px !important;
}
.content-main .slideshow-head .image-slide .img-sl {
  height: 183px !important;
}
.courses-area .news-item {
   background-color: #fff;
   padding: 0 10%;
   border-radius: 20px;
   box-shadow: 0 10px 24px rgba(1,33,71,.22);
   margin-bottom: 20px;
   padding-bottom:10px ;
}
.courses-area span{
	margin-top: 20px;
}
.courses-area .row{
	padding:0 6%;
}
.events-area .row{
	padding:0 6%;
}
.courses-area .news-item .News_Titr{
	font-size: 15px;
}

.courses-area .side-list-card .news-item{
	display: flex;
  flex-direction: column;
}
.courses-area .side-list-card .item-row{
	display: flex;
  flex-direction: column;
} 
.courses-area .side-list-card .item-row .news-img{
	width: 100%;
}
.courses-area .side-list-card .item-row .news-img a{
	width: 100% !important;
}
.courses-area .side-list-card .item-row .news-img img{
	width: 100%;
	height: 200px;
}
.events-area .nav.nav-tabs li{
	margin-left: 12px;
}
.events-area .news-item {
   background-color: #fff;
   padding: 0 10%;
   border-radius: 20px;
   box-shadow: 0 10px 24px rgba(1,33,71,.22);
   margin-bottom: 20px;
   padding-bottom:10px ;
}
.events-area .news-item .News_Titr{
	font-size: 15px;
}
.events-area .news-item  .news-img img{
	margin-bottom: 20px;
}
.single-academics-card .academic-top-content path{
	color: #191970 !important;
}
.academic-area .owl-carousel .owl-stage {
	padding-top:20px !important;
}
.single-academics-card .academic-top-content h3 a {
	white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color:#002147;
}

.single-academics-card .academic-top-content h3 a:hover {
  color: var(--gold-color);
}
.single-academics-card .academic-top-content {
  padding-right: 12px;
  padding-left: 0;
}

.single-academics-card .academic-top-content i {
  font-size: 25px;
  position: absolute;
  color: #191970;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-academics-card{
	transition:0.5s all;
	z-index:9999;
}
.single-academics-card:hover {
  transform: translateY(-10px);
  border-color: var(--secondary-color);
  background: #fff;
}

.single-academics-card2 {
  background-size: cover;
  background-position: center center;
  height: 500px;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}

.single-academics-card2::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(17, 29, 94, 0.9)));
  background-image: linear-gradient(to bottom, transparent, rgba(17, 29, 94, 0.9));
  left: 0;
  top: 0;
}

.single-academics-card2.bg-1 {
  background-image: url(../images/academics/academic-1.jpg);
}

.single-academics-card2.bg-2 {
  background-image: url(../images/academics/academic-2.jpg);
}

.single-academics-card2.bg-3 {
  background-image: url(../images/academics/academic-3.jpg);
}

.single-academics-card2 .serial {
  position: absolute;
  left: 30px;
  top: 30px;
}

.single-academics-card2 .serial p {
  color: #ffffff;
  font-size: 18px;
}

.single-academics-card2 .academic-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.single-academics-card2 .academic-content .academic-top-content {
  position: relative;
  padding-left: 30px;
}

.single-academics-card2 .academic-content .academic-top-content h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card2 .academic-content .academic-top-content h3:hover {
  color: #e32845;
}

.single-academics-card2 .academic-content .academic-top-content i {
  color: #e32845;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.single-academics-card2 .academic-content p {
  color: #ffffff;
  margin-bottom: 15px;
}

.single-academics-card3 {
  text-align: center;
  padding: 25px;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.single-academics-card3::before {
  position: absolute;
  content: '';
  height: 100%;
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  background-color: #e32845;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card3 .icon {
  margin-bottom: 20px;
}

.single-academics-card3 .icon i {
  font-size: 35px;
  height: 65px;
  width: 65px;
  line-height: 72px;
  border-radius: 100%;
  border: 1px solid #e32845;
  display: inline-block;
  color: #e32845;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card3 h3 {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card3 p {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card3:hover::before {
  width: 100%;
  border-radius: 0;
  left: 0;
  right: auto;
}

.single-academics-card3:hover .icon i {
  color: #ffffff;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.single-academics-card3:hover h3 {
  color: #ffffff;
}

.single-academics-card3:hover p {
  color: #ffffff;
}

.single-academics-card3:hover .read-more-btn {
  color: #ffffff;
}
.health-care-area span{
	margin-top: 37px;
}
.health-care-area .item-row{
	display: flex;
  flex-direction: column;
}
.admission-image video{
	width:100%;
}
.academic-area .academic-top-content img{
	width: 50%;
}
.academic-area .academic-top-content{
text-align: center;
}
.academic-area .academic-top-content img{
	width: 50%;
}
.academic-area .academic-top-content{
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer{
	padding:0 !important;
}
.footer-area {
	background-color: #002147;
    position: relative;
    z-index: 1;
    padding: 30px ;
}
.footer-area .contact-list ul p{
	color:#fff;
}
.social-content ul{
	display: flex;
}
.social-content ul li{
	list-style-type:none;
}

/*
events-area
======================================================*/
/* --- تنظیمات کلی بخش --- */
.events-area {
    background-color: #002147 !important;
    padding: 40px 0;
    direction: rtl;
margin-bottom:30px;
}

/* --- ساختار گرید (ستون‌بندی) --- */
.events-area .slides {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    margin: 0 -10px;
}

.events-area .slide-groups {
    width: 25% !important; /* 4 ستون در دسکتاپ */
    padding: 10px;
    box-sizing: border-box;
    float: none !important;
    display: flex; /* برای هم‌ارتفاع شدن ستون‌ها */
}

/* --- استایل اصلی کارت (News Item) --- */
/* اینجا کارت را یکپارچه می‌کنیم */
.events-area .news-item {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15) !important;
    overflow: hidden !important; /* برای گرد شدن گوشه عکس‌ها */
    width: 100% !important;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    transition: transform 0.3s ease;
}
.events-area .news-item .news-info a{
	margin-top:40px;
}
.events-area .news-item:hover {
    transform: translateY(-5px); /* حرکت جزیی رو به بالا هنگام هاور */
}

.events-area .item-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

/* --- بخش تصویر (بالای کارت) --- */
.events-area .news-img {
    width: 100% !important;
    height: 180px !important; /* ارتفاع ثابت عکس */
    margin: 0 !important;
    border-radius: 0 !important; /* گردی توسط والد کنترل می‌شود */
    position: relative;
}

.events-area .news-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.events-area .news-img img {
    width: 100% !important;
    height: 223px;
    object-position: center top !important;
    border-radius: 0 !important;
    display: block !important;
}

/* --- بخش متن (پایین کارت) --- */
.events-area .news-info {
    width: 100% !important;
    background-color: #ffffff !important;
    padding: 15px !important;
    margin: 0 !important; /* حذف مارجین منفی مزاحم */
    box-shadow: none !important;
    border-radius: 0 !important;
    text-align: right;
    flex-grow: 1; /* پر کردن فضای خالی پایین */
    box-sizing: border-box;
    border-top: 1px solid #f0f0f0; /* خط نازک جداکننده */
}

/* تیتر خبر */
.events-area .News_Titr {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin-bottom: 10px;
    line-height: 1.6 !important;
    height: 45px; /* ارتفاع ثابت برای تیتر (حدود 2 خط) */
    overflow: hidden;
}

/* خلاصه خبر */
.events-area .news-introtext {
    color: #777 !important;
    font-size: 12px !important;
    line-height: 1.8 !important;
    height: 65px; /* ارتفاع ثابت برای متن */
    overflow: hidden;
    text-align: justify;
}
/* کانتینر تب‌ها: تنظیم برای اسکرول افقی روان */
.events-area .nav-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch; /* اسکرول نرم در موبایل */
    gap: 12px; /* فاصله استاندارد بین تب‌ها */
    padding: 10px 5px 20px 5px !important; /* پدینگ پایین برای جلوگیری از برش خوردن نوار اسکرول */
    margin: 0 0 20px 0 !important;
    border: none !important;
    
    /* استایل اسکرول‌بار برای فایرفاکس */
    scrollbar-width: thin; 
    scrollbar-color: rgba(255,255,255,0.4) transparent;
}

/* سفارشی‌سازی نوار اسکرول برای کروم، اج و سافاری */
.events-area .nav-tabs::-webkit-scrollbar {
    height: 6px;
}
.events-area .nav-tabs::-webkit-scrollbar-track {
    background: transparent;
}
.events-area .nav-tabs::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.4);
    border-radius: 10px;
}

/* آیتم‌های لیست */
.events-area .nav-tabs li {
    flex-shrink: 0 !important; /* جلوگیری از مچاله شدن تب‌ها در حالت اسکرول */
    margin: 0 !important; 
    float: none !important;
}

/* استایل دکمه‌های تب (کپسولی) */
.events-area .nav-tabs li a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 12px 25px !important; /* پدینگ بیشتر برای ظاهر عریض‌تر و زیباتر */
    white-space: nowrap !important; /* جلوگیری مطلق از شکستن متن */
    border-radius: 50px !important; /* گردی کامل گوشه‌ها */
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    background: transparent !important;
    font-size: 15px; /* در صورت نیاز تغییر دهید */
    line-height: 1;
    transition: all 0.3s ease;
}

/* حالت فعال و هاور */
.events-area .nav-tabs li.active a,
.events-area .nav-tabs li a:hover {
    background: #fff !important;
    color: #002147 !important; /* رنگ متن سرمه‌ای برای خوانایی روی پس‌زمینه سفید */
    border-color: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* سایه ملایم برای عمق دادن */
}
  /*
    students-stories-area (Mobile Styles)
    ======================================================*/
	.students-stories-area .slider-style .slides .slide-groups{
		padding:0 !important;
	}
    .students-stories-area {
        margin-bottom: 40px;
        padding: 0 5%;
    }

    /* کانتینر گروه اسلایدها - چیدمان عمودی برای موبایل */
    .students-stories-area .slides .slide-groups {
        display: flex;
        flex-direction: column;
        gap: 15px;
		padding: 0 6%;
    }

    /* آیتم‌های خبر/داستان - عرض کامل در موبایل */
    .students-stories-area .slides .slide-groups .news-item {
        flex: 1 1 100%;
        width: 100%;
        aspect-ratio: 16 / 9; /* نسبت تصویر افقی مناسب موبایل */
        overflow: hidden; 
        margin-bottom: 0; 
        padding: 0 !important;
        position: relative;
        border: solid 2px var(--gold-color);
        border-radius: 7px;
        transition: transform 0.3s ease;
    }

    .students-stories-area .slides .slide-groups .news-item:hover {
        transform: translateY(-3px);
    }

    .students-stories-area .slides .slide-groups .news-item .news-img {
        width: 100%;
        height: 100%;
    }

    .students-stories-area .slides .slide-groups .news-item .news-img img {
        width: 100% !important;
        height: 100%; 
        object-fit: cover;
        border-radius: 5px;
    }

    /* ایجاد گرادیانت مشکی ملایم برای خوانایی بهتر متن روی تصویر */
    .students-stories-area .slides .slide-groups .news-item::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
        pointer-events: none;
    }

    /* باکس اطلاعات روی عکس */
    .students-stories-area .slides .slide-groups .news-info {
        position: absolute;
        bottom: 0;
        left: 0; 
        right: 0; 
        padding: 15px;
        z-index: 10;
        background-color: transparent !important;
    }

    .students-stories-area .slides .slide-groups .news-info .News_Titr {
        font-size: 15px;
        color: #ffffff;
        margin: 0;
        line-height: 1.6;
        /* محدود کردن متن به 2 خط برای جلوگیری از به هم ریختگی */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* ابزارها / دکمه پایین بخش */
    .students-stories-area .news-tools {
        display: flex;
        justify-content: center;
        margin-top: 35px;
    }

    .students-stories-area .news-tools a {
        background-color: #111d5e !important;
        padding: 10px 25px !important;
        color: #fff !important;
        border-radius: 10px !important;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .students-stories-area .news-tools a:hover {
        background-color: var(--gold-color) !important;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    }
.gallery-style{
	padding: 0 6%;
}
/*
======================================================
   Mobile Gallery / Media Cards Style
======================================================
*/

/* نگهدارنده کل (فاصله بین آیتم‌ها در موبایل) */
.media-gallery-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px; /* فاصله بین باکس‌های ویدیو و تصویر */
    padding: 15px;
    background-color: #f8f9fa; /* رنگ پس‌زمینه کلی در صورت نیاز */
}

/* ساختار اصلی هر کارت (ویدیو یا عکس) */
.media-card {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* تصویر داخل کارت */
.media-card img,
.media-card video {
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover;
    display: block;
}

/* هاله تاریک پایین کارت (برای خوانایی متن و دکمه‌ها) */
.media-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

/* ----------------------------------
   تگ تاریخ (بالا سمت راست)
-----------------------------------*/
.media-card .date-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f43f29; /* رنگ قرمز مشابه تصویر */
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 15px;
    border-radius: 0 0 0 12px; /* انحنا فقط در گوشه پایین-چپ */
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
}

/* ----------------------------------
   آیکون‌ها (دوربین و پلی)
-----------------------------------*/
/* آیکون دوربین بالا سمت چپ */
.media-card .camera-icon {
    position: absolute;
    top: 10px;
    left: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    z-index: 10;
}

/* دکمه پخش ویدیو وسط */
.media-card .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 2px solid #ff9b18; /* رنگ نارنجی دور دکمه */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff9b18;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.media-card:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgba(255, 155, 24, 0.2);
}

/* ----------------------------------
   تنظیمات اسلایدر ویدیو (بر اساس تصویر بالا)
-----------------------------------*/
/* فلش‌های چپ و راست داخل اسلایدر */
.media-card .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 10;
    cursor: pointer;
}
.media-card .nav-arrow.left { left: 0; }
.media-card .nav-arrow.right { right: 0; }

/* نوار پایین اسلایدر (حاوی نقاط و متن) */
.media-card .bottom-bar {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

/* نقاط (پجینیشن) */
.media-card .dots {
    display: flex;
    gap: 5px;
}
.media-card .dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
.media-card .dots span.active {
    background: #f43f29; /* نقطه قرمز */
}

/* متن تاریخ زیر ویدیو */
.media-card .bottom-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}
.campus-information-area{
	padding: 0 6%;
}
li {
	list-style-type: none;
}
.copyright-area{
		padding: 0 6%;
}

/*
Academics Style
======================================================*/
.samaneh-uni.academic-area{
	width: 188px;
}
.single-academics-card {
	
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  margin-bottom:60px;
}

.single-academics-card .academic-top-content {
	display: flex;
  align-items: center;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.single-academics-card .academic-top-content svg{
	font-size: 30px;
	margin-left:10px;
	
}
.single-academics-card .academic-top-content path{
	color: #191970 !important;
}
.academic-area .owl-carousel .owl-stage {
	padding-top:20px !important;
}
.single-academics-card .academic-top-content h3 a {
	white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color:#002147;
}

.single-academics-card .academic-top-content h3 a:hover {
  color: var(--gold-color);
}
.single-academics-card .academic-top-content {
  padding-right: 12px;
  padding-left: 0;
}
.academic-area .links-carousel .owl-dots{
	display:none;
}
.single-academics-card .academic-top-content i {
  font-size: 25px;
  position: absolute;
  color: #191970;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-academics-card{
	transition:0.5s all;
	z-index:9999;
}
.single-academics-card:hover {
  transform: translateY(-10px);
  border-color: var(--secondary-color);
  background: #fff;
}

.single-academics-card2 {
  background-size: cover;
  background-position: center center;
  height: 500px;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}

.single-academics-card2::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(17, 29, 94, 0.9)));
  background-image: linear-gradient(to bottom, transparent, rgba(17, 29, 94, 0.9));
  left: 0;
  top: 0;
}

.single-academics-card2.bg-1 {
  background-image: url(../images/academics/academic-1.jpg);
}

.single-academics-card2.bg-2 {
  background-image: url(../images/academics/academic-2.jpg);
}

.single-academics-card2.bg-3 {
  background-image: url(../images/academics/academic-3.jpg);
}

.single-academics-card2 .serial {
  position: absolute;
  left: 30px;
  top: 30px;
}

.single-academics-card2 .serial p {
  color: #ffffff;
  font-size: 18px;
}

.single-academics-card2 .academic-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.single-academics-card2 .academic-content .academic-top-content {
  position: relative;
  padding-left: 30px;
}

.single-academics-card2 .academic-content .academic-top-content h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card2 .academic-content .academic-top-content h3:hover {
  color: #e32845;
}

.single-academics-card2 .academic-content .academic-top-content i {
  color: #e32845;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.single-academics-card2 .academic-content p {
  color: #ffffff;
  margin-bottom: 15px;
}

.single-academics-card3 {
  text-align: center;
  padding: 25px;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.single-academics-card3::before {
  position: absolute;
  content: '';
  height: 100%;
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  background-color: #e32845;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card3 .icon {
  margin-bottom: 20px;
}

.single-academics-card3 .icon i {
  font-size: 35px;
  height: 65px;
  width: 65px;
  line-height: 72px;
  border-radius: 100%;
  border: 1px solid #e32845;
  display: inline-block;
  color: #e32845;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card3 h3 {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card3 p {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card3:hover::before {
  width: 100%;
  border-radius: 0;
  left: 0;
  right: auto;
}

.single-academics-card3:hover .icon i {
  color: #ffffff;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.single-academics-card3:hover h3 {
  color: #ffffff;
}

.single-academics-card3:hover p {
  color: #ffffff;
}

.single-academics-card3:hover .read-more-btn {
  color: #ffffff;
}
/*
Academics Style
======================================================*/

/*
campus-information-area
/* ====================================================== */
.campus-image img{
	    height: 464px;
}
.campus-information-area{
	margin-bottom:60px;
}
.campus-content {
  margin-bottom: 30px;
}

.campus-content .campus-title {
          margin-bottom: 10px;
}
.campus-content .count-stat {
	color: #002147;
          font-size: 33px;
  font-weight: bold;
}

#counter .col-lg-12{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 16px;
  padding-bottom: 10px;
}

#counter .counter-card{
  min-width: 180px; 
  flex-shrink: 0;
}
.counter-sec{
 background-color: #effdff !important;
    
    overflow: hidden !important; 
}
#counter {
  padding: 60px 124px !important;
    width: 100%;
}
#counter .counter-card:nth-child(6) .count-stat{
	color: #11b1c7 !important;
}
#counter .counter-card:nth-child(6)  .target{
		color: #11b1c7 !important;
}
#counter .row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}


#counter .col-lg-12 {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap; 
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0 10px !important;
    gap: 5px;
}

#counter .counter-card {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 0 5px;
	display: flex;
  align-items: center;
  justify-content: center;
    flex-wrap: wrap;
}

.count-stat,
.target{
    display: inline-block;
}

.counter-card p{
    width: 100%;
    margin-top: 5px;
}
/* ۴. فونت بسیار درشت و ضخیم برای اعداد با رنگ درخواستی */
#counter .counter-card .count-stat, 
#counter .counter-card .target {
    font-size: 3rem !important; /* فونت بسیار درشت (افزایش چشمگیر) */
    font-weight: 900 !important; /* ضخیم‌ترین حالت */
    color: #002147 !important; /* رنگ سرمه‌ای تیره */
    display: block; /* رفتن متن زیرین به خط بعد */
    line-height: 1;
    margin-bottom: 12px; /* فاصله بین عدد و متن */
    letter-spacing: -2px; /* نزدیک کردن اعداد برای ظاهر مدرن‌تر */
}

/* ۵. استایل متن‌های زیرین */
#counter .counter-card p {
    margin: 0;
    font-size: 13px !important; 
    color: #7a8b9a !important; /* خاکستری متمایل به آبی (بسیار شیک) */
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word; /* اگر کلمه‌ای مثل "فارغ‌التحصیلان" طولانی بود، می‌شکند تا اسکرول ایجاد نکند */
}

/* =========================================
   واکنش‌گرایی برای جلوگیری از به‌هم‌ریختگی در صفحه‌های کوچک
   ========================================= */

/* لپ‌تاپ‌های کوچک و تبلت‌ها */
@media (max-width: 1199px) {
    #counter .col-lg-12 {
        flex-wrap: wrap; /* اجازه شکستن به خطوط بعدی */
    }
    #counter .counter-card {
        flex: 0 0 25%; /* تغییر به ۴ ستون در تبلت */
        margin-bottom: 40px;
    }
    #counter .counter-card .count-stat, 
    #counter .counter-card .target {
        font-size: 2.5rem !important; /* کمی کوچکتر برای تبلت */
    }
}

/* موبایل‌ها */
@media (max-width: 767px) {
    #counter .counter-card {
        flex: 0 0 50%; /* تغییر به ۲ ستون در موبایل */
        margin-bottom: 30px;
    }
    #counter .counter-card .count-stat, 
    #counter .counter-card .target {
        font-size: 2rem !important; /* سایز مناسب موبایل */
    }
}

.campus-content .target{
	font-size: 48px;
	color:#01bde5;
}
.campus-content .campus-title h2 {
  font-size: 30px;
  margin-bottom: 8px;
}


.campus-information-area img {
  border-radius: 20px;
}

.campus-content .list ul {
  padding-right: 0;
  margin-bottom: 0;
}

.campus-content .list ul li {
  position: relative;
  padding-right: 20px;
  list-style-type: none;
  margin-bottom: 10px;
}

.campus-content .list ul li i {
  position: absolute;
  right: 0;
color: var( --gold-color);
}

.campus-content.style-2 {
  padding: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-right: -100px;
}
/*
campus-information-area
/* ====================================================== */

/*
health-care-area
======================================================*/
.health-care-area{
	background-color: #002147;
	padding: 30px 0;
  overflow-x: hidden;
  margin-bottom: 30px;
}
.health-care-area .slide-groups .news-item.col-sm-4 {
	width:100%  !important;
}
.health-care-area .inner-row.container{
	margin: 0 auto;
}
.health-care-area .slides .slide-groups .item-row{
	display: flex;
  flex-direction: column;
}
.health-care-area .slides .slide-groups .item-row .news-image{
	width:100%;
}
.health-care-area .slides .slide-groups .item-row .news-image img{
	width: 81%;
	border-radius: 20px 20px 0px 0px !important;
}
.health-care-area .col-md-12.col-lg-12{
	padding:0 6%;
}
.health-care-area .news-item{
	transition:0.5s all;
	padding:0;
}
.health-care-area .news-tools span{
	margin-top: 18px;
}
.health-care-area .news-tools span a{
	background-color:var(--gold-color);
padding: 8px 21px !important;
  color: #fff !important;
  border-radius: 10px !important;
  transition:0.5s all;
}
.health-care-area .news-tools span a:hover{
 color: #111d5e;
} 
.health-care-area .news-item:hover {
  transform: translateY(-10px);
}
.health-care-area .slides .slide-groups .item-row .news-info{

	background: #fff !important;
  padding: 8px 20px 8px 20px !important;
  margin-top: -15px !important;
  border-radius: 0 0 20px 20px !important;
  text-align: right;
width: 95%;
height: 140px;
}
.health-care-area .slides .slide-groups .item-row .news-info .News_Titr{
	font-size:16px;
}
	.health-care-area .news-tools{
		display: flex;
  justify-content: center;
  margin-bottom: 60px;
	}
		.health-care-area .news-tools a{
			color:#fff;
		}
	.health-care-area	.owl-carousel{
	display:block !important;
}
.health-care-area .owl-carousel  .owl-stage{
	padding-top: 20px !important;
}
.copyright .social-content a img{
	width: 15px;
}
.switch-box{
	display:none;
}
/*
health-care-area
======================================================*/

/*# sourceMappingURL=responsive.css.map */