/* _fonts.scss */
 @font-face {
	 font-family: "Traffic";
	 src: url("../fonts/Far_Traffic.eot");
	 src: local("☺"), url("../fonts/Far_Traffic.woff") format("woff"), url("..fonts/Far_Traffic.ttf") format("truetype"), url("~/fonts/Far_Traffic.svg") format("svg");
	 font-weight: normal;
	 font-style: normal;
}
 @font-face {
	 font-family: "Shabnam";
	 src: url("../fonts/Shabnam.eot");
	 src: local("☺"), url("../fonts/Shabnam.woff") format("woff"), url("../fonts/Shabnam.ttf") format("truetype"), url("~/fonts/Shabnam.svg") format("svg");
	 font-weight: normal;
	 font-style: normal;
}
 @font-face {
	 font-family: "titr";
	 src: url("../fonts/BTitrBold.eot");
	 src: local("☺"), url("../fonts/BTitrBold.woff") format("woff"), url("../fonts/BTitrBold.ttf") format("truetype"), url("~/fonts/BTitrBold.svg") format("svg");
	 font-weight: normal;
	 font-style: normal;
}
 @font-face {
	 font-family: "IRANSansX";
	 font-style: normal;
	 font-weight: 100;
	 src: url("../fonts/woff/IRANSansX-Thin.woff") format("woff"), url("../fonts/woff2/IRANSansX-Thin.woff2") format("woff2");
}
 @font-face {
	 font-family: "IRANSansX";
	 font-style: normal;
	 font-weight: 200;
	 src: url("../fonts/woff/IRANSansX-UltraLight.woff") format("woff"), url("../fonts/woff2/IRANSansX-UltraLight.woff2") format("woff2");
}
 @font-face {
	 font-family: "IRANSansX";
	 font-style: normal;
	 font-weight: 300;
	 src: url("../fonts/woff/IRANSansX-Light.woff") format("woff"), url("../fonts/woff2/IRANSansX-Light.woff2") format("woff2");
}
 @font-face {
	 font-family: "IRANSansX";
	 font-style: normal;
	 font-weight: 400;
	 src: url("../fonts/woff/IRANSansX-Regular.woff") format("woff"), url("../fonts/woff2/IRANSansX-Regular.woff2") format("woff2");
}
 @font-face {
	 font-family: "IRANSansX";
	 font-style: normal;
	 font-weight: 500;
	 src: url("../fonts/woff/IRANSansX-Medium.woff") format("woff"), url("../fonts/woff2/IRANSansX-Medium.woff2") format("woff2");
}
 @font-face {
	 font-family: "IRANSansX";
	 font-style: normal;
	 font-weight: 600;
	 src: url("../fonts/woff/IRANSansX-DemiBold.woff") format("woff"), url("../fonts/woff2/IRANSansX-DemiBold.woff2") format("woff2");
}
 @font-face {
	 font-family: "IRANSansX";
	 font-style: normal;
	 font-weight: 700;
	 src: url("../fonts/woff/IRANSansX-Bold.woff") format("woff"), url("../fonts/woff2/IRANSansX-Bold.woff2") format("woff2");
}
 @font-face {
	 font-family: "IRANSansX";
	 font-style: normal;
	 font-weight: 800;
	 src: url("../fonts/woff/IRANSansX-ExtraBold.woff") format("woff"), url("../fonts/woff2/IRANSansX-ExtraBold.woff2") format("woff2");
}
 @font-face {
	 font-family: "IRANSansX";
	 font-style: normal;
	 font-weight: 900;
	 src: url("../fonts/woff/IRANSansX-Black.woff") format("woff"), url("../fonts/woff2/IRANSansX-Black.woff2") format("woff2");
}
 @font-face {
	 font-family: "IRANSansX";
	 font-style: normal;
	 font-weight: 950;
	 src: url("../fonts/woff/IRANSansX-ExtraBlack.woff") format("woff"), url("../fonts/woff2/IRANSansX-ExtraBlack.woff2") format("woff2");
}
 @font-face {
	 font-family: "IRANSansX";
	 font-style: normal;
	 font-weight: 1000;
	 src: url("../fonts/woff/IRANSansX-Heavy.woff") format("woff"), url("../fonts/woff2/IRANSansX-Heavy.woff2") format("woff2");
}
 html {
	 font-size: 14px;
	 position: relative;
	 min-height: 100%;
	 @media (min-width: 768px) {
		 font-size: 16px;
	}
}

 body {
	 font-family: 'IRANSansX', Tahoma, sans-serif;
	 background-repeat: repeat-y;
	 color: #000;
	 margin-bottom: 60px;
}
/* Typography helpers */
 .font-titr, .site-title {
	 font-family: 'titr', Tahoma, sans-serif;
	 color: #fff;
}
 .site-title {
	 font-size: 1.4rem;
}
/* Borders & shadows */
 .border-top {
	 border-top: 1px solid #e5e5e5;
}
 .border-bottom {
	 border-bottom: 1px solid #e5e5e5;
}
 .box-shadow {
	 box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
/* Navbar */
 a.navbar-brand {
	 white-space: normal;
	 text-align: center;
	 word-break: break-all;
}
/* Footer */
 .footer {
	 position: absolute;
	 bottom: 0;
	 width: 100%;
	 white-space: nowrap;
	 height: 60px;
	 line-height: 60px;
}
/* Button */
 button.accept-policy {
	 font-size: 1rem;
	 line-height: inherit;
}
/* Dropdown menu */
 ul#news-menu-item {
	 list-style-type: none;
	 display: table;
	 width: 100%;
	 table-layout: fixed;
	 margin: 0;
	 padding: 0;
}
 ul#news-menu-item li {
	 position: relative;
	 display: table-cell;
	 margin: 0;
	 padding: 0;
}
 ul#news-menu-item li .dropdown-menu {
	 display: none;
	 position: absolute;
	 top: 100%;
	 left: 0;
	 min-width: 200px;
	 background-color: #5b95f6;
	 padding: 0;
	 border-radius: 5px;
	 box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
 ul#news-menu-item li .dropdown-menu li {
	 width: 100%;
}
 ul#news-menu-item li .dropdown-menu li a {
	 background: #5b95f6;
	 color: #fff;
	 padding: 10px 15px;
	 display: block;
	 text-align: left;
	 transition: background-color 0.3s ease;
}
 ul#news-menu-item li .dropdown-menu li a:hover {
	 background: #4a8fe3;
}
 ul#news-menu-item li:hover .dropdown-menu {
	 display: block;
}
 @media (max-width: 1200px) {
	 ul#news-menu-item li {
		 width: 50%;
		 float: right;
	}
}
 @media (max-width: 767px) {
	 ul#news-menu-item li {
		 width: 100%;
		 float: right;
		 margin-bottom: 3px;
	}
}
/* Searchbar */
 .searchbar {
	 margin-bottom: auto;
	 margin-top: auto;
	 height: 60px;
	 background-color: #353b48;
	 border-radius: 30px;
	 padding: 10px;
}
 .search_input {
	 color: #fff;
	 border: 0;
	 outline: 0;
	 background: none;
	 width: 0;
	 caret-color: transparent;
	 line-height: 40px;
	 transition: width 0.4s linear;
}
 .searchbar:hover > .search_input {
	 padding: 0 10px;
	 width: 80px;
	 caret-color: red;
	 transition: width 0.4s linear;
}
 .searchbar:hover > .search_icon {
	 background: #fff;
	 color: #e74c3c;
}
 .search_icon {
	 height: 40px;
	 width: 40px;
	 float: right;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 border-radius: 50%;
	 color: #fff;
}
 .footer-line-span {
	 display: inline-block;
	 vertical-align: middle;
}
 .footer-line {
	 width: 40%;
	 border-bottom: 1px solid #5b95f6;
}
 .lsm {
	 border: 1px solid #575757;
	 border-radius: 5px;
	 height: 5rem;
}
 .bg-primary-lib, button.btn-primary {
	 background-color: #5b95f6;
}
.bg-primary-lib {
  background: linear-gradient(135deg, #2a4d8f 0%, #4aa1c7 100%);
  color: #fff !important;
  box-shadow: 0 4px 24px 0 rgba(42, 77, 143, 0.16), 0 1.5px 6px 0 rgba(42, 77, 143, 0.07);
  transition: box-shadow 0.2s, transform 0.2s;
}
.lsm {
  border: 1.5px solid #13326f;
  border-radius: 18px;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 2px 8px rgba(30, 64, 175, 0.08);
  background: rgba(255,255,255,0.07); /* subtle overlay */
  transition: box-shadow 0.25s, border-color 0.2s, transform 0.18s;
}

.lsm:hover, .lsm:focus-within {
  box-shadow: 0 8px 28px rgba(30, 64, 175, 0.16);
  border-color: #4aa1c7;
  transform: translateY(-2px) scale(1.015);
}
 .link-hover:hover,
.link-hover:focus {
    color: #2a9d8f !important;
    text-decoration: underline !important;
    background: rgba(74, 161, 199, 0.07);
    border-radius: 5px;
    transition: background 0.17s, color 0.18s;
}
.card-header.bg-primary-lib {
    background: linear-gradient(135deg,#2a4d8f 0%,#4aa1c7 100%);
    border-bottom: 0;
}
.list-group-item {
    transition: background 0.14s;
}
.list-group-item:hover {
    background: #f4faff;
}
