@charset "utf-8";
@import url("fontiran.css");
/* @import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css'); */

body,
html {
  margin: 0;
  background-color: #e7e7e7;
  background-image: url("./noisy02.png") !important;
  /* background-repeat: repeat; */
}

.container-full{
    padding-inline: 30px;
}

a {
  text-decoration: none !important;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.bold {
  font-weight: bold;
}

.clearfix {
  clear: both;
}

label {
  font-size: 14px;
}

input[type="text"] {
  font-size: 14px;
}



/* top header */
.wrap {
  /* background: #0d62d7; */
  background: #354a9f;
  border-bottom: 1px solid #222;
  display: block;
}
.wrap .phone a {
  color: #fff;
  font-size: 12px;
}

/* @media (max-width: 991.98px) {
  .wrap {
    display: none !important;
  }
  
} */


/* Navbar */
.ftco-navbar-light {
  background: #fff !important;
  /* background: #444 !important; */
  z-index: 100;
  padding: 0;
  -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
  font-family: "IRANSansBold";
}
@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: #fff;
    position: relative;
    top: 0;
    /* padding: 10px 15px; */
    padding: 3px 10px;
    border-top: 3px solid #354a9f;
  }
}
.ftco-navbar-light .navbar-brand {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.ftco-navbar-light .navbar-brand span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-brand:focus {
  color: #000;
}
@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-brand {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav {
    padding-bottom: 10px;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 11px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  /* font-weight: 500; */
  color: #4d4d4d;
  /* text-transform: uppercase; */
  /* letter-spacing: 2px; */
  position: relative;
  opacity: 1 !important;
  font-family: "IRANSansBold";
  font-size: 10pt;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  /* background-color: #f1bc31; */
  /* background-color: #ed1c27; */
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  z-index: -1;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
  visibility: visible;
  /* background-color: #f1bc31; */
  /* background-color: #ed1c27; */
  /* border-bottom: 2px solid #ed1c27; */
  border-bottom: 2px solid #1896d3 ;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    margin-right: 0 !important;
  }
  /* .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #fff;
  } */
}
@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  border-radius: 4px;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  font-size: 12px;
  color: #000;
  direction: rtl;
  text-align: right;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
  /* background: #f1bc31; */
  /* background: #ed1c27; */
  background: #1896d3;
  color: #fff;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  color: #fff;
  /* background: #f1bc31; */
  /* background: #ed1c27; */
  background: #0d62d7;
  border-radius: 0px;
}
@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    padding-left: 15px;
    padding-right: 5px;
  }
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    /* background: #f1bc31; */
    background: #0d62d7;
    border-radius: 4px;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #fff;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
  visibility: visible;
  /* background-color: #f1bc31; */
  background-color: #0d62d7;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #000;
  }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
    display: none;
  }
}
.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  /* letter-spacing: 0.1em; */
}
.ftco-navbar-light .navbar-toggler:focus {
  outline: none !important;
}




/* Main section */

.main-section {
        padding-top: 30px;
        padding-bottom: 10px;
        /* background: rgb(255, 255, 255);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(204, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(204, 0, 0, 1) 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(204, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#cc0000", GradientType=1); */
        background-image: url("./noisy.png") !important;
        background-repeat: repeat;
        border-bottom: 1px solid #e1e1e1;
        -moz-box-shadow: 0px 6px 5px #ccc;
        -webkit-box-shadow: 0px 6px 5px #ccc;
        box-shadow: 0px 6px 5px #ccc;
        border-radius: 0 !important;
    }




    /* carousel */
     .carousel-inner {
        width: 100% !important;
        border: 3px solid #fff !important;
        border-radius: 7px;
        box-shadow: 0 8px 10px -1px rgb(198, 207, 234) !important;
        -webkit-box-shadow: 0 8px 10px -1px rgb(198, 207, 234) !important;
        -moz-box-shadow: 0 8px 10px -1px rgb(198, 207, 234) !important;
        height: 460px !important;
    }
    
    .carousel-inner .carousel-item img {
        width: 100% !important;
        height: 460px !important;
        border: 2px solid #e7e7e7;
        border-radius: 7px;
    }
    
    .carousel-inner .carousel-item .carousel-caption {
        bottom: 0;
        right: 0 !important;
        /* left: 0 !important; */
        width: 100%;
        /* left: 20px; */
        padding: 8px 12px;
        /* background-color: rgba(255, 0, 0, 0.6); */
        /* background-color: rgba(97, 112, 153, 0.6); */
        background-color: rgba(231, 231, 231, 0.7);
        overflow: hidden !important;
        /* border-top-left-radius: 15px;
        border-bottom-left-radius: 15px; */
        border: 1px solid #888;
        border-right: none;
        box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75) !important;
        -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75) !important;
        -moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75) !important;
    }
    
    .carousel-inner .carousel-item .carousel-caption h5 {
        font-family: 'IRANSansMedium';
        text-align: right;
        direction: rtl;
        width: 100%;
        overflow: hidden !important;
        margin-top: 5px;
        color: #000;
        font-size: 17px;
    }
    
    @media only screen and (max-width: 768px) {
        /* For mobile phones: */
        .carousel-inner .carousel-item .carousel-caption h5 {
            font-size: 14px !important;
        }
    }

     @media (max-width: 990px) {
        .carousel-inner {
            height: 340px !important;
        }
        .carousel-inner .carousel-item img {
            height: 340px !important;
        }
       
    }



    /* Login Form in index page */
.loginform-box {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.loginform-title {
  font-family: "IRANSansBold";
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #2f5c83;
  padding-top: 50px;
  padding-bottom: 39px;
}
.Indexloginform-title {
  font-family: "IRANSansBold";
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #354a9f;
  padding-top: 15px;
  padding-bottom: 15px;
}
form.loginform {
  padding: 40px 35px;
}



/* Inputs */

input.loginforms {
  outline: none;
  border: none;
}
.wrap-input100 {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.input100 {
  font-family: "IRANSansNormal";
  font-size: 15px;
  color: #1b3815;
  line-height: 1.2;
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  background: #f4f4f4;
  border-radius: 15px;
  padding: 0 35px 0 35px;
}

.focus-input100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 15px;
  background-color: #f4f4f4;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 {
  width: calc(100% + 20px);
}




/* Buttons */
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #3f53a4;
  border-radius: 7px;
  font-family: "IRANSansNormal";
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
   outline: none !important;
  border: none;
}

.login100-form-btn:hover {
  background-color: #5d6eb2;
}


/* ٍEffetcs */

.glass-box {
    border-radius: 16px;                     /* گوشه‌های نرم */
  background: rgba(255, 255, 255, 0.15);   /* رنگ نیمه‌شفاف پایه */
  -webkit-backdrop-filter: blur(15px);     /* سازگار با Safari */
  backdrop-filter: blur(15px);             /* افکت بلور پس‌زمینه */
  border: 1px solid rgba(255, 255, 255, 0.3); /* مرز ظریف برای شیشه */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);  /* سایه ملایم زیر المان */
  padding: 20px;
  color: #fff;
}

.glass-blue {
  background: rgba(160, 194, 239, 0.25);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(160, 194, 239, 0.4);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  padding: 25px;
  color: #fff;
}


/* News */

.news-toptitle {
  font-family: "IRANSansBold";
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #1896d3, #354a9f);
  padding: 15px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
 
}

.news {
  width: 100%;
  padding: 7px;
  /* background: #fff; */
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);   /* رنگ نیمه‌شفاف پایه */
  -webkit-backdrop-filter: blur(15px);     /* سازگار با Safari */
  backdrop-filter: blur(15px);             /* افکت بلور پس‌زمینه */
  border: 1px solid rgba(255, 255, 255, 0.3); /* مرز ظریف برای شیشه */
 /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);   */
  box-shadow: inset 0 0 10px rgba(255,255,255,0.15),
              0 4px 20px rgba(0,0,0,0.2);
  margin-top: 0 !important;
}

.news .news-item {
  width: 100%;
  padding: 8px 6px 15px 6px;
  margin-bottom: 20px;
  /* border-bottom: 1px dashed #1896d3 ; */
  text-align: right;
}

.news .news-item:last-child {
  border-bottom: none !important;
}

.news .news-item img {
  width: 95px;
  height: 95px;
  border: 2px solid #1896d3 ;
  border-radius: 7px;
  float: right;
  margin-left: 10px;
  /* box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75) !important;
        -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75) !important;
        -moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75) !important; */
}

.news .news-item .commentbody h6 {
  font-family: "IRANSansNormal";
  font-size: 10pt;
  color: #354a9f ;
}
.news .news-item .commentbody h5 {
  font-family: "IRANSansBold";
  font-size: 11pt;
  color: #111;
}

.news .news-item .commentbody h5 a {
  color: #111 !important;
  text-decoration: none;
}

.news .news-item .commentbody h5 a:hover {
  color: #354a9f !important;
  text-decoration: none;
}

.news .news-item .commentbody span {
  width: 100%;
  font-family: "IRANSansLight";
  font-size: 13px;
  color: #1896d3;
  margin-top: -4px !important;
}

.news .news-item .commentbody p {
  font-family: "IRANSansNormal";
  font-size: 13px;
  color: #555;
  line-height: 2em;
  margin-top: 7px;
}
.xnews-brief {
  height: 60px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news .news-item img {
    width: 90px !important;
    height: 90px !important;
  }
  .news .news-item .commentbody h5 {
    font-family: "IRANSansBold" !important;
    font-size: 14px !important;
  }
  .news .news-item .commentbody span {
    font-size: 12px !important;
  }
  .news .news-item .commentbody p {
    font-size: 14px !important;
    line-height: 1.5em !important;
  }
}



/* Courses News */

.cnews-toptitle {
  font-family: "IRANSansBold";
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #1896d3, #354a9f);
  padding: 15px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
 
}



.cnews {
  width: 100%;
  padding: 7px;
  /* background: red; */
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);   
  -webkit-backdrop-filter: blur(15px);    
  backdrop-filter: blur(15px);            
  border: 1px solid rgba(255, 255, 255, 0.3); 
 /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);   */
  box-shadow: inset 0 0 10px rgba(255,255,255,0.15),
              0 4px 20px rgba(0,0,0,0.2);
  margin-top: 0 !important;
}

.cnews .news-item {
  width: 100%;
  padding: 8px 6px 15px 6px;
  margin-bottom: 5px;
  /* border-bottom: 1px dashed #1896d3 ; */
  text-align: right;
}

.cnews .news-item:last-child {
  border-bottom: none !important;
}

.cnews .news-item img {
  width: 60px;
  height: 60px;
  border: 2px solid #1896d3 ;
  border-radius: 7px;
  float: right;
  margin-left: 10px;
  /* box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75) !important;
        -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75) !important;
        -moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75) !important; */
}


.cnews .news-item .commentbody h5 {
  font-family: "IRANSansMedium";
  font-size: 10pt;
  color: #111;
}

.cnews .news-item .commentbody h5 a {
  color: #111 !important;
  text-decoration: none;
}

.cnews .news-item .commentbody h5 a:hover {
  color: #354a9f !important;
  text-decoration: none;
}

.cnews .news-item .commentbody span {
  width: 100%;
  font-family: "IRANSansLight";
  font-size: 12px;
  color: #1896d3;
  margin-top: -4px !important;
}


@media (max-width: 991px) {
  .cnews .news-item img {
    width: 75px !important;
    height: 75px !important;
  }
  .cnews .news-item .commentbody h5 {
    font-family: "IRANSansBold" !important;
    font-size: 14px !important;
  }
  .news .news-item .commentbody span {
    font-size: 12px !important;
  }
  
}


/* Posters */

.poster-toptitle {
  font-family: "IRANSansBold";
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #1896d3, #354a9f);
  padding: 15px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
 
}

.poster {
  width: 100%;
  padding: 7px;
  /* background: #fff; */
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);   /* رنگ نیمه‌شفاف پایه */
  -webkit-backdrop-filter: blur(15px);     /* سازگار با Safari */
  backdrop-filter: blur(15px);             /* افکت بلور پس‌زمینه */
  border: 1px solid rgba(255, 255, 255, 0.3); /* مرز ظریف برای شیشه */
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);   */
  box-shadow: inset 0 0 10px rgba(255,255,255,0.15),
              0 4px 20px rgba(0,0,0,0.2);
  margin-top: 0 !important;
}

.poster .img {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    border: 4px ridge rgba(77, 87, 69, 0.65);
    border-radius: 7px;
}




/* Footer */
.footer {
  background: #00264d;
  /* border-top: 2px solid #ec1a28; */
  padding-bottom: 30px;
  margin-top: 100px;
}

.footer .container .row {
  padding-top: 40px;
  color: #fff;
}

.footer .container .row h5.heading {
  width: 100%;
  height: 35px;
  font-family: "IRANSansBold";
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #523b3b;
  padding-bottom: 4px;
  margin-bottom: 25px;
}

.footer .container .row p {
  width: 100%;
  font-family: "IRANSansNormal";
  font-size: 14px;
  color: #e1e1e1;
  line-height: 2.5em;
  text-align: justify;
  padding: 2px 8px;
}

.footer .container .row ul {
  list-style: none;
  list-style-type: none;
  margin-right: -30px;
}

.footer .container .row ul > li {
  margin-bottom: 15px;
  font-family: "IRANSansNormal";
  font-size: 14px;
  color: #c1c1c1;
}

.footer .container .row ul > li a {
  color: #c1c1c1;
}

.footer .container .row ul > li a:hover {
  color: #1896d3 ;
}

.footer .container .row ul > li i {
  color: #fff;
  font-size: 17px;
}

.copyright {
  background: #003366;
  padding-top: 5px;
  padding-bottom: 20px;
  text-align: right;
  color: #c9c9c9;
  font-family: "IRANSansNormal";
  font-size: 14px;
  line-height: 2.5em;
}




/* general-card */

.general-card-header {
  font-family: "IRANSansBold";
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-align: right;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #1896d3, #354a9f);
  padding: 15px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.general-card {
  width: 100%;
  padding: 7px;
  /* background: #fff; */
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  /* overflow: hidden; */
  background: rgba(255, 255, 255, 0.15);   /* رنگ نیمه‌شفاف پایه */
  -webkit-backdrop-filter: blur(15px);     /* سازگار با Safari */
  backdrop-filter: blur(15px);             /* افکت بلور پس‌زمینه */
  border: 1px solid rgba(255, 255, 255, 0.3); /* مرز ظریف برای شیشه */
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);   */
  box-shadow: inset 0 0 10px rgba(255,255,255,0.15),
              0 4px 20px rgba(0,0,0,0.2);
  margin-top: 0 !important;
  
}

.general-card h5 {
    width: 100%;
    text-align: right;
    direction: rtl;
    font-family: IRANSansBold;
    font-size: 16px;
    padding: 5px;
}
.general-card p {
    width: 100%;
    text-align: justify;
    direction: rtl;
    font-family: IRANSansNormal;
    font-size: 14px;
    line-height: 2em;
    padding: 7px;

}


/* Form elements */
/* =========================
   input / textarea / select
========================= */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select,
.ui-field {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  padding: 14px 16px;
  font-size: 15px;
  color: #222;
  outline: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.ui-field:focus {
  border-color: #649eea;
  transform: scaleX(1.02);
  box-shadow: 0 2px 10px rgba(100, 158, 234, 0.18);
}

/* select */
select,
.ui-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, #649eea 50%),
    linear-gradient(135deg, #649eea 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* =========================
   checkbox
========================= */
.ui-check,
.ui-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #222;
  -webkit-user-select: none;
  user-select: none;
  margin: 8px 0;
}

.ui-check input,
.ui-radio input {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
  margin: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  position: relative;
  flex-shrink: 0;
}

/* checkbox */
.ui-check input {
  border-radius: 7px;
}

.ui-check input:focus {
  border-color: #649eea;
  box-shadow: 0 0 0 3px rgba(100, 158, 234, 0.15);
}

.ui-check input:checked {
  background: #649eea;
  border-color: #649eea;
}

.ui-check input:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* =========================
   radio
========================= */
.ui-radio input {
  border-radius: 50%;
}

.ui-radio input:focus {
  border-color: #649eea;
  box-shadow: 0 0 0 3px rgba(100, 158, 234, 0.15);
}

.ui-radio input:checked {
  border-color: #649eea;
  background: #fff;
}

.ui-radio input:checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #649eea;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}

/* =========================
   switch on/off
========================= */
.ui-switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 30px;
  cursor: pointer;
}

.ui-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.ui-switch .slider {
  position: absolute;
  inset: 0;
  background: #d9d9d9;
  border-radius: 999px;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: inset 0 1px 4px rgba(0,0,0,0.08);
}

.ui-switch .slider::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}

.ui-switch input:checked + .slider {
  background: #649eea;
}

.ui-switch input:checked + .slider::before {
  transform: translateX(24px);
}

.ui-switch input:focus + .slider {
  box-shadow: 0 0 0 4px rgba(100, 158, 234, 0.16);
}



/* =========================
   Base Button
========================= */
.btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 140px;
  height: 44px;
  padding: 0 18px;
  border: none;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none !important;
  outline: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 7px;
}

.btn-custom:hover {
  text-decoration: none !important;
}

/* حالت فوکوس */
.btn-custom:focus {
  box-shadow: 0 0 0 4px rgba(100, 158, 234, 0.18);
}

/* حالت غیرفعال */
.btn-custom:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}

/* عرض کامل */
.btn-full {
  width: 100%;
  display: flex;
}

/* =========================
   Submit Button
========================= */
.btn-submit {
  background-color: #3f53a4;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(63, 83, 164, 0.18);
}

.btn-submit:hover {
  background-color: #5d6eb2;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(93, 110, 178, 0.22);
}

.btn-submit:active {
  transform: translateY(0);
}

/* =========================
   Neutral Button
========================= */
.btn-neutral {
  background-color: #f6f7f7;
  color: #3f53a4;
  border: 1px solid #dfe3e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.btn-neutral:hover {
  background-color: #5d6eb2;
  color: #ffffff;
  border-color: #5d6eb2;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(93, 110, 178, 0.18);
}

.btn-neutral:active {
  transform: translateY(0);
}

/* =========================
   Normal Button
========================= */
.btn-primary-custom {
  background-color: #1896d3;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(24, 150, 211, 0.18);
}

.btn-primary-custom:hover {
  background-color: #1584ba;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(21, 132, 186, 0.22);
}

.btn-primary-custom:active {
  transform: translateY(0);
}

.btn-sm {
  height: 38px;
  padding: 0 14px;
  font-size: 14px;
  min-width: 110px;
}

.btn-lg {
  height: 50px;
  padding: 0 22px;
  font-size: 16px;
  min-width: 160px;
}


/* =========================
   Dropdown Button Wrapper
========================= */
.action-dropdown {
  position: relative;
  display: inline-block;
}

/* دکمه بازکننده */
.action-toggle {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

/* فلش */
.dropdown-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-right: 4px;
  margin-top: -2px;
  transition: transform 0.25s ease;
}

/* باکس منو */
.action-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(220, 225, 232, 0.9);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(31, 45, 61, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
  z-index: 9999;
}

/* آیتم‌ها */
.action-item {
  width: 100%;
  border: none;
  background: transparent;
  text-align: right;
  padding: 11px 14px;
  border-radius: 8px;
  font-size: 14px;
  color: #2b2b2b;
  cursor: pointer;
  transition: all 0.2s ease;
}

.action-item:hover {
  background: rgba(24, 150, 211, 0.08);
  color: #1896d3;
}

/* آیتم حذف */
.action-item.action-danger:hover {
  background: rgba(220, 53, 69, 0.08);
  color: #dc3545;
}

/* حالت باز */
.action-dropdown.active .action-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.action-dropdown.active .dropdown-arrow {
  transform: rotate(225deg);
}

.action-item span {
  margin-left: 8px;
  display: inline-block;
}


.btn-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1896d3;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.25s ease;
}

.btn-icon:hover {
  background: #1584ba;
}


.file-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 7px;
  padding: 10px 12px;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* استایل هاور */
.file-input-wrapper:hover {
  border-color: #1896d3;
  background: rgba(24, 150, 211, 0.05);
}

/* خود input مخفی می‌شود */
.file-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* متن نمایش فایل */
.file-label {
  flex: 1;
  color: #555;
  font-size: 14px;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* دکمه انتخاب فایل */
.file-btn {
  background: #1896d3;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.25s ease;
}

.file-btn:hover {
  background: #1584ba;
}

/* حالت فوکوس */
.file-input:focus + .file-label,
.file-input:focus ~ .file-btn,
.file-input-wrapper:focus-within {
  border-color: #1896d3;
  box-shadow: 0 0 0 3px rgba(24, 150, 211, 0.2);
}


.form-group {
  margin-bottom: 18px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* لیبل */
.form-group label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #2f5c83;
  text-align: right;
}




/* Table */
/* کارت دور جدول */
.table-card {
 width: 100%;
  background: #ffffff;
  border-radius: 7px;
  box-shadow: 0 8px 24px rgba(47, 92, 131, 0.08);
  overflow: hidden;
  border: 1px solid rgba(24, 150, 211, 0.08);
  margin-bottom: 30px;
}

/* ریسپانسیو */
.table-responsive-custom {
 width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* جدول */
.custom-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
}

/* هدر */
.custom-table thead th {
  /* background: linear-gradient(135deg, #354a9f, #1896d3); */
  background-color: #1896d3;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 16px;
  text-align: right;
  white-space: nowrap;
  border: none;
}

/* سلول‌ها */
.custom-table tbody td {
  padding: 14px 16px;
  font-size: 13px;
  color: #334;
  border-bottom: 1px solid #edf2f7;
  vertical-align: middle;
  white-space: nowrap;
}

/* هاور ردیف */
.custom-table tbody tr {
  transition: background 0.25s ease;
}

.custom-table tbody tr:hover {
  background: rgba(24, 150, 211, 0.045);
}

/* آخرین ردیف بدون خط */
.custom-table tbody tr:last-child td {
  border-bottom: none;
}

/* badge وضعیت */
.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.status-active {
  background: rgba(40, 167, 69, 0.12);
  color: #1f8b3f;
}

.status-pending {
  background: rgba(255, 193, 7, 0.16);
  color: #b78103;
}

.status-inactive {
  background: rgba(220, 53, 69, 0.12);
  color: #c0392b;
}


/* موبایل */
@media (max-width: 768px) {
  .table-card {
    border-radius: 10px;
  }

  .custom-table thead th,
  .custom-table tbody td {
    padding: 12px 14px;
    font-size: 13px;
  }
}


.form-message{
    display:none;
    padding:12px;
    margin-bottom:15px;
    border-radius:6px;
    font-size:14px;
}

.form-message.success{
    background:#e6ffed;
    color:#0a7a2f;
    border:1px solid #b6e7c9;
}

.form-message.error{
    background:#ffe6e6;
    color:#b30000;
    border:1px solid #ffb3b3;
}




/* Extra for Navbar */
/* Dropdown desktop */
.navbar .dropdown-menu {
  min-width: 200px;
  padding: 8px 0;
  border-radius: 12px;
  border: 1px solid rgba(53, 74, 159, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.navbar .dropdown-item {
  font-size: 14px;
  padding: 10px 18px;
  transition: all 0.2s ease;
}

.navbar .dropdown-item:hover {
  background: #354a9f;
  color: #fff;
}

/* Make dropdown open nicer */
.navbar .dropdown-menu.show {
  display: block;
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-collapse {
    background: #fff;
    margin-top: 10px;
    border-radius: 12px;
    padding: 10px 0;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
  }

  .ftco-navbar-light .navbar-nav {
    width: 100%;
  }

  .ftco-navbar-light .navbar-nav .nav-item {
    width: 100%;
  }

  .ftco-navbar-light .navbar-nav .nav-link {
    padding: 12px 16px;
    display: block;
    width: 100%;
    color: #222 !important;
    border-bottom: 1px solid #f1f1f1;
  }

  .ftco-navbar-light .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0;
    border: none;
    box-shadow: none;
    background: #f8f9fc;
    border-radius: 0;
    padding: 0;
  }

  .ftco-navbar-light .dropdown-item {
    padding: 10px 28px;
    font-size: 13px;
    border-bottom: 1px solid #ececec;
  }

  .ftco-navbar-light .dropdown-divider {
    margin: 4px 0;
  }
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .dropdown-menu {
    background: #fff;
    padding-left: 12px;
  }

  .ftco-navbar-light .dropdown-item {
    padding-right: 32px;
  }
}
/* Mobile dropdown fix */
@media (max-width: 991.98px) {

  .ftco-navbar-light .dropdown-menu {
    display: none !important;
    position: static !important;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: #f8f9fc;
    border-radius: 0;
  }

  .ftco-navbar-light .dropdown-menu.show {
    display: block !important;
  }

  .ftco-navbar-light .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 28px;
    font-size: 13px;
    border-bottom: 1px solid #ececec;
    text-align: right;
  }

  .ftco-navbar-light .nav-item.dropdown > .nav-link.dropdown-toggle::after {
    float: left;
    margin-top: 8px;
  }
}
/* ===== FIX MOBILE NAVBAR DROPDOWNS ===== */
@media (max-width: 991.98px) {
  /* container */
  .ftco-navbar-light .navbar-collapse {
    background: #fff;
    border-radius: 12px;
    margin-top: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
  }

  /* main nav items */
  .ftco-navbar-light .navbar-nav {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .ftco-navbar-light .navbar-nav > .nav-item {
    width: 100%;
  }

  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    width: 100%;
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid #ececec;
  }

  /* dropdown menus must be hidden by default */
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu,
  .ftco-navbar-light .dropdown-menu {
    display: none !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #f8f9fc !important;
    border-radius: 0 !important;
  }

  /* show only when Bootstrap adds .show */
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu.show,
  .ftco-navbar-light .dropdown-menu.show {
    display: block !important;
  }

  /* dropdown items */
  .ftco-navbar-light .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 28px;
    font-size: 13px;
    text-align: right;
    border-bottom: 1px solid #ececec;
  }

  .ftco-navbar-light .dropdown-divider {
    margin: 0;
  }

  /* arrow position */
  .ftco-navbar-light .dropdown-toggle::after {
    float: left;
    margin-top: 9px;
  }
}


/* =========================
   Custom Pagination Style
========================= */

#news-list-pagination {
    margin-top: 40px;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.custom-pagination li {
    display: inline-block;
}

.custom-pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 42px;
    height: 42px;
    padding: 0 14px;

    border-radius: 12px;

    background: #ffffff;
    color: #354a9f;

    border: 1px solid #dbe2ff;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.25s ease;
}

.custom-pagination li a:hover {
    background: #354a9f;
    color: #fff;
    border-color: #354a9f;

    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(53, 74, 159, 0.25);
}

.custom-pagination li.active a {
    background: linear-gradient(135deg, #354a9f, #5068d8);
    color: #fff;
    border-color: #354a9f;

    box-shadow: 0 6px 18px rgba(53, 74, 159, 0.30);
}

.custom-pagination li.disabled a {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

@media (max-width: 576px) {

    .custom-pagination {
        gap: 5px;
    }

    .custom-pagination li a {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
        border-radius: 10px;
    }

}

.news-list-wrapper {
    position: relative;
    min-height: 300px;
}

.news-list-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.85);
    z-index: 20;
}

.loader-card {
    text-align: center;
    padding: 20px 30px;
    border-radius: 12px;
    background: transparent;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.loader-text {
    margin-top: 12px;
    font-size: 14px;
    color: #354a9f;
    font-weight: bold;
}



.breadcrumb-bar{
    background: linear-gradient(135deg, #3f53a4 0%, #354a9f 100%);
    padding: 12px 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 15px 30px rgba(0,0,0,.15);
    color: #fff;
    direction: rtl;
    margin-bottom: 30px;
}

.breadcrumb-bar::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,.08);
    border-radius: 50%;
    filter: blur(5px);
}

.breadcrumb-bar::after{
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,.06);
    border-radius: 50%;
    filter: blur(8px);
}

.breadcrumb-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.breadcrumb-title{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color:#fff;
    line-height:1.5;
}

.breadcrumb-nav{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items:center;
    gap: 8px;
    direction: rtl;
}

.breadcrumb-nav li{
    font-size: 13px;
    color: #e0e3f5;
    display:flex;
    align-items:center;
}

.breadcrumb-nav li + li::before{
    content:"/";
    margin: 0 6px;
    color: rgba(255,255,255,.6);
}

.breadcrumb-nav a{
    color:#fff;
    text-decoration:none;
    transition:.25s;
    font-weight:600;
}

.breadcrumb-nav a:hover{
    color:#ffdc7a;
}

.breadcrumb-nav .active{
    color:#ffdc7a;
    font-weight:600;
}

.breadcrumb-nav i{
    margin-left:6px;
    font-size:12px;
}

@media (max-width:768px){
    .breadcrumb-inner{
        flex-direction:column;
        align-items:flex-start;
        gap:6px;
    }

    .breadcrumb-title{
        font-size:16px;
    }

    .breadcrumb-nav{
        font-size:12px;
    }
}


span.newstag {
  padding: 5px 10px;
  background-color: #fff;
  margin-left: 10px;
  border-radius: 7px;
}



