@font-face {
    font-family: "yekan";
    src: url(../fonts/BYekan.eot);
    src: url(../fonts/BYekan.eot?#iefix) format("embedded-opentype"), url(../fonts/BYekan.woff) format("woff"), url(../fonts/BYekan.ttf) format("truetype"), url(../fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "mitra";
    src: url(../fonts/BMitra.eot);
    src: url(../fonts/BMitra.eot?#iefix) format("embedded-opentype"), url(../fonts/BMitra.woff) format("woff"), url(../fonts/BMitra.ttf) format("truetype"), url(../fonts/BMitra.svg#BMitra) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "IranSansWeb";
    src: url(../fonts/IRANSansWeb.eot);
    src: url(../fonts/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSansWeb.woff) format("woff"), url(../fonts/IRANSansWeb.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "IranSansWeb";
    src: url(../fonts/IRANSansWeb.eot);
    src: url(../fonts/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSansWeb.woff) format("woff"), url(../fonts/IRANSansWeb.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

*{
    font-family:  'IranSansWeb', 'yekan', 'mitra', 'tahoma' !important;
}

#customer-logo{
    max-width: 150px;
}

#pajohan-logo {
    max-height: 50px;
    max-width: 200px;
}

nav *{
    /*font-size: 1em;*/
}

#_newsbar{
    height:400px;
}

.lang-toggle {
  text-align: center;
  margin: 30px 0 50px;
  position : absolute;
  left : 5px;
  top : -10px;
  z-index: 1000;
/*  max-height: 20px;*/
}
.toggle-btn {
  font-size: 1.15rem;
  padding: 3px 10px;
  min-width: 80px;
  /*max-height: 20px;*/
  background: #3182ce;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.toggle-btn:hover {
  background: #2b6cb0;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

