body {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: IRANSans;
  background: #f2f3f5;
}

a {
  text-decoration: none;
}

select {
  font-family: "IRANSans";
  outline: none;
  border: 1px solid #a1a4a7;
  border-radius: 4px;
}

input {
  font-family: "IRANSans";
  outline: none;
  border: 1px solid #a1a4a7;
  border-radius: 4px;
}

textarea {
  font-family: "IRANSans";
  outline: none;
  border: 1px solid #a1a4a7;
  border-radius: 4px;
}

h1 {
  font-size: 16px;
  color: #696868;
}

h2 {
  font-size: 14px;
  color: #696868;
}

/*Scrollbar*/

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #cbcbcb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0362d054;
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("fonts/eot/IRANSansWeb(FaNum)_Black.eot");
  src: url("fonts/eot/IRANSansWeb(FaNum)_Black.eot%3F")
      format("embedded-opentype"),
    /* IE6-8 */ url("fonts/woff2/IRANSansWeb(FaNum)_Black.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("fonts/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/eot/IRANSansWeb(FaNum)_Bold.eot");
  src: url("fonts/eot/IRANSansWeb(FaNum)_Bold.eot%3F")
      format("embedded-opentype"),
    /* IE6-8 */ url("fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("fonts/eot/IRANSansWeb(FaNum)_Medium.eot");
  src: url("fonts/eot/IRANSansWeb(FaNum)_Medium.eot%3F")
      format("embedded-opentype"),
    /* IE6-8 */ url("fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/eot/IRANSansWeb(FaNum)_Light.eot");
  src: url("fonts/eot/IRANSansWeb(FaNum)_Light.eot%3F")
      format("embedded-opentype"),
    /* IE6-8 */ url("fonts/woff2/IRANSansWeb(FaNum)_Light.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");
  src: url("fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot%3F")
      format("embedded-opentype"),
    /* IE6-8 */ url("fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/eot/IRANSansWeb(FaNum).eot");
  src: url("fonts/eot/IRANSansWeb(FaNum).eot%3F") format("embedded-opentype"),
    /* IE6-8 */ url("fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("fonts/woff/IRANSansWeb(FaNum).woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("fonts/ttf/IRANSansWeb(FaNum).ttf")
      format("truetype");
}

/*header------------------------------------------*/
header {
  z-index: 50;
  position: relative;
  top: 15px;
}
.login {
  float: left;
  width: auto;
  position: fixed;
  top: 2%;
  left: 6%;
  border-radius: 50px;
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  display: flex;
  z-index: 1;
}
.logo_page-1 span {
  position: relative;
  right: 21%;
  top: 14%;
  line-height: 20px;
}

.logo_page-1 {
  position: fixed;
  background: url(../images/banners/logo.png) no-repeat;
  top: 2%;
  right: 6%;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  z-index: 2;
}

.logo_page-1 a {
  color: #fff;
}

.header_login,
.header_sign_up,
.usericon {
  background: #59b89d;
  color: #fff;
  width: 100px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  margin: 2%;
}

.header_login a,
.header_sign_up a {
  color: #fff !important;
  font-size: 17px;
}

.header_login {
  display: inline-block;
}

.header_sign_up {
  display: inline-block;
}

.login a {
  color: #fff;
  font-size: 17px;
  margin-right: 5px;
}

/*menu_top_search-------------------------------------------*/

.menu_top_search {
  width: 75%;
  float: right;
}

.menu_top_search_fixed {
  position: fixed;
  top: 0;
  right: 0;
  border-bottom: 1px solid #b3b3b3;
  z-index: 1;
  width: 100%;
  background: #2f76c4;
}

.menu_top_search .fixed_logo {
  display: none;
  float: right;
  margin-top: 4px;
  line-height: 35px;
  width: 120px;
  text-align: center;
  color: #ffc300;
  font-size: 25px;
  font-weight: 900;
}

.menu_top_search .menu_top {
  width: 94%;
  height: 100%;
  font-size: 10pt;
  font-weight: 600;
  padding: 0 2%;
  color: #fff;
  line-height: 40px;
}

.menu_top_search .menu_top a {
  color: #fff;
}

.menu_top_search .menu_top .mobile_tablet {
  width: fit-content;
  height: 100%;
  float: right;
  margin-left: 24px;
  cursor: pointer;
  line-height: 50px;
}

.menu_top_search .sub_menu {
  width: 94%;
  height: calc(90% - 125px);
  background: #fff;
  position: absolute;
  top: 40px;
  margin: 0 3%;
  min-height: 300px;
  display: none;
}

.menu_top_search .sub_menu .sub_menu_right {
  width: 18%;
  height: calc(100% - 20px);
  padding: 10px 1%;
  float: right;
  font-size: 10pt;
  background: #f9f9f9;
  font-weight: 400;
  line-height: 30px;
}

.menu_top_search .sub_menu .sub_menu_right .row {
  cursor: pointer;
}

.menu_top_search .sub_menu_left {
  width: 78%;
  height: calc(100% - 20px);
  padding: 10px 1%;
  float: right;
  background: #ffffff;
}

.menu_top_search .sub_menu_left .sub_row {
  float: right;
  height: 100%;
  width: 100%;
}

.menu_top_search .sub_menu_left .sub_row .column {
  float: right;
  width: 25%;
  height: 100%;
  font-size: 10pt;
  font-weight: 400;
  line-height: 30px;
}

.menu_top_search .sub_menu_left .sub_row .column .row {
  cursor: pointer;
}

.menu_top_search .menu_top .laptop_computer {
  width: fit-content;
  height: 100%;
  float: right;
  margin-left: 20px;
  cursor: pointer;
}

.menu_top_search .menu_top .video_audio {
  width: fit-content;
  height: 100%;
  float: right;
  margin-left: 20px;
  cursor: pointer;
}

.menu_top_search .menu_top .other_categories {
  width: fit-content;
  height: 100%;
  float: right;
  margin-left: 20px;
  cursor: pointer;
}

/*-------------------------------------------------------*/

.a {
  text-decoration: none !important;
}

.img {
  vertical-align: middle !important;
}

.footer {
  width: 92%;
  height: 280px;
  z-index: 0;
  position: relative;
  float: right;
  padding: 30px 4% 40px;
  color: #cecece;
  background: #2f76c4;
  background-position: right;
  background-size: auto;
  margin: 11% 0 0 0;
}

#footer1 .quarter {
  float: right;
  width: 25%;
  text-align: justify;
  margin-left: 4%;
}

#footer1 .quarter h4 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  text-align: right;
}

#footer1 .quarter p {
  font-size: 9pt;
  line-height: 25px;
  color: #fff;
}

#footer1 .quarter .about_us_text {
  text-align: justify;
  font-size: 13px;
  line-height: 30px;
}

#footer1 .quarter .about_us_text p {
  text-align: justify;
  margin-top: 30px;
}

#footer1 .quarter .about_us_text .see_more {
  color: #00c3ff;
  font-size: 14px;
}

#footer1 .quarter .call_us_text {
  text-align: justify;
  font-size: 13px;
  line-height: 30px;
}

#footer1 .quarter .call_us_text p {
  text-align: justify;
  margin-top: 30px;
}

#footer1 .quarter .call_us_text .see_more {
  color: #3b3bda;
  font-size: 14px;
}

#footer1 .quarter2 {
  float: left;
  width: 25%;
  text-align: center;
  margin-left: 4%;
}

#footer1 .quarter2 h4 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  text-align: right;
}

#footer1 .quarter2 p {
  font-size: 9pt;
  line-height: 25px;
  color: #fff;
}

#footer1 .quarter2 .about_us_text {
  text-align: justify;
  font-size: 13px;
  line-height: 30px;
}

#footer1 .quarter2 .about_us_text p {
  text-align: justify;
  margin-top: 30px;
}

#footer1 .quarter2 .about_us_text .see_more {
  color: #00c3ff;
  font-size: 14px;
}

#footer1 .quarter2 .call_us_text {
  text-align: justify;
  font-size: 13px;
  line-height: 30px;
}

#footer1 .quarter2 .call_us_text p {
  text-align: justify;
  margin-top: 30px;
}

#footer1 .quarter2 .call_us_text .see_more {
  color: #3b3bda;
  font-size: 14px;
}

#footer1 .half {
  float: right;
  width: 42%;
  text-align: center;
}

#footer1 .half .img {
  text-align: center;
  margin-top: -125px;
}

#footer1 .half .mail {
  width: 70%;
  height: 80px;
  margin: 33px auto;
}

#footer1 .half .mail .mail0 {
  width: fit-content;
  padding: 0 3%;
  height: 45%;
  color: #fff;
  text-align: center;
  font-size: 10pt;
  background: #2f76c4;
  margin: 2% auto;
  border-radius: 25px;
  line-height: 34px;
}

#footer1 .half .mail .mail1 {
  float: right;
  width: 74%;
  padding: 0 3%;
  background: #fff;
  height: 45%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 9pt;
}

#footer1 .half .mail .mail2 {
  font-family: IRANSans;
  float: right;
  width: 24%;
  background: #f47458;
  height: 48%;
  border-radius: 25px;
  border: 1px solid #f47458;
  line-height: 38px;
  color: #fff;
  margin-right: -20px;
  cursor: pointer;
}

#footer1 .half .social_footer {
  display: block;
  float: right;
  width: 100%;
  padding-bottom: 4%;
}

#footer1 .half .social_footer .social {
  display: inline-block;
  font-size: 24px;
  color: #dbdbdb;
  margin: 0 10px;
}

#footer2 {
  float: right;
  width: 100%;
  height: 20px;
  background: #2f76c4;
  text-align: center;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #fff;
}

#footer2 > div {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

#footer2 > div > a {
  color: #fff;
  text-decoration: none;
}

.catrgory_but {
  position: fixed;
  bottom: 50px;
  right: 2%;
  background: #ffc300;
  color: #000;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 30px;
  cursor: pointer;
  border: 2px solid #2fc4c4;
}

.catrgory_but i {
  vertical-align: middle;
  margin-left: 7px;
  font-size: 16px;
}

.sidebar_categories {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  max-width: 80%;
  padding: 15px;
  background: #fff;
  z-index: 9;
  font-size: 14px;
  overflow: hidden;
  overflow-y: scroll;
}

.close_sidbar {
  position: fixed;
  display: none;
  right: 240px;
  bottom: 10px;
}

.sidebar_categories .category1 {
  width: 96%;
  overflow: hidden;
  margin: 10px 0 2px;
  padding: 0 2%;
  /*color: #2f76c4;*/
  color: #ffc300;
  border-radius: 100px;
  border: 1px solid #2f76c4;
}

.sidebar_categories .category1 a {
  float: right;
  display: block;
  width: calc(100% - 25px);
  height: 30px;
  /*color: #2f76c4;*/
  color: #2fc4c4;
  line-height: 30px;
  font-size: 10pt;
  font-weight: 600;
}

.sidebar_categories .category1 i {
  float: left;
  margin-left: 2px;
  line-height: 30px;
  cursor: pointer;
}

.sidebar_categories .category2 {
  width: 96%;
  overflow: hidden;
  padding: 0 2%;
}

.sidebar_categories .category2 a {
  float: right;
  display: block;
  width: calc(100% - 25px);
  height: 30px;
  /*color: #2f76c4;*/
  color: #2fc4c4;
  line-height: 30px;
  font-size: 10pt;
  font-weight: 500;
}

.sidebar_categories .category2 i {
  float: left;
  margin-left: 2px;
  line-height: 30px;
  cursor: pointer;
  /*color: #2f76c4;*/
  color: #ffc300;
  font-size: 12px;
}

.sub_category_2 {
  display: none;
  width: 90%;
  float: left;
  border-right: 2px solid #2f76c4;
  margin-bottom: 20px;
}

.sidebar_categories .category3 {
  width: 100%;
  overflow: hidden;
  padding: 0;
  font-size: 10pt;
}

.sidebar_categories .category3 a {
  float: right;
  display: block;
  width: calc(100% - 25px);
  height: 30px;
  color: #2f76c4;
  line-height: 30px;
}

.sidebar_categories .category3 .line {
  width: 12px;
  height: 0;
  border: 1px solid #2f76c4;
  float: right;
  margin: 15px 0 0 7px;
}

.sidebar_categories .category3:last-child {
  margin-bottom: -13px;
}

.close_sidbar i {
  font-size: 20px;
  cursor: pointer;
  /*color: #2f76c4;*/
  color: #2fc4c4;
  margin-right: 7px;
}

.dark_categories {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #00000073;
  z-index: 8;
}

/*-----------------------------------------*/

.content {
  width: 92%;
  padding: 15px 4% 40px;
  background: #f5f5f5;
  color: #696868;
  font-size: 13px;
  overflow: hidden;
}

.content .dark {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #00000073;
  z-index: 1;
}

.adminicon {
  width: 28px !important;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 13px;
  border-radius: 5px;
  line-height: 24px;
  padding: 3px 0 1px;
  background: #fff;
  float: left;
  margin-right: 10px;
  margin-top: -5px;
}

.adminicon a {
  text-decoration: none;
  color: #777;
}

.usericon a {
  color: #0362d0;
  text-decoration: none;
  display: block;
  float: right;
  width: 75px;
  line-height: 23px;
}

.usericon img {
  padding: 8px 5px 8px 6px;
  margin-bottom: -9px;
  margin-top: -9px;
  border-right: 1px solid #c3c3c3;
}

.usericon .img2 {
  display: none;
}

.mobile_usericon {
  display: none;
}

.mobile_search {
  display: none;
}

.mobile_menu {
  display: none;
}

.parent2 {
  width: 92%;
  height: auto;
  margin: 15px 4% 15px;
  float: left;
  padding: 9px 0px;
  overflow: hidden;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
}

.parent2 div {
  float: right;
}

.parent2 span {
  display: block;
  float: right;
  line-height: 20px;
  margin: 0 0 10px 16px;
}

.parent2 input {
  float: right;
  margin: 4px 0px 10px 3px;
}

.search_content {
  position: relative;
  width: 100%;
  padding: 0;
  color: #696868;
  font-size: 13px;
  min-height: 462px;
  overflow: hidden;
}

.header-mobile {
  display: none;
}

/*--------------------------------*/

.form_call_us input,
.form_call_us textarea {
  width: 100%;
  background: transparent;
  border: 1.5px solid #fff;
  margin: 4px 0;
  color: #fff;
  padding: 3px 10px;
}

.form_call_us input::placeholder,
.form_call_us textarea::placeholder {
  color: rgb(255 255 255 / 60%);
}

.form_call_us button.call_us_btn,
.form_call_us button.call_us_btn_c {
  background: #f3c20f;
  color: #000;
  border: none;
  padding: 6px 20px;
  float: left;
  position: relative;
  left: -8%;
  font-size: 13px;
  font-family: IRANSans;
  border-radius: 30px;
  cursor: pointer;
}

ul.mobile-menu li a {
  color: #000;
  display: block;
  font-size: 12px;
}

div#dropdown-content a {
  font-size: 12px;
  margin: 8px 15px;
}

.dropdown:hover #dropdown-content {
  display: block;
}

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100vw;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 38px;
  right: -10px;
  height: auto;
  width: 100%;
  background: #f3c20f;
  padding-top: 10px;
}

.mobile-menu li {
  margin-bottom: 10px;
  list-style: none;
}

div#toggle {
  display: none;
}
.contact_part {
  text-align: center;
}

/* responsive */

@media only screen and (max-width: 1024px) {
  .menu_top_search .menu_top .mobile_tablet {
    margin-left: 20px;
  }
  .login a {
    font-size: 14px;
  }
  .header_login,
  .header_sign_up,
  .usericon {
    height: 40px;
    line-height: 40px;
  }
  .logo_page-1 {
    line-height: 19px;
    width: 65px;
    height: 65px;
    font-size: 14px;
    background-size: 86%;
  }
  .logo_page-1 span {
    right: 29%;
    top: 11%;
  }
  .header_login,
  .header_sign_up,
  .usericon {
    width: 80px;
  }
}

@media only screen and (max-width: 900px) {
  .usericon {
    width: 80px !important;
    font-size: 12px;
  }
  .header .header_logo {
    font-size: 19pt;
  }
  .menu_top_search .menu_top .mobile_tablet {
    margin-left: 15px;
    font-size: 12px;
  }
  #footer1 .quarter p {
    font-size: 12px !important;
    line-height: 21px;
  }
  .header {
    height: 42px;
  }
}

@media only screen and (max-width: 768px) {
  .header .header_logo {
    font-size: 16pt;
    width: 9%;
  }
  .menu_top_search {
    width: 76%;
  }
  .header .login,
  .header .login .header_login a {
    font-size: 11px;
  }
  .menu_top_search .menu_top .mobile_tablet {
    margin-left: 9px;
    font-size: 11px;
  }
  #footer1 .quarter h4,
  #footer1 .quarter2 h4 {
    font-size: 14px;
  }
  .form_call_us input,
  .form_call_us textarea {
    font-size: 12px;
  }
  .main_row {
    top: 8%;
  }
  .usericon {
    width: 70px !important;
    font-size: 11px;
  }
}

@media only screen and (max-width: 600px) {
  .header-mobile {
    display: inline-block;
  }
  .header-desktop {
    display: none;
  }
  div#hamburger-icon {
    display: block;
  }
  .nav-res {
    display: inline-block;
    width: 40%;
    padding-right: 10px;
    z-index: 2;
    position: relative;
    float: right;
  }
  #hamburger-icon {
    display: inline-block;
  }
  #footer1 .quarter,
  #footer1 .half,
  #footer1 .quarter2 {
    width: 100%;
  }
  #footer1 .half .img {
    margin-top: 0;
  }
  .footer {
    height: auto;
  }
  #footer1 .quarter2 {
    padding: 10px;
    width: 90%;
  }
  .form_call_us input,
  .form_call_us textarea {
    width: 90%;
  }
  div#toggle {
    display: inline-block;
    position: fixed;
    z-index: 1;
    top: 4%;
    right: 2%;
  }
  div#toggle span {
    width: 20px;
    height: 3px;
    display: block;
    background: #000;
    z-index: 2;
    position: relative;
    margin-bottom: 3px;
  }
  .logo_page-1 span {
    top: 9%;
    line-height: 15px;
  }
  .logo_page-1 {
    line-height: 17px;
    width: 55px;
    height: 55px;
    font-size: 12px;
  }
}

/* vefgh */
.custom-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.custom-title-section {
  padding: 10px 0;
  margin-top: 5%;
}

.custom-title-section h1 {
  text-align: center;
  font-size: 2rem;
  color: #333;
}

/* Tabs Section */
.custom-tabs-section {
  padding: 16px 0;
  margin-bottom: 20px;
}

.custom-tabs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.custom-tabs-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.custom-tabs-list li {
  flex: 0 0 calc((100% - 50px) / 6);
  box-sizing: border-box;
}

.custom-tabs-list li a {
  display: block;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 16px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.custom-tabs-list li a:hover {
  background-color: #eee;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-tabs-list li a.active {
  background-color: #eee;
  border-color: #ccc;
}

/* Pricing Section */
.custom-pricing-section {
  padding: 10px 10px;
  margin-bottom: 40px;
}

.custom-pricing-container h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Content Wrapper */
.custom-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Table Side */
.custom-table-side {
  flex: 1 1 55%;
  padding: 10px;
  overflow-x: auto;
}

.custom-table-side h2 {
  margin-bottom: 10px;
}

.custom-paper-type-row {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-paper-type-row span {
  margin: 0 4px;
  padding: 5px 10px;
  border: 1px solid #080505;
  border-radius: 20px;
}

.custom-print-table {
  width: 100%;
  margin: 30px auto;
  border-collapse: collapse;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: white;
}

.custom-print-table thead tr {
  background-color: #e7e4e4;
}

.custom-print-table th,
.custom-print-table td {
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
}

.custom-print-table th {
  background-color: #eaeaea;
}

.custom-print-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
  border-collapse: collapse;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.custom-print-table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
  border-collapse: collapse;
}

/* Image Side */
.custom-image-side {
  flex: 1 1 40%;
  text-align: center;
  padding: 10px;
}

.custom-image-side img {
  width: 100%;
  max-width: 300px;
  border: 3px solid #eee;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 10%;
}

.custom-image-side p {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

.custom-tab-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.custom-tab-content.active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .custom-tabs-list li {
    flex: 0 0 calc((100% - 30px) / 4);
  }
}

@media (max-width: 768px) {
  .custom-tabs-list li {
    flex: 0 0 calc((100% - 18px) / 3);
  }
  .custom-table-side,
  .custom-image-side {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
  .custom-image-side img {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .custom-tabs-list li {
    flex: 0 0 100%;
  }
  .custom-print-table th,
  .custom-print-table td {
    font-size: 18px;
    padding: 10px;
  }
}

/* vefgh  article */
/* vefgh part two */

.articles-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.articles-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.view-all {
  text-align: left;
  margin-bottom: 10px;
}

.view-all a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

.article-item {
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  margin: 10px;
}

.article-item img {
  max-width: 100%;
  border-radius: 20px;
  height: 220px;
}

.article-title {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}

/* vefgh  article */
/* vefgh part third */

/* vefgh  portfolio */
.portfolios-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  
}

.portfolio-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.view-all {
  text-align: left;
  margin-bottom: 10px;
}

.view-all a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

.portfolio-item {
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  margin: 10px;
}

.portfolio-item img {
  max-width: 100%;
  border-radius: 20px;
  height: 220px;
}

.portfolio-title {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}

.footer {
  background: url(images/footer-bg.png) no-repeat;
  background-size: 100% 100%;
  
  color: black;
  font-size: 18px;
  margin-top: 1%;

  text-align: center;
}



.footer-content {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8); /* ایجاد لایه سفید شفاف */
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 20px;
}
/* vefgh  portfolio */
