/**
*
*	Name:			IRANSansX Fonts
*	Version:			3
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Apr 22, 2021
*	Updated on:		Jul 12, 2023
*	Website:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونتایران سنس Xا یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRANSansX fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
------------------------------------------------------------------------------------- ../fonts/-
*	
**/


@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/woff/IRANSansXFaNum-Thin.woff') format('woff'),   
	url('../fonts/woff2/IRANSansXFaNum-Thin.woff2') format('woff2');		
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/woff/IRANSansXFaNum-UltraLight.woff') format('woff'),   
	url('../fonts/woff2/IRANSansXFaNum-UltraLight.woff2') format('woff2');	
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/woff/IRANSansXFaNum-Light.woff') format('woff'),   
	url('../fonts/woff2/IRANSansXFaNum-Light.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/woff/IRANSansXFaNum-Medium.woff') format('woff'),   
	url('../fonts/woff2/IRANSansXFaNum-Medium.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/woff/IRANSansXFaNum-DemiBold.woff') format('woff'),   
	url('../fonts/woff2/IRANSansXFaNum-DemiBold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/woff/IRANSansXFaNum-ExtraBold.woff') format('woff'),   
	url('../fonts/woff2/IRANSansXFaNum-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/woff/IRANSansXFaNum-Black.woff') format('woff'),   
	url('../fonts/woff2/IRANSansXFaNum-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 950;
	src: url('../fonts/woff/IRANSansXFaNum-ExtraBlack.woff') format('woff'),   
	url('../fonts/woff2/IRANSansXFaNum-ExtraBlack.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 1000;
	src: url('../fonts/woff/IRANSansXFaNum-Heavy.woff') format('woff'),   
	url('../fonts/woff2/IRANSansXFaNum-Heavy.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/woff/IRANSansXFaNum-Bold.woff') format('woff'),   
	url('../fonts/woff2/IRANSansXFaNum-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/woff/IRANSansXFaNum-Regular.woff') format('woff'),   
	url('../fonts/woff2/IRANSansXFaNum-Regular.woff2') format('woff2');	
}


:root {
  --bs-breadcrumb-divider-color: #fff;
  --cloud-white: #fbfbfb;
  --f8: #f8f8f8;
}
body,a,h1,h2,h3,h4,h5,h6,p {
  font-family: "IRANSansX" !important;
}
a {
  text-decoration: none;
  color: unset;
}
.breadcrumb {
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-item-active-color: #fff;
}

.bg-cloud-white {
  background-color: var(--cloud-white);
}
.bg-f8 {
  background-color: var(--f8) !important;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
body {
  font-size: 15px;
  color: #48494b;
  line-height: 28px;
  font-weight: 400;
  background: var(--f8);
  font-family: "yekan", Tahoma;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}
.dnnModuleDialog {
  position: fixed;
  top: 100px !important;
}
.text-justify {
  text-align: justify;
}

#headersticky * {
  transition: all 0.3s ease;
}
#headersticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  width: 100%;
}
#headersticky.scrolling-down {
}
#headersticky.scrolling-up {
}
#headersticky.scrolling-down img,
#headersticky.scrolling-up img {
  max-height: 40px;
}

.navbar .nav-link:focus,
.navbar .nav-link:active,
.navbar .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.navbar .nav-item:focus,
.navbar .nav-item:active {
  outline: none;
}
.nav-logo img {
  max-height: 65px;
}

.btn-header {
  width: 40px;
  height: 40px;
  color: #666;
  padding: 5px;
}
.btn-header:hover {
  background-color: #0044941a;
}

#site-nav-search span {
  display: block;
  position: relative;
}
#site-nav-search span input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  background-clip: padding-box;
  border: 0 solid #ced4da;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#site-nav-search .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
  position: absolute;
  top: 0px;
  left: 40px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
#site-nav-search ul.searchSkinObjectPreview {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #fff;
  margin: 0;
  list-style: none;
  border: 1px solid #c9c9c9;
  width: 100%;
  z-index: 200;
  padding: 0;
}
#site-nav-search .searchcss {
  position: absolute;
  left: 5px;
  top: 8px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat !important;
  background-position: 0 !important;
  background-size: cover !important;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 21 3 C 11.601563 3 4 10.601563 4 20 C 4 29.398438 11.601563 37 21 37 C 24.355469 37 27.460938 36.015625 30.09375 34.34375 L 42.375 46.625 L 46.625 42.375 L 34.5 30.28125 C 36.679688 27.421875 38 23.878906 38 20 C 38 10.601563 30.398438 3 21 3 Z M 21 7 C 28.199219 7 34 12.800781 34 20 C 34 27.199219 28.199219 33 21 33 C 13.800781 33 8 27.199219 8 20 C 8 12.800781 13.800781 7 21 7 Z"/></svg>') !important;
}

.sub-page-banner {
  margin-bottom: 15px;
  position: relative;
}
.sub-page-banner::before {
  content: "";
  position: absolute;
  background-color: #f3f3f3;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.header-title{
  color: oklch(55.2% 0.016 285.938);
  border-bottom: oklch(92% 0.004 286.32) solid 1px;
  padding-bottom: 15px;
}

.breadcrumb .active{
  color: oklch(37% 0.013 285.805);
}
.breadcrumb .breadcrumb-item::before{
  color: oklch(37% 0.013 285.805) !important;
}

.header-link{
  color: oklch(70.5% 0.015 286.067);
}

.sub-page-banner .container {
  z-index: 10;
  position: relative;
}

.swiper-vi-carousel {
  width: 100%;
  height: 70vh;
}
.swiper-vi-carousel .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.swiper-vi-carousel .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 68, 148, 0.8) 0,
    rgba(0, 68, 148, 0) 100%
  );
  -webkit-transform: translateZ(0);
}
.rtl .swiper-vi-carousel .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    270deg,
    rgba(0, 68, 148, 0.8) 0,
    rgba(0, 68, 148, 0) 100%
  );
  -webkit-transform: translateZ(0);
}
.swiper-vi-carousel .swiper-slide img,
.swiper-vi-carousel .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-vi-carousel .swiper-slide .slide-caption {
  position: relative;
  z-index: 2;
}
.swiper-vi-carousel .svic-button-prev,
.swiper-vi-carousel .svic-button-next {
  width: 20px;
  height: 40px;
}
.swiper-vi-carousel .swiper-pagination {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.swiper-vi-carousel .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: white;
  opacity: 0.4;
  transition: 0.3s;
}
.swiper-vi-carousel .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0d6efd;
  transform: scale(1.3);
}

.PagingTable {
  background-color: transparent;
  border: 0 solid #036;
  height: auto;
  width: auto;
  margin: auto;
}
.PagingTable td:nth-child(1) {
  display: none;
}
.PagingTable td:nth-child(2) :nth-child(1),
.PagingTable td:nth-child(2) :last-child {
  display: none;
}
.PagingTable td a,
.PagingTable td span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "yekanbold", sans-serif;
  font-weight: 700;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #462b34;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #eae0d9;
  z-index: 1;
  transition: all 500ms ease;
}
.PagingTable td span,
.PagingTable td a:hover {
  border-color: #f5d010;
  background: #f5d010;
  color: #fff;
}
.PagingTable td span:nth-of-type(2) {
  background-color: transparent;
  border: 1px solid #eae0d9;
  color: #462b34;
  display: none;
}

.LoginPanel .dnnFormHelp,
.dnnRegistrationForm .dnnFormHelp {
  display: none !important;
}
.LoginPanel .dnnForm .dnnForm,
.dnnRegistrationForm .dnnForm {
  float: none !important;
  width: 100% !important;
  min-width: 100% !important;
}
.LoginPanel .dnnForm .dnnLabel,
.dnnRegistrationForm .dnnLabel,
.LoginPanel .dnnForm .dnnFormLabel {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: right;
}
.LoginPanel .dnnFormItem input[type="text"],
.LoginPanel .dnnFormItem input[type="password"],
.LoginPanel .dnnFormItem input[type="email"],
.LoginPanel .dnnFormItem input[type="tel"],
.LoginPanel .dnnFormItem select,
.LoginPanel .dnnFormItem textarea,
.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
  width: 100% !important;
  min-width: 100% !important;
}
.LoginPanel {
  width: 100% !important;
  padding: 15px !important;
}
.LoginPanel .dnnForm {
  max-width: 100% !important;
  width: 100% !important;
}
.LoginPanel .dnnForm #dnn_ctr1530_Login_Login_DNN_lblLoginRememberMe,
.LoginPanel .dnnForm #dnn_ctr1530_Login_Login_DNN_cancelLink {
  display: none;
}
.LoginPanel div.dnnCaptcha {
  margin: 15px 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.LoginPanel .dnnLeft {
  float: none !important;
}
.LoginPanel .dnnActions {
  margin: 0 !important;
  padding: 0 !important;
}
.dnnRegistrationForm {
  width: 100% !important;
  min-width: 100% !important;
  padding: 15px !important;
}
.dnnRegistrationForm .dnnCaptcha::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}
.dnnRegistrationForm .dnnCaptcha {
  margin: 0 !important;
  padding: 0 !important;
}
a.nav-link {
  color: #666666;
  padding-inline: 15px !important;
}
#headersticky i {
  color: #1e396e;
  font-size: 19px;
}
.service-sec {
  padding-block: 45px;
}
.service-sec-detail {
  display: flex;
  padding: 20px;
  background: #fff;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: unset !important;
  border-radius: 10px !important;
  box-shadow: var(--bs-box-shadow-sm) !important;
  transition: 0.5s;
}

.service-sec-detail:hover {
  border-color: #004494 !important;
  transition: 0.5s;
}
.service-sec-detail p {
  text-align: justify;
  padding-inline: 15px;
}
.service-sec-detail p a {
text-align: center;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    height: 104px;
    color: #1c1c1c;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.service-sec-detail h5 a {
  display: -webkit-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #004494;
  margin: 0;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 28px;
  overflow: hidden;
}

.service-sec-detail i {
  color: #004494 !important;
}

.companies {
  padding: 45px;
}

.products,
.products2 {
  padding-block: 80px;
}

div#customlist1655 h6,
div#customlist1657 h6 {
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 24px;
  color: #4f4f4f !important;
  margin: 0;
  width: 100%;
}
div#customlist1655 .cost.text-dark.text-center.text-nowarp strong,
div#customlist1657 .cost.text-dark.text-center.text-nowarp strong {
  font-size: 17px !important;
}
div#customlist1655 .cost.text-dark.text-center.text-nowarp,
div#customlist1657 .cost.text-dark.text-center.text-nowarp {
  color: #004494 !important;
}
#dnn_ctr1654_ModuleContent .cardHTL:hover {
  border: 1px solid #004494;
}

.news-detail h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #004494;
  height: 48px;
}
.news-detail-container {
  padding: 15px 25px;
}
.news-detail a {
  color: #004494;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-block: 11px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  transition: 0.5s;
      display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}
a.read-more:hover {
  transition: 0.5s;
}
.news-detail {
  justify-content: space-between;
  transition: 0.5s;
  background: #ffffff;
  border-radius: 10px;
box-shadow: var(--bs-box-shadow-sm) !important;
}
.news-detail:hover {
 background-color: rgb(238, 238, 238);
  transition: 0.5s;
  box-shadow: none;
  cursor: pointer;
}
footer a {
  color: #004494;
  font-size: 14px;
}

footer h6 {
  color: #666;
  font-size: 14px;
  width: 165px;
}
footer {
  background-color: #fff;
}
.footer-detail {
  background-color: #fcfcfc;
  margin-top: 45px;
  padding-bottom: 40px;
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
  border-bottom: 1px solid #eeeeee;
}
span#dnn_Copyright_lblCopyright,
.footer-menu a {
  font-size: 13px;
}
.news-detail p {
  font-size: 13px;
  line-height: 26px;
  color: #666666;
}
.slide-caption {
  right: 8% !important;
}

.svic-pagination {
  right: 8% !important;
}
@media (min-width: 1600px) {
  .slide-caption {
    right: 11% !important;
  }

  .svic-pagination {
    right: 11% !important;
  }
}
/* @media (min-width: 1400px) {
    .service-sec .container,.service-sec  .container-lg,.service-sec  .container-md,.service-sec  .container-sm,.service-sec  .container-xl,.service-sec  .container-xxl,.products2 .container,.companies .container,.news .container,
    footer .container {
        max-width: 1179px;
    }
} */
.product-img {
  width: 100%;
  height: 200px;
  padding: 15px;
  object-fit: contain;
}
.slide-wrapper {
  border: 1px solid #dbdbdb;
  margin: 9px;
}

.product-price {
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1435px;
  }
}
.pageTitle-innerPage {
  padding-top: 95px;
}
#dnn_bannerPane1 img,
#dnn_bannerPane2 img {
  width: 100%;
  height: 32vh;
  object-fit: cover;
  object-position: bottom;
}
.banner-sec .row > * {
  position: relative;
}
.banner-context {
  position: absolute;
  top: 10vh;
  right: 39px;
}

.banner-context h6 {
  width: 60%;
  color: #fff;
  line-height: 45px;
  font-size: 27px;
}
.mss-thumbnails .mss-selector-active {
  opacity: 1;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
  padding: 6px;
}
.mss-selectors-eye {
  border: 1px solid #d9d9d9 !important;
}
.mss-caption-title {
  display: none;
}
table {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
}
th,
td {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #dbdbdb;
}
th {
  font-weight: bold;
}
td {
  color: #333;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
@media (max-width: 600px) {
  th,
  td {
    padding: 10px;
    font-size: 14px;
  }
}
.slider-h1 {
  color: #ffffff;
  line-height: 84px;
  font-size: 33px;
  font-weight: 600;
}
.slider-h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}
.news-detail img {
  height: 290px;
  object-fit: cover;
      border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.banner-sec {
  display: none;
}
img.captcha-refresh {
  width: 23px;
}
.contact-info {
  padding-block: 60px;
}
#dnn_FooterLogoPane img {
  width: 250px;
}
#dnn_FooterLogoPane .Normal {
  text-align: center;
}
.Copyright-div {
  padding-bottom: 25px;
}
.support-container {
  padding-block: 50px;
}
.support-container h3 {
  color: #004494;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 25px;
}
.section-content {
  padding-block: 85px;
}
div#dnn_Banner4PartPane {
  height: 100%;
  display: flex;
  align-items: center;
}

h2.services-title-int {
  color: #004494;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-left: 90px;
}

p.services-text-int {
  line-height: 32px;
  text-align: justify;
  padding-left: 90px;
  color: #727272;
}
ul.dropdown-menu.show {
  font-size: 12px;
  width: fit-content;
}
.dropdown-menu li.nav-item {
  width: 240px;
}
iframe {
  height: 525px;
}
a.lang {
  display: inline-block;
  height: 100%;
  font-size: 18px;
  color: #1e396e;
}

.left-header {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 22px;
}
ul.page-break-section {
  background-color: unset !important;
}
.social-container img {
  width: 25px;
}
span.raahbar,
span.raahbar a {
  font-size: 13px;
  color: #6c757d;
}
.social-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.raahbar-design {
  text-align: left;
}

.qualification-sec {
  background-color: #004494;
  color: white;
  overflow: hidden;
}

.accordion {
  background: transparent;
}
.accordion-item {
  background: transparent;
  border: none;
}
.accordion-button {
  background: transparent;
  box-shadow: none;
  color: white;
  font-weight: 400;
  outline: none;
  padding-right: 0px;
}

.accordion-button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: white;
}
.accordion-body {
  background: transparent;
  color: white;
  padding-right: 0px;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.qualification-left-div {
  background: url(/Portals/_default/Skins/webproposal/img/customer-support.jpg)
    no-repeat;
  height: 100%;
  min-width: 150%;
  background-size: cover;
  display: flex;
  justify-content: center;
  background-position: center;
}

.qualification-right-div {
  padding: 100px 0px 100px 50px;
}

.sec-header-h2 {
  font-size: 34px;
  font-weight: 400;
  color: oklch(98.5% 0.002 247.839);
}

.qualification-p {
  margin: 30px 0px 30px 0px;
  line-height: 36px;
  color: oklch(96.7% 0.003 264.542);
}

#dnn_ctr2695_HtmlModule_lblContent {
  color: oklch(96.7% 0.003 264.542);
  line-height: 30px;
  opacity: 95%;
  font-size: 14px;
}

#LiveForm2696 label {
  color: oklch(96.7% 0.003 264.542);
  padding: 0px 0px 8px 0px;
  font-weight: 400;
}

#LiveForm2696 ul {
  padding: 0px;
}

#LiveForm2696 li {
  padding: 0px 0px 16px 24px;
}

#LiveForm2696 .Field input,
.LiveForm.Default .Field textarea,
.LiveForm.Default .Field select {
  width: 100%;
  gap: 24px;
}

#dnn_ctr2696_View_Submitbutton_2696_9 {
  background-color: oklch(96.7% 0.003 264.542);
  color: gray;
  font-weight: 400;
  margin: 82px 0 16px 0;
}

/* از 992px به پایین */
@media (max-width: 992px) {
  #dnn_ctr2696_View_Submitbutton_2696_9 {
    margin-top: 16px; /* فقط بالا تغییر کنه */
  }
}

#Field_2696_9 {
  width: 50%;
}

#Field_2696_8 {
  width: 50%;
  padding: 0px;
}

ul.page-break-section {
  display: flex;
  flex-wrap: wrap; /* مثل قبل هر li در ردیف خودش میره */
}

ul.page-break-section {
  display: flex;
  flex-wrap: wrap;
}

.DNNContainer_Title_h2 h2 {
  color: #024e92;
  text-align: center;
  font-weight: 600;
}

.brand-box{
  border-radius: 10px;
  padding: 7px 23px;
  transition: border-color 0.5s ease, box-shadow 0.5s ease;
}

.brand-box:hover {
  border-color: #185b96;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: border-color 0.5s ease, box-shadow 0.5s ease;
}

.upper-brand-div{
  height: 160px;
}

.brand-title{
  font-size: 16px;
  color: oklch(55.2% 0.016 285.938);
  transition: color 0.5s ease;
}

.brand-box:hover .brand-title {
  color: oklch(40% 0.02 285.938);
  transition: color 0.5s ease;
}

.brand-box img {
  transition: transform 0.5s ease;
}
.brand-box:hover img {
  transform: scale(1.08);
  transition: transform 0.5s ease;
}
/* ردیف برندها */
#brands{{ModuleId}} .brand-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* آیتم‌ها وسط‌چین */
  margin: -10px;
}

/* هر باکس برند - پیش‌فرض: تک‌تایی */
#brands{{ModuleId}} .brand-wrapper {
  padding: 10px;
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
}

/* از 440px به بالا: دوتایی */
@media (min-width: 500px) {
  #brands{{ModuleId}} .brand-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* از 768px به بالا: سه‌تایی */
@media (min-width: 768px) {
  #brands{{ModuleId}} .brand-wrapper {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

/* از 992px به بالا: چهارتایی */
@media (min-width: 992px) {
  #brands{{ModuleId}} .brand-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* از 1200px به بالا: پنج‌تایی */
@media (min-width: 1200px) {
  #brands{{ModuleId}} .brand-wrapper {
    flex: 0 0 20%;
    max-width: 20%;
  }
}


.category-container img {
    width: 100%;
    border-radius: 10px !important;
}

.category-container {
    border-radius: 10px;
    position: relative;
     transition: 0.5s;
}

.category-container h2 {
    position: absolute;
    bottom: 35%;
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #1e396e;
    opacity: 0;
    transition:0.5s;
    z-index: 2;
    right: 0;
    font-weight: 600;
}
.category-container:hover h2 {
     opacity: 1;
    transition:0.5s;
}
.category-container a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
     transition: 0.5s;
}
.category-container:hover a::after {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background-color: #ffffffad;
    left: 0;
    bottom: 0;
    transition: 1s;
}
.mobileNav{
  gap: 15px;
}
@media only screen and (max-width : 1024px) {
.left-header{
     gap: 22px;
    }
}

.deatil-table-title{
margin-block: 32px;
padding-block: 14px;
padding-right: 14px;
font-weight: 400;
color: #004494;
border-bottom: 2px solid #004494;
font-size: 22px;
}
.technicals{
  direction: ltr;
  background-color: #f5f6f8;
}
div#productdetail .list-inline.breadcrunb-list li a span{
  position: relative;
}
div#productdetail .list-inline.breadcrunb-list li:first-child a span::after , div#productdetail .list-inline.breadcrunb-list li:last-child a span::after{
display: none;
}
div#productdetail .list-inline.breadcrunb-list li a span::after{
content: ">";
    display: block;
    position: absolute;
    left: -14px;
    top: 1px;
}