@import url("./main_font.css");

/*==================body=================*/
html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
body {
  direction: rtl;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.hasSticky footer {
  padding-bottom: 100px;
}

/*==================header=================*/
header .headerSec {
  background: #fff;
  box-shadow: 0 -5px 31.6px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
}
header .headerSec2.fixed {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 14;
  background: #fff;
}
.headerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
}
.headrRight {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
}
.headerBox .mnuToglLnk {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  cursor: pointer;
}
.headerBox .mnuToglLnk div {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  background: var(--primary-dBlue);
  font-size: 24px;
  color: #fff;
}
.headerBox .mnuToglLnk p {
  color: var(--primary-dBlue);
  font-family: "YekanBakhFa_Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.headerBox .mnuToglLnk:hover {
  color: var(--primary-blue);
}
.headerBox .hdrLogo {
  display: block;
  width: 78px;
  height: 45px;
}
.headerBox .hdrLogo img {
  width: 100%;
  height: auto;
}
.headerBox .sideMenu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
}
.headerBox .sideMenu li {
  position: relative;
}
.headerBox .sideMenu li.active:after {
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  content: "";
  width: 83px;
  height: 3px;
  border-radius: 25px;
  background: var(--primary-dBlue);
}
.headerBox .sideMenu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  color: var(--primary-gray);
}
.headerBox .sideMenu li a:hover,
.headerBox .sideMenu li.active a {
  color: var(--primary-dBlue);
}
.headerBox .sideMenu li i {
  display: none;
}
.headerBox .sideMenu li span {
  font-size: 24px;
}
.headerBox .sideMenu a div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.headerBox .sideMenu li p {
  font-size: 16px;
  line-height: 1;
}
.headerBox .sideMenu li.active p {
  font-family: "YekanBakhFa_Bold";
}
.headerBox .headrLeft {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.headerBox .hdrCallBx,
.headerBox .sideTop .phonNum {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 8px 8px 16px;
  border-radius: 10px;
  background: rgba(9, 36, 104, 0.05);
}
.headerBox .hdrCallBx .iconBox,
.headerBox .sideTop .phonNum div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #fff;
  font-size: 22px;
  color: var(--primary-dBlue);
}
.headerBox .hdrCallBx .text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  color: var(--primary-dBlue);
}
.headerBox .hdrCallBx .text i {
  font-size: 14px;
}
.headerBox .hdrCallBx .text p {
  font-family: "YekanBakhFa_Medium";
  font-size: 16px;
}
.headerBox .headrLeft hr {
  width: 0px;
  height: 34.5px;
  border: none;
  border: 1px solid rgba(43, 43, 43, 0.22);
}
.headerBox .hdrCartBx {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 0.5px solid rgba(9, 36, 104, 0.22);
  font-size: 24px;
  color: var(--primary-dBlue);
}
.headerBox .hdrPrfile {
  height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 10px;
  border: 0.5px solid rgba(9, 36, 104, 0.22);
  color: var(--primary-dBlue);
}
.headerBox .hdrPrfile p {
  font-family: "YekanBakhFaNum_Medium";
  font-size: 16px;
  line-height: 1;
}
.headerBox .hdrPrfile span {
  font-size: 24px;
}
.headerBox .hdrPrfile:hover,
.headerBox .hdrCartBx:hover {
  border-color: var(--primary-dBlue);
}
.headerBox .sideTop {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.headerBox .sideTop .mnuToglLnk div {
  width: 46px;
  height: 46px;
}
.headerBox .sideTop .phonNum p {
  font-family: "YekanBakhFa_Medium";
  font-size: 16px;
  color: var(--primary-dBlue);
}
.headerBox .sideTop .phonNum {
  padding: 7px 6px 7px 8px;
}
.headerBox .sideLogLnk {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  gap: 8px;
  box-sizing: border-box;
  color: var(--primary-dBlue);
  border-radius: 15px;
  border: 1px solid rgba(9, 36, 104, 0.22);
  background: #f5f5f5;
  margin-bottom: 24px;
}
.headerBox .sideLogLnk span {
  font-size: 24px;
}
.headerBox .sideLogLnk p {
  font-size: 16px;
  font-family: "YekanBakhFa_Medium";
}
.headerBox .sideLogLnk:hover {
  border-color: var(--primary-dBlue);
}

.sideMenu .exitBtn {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: 52px;
  color: var(--primary-red);
  border-radius: 15px;
  border: 1px solid var(--primary-red);
  background: #fff;
  margin-top: 40px;
  cursor: pointer;
}
.sideMenu .exitBtn span {
  font-size: 24px;
}
.sideMenu .exitBtn p {
  font-size: 16px;
  font-family: "YekanBakhFa_Medium";
}
.sideMenu .exitBtn:hover {
  background: var(--primary-red);
  color: #fff;
}
.sideMenu .sideProfil {
  border-radius: 15px;
  border: 1px solid rgba(9, 36, 104, 0.22);
  background: #f5f5f5;
  padding: 14px 6px;
  margin-bottom: 24px;
  display: none;
}
.sideMenu .sideProfil .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--primary-dBlue);
  padding-left: 8px;
  cursor: pointer;
}
.sideMenu .sideProfil .link div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.sideMenu .sideProfil .link span {
  font-size: 24px;
}
.sideMenu .sideProfil .link p {
  font-size: 16px;
  font-family: "YekanBakhFa_Medium";
  line-height: 1;
}
.sideMenu .sideProfil .link i {
  color: var(--primary-black);
  font-size: 16px;
}
.sideMenu .sideProfil.open .link i {
  transform: rotate(180deg);
}
.sideMenu .sideProfil .sideProfMnu {
  margin-top: 23px;
  display: none;
}
.sideMenu .sideProfil .sideProfMnu li {
  margin-bottom: 16px;
}
.sideMenu .sideProfil .sideProfMnu li:last-child {
  margin-bottom: 0;
}
.sideMenu .sideProfil .sideProfMnu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 15px;
  background: #fff;
  width: 100%;
  height: 53px;
  padding: 0 19px 0 8px;
  color: var(--primary-black);
}
.sideMenu .sideProfil .sideProfMnu p {
  font-size: 16px;
}
.sideMenu .sideProfil .sideProfMnu span {
  font-size: 16px;
}
.sideMenu .sideProfil .sideProfMnu a:hover {
  color: var(--primary-dBlue);
}

/*==================topCatSec=================*/
.topCatSec {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding: 25px 0;
  width: 100%;
}
.topCatSec.fixed {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  background: #fff;
}
.topCatSec .topCatSwpr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36px;
  position: relative;
}
.topCatSec p {
  min-width: max-content;
  color: var(--primary-black);
  text-align: right;
  font-family: "YekanBakhFaNum_Medium";
  font-size: 16px;
}
.topCatSec .swiper .swiper-slide {
  width: max-content;
}
.topCatSec .swiper a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(43, 43, 43, 0.55);
  font-size: 16px;
  min-width: max-content;
  height: 39px;
  padding: 0 15px;
  border: 1px solid #fff;
  border-radius: 11px;
}
.topCatSec .swiper a:hover,
.topCatSec .swiper a.active {
  color: var(--primary-dBlue);
  border-color: rgba(9, 36, 104, 0.22);
}

/*==================topSlidrSec=================*/
.topSlidrSec {
  margin: 35px 0 50px 0;
}
.topSlidrSec .swiper-slide {
  width: 86%;
  max-width: 1351px;
  height: 524px;
  padding: 30px;
}
.topSlidrSec .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 27px;
}
.topSlidrSec .swiper-slide.swiper-slide-active {
  padding: 0;
}
.topSlidrSec .swiper-wrapper {
  padding-bottom: 40px;
}
.topSlidrSec .swiper-pagination {
  bottom: -15px;
}
.topSlidrSec
  .swiper-pagination
  .swiper-pagination-clickable
  .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(43, 43, 43, 0.19);
  opacity: 1;
}
.topSlidrSec .swiper-pagination-bullet-active {
  width: 34px;
  border-radius: 34px;
  background: #092468;
}

/*==================lgoSlidrSec=================*/
.lgoSlidrSec {
  margin-bottom: 60px;
}
.lgoSlidrSec .lgoSlidrDiv {
  width: 100%;
  height: 84px;
  padding: 0 21px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 17px;
  background: #f5f5f5;
}
.lgoSlidrSec .swiper-slide {
  width: 78px;
  height: 45px;
}
.lgoSlidrSec .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*==================guideSec=================*/
.guideSec {
  margin-bottom: 90px;
}
.guideSec .secTitle,
.lgoSlidrSec .secTitle {
  text-align: center;
  margin-bottom: 32px;
}
.guideSec .secTitle h2,
.lgoSlidrSec .secTitle h2 {
  font-size: 24px;
  color: var(--primary-black);
  font-family: "YekanBakhFa_Medium";
  margin-bottom: 10px;
}
.guideSec .secTitle strong,
.latestSec .secTitle strong,
.lgoSlidrSec .secTitle strong {
  color: var(--primary-dBlue);
  font-family: "YekanBakhFa_Bold";
  font-size: 24px;
}
.guideSec .secTitle h2 span,
.guideSec .secTitle h2 i,
.lgoSlidrSec .secTitle h2 span,
.lgoSlidrSec .secTitle h2 i,
.latestSec .secTitle h2 span,
.latestSec .secTitle h2 i {
  width: 7px;
  height: 7px;
  background: var(--primary-dBlue);
  border-radius: 50%;
  display: inline-block;
}
.guideSec .secTitle h2 span,
.latestSec .secTitle h2 span,
.lgoSlidrSec .secTitle h2 span {
  margin-left: 5px;
}
.guideSec .secTitle h2 i,
.latestSec .secTitle h2 i,
.lgoSlidrSec .secTitle h2 i {
  margin-right: 5px;
}
.guideSec .secTitle p {
  color: var(--primary-black);
  font-size: 16px;
}
.guideSec .guideDiv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.guideSec .guideRow {
  width: 33%;
  margin-bottom: 13px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  flex-direction: column;
}
.guideSec .guideNum {
  width: 180px;
  min-width: 180px;
  min-height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 43px;
  border: 1px solid rgba(9, 36, 104, 0.22);
  position: relative;
  margin: 0 auto;
}
.guideSec .guideNum::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-radius: 33px;
  background: #e9e9e9;
  width: 55%;
  height: 5px;
  display: none;
}
.guideSec .guideNum.active::after {
  background: linear-gradient(180deg, #1247ce 0%, #b020db 100%);
}
.guideSec .guideNum strong,
.guideSec .guideLeft .guideMinNum strong {
  font-family: "YekanBakhFa_Bold";
  background: linear-gradient(244deg, #680968 8.48%, #1247ce 93.86%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.guideSec .guideNum strong {
  font-size: 110px;
}
.guideSec .guideNum p,
.guideSec .guideLeft .guideMinNum p {
  color: rgba(43, 43, 43, 0.66);
  font-family: "YekanBakhFa_Medium";
  line-height: 1;
}
.guideSec .guideNum p {
  font-size: 18px;
  margin-top: -20px;
}
.guideSec .guideCntnt {
  position: relative;
  width: 100%;
  border-radius: 42.411px;
  border: 0.986px solid rgba(9, 36, 104, 0.22);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.guideSec .guideCntnt:before {
  position: absolute;
  left: 50%;
  top: -27px;
  transform: translateX(-50%) rotate(90deg);
  font-family: "icomoon";
  content: "\eaa5";
  font-size: 24px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--primary-dBlue);
  background: #fff;
}
.guideSec .guideInfo .guideTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.guideSec .guideInfo .guideTitle img {
  display: block;
  width: 53px;
  height: auto;
}
.guideSec .guideInfo .guideTitle h3 {
  color: var(--primary-black);
  text-align: right;
  font-family: "YekanBakhFa_Bold";
  font-size: 24px;
  line-height: 1.5;
}
.guideSec .guideText p {
  color: rgba(43, 43, 43, 0.66);
  text-align: right;
  font-size: 16px;
  font-family: "YekanBakhFa_Medium";
}
.guideSec .guideText button {
  display: block;
  height: 56px;
  padding: 0 40px;
  cursor: pointer;
  background: #fff;
  color: var(--primary-dBlue);
  font-family: "YekanBakhFa_Medium";
  font-size: 19px;
  border-radius: 17.753px;
  border: 0.986px solid rgba(9, 36, 104, 0.22);
  margin: 20px auto 0 auto;
}
.guideSec .guideText button:hover {
  background: var(--primary-dBlue);
  color: #fff;
}
.guideSec .guideText ul li {
  margin-bottom: 9px;
}
.guideSec .guideText ul li p {
  position: relative;
  padding-right: 10px;
}
.guideSec .guideText ul li p:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(43, 43, 43, 0.66);
  right: 0;
  top: 11px;
}
.guideSec .guideText ul li:last-child {
  margin-bottom: 0;
}
.guideSec .guideLeft .guideMinNum {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.guideSec .guideLeft .guideMinNum strong {
  font-size: 150px;
}
.guideSec .guideLeft .guideMinNum p {
  font-size: 22px;
  margin-top: -18px;
}
.guideSec .guideLeft .guideImg {
  width: 100%;
  height: 225px;
  border-radius: 34px;
}
.guideSec .guideLeft .guideImg img {
  width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 34px;
  object-fit: cover;
  object-position: center;
}

/*==================suggestSec=================*/
.suggestSec {
  margin-bottom: 90px;
}
.suggestSec .suggestBox {
  position: relative;
  overflow: hidden;
  padding: 20px 33px;
  border-radius: 27px;
  background: #f5f5f5;
}
.suggestSec .suggestBox:after,
.suggestSec .suggestBox:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 280px;
  height: 280px;
  background: linear-gradient(180deg, #d9d9d9 0%, #fff 100%);
  z-index: 0;
}
.suggestSec .suggestBox:after {
  top: -40px;
  left: -30px;
}
.suggestSec .suggestBox:before {
  right: -30px;
  bottom: -100px;
}
.suggestSec .suggestDiv {
  position: relative;
  z-index: 2;
}
.suggestSec .secTitle {
  color: var(--primary-dBlue);
  text-align: right;
  font-size: 24px;
  font-family: "YekanBakhFa_Bold";
  margin-bottom: 13px;
}
.suggestSec .suggestFiltr {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  background: #fff;
  overflow: auto;
  margin-bottom: 27px;
}
.suggestSec .suggestFiltr .radioRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 3px 15px 0 15px;
  height: 100%;
}
.suggestSec .suggestFiltr .radioBox {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
  width: max-content;
}
.suggestSec .radioBox input,
.suggestSec .radioBox label {
  height: 100%;
}
.suggestSec .radioBox input {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 2;
  opacity: 0;
}
.suggestSec .radioBox label {
  position: relative;
  width: max-content;
  color: rgba(43, 43, 43, 0.55);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.suggestSec .radioBox label:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 99px 99px 0 0;
  width: 1px;
  height: 4px;
  background: #fff;
  transition: all 0.6s;
}
.suggestSec .radioBox input:checked ~ label {
  color: var(--primary-dBlue);
  font-family: "YekanBakhFa_Bold";
}
.suggestSec .radioBox input:checked ~ label:after {
  background: var(--primary-dBlue);
  width: 127px;
}
.suggestSec .swiper-slide {
  width: max-content;
}
.lblCard {
  display: block;
  width: 297px;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  border: 1px solid #fff;
}
.lblCard .lblCrdImg {
  width: 100%;
  height: 195px;
}
.lblCard .lblCrdImg img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.lblCard .lblCrdInfo {
  padding: 10px 0;
}
.lblCard .lblCrdInfo h2 {
  color: var(--primary-black);
  text-align: right;
  font-family: "YekanBakhFa_Medium";
  font-size: 20px;
}
.lblCard .lblCrdInfo .tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.lblCard .lblCrdInfo .tags li {
  width: max-content;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0 7px;
  border-radius: 12px;
  background: rgba(9, 36, 104, 0.04);
}
.lblCard .lblCrdInfo .tags span {
  font-size: 16px;
}
.lblCard .lblCrdInfo .tags p {
  font-size: 14px;
}
.lblCard .lblCrdInfo .tags .blue {
  color: var(--primary-dBlue);
}
.lblCard .lblCrdInfo .tags .green {
  color: #0f6809;
}
.lblCard .lblCrdInfo .lblCrdTxt {
  color: rgba(43, 43, 43, 0.55);
  text-align: right;
  font-size: 16px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lblCard .btnBox {
  width: 100%;
  max-width: 215px;
  height: 50px;
  margin: 16px auto 0 auto;
  border-radius: 17.753px;
  border: 0.986px solid rgba(9, 36, 104, 0.22);
  padding: 0 20px;
  cursor: pointer;
  color: var(--primary-dBlue);
  font-size: 16px;
  font-family: "YekanBakhFa_Medium";
  display: flex;
  align-items: center;
  justify-content: center;
}
.lblCard .btnBox:hover {
  background: var(--primary-dBlue);
  color: #fff;
}
.lblCard:hover {
  border-color: var(--primary-dBlue);
}

/*==================labelSec=================*/
.labelSec {
  padding-bottom: 100px;
  overflow: hidden;
}
.labelSec .labelRow {
  margin-bottom: 70px;
}
.labelSec .lblRowCntnt {
  border: 0.986px solid rgba(9, 36, 104, 0.22);
  border-radius: 27px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.labelSec .labelRow:last-child {
  margin-bottom: 0;
}
.labelSec .labelInfo strong {
  color: var(--primary-dBlue);
  text-align: right;
  font-family: "YekanBakhFa_Bold";
  font-size: 24px;
  display: block;
}
.labelSec .labelInfo p {
  color: rgba(43, 43, 43, 0.55);
  text-align: right;
  font-family: "YekanBakhFa_Medium";
  font-size: 20px;
  margin: 24px 0;
}
.labelSec .labelInfo a {
  width: max-content;
  height: 56px;
  padding: 0 50px;
  color: var(--primary-dBlue);
  font-size: 19.726px;
  font-family: "YekanBakhFa_Medium";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  border: 0.986px solid rgba(9, 36, 104, 0.22);
}
.labelSec .labelInfo a:hover {
  background: var(--primary-dBlue);
  color: #fff;
}
.labelSec .labelRow .labelImage {
  width: 519px;
  min-width: 519px;
  border-radius: 33px;
}
.labelSec .labelRow .singlPhoto {
  width: 100%;
  height: 359px;
  border-radius: 33px;
  object-fit: cover;
}
.labelSec .labelRow.one .labelImage {
  position: relative;
}
.labelSec .labelRow.one .vector {
  position: absolute;
  width: 48px;
  height: auto;
  bottom: -40px;
  right: -60px;
  z-index: 0;
}
.labelSec .labelRow.two {
  position: relative;
}
.labelSec .labelRow.two .vector {
  position: absolute;
  right: -320px;
  top: -50px;
  width: 531px;
  height: 531px;
  border-radius: 50%;
  background: linear-gradient(188deg, #e0e1ff -83.03%, #fff 93.79%);
  transform: rotate(-90deg);
  z-index: 0;
}
.labelSec .labelRow.two .labelInfo strong span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary-dBlue);
  display: inline-block;
  margin: 8px auto 0 5px;
}
.labelSec .labelRow.two .labelInfo p {
  color: var(--primary-dBlue);
}
.labelSec .labelRow.two .swiper {
  width: 100%;
}
.labelSec .labelRow.two .swiper .swiper-wrapper {
  width: 100%;
  height: max-content;
  padding-bottom: 30px;
}
.labelSec .labelRow.two .swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(43, 43, 43, 0.19);
  opacity: 1;
}
.labelSec .labelRow.two .swiper .swiper-pagination-bullet-active {
  width: 34px;
  border-radius: 35px;
  background: var(--primary-dBlue);
}
.labelSec .labelRow.two .swiper img {
  width: 100%;
  height: 359px;
  border-radius: 33px;
  object-fit: cover;
}
.labelSec .labelRow.three {
  position: relative;
}
.labelSec .labelRow.two .labelInfo,
.labelSec .labelRow.three .labelInfo,
.labelSec .labelRow.three .labelImage {
  position: relative;
  z-index: 2;
}
.labelSec .labelRow.three .vector {
  position: absolute;
  width: 48px;
  height: auto;
  top: -50px;
  right: 0px;
  z-index: 1;
}
.labelSec .labelRow.four {
  position: relative;
}
.labelSec .labelRow.four .labelInfo {
  position: relative;
}
.labelSec .labelRow.four .vector {
  position: absolute;
  bottom: 10px;
  right: 270px;
  z-index: 0;
  width: 50px;
  height: auto;
}
.labelSec .labelRow.four .labelImage,
.labelSec .labelRow.five .labelImage,
.labelSec .labelRow.five .labelInfo,
.labelSec .labelRow.six .labelImage,
.labelSec .labelRow.seven .labelImage {
  position: relative;
  z-index: 2;
}
.labelSec .labelRow.four .vector2 {
  position: absolute;
  left: -400px;
  top: -290px;
  width: 728px;
  height: 727px;
  transform: rotate(90deg);
  border-radius: 50%;
  background: linear-gradient(188deg, #e0e1ff -83.03%, #fff 93.79%);
  z-index: 1;
}
.labelSec .labelRow.five,
.labelSec .labelRow.six,
.labelSec .labelRow.seven {
  position: relative;
}
.labelSec .labelRow.five .vector {
  position: absolute;
  border-radius: 50%;
  opacity: 0.6;
  background: linear-gradient(188deg, #e0e1ff -83.03%, #fff 93.79%);
  width: 322px;
  height: 321px;
  transform: rotate(-90deg);
  right: -180px;
  top: 75px;
}
.labelSec .labelRow.six .vector {
  position: absolute;
  width: 728px;
  height: 727px;
  transform: rotate(90deg);
  border-radius: 50%;
  background: linear-gradient(188deg, #e0e1ff -83.03%, #fff 93.79%);
  left: -380px;
  top: -150px;
}

/*==================faqSec=================*/
.faqSec {
  margin-bottom: 90px;
}
.faqSec .secTitle {
  color: var(--primary-black);
  font-size: 24px;
  font-family: "YekanBakhFa_Medium";
  margin-bottom: 16px;
}
.faqSec .faqRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 70px;
}
.faqSec .faqRow .right {
  width: 100%;
}
.faqSec .faqRow .faqBox {
  width: 100%;
  border-radius: 28px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  backdrop-filter: blur(21.299999237060547px);
  /* padding: 12px 25px 12px 25px; */
  margin-bottom: 16px;
}
.faqSec .faqRow .faqBox:last-child {
  margin-bottom: 0;
}
.faqSec .faqRow .faqHed {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  padding: 24px 25px;
}
.faqSec .faqRow .faqHed p {
  color: var(--primary-black);
  text-align: right;
  font-size: 20px;
  font-family: "YekanBakhFa_Medium";
}
.faqSec .faqRow .faqHed div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 24px;
  min-width: 24px;
  height: 24px;
  color: var(--primary-black);
  border: 1px solid var(--primary-black);
}
.faqSec .faqBox .faqHed span {
  font-size: 18px;
}
.faqSec .faqBox.active {
  border-color: rgba(9, 36, 104, 0.22);
}
.faqSec .faqBox.active span {
  transform: rotate(180deg);
}
.faqSec .faqBox .faqBdy {
  display: none;
  padding: 0 25px 25px 25px;
}
.faqSec .faqBox .faqBdy p {
  color: rgba(43, 43, 43, 0.55);
  text-align: right;
  font-size: 20px;
  font-family: "YekanBakhFa_Medium";
}
.faqSec .faqRow img {
  display: block;
  width: 460px;
  min-width: 460px;
  height: auto;
}

/*==================gallrySec=================*/
.gallrySec {
  margin-bottom: 50px;
}
.gallrySec .secTitle {
  color: var(--primary-black);
  text-align: center;
  font-family: "YekanBakhFaNum_Medium";
  font-size: 24px;
  margin-bottom: 16px;
}
.gallrySec .gallryBox {
  border-radius: 21px;
  background: #f5f5f5;
  padding: 16px 34px 30px 34px;
}
.gallrySec .gallryBox .lightgallery {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 17px;
  /* direction: ltr; */
}
.gallrySec .lightgallery .right {
  width: 40%;
  height: 426px;
}
.gallrySec .lightgallery a {
  display: block;
}
.gallrySec .lightgallery .right a {
  width: 100%;
  height: 100%;
}
.gallrySec .lightgallery .left {
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 17px;
}
.gallrySec .lightgallery .left a {
  width: 31.7%;
  height: 204px;
}
.gallrySec .lightgallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.gallrySec .moreImg {
  color: #fff;
  font-size: 19px;
  font-family: "YekanBakhFaNum_Medium";
  border-radius: 17px;
  border: 0.986px solid rgba(9, 36, 104, 0.22);
  background: var(--primary-dBlue);
  width: max-content;
  height: 56px;
  padding: 0px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 26px auto 0 auto;
}
.gallrySec .moreImg:hover {
  background: var(--primary-blue);
}

/*==================latestSec=================*/
.latestSec {
  margin-bottom: 90px;
}
.latestSec .secTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.latestSec .secTitle h2 {
  position: relative;
  font-size: 24px;
  color: var(--primary-black);
  font-family: "YekanBakhFa_Medium";
}
.latestSec .seeMoreLnk {
  height: 49px;
  border-radius: 30px;
  border: 1px solid var(--primary-dBlue);
  backdrop-filter: blur(27.799999237060547px);
  padding: 0 25px;
  color: var(--primary-dBlue);
  text-align: center;
  font-size: 16px;
  font-family: "YekanBakhFa_Medium";
  display: flex;
  align-items: center;
  justify-content: center;
}
.latestSec .seeMoreLnk:hover {
  background: var(--primary-dBlue);
  color: #fff;
}
.latestSec .swiper-slide {
  width: max-content;
}
.latestSec .lblCard {
  border-radius: 17px;
  border-color: rgba(9, 36, 104, 0.22);
  width: 320px;
}
.latestSec .lblCard:hover {
  border-color: var(--primary-dBlue);
}
.latestSec .lblCard h3 {
  color: var(--primary-black);
  text-align: right;
  font-size: 16px;
  font-family: "YekanBakhFa_Medium";
  margin-bottom: 30px;
}
.latestSec .lblCard .tags {
  margin-bottom: 0;
}
.latestSec #targetElement1 {
  margin-top: 20px;
}
.latestSec #targetElement1 a {
  margin: 0 auto;
  width: max-content;
}

/*==================commntsSec=================*/
.commntsSec {
  margin-bottom: 50px;
}
.commntsSec .secTitle {
  color: var(--primary-black);
  text-align: right;
  font-size: 24px;
  font-family: "YekanBakhFa_Medium";
  margin-bottom: 16px;
}
.commntsSec .comntSecBx {
  border-radius: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.22);
  background: #f5f5f5;
  padding: 33px 42px;
}
.commntsSec .sendComnt {
  width: 100%;
  min-height: 76px;
  border-radius: 20px;
  border: 1px solid rgba(9, 36, 104, 0.22);
  background: #fff;
  padding: 13px 30px 12px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.commntsSec .sendComnt textarea {
  width: 100%;
  color: var(--primary-black);
  text-align: right;
  font-size: 20px;
  height: 30px;
  padding-top: 5px;
  border: none;
}
.commntsSec .sendComnt button {
  color: rgba(43, 43, 43, 0.44);
  font-size: 20px;
  font-family: "YekanBakhFa_Medium";
  border-radius: 16px;
  background: #f5f5f5;
  min-width: 180px;
  height: 51px;
  padding: 0 80px;
  cursor: pointer;
  border: none;
}
.commntsSec .sendComnt button:hover {
  background: var(--primary-dBlue);
  color: #fff;
}
.commntsSec .comntDiv {
  margin-bottom: 24px;
}
.commntsSec .comntDiv .user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.commntsSec .comntDiv .user .userImg {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
}
.commntsSec .comntDiv .user .userImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.commntsSec .comntDiv .user p {
  color: var(--primary-dBlue);
  text-align: right;
  font-family: "YekanBakhFa_Medium";
  font-size: 20px;
}
.commntsSec .comntDiv .text {
  padding-right: 45px;
}
.commntsSec .comntDiv .text p {
  color: var(--primary-dBlue);
  text-align: right;
  font-family: "YekanBakhFa_Medium";
  font-size: 16px;
}
.commntsSec .comntDiv button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  color: var(--primary-dBlue);
}
.commntsSec .comntDiv button span {
  font-size: 12px;
}
.commntsSec .comntDiv button {
  border: none;
  background: transparent;
  font-family: "YekanBakhFa_Bold";
  font-size: 14px;
  margin: 10px auto 0 0;
}
.commntsSec .comntDiv button:hover {
  color: var(--primary-blue);
}
.commntsSec .comntDiv.comntReply {
  border-radius: 19px;
  background: #fff;
  margin-right: 60px;
  padding: 10px 25px;
}

/*==================gnrlArtclSec=================*/
.gnrlArtclSec {
  margin-bottom: 50px;
}
.gnrlArtclSec .secTitle {
  color: var(--primary-black);
  text-align: right;
  font-size: 24px;
  font-family: "YekanBakhFa_Medium";
  margin-bottom: 16px;
}
.gnrlArtclSec .gnrlArtclBx {
  border-radius: 17px;
  border: 1px solid rgba(9, 36, 104, 0.22);
  padding: 40px 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 35px;
}
.gnrlArtclSec .imgBx {
  min-width: 239px;
  width: 239px;
  height: 222px;
  border-radius: 13px;
}
.gnrlArtclSec .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 13px;
}
.gnrlArtclSec .infoBx .infoHed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 20px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.gnrlArtclSec .infoHed h2 {
  color: var(--primary-black);
  text-align: right;
  font-size: 20px;
  font-family: "YekanBakhFa_Medium";
}
.gnrlArtclSec .infoHed ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
}
.gnrlArtclSec .infoHed ul li {
  height: 30px;
  display: inline-flex;
  padding: 0 7px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 12px;
  background: rgba(9, 36, 104, 0.04);
  color: var(--primary-dBlue);
}
.gnrlArtclSec .infoHed ul span {
  font-size: 16px;
}
.gnrlArtclSec .infoHed ul p {
  font-size: 14px;
}

/* استایل‌های کامل برای infoText */
.gnrlArtclSec .infoBx .infoText {
  height: 75vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 10px;
}

.gnrlArtclSec .infoBx .infoText > * {
  text-align: right;
}

.gnrlArtclSec .infoBx .infoText *:has(> img) {
  text-align: center;
}

/* استایل‌های پاراگراف */
.gnrlArtclSec .infoBx .infoText p {
  color: #000;
  text-align: right;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* استایل‌های هدرها */
.gnrlArtclSec .infoBx .infoText h1 {
  color: var(--primary-dBlue, #092468);
  font-size: 36px;
  font-weight: bold;
  margin: 30px 0 20px 0;
  line-height: 1.4;
  text-align: right;
}

.gnrlArtclSec .infoBx .infoText h2 {
  color: var(--primary-dBlue, #092468);
  font-size: 32px;
  font-weight: bold;
  margin: 28px 0 18px 0;
  line-height: 1.4;
  text-align: right;
}

.gnrlArtclSec .infoBx .infoText h3 {
  color: var(--primary-dBlue, #092468);
  font-size: 28px;
  font-weight: bold;
  margin: 25px 0 16px 0;
  line-height: 1.4;
  text-align: right;
}

.gnrlArtclSec .infoBx .infoText h4 {
  color: var(--primary-dBlue, #092468);
  font-size: 24px;
  font-weight: bold;
  margin: 22px 0 14px 0;
  line-height: 1.4;
  text-align: right;
}

.gnrlArtclSec .infoBx .infoText h5 {
  color: var(--primary-dBlue, #092468);
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 12px 0;
  line-height: 1.4;
  text-align: right;
}

.gnrlArtclSec .infoBx .infoText h6 {
  color: var(--primary-dBlue, #092468);
  font-size: 18px;
  font-weight: bold;
  margin: 18px 0 10px 0;
  line-height: 1.4;
  text-align: right;
}

/* استایل‌های تصاویر */
.gnrlArtclSec .infoBx .infoText img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px auto;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gnrlArtclSec .infoBx .infoText figure {
  text-align: center;
  margin: 0 auto;
}

.gnrlArtclSec .infoBx .infoText figure img {
  margin: 0 auto;
}

.gnrlArtclSec .infoBx .infoText figure figcaption {
  color: #666;
  font-size: 16px;
  margin-top: 10px;
  font-style: italic;
}

/* استایل‌های جدول */
.gnrlArtclSec .infoBx .infoText table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.gnrlArtclSec .infoBx .infoText table thead {
  background: var(--primary-dBlue, #092468);
  color: #fff;
}

.gnrlArtclSec .infoBx .infoText table thead tr th {
  padding: 15px 12px;
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.gnrlArtclSec .infoBx .infoText table tbody tr {
  border-bottom: 1px solid #e0e0e0;
  transition: background 0.2s ease;
}

.gnrlArtclSec .infoBx .infoText table tbody tr:hover {
  background: rgba(9, 36, 104, 0.04);
}

.gnrlArtclSec .infoBx .infoText table tbody tr:last-child {
  border-bottom: none;
}

.gnrlArtclSec .infoBx .infoText table tbody tr td {
  padding: 12px;
  text-align: right;
  font-size: 16px;
  color: #333;
}

.gnrlArtclSec .infoBx .infoText table tbody tr td:first-child,
.gnrlArtclSec .infoBx .infoText table thead tr th:first-child {
  padding-right: 20px;
}

.gnrlArtclSec .infoBx .infoText table tbody tr td:last-child,
.gnrlArtclSec .infoBx .infoText table thead tr th:last-child {
  padding-left: 20px;
}

/* استایل‌های لیست‌ها */
.gnrlArtclSec .infoBx .infoText ul,
.gnrlArtclSec .infoBx .infoText ol {
  margin: 20px 0;
  padding-right: 30px;
  text-align: right;
}

.gnrlArtclSec .infoBx .infoText ul li,
.gnrlArtclSec .infoBx .infoText ol li {
  color: #000;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.gnrlArtclSec .infoBx .infoText ul li {
  list-style-type: disc;
}

.gnrlArtclSec .infoBx .infoText ol li {
  list-style-type: decimal;
}

/* استایل‌های لینک */
.gnrlArtclSec .infoBx .infoText a {
  color: var(--primary-dBlue, #092468);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.gnrlArtclSec .infoBx .infoText a:hover {
  color: var(--primary-orange, #ff6b35);
}

/* استایل‌های blockquote */
.gnrlArtclSec .infoBx .infoText blockquote {
  border-right: 4px solid var(--primary-dBlue, #092468);
  background: rgba(9, 36, 104, 0.04);
  padding: 20px 25px;
  margin: 25px 0;
  border-radius: 8px;
  font-style: italic;
  color: #333;
}

.gnrlArtclSec .infoBx .infoText blockquote p {
  margin-bottom: 0;
  font-size: 18px;
}

/* استایل‌های کد */
.gnrlArtclSec .infoBx .infoText code {
  background: #f5f5f5;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 16px;
  color: #d63384;
}

.gnrlArtclSec .infoBx .infoText pre {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid #e0e0e0;
}

.gnrlArtclSec .infoBx .infoText pre code {
  background: none;
  padding: 0;
  color: #333;
  font-size: 14px;
}

/* استایل‌های تاکیدی */
.gnrlArtclSec .infoBx .infoText strong,
.gnrlArtclSec .infoBx .infoText b {
  font-weight: bold;
  color: #000;
}

.gnrlArtclSec .infoBx .infoText em,
.gnrlArtclSec .infoBx .infoText i {
  font-style: italic;
}

/* استایل برای خط افقی */
.gnrlArtclSec .infoBx .infoText hr {
  border: none;
  border-top: 2px solid #e0e0e0;
  margin: 30px 0;
}

/* استایل اسکرول بار */
.gnrlArtclSec .infoBx .infoText::-webkit-scrollbar {
  width: 8px;
}

.gnrlArtclSec .infoBx .infoText::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.gnrlArtclSec .infoBx .infoText::-webkit-scrollbar-thumb {
  background: var(--primary-dBlue, #092468);
  border-radius: 10px;
}

.gnrlArtclSec .infoBx .infoText::-webkit-scrollbar-thumb:hover {
  background: #051a3d;
}

/*==================lblInfoSec=================*/
.lblInfoSec {
  margin: 40px 0 50px 0;
}
.lblInfoSec .lblInfoBox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.lblInfoSec .secTitle {
  color: var(--primary-black);
  text-align: right;
  font-size: 24px;
  font-family: "YekanBakhFa_Medium";
  margin-bottom: 26px;
}
.lblInfoSec .lblInfoText {
  border-radius: 18px;
  background: #f7f7f7;
  padding: 14px 20px;
  color: var(--primary-black);
}
.lblInfoSec .lblInfoText h2,
.lblInfoSec .lblInfoText strong {
  font-size: 20px;
  font-family: "YekanBakhFa_Bold";
}
.lblInfoSec .lblInfoText h2 {
  margin-bottom: 10px;
}
.lblInfoSec .lblInfoText p {
  font-size: 20px;
  line-height: 1.5;
}
.lblInfoSec .lblInfoVid {
  width: 50%;
  min-width: 50%;
  max-width: 664px;
  height: 320px;
  border-radius: 8px;
}
.lblInfoSec .lblInfoVid .video-js {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.lblInfoSec .lblInfoVid .vjs-poster {
  background-size: cover;
  backdrop-filter: blur(2px);
  border-radius: 8px;
}
.lblInfoSec .lblInfoVid .vjs-text-track-display {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.17);
  width: 100%;
  height: 100%;
}
.lblInfoSec
  .lblInfoVid
  .video-js.vjs-user-inactive.vjs-playing
  .vjs-text-track-display {
  background: transparent;
}
.lblInfoSec .lblInfoVid .video-js .vjs-tech {
  border-radius: 16px;
}
.lblInfoSec .lblInfoVid .vjs-big-play-button {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: -0.73px 0.73px 0.73px -1.46px rgba(255, 255, 255, 0.35) inset;
  backdrop-filter: blur(10px);
  z-index: 2;
}
.lblInfoSec
  .lblInfoVid
  .video-js
  .vjs-big-play-button
  .vjs-icon-placeholder:before {
  font-size: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lblInfoSec .lblInfoVid .video-js .vjs-big-play-button:focus,
.lblInfoSec .lblInfoVid .video-js:hover .vjs-big-play-button {
  border: none;
  background: transparent;
}
.lblInfoSec .lblInfoVid .vjs-has-started .vjs-control-bar {
  border-radius: 0 0 8px 8px;
}

/*==================lblFrmSec=================*/
.lblFrmSec {
  margin-bottom: 50px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.lblFrmSec .lblFrmDiv {
  border-radius: 17px;
  background: #f5f5f5;
  padding: 30px 18px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.lblFrmSec .secTitle {
  color: var(--primary-black);
  text-align: center;
  font-family: "YekanBakhFa_Medium";
  font-size: 20px;
  margin: 0 auto 20px auto;
  max-width: 300px;
}
.lblFrmSec .lblFrmRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  position: relative;
}
.lblFrmSec .lblFrmRow .lblFrmRght {
  width: 260px;
  min-width: 260px;
  padding: 25px 15px 15px 15px;
  border-radius: 16px;
  background: #fff;
  position: sticky;
  top: 85px;
  right: 0;
}
.lblFrmSec .lblFrmRght .imgBx {
  width: 100%;
  max-width: 284px;
  height: 170px;
  border-radius: 21px;
  margin: 0 auto 20px auto;
}
.lblFrmSec .lblFrmRght .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 21px;
}
.lblFrmSec .lblFrmRght .name {
  color: var(--primary-black);
  text-align: center;
  font-size: 20px;
  font-family: "YekanBakhFa_Medium";
  margin-bottom: 20px;
}
.lblFrmSec .lblFrmRght .typeRadioBx {
  position: relative;
  width: 100%;
  max-width: 280px;
  height: 53px;
  margin: 0 auto 16px auto;
  padding: 0;
}
.lblFrmSec .lblFrmRght .typeRadioBx input,
.lblFrmSec .lblFrmRght .typeRadioBx label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.lblFrmSec .lblFrmRght .typeRadioBx input {
  opacity: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.lblFrmSec .lblFrmRght .typeRadioBx label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--primary-black);
  border-radius: 15px;
  border: 1px solid rgba(43, 43, 43, 0.22);
  background: #fff;
  padding: 0 19px 0 6px;
}
.lblFrmSec .lblFrmRght .typeRadioBx label p {
  text-align: right;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lblFrmSec .lblFrmRght .typeRadioBx label span {
  font-size: 20px;
}
.lblFrmSec .lblFrmRght .typeRadioBx input:checked ~ label {
  color: #fff;
  background: var(--primary-dBlue);
}
.lblFrmSec .lblFrmRow .lblFrmLft {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.lblFrmSec .aditionalInfo {
  border-radius: 21px;
  background: #fff;
  padding: 20px;
  width: 100%;
}
.lblFrmSec .lblFrmLft .disebleBx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 13px;
  padding-top: 200px;
  color: var(--primary-black);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  z-index: 2;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6.75px);
}
.lblFrmSec .lblFrmLft .disebleBx span {
  font-size: 35px;
}
.lblFrmSec .lblFrmLft .disebleBx p {
  font-size: 20px;
  font-family: "YekanBakhFaNum_Medium";
}
.lblFrmSec .aditionalInfo .title {
  text-align: right;
  margin-bottom: 30px;
}
.lblFrmSec .aditionalInfo .title h2 {
  color: var(--primary-black);
  font-size: 20px;
  font-family: "YekanBakhFa_Medium";
}
.lblFrmSec .aditionalInfo .title span {
  font-size: 16px;
}
.lblFrmSec .aditionalInfo .title p {
  color: rgba(43, 43, 43, 0.55);
  font-size: 16px;
}
.lblFrmSec .aditionalInfo form {
  margin-bottom: 30px;
}
.frmInputRowContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
.frmInputRow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 0;
  flex-direction: column;
  width: 100%;
}
.frmInputBx {
  width: 100%;
  height: 61px;
  border-radius: 23px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  transition: all 0.6s;
}

/* استایل پیام خطا */
.frmInputRow .error-message {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 12px;
  margin-top: 8px;
  margin-right: 10px;
  font-family: "YekanBakhFaNum_Medium";
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.25);
  animation: slideDown 0.3s ease-out;
  position: relative;
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
}

.frmInputRow .error-message::before {
  content: "⚠";
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  flex-shrink: 0;
}

.frmInputRow .error-message::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: shimmer 2s infinite;
}

/* انیمیشن برای ظاهر شدن */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* استایل برای input با خطا */
.frmInputRow:has(.error-message) .frmInputBx {
  border-color: #ff6b6b;
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
.frmInputBx:has(input:focus),
.frmInputBx:has(select:focus) {
  border-color: var(--primary-dBlue);
}
.frmInputBx .inptTitle {
  min-width: max-content;
  height: 100%;
  padding: 0 12px 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.frmInputBx .inptTitle p {
  color: var(--primary-black);
  text-align: right;
  font-size: 18px;
  opacity: 0.44;
}
.frmInputBx .inptTitle span {
  cursor: pointer;
  font-size: 24px;
  color: var(--primary-dBlue);
}
.frmInputBx .inputDiv {
  width: 100%;
  height: 100%;
}
.frmInputBx .selectDiv {
  padding-left: 10px;
}
.frmInputBx .inputDiv input,
.frmInputBx .inputDiv select {
  width: 100%;
  height: 100%;
  border-radius: 23px 0 0 23px;
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  font-family: "YekanBakhFaNum_Regular";
  font-size: 18px;
  color: var(--primary-black);
}
.dsignMode {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 30px 0;
}
.lblFrmSec .dsignMode {
  border-bottom: 1px solid rgba(9, 36, 104, 0.22);
  padding-bottom: 30px;
}
.dsignMode p {
  color: var(--primary-black);
  text-align: right;
  font-size: 16px;
  font-family: "YekanBakhFa_Medium";
}
.dsignMode .modeRdioBx {
  color: var(--primary-black);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  position: relative;
  cursor: pointer;
}
.dsignMode .modeRdioBx i {
  font-family: "YekanBakhFa_Medium";
  font-size: 16px;
  line-height: 1;
}
.dsignMode .modeRdioBx input {
  margin: 0 0 3px 0px;
  width: 15px;
  height: 15px;
  border-color: var(--primary-black);
}
.dsignMode .modeRdioBx input:checked {
  background: #000;
}
.dsignMode .modeRdioBx .checkmark {
  position: absolute;
  top: 6.5px;
  right: 3px;
  height: 9px;
  width: 9px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.6s;
}
.dsignMode .modeRdioBx input:checked ~ .checkmark {
  background-color: var(--primary-dBlue);
}
.dsignMode .modeRdioBx .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lblFrmSec form .dsignStatus {
  margin-bottom: 30px;
}
.lblFrmSec .dsignStatus .statusTitle {
  color: var(--primary-black);
  text-align: right;
  font-size: 16px;
  font-family: "YekanBakhFa_Medium";
  margin-bottom: 16px;
}
.lblFrmSec .dsignStatus .statsRdioRow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}
.lblFrmSec .dsignStatus .statsRdioBx {
  position: relative;
  margin: 0;
  padding: 0;
  width: max-content;
  height: 53px;
}
.lblFrmSec .dsignStatus input,
.lblFrmSec .dsignStatus label {
  height: 100%;
  border-radius: 15px;
}
.lblFrmSec .dsignStatus input {
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.lblFrmSec .dsignStatus label {
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-black);
  text-align: center;
  font-size: 16px;
  border: 1px solid rgba(43, 43, 43, 0.22);
  background: #fff;
  padding: 0 25px;
}
.lblFrmSec .dsignStatus input:checked ~ label {
  border-color: var(--primary-dBlue);
  color: var(--primary-blue);
}
.lblFrmSec form .calcBtn {
  width: 100%;
  height: 54px;
  border-radius: 16px;
  background: var(--primary-dBlue);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "YekanBakhFa_Bold";
  border: none;
}
.lblFrmSec form .calcBtn:hover {
  background: var(--primary-blue);
}
.lblFrmSec .lblFrmLft .calcSection {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lblFrmSec .lblFrmLft .calcSection .calcRow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.lblFrmSec .lblFrmLft .calcSection .calcBtn {
  width: 100%;
  max-width: 300px;
  height: 54px;
  border-radius: 16px;
  background: var(--primary-dBlue);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "YekanBakhFa_Bold";
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.lblFrmSec .lblFrmLft .calcSection .calcBtn:hover {
  background: var(--primary-blue);
}
.lblFrmSec .lblFrmLft .lblTblDiv {
  border-radius: 16px;
  background: #f5f5f5;
  padding: 20px;
  margin-top: 20px;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  overflow: hidden;
}
.lblFrmSec .lblFrmLft .lblTblDiv .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.lblFrmSec .lblFrmLft .lblTblDiv .row {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.lblFrmSec .lblFrmLft .lblTblDiv .colBx {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.lblFrmSec .orderRow {
  position: sticky;
  top: 85px;
  width: 100%;
  min-width: 100%;
  border-radius: 16px;
  background: #fff;
  padding: 20px 15px;
  align-self: flex-start;
  flex-shrink: 0;
}
.lblFrmSec .orderRow .orderBtn {
  width: 100%;
  height: 53px;
  border-radius: 16px;
  background: var(--primary-green);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "YekanBakhFaNum_Medium";
  cursor: pointer;
  border: none;
}
.lblFrmSec .orderRow .orderBtn:hover {
  background: #0c7504;
}
.lblFrmSec .orderRow .priceBx {
  color: var(--primary-black);
  text-align: center;
  margin-bottom: 25px;
}
.lblFrmSec .orderRow .priceBx strong {
  font-size: 24px;
  font-family: "YekanBakhFaNum_Bold";
  display: block;
}
.lblFrmSec .orderRow .priceBx p {
  font-family: "YekanBakhFaNum_Regular";
  font-size: 16px;
}
.lblFrmSec .lblTblDiv .ourSuggested {
  margin: 0 0 10px auto;
  color: var(--primary-black);
  text-align: right;
  font-size: 20px;
  font-family: "YekanBakhFaNum_Medium";
}
/* Product Info List Styles */
.lblFrmSec .lblTblDiv .productInfoList {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lblFrmSec .lblTblDiv .productInfoItem {
  width: 100%;
  margin: 0;
  padding: 0;
}
.lblFrmSec .lblTblDiv .productInfoContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(9, 36, 104, 0.15);
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(9, 36, 104, 0.05);
  position: relative;
  overflow: hidden;
}
.lblFrmSec .lblTblDiv .productInfoContent::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--primary-dBlue);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lblFrmSec .lblTblDiv .productInfoContent:hover {
  border-color: var(--primary-dBlue);
  box-shadow: 0 4px 12px rgba(9, 36, 104, 0.15);
  transform: translateY(-2px);
}
.lblFrmSec .lblTblDiv .productInfoContent:hover::before {
  opacity: 1;
}
.lblFrmSec .lblTblDiv .productInfoKey {
  color: rgba(43, 43, 43, 0.7);
  font-size: 15px;
  font-family: "YekanBakhFaNum_Medium";
  text-align: right;
  flex-shrink: 0;
  min-width: max-content;
  padding: 4px 10px;
  background: rgba(9, 36, 104, 0.06);
  border-radius: 8px;
}
.lblFrmSec .lblTblDiv .productInfoArrow {
  color: var(--primary-dBlue);
  font-size: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  margin: 0 4px;
}
.lblFrmSec .lblTblDiv .productInfoContent:hover .productInfoArrow {
  transform: translateX(-4px);
}
.lblFrmSec .lblTblDiv .productInfoValue {
  color: var(--primary-black);
  font-size: 16px;
  font-family: "YekanBakhFaNum_Medium";
  text-align: right;
  flex: 1;
  font-weight: 500;
}

/* Product Info List - General styles for modals */
.productInfoList {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.productInfoItem {
  width: 100%;
  margin: 0;
  padding: 0;
}

.productInfoContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(9, 36, 104, 0.15);
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(9, 36, 104, 0.05);
  position: relative;
  overflow: hidden;
}

.productInfoContent::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--primary-dBlue);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.productInfoContent:hover {
  border-color: var(--primary-dBlue);
  box-shadow: 0 4px 12px rgba(9, 36, 104, 0.15);
  transform: translateY(-2px);
}

.productInfoContent:hover::before {
  opacity: 1;
}

.productInfoKey {
  color: rgba(43, 43, 43, 0.7);
  font-size: 15px;
  font-family: "YekanBakhFaNum_Medium";
  text-align: right;
  flex-shrink: 0;
  min-width: max-content;
  padding: 4px 10px;
  background: rgba(9, 36, 104, 0.06);
  border-radius: 8px;
}

.productInfoArrow {
  color: var(--primary-dBlue);
  font-size: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  margin: 0 4px;
}

.productInfoContent:hover .productInfoArrow {
  transform: translateX(-4px);
}

.productInfoValue {
  color: var(--primary-black);
  font-size: 16px;
  font-family: "YekanBakhFaNum_Medium";
  text-align: right;
  flex: 1;
  font-weight: 500;
}

/* Fetch Top Product Details Modal */
.fetch-top-product-details-modal {
  padding: 24px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
  border-radius: 16px;
  min-height: 200px;
}

.fetch-top-product-details-modal-footer {
  margin-top: 24px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(9, 36, 104, 0.1);
}

.fetch-top-product-close-btn {
  width: 100%;
  max-width: 200px;
  height: 48px;
  border-radius: 12px;
  background: var(--primary-dBlue);
  color: #fff;
  font-size: 16px;
  font-family: "YekanBakhFaNum_Medium";
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(9, 36, 104, 0.2);
}

.fetch-top-product-close-btn:hover {
  background: #0a1f5a;
  box-shadow: 0 4px 12px rgba(9, 36, 104, 0.3);
  transform: translateY(-2px);
}

.fetch-top-product-close-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(9, 36, 104, 0.2);
}

.tableDiv {
  border-radius: 11px;
}
.tableDiv.myOrdrTbl {
  padding: 15px;
  background: #f5f5f5;
  overflow-x: auto;
}
.tableDiv table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.tableDiv table th {
  padding: 10px 15px;
  color: var(--primary-black);
  text-align: center;
  min-width: max-content;

  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #fff;
  border-left: 1px solid rgba(43, 43, 43, 0.06);
}
.tableDiv table th:first-child {
  border-radius: 0 11px 11px 0;
}
.tableDiv table th:last-child {
  border-radius: 11px 0 0 11px;
  border-left: none;
}
.suggestedTbl table .tblTitle {
  color: var(--primary-black);
  font-size: 15px;
  font-family: "YekanBakhFaNum_Medium";
  display: none;
}
.lblFrmSec .lblTblDiv .tableDiv {
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(9, 36, 104, 0.3) transparent;
}
.lblFrmSec .lblTblDiv .tableDiv::-webkit-scrollbar {
  height: 8px;
}
.lblFrmSec .lblTblDiv .tableDiv::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.lblFrmSec .lblTblDiv .tableDiv::-webkit-scrollbar-thumb {
  background: rgba(9, 36, 104, 0.3);
  border-radius: 10px;
}
.lblFrmSec .lblTblDiv .tableDiv::-webkit-scrollbar-thumb:hover {
  background: rgba(9, 36, 104, 0.5);
}
.tableDiv.suggestedTbl th {
  font-size: 16px;
}
.myOrdrTbl table th {
  font-size: 18px;
  border-left: 1px solid rgba(43, 43, 43, 0.06);
}
.tableDiv table th:first-child {
  text-align: right;
}
/* .tableDiv table th:last-child {
  text-align: left;
} */
.myOrdrTbl table th:last-child {
  border-left: none;
  text-align: center;
}
.tableDiv table tr {
  margin-bottom: 10px;
}
.tableDiv.suggestedTbl tr {
  margin-bottom: 10px;
  border-radius: 11px;
  border: 1px solid #fff;
  cursor: pointer;
}
.tableDiv.suggestedTbl tr:last-child {
  margin-bottom: 0;
}
.tableDiv.suggestedTbl tr:hover {
  border-color: var(--primary-dBlue);
}
.tableDiv table td {
  padding: 10px;
  border: none;
  border-collapse: collapse;
  text-align: center;
}
.suggestedTbl table td:last-child {
  border-bottom: none;
}
.tableDiv table td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #fff;
  border-left: 1px solid rgba(43, 43, 43, 0.06);
}
.tableDiv table td:first-child {
  border-radius: 0 11px 11px 0;
  text-align: right;
}
.myOrdrTbl table td:first-child .text {
  justify-content: flex-start;
}
.tableDiv table td:last-child {
  border-radius: 11px 0 0 11px;
}
.myOrdrTbl table td:last-child {
  border-left: 0;
}
.myOrdrTbl table td .text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  min-width: max-content;
}
.myOrdrTbl table td p {
  color: var(--primary-black);
  font-size: 16px;
  font-family: "YekanBakhFaNum_Medium";
  min-width: 60px;
}
.myOrdrTbl table td i {
  display: none;
  color: rgba(43, 43, 43, 0.66);
  text-align: right;
  font-size: 16px;
  font-family: "YekanBakhFaNum_Medium";
  min-width: max-content;
}
.myOrdrTbl table td .status {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  height: 31px;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 16px;
}
.myOrdrTbl table td .status.green {
  color: var(--primary-green);
  background: rgba(11, 168, 0, 0.11);
}
.myOrdrTbl table td .status.gray {
  color: var(--primary-black);
  background: rgba(43, 43, 43, 0.11);
  opacity: 0.32;
}
.myOrdrTbl table td .status.red {
  color: var(--primary-red);
  background: rgba(245, 0, 0, 0.11);
}
.myOrdrTbl table td .status.blue {
  color: var(--primary-dBlue);
}
.myOrdrTbl table td a {
  display: block;
  color: var(--primary-dBlue);
  font-size: 16px;
  font-family: "YekanBakhFaNum_Medium";
  min-width: max-content;
}
.myOrdrTbl table td a span {
  display: none;
}
.myOrdrTbl table td a:hover {
  color: var(--primary-blue);
}
.suggestedTbl table .number {
  color: var(--primary-black);
  font-size: 16px;
  font-family: "YekanBakhFaNum_Medium";
}
.suggestedTbl table .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.suggestedTbl table p {
  color: var(--primary-green);
  font-size: 15px;
  font-family: "YekanBakhFaNum_Medium";
  min-width: max-content;
}
.suggestedTbl table span {
  color: var(--primary-green);
  font-size: 22px;
}
.tableDiv table .tblSelBtn {
  border: none;
  background: var(--primary-dBlue);
  color: #fff;
  font-size: 15px;
  padding: 0 10px;
  height: 40px;
  border-radius: 9px;
}
.tableDiv table .tblSelBtn:hover {
  background: var(--primary-blue);
}

/*==================onlnCalcSec=================*/
.onlnCalcSec {
  margin: 50px 0;
}
.onlnCalcSec .secTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 32px;
}
.onlnCalcSec .secTitle span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-dBlue);
}
.onlnCalcSec .secTitle h2 {
  color: var(--primary-dBlue);
  text-align: right;
  font-size: 24px;
  font-family: "YekanBakhFaNum_Bold";
}
.onlnCalcSec .calcBox {
  border-radius: 31px;
  border: 1px solid rgba(9, 36, 104, 0.22);
  padding: 35px 20px;
}
.onlnCalcSec .calcCatgry {
  margin-bottom: 35px;
}
.onlnCalcSec .calcCatgry .title {
  text-align: right;
  margin-bottom: 35px;
}
.onlnCalcSec .calcCatgry .title h3 {
  color: var(--primary-black);
  font-size: 20px;
  font-family: "YekanBakhFaNum_Medium";
}
.onlnCalcSec .calcCatgry .title p {
  color: rgba(43, 43, 43, 0.55);
  font-size: 16px;
}
.onlnCalcSec .calcCatgry .catRadioLst {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 22px;
}
.onlnCalcSec .calcCatgry .catRadioBx {
  position: relative;
  width: 228px;
  height: 63px;
  margin: 0;
  padding: 0;
}
.onlnCalcSec .calcCatgry .catRadioBx label,
.onlnCalcSec .calcCatgry .catRadioBx input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.onlnCalcSec .calcCatgry .catRadioBx input {
  opacity: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.onlnCalcSec .calcCatgry .catRadioBx label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(43, 43, 43, 0.22);
  color: var(--primary-black);
  text-align: center;
  font-size: 16px;
  font-family: "YekanBakhFaNum_Medium";
}
.onlnCalcSec .calcCatgry .catRadioBx input:checked ~ label {
  background: #092468;
  color: #fff;
}
.fixdBtmMnu {
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: max-content;
  padding: 15px 0;
  z-index: 9;
  display: none;
}
.fixdBtmMnu .calcRow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixdBtmMnu .calcRow .calcBtn {
  width: 100%;
  max-width: 200px;
  height: 50px;
  border-radius: 16px;
  background: var(--primary-dBlue);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "YekanBakhFa_Bold";
  border: none;
}
.fixdBtmMnu .calcRow .calcBtn:hover {
  background: var(--primary-blue);
}
.fixdBtmMnu .setOrdrDiv {
  display: none;
}
.fixdBtmMnu .setOrdrRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.fixdBtmMnu .setOrdrRow .priceBx strong {
  font-size: 20px;
  font-family: "YekanBakhFaNum_Bold";
  display: block;
}
.fixdBtmMnu .setOrdrRow .priceBx p {
  font-family: "YekanBakhFaNum_Regular";
  font-size: 14px;
}
.fixdBtmMnu .setOrdrRow .orderBtn {
  padding: 0 20px;
  height: 53px;
  border-radius: 16px;
  background: var(--primary-green);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: "YekanBakhFaNum_Medium";
  cursor: pointer;
  border: none;
}
.fixdBtmMnu .setOrdrRow .orderBtn:hover {
  background: #0c7504;
}

/*==================breadcrumbSec=================*/
.bredcrmbSec {
  margin: 24px 0;
}
.bredcrmbSec .linkList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  overflow: auto;
  border-radius: 25px;
  background: #f7f7f7;
  padding: 8px 14px;
}
.bredcrmbSec .linkList a {
  color: rgba(43, 43, 43, 0.66);
  text-align: right;
  font-family: "YekanBakhFaNum_Light";
  font-size: 14px;
  min-width: max-content;
}
.bredcrmbSec .linkList a:hover {
  color: var(--primary-blue);
}
.bredcrmbSec .linkList p {
  color: var(--primary-dBlue);
  text-align: right;
  font-size: 14px;
  min-width: max-content;
}
.bredcrmbSec .linkList span {
  font-size: 16px;
  color: var(--primary-dBlue);
}

/*==================blogPgSec=================*/
.blogPgSec {
  margin-bottom: 50px;
    height: 100vh;
    overflow-y: scroll;
}
.blogPgSec .blogPgRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  position: relative;
}
.blogPgSec .blogPgRght {
  width: 363px;
  min-width: 363px;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 25px;
  align-self: flex-start;
    height: 100vh;
    overflow-y: scroll;
}
.blogPgSec .blogPgRght .blgListBx,
.blogPgSec .blogPgRght .relatedBx {
  border-radius: 19px;
  border: 0.5px solid rgba(255, 255, 255, 0.22);
  background: #f7f7f7;
  backdrop-filter: blur(21px);
  padding: 14px 20px;
}
.blogPgSec .blogPgRght .blgListBx {
  margin-bottom: 24px;
}
.blogPgSec .blogPgRght .listTitle {
  margin-bottom: 32px;
  color: var(--primary-black);
  text-align: right;
  font-size: 20px;
  font-family: "YekanBakhFaNum_Medium";
}
.blogPgSec .relatedBx a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: var(--primary-black);
  border-radius: 15px;
  background: #fff;
  padding: 12px 19px 12px 15px;
  margin-bottom: 16px;
}
.blogPgSec .relatedBx a:last-child {
  margin-bottom: 0;
}
.blogPgSec .blgListBx a p {
  text-align: right;
  font-family: "YekanBakhFaNum_Light";
  font-size: 16px;
}
.blogPgSec .relatedBx a span {
  font-size: 18px;
}
.blogPgSec .relatedBx a:hover {
  color: var(--primary-blue);
}
.blogPgSec .blgListBx .progress-wrapper {
  position: relative;
}

.blogPgSec .blgContent {
  position: relative;
    min-height: 100vh;
}
.blogPgSec .blgContent .blgContntBx {
  position: relative;
  z-index: 2;
    min-height: 100vh;
}
.blogPgSec .blgContent:before {
  position: absolute;
  left: 5px;
  top: 450px;
  content: "";
  background: url("../img/vector/three.dot.svg");
  width: 50px;
  height: 42px;
  background-size: 50px 42px;
  z-index: 1;
}
.blogPgSec .blgContent::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 400px;
  height: 400px;
  transform: rotate(90deg);
  border-radius: 50%;
  background: linear-gradient(188deg, #e0e1ff -83.03%, #fff 93.79%);
  top: 50%;
  left: -10px;
}
.blogPgSec .blgContent img {
  width: 100%;
  height: 430px;
  border-radius: 19px;
  object-fit: cover;
  margin: 30px 0;
  position: relative;
  display: block;
}
.blogPgSec .blgContent img:first-child {
  margin-top: 0;
}
.blogPgSec .blgContent h1 {
  color: var(--primary-dBlue);
  text-align: right;
  font-size: 24px;
  font-family: "YekanBakhFaNum_Bold";
  margin-bottom: 19px;
}
.blogPgSec .blgContent .tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
.blogPgSec .blgContent .tags li {
  width: max-content;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-radius: 12px;
  background: rgba(9, 36, 104, 0.04);
}
.blogPgSec .blgContent .tags span {
  font-size: 16px;
}
.blogPgSec .blgContent .tags p {
  font-size: 14px;
  margin-bottom: 0;
}
.blogPgSec .blgContent .tags .blue {
  color: var(--primary-dBlue);
}
.blogPgSec .blgContent .tags .green {
  color: #0f6809;
}
.blogPgSec .blgContent h2,
.blogPgSec .blgContent h3,
.blogPgSec .blgContent h4,
.blogPgSec .blgContent h5,
.blogPgSec .blgContent h6,
.blogPgSec .blgContent div strong {
  color: var(--primary-black);
  font-size: 20px;
  font-family: "YekanBakhFaNum_Bold";
}
.blogPgSec .blgContent p,
.blogPgSec .blgContent span {
  color: #000;
  text-align: right;
  font-size: 20px;
  margin-bottom: 20px;
}
.blogPgSec .blgContent .blgContntBx div {
  border-radius: 18px;
  background: #f7f7f7;
  padding: 14px 20px;
  margin-bottom: 40px;
}
.blogPgSec .blgContent div p:last-child {
  margin-bottom: 0;
}
.blogPgSec .blgContent ul {
  margin-bottom: 30px;
  list-style: disc;
  padding-right: 20px;
}
.blogPgSec .blgContent ul li {
  color: #000;
  text-align: right;
  font-size: 20px;
  margin-bottom: 4px;
}

/* Fix for sticky sidebar - ensure parent containers don't clip */
.blogPgSec .container,
.blogPgSec .row,
.blogPgSec .colBx {
  overflow: visible !important;
}
.blogPgSec .row {
  flex-wrap: nowrap !important;
}

/**************************/
/* Scrolling progress bar */
/**************************/
.guideProgrs .progress-wrapper {
  height: max-content;
  width: 100%;
}
.guideProgrs .progress-line {
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: calc(100% - 15px);
  z-index: 0;
  border-radius: 15px;
  background: #e9e9e9;
}
.guideProgrs .progress-line-fill {
  background-color: var(--primary-dBlue);
  border-radius: 20px;
  top: 0px;
  right: 0;
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 3px;
  min-width: 3px;
  z-index: 1;
}
.guideProgrs .progress-step {
  z-index: 2;
  cursor: pointer;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 91%;
  margin-right: 23px;
  margin-bottom: 16px;
  position: relative;
  top: -8px;
  border-radius: 15px;
  background: #fff;
  padding: 12px 19px;
  color: var(--primary-black);
}
.guideProgrs .progress-step p {
  text-align: right;
  font-family: "YekanBakhFaNum_Light";
  font-size: 16px;
}
.guideProgrs .progress-step span {
  font-size: 14px;
}
.guideProgrs .progress-step:last-child {
  margin-bottom: 0;
}
.guideProgrs .progress-step:hover {
  color: var(--primary-blue);
}
.guideProgrs .progress-step::before {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 3;
  transition: all 0.3s;
  background: #e9e9e9;
  border: 1px solid #fff;
}
.guideProgrs .progress-step.active::before {
  background: var(--primary-dBlue);
}

/* Mobile TOC Button and Modal */
.blogPgMobileToc {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
}

.mobileTocBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: var(--primary-dBlue);
  color: #fff;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  font-family: "YekanBakhFaNum_Medium";
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(9, 36, 104, 0.3);
}

.mobileTocBtn span {
  font-size: 20px;
}

.mobileTocBtn:hover {
  background: #0a1f5a;
}

.mobileTocModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.mobileTocModal.open {
  display: block;
}

.mobileTocBackdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.mobileTocContent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 80vh;
  background: #fff;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.mobileTocHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobileTocHeader p {
  color: var(--primary-black);
  font-size: 18px;
  font-family: "YekanBakhFaNum_Bold";
}

.mobileTocClose {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  color: var(--primary-black);
  cursor: pointer;
}

.mobileTocClose:hover {
  background: #e0e0e0;
}

.mobileTocBody {
  padding: 20px;
  max-height: calc(80vh - 80px);
  overflow-y: auto;
}

/* Show mobile TOC on mobile devices */
@media (max-width: 991px) {
  .blogPgMobileToc {
    display: block;
  }
  
  .blogPgSec .blogPgRght .blgListBx {
    display: none;
  }
  
  .relatedBxMobile {
    display: block !important;
    border-radius: 19px;
    border: 0.5px solid rgba(255, 255, 255, 0.22);
    background: #f7f7f7;
    backdrop-filter: blur(21px);
    padding: 14px 20px;
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .relatedBxMobile {
    display: none;
  }
}

/*==================newBlogSec=================*/
.newBlogSec {
  margin: 50px 0;
}
.newBlgTitl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 32px;
}
.newBlgTitl2 {
  justify-content: center;
}
.newBlgTitl span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-dBlue);
}
.newBlgTitl h2 {
  color: var(--primary-black);
  text-align: right;
  font-size: 24px;
  font-family: "YekanBakhFaNum_Bold";
}
.newBlgTitl h2 strong {
  color: var(--primary-dBlue);
}
.newBlgList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.newBlgList .newBlgCrd {
  width: 48.9%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 17px;
  border: 1px solid rgba(9, 36, 104, 0.22);
  padding: 8px;
}
.newBlgList .newBlgCrd:hover {
  border-color: var(--primary-dBlue);
}
.newBlgCrd .imgBx {
  width: 239px;
  min-width: 239px;
  height: 210px;
  border-radius: 13px;
  background: gray;
}
.newBlgCrd .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
}
.newBlgCrd .infoBx h2 {
  color: var(--primary-black);
  text-align: right;
  font-size: 20px;
  font-family: "YekanBakhFaNum_Medium";
  margin-bottom: 10px;
}
.newBlgCrd .infoBx p {
  color: rgba(43, 43, 43, 0.66);
  text-align: right;
  font-size: 16px;
  font-family: "YekanBakhFaNum_Medium";
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.newBlgCrd .infoBx ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.newBlgCrd .infoBx ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 4px 7px;
  border-radius: 12px;
  background: rgba(9, 36, 104, 0.04);
  color: var(--primary-dBlue);
}
.newBlgCrd .infoBx ul span {
  font-size: 16px;
}
.newBlgCrd .infoBx ul i {
  font-size: 14px;
}

.paginationBx {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
}
.paginationBx button,
.paginationBx a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 15px;
  font-size: 18px;
  background: #fff;
  line-height: 1;
}
.paginationBx button {
  color: var(--primary-dBlue);
  border: 1px solid var(--primary-black);
}
.paginationBx a {
  font-family: "YekanBakhFaNum_Bold";
  color: #2b2b2b8c;
  border: 1px solid rgba(43, 43, 43, 0.55);
}
.paginationBx a:hover,
.paginationBx a.active,
.paginationBx button:hover {
  border-color: var(--primary-dBlue);
  background: var(--primary-dBlue);
  color: #fff;
}

/*==================shopGuidSec=================*/
.shopGuidSec {
  margin: 50px 0;
}
.shopGuidSec .stepRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.shopGuidSec .stepRow .vector {
  width: 211px;
  min-width: 211px;
  height: auto;
}
.shopGuidSec .stepRow .vector img {
  width: 100%;
  height: auto;
  border-radius: 33px;
}
.shopGuidSec .stepRow .stepText h3 {
  margin-bottom: 15px;
  color: var(--primary-black);
  text-align: right;
  font-size: 24px;
  font-family: "YekanBakhFaNum_Bold";
}
.shopGuidSec .stepRow .stepText p,
.shopGuidSec .stepRow .stepText li {
  color: var(--primary-black);
  font-size: 18px;
}
.shopGuidSec .stepRow .stepText ul {
  padding-right: 15px;
  list-style: disc;
}
.shopGuidSec .stepRow .stepText li {
  margin-bottom: 5px;
}
.shopGuidSec .stepRow .imgBx {
  width: 430px;
  min-width: 430px;
  height: 320px;
  border-radius: 7px;
}
.shopGuidSec .stepRow .imgBx img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.shopGuidSec .moreDtails {
  color: var(--primary-black);
  text-align: right;
  border-radius: 21px;
  background: #f5f5f5;
  margin: 35px 0;
  padding: 11px 15px;
}
.shopGuidSec .moreDtails h3 {
  font-size: 24px;
  font-family: "YekanBakhFaNum_Bold";
  margin-bottom: 16px;
}
.shopGuidSec .moreDtails p {
  font-size: 20px;
}
.shopGuidSec .sugstionDiv {
  color: var(--primary-green);
  text-align: center;
  font-size: 20px;
  border-radius: 20px;
  background: rgba(11, 168, 0, 0.11);
  padding: 12px 36px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 50px auto;
}
.shopGuidSec .guidGllry {
  margin-bottom: 50px;
}
.shopGuidSec .guidGllry .lightgallery {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px 17px;
  flex-wrap: wrap;
}
.shopGuidSec .guidGllry .glryCard {
  width: 32%;
  height: 353px;
  border-radius: 7px;
  display: block;
}
.shopGuidSec .guidGllry .glryCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.shopGuidSec .sampleVid {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(37, 37, 37, 0.15);
}
.shopGuidSec .sampleVid h2 {
  margin-bottom: 15px;
  text-align: center;
  font-family: "YekanBakhFaNum_Bold";
  font-size: 24px;
  color: var(--primary-black);
}
.shopGuidSec .sampleVid .videoBx {
  width: 100%;
  max-width: 666px;
  height: 353px;
  margin: 0 auto;
  border-radius: 8px;
}
.shopGuidSec .sampleVid .videoBx .video-js {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.shopGuidSec .sampleVid .vjs-poster {
  background-size: cover;
  backdrop-filter: blur(2px);
  border-radius: 8px;
}
.shopGuidSec .sampleVid .vjs-text-track-display {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.17);
  width: 100%;
  height: 100%;
}
.shopGuidSec
  .sampleVid
  .video-js.vjs-user-inactive.vjs-playing
  .vjs-text-track-display {
  background: transparent;
}
.shopGuidSec .sampleVid .video-js .vjs-tech {
  border-radius: 16px;
}
.shopGuidSec .sampleVid .vjs-big-play-button {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: -0.73px 0.73px 0.73px -1.46px rgba(255, 255, 255, 0.35) inset;
  backdrop-filter: blur(10px);
  z-index: 2;
}
.shopGuidSec
  .sampleVid
  .video-js
  .vjs-big-play-button
  .vjs-icon-placeholder:before {
  font-size: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopGuidSec .sampleVid .video-js .vjs-big-play-button:focus,
.shopGuidSec .sampleVid .video-js:hover .vjs-big-play-button {
  border: none;
  background: transparent;
}
.shopGuidSec .sampleVid .vjs-has-started .vjs-control-bar {
  border-radius: 0 0 8px 8px;
}

/*==================footer=================*/
footer {
  border-top: 1px solid rgba(43, 43, 43, 0.22);
  margin-top: 40px;
}
.footrBox .fotrTopRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px 40px;
}
.fotrTopRow {
  padding: 27px 0;
}
.fotrTopRow .ftrRight {
  width: 100%;
  max-width: 525px;
}
.ftrRightBx {
  position: relative;
  width: 100%;
  max-width: 525px;
  min-height: 207px;
  border-radius: 25px;
  background: #092468;
  overflow: hidden;
  padding: 26px 34px;
  color: #fff;
  text-align: right;
}
.ftrRightBx:after,
.ftrRightBx:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: rgba(111, 152, 255, 0.22);
}
.ftrRightBx:after {
  width: 88px;
  height: 88px;
  top: -30px;
  left: -20px;
}
.ftrRightBx:before {
  width: 109px;
  height: 109px;
  bottom: -30px;
  right: -20px;
}
.ftrRightBx strong {
  font-family: "YekanBakhFa_Bold";
  font-size: 20px;
}
.ftrRightBx p {
  font-family: "YekanBakhFa_Medium";
  font-size: 16px;
}
.fotrTopRow .ftrAdress {
  margin-top: 20px;
  color: var(--primary-black);
  font-family: "YekanBakhFa_Medium";
}
.ftrAdress h4 {
  font-size: 20px;
}
.ftrAdress p {
  font-size: 16px;
}
.fotrTopRow .ftrMenu p {
  color: #092468;
  opacity: 0.6;
  text-align: right;
  font-family: "YekanBakhFa_Medium";
  font-size: 20px;
  margin-bottom: 16px;
  min-width: max-content;
}
.fotrTopRow .ftrMenu a {
  display: block;
  color: var(--primary-gray);
  font-family: "YekanBakhFa_Medium";
  font-size: 16px;
  min-width: max-content;
  margin-bottom: 16px;
}
.fotrTopRow .ftrMenu a:last-child {
  margin-bottom: 0;
}
.fotrTopRow .ftrMenu a:hover {
  color: var(--primary-dBlue);
}
.fotrTopRow .footerLogo {
  width: 306px;
  height: auto;
  display: block;
}
.fotrTopRow .ftrSocials a {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 0.5px solid rgba(9, 36, 104, 0.22);
  background: #fff;
  font-size: 20px;
  color: var(--primary-black);
  margin-bottom: 35px;
}
.fotrTopRow .ftrSocials a:last-child {
  margin-bottom: 0;
}
.fotrTopRow .ftrSocials a:hover {
  border-color: var(--primary-dBlue);
}
.footerBtm {
  border-top: 0.5px solid rgba(43, 43, 43, 0.33);
  padding: 16px 0 20px 0;
}
.footerBtm .fotrBtmRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
  width: 100%;
}
.fotrBtmRow .copyright {
  color: rgba(43, 43, 43, 0.66);
  text-align: right;
  font-size: 16px;
}
.fotrBtmRow .copyright a {
  color: rgba(43, 43, 43, 0.66);
}
.fotrBtmRow .copyright a:hover {
  color: var(--primary-blue);
}
.fotrBtmRow .namadBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
.fotrBtmRow .namadBox a {
  width: 62px;
  height: 62px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12.509px;
  border: 0.544px solid rgba(43, 43, 43, 0.33);
}
.fotrBtmRow .namadBox img {
  width: 100%;
  height: auto;
}
.fotrBtmRow .namadBox a:hover {
  border-color: var(--primary-dBlue);
}

/*==================loginSec=================*/
.loginSec {
  min-height: 100vh;
}
.loginSec .loginBox {
  width: 528px;
  max-width: 100%;
  border-radius: 25px;
  border: 1px solid rgba(9, 36, 104, 0.22);
  box-shadow: 0 4px 33px 0 rgba(0, 0, 0, 0.04);
  margin: 100px auto;
  padding: 32px 20px;
}
.loginSec .loginBox .loginLogo {
  width: 78px;
  height: auto;
  display: block;
}
.loginSec .loginBox .loginLogo img {
  width: 100%;
  height: auto;
  display: block;
}
.loginSec .loginBox .welcomeBx {
  width: 190px;
  margin: 0 auto 80px auto;
}
.loginSec .loginBox .welcomeBx p {
  color: rgba(0, 0, 0, 0.44);
  text-align: right;
  font-size: 20px;
}
.loginSec .loginBox .welcomeBx h1 {
  color: var(--primary-dBlue);
  text-align: center;
  font-size: 48px;
  font-family: "YekanBakhFaNum_Bold";
}
.loginSec .loginBox .loginText {
  color: var(--primary-black);
  text-align: right;
  font-size: 16px;
  margin-bottom: 12px;
}
.loginSec .loginBox .loginText span {
  color: var(--primary-dBlue);
  font-family: "YekanBakhFaNum_Medium";
}
.loginSec .loginBox .frmInputBx {
  width: 100%;
  margin-bottom: 30px;
}
.loginSec .loginBox .frmInputBx.oneInput {
  margin-bottom: 60px;
}
.loginSec .loginBox .frmInputBx .inputDiv input {
  color: var(--primary-dBlue);
  font-family: "YekanBakhFaNum_Medium";
}
.loginSec .loginBox .frmInputBx.centerInput .inputDiv input {
  text-align: center;
  padding: 0 10px;
}
.loginSec .loginBox .resendTime {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 40px;
}
.loginSec .loginBox .resendTime button {
  height: max-content;
  line-height: 1;
  color: rgba(43, 43, 43, 0.33);
  font-size: 16px;
  font-family: "YekanBakhFa_Medium";
  border: none;
  background: transparent;
  text-decoration-line: underline;
}
.loginSec .loginBox .resendTime button:hover {
  color: var(--primary-blue);
}
.loginSec .loginBox .resendTime .time {
  color: var(--primary-dBlue);
  font-size: 16px;
  font-family: "YekanBakhFa_Medium";
}
.loginSec .loginBox .loginBtn {
  width: 100%;
  height: 61px;
  border-radius: 16px;
  background: var(--primary-dBlue);
  color: #fff;
  font-size: 20px;
  font-family: "YekanBakhFaNum_Medium";
  border: none;
}
.loginSec .loginBox .loginBtn:hover {
  background: var(--primary-blue);
}
.loginSec .loginTerms {
  color: rgba(43, 43, 43, 0.55);
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.loginSec .loginTerms a {
  color: var(--primary-dBlue);
  font-size: 14px;
  font-family: "YekanBakhFaNum_Bold";
}
.loginSec .loginTerms a:hover {
  color: var(--primary-blue);
}

/*==================notFoundSec=================*/
.notFoundSec {
  margin: 50px 0;
}
.notFoundSec .notFoundBx {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.notFoundSec img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.notFoundSec p {
  text-align: center;
  color: var(--primary-dBlue);
  font-family: "YekanBakhFaNum_Bold";
  font-size: 20px;
}

/*==================media=================*/
@media (min-width: 992px) {
  .lblFrmSec .lblFrmLft .lblTblDiv {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 20px;
  }
  .lblFrmSec .lblFrmLft .lblTblDiv .container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .lblFrmSec .lblFrmLft .lblTblDiv .row {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .lblFrmSec .lblFrmLft .lblTblDiv .colBx {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .lblFrmSec .lblFrmLft .lblTblDiv .tableDiv {
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .lblFrmSec .lblFrmLft .lblTblDiv .suggestedTbl table {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1399px) {
  .latestSec .lblCard {
    width: 290px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .lblFrmSec .orderRow {
    width: 340px;
    min-width: 340px;
  }
  .shopGuidSec .guidGllry .glryCard {
    height: 315px;
  }
  .onlnCalcSec .calcCatgry .catRadioLst {
    gap: 16px 45px;
  }
  .gallrySec .lightgallery .left a {
    width: 31.5%;
    height: 190px;
  }
  .gallrySec .lightgallery .right {
    height: 400px;
  }
  .topSlidrSec .swiper-slide {
    width: 1000px;
    height: 410px;
  }
  .headrRight {
    gap: 22px;
  }
  .headerBox .sideMenu ul {
    gap: 22px;
  }
  .headerBox .headrLeft {
    gap: 13px;
  }
}
@media (max-width: 1199px) {
  .lblFrmSec .lblFrmRow {
    flex-wrap: wrap;
  }
  .lblFrmSec .lblFrmRow .lblFrmRght {
    width: 100%;
    position: static;
    top: unset;
    right: unset;
  }
  .shopGuidSec .stepRow {
    flex-direction: column;
  }
  .shopGuidSec .stepRow .imgBx,
  .shopGuidSec .stepRow .vector {
    min-width: unset;
    max-width: 100%;
  }
  .labelSec .labelRow {
    margin-bottom: 50px;
  }
  .labelSec .lblRowCntnt {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .labelSec .labelRow .labelImage {
    width: 100%;
    min-width: unset;
    max-width: 519px;
  }
  .labelSec .labelInfo strong {
    font-size: 20px;
  }
  .labelSec .labelInfo p {
    font-size: 16px;
    margin: 5px 0 18px auto;
  }
  .labelSec .labelRow .vector,
  .labelSec .labelRow .vector2 {
    display: none;
  }
  .faqSec .faqRow .faqHed {
    padding: 22px 15px 10px 15px;
  }
  .faqSec .faqBox .faqBdy {
    padding: 10px 15px 15px 15px;
  }
  .faqSec .faqRow .faqHed p,
  .faqSec .faqBox .faqBdy p {
    font-size: 16px;
  }
  .headrRight {
    gap: 0;
  }
  .headerBox .sideTop,
  .headerBox .mnuToglLnk,
  .headerBox .sideLogLnk {
    display: flex;
  }
  .sideMenu .sideProfil {
    display: block;
  }
  .sideMenu .exitBtn {
    display: flex;
    position: sticky;
    top: 100%;
  }
  .sideMnuBx {
    width: 300px;
    height: 100vh;
    overflow: auto;
    position: fixed;
    top: 0;
    right: -300px;
    background: #fff;
    box-sizing: border-box;
    direction: ltr;
    padding: 25px 20px;
    z-index: 15;
  }
  .sideMnuBx.opened {
    right: 0;
    z-index: 15;
  }
  .sideMenu {
    position: relative;
    direction: rtl;
    min-height: 100%;
  }
  .headerBox .sideMenu ul {
    display: block;
  }
  .headerBox .hdrCallBx,
  .headerBox .headrLeft hr,
  .headerBox .hdrPrfile p {
    display: none;
  }
  .headrRight {
    width: calc(50% + 36px);
    justify-content: space-between;
  }
  .headerBox .sideMenu li {
    width: 100%;
    margin-bottom: 21px;
  }
  .headerBox .sideMenu li:last-child {
    margin-bottom: 0;
  }
  .headerBox .sideMenu li a {
    box-sizing: border-box;
    width: 100%;
    height: 53px;
    padding: 0 14px 0 6px;
    border-radius: 15px;
  }
  .headerBox .sideMenu li i {
    display: block;
  }
  .headerBox .sideMenu li.active a {
    border: 1px solid rgba(43, 43, 43, 0.22);
    background: var(--primary-dBlue);
    color: #fff;
  }
  .headerBox .sideMenu li.active:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lblFrmSec .lblFrmRow .lblFrmRght {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    position: relative;
    padding-top: 80px;
  }
  .lblFrmSec .lblFrmRght .name {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }
  .lblFrmSec .lblFrmRght .imgBx {
    margin: 0;
  }
  .lblFrmSec .lblFrmRght .typeRadioBx {
    max-width: unset;
  }
  .lblFrmSec .lblFrmRght .chapType {
    width: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .guideSec .guideLeft .guideImg {
    height: 190px;
  }
  .shopGuidSec .guidGllry .glryCard {
    height: 270px;
  }
  .newBlgCrd .imgBx {
    width: 215px;
    min-width: 215px;
  }
  .blogPgSec .blgContent img {
    height: 370px;
  }
  .onlnCalcSec .calcCatgry .catRadioLst {
    gap: 16px 13px;
  }
  .onlnCalcSec .calcCatgry .catRadioBx {
    width: 207px;
  }
  .onlnCalcSec .calcCatgry .catRadioBx label {
    font-size: 15px;
  }
  .gallrySec .lightgallery .left a {
    width: 31.1%;
    height: 160px;
  }
  .gallrySec .lightgallery .right {
    height: 337px;
  }
  .topSlidrSec .swiper-slide {
    height: 340px;
    width: 835px;
  }
  .faqSec .faqRow img {
    width: 380px;
    min-width: 380px;
  }
}
@media (max-width: 991px) {
  .suggestedTbl table .number {
    text-align: right;
  }
  .suggestedTbl table td:first-child,
  .tableDiv table th:first-child {
    border-radius: 0 11px 11px 0;
  }
  .suggestedTbl table td:last-child,
  .tableDiv table th:last-child {
    border-radius: 11px 0 0 11px;
  }
  .lblFrmSec .lblTblDiv .ourSuggested {
    text-align: center;
  }
  .lblFrmSec .lblFrmRow .lblFrmLft {
    width: 100%;
    border-radius: 16px;
    flex-direction: column;
    gap: 0;
    padding-bottom: 150px;
  }
  .onlnCalcSec .lblFrmSec {
    margin-bottom: 0;
  }
  .lblFrmSec .lblFrmLft .calcSection {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lblFrmSec .lblFrmLft .calcSection .calcBtn {
    max-width: 100%;
    display: block;
  }
  .lblFrmSec .lblFrmLft .calcSection .lblTblDiv {
    margin-top: 20px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 16px;
  }
  .lblFrmSec .lblFrmLft .calcSection .lblTblDiv .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .lblFrmSec .lblFrmLft .calcSection .lblTblDiv .row {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .lblFrmSec .lblFrmLft .calcSection .lblTblDiv .colBx {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .lblFrmSec .lblFrmLft .calcSection .lblTblDiv .tableDiv {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin: 0;
    border-radius: 11px;
  }
  .lblFrmSec .lblFrmLft .calcSection .lblTblDiv .suggestedTbl {
    min-width: 100%;
    width: 100%;
  }
  .lblFrmSec .lblFrmLft .calcSection .lblTblDiv .suggestedTbl table {
    min-width: 650px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .lblFrmSec .lblFrmLft .calcSection .lblTblDiv .ourSuggested {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .lblFrmSec .lblFrmLft .calcSection .lblTblDiv .productInfoList {
    margin-bottom: 15px;
  }
  .lblFrmSec .orderRow {
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    min-width: 100%;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -5px 31.6px 0 rgba(0, 0, 0, 0.12);
    z-index: 10;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .lblFrmSec .orderRow .priceBx {
    display: block;
    margin-bottom: 0;
  }
  .lblFrmSec .orderRow .orderBtn {
    display: block;
    width: 100%;
    margin: 0;
  }
  .guideSec .guideLeft .guideImg {
    height: auto;
    max-width: 360px;
  }
  /* .guideSec .guideLeft .guideImg img{
    height: ;
  } */
  .guideSec .guideDiv {
    flex-direction: column;
  }
  .guideSec .guideRow {
    width: 100%;
  }
  .guideSec .guideNum,
  .guideSec .guideCntnt:before {
    display: none;
  }
  .guideSec .guideCntnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column-reverse;
    padding: 20px;
  }
  .guideSec .guideLeft {
    width: 100%;
    border-bottom: 1px solid rgba(9, 36, 104, 0.22);
    padding: 0 20px;
  }
  .guideSec .guideLeft .guideMinNum {
    display: flex;
  }
  .guideSec .guideLeft {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .frmInputBx .inptTitle p {
    font-size: 16px;
  }

  .panelSec .newBlgTitl {
    justify-content: center;
  }
  .newBlgList .newBlgCrd {
    width: 100%;
  }
  .blogPgSec .blogPgRow {
    flex-direction: column-reverse;
  }
  .blogPgSec .blogPgRght {
    width: 100%;
    min-width: unset;
    position: static;
  }
  .lblInfoSec .lblInfoBox {
    flex-direction: column;
  }
  .lblInfoSec .lblInfoVid {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
  .gallrySec .gallryBox .lightgallery,
  .gallrySec .lightgallery .left {
    gap: 11px;
  }
  .gallrySec .lightgallery img {
    border-radius: 14px;
  }
  .gnrlArtclSec .gnrlArtclBx,
  .faqSec .faqRow {
    flex-direction: column;
    gap: 30px;
  }
  .faqSec .faqRow img {
    width: 100%;
    max-width: 370px;
    min-width: unset;
    margin: 0 auto;
  }
  .guideSec .guideInfo .guideTitle {
    justify-content: center;
  }
  .guideSec .guideText p {
    font-size: 16px;
    text-align: center;
  }
  .guideSec .guideText ul li p {
    width: max-content;
    margin: 0 auto;
  }
  .guideSec .guideText ul li p:before {
    top: 9px;
  }
  .guideSec .guideText button {
    margin: 20px auto 0 auto;
  }
  .guideSec .guideInfo .guideTitle h3 {
    font-size: 22px;
  }
  .topSlidrSec .swiper-slide {
    height: 430px;
  }
  .footrBox .fotrTopRow {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fotrTopRow .ftrRight {
    max-width: 100%;
  }
  .fotrTopRow .footerLogo {
    width: auto;
    transform: rotate(90deg);
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lblFrmSec .lblFrmRow .lblFrmLft {
    padding: 12px;
  }
  .aditionalInfo .frmInputBx {
    width: 100%;
  }
  .shopGuidSec .guidGllry .lightgallery {
    gap: 12px;
  }
  .shopGuidSec .guidGllry .glryCard {
    height: 205px;
  }
  .onlnCalcSec .calcCatgry .catRadioBx {
    width: 48%;
  }
  .gallrySec .lightgallery .left a {
    width: 31.1%;
    height: 124px;
  }
  .gallrySec .lightgallery .right {
    height: 260px;
  }
  .topSlidrSec .swiper-slide {
    height: 270px;
    width: 660px;
  }
  .fotrTopRow .footerLogo {
    height: 235px;
    right: -198px;
    top: 120px;
  }
}
@media (max-width: 767px) {
  .tableDiv.suggestedTbl th,
  .suggestedTbl table p {
    font-size: 15px;
  }
  .suggestedTbl table span {
    font-size: 20px;
  }
  .lblFrmSec .lblFrmRow .lblFrmLft {
    padding: 0;
  }
  .myOrdrTbl table td i,
  .myOrdrTbl table td p,
  .myOrdrTbl table td .status {
    font-size: 14px;
  }
  .tableDiv.myOrdrTbl {
    background: transparent;
    padding: 0;
    overflow: hidden;
  }
  .myOrdrTbl.tableDiv table tr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 3px;
  }
  .myOrdrTbl table td {
    background: #f5f5f5;
    border-radius: 0;
    border: none;
  }
  .myOrdrTbl table thead {
    display: none;
  }
  .myOrdrTbl table td i,
  .myOrdrTbl table td a span {
    display: inline-block;
  }
  .myOrdrTbl table td .text {
    justify-content: flex-start;
  }
  .myOrdrTbl table td a {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 17px;
    background: #fff;
    width: max-content;
    margin: 0 auto;
    font-size: 15px;
  }
  .myOrdrTbl table td:last-child {
    width: 100%;
  }
  .loginSec .loginBox {
    padding: 20px 15px;
  }
  .loginSec .loginBox .welcomeBx {
    width: 165px;
    margin: 0 auto 40px auto;
  }
  .loginSec .loginBox .welcomeBx p {
    font-size: 18px;
  }
  .loginSec .loginBox .welcomeBx h1 {
    font-size: 40px;
  }
  .newBlgTitl h2 {
    font-size: 22px;
  }
  .shopGuidSec .sampleVid h2,
  .shopGuidSec .stepRow .stepText h3 {
    font-size: 20px;
  }
  .shopGuidSec .moreDtails h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .shopGuidSec .sugstionDiv,
  .shopGuidSec .moreDtails p,
  .shopGuidSec .stepRow .stepText p,
  .shopGuidSec .stepRow .stepText li {
    font-size: 16px;
  }
  .paginationBx {
    gap: 5px;
  }
  .paginationBx button,
  .paginationBx a {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }
  .blogPgSec .blogPgRght .listTitle {
    margin-bottom: 15px;
  }
  .blogPgSec .blgContent::after,
  .blogPgSec .blgContent::before {
    display: none;
  }
  .blogPgSec .blgContent p,
  .blogPgSec .blgContent span,
  .blogPgSec .blgContent ul li {
    font-size: 16px;
  }
  .onlnCalcSec .calcBox {
    padding: 12px 10px;
    border-radius: 18px;
  }
  .lblFrmSec .lblFrmDiv {
    padding: 0;
    background: transparent;
  }
  .lblFrmSec .lblFrmRow .lblFrmRght {
    background: #f5f5f5;
  }
  .lblFrmSec .aditionalInfo {
    padding: 0;
  }
  .frmInputBx .inptTitle p {
    font-size: 16px;
  }
  .frmInputBx .inptTitle {
    padding: 0 12px 0 10px;
  }
  .onlnCalcSec .calcCatgry .catRadioBx label {
    font-size: 14px;
  }
  .lblInfoSec .secTitle {
    margin-bottom: 20px;
  }
  .gallrySec .gallryBox {
    padding: 15px 15px 30px 15px;
  }
  .gallrySec .gallryBox .lightgallery {
    flex-direction: column;
  }
  .gallrySec .lightgallery .right {
    width: 100%;
    height: 290px;
  }
  .gallrySec .lightgallery .left {
    width: 100%;
  }
  .commntsSec .comntSecBx {
    padding: 15px;
  }
  .commntsSec .comntDiv.comntReply {
    padding: 10px 15px;
  }
  .commntsSec .comntDiv .text p {
    font-size: 14px;
  }
  .commntsSec .sendComnt {
    flex-direction: column;
  }
  .commntsSec .sendComnt textarea {
    height: auto;
  }
  .commntsSec .sendComnt button {
    min-width: unset;
    padding: 0 60px;
  }
  .gnrlArtclSec .imgBx {
    width: 100%;
    max-width: 239px;
    min-width: unset;
  }
  .lblInfoSec .lblInfoText p,
  .lblInfoSec .lblInfoText h2,
  .lblInfoSec .lblInfoText strong,
  /* استایل‌های ریسپانسیو برای infoText */
  .gnrlArtclSec .infoBx .infoText {
    height: 60vh;
  }

  .gnrlArtclSec .infoBx .infoText p {
    font-size: 16px;
  }

  .gnrlArtclSec .infoBx .infoText h1 {
    font-size: 26px;
  }

  .gnrlArtclSec .infoBx .infoText h2 {
    font-size: 24px;
  }

  .gnrlArtclSec .infoBx .infoText h3 {
    font-size: 22px;
  }

  .gnrlArtclSec .infoBx .infoText h4 {
    font-size: 20px;
  }

  .gnrlArtclSec .infoBx .infoText h5 {
    font-size: 18px;
  }

  .gnrlArtclSec .infoBx .infoText h6 {
    font-size: 16px;
  }

  .gnrlArtclSec .infoBx .infoText ul li,
  .gnrlArtclSec .infoBx .infoText ol li {
    font-size: 16px;
  }

  .gnrlArtclSec .infoBx .infoText table thead tr th {
    font-size: 16px;
    padding: 12px 8px;
  }

  .gnrlArtclSec .infoBx .infoText table tbody tr td {
    font-size: 14px;
    padding: 10px 8px;
  }

  .gnrlArtclSec .infoBx .infoText blockquote p {
    font-size: 16px;
  }

  .gnrlArtclSec .gnrlArtclBx {
    align-items: center;
    gap: 15px;
  }
  .gnrlArtclSec .infoBx .infoHed {
    justify-content: center;
  }
  .gnrlArtclSec .infoBx .infoText p,
  .gnrlArtclSec .infoHed h2 {
    text-align: center;
  }
  .gnrlArtclSec .gnrlArtclBx {
    padding: 15px;
  }
  .topCatSec .topCatSwpr {
    gap: 15px;
  }
  .topCatSec {
    padding: 16px 0;
  }
  .lgoSlidrSec .lgoSlidrDiv {
    padding-right: 15px;
    height: 75px;
  }
  .lgoSlidrSec .swiper-slide {
    width: 72px;
    height: 41px;
  }
  .topSlidrSec {
    margin: 30px 0 35px 0;
  }
  .suggestSec,
  .guideSec {
    margin-bottom: 50px;
  }
  .labelSec {
    padding-bottom: 50px;
  }
  .faqSec {
    margin-bottom: 60px;
  }
  .faqSec .faqRow .faqBox {
    margin-bottom: 10px;
    border-radius: 18px;
  }
  .suggestSec .radioBox label,
  .suggestSec .suggestFiltr .radioRow {
    padding: 0 10px;
  }
  .guideSec .guideLeft .guideImg {
    width: 227px;
    height: auto;
  }
  .footerBtm .fotrBtmRow {
    flex-direction: column;
    justify-content: center;
  }
  .fotrBtmRow .copyright {
    text-align: center;
  }
  .fotrTopRow .ftrSocials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin-top: 15px;
  }
  .fotrTopRow .ftrSocials a {
    margin-bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .shopGuidSec .sampleVid .videoBx {
    height: 315px;
  }
  .blogPgSec .blgContent img {
    height: 350px;
  }
  .onlnCalcSec .calcCatgry .catRadioLst {
    gap: 16px 13px;
  }
  .onlnCalcSec .calcCatgry .catRadioBx {
    width: 48%;
  }
  .latestSec .secTitle h2 {
    font-size: 20px;
  }
  .guideSec .guideLeft .guideMinNum strong {
    font-size: 91px;
  }
  .guideSec .guideLeft .guideMinNum p {
    font-size: 18px;
  }
  .fotrTopRow .footerLogo {
    height: 190px;
    right: -38%;
    top: 132px;
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .shopGuidSec .guidGllry .lightgallery {
    gap: 10px;
  }
  .shopGuidSec .guidGllry .glryCard {
    height: 158px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .shopGuidSec .guidGllry .lightgallery {
    gap: 10px;
  }
  .shopGuidSec .guidGllry .glryCard {
    height: 158px;
  }
  .gallrySec .lightgallery .left a {
    height: 138px;
  }
  .topSlidrSec .swiper-slide {
    padding: 20px;
  }
  .topSlidrSec .swiper-slide {
    height: 205px;
    width: 490px;
  }
}
@media (max-width: 575px) {
  .labelSec .labelInfo a {
    margin: 0 auto;
  }
  .topSlidrSec .swiper-slide {
    padding: 8px;
  }
  .topSlidrSec .swiper-slide img {
    border-radius: 15px;
  }
  .suggestSec .suggestBox {
    padding: 15px;
  }
  .suggestSec .swiper-slide {
    width: 100%;
    max-width: 297px;
  }
  .suggestSec .swiper-slide .lblCard {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .newBlgCrd .imgBx {
    width: 210px;
    min-width: 210px;
    height: 200px;
  }
  .gallrySec .lightgallery .left a {
    width: 31.4%;
    height: 122px;
  }
  .topSlidrSec .swiper-slide {
    height: 170px;
    width: 413px;
  }
}
@media (min-width: 481px) and (max-width: 519px) {
  .shopGuidSec .guidGllry .lightgallery {
    gap: 10px;
  }
  .shopGuidSec .guidGllry .glryCard {
    width: 31.7%;
    height: 150px;
  }
}
@media (max-width: 480px) {
  .shopGuidSec .guidGllry .lightgallery {
    gap: 10px;
  }
  .shopGuidSec .stepRow .imgBx,
  .shopGuidSec .sampleVid .videoBx {
    height: 280px;
  }
  .newBlgList .newBlgCrd {
    flex-direction: column;
  }
  .newBlgCrd .imgBx {
    min-width: unset;
    max-width: 100%;
  }
  .blogPgSec .blgContent img {
    height: 280px;
  }
  .commntsSec .comntDiv .text {
    padding: 10px 10px 0 0;
  }
  .commntsSec .comntDiv.comntReply {
    margin-right: 30px;
  }
  .onlnCalcSec .lblFrmSec {
    margin-bottom: 0;
  }
  .lblFrmSec .lblFrmLft .lblTblDiv {
    padding: 15px 0 20px 0;
  }
  .lblFrmSec .lblTblDiv .productInfoList {
    gap: 10px;
  }
  .lblFrmSec .lblTblDiv .productInfoContent {
    padding: 12px 14px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .lblFrmSec .lblTblDiv .productInfoKey {
    font-size: 13px;
    padding: 3px 8px;
    width: 100%;
    text-align: center;
  }
  .lblFrmSec .lblTblDiv .productInfoArrow {
    font-size: 14px;
    transform: rotate(90deg);
    margin: 0;
  }
  .lblFrmSec .lblTblDiv .productInfoContent:hover .productInfoArrow {
    transform: rotate(90deg) translateY(-4px);
  }
  .lblFrmSec .lblTblDiv .productInfoValue {
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding-top: 4px;
    border-top: 1px solid rgba(9, 36, 104, 0.1);
  }
  .frmInputRowContainer {
    grid-template-columns: 1fr;
  }
  .frmInputRow {
    flex-direction: column;
  }
  .frmInputBx {
    width: 100%;
  }
  
  /* استایل responsive برای پیام خطا */
  .frmInputRow .error-message {
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 10px;
    margin-top: 6px;
  }
  
  .frmInputRow .error-message::before {
    font-size: 14px;
    width: 20px;
    height: 20px;
  }
  .lblInfoSec .lblInfoVid {
    height: 290px;
  }
  .guideSec .guideLeft .guideMinNum strong {
    font-size: 80px;
  }
  .guideSec .guideLeft .guideMinNum p {
    font-size: 16px;
  }
  .guideSec .guideLeft {
    padding: 0;
  }
  .footrBox .fotrTopRow {
    position: relative;
  }
  .fotrTopRow .footerLogo {
    position: absolute;
    top: auto;
  }
}
@media (min-width: 429px) and (max-width: 480px) {
  .gallrySec .lightgallery .left a {
    width: 31.4%;
    height: 122px;
  }
}
@media (max-width: 429px) {
  .gallrySec .lightgallery .left a {
    width: 30.6%;
    height: 90px;
  }
  .gallrySec .lightgallery .right {
    height: 235px;
  }
}
@media (min-width: 417px) and (max-width: 480px) {
  .shopGuidSec .guidGllry .glryCard {
    width: 48.7%;
    height: 170px;
  }
  .latestSec .secTitle h2 {
    font-size: 20px;
  }
  .topSlidrSec .swiper-slide {
    height: 170px;
    width: 92%;
  }
  .fotrTopRow .footerLogo {
    height: 168px;
    right: 70%;
    bottom: 90px;
  }
}
@media (max-width: 416px) {
  .shopGuidSec .guidGllry .glryCard {
    width: 48.3%;
    height: 150px;
  }
  .labelSec .labelRow.two .swiper img {
    height: 300px;
  }
  .labelSec .labelRow .singlPhoto {
    max-height: 300px;
    height: auto;
  }
  .latestSec .secTitle h2 {
    font-size: 18px;
  }
  .guideSec .guideLeft .guideImg {
    width: 175px;
  }
  .guideSec .guideCntnt {
    padding: 15px;
  }
  .topSlidrSec .swiper-slide {
    height: 140px;
    width: 92%;
  }
  .guideSec .guideInfo .guideTitle h3 {
    font-size: 18px;
  }
  .fotrTopRow .footerLogo {
    height: 142px;
    bottom: 100px;
  }
}
@media (min-width: 370px) and (max-width: 416px) {
  .fotrTopRow .footerLogo {
    right: 69%;
  }
}
@media (min-width: 330px) and (max-width: 369px) {
  .fotrTopRow .footerLogo {
    right: 64%;
  }
}
@media (max-width: 330px) {
  .fotrTopRow .footerLogo {
    right: 63%;
  }
}
@media (max-width: 439px) {
  .headrRight {
    width: calc(50% + 28px);
  }
  .headerBox .hdrLogo {
    width: 65px;
    min-width: 65px;
  }
  .headerBox .mnuToglLnk {
    gap: 6px;
  }
  .headerBox .headrLeft {
    gap: 6px;
  }
  .headerBox .hdrCartBx,
  .headerBox .hdrPrfile {
    width: 42px;
    height: 40px;
    font-size: 20px;
  }
  .headerBox .mnuToglLnk div {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .headerBox .hdrPrfile span {
    font-size: 20px;
  }
}
