@charset "UTF-8";
#content {
  margin-top: 80px;
}
@media (max-width: 984px) {
  #content {
    margin-top: 80px;
  }
}

* {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

* {
  --sb-track-color: #e1e6f1;
  --sb-thumb-color: #b1bcd6;
  --sb-size: 8px;
}

*::-webkit-scrollbar {
  width: var(--sb-size);
}

*::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 5px;
}

@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
@media (max-width: 984px) {
  .heros {
    width: 255px !important;
  }
}
.menu-wrapper .menu-item.has-children > a:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1rem;
}
.menu-wrapper .main-menu {
  display: flex;
  justify-content: center;
}
.menu-wrapper .main-menu > .menu-item a {
  padding: 0 1.5rem 0px;
}
.menu-wrapper .main-menu > .menu-item:first-child > a {
  padding-right: 0px;
}
.menu-wrapper .main-menu > .menu-item:not(:last-child) > a {
  border-left: 2px solid rgba(164, 164, 164, 0.1882352941);
}
.menu-wrapper .modal-overlay {
  position: absolute;
  display: none;
  inset: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

a.menu-1st-sub::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #ffffff;
  margin-top: 10px;
}

ul.w-fit li:last-child .menu-1st-sub::after {
  content: none;
}

li:last-child .menu-2nd-sub::after {
  content: none;
}

.submenu-list > li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

.submenu-list > li > a {
  padding-bottom: 10px;
}

.menu-item {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
}

.menu-item:hover > .submenu {
  display: block;
}

.menu-item.active > a,
.menu-1st-sub-li.active > a,
.menu-2nd-sub.active > a {
  color: #002C43;
  font-weight: bold;
}

.footer-mask {
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: radial-gradient(47.55% 77.69% at 50% 110.19%, rgba(0, 49, 156, 0.24) 0%, rgba(0, 49, 156, 0) 100%);
}
@media (max-width: 1024px) {
  .footer-mask {
    border-image-source: radial-gradient(97.55% 77.69% at 50% 110.19%, rgba(0, 49, 156, 0.24) 0%, rgba(0, 49, 156, 0) 100%);
  }
}

.post-content p a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 > a {
  color: black;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.post-content p a::before,
.post-content h2 a::before,
.post-content h3 a::before,
.post-content h4 a::before,
.post-content h5 a::before,
.post-content h6 > a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 100%;
  height: 1px;
  height: 1px;
}
.post-content p a:hover,
.post-content h2 a:hover,
.post-content h3 a:hover,
.post-content h4 a:hover,
.post-content h5 a:hover,
.post-content h6 > a:hover {
  color: rgb(var(--color-secondary));
}
.post-content p a:hover::after,
.post-content h2 a:hover::after,
.post-content h3 a:hover::after,
.post-content h4 a:hover::after,
.post-content h5 a:hover::after,
.post-content h6 > a:hover::after {
  width: 100%;
}
.post-content .social-container.show-social {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  right: calc(100% + 10px);
  min-width: 200px;
  z-index: 1;
}
.post-content .blog-img-container {
  border-radius: 10px;
}
.post-content .blog-img-container img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
  display: block;
  border-radius: 10px;
}
.post-content img {
  margin: 20px auto 20px auto;
}
.post-content {
  background: #ffffff;
  border-radius: 10px;
  margin: 10px 0 20px 0;
}
.post-content p:empty {
  display: none;
}
.post-content h1 {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.125rem);
  /* Mobile: 24px, Tablet: 34px, Desktop: 34px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h2 {
  font-size: clamp(1.125rem, 1.5vw, 1.875rem);
  /* Mobile: 18px, Tablet: 24px, Desktop: 30px */
  font-weight: 700;
  /* Bold */
}
.post-content h2:not(:first-of-type) {
  margin-bottom: 10px;
  margin-top: 40px;
}
.post-content h2:first-of-type {
  margin-bottom: 10px;
}
.post-content h3 {
  font-size: clamp(1.125rem, 1.2vw, 1.5rem);
  /* Mobile: 18px, Tablet: 20px, Desktop: 24px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h4 {
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  /* Mobile: 16px, Tablet: 18px, Desktop: 20px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h5 {
  font-size: clamp(1rem, 1vw, 1.125rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 18px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h6 {
  font-size: clamp(1rem, 0.9vw, 1rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 16px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content p {
  font-size: clamp(14px, 1vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  margin-bottom: 25px;
}
.post-content h3 {
  padding-right: 30px;
}
.post-content h3 + p,
.post-content h3 > p {
  padding-right: 30px;
}
.post-content h3 + p + p {
  padding-right: 30px;
}
.post-content h3 + p + p + p {
  padding-right: 30px;
}
.post-content h4 {
  padding-right: 50px;
}
.post-content h4 + p,
.post-content h4 > p {
  padding-right: 50px;
}
.post-content h4 + p + p {
  padding-right: 50px;
}
.post-content h4 + p + p + p {
  padding-right: 50px;
}
.post-content img {
  margin: 20px auto;
}
.post-content li {
  position: relative;
  margin: 5px 0;
  color: rgb(var(--color-darkest));
  font-size: clamp(14px, 1vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
}
.post-content ol {
  position: relative;
  list-style-type: -moz-ethiopic-numeric;
  padding-right: 1.25rem;
}
.post-content ul {
  position: relative;
  list-style-type: unset;
  padding-right: 2.5rem;
  margin: 1rem 0;
}
.post-content .wp-block-column {
  padding: 10px;
}
.post-content .blog-img-container {
  border-radius: 10px;
}
.post-content .squares-left,
.post-content .squares-right,
.post-content .squares-bottom {
  width: 100vw;
}

.swiper-custom-next,
.swiper-custom-prev {
  background-color: unset;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
}

.swiper-custom-prev:after {
  content: "";
  display: block;
  width: 20px !important;
  /* یا اندازه دلخواه */
  height: 90px !important;
  /* یا اندازه دلخواه */
  background-image: url(../images/right.svg);
  background-repeat: no-repeat;
}

.swiper-custom-next:after {
  content: "";
  display: block;
  width: 20px !important;
  /* یا اندازه دلخواه */
  height: 90px !important;
  /* یا اندازه دلخواه */
  background-image: url(../images/left.svg);
  background-repeat: no-repeat;
}

.swiper-custom-prev {
  right: -1rem;
  left: auto;
}

.swiper-custom-next {
  left: 2.5rem;
  right: auto;
}

@media (max-width: 1024px) {
  .swiper-custom-prev {
    right: 0;
    left: auto;
  }
  .swiper-custom-next {
    left: 0;
    right: auto;
  }
}
.swiper-custom-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
}

.swiper-custom-pagination .swiper-pagination-bullet-active {
  border-radius: 5rem;
  width: 2rem;
  background: #000;
}

.search-results-box .search-item > a,
.mobile-search-results-box .search-item > a {
  background-color: #F3F8FD;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  gap: 1rem;
  font-size: 14px;
}
.search-results-box .search-item > a img,
.mobile-search-results-box .search-item > a img {
  width: 50px;
  height: 50px;
}

.qty[type=number]::-webkit-inner-spin-button,
.qty[type=number]::-webkit-outer-spin-button,
.single-qty[type=number]::-webkit-inner-spin-button,
.single-qty[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dot-loader {
  width: 6px;
  height: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
  0% {
    box-shadow: 9px 0 #a7c6ff, -9px 0 #3276f8;
    background: #a7c6ff;
  }
  33% {
    box-shadow: 9px 0 #a7c6ff, -9px 0 #3276f8;
    background: #3276f8;
  }
  66% {
    box-shadow: 9px 0 #3276f8, -9px 0 #a7c6ff;
    background: #3276f8;
  }
  100% {
    box-shadow: 9px 0 #3276f8, -9px 0 #a7c6ff;
    background: #a7c6ff;
  }
}
.spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #00319c;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pulse-loader {
  width: 40px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #ffffff 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1s infinite linear;
}

@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
.woocommerce-NoticeGroup {
  display: none;
}

.woocommerce-pagination ul {
  display: flex;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2rem;
}
.woocommerce-pagination ul li span.current {
  background-color: #00319C;
  color: #fff;
}
.woocommerce-pagination ul li a:hover {
  background-color: #00319C;
  color: #fff;
}
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
  width: 3rem;
  height: 3rem;
  border: 1px solid #E4E9F4;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #575757;
  transition: all 0.1s;
}

.woocommerce-breadcrumb {
  font-size: 14px;
  color: #575757;
}
@media (max-width: 1024px) {
  .woocommerce-breadcrumb {
    font-size: 10px;
  }
}

.heroa {
  background: linear-gradient(90deg, #002C43 0%, #ff0000 99.99%);
  cursor: pointer;
  border-radius: 40px 40px 4px 40px;
}

.heroa:hover {
  background: linear-gradient(90deg, #00121C 0%, #002C43 100%);
}

.heros {
  background: linear-gradient(90deg, #002C43 0%, #00121C 99.99%);
  border-radius: 4px 40px 40px 40px;
}

.tir {
  background: linear-gradient(90deg, #BABABA 0%, rgba(186, 186, 186, 0) 100%);
}

.til {
  background: linear-gradient(90deg, rgba(186, 186, 186, 0) 0%, #BABABA 100%);
}

.catinfo {
  background: linear-gradient(180deg, rgba(29, 120, 160, 0) -132.95%, rgba(29, 120, 160, 0.7) 100%);
  border-radius: 0px 0px 20px 20px;
  padding: 10px;
  margin-top: -48px;
  position: relative;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(40px);
}

.catcard:hover .catinfo {
  box-shadow: 0px 44px 20px -10px rgba(0, 44, 67, 0.25);
}

.cta {
  background: url(../images/home/bgcta.webp) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

@media only screen and (max-width: 600px) {
  .cta {
    background: url(../images/home/bgmobilecta.png) !important;
    background-size: cover;
    background-position: center;
  }
}
.ctab {
  display: flex;
  padding: 13px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(270deg, #259ACD 0%, #175D7C 100%);
  cursor: pointer;
  border-radius: 40px;
}

.ctai {
  transition: all 0.5s;
}

.ctab:hover .ctai {
  margin-left: 20px;
}

.rotating-image {
  animation: rotate 10s linear infinite;
  transform-origin: center;
}

.rotating-image2 {
  animation: rotatee 10s linear infinite;
  transform-origin: center;
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotatee {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.animate-pulse-animation {
  animation: pulse-animation 2s linear infinite;
}

.delay-1250ms {
  animation-delay: 0.5s;
}

.ccta {
  background: url(../images/home/ccta.webp) !important;
  background-size: cover;
  background-position: center;
}

.footrtil {
  border-bottom: 0.5px solid transparent;
  -o-border-image: linear-gradient(90deg, #BDE4F6 0.18%, rgba(234, 246, 252, 0.8352941176) 100%);
     border-image: linear-gradient(90deg, #BDE4F6 0.18%, rgba(234, 246, 252, 0.8352941176) 100%);
  border-image-slice: 1;
  margin-left: 10px;
}

.footrtir {
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(234, 246, 252, 0.7254901961) 0%, hsla(199, 76%, 85%, 0.822) 99.65%);
     border-image: linear-gradient(90deg, rgba(234, 246, 252, 0.7254901961) 0%, hsla(199, 76%, 85%, 0.822) 99.65%);
  border-image-slice: 1;
  margin-right: 10px;
}

#input_7_1,
#input_7_3,
#input_7_6,
#input_7_4,
#input_7_14,
#input_7_16,
#input_7_17,
#input_7_18,
#input_7_7,
#input_7_11 {
  box-shadow: unset;
  border: 1px solid #E6EAEC;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  color: #8A9EA9;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  color: rgb(173, 173, 173) !important;
}

.gform_drop_instructions {
  color: rgb(173, 173, 173) !important;
}

#gform_browse_button_1_13 {
  display: none;
}

#gform_submit_button_7 {
  border: 1px solid #E6EAEC;
  height: 70px;
  border-radius: 10px;
  color: #29A9E1;
  background-color: unset;
  box-shadow: unset;
  width: 258px;
  margin-left: auto;
}

form#gform_7 .gform_fields {
  row-gap: 15px !important;
}

#field_7_12,
#field_7_8,
#field_7_5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 984px) {
  #field_7_12,
  #field_7_8,
  #field_7_5 {
    display: none;
  }
}
#gform_multifile_upload_7_13 {
  border-radius: 25px;
}

#input_2_1,
#input_2_3,
#input_2_5,
#input_2_6,
#input_2_4,
#input_2_14,
#input_2_16,
#input_2_17,
#input_2_7,
#input_2_8 {
  box-shadow: unset;
  border: 1px solid #E6EAEC;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  color: #8A9EA9;
  background-color: #FDFDFD;
}

body .gform_wrapper .gfield .iti__dropdown-content {
  color: #8A9EA9;
  background-color: #FDFDFD !important;
}

body .gform_wrapper .gfield .iti--show-selected-dial-code .iti__selected-flag {
  color: #8A9EA9;
  background-color: #FDFDFD !important;
}

form#gform_2 .gform_fields {
  row-gap: 15px !important;
}

#gform_submit_button_2 {
  border: 1px solid #E6EAEC;
  height: 50px;
  color: #29A9E1;
  background-color: unset;
  box-shadow: unset;
  margin-left: auto;
  background-color: #FDFDFD;
  border-radius: 10px;
}

#gform_submit_button_2:hover {
  background-color: #29A9E1;
  color: white;
}

#gform_fields_8 {
  display: flex !important;
  gap: 20px;
  margin-top: 20px;
}

#input_8_1 {
  background-color: unset;
  margin-top: 4px;
  box-sizing: unset;
  border: unset;
  box-shadow: unset;
}

#gform_submit_button_8 {
  background-color: #002C43;
  height: 38px;
  width: 75px;
  color: white;
  border-radius: 20px;
}

.formsingle {
  background: linear-gradient(90deg, rgba(230, 234, 236, 0.5) 30.51%, rgba(176, 190, 197, 0.5) 100%);
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 5px;
  gap: 0px;
  border-radius: 2px 24px 24px 24px;
  opacity: 0px;
}

#input_9_3,
#input_9_1 {
  box-shadow: unset;
  border: unset;
  border-radius: 5px;
  background-color: rgba(138, 158, 169, 0.0705882353);
}

#gform_fields_9 {
  margin-top: 22px;
}

#gform_submit_button_9 {
  background-color: #002C43;
  height: 38px;
  width: 75px;
  color: white;
  border-radius: 20px;
}

form#gform_10 .gform_fields {
  row-gap: 15px !important;
}

#input_10_1,
#input_10_3,
#input_10_4,
#input_10_6,
#input_10_16,
#input_10_18 {
  box-shadow: unset;
  border: 1px solid #E6EAEC;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  color: #8A9EA9;
}

#gform_submit_button_10 {
  background-color: #002C43;
  height: 38px;
  width: 75px;
  color: white;
  border-radius: 20px;
}

.proimg:hover {
  box-shadow: 0px 16px 32px -24px rgba(0, 44, 67, 0.2);
}

.heros {
  width: 260px;
  transition: width 0.3s ease-in-out;
}

.heros:hover {
  width: 300px !important;
  background: linear-gradient(90deg, #00121C 0.01%, #002C43 100%);
}

.heros svg {
  transition: margin-left 0.3s ease-in-out;
}

.heros:hover svg {
  margin-left: 40px;
}

.heros.clicked {
  width: 280px;
}

.heros.clicked svg {
  margin-left: 40px;
}

.zoom-in-out-element {
  animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }
  50% {
    scale: 114%;
  }
  100% {
    scale: 100%;
  }
}
/* استایل چک‌باکس اصلی */
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #EEF0F1;
  /* پس‌زمینه طوسی روشن */
  position: relative;
}

/* زمانی که چک‌باکس چک شده است */
input[type=checkbox]:checked {
  background-color: #EEF0F1;
}

/* زمانی که چک‌باکس هاور می‌شود */
input[type=checkbox]:hover {
  background-color: #e0e0e0;
}

/* اضافه کردن تیک روی چک‌باکس */
input[type=checkbox]:checked::after {
  content: "✓";
  /* اضافه کردن تیک به چک‌باکس */
  color: #808080;
  /* تغییر رنگ تیک به طوسی */
  font-size: 16px;
  position: absolute;
  top: -3px;
  left: 4px;
}

/* استایل چک‌باکس سفارشی */
.custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  /* حاشیه طوسی */
  border-radius: 4px;
  background-color: #f0f0f0;
  /* پس‌زمینه طوسی روشن */
  margin-right: 10px;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}

/* استایل زمانی که چک‌باکس چک شده است */
input[type=checkbox]:checked + .checkmark {
  background-color: #808080;
  /* پس‌زمینه طوسی */
  border-color: #808080;
  /* حاشیه طوسی */
}

/* استایل تیک چک‌باکس */
input[type=checkbox]:checked + .checkmark::after {
  content: "\f00c";
  color: #808080;
  /* رنگ تیک طوسی */
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 4px;
}

.page-numbers.current {
  background-color: #071F5D;
  color: #fff;
}

.page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  color: #575757;
  border: 1px solid #D6DDEA;
}

.wpml-ls-legacy-dropdown a {
  background-color: rgba(253, 253, 253, 0.5019607843);
  border: 1px solid #E6EAEC;
  border-radius: 8px;
  padding: 8px;
  color: #335669;
  font-weight: 600;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  display: flex;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none;
}

/* *************** AzarMehr *************** */
@font-face {
  font-family: "AzarMehr";
  src: url("../fonts/AzarMehr/AzarMehr-FD[DSTY,KSHD,wght].woff2");
}
/* *************** doran *************** */
@font-face {
  font-family: "doran";
  src: url("../fonts/Doran/DoranFaNum-VF-Ci3livpp.woff2");
  font-display: swap;
}
/* Assigning Fonts */
:root {
  font-family: "AzarMehr", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

/*# sourceMappingURL=main.css.map */