.text-main-color {
  color: #d49e39;
}

.bg-gradient-color {
  background: linear-gradient(45deg, #d49e39, rgb(238, 170, 44));
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  scroll-behavior: smooth;
  direction: rtl;
}

html[lang=ar] * {
  direction: ltr;
}
html[lang=ar] .fixed-contact {
  right: unset;
  left: 20px;
}
html[lang=ar] .mainSlider .swiper-button-prev {
  left: 25px;
}
html[lang=ar] .mainSlider .swiper-button-next {
  right: 25px;
}
html[lang=ar] .aboutServices .aboutServicesBox .icon {
  right: -36px;
  left: unset;
}
html[lang=ar] .faqs .accordion .accordion-item .accordion-button::after {
  margin-right: unset;
  margin-left: auto;
}
html[lang=ar] footer .logo {
  -o-object-position: left;
     object-position: left;
}
html[lang=ar] .services .service:hover:before {
  right: -50px;
  left: unset;
}
html[lang=ar] .services .service:hover:before .service:before {
  right: -100px;
}
html[lang=ar] .worker-box .worker-right-content {
  right: 10px;
  left: unset;
}

html[lang=en] * {
  direction: rtl;
}
html[lang=en] .mainSlider .swiper-button-prev {
  right: 25px;
}
html[lang=en] .mainSlider .swiper-button-next {
  left: 25px;
}

:target {
  scroll-margin-top: 80px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  border-radius: 0px !important;
}

::-webkit-scrollbar-track {
  border-radius: 0px !important;
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #cacaca;
  outline: none;
  border-radius: 20px !important;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #191919;
}
a:hover {
  color: #d49e39;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
button:focus {
  outline: none;
  box-shadow: none;
}

body {
  overflow-x: hidden !important;
  width: 100vw;
  background: rgba(238, 170, 44, 0.0196078431);
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
  font-family: "Vazirmatn", sans-serif;
}

body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1.6;
  font-family: "Vazirmatn", sans-serif;
}

.row {
  margin: 0px;
}

@media (max-width: 768px) {
  .container,
  .container-fluid {
    padding: 0px 8px;
  }
}
video,
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}

input {
  accent-color: #d49e39 !important;
}

.fixed-contact {
  position: fixed;
  bottom: 25px;
  z-index: 11;
  right: 20px;
}

.contact-btn {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease, all 0.3s ease;
  -webkit-transition: all 0.3s ease, all 0.3s ease;
  -moz-transition: all 0.3s ease, all 0.3s ease;
  -ms-transition: all 0.3s ease, all 0.3s ease;
  -o-transition: all 0.3s ease, all 0.3s ease;
}

.contact-btn img {
  transition: transform 0.3s ease;
}

.contact-btn:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.contact-btn.call:hover {
  box-shadow: 0 0 15px rgba(0, 153, 255, 0.7);
  margin-bottom: 5px;
}

.contact-btn.whats {
  background-color: #fff;
}
.contact-btn.whats:hover {
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.8);
  margin-top: 5px;
}

::-moz-placeholder {
  font-size: 12px;
  color: #8d8d8d !important;
  font-weight: normal !important;
}

::placeholder {
  font-size: 12px;
  color: #8d8d8d !important;
  font-weight: normal !important;
}

::-moz-selection {
  background-color: #d49e39;
  color: #fff;
}

::selection {
  background-color: #d49e39;
  color: #fff;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: rtl;
}

.odometer-inside {
  direction: ltr !important;
}

.fancybox__container {
  z-index: 1999;
}
.fancybox__container * {
  direction: ltr !important;
}

.navbar-toggler .navbar-toggler-icon {
  width: 30px;
  height: 30px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.form-select,
.form-control {
  min-height: 40px;
}
.form-select:focus,
.form-control:focus {
  box-shadow: none;
}
.form-select[type=radio], .form-select[type=checkbox],
.form-control[type=radio],
.form-control[type=checkbox] {
  min-height: unset;
}

.tooltip {
  --bs-tooltip-bg: $textColor;
}
.tooltip .tooltip-inner {
  font-size: 10px;
  padding: 8px 16px !important;
}

content {
  min-height: calc(100dvh - 334px);
  display: flex;
  flex-direction: column;
}

@keyframes animateBg {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.outlineGradient {
  position: relative;
  z-index: 1;
  background: #d49e39;
  background-size: 400%;
  animation: animateBg 5s linear infinite;
  color: #191919;
  border-radius: 12px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  align-items: center;
  gap: 4px;
}
.outlineGradient::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: 1;
  transform: translate(-50%, 50%);
  background-color: #ffffff;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}
.outlineGradient span {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #191919;
  transition: 0.3s ease-in-out;
}
.outlineGradient:hover::after {
  opacity: 0;
}
.outlineGradient:hover span {
  color: #ffffff !important;
}

.swiperControl {
  position: relative;
  bottom: unset;
  right: unset;
  padding: 20px;
  display: flex;
  gap: 24px;
  align-items: center;
}
.swiperControl .swiperBtns {
  display: flex;
  gap: 8px;
}
.swiperControl .swiperBtns .swiper-button-next,
.swiperControl .swiperBtns .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  margin: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d49e39;
  width: 40px;
  height: 40px;
  border: 1px solid #d49e39;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  opacity: 0.8;
}
.swiperControl .swiperBtns .swiper-button-next::after,
.swiperControl .swiperBtns .swiper-button-prev::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-image: url("../img/icons/left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease-in-out;
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .swiperControl .swiperBtns .swiper-button-next::after,
  .swiperControl .swiperBtns .swiper-button-prev::after {
    font-size: 24px;
  }
}
.swiperControl .swiperBtns .swiper-button-next:hover,
.swiperControl .swiperBtns .swiper-button-prev:hover {
  opacity: 1;
  background-color: #d49e39;
  color: #d49e39;
}
.swiperControl .swiperBtns .swiper-button-next:hover::after,
.swiperControl .swiperBtns .swiper-button-prev:hover::after {
  filter: brightness(0) invert(1);
}
.swiperControl .swiperBtns .swiper-button-next.swiper-button-disabled,
.swiperControl .swiperBtns .swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}
.swiperControl .swiperBtns .swiper-button-next {
  left: unset;
}
.swiperControl .swiperBtns .swiper-button-next::after {
  transform: unset;
}
.swiperControl .swiper-pagination {
  position: relative;
  min-height: 16px;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  margin: unset;
  display: flex;
  justify-content: end;
  align-items: center;
}
.swiperControl .swiper-pagination .swiper-pagination-bullet {
  background-color: #d49e39;
  transition: 0.3s ease-in-out;
  border-radius: 16px;
}
.swiperControl .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
}

.modal .modal-content {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  position: relative;
}
.modal .modal-content .btnClose {
  position: absolute;
  left: -12px;
  top: -12px;
  background: #191919;
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  outline: 2px solid #ffffff;
  font-family: "Vazirmatn", sans-serif;
  font-size: 16px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .btnClose {
    left: 0;
    top: 0;
  }
}
.modal .modal-content .form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal .modal-content .form .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.modal .modal-content .form .form-group label {
  color: #777;
  font-size: 13px;
  font-family: "Vazirmatn", sans-serif;
}
.modal .modal-content .form .form-group label span {
  color: red;
}
.modal .modal-content .form button {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  margin: 10px auto 0;
  justify-content: center;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.8;
}

.loadMore {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  color: #191919;
}
.loadMore .spin {
  animation: spin 1s linear infinite;
  transform-origin: center;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loadMore .spin img,
.loadMore .spin svg {
  width: 24px;
  height: 24px;
  fill: #d49e39;
}
.loadMore .spin img *,
.loadMore .spin svg * {
  fill: #d49e39;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1024;
  transition: 0.3s ease-in-out;
}
body:not(.homePage) header {
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
body:not(.homePage) header .navbar-brand,
body:not(.homePage) header .navLink {
  color: #191919;
}
body:not(.homePage) header .navbar-brand::after,
body:not(.homePage) header .navLink::after {
  bottom: -23px;
}
@media print {
  header {
    display: none;
  }
}
header .inner {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 110px;
  gap: 6px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
header .inner .navbar-brand {
  color: #fff;
  font-size: 21px;
}
header .inner .navbar-brand img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  padding-bottom: 2px;
}
@media screen and (max-width: 576px) {
  header .inner .navbar-brand {
    font-size: 18px;
  }
  header .inner .navbar-brand img {
    height: 50px;
  }
}
header .inner .navbar {
  padding: 0;
}
header .inner .navbar .navbar-nav {
  flex: 1;
  gap: 4px;
}
header .inner .navbar .navbar-nav .dropdown {
  flex: 1;
  white-space: nowrap;
  padding: 8px 16px;
  color: #191919;
  transition: 0.3s ease-in-out;
  border-radius: 16px;
  position: relative;
  isolation: isolate;
  border-radius: 12px;
}
header .inner .navbar .navbar-nav .dropdown .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
header .inner .navbar .navbar-nav .dropdown .dropdown-menu {
  padding: 4px;
  border-radius: 12px;
}
header .inner .navbar .navbar-nav .dropdown .dropdown-item {
  color: #191919;
  padding: 8px 12px;
  border-radius: 8px;
}
header .inner .navbar .navbar-nav .dropdown .dropdown-item:hover {
  background-color: #d49e39;
  color: #ffffff;
}
header .inner .navbar .logo {
  display: none;
  padding: 5px;
  margin-bottom: 20px;
}
header .inner .navbar .logo img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 992px) {
  header .inner .navbar {
    order: 3;
    padding: 4px;
    border-radius: 8px;
  }
  header .inner .navbar .navbar-toggler {
    padding: 5px;
    background-color: #ffffff;
    border: 2px solid #d49e39;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  header .inner .navbar .navbar-nav {
    display: flex;
    position: fixed;
    right: 0;
    top: 0;
    gap: 8px;
    background-color: #ffffff;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1019607843) -20px 10px 9px -4px;
    width: 300px;
    text-align: start;
    padding: 24px;
    transform: translateX(400px);
    transition: 0.3s ease-in-out;
    z-index: 2;
  }
  header .inner .navbar .navbar-nav .logo {
    display: block;
    font-weight: bold;
  }
  header .inner .navbar .navbar-nav.show {
    transform: translateX(0px);
  }
  header .inner .navbar .navbar-nav .navLink {
    flex: unset;
    border-radius: 12px;
  }
  header .inner .navbar .navbar-nav .navLink.active {
    color: #ffffff;
    background: #d49e39;
    background-size: 400%;
    animation: animateBg 5s linear infinite;
  }
  header .inner .navbar .navbar-nav .dropdown {
    border-radius: 12px;
    flex: unset;
  }
}
header .inner .navLink {
  color: #ffffff;
  font-weight: bold;
  flex: 1;
  white-space: nowrap;
  padding: 8px 16px;
  transition: 0.3s ease-in-out;
  border-radius: 12px;
  position: relative;
  isolation: isolate;
}
@media screen and (max-width: 992px) {
  header .inner .navLink {
    color: #191919;
    width: -moz-fit-content;
    width: fit-content;
  }
}
header .inner .navLink::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(45deg, #d49e39, rgb(238, 170, 44));
  background-size: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  border-radius: 12px;
}
header .inner .navLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #d49e39;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
header .inner .navLink:hover::after {
  width: 100%;
}
header .inner .navLink:hover {
  color: #d49e39;
}
header .inner .navLink.mainBtn {
  color: #ffffff;
}
header .inner .navLink.mainBtn::before {
  opacity: 1;
}
header .inner .navLink.mainBtn:hover {
  color: #ffffff;
}
header .inner .navLink.mainBtn:hover::before {
  opacity: 1;
}
header .inner .navLink.mainBtn:hover::after {
  display: none;
}
header .inner .customBtn {
  border: 2px solid #d49e39;
  background-color: #ffffff;
}
header .inner .language {
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .inner .language span {
  font-family: "Vazirmatn", sans-serif;
  color: #191919;
}
@media screen and (max-width: 576px) {
  header .inner {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 992px) {
  header .inner {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1530px) {
  header .inner {
    padding: 15px 15px;
  }
}
header.headerAnimate {
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
header.headerAnimate .navbar-brand {
  color: #191919;
  transform: scale(0.95);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header.headerAnimate .navLink {
  color: #191919;
}
header.headerAnimate .navLink::after {
  bottom: -23px;
}

.customBtn {
  padding: 8px 32px;
  border-radius: 100px;
  color: #191919;
  background-color: #e1e1e1;
  font-weight: bold;
  border: 1px solid rgba(238, 170, 44, 0.2);
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease-in-out;
}
.customBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  background: linear-gradient(45deg, #d49e39, rgb(238, 170, 44));
  z-index: -1;
}
.customBtn:hover {
  color: #ffffff;
}
.customBtn:hover::after {
  top: 0px;
  left: 0px;
}

.swiper {
  width: 100%;
}

.mainSlider {
  position: relative;
  overflow: hidden;
}
.mainSlider .swiper {
  width: 100%;
  height: 100%;
}
.mainSlider .swiper .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  border-radius: 0 0 24px 24px;
  padding: 0 100px;
}
.mainSlider .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(60deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.5) 90%);
  z-index: -1;
  mix-blend-mode: multiply;
}
.mainSlider .swiper .swiper-slide .info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  color: #fff;
}
@media (max-width: 992px) {
  .mainSlider .swiper .swiper-slide .info {
    text-align: center;
    width: 100%;
    padding: 0 20px;
  }
}
.mainSlider .swiper .swiper-slide .info .sliderTitle {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .mainSlider .swiper .swiper-slide .info .sliderTitle {
    font-size: 28px;
  }
}
.mainSlider .swiper .swiper-slide .info .hint {
  font-size: 24px;
}
@media (max-width: 992px) {
  .mainSlider .swiper .swiper-slide {
    padding: 0 55px;
  }
}
.mainSlider .swiper-slide-active .sliderTitle {
  animation: fadeInUp 1s 0.5s both;
}
.mainSlider .swiper-slide-active .hint {
  animation: fadeInUp 1s 0.75s both;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainSlider .custom-swiper-button {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.mainSlider .custom-swiper-button::after {
  font-size: 20px;
  color: white;
}
.mainSlider .custom-swiper-button:hover {
  background: rgba(255, 255, 255, 0.3);
}
.mainSlider .swiper-pagination {
  bottom: 20px;
}
.mainSlider .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.mainSlider .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.services {
  position: relative;
  z-index: 2;
  margin: -1px auto 0;
  background-color: #ffffff;
  width: min(100% - 24px, 1320px);
  padding: 12px;
  border-radius: 24px;
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1019607843);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.services .expertise {
  position: absolute;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
  width: 200px;
  aspect-ratio: 1;
  z-index: -1;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 200px;
  border-radius: 100%;
  padding: 24px 0;
}
.services .expertise span {
  font-family: "Vazirmatn", sans-serif;
  font-size: 50px;
  line-height: 40px;
  color: #d49e39;
}
.services .expertise span small {
  color: #191919;
  font-size: 18px;
}
.services .service {
  padding: 24px;
  flex: 1;
  min-width: 250px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(45deg, rgba(212, 158, 57, 0.2666666667), rgba(238, 170, 44, 0.315));
  border-radius: 20px;
  position: relative;
  color: #191919;
  overflow: hidden;
}
.services .service:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: linear-gradient(45deg, #d49e39, rgb(238, 170, 44));
  z-index: -1;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 20px 100px #d49e39;
}
.services .service .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .service .icon svg {
  width: 64px;
  height: 64px;
}
.services .service .icon svg * {
  fill: #d49e39;
}
.services .service .text {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.services .service .title {
  font-family: "Vazirmatn", sans-serif;
}
.services .service .description {
  text-wrap: balance;
}
.services .service:hover:before {
  top: -50px;
  left: -50px;
}
.services .warning {
  width: 100%;
  background-color: #c10e0e;
  color: #ffffff;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
}

.aboutPage {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
.aboutPage .title {
  font-weight: bold;
  color: #d49e39;
  text-transform: uppercase;
  font-family: "Vazirmatn", sans-serif;
  font-family: "Vazirmatn", sans-serif;
  font-size: 40px;
  line-height: 1.2;
}
.aboutPage .experiance {
  background: linear-gradient(45deg, #d49e39, rgb(238, 170, 44));
  color: #ffffff;
  padding: 8px 16px;
  font-family: "Vazirmatn", sans-serif;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-radius: 8px;
}
.aboutPage .sectionTitle {
  font-style: italic;
  font-weight: bold;
  color: #777;
  font-family: "Vazirmatn", sans-serif;
}
.aboutPage .subTitle {
  color: #777;
}
.aboutPage .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.aboutPage .info {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 16px;
}
@media (max-width: 768px) {
  .aboutPage .info {
    padding: 24px 16px;
  }
}
.aboutPage .info .des {
  color: #777;
}
.aboutPage .info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.aboutPage .info ul li {
  padding: 4px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.aboutPage .info ul li::before {
  content: "";
  background-image: url(../img/icons/check.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
}
.aboutPage .parallaxDiv {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  border-radius: 24px;
  overflow: hidden;
}
.aboutPage .parallaxDiv img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 600px;
}
.aboutPage .statistic {
  padding: 8px 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  min-height: 100px;
}
.aboutPage .statistic .counterUp {
  font-weight: bold;
  font-size: 100px;
  background: rgba(167, 169, 172, 0.062745098);
  background-size: contain;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-stroke: 1px #a7a9ac;
  font-family: "Vazirmatn", sans-serif;
  line-height: 100px;
}
@media (max-width: 768px) {
  .aboutPage .statistic .counterUp {
    font-size: 70px;
    line-height: 70px;
  }
}
.aboutPage .statistic h6 {
  font-weight: bold;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  max-height: 100px;
  text-align: center;
  transform: scaleX(-1) scaleY(-1);
}

.aboutServices {
  position: relative;
  padding-bottom: 40px;
}
.aboutServices .aboutServicesBox {
  padding: 20px;
  border-radius: 10px;
  position: relative;
  height: 100%;
  background-color: rgba(238, 170, 44, 0.05);
  border: 2px dashed rgba(238, 170, 44, 0.2);
}
.aboutServices .aboutServicesBox .icon {
  position: absolute;
  left: -36px;
  top: 5px;
  width: 90px;
  height: 75px;
  background: linear-gradient(45deg, #d49e39, rgb(238, 170, 44));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: -5px 10px 25px rgba(238, 170, 44, 0.2);
}
.aboutServices .aboutServicesBox .icon svg {
  width: 48px;
  height: 48px;
}
.aboutServices .aboutServicesBox .icon svg * {
  fill: #ffffff;
}
.aboutServices .aboutServicesBox .largeNumber {
  font-size: 40px;
  font-family: "Vazirmatn", sans-serif;
  opacity: 0.5;
}
.aboutServices .aboutServicesBox .title {
  font-family: "Vazirmatn", sans-serif;
  color: #d49e39;
}
.aboutServices .aboutServicesBox .description {
  opacity: 0.9;
}

.titleHeading {
  padding: 24px 0;
  position: relative;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .titleHeading {
    padding: 24px;
  }
}
.titleHeading h2 {
  margin: 0px auto;
  font-family: "Vazirmatn", sans-serif;
  color: #d49e39;
}

.countries {
  position: relative;
  padding: 80px 0;
  background-color: rgba(238, 170, 44, 0.05);
}
.countries .countriesBlock {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(238, 170, 44, 0.2);
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  transition: 0.5s all ease;
}
.countries .countriesBlock:hover {
  background-color: #d49e39;
}
.countries .countriesBlock:hover:after {
  background-color: #ffffff;
  opacity: 0.1;
  width: 500%;
  height: 500%;
}
.countries .countriesBlock:hover .countriesMedia:after {
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}
.countries .countriesBlock:hover .countriesContent p {
  color: #ffffff;
}
.countries .countriesBlock:hover .countriesContent a.defaultBtn:hover {
  color: #d49e39 !important;
}
.countries .countriesBlock:hover .customBtn {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.countries .countriesBlock:hover .customBtn::after {
  background: #fff;
}
.countries .countriesBlock:before {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -60px;
  top: -60px;
  content: "";
  color: #ffffff;
  background: linear-gradient(45deg, rgba(212, 158, 57, 0.2666666667), rgba(149, 153, 154, 0.2));
  border-radius: 50%;
  opacity: 0.3;
  z-index: -1;
  transition: 0.5s all ease;
}
.countries .countriesBlock:after {
  width: 110px;
  height: 110px;
  position: absolute;
  right: -60px;
  bottom: -60px;
  content: "";
  background: linear-gradient(45deg, rgba(212, 158, 57, 0.2666666667), rgba(149, 153, 154, 0.2));
  color: #ffffff;
  border-radius: 50%;
  opacity: 0.4;
  z-index: -1;
  transition: 0.5s all ease;
}
.countries .countriesBlock .countriesMedia {
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.countries .countriesBlock .countriesMedia:after {
  transition: 0.5s all ease;
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  position: absolute;
  left: 50%;
  content: "";
  z-index: -1;
  top: 50%;
  opacity: 0;
}
.countries .countriesBlock .countriesMedia img {
  max-width: 100%;
  height: 100%;
  transition: 0.5s all ease;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.countries .countriesBlock .countriesContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.countries .countriesBlock .countriesContent .countContentTitle {
  background-color: #ffffff;
  color: #d49e39;
  border-radius: 10px;
  padding: 4px 15px;
  display: inline-block;
}
.countries .countriesBlock .countriesContent p {
  margin-bottom: 0px;
  display: block;
  font-size: 15px;
  color: #17171d;
  transition: 0.3s ease-in-out;
}
.countries .countriesBlock .customBtn {
  background-color: rgba(238, 170, 44, 0.05);
  color: #d49e39;
  border: 1px solid rgba(238, 170, 44, 0.2);
}
.countries .countriesBlock .customBtn::after {
  background-color: #ffffff;
}
.countries .countriesBlock .customBtn:hover {
  color: #d49e39;
}

.requirements {
  position: relative;
  padding: 80px 0 80px 0;
}
.requirements .sectionTitle h3 {
  font-size: 22px;
  text-align: center;
  margin: 30px 0 50px 0;
}
.requirements .requirementsBox {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  background: rgba(238, 170, 44, 0.05);
  box-shadow: 0px 0px 1px #d49e39;
  border-radius: 10px;
}
.requirements .requirementsBox .requirementIcon {
  background: linear-gradient(45deg, #d49e39, rgb(238, 170, 44));
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 100px;
}
.requirements .requirementsBox .requirementIcon svg {
  width: 24px;
  height: 24px;
}
.requirements .requirementsBox .requirementIcon svg * {
  fill: #ffffff;
}
.requirements .title {
  padding: 12px;
}

.contact {
  background-color: rgba(238, 170, 44, 0.05);
  background-size: cover;
  padding: 80px 0;
}
.contact .contactBlock {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact .contactBlock .contactBox {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact .contactBlock .contactBox .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .contactBlock .contactBox .link img {
  width: 30px;
}
.contact .contactBlock .contactBox:hover {
  box-shadow: 0px 0px 25px rgba(238, 170, 44, 0.2);
}
.contact .contactBlock .contactBox .title {
  background-color: #d49e39;
  color: #ffffff;
  font-size: 17px;
  line-height: 28px;
  padding: 5px 0px 5px 37px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.contact .contactBlock .contactBox .title:before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -8px;
  z-index: -1;
  width: 0;
  height: 0;
  border-right: 9px solid transparent;
  border-left: 0px solid transparent;
  border-top: 8px solid rgba(238, 170, 44, 0.8);
}
.contact .contactBlock .contactBox .title:after {
  content: "";
  background-color: #d49e39;
  position: absolute;
  top: 0px;
  right: -40px;
  bottom: 0px;
  width: 46px;
  z-index: -1;
}
.contact .contactMap {
  border-radius: 12px;
  width: 100%;
  border: 4px solid #ffffff;
  height: 100%;
  min-height: 400px;
}
.contact .contactMap iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

footer {
  padding: 40px 0 40px;
  position: relative;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
@media print {
  footer {
    display: none;
  }
}
footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 0%;
  right: 0%;
  background: linear-gradient(90deg, #d49e39 0%, rgba(238, 170, 44, 0.2) 33%, #d49e39 66%, rgba(238, 170, 44, 0.05) 100%);
  background-size: 400%;
  animation: animateBg 8s linear infinite;
  border-radius: 12px;
}
footer .logo {
  height: 60px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  margin-bottom: 16px;
}
footer .info {
  color: #191919;
}
footer .copywriting {
  display: flex;
  padding: 16px 24px;
  margin-top: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  background-color: rgba(238, 170, 44, 0.05);
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  footer .copywriting {
    justify-content: space-around;
  }
}
footer .copywriting .hint {
  color: #191919;
}
footer .copywriting .hint a {
  color: #d49e39;
}
footer .copywriting .social {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .copywriting .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d49e39;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
footer .copywriting .social a img {
  height: 16px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s ease-in-out;
}
footer .copywriting .social a svg {
  height: 16px;
  aspect-ratio: 1;
}
footer .copywriting .social a svg * {
  transition: 0.3s ease-in-out;
  fill: #d49e39;
}
footer .copywriting .social a:hover {
  background: linear-gradient(45deg, #d49e39, rgb(238, 170, 44));
  transform: translateY(-4px);
}
footer .copywriting .social a:hover img {
  filter: brightness(0) invert(1);
}
footer .copywriting .social a:hover svg {
  height: 16px;
  aspect-ratio: 1;
}
footer .copywriting .social a:hover svg * {
  fill: #ffffff;
}
footer .group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .group .title {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #191919;
}
footer .group .title::after {
  content: "";
  height: 3px;
  width: 32px;
  border-radius: 4px;
  background: linear-gradient(45deg, #d49e39, rgb(238, 170, 44));
  background-size: 400%;
  animation: animateBg 8s linear infinite;
}
footer .group ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 8px;
}
footer .group ul li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  position: relative;
  min-width: 150px;
}
footer .group ul li img {
  width: 20px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease-in-out;
}
footer .group ul li::before {
  content: "";
  height: 2px;
  width: 4px;
  transition: 0.3s ease-in-out;
  border-radius: 4px;
  background: #d49e39;
}
footer .group ul li a {
  color: #191919;
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .group ul li:hover::before {
  width: 16px;
}
footer .group ul li:hover a {
  color: #d49e39;
}

.banner {
  background: #d49e39;
  padding-top: 120px;
  color: #ffffff;
}
.banner .container {
  display: flex;
  gap: 8px 24px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.banner .container .text {
  display: flex;
  flex-direction: column;
  padding: 24px;
  flex: 1;
  min-width: 250px;
}
.banner .container .image {
  width: min(100% - 24px, 300px);
  aspect-ratio: 2/1;
  overflow: hidden;
}
.banner .container .image img {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.accountForm {
  padding: 20px;
  display: flex;
  height: 100%;
  gap: 24px;
  min-height: 100dvh;
}
@media screen and (max-width: 992px) {
  .accountForm {
    padding: 12px;
    min-height: unset;
  }
}
.accountForm .imageBG {
  flex: 1;
}
@media screen and (max-width: 992px) {
  .accountForm .imageBG {
    display: none;
  }
}
.accountForm .imageBG img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.accountForm .cardForm {
  flex: 1;
  padding: 100px 12px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .accountForm .cardForm {
    padding: 100px 0 40px;
  }
}
.accountForm .cardForm form {
  width: min(100%, 500px);
}
@media screen and (max-width: 992px) {
  .accountForm .cardForm form {
    padding: 12px;
  }
}

.formGroup {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.formGroup label {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}
.formGroup label .icon svg {
  width: 20px;
  height: 20px;
}
.formGroup label .icon svg * {
  fill: #d49e39;
}
.formGroup label img {
  width: 20px;
  height: 20px;
}
.formGroup label i {
  color: #d49e39;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.formGroup .inputDiv {
  position: relative;
  background-color: rgba(238, 170, 44, 0.05);
  border: 1px solid rgba(238, 170, 44, 0.2);
  padding-left: 16px;
  border-radius: 12px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
.formGroup .inputDiv input {
  width: 100%;
  border: none;
  background: none;
  height: 24px;
  min-width: 40px;
}
.formGroup .inputDiv span {
  font-weight: bold;
  color: #d49e39;
}
.formGroup .inputDiv.ltr {
  direction: ltr;
}
.formGroup .inputDiv.ltr * {
  direction: ltr;
}

.formLabel {
  text-align: center;
}
.formLabel span {
  color: #d49e39;
  font-weight: bold;
}

.form-control,
.form-control:focus {
  border-radius: 12px;
  background-color: rgba(238, 170, 44, 0.05);
  border: 1px dashed rgba(212, 158, 57, 0.6235294118);
}

.cardForm form {
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: rgba(238, 170, 44, 0.05);
  border: 1px solid rgba(238, 170, 44, 0.2);
}
.cardForm form a {
  color: #d49e39;
}
.cardForm form button[type=submit] {
  margin: 0 auto;
}
.cardForm .loginLogo {
  padding: 4px 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  flex-direction: column;
}
.cardForm .loginLogo img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.cardForm .loginLogo .back {
  background-color: #ffffff;
  padding: 4px 12px;
  border: none;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .cardForm .loginLogo .back {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.otp {
  direction: ltr;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 4px;
}
.otp .otp-input {
  min-width: 40px;
  flex: 1;
  height: 64px;
  background-color: #eee;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
}

input:focus {
  box-shadow: none !important;
}

.faqs {
  padding: 20px 0 60px;
  position: relative;
  z-index: 2;
}
.faqs .container {
  background-color: rgba(238, 170, 44, 0.2);
  padding: 24px;
  border-radius: 24px;
}
.faqs .hint {
  color: #191919;
}
.faqs .title {
  color: #d49e39;
  font-family: "Vazirmatn", sans-serif;
}
.faqs .accordion {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faqs .accordion .accordion-item {
  border-radius: 16px;
  border: none;
  background-color: #ffffff;
}
.faqs .accordion .accordion-item .accordion-button {
  background: rgba(238, 170, 44, 0.05);
  border-radius: 16px;
  box-shadow: none;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  color: #191919;
}
.faqs .accordion .accordion-item .accordion-button::after {
  margin-right: auto;
  margin-left: unset;
}
.faqs .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: linear-gradient(45deg, #d49e39, rgb(238, 170, 44));
  background-size: 400%;
  animation: animateBg 5s linear infinite;
  color: #ffffff;
}
.faqs .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faqs .accordion .accordion-item .accordion-body {
  color: #191919;
}

.workers-section {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #ffffff;
}

.side-bar {
  background-color: #fafafa;
  padding: 30px 20px;
  border-radius: 10px;
}
.side-bar h4 {
  font-family: "Vazirmatn", sans-serif;
  font-size: 20px;
  color: #191919;
}
.side-bar .sidebar-filter {
  margin-top: 30px;
}
.side-bar .sidebar-filter h4 {
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #17171d;
  border-bottom: 1px solid #ddd;
}
.side-bar .sidebar-filter ul li {
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
  color: #666666;
}
.side-bar .sidebar-filter ul li label {
  display: inline-block;
  padding-right: 15px;
}
.side-bar .sidebar-filter .view-button {
  display: flex;
  gap: 8px;
}
.side-bar .sidebar-filter .view-button .clear {
  background: #ffffff;
  border: 1px solid #d49e39;
  padding: 8px 20px;
  border-radius: 8px;
}
.side-bar .sidebar-filter .view-button .confirm {
  border-radius: 8px;
  background: #d49e39;
  border: 1px solid #d49e39;
  color: #ffffff;
  padding: 8px 20px;
  flex: 1;
}

.worker-box {
  background-color: rgba(238, 170, 44, 0.05);
  border: 1px solid rgba(238, 170, 44, 0.2);
  position: relative;
  padding: 24px 16px 12px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 28px;
  height: calc(100% - 28px);
}
.worker-box .worker-media {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(238, 170, 44, 0.2);
  margin-right: 40px;
  position: absolute;
  top: -20px;
  overflow: hidden;
}
.worker-box .worker-media img {
  display: block;
  border-radius: 10px;
}
.worker-box .worker-content {
  padding-top: 64px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.worker-box .worker-content h4 {
  font-size: 22px;
  font-family: "Vazirmatn", sans-serif;
  color: #17171d;
}
.worker-box .worker-content .workerInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.worker-box .worker-content .workerInfo > * {
  flex: 1 40%;
}
.worker-box .worker-content .workerInfo p {
  font-size: 15px;
}
.worker-box .worker-content .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background-color: rgba(238, 170, 44, 0.2);
  border-radius: 20px;
  padding: 8px;
  margin-top: auto;
}
.worker-box .worker-content .actions > * {
  flex: 1;
}
.worker-box .worker-content .actions .btn {
  padding: 8px 20px;
  width: 100%;
  white-space: nowrap;
  border-radius: 16px;
  background-color: #ffffff;
  transition: all 0.4s;
}
.worker-box .worker-content .actions .btn svg {
  transition: all 0.4s;
}
.worker-box .worker-content .actions .btn.active, .worker-box .worker-content .actions .btn:hover {
  background-color: #d49e39;
  color: #ffffff;
}
.worker-box .worker-content .actions .btn.active svg, .worker-box .worker-content .actions .btn:hover svg {
  fill: #ffffff;
}
.worker-box .worker-content .actions .btn.active svg path, .worker-box .worker-content .actions .btn:hover svg path {
  fill: #ffffff;
}
.worker-box .worker-content .actions .btn.btn-dark {
  background-color: #191919;
  color: #ffffff;
}
.worker-box .worker-content .work-details-btn {
  color: #d49e39;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
.worker-box .worker-right-content {
  text-align: center;
  width: 100px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.worker-box .worker-right-content P {
  color: red;
  border: 1px solid red;
  padding: 4px;
  font-size: 12px;
  border-radius: 8px;
}
.worker-box .worker-right-content .worker-age {
  font-weight: 600;
  color: #606062;
  margin: 20px 0px 10px 0px;
  font-size: 17px;
}
.worker-box .worker-right-content .worker-age span {
  color: #d49e39;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
}

.cvModal {
  padding-top: 24px;
}
.cvModal .modal-content {
  border-radius: 24px;
  padding: 24px;
}
.cvModal .closeBtn {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: #191919;
  border: 2px solid #ffffff;
  border-radius: 100px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  transform: translate(10px, -50%);
}
.cvModal .closeBtn i {
  font-size: 24px;
  color: #ffffff;
}
.cvModal .closeBtn svg {
  width: 16px;
  height: 16px;
}
.cvModal .closeBtn svg * {
  fill: #ffffff;
}
.cvModal .modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  padding-top: 20px;
}
.cvModal .modal-footer .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #191919;
  background: #ffffff;
  color: #191919;
  border-radius: 12px;
  padding: 8px 24px;
}
.cvModal .modal-footer .btn.book {
  background: #d49e39;
  color: #ffffff;
  border: 1px solid #d49e39;
}

.cv .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  flex: 1;
  margin: auto;
  width: 100%;
}
.cv .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.cv .info ul li {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 4px;
  flex: 1;
  min-width: 120px;
}
.cv .info ul li .title {
  color: #777;
  white-space: nowrap;
}
.cv .info ul li .data {
  color: #231f20;
  font-weight: bold;
  white-space: nowrap;
  font-size: 15px;
}
.cv .info .alertText {
  color: red;
}
.cv .mainImg img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
  max-height: 300px;
  background-color: #f3f3f9;
  border-radius: 8px;
  border: 1px solid #f3f3f9;
  cursor: zoom-in;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.cv .moreImgs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding: 8px;
  border-radius: 8px;
  background-color: #f3f3f9;
}
.cv .moreImgs img {
  width: 100%;
  max-width: 70px;
  height: 70px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: zoom-in;
}

.allWorkersSide {
  padding: 0px;
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  background-color: #fafafa;
  padding: 20px;
  flex-wrap: wrap;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.allWorkersSide .form-group {
  flex: 1;
  min-width: 120px;
}
.allWorkersSide label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
.allWorkersSide .accordionItem {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.allWorkersSide .accordionItem .accordionButton {
  background: none !important;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 16px 0;
  display: flex;
  font-weight: bold;
  position: relative;
}
.allWorkersSide .accordionItem .accordionButton::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #d49e39;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.allWorkersSide .accordionItem .accordionButton .plus {
  position: absolute;
  left: 8px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
}
.allWorkersSide .accordionItem .accordionButton .plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #d49e39;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #d49e39;
}
.allWorkersSide .accordionItem .accordionButton .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #d49e39;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #d49e39;
  transform: rotate(0deg);
}
.allWorkersSide .accordionItem .accordionButton.collapsed::before {
  width: 10px;
}
.allWorkersSide .accordionItem .accordionButton.collapsed .plus::after {
  transform: rotate(90deg);
}
.allWorkersSide .accordionItem .accordionData {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
}
.allWorkersSide .view-button {
  display: flex;
  gap: 8px;
}
.allWorkersSide .view-button .clear {
  background: #ffffff;
  border: 1px solid #d49e39;
  padding: 8px 20px;
  border-radius: 8px;
}
.allWorkersSide .view-button .confirm {
  border-radius: 8px;
  background: #d49e39;
  border: 1px solid #d49e39;
  color: #ffffff;
  padding: 8px 20px;
  flex: 1;
}

.cv-template {
  font-family: "Vazirmatn", sans-serif;
  color: var(--text-dark);
  width: 850px;
  margin: 0 auto;
}
.cv-template .cv-img {
  width: 150px;
  height: 150px;
  border: 3px solid var(--main-color);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.cv-template tbody,
.cv-template td,
.cv-template tfoot,
.cv-template th,
.cv-template thead,
.cv-template tr {
  border: 1px dashed #d1d1d1;
}
.cv-template .socialMedia a {
  border: 1px dashed #d1d1d1;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  color: var(--text-dark);
  text-decoration: none;
}

.profile {
  padding: 120px 0 80px;
}
.profile .userInfo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 24px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1019607843);
  margin-bottom: 24px;
  position: relative;
}
.profile .userInfo .name {
  font-family: "Vazirmatn", sans-serif;
}
.profile .userInfo .phone {
  color: #777;
}
.profile .userInfo .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  cursor: pointer;
}
.profile .userInfo .icon svg {
  width: 20px;
  height: 20px;
}
.profile .userInfo .icon svg * {
  fill: red;
}
.profile .sideProfile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-radius: 24px;
  background-color: rgba(238, 170, 44, 0.05);
}
.profile .sideProfile .link {
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.profile .sideProfile .link .icon {
  width: 48px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background-color: rgba(238, 170, 44, 0.2);
  border-radius: 100px;
}
.profile .sideProfile .link .icon svg {
  width: 20px;
  height: 20px;
}
.profile .sideProfile .link .icon svg * {
  fill: #d49e39;
}
.profile .sideProfile .link .icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.profile .sideProfile .link.active {
  color: #d49e39;
}
.profile .sideProfile .link.active .icon {
  background-color: #d49e39;
}
.profile .sideProfile .link.active .icon img {
  filter: brightness(0) invert(1);
}
.profile .sideProfile .link.active .icon svg * {
  fill: #ffffff;
}
.profile .sideProfile .link.last {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .profile .sideProfile {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 12px;
  }
  .profile .sideProfile .link {
    width: calc(50% - 8px);
  }
  .profile .sideProfile .link .icon {
    width: 40px;
  }
}
.profile .contentProfile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-radius: 24px;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  .profile .contentProfile {
    padding: 8px;
  }
}
.profile .contentProfile .notifications {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.profile .contentProfile .notifications .single {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 20px;
}
.profile .contentProfile .notifications .single .title {
  font-weight: bold;
}
.profile .contentProfile .notifications .single .time {
  color: #777;
}
.profile .contentProfile .orders {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.profile .contentProfile .orders .accordion-item {
  background-color: #ffffff;
  border: none;
  border-radius: 24px;
}
.profile .contentProfile .orders .accordion-item .accordion-button {
  background-color: #ffffff;
  border: none;
  box-shadow: none;
  border-radius: 24px;
  gap: 16px;
  padding: 24px;
  position: relative;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData {
  display: flex;
  gap: 24px 40px;
  width: 100%;
  flex-wrap: wrap;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .orderHead {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 4px;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .orderHead .line {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #777;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .orderHead .line span {
  font-weight: bold;
  color: #191919;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .orderHead .line.highlight span {
  color: #d49e39;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .date {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  flex: 1;
  min-width: 150px;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .date .info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #191919;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .date .info .icon svg {
  width: 20px;
  height: 20px;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .date .info .icon svg * {
  fill: #d49e39;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .date .progressBar {
  height: 4px;
  width: 100%;
  background-color: rgba(238, 170, 44, 0.05);
  border-radius: 100px;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .date .progressBar .progressLine {
  width: 100%;
  height: 100%;
  background-color: #d49e39;
  border-radius: 100px;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .status {
  display: flex;
  align-items: center;
  color: #191919;
  gap: 12px;
  flex: 1;
  min-width: 150px;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .status .icon {
  width: 48px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: rgba(238, 170, 44, 0.2);
  margin-right: auto;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .status .icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .status .icon svg {
  width: 20px;
  height: 20px;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData .status .icon svg * {
  fill: #d49e39;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData.sent .date .progressBar .progressLine {
  background-color: #007cb6;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData.sent .status .icon {
  background-color: rgba(0, 124, 182, 0.2);
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData.sent .status .icon svg * {
  fill: #007cb6;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData.shipped .date .progressBar .progressLine {
  background-color: #ffae00;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData.shipped .status .icon {
  background-color: rgba(255, 174, 0, 0.2);
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData.shipped .status .icon svg * {
  fill: #ffae00;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData.delivered .date .progressBar .progressLine {
  background-color: #00b67c;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData.delivered .status .icon {
  background-color: rgba(0, 182, 124, 0.2);
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData.delivered .status .icon svg * {
  fill: #00b67c;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData.cancelled .date .progressBar .progressLine {
  background-color: #ff0000;
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData.cancelled .status .icon {
  background-color: rgba(255, 0, 0, 0.2);
}
.profile .contentProfile .orders .accordion-item .accordion-button .shortData.cancelled .status .icon svg * {
  fill: #ff0000;
}
.profile .contentProfile .orders .accordion-item .accordion-button::after {
  position: absolute;
  bottom: 4px;
  left: calc(50% - 12px);
  --bs-accordion-btn-icon-width: 16px;
}
.profile .contentProfile .orders .accordion-item .accordion-button:has(.checkoutTotal) {
  background-color: rgba(238, 170, 44, 0.05);
}
.profile .contentProfile .orders .accordion-item .accordion-body {
  border: none;
}

.OurServices {
  padding: 40px 0 0;
}
.OurServices .service-img {
  position: relative;
}
.OurServices .service-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.63);
}
.OurServices .service-img img {
  width: 100%;
}
.OurServices .service-content {
  position: absolute;
  bottom: 42px;
  right: 40px;
}

.guarantee {
  color: red;
  border: 1px solid red;
  text-align: center;
  border-radius: 8px;
  padding: 4px;
  text-wrap: balance;
  font-size: 13px;
  margin-top: auto;
}/*# sourceMappingURL=style.css.map */