@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Tajawal:wght@300;400;500;700;800&display=swap");
:target {
  scroll-margin-top: 100px;
}

.fancybox__container {
  z-index: 1999;
}

.fancybox__track,
.fancybox__content,
.carousel__track {
  direction: ltr !important;
}

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

::-webkit-scrollbar-track {
  background-color: white;
}

::-webkit-scrollbar-thumb {
  background: black;
  height: 300px;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  font-family: "Tajawal", sans-serif;
}

body {
  background-color: rgba(248, 196, 99, 0.021);
  overflow-x: hidden;
  position: relative;
}

html[lang=ar] {
  direction: rtl;
}

html[lang=en] {
  direction: ltr;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

button,
input,
textarea {
  border: none;
  outline: none;
  background: none;
}

input[type=checkbox] {
  accent-color: #d49e39;
}

.row {
  margin: 0;
  padding: 0;
}

.preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition: opacity 0.5s ease;
}
.preloader .loader-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.preloader .logo-wrap {
  perspective: 600px;
}
.preloader img {
  width: 160px;
  display: block;
  transform-style: preserve-3d;
  animation: diamondSpin 2.4s linear infinite;
  filter: drop-shadow(0 6px 14px rgba(212, 158, 57, 0.25));
}

@keyframes diamondSpin {
  0% {
    transform: rotateY(0deg) rotateX(0deg);
  }
  25% {
    transform: rotateY(90deg) rotateX(8deg);
  }
  50% {
    transform: rotateY(180deg) rotateX(0deg);
  }
  75% {
    transform: rotateY(270deg) rotateX(-8deg);
  }
  100% {
    transform: rotateY(360deg) rotateX(0deg);
  }
}
/* Fill animation */
@keyframes fillBar {
  0% {
    width: 0%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.floating-actions {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  z-index: 1200;
  background-color: white;
  border-radius: 33px;
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1019607843);
  padding: 12px 6px;
}
.floating-actions .floating-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.floating-actions .floating-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
}
.floating-actions .floating-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.4);
  outline-offset: 3px;
}
.floating-actions .call-btn {
  background: #d49e39;
}
.floating-actions .whatsapp-btn {
  background: #25d366;
}

html[lang=ar] .whatsapp-float {
  right: auto;
  left: 24px;
}

@media (max-width: 576px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 24px;
    bottom: 18px;
    right: 18px;
  }
  html[lang=ar] .whatsapp-float {
    right: auto;
    left: 18px;
  }
}
.titleHeading {
  margin-bottom: 60px;
}
.titleHeading h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #d49e39;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .titleHeading h2 {
    font-size: 20px;
  }
}
.titleHeading h2 span {
  width: 70px;
  height: 2px;
  background: #d49e39;
  display: block;
}
.titleHeading h2 i {
  color: #d49e39;
  font-size: 12px;
}
.titleHeading p {
  margin-top: 18px;
  color: #777;
  font-size: 18px;
}

html[lang=en] {
  direction: ltr;
}
@media screen and (max-width: 768px) {
  html[lang=en] header nav .nav_links {
    right: calc(-75% - 30px);
    left: auto;
  }
  html[lang=en] header nav .nav_links.active {
    left: -30px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  header {
    padding: 2px 25px;
  }
}
header nav {
  margin-top: 10px;
  padding: 10px 2px !important;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  header nav {
    padding: 10px 5px !important;
    border-radius: 12px;
  }
}
header nav .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .logo img {
  height: 65px;
}
@media screen and (max-width: 768px) {
  header nav .logo img {
    height: 45px;
  }
}
header nav .nav_links {
  gap: 42px;
  transition: 0.3s ease-in-out;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
header nav .nav_links a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  transition: 0.25s ease-in-out;
  color: black;
}
header nav .nav_links a:hover {
  color: #d49e39;
}
@media screen and (max-width: 991px) {
  header nav .nav_links {
    position: fixed;
    top: -18px;
    bottom: -18px;
    left: auto;
    right: 0;
    height: calc(100vh + 16px);
    flex-direction: column;
    background: white;
    width: 75%;
    padding: 48px 32px;
    justify-content: start;
    display: none;
    transform: none;
    z-index: 1000;
  }
  header nav .nav_links a {
    color: black !important;
  }
  header nav .nav_links.active {
    display: flex;
    border-radius: 0;
    color: #d49e39;
  }
}
header nav .actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
header nav .actions .lang-btn {
  background-color: transparent;
  border: 1px solid rgba(212, 158, 57, 0.4);
  color: #d49e39;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
  header nav .actions .lang-btn {
    display: none;
  }
}
header nav .actions .lang-btn i {
  font-size: 0.9rem;
}
header nav .actions .lang-btn:hover {
  background: rgba(212, 158, 57, 0.15);
  border: none;
  transform: translateY(-2px);
}
header nav .actions .toggler {
  display: none;
  background: transparent !important;
  color: #d49e39;
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  header nav .actions .toggler {
    display: flex;
  }
}
header nav .actions .request-btn {
  background: #d49e39;
  color: white;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .actions .request-btn:hover {
  background: rgb(187.4838174274, 136.3518672199, 40.7161825726);
  transform: translateY(-2px);
  color: white;
}
@media screen and (max-width: 991px) {
  header nav .actions .request-btn {
    display: none;
  }
}
header nav.sticky {
  padding: 10px 42px !important;
  background: white;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
header nav.sticky .toggler {
  color: black;
}
header nav.sticky .nav_links a:hover {
  color: #d49e39;
}
@media screen and (max-width: 768px) {
  header nav.sticky {
    padding: 10px !important;
  }
}
@media screen and (min-width: 991px) {
  header .nav_links .lang-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .nav_links .lang-mobile {
    display: block;
    margin-top: 20px;
    padding: 12px 16px;
    background: rgba(212, 158, 57, 0.7);
    border-radius: 10px;
    text-align: center;
    color: black;
    font-size: 1rem;
  }
}
header .request-mobile {
  display: none;
}
header .request-mobile .request-btn {
  width: 100%;
  justify-content: center;
  padding: 14px;
  border-radius: 10px;
  background: #d49e39;
  color: white;
  font-weight: 600;
}
header .request-mobile .request-btn:hover {
  color: white;
}
@media screen and (max-width: 991px) {
  header .request-mobile {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

main .hero-services {
  height: auto;
  padding: 70px;
}
main .hero-services .row {
  display: flex;
  align-items: stretch;
}
main .hero-services .col-lg-8,
main .hero-services .col-lg-4 {
  display: flex;
}
main .hero-services .hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
main .hero-services .hero-card .carousel-inner {
  direction: ltr;
}
main .hero-services .hero-card .carousel-item {
  direction: rtl;
  float: none;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  inset: 0;
  transition: opacity 0.6s ease;
}
main .hero-services .hero-card .carousel-item.active {
  opacity: 1;
  position: relative;
}
main .hero-services .hero-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .hero-services .hero-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.678));
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  color: white;
}
main .hero-services .hero-card .overlay .badge-title {
  width: -moz-fit-content;
  width: fit-content;
  background: #d49e39;
  color: white;
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}
main .hero-services .hero-card .overlay h1 {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
}
main .hero-services .hero-card .overlay p {
  font-size: 18px;
  width: 70%;
  margin-bottom: 30px;
  opacity: 0.9;
}
main .hero-services .hero-card .overlay .main-btn {
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 35px;
  border: none;
  border-radius: 50px;
  background: white;
  color: #d49e39;
  text-decoration: none;
  transition: all 0.35s ease;
}
main .hero-services .hero-card .overlay .main-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(212, 158, 57, 0.15), rgba(246, 213, 139, 0.85), rgba(212, 158, 57, 0.15), transparent);
  transform: skewX(-25deg);
  transition: left 0.7s ease;
}
main .hero-services .hero-card .overlay .main-btn:hover {
  background: rgb(187.4838174274, 136.3518672199, 40.7161825726);
  box-shadow: 0 8px 24px rgba(212, 158, 57, 0.25);
  color: white;
}
main .hero-services .hero-card .overlay .main-btn:hover::before {
  left: 160%;
}
main .hero-services .services-grid {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.8fr 1.3fr 1.3fr;
  gap: 16px;
}
main .hero-services .services-grid .service-card {
  border-radius: 20px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: 0.3s;
  height: 100%;
}
main .hero-services .services-grid .service-card:hover {
  transform: translateY(-6px);
}
main .hero-services .services-grid .service-card.gold {
  grid-column: 1/3;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px;
  border-radius: 22px;
  color: white;
  background: linear-gradient(90deg, #9f7a37 0%, #c79d57 25%, #e7ca84 50%, #c79d57 75%, #9f7a37 100%);
  box-shadow: 0 10px 24px rgba(143, 108, 34, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: 0.35s ease;
}
main .hero-services .services-grid .service-card.gold::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 38%, rgba(255, 255, 255, 0.18) 50%, transparent 62%);
  pointer-events: none;
}
main .hero-services .services-grid .service-card.gold::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 45%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  transform: skewX(-25deg);
  transition: 0.8s;
}
main .hero-services .services-grid .service-card.gold:hover {
  transform: translateY(-6px);
}
main .hero-services .services-grid .service-card.gold:hover::after {
  left: 150%;
}
main .hero-services .services-grid .service-card.gold .txt {
  position: relative;
  z-index: 2;
  max-width: 320px;
}
main .hero-services .services-grid .service-card.gold .txt .badge-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 14px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 13px;
  font-weight: 600;
}
main .hero-services .services-grid .service-card.gold .txt .badge-gold i {
  font-size: 13px;
  color: #fff5c2;
}
main .hero-services .services-grid .service-card.gold .txt p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
}
main .hero-services .services-grid .service-card.gold .icon {
  position: relative;
  z-index: 2;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .hero-services .services-grid .service-card.gold .icon i {
  font-size: 40px;
  color: white;
}
main .hero-services .services-grid .service-card.teal {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  color: white;
  background: linear-gradient(90deg, #0b4a54 0%, #0f6270 25%, #0f6270 75%, #0b4a54 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: 0.35s;
}
main .hero-services .services-grid .service-card.teal::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.12) 50%, transparent 65%);
  transform: rotate(-8deg);
  pointer-events: none;
}
main .hero-services .services-grid .service-card.teal:hover {
  transform: translateY(-6px);
}
main .hero-services .services-grid .service-card.teal .icon {
  width: 72px;
  flex-shrink: 0;
}
main .hero-services .services-grid .service-card.teal .icon img {
  width: 100%;
  display: block;
}
main .hero-services .services-grid .service-card.teal .txt h4 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
main .hero-services .services-grid .service-card.teal .txt p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}
main .hero-services .services-grid .service-card.beige {
  grid-column: 1/2;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  background: linear-gradient(180deg, #f4f2ee 0%, #ece8e2 100%);
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
@media (max-width: 991px) {
  main .hero-services .services-grid .service-card.beige {
    flex-direction: row;
  }
}
main .hero-services .services-grid .service-card.beige:hover {
  transform: translateY(-5px);
}
main .hero-services .services-grid .service-card.beige .icon img {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
main .hero-services .services-grid .service-card.beige .txt {
  width: 100%;
  text-align: right;
}
main .hero-services .services-grid .service-card.beige h4 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #3d3528;
}
main .hero-services .services-grid .service-card.beige p {
  margin: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  color: #4d4d4d;
}
main .hero-services .services-grid .service-card.gray {
  grid-column: 2/3;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  background: #e6dcc4;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
@media (max-width: 991px) {
  main .hero-services .services-grid .service-card.gray {
    flex-direction: row;
  }
}
main .hero-services .services-grid .service-card.gray:hover {
  transform: translateY(-5px);
}
main .hero-services .services-grid .service-card.gray .icon img {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
main .hero-services .services-grid .service-card.gray .txt {
  width: 100%;
  text-align: right;
}
main .hero-services .services-grid .service-card.gray h4 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #3d3528;
}
main .hero-services .services-grid .service-card.gray p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4d4d4d;
}
@media (max-width: 991px) {
  main .hero-services {
    padding: 0 20px;
    padding-top: 40px;
  }
  main .hero-services .row {
    flex-direction: column;
  }
  main .hero-services .col-lg-8 {
    order: 1;
    width: 100%;
  }
  main .hero-services .col-lg-4 {
    order: 2;
    width: 100%;
    margin-top: 2px;
  }
  main .hero-services .hero-card img {
    min-height: 380px;
  }
  main .hero-services .hero-card .overlay {
    padding: 30px;
  }
  main .hero-services .hero-card .overlay h1 {
    font-size: 28px;
  }
  main .hero-services .hero-card .overlay p {
    width: 100%;
    font-size: 15px;
  }
  main .hero-services .services-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 16px;
    margin-top: 16px;
  }
  main .hero-services .services-grid .service-card {
    grid-column: 1/2 !important;
    width: 100%;
  }
  main .hero-services .services-grid .gold {
    flex-direction: row;
  }
  main .hero-services .services-grid .beige,
  main .hero-services .services-grid .gray {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  html[lang=ar] {
    direction: ltr;
  }
  html[lang=ar] body {
    direction: rtl;
  }
  main .hero-services {
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
  }
  main .hero-services .hero,
  main .hero-services .row,
  main .hero-services .col-lg-8,
  main .hero-services .col-lg-4,
  main .hero-services .hero-card,
  main .hero-services .services-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
  }
  main .hero-services .hero-card .overlay {
    padding: 24px;
    align-items: flex-start;
    text-align: right;
  }
  main .hero-services .hero-card img {
    min-height: 300px;
  }
  main .hero-services .hero-card .overlay h1 {
    font-size: 21px;
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  main .hero-services .hero-card .overlay .badge-title,
  main .hero-services .hero-card .overlay p {
    max-width: 100%;
  }
  main .hero-services .services-grid .service-card {
    padding: 18px;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: right;
    overflow: hidden;
  }
  main .hero-services .services-grid .service-card .txt {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
  }
  main .hero-services .services-grid .service-card h4,
  main .hero-services .services-grid .service-card p,
  main .hero-services .services-grid .service-card .badge-gold {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}
main .about {
  position: relative;
  z-index: 2;
  padding: 140px 0;
  overflow: hidden;
}
main .about .about-wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 480px;
}
main .about .side-image {
  position: absolute;
  width: 22%;
  max-width: 300px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}
main .about .side-image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
main .about .side-image.top-right {
  top: -60px;
  inset-inline-end: -40px;
}
main .about .side-image.bottom-left {
  bottom: -60px;
  inset-inline-start: -40px;
}
@media (max-width: 992px) {
  main .about .side-image {
    display: none;
  }
}
main .about .info {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
main .about .info .icon {
  color: #d49e39;
}
main .about .info .icon svg {
  width: 20px;
  height: 20px;
}
main .about .info .title {
  font-family: "Vazirmatn", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
}
main .about .info .title em {
  font-style: italic;
  font-weight: 400;
}
main .about .info .des {
  font-size: 20px;
  line-height: 1.9;
  color: #95999a;
  margin: 0;
}
main .about .info .founded {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
main .about .info .founded .label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #95999a;
  text-transform: uppercase;
}
main .about .info .founded .year-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
main .about .info .founded .year-row .line {
  width: 40px;
  height: 1px;
  background: #95999a;
  opacity: 0.4;
}
main .about .info .founded .year-row .year {
  margin: 0;
  min-width: 130px;
  text-align: center;
  font-family: "Vazirmatn", sans-serif;
  font-weight: 800;
  font-size: 56px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px #d49e39;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  main .about .info {
    max-width: 100%;
    padding: 0 16px;
  }
}
main .aboutServices {
  position: relative;
  padding: 70px 0;
  background: #fbf5e7;
  overflow: hidden;
}
main .aboutServices::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 700px;
  height: 700px;
  background: url("../images/pattern.svg") no-repeat top right;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  opacity: 0.04;
}
main .aboutServices .container {
  position: relative;
  z-index: 2;
}
main .aboutServices .services-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}
main .aboutServices .services-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main .aboutServices .services-info .subTitle {
  color: #d49e39;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
main .aboutServices .services-info h2 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 20px;
}
main .aboutServices .services-info p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-bottom: 35px;
}
main .aboutServices .services-info .cta-btn {
  padding: 14px 35px;
  background: #d49e39;
  color: white;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.3s;
}
main .aboutServices .services-info .cta-btn:hover {
  background: rgb(187.4838174274, 136.3518672199, 40.7161825726);
}
main .aboutServices {
  /*=========================
          ZIGZAG
  =========================*/
}
main .aboutServices .services-zigzag {
  display: grid;
  grid-template-columns: repeat(2, 260px);
  justify-content: start;
  gap: 28px;
}
main .aboutServices .aboutServicesBox {
  position: relative;
  width: 260px;
  height: 260px;
  background: white;
  border-radius: 24px;
  padding: 30px;
  overflow: hidden;
  transition: 0.35s;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.05);
}
main .aboutServices .aboutServicesBox:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(212, 158, 57, 0.15);
}
main .aboutServices .aboutServicesBox .largeNumber {
  position: absolute;
  top: -18px;
  left: -6px;
  font-size: 82px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 158, 57, 0.12);
}
main .aboutServices .aboutServicesBox .icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(212, 158, 57, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
main .aboutServices .aboutServicesBox .icon i {
  color: #d49e39;
  font-size: 24px;
}
main .aboutServices .aboutServicesBox .icon svg {
  width: 28px;
  height: 28px;
  display: block;
}
main .aboutServices .aboutServicesBox .icon svg,
main .aboutServices .aboutServicesBox .icon svg *,
main .aboutServices .aboutServicesBox .icon svg path,
main .aboutServices .aboutServicesBox .icon svg .cls-1 {
  fill: #d49e39 !important;
  color: #d49e39 !important;
}
main .aboutServices .aboutServicesBox .icon svg [stroke] {
  stroke: #d49e39 !important;
}
main .aboutServices .aboutServicesBox .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
main .aboutServices .aboutServicesBox .description {
  color: #777;
  line-height: 1.8;
  font-size: 15px;
}
main .aboutServices {
  /*=========================
        ZIGZAG POSITION
  =========================*/
}
main .aboutServices .aboutServicesBox:nth-child(1) {
  margin-top: -20px;
}
main .aboutServices .aboutServicesBox:nth-child(2) {
  margin-top: 30px;
}
main .aboutServices .aboutServicesBox:nth-child(3) {
  margin-top: -40px;
}
main .aboutServices .aboutServicesBox:nth-child(4) {
  margin-top: 20px;
}
main .aboutServices .aboutServicesBox:nth-child(5) {
  margin-top: -50px;
}
@media (max-width: 992px) {
  main .aboutServices .services-layout {
    grid-template-columns: 1fr;
  }
  main .aboutServices .services-info {
    order: 1;
    align-items: center;
    text-align: center;
  }
  main .aboutServices .services-zigzag {
    order: 2;
    justify-content: center;
    grid-template-columns: repeat(1, 100%);
  }
  main .aboutServices .aboutServicesBox {
    width: 100%;
    margin-top: 0 !important;
  }
  main .aboutServices .aboutServicesBox .largeNumber {
    font-size: 60px;
  }
}
main .countries {
  padding: 90px 0;
}
main .countries .countriesBlock {
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  height: 100%;
}
main .countries .countriesBlock:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}
main .countries .countriesBlock:hover .countriesMedia {
  transform: scale(1.08);
}
main .countries .countriesBlock:hover .customBtn {
  background: #d49e39;
  color: white;
}
main .countries .countriesMap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.6;
  margin-top: 20px;
}
main .countries .countriesMap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d49e39;
  -webkit-mask: url("../images/Map.png") top center/90% no-repeat;
  mask: url("../images/Map.png") top center/90% no-repeat;
}
main .countries .countriesMedia {
  width: 120px;
  height: 120px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
main .countries .countriesMedia::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  border: 2px dashed #d49e39;
}
main .countries .countriesMedia img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  background: white;
}
main .countries .countriesMedia .plane {
  position: absolute;
  right: 10px;
  top: 1px;
  width: 28px;
  transform: rotate(40deg);
  height: 28px;
  border-radius: 50%;
  color: #d49e39;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
main .countries .countriesContent {
  margin-top: 25px;
}
main .countries .countriesContent .countContentTitle {
  font-size: 32px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 18px;
}
main .countries .countriesContent .duration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #555;
  font-size: 17px;
  margin-bottom: 30px;
}
main .countries .countriesContent .duration i {
  color: #d49e39;
}
main .countries .customBtn {
  width: 100%;
  height: 56px;
  border-radius: 50px;
  border: 1px solid rgba(212, 158, 57, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: white;
  color: #d49e39;
  font-weight: 700;
  text-decoration: none;
  transition: 0.4s;
}
main .countries .customBtn i {
  transition: 0.4s;
}
main .countries .customBtn:hover {
  color: #fff;
  background: #d49e39;
}
main .countries .customBtn:hover i {
  transform: translateX(-6px);
}
@media (max-width: 991px) {
  main .countries .countriesBlock {
    padding: 30px 20px;
  }
  main .countries .countriesMedia {
    width: 100px;
    height: 100px;
  }
  main .countries .countriesMedia img {
    width: 75px;
    height: 75px;
  }
  main .countries .countContentTitle {
    font-size: 24px !important;
  }
  main .countries .duration {
    font-size: 15px !important;
  }
}
main .requirements {
  padding: 90px 0;
  background: #fbf5e7;
}
main .requirements .requirementsSteps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 25px;
}
main .requirements .requirementItem {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}
main .requirements .requirementItem:hover .icon {
  background: linear-gradient(45deg, #d49e39, rgb(238, 170, 44));
  transform: translateY(-6px);
}
main .requirements .requirementItem:hover .icon img {
  filter: brightness(0) invert(1);
}
main .requirements .requirementItem:hover .icon svg,
main .requirements .requirementItem:hover .icon svg *,
main .requirements .requirementItem:hover .icon svg path,
main .requirements .requirementItem:hover .icon svg .cls-1 {
  fill: #fff !important;
  color: #fff !important;
}
main .requirements .requirementItem:hover .icon svg [stroke] {
  stroke: #fff !important;
}
main .requirements .requirementItem .icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(212, 158, 57, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.35s;
}
main .requirements .requirementItem .icon img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.35s;
}
main .requirements .icon {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  border: 3px solid rgba(212, 158, 57, 0.15);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
main .requirements .icon i {
  font-size: 42px;
  color: #d49e39;
}
main .requirements .icon svg {
  width: 54px;
  height: 54px;
  display: block;
}
main .requirements .icon svg,
main .requirements .icon svg *,
main .requirements .icon svg path,
main .requirements .icon svg .cls-1 {
  fill: #d49e39 !important;
  color: #d49e39 !important;
}
main .requirements .icon svg [stroke] {
  stroke: #d49e39 !important;
}
main .requirements h4 {
  margin: 25px 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #333;
}
main .requirements p {
  color: #777;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 991px) {
  main .requirements .requirementsSteps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
  }
  main .requirements .requirementsSteps::before {
    display: none;
  }
  main .requirements .requirementItem {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  main .requirements .icon {
    width: 80px;
    height: 80px;
  }
  main .requirements .icon img {
    width: 40px;
    height: 40px;
  }
  main .requirements h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  main .requirements .requirementItem {
    flex: 0 0 100%;
  }
}
main .faq {
  padding: 90px 0;
}
main .faq .faqItem {
  background: white;
  border-radius: 18px;
  border: 1px solid rgba(212, 158, 57, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: 0.35s;
}
main .faq .faqItem:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
main .faq .faqItem.active {
  border-color: rgba(212, 158, 57, 0.18);
}
main .faq .faqItem.active .faqAnswer {
  max-height: 180px;
  padding: 0 24px 22px;
}
main .faq .faqItem.active .plus {
  background: linear-gradient(45deg, #d49e39, rgb(238, 170, 44));
  color: #fff;
  transform: rotate(45deg);
}
main .faq .faqQuestion {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
}
main .faq .questionTitle {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
  padding-left: 15px;
}
main .faq .plus {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(212, 158, 57, 0.08);
  color: #d49e39;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  flex-shrink: 0;
}
main .faq .plus i {
  font-size: 13px;
}
main .faq .faqAnswer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  color: #777;
  font-size: 15px;
  line-height: 1.9;
  transition: 0.35s;
}
@media (max-width: 991px) {
  main .faq .questionTitle {
    font-size: 16px;
  }
  main .faq .faqQuestion {
    padding: 18px 20px;
  }
  main .faq .plus {
    width: 32px;
    height: 32px;
  }
}
main .contact {
  padding: 90px 0;
  background: #fcf8ef;
}
main .contact .contactFormWrapper,
main .contact .contactInfo {
  background: white;
  border-radius: 24px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid #d49e39;
}
main .contact .titleHeading {
  margin-bottom: 30px;
}
main .contact .titleHeading h2 {
  margin-bottom: 10px;
}
main .contact .titleHeading p {
  color: #777;
  line-height: 1.8;
  margin: 0;
}
main .contact .contactForm .form-label {
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
}
main .contact .contactForm .form-control {
  height: 55px;
  border-radius: 14px;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
main .contact .contactForm .form-control:focus {
  border-color: #d49e39;
}
main .contact .contactForm textarea.form-control {
  height: 150px;
  resize: none;
  padding-top: 15px;
}
main .contact .contactForm .customBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 10px;
  background: #d49e39;
  color: #fff;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #d49e39;
  box-shadow: 0 12px 24px rgba(212, 158, 57, 0.22);
  transition: 0.25s ease;
}
main .contact .contactForm .customBtn:hover {
  background: rgb(187.4838174274, 136.3518672199, 40.7161825726);
  border-color: rgb(187.4838174274, 136.3518672199, 40.7161825726);
  transform: translateY(-2px);
}
main .contact .contactBlock {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
main .contact .contactBox {
  background: white;
  border-radius: 18px;
  padding: 22px;
  border: 1px solid rgba(212, 158, 57, 0.08);
}
main .contact .contactBox:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.07);
}
main .contact .contactBox .title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  background: #d49e39;
  color: white;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
}
main .contact .contactBox .title svg {
  width: 18px;
  height: 18px;
}
main .contact .contactBox .title svg * {
  fill: white;
}
main .contact .contactBox .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #555;
  text-decoration: none;
  line-height: 1.8;
}
main .contact .contactBox .link > a {
  color: inherit;
  text-decoration: none;
  line-height: inherit;
}
main .contact .contactBox .link small {
  color: #888;
}
main .contact .contactBox .link div {
  display: flex;
  align-items: center;
  gap: 10px;
}
main .contact .contactBox .link div button {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: rgba(212, 158, 57, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
main .contact .contactBox .link div button i {
  color: #d49e39;
  font-size: 20px;
}
main .contact .contactBox .link div button:hover {
  background: #d49e39;
  transform: scale(1.08);
}
main .contact .contactBox .link div button:hover i {
  color: white;
}
main .contact .contactBox .link.flex-column {
  align-items: flex-start;
}
main .contact .contactBox .link.flex-column small {
  margin-top: 6px;
}
main .contact .contactBox p {
  margin: 0;
  color: #666;
  line-height: 1.9;
}
main .contact .qr-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
main .contact .qr-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px 18px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(212, 158, 57, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  color: #555;
  text-decoration: none;
  transition: 0.25s ease;
}
main .contact .qr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}
main .contact .qr-inner {
  line-height: 1;
  transition: 0.25s ease;
}
main .contact .qr-card:hover .qr-inner {
  transform: scale(1.04);
}
main .contact .qr-inner svg {
  display: block;
}
main .contact .qr-label {
  font-size: 13px;
  color: #555;
}
main .contact .contactMap {
  overflow: hidden;
  border-radius: 24px;
  border: 5px solid #fff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}
main .contact .contactMap iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}
@media (max-width: 991px) {
  main .contact {
    padding: 70px 0;
  }
  main .contact .contactFormWrapper,
  main .contact .contactInfo {
    padding: 25px;
  }
  main .contact .contactMap iframe {
    height: 350px;
  }
  main .contact .contactBox .link {
    flex-direction: column;
    align-items: flex-start;
  }
  main .contact .contactBox .link div {
    margin-top: 12px;
  }
}
@media (max-width: 576px) {
  main .contact .contactFormWrapper,
  main .contact .contactInfo {
    padding: 20px;
  }
  main .contact .contactMap iframe {
    height: 280px;
  }
  main .contact .contactBox {
    padding: 18px;
  }
  main .contact .contactBox .title {
    font-size: 15px;
  }
}
main .contactMap {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 24px;
  border: 5px solid #fff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}
main .contactMap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
main .workers-section {
  padding-top: 80px;
  padding-bottom: 60px;
  background: white;
}
@media (max-width: 992px) {
  main .workers-section {
    padding-top: 50px;
  }
}
main .workers-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  align-items: start;
  margin-top: 60px;
}
@media (max-width: 992px) {
  main .workers-layout {
    grid-template-columns: 1fr;
  }
}
main .filters-sidebar {
  position: static;
  top: auto;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 24px;
}
main .filters-sidebar .filters-head {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
main .filters-sidebar .filters-head h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #17171d;
}
main .filters-sidebar .filters-head h4 i {
  color: #d49e39;
  font-size: 16px;
}
main .filters-sidebar .filter-group {
  margin-bottom: 18px;
}
main .filters-sidebar .filter-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
}
main .filters-sidebar .filter-group label i {
  color: #d49e39;
  font-size: 16px;
}
main .filters-sidebar .filter-group .filter-select {
  width: 100%;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: 0.25s;
  cursor: pointer;
}
main .filters-sidebar .filter-group .filter-select:focus, main .filters-sidebar .filter-group .filter-select:hover {
  border-color: #d49e39;
  box-shadow: 0 0 0 3px rgba(212, 158, 57, 0.1);
}
main .filters-sidebar .filter-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
main .filters-sidebar .filter-actions .confirm {
  background: #d49e39;
  border: 1px solid #d49e39;
  color: white;
  border-radius: 10px;
  padding: 12px;
  font-weight: 600;
  transition: 0.25s;
}
main .filters-sidebar .filter-actions .confirm:hover {
  background: rgb(187.4838174274, 136.3518672199, 40.7161825726);
}
main .filters-sidebar .filter-actions .clear {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #d49e39;
  color: #d49e39;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  transition: 0.25s;
}
main .filters-sidebar .filter-actions .clear:hover {
  background: #d49e39;
  color: #fff;
}
@media (max-width: 992px) {
  main .filters-sidebar {
    position: static;
    top: auto;
  }
}
main .workers-main .workers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  main .workers-main .workers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  main .workers-main .workers-grid {
    grid-template-columns: 1fr;
  }
}
main .worker-card {
  position: relative;
  background: rgba(248, 196, 99, 0.021);
  border: 1px solid rgba(238, 170, 44, 0.8);
  border-radius: 24px;
  padding: 70px 22px 22px;
  margin-top: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: calc(100% - 70px);
  transition: 0.35s;
}
main .worker-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(212, 158, 57, 0.25);
}
main .worker-card:hover .worker-photo {
  transform: scale(1.05);
}
main .worker-card .worker-photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: -135px auto 18px;
  border: 6px solid #fff;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: 0.35s;
}
main .worker-card .worker-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .worker-card .worker-name {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}
main .worker-card .worker-age {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
}
main .worker-card .worker-age .line {
  flex: 1;
  max-width: 90px;
  height: 2px;
  background: linear-gradient(to left, transparent, rgba(212, 158, 57, 0.7), transparent);
}
main .worker-card .worker-age .age {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  color: black;
  font-size: 18px;
  font-weight: 500;
}
main .worker-card .worker-age .age span {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}
main .worker-card .worker-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
main .worker-card .worker-tags .tag {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 50px;
  background: rgba(248, 196, 99, 0.021);
  border: 1px solid rgba(245, 189, 85, 0.089);
  font-size: 13px;
  color: #555;
}
main .worker-card .worker-tags .tag i {
  color: #d49e39;
  font-size: 11px;
}
main .worker-card .worker-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 18px;
  margin-bottom: 16px;
  background: #fbf5e7;
  border-radius: 16px;
}
main .worker-card .worker-price .label {
  font-size: 13px;
  color: #666;
}
main .worker-card .worker-price .value {
  font-size: 30px;
  font-weight: 800;
  color: #d49e39;
}
main .worker-card .worker-price .value small {
  font-size: 14px;
  font-weight: 500;
}
main .worker-card .worker-duration {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}
main .worker-card .worker-duration i {
  color: #d49e39;
  margin-left: 4px;
}
main .worker-card .guarantee {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #fafafa;
  border-radius: 12px;
  font-size: 13px;
  color: #777;
  margin-bottom: 18px;
  text-align: right;
}
main .worker-card .guarantee i {
  color: #d49e39;
  flex-shrink: 0;
}
main .worker-card .worker-actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
main .worker-card .worker-actions .icon-btn {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(248, 196, 99, 0.021);
  border: 1px solid #d49e39;
  color: #d49e39;
  transition: 0.3s;
  text-decoration: none;
}
main .worker-card .worker-actions .icon-btn:hover {
  background: #d49e39;
  color: #fff;
}
main .worker-card .worker-actions .request-btn {
  flex: 1 1 140px;
  min-width: 0;
  height: 46px;
  padding: 0 18px;
  border: none;
  border-radius: 12px;
  background: #d49e39;
  color: white;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .worker-card .worker-actions .request-btn:hover {
  background: rgb(187.4838174274, 136.3518672199, 40.7161825726);
}
main .worker-card .worker-actions .request-btn.active {
  background: #95999a;
}
main .pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 34px !important;
}
main .pagination-container .pagination {
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
main .pagination-container .page-item .page-link {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(212, 158, 57, 0.22);
  background: #fff;
  color: #d49e39;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
  transition: 0.25s ease;
}
main .pagination-container .page-item .page-link:hover {
  background: rgba(212, 158, 57, 0.1);
  border-color: #d49e39;
  color: #b78327;
}
main .pagination-container .page-item.active .page-link {
  background: #d49e39;
  border-color: #d49e39;
  color: #fff;
  box-shadow: 0 12px 24px rgba(212, 158, 57, 0.28);
}
main .pagination-container .page-item.disabled .page-link {
  background: #f7f2e8;
  border-color: rgba(212, 158, 57, 0.14);
  color: #cbb98f;
  box-shadow: none;
}
@media (max-width: 576px) {
  main .worker-card {
    padding: 65px 18px 18px;
  }
  main .worker-card .worker-photo {
    width: 110px;
    height: 110px;
    margin: -120px auto 15px;
  }
  main .worker-card .worker-name {
    font-size: 20px;
  }
  main .worker-card .worker-age {
    gap: 10px;
  }
  main .worker-card .worker-age .line {
    max-width: 45px;
  }
  main .worker-card .worker-age .age {
    font-size: 14px;
  }
  main .worker-card .worker-age .age span {
    color: black;
    font-size: 28px;
  }
  main .worker-card .worker-price .value {
    font-size: 24px;
  }
}
main .rentModalContent {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}
main .rentModalContent .modal-header {
  padding: 22px 24px;
  background: rgba(238, 170, 44, 0.8);
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .rentModalContent .modal-header .modal-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
main .rentModalContent .modal-header .btn-close {
  margin: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
main .rentModalContent .modal-header .btn-close:hover {
  transform: rotate(90deg);
  background: rgba(255, 255, 255, 0.35);
}
main .rentModalContent .modal-header .btn-close:focus {
  box-shadow: none;
}
main .rentModalContent .modal-body {
  padding: 30px;
}
main .rentModalContent .modal-body .form-label {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
main .rentModalContent .modal-body .form-control {
  height: 55px;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  padding: 0 18px;
  font-size: 15px;
  transition: 0.3s;
  box-shadow: none;
}
main .rentModalContent .modal-body .form-control:focus {
  border-color: #d49e39;
  box-shadow: 0 0 0 4px rgba(212, 158, 57, 0.12);
}
main .rentModalContent .modal-body .form-control::-moz-placeholder {
  color: #aaa;
}
main .rentModalContent .modal-body .form-control::placeholder {
  color: #aaa;
}
main .rentModalContent .modal-body textarea.form-control {
  height: 120px;
  padding-top: 15px;
}
main .rentModalContent .modal-body .customBtn {
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(45deg, #d49e39, rgb(238, 170, 44));
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .rentModalContent .modal-body .customBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(212, 158, 57, 0.25);
}

html[lang=en] main .hero-services .hero-card .carousel-item,
html[lang=en] main .hero-services .hero-card .overlay {
  direction: ltr;
  text-align: left;
}
html[lang=en] main .hero-services .hero-card .overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.678));
}
html[lang=en] main .hero-services .services-grid .service-card {
  direction: ltr;
}
html[lang=en] main .hero-services .services-grid .service-card.gold, html[lang=en] main .hero-services .services-grid .service-card.teal, html[lang=en] main .hero-services .services-grid .service-card.beige, html[lang=en] main .hero-services .services-grid .service-card.gray {
  text-align: left;
}
html[lang=en] main .hero-services .services-grid .service-card.beige, html[lang=en] main .hero-services .services-grid .service-card.gray {
  align-items: flex-start;
}
html[lang=en] main .hero-services .services-grid .service-card.beige .txt, html[lang=en] main .hero-services .services-grid .service-card.gray .txt {
  text-align: left;
}

html[lang=en] .footer .footerLogo p,
html[lang=en] .footer h4,
html[lang=en] .footer ul li a,
html[lang=en] .footer .contactItem a,
html[lang=en] .footer .contactItem span,
html[lang=en] .footer .footerBottom p,
html[lang=en] .footer .footerBottom p span,
html[lang=en] .footer .footerBottom p a {
  font-family: "Inter", sans-serif;
}
html[lang=en] .footer .footerLogo p,
html[lang=en] .footer ul li a,
html[lang=en] .footer .contactItem a,
html[lang=en] .footer .contactItem span,
html[lang=en] .footer .footerBottom p {
  font-weight: 400;
  letter-spacing: 0;
}
html[lang=en] .footer h4 {
  font-size: 20px;
  font-weight: 700;
}
html[lang=en] .footer h4::after {
  left: 0;
  right: auto;
}
html[lang=en] .footer ul li a:hover {
  padding-right: 0;
  padding-left: 8px;
}

.footer {
  background: #727374;
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
  color: white;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 50%);
  pointer-events: none;
}
.footer .footerLogo img {
  width: 110px;
  margin-bottom: 25px;
}
.footer .footerLogo p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 2;
  font-size: 15px;
  margin-bottom: 30px;
}
.footer h4 {
  color: white;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 14px;
}
.footer h4::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 3px;
  background: #d49e39;
  border-radius: 20px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  margin-bottom: 16px;
}
.footer ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: 0.35s;
}
.footer ul li a:hover {
  color: #d49e39;
  padding-right: 8px;
}
.footer .contactItem {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}
.footer .contactItem i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}
.footer .contactItem a,
.footer .contactItem span {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  line-height: 1.9;
  transition: 0.3s;
}
.footer .contactItem a:hover {
  color: #d49e39;
}
.footer .socialLinks {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.footer .socialLinks a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #d49e39;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.35s;
}
.footer .socialLinks a i {
  font-size: 18px;
}
.footer .socialLinks a:hover {
  background: white;
  color: #d49e39;
  transform: translateY(-5px);
}
.footer .footerBottom {
  margin-top: 60px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footerBottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}
.footer .footerBottom p span {
  color: white;
  font-weight: 600;
}
.footer .footerBottom p a {
  color: #d49e39;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.footer .footerBottom p a:hover {
  color: white;
}
@media (max-width: 576px) {
  .footer .footerBottom p {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .footer h4 {
    margin-top: 30px;
  }
  .footer h4::after {
    right: 50%;
    transform: translateX(50%);
  }
  .footer .contactItem {
    justify-content: center;
    text-align: right;
  }
  .footer .socialLinks {
    justify-content: center;
  }
  .footer .footerBottom {
    flex-direction: column;
    gap: 12px;
  }
}/*# sourceMappingURL=style.css.map */
