@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..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: "Baloo Bhaijaan 2", sans-serif;
}

body {
  background-color: white;
  overflow-x: hidden;
  position: relative;
}

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

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: #c6d10b;
}

.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 img {
  width: 90px;
  margin-bottom: -3px;
}
.preloader .progress-bar {
  width: 90px;
  height: 3px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.preloader .progress-bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: #c6d10b;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(198, 209, 11, 0.5);
  animation: fillBar 2s linear forwards;
}

/* Fill animation */
@keyframes fillBar {
  0% {
    width: 0%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: white;
  display: grid;
  place-items: center;
  font-size: 28px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  z-index: 1200;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
}
.whatsapp-float:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.4);
  outline-offset: 3px;
}

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;
  }
}
.sectionTitle {
  text-align: center;
  font-size: 45px;
  color: black;
  font-weight: 700;
}

.sectionSubtitle {
  text-align: center;
  font-size: 20px;
  margin-bottom: 48px;
  color: #828483;
}

.animatedLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c6d10b;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.animatedLink i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: width 0.3s ease-in-out;
}
.animatedLink i img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.animatedLink i span {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 1px solid #c6d10b;
  border-radius: 100px;
  transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.animatedLink:hover {
  padding: 0 20px;
  color: white;
}
.animatedLink:hover i {
  width: 20px;
}
.animatedLink:hover i span {
  width: 100%;
  border: 1px solid #c6d10b;
  background-color: #c6d10b;
}

html[lang=en] {
  direction: ltr;
}
html[lang=en] main .hero-recruitment .hero-grid .hero-content .hero-quote {
  border-left: 4px solid #c6d10b;
  border-right: none;
  padding-left: 1rem;
}
html[lang=en] main .video-section .sectionsubtitle {
  border-right: none;
  border-left: 3px solid #c6d10b;
  padding-left: 18px;
}
html[lang=en] .animatedLink i {
  transform: rotate(180deg);
}
html[lang=en] .animatedLink i span {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1999px) {
  html[lang=en] header nav .nav_links {
    right: calc(-80% - 30px);
    left: auto;
  }
  html[lang=en] header nav .nav_links.active {
    left: -20%;
    right: 0;
  }
}
@media screen and (max-width: 1999px) and (max-width: 768px) {
  html[lang=en] header nav .nav_links.active {
    left: -10%;
    right: 0;
  }
}
html[lang=en] header nav .nav_links .dropdown .dropdown-toggle::after {
  transform: rotate(180deg);
}
html[lang=en] main form .form-group .inputfield label {
  left: 12px;
}
html[lang=en] input:not(:-moz-placeholder) + label, html[lang=en] textarea:not(:-moz-placeholder) + label {
  left: 12px;
}
html[lang=en] input:focus + label,
html[lang=en] textarea:focus + label,
html[lang=en] input:not(:placeholder-shown) + label,
html[lang=en] textarea:not(:placeholder-shown) + label {
  left: 12px;
}
html[lang=en] header nav .nav_links .dropdown .dropdown-menu a {
  text-align: left;
}
html[lang=en] header nav .nav_links .dropdown .dropdown-menu a::before {
  left: 0;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}

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: 16px;
  padding: 10px 35px !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: 70px;
}
@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: #c6d10b;
}

header nav .nav_links a.active {
  color: #c6d10b;
}

@media screen and (max-width: 1199px) {
  header nav .nav_links {
    position: absolute;
    top: -18px;
    bottom: -18px;
    left: calc(-80% - 30px);
    height: calc(100vh + 16px);
    flex-direction: column;
    background: white;
    width: 55%;
    padding: 48px 32px;
    justify-content: start;
  }
  header nav .nav_links a {
    color: black !important;
  }
  header nav .nav_links.active {
    right: -20%;
    border-radius: 0;
    color: #c6d10b;
  }
}
@media screen and (max-width: 1199px) and (max-width: 768px) {
  header nav .nav_links.active {
    right: -10%;
  }
}
header nav .nav_links .dropdown {
  text-align: center;
}
header nav .nav_links .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  header nav .nav_links .dropdown .dropdown-toggle {
    align-items: start;
    justify-content: start;
  }
}
header nav .nav_links .dropdown .dropdown-toggle::after {
  border: none !important;
  content: "\f104" !important;
  font-family: "Font Awesome 6 Pro";
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  margin-right: 5px;
  width: 10px !important;
}
header nav .nav_links .dropdown:hover .dropdown-toggle::after {
  transform: rotate(-90deg);
}
header nav .nav_links .dropdown .dropdown-menu {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeOutDown !important;
  animation-delay: 0s;
  background-color: white;
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
  padding: 5px 0;
  right: unset;
  top: 100%;
  left: -50%;
  margin-top: 0;
  border: none;
}
header nav .nav_links .dropdown .dropdown-menu a {
  border-radius: 2px;
  padding: 8px 12px;
  padding-right: 16px;
  text-align: right;
  margin-bottom: 5px;
  position: relative;
}
header nav .nav_links .dropdown .dropdown-menu a::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 0px;
  height: 80%;
  background-color: #c6d10b;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  transition: 0.1s ease-in-out;
  transform: translateY(-50%);
}
header nav .nav_links .dropdown .dropdown-menu a:hover {
  color: #c6d10b;
}
header nav .nav_links .dropdown .dropdown-menu a:hover::before {
  width: 5px;
}
header nav .nav_links .dropdown .dropdown-menu a:focus {
  background-color: #c6d10b;
  color: white;
}
header nav .nav_links .dropdown:hover .dropdown-menu, header nav .nav_links .dropdown:focus .dropdown-menu {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp !important;
}
@media (min-width: 768px) {
  header nav .nav_links .dropdown:hover .dropdown-menu, header nav .nav_links .dropdown:focus .dropdown-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  header nav .nav_links .dropdown .dropdown-menu {
    animation-name: unset !important;
    box-shadow: none;
    background-color: rgba(198, 209, 11, 0.2);
    margin: 10px 0;
  }
  header nav .nav_links .dropdown:hover .dropdown-menu {
    animation-name: unset !important;
  }
}
header nav .actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
header nav .actions .lang-btn {
  background-color: #fafdf5;
  border: 1px solid rgba(198, 209, 11, 0.4);
  color: #c6d10b;
  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(198, 209, 11, 0.15);
  border: none;
  transform: translateY(-2px);
}
header nav .actions .login-btn {
  background: #c6d10b;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-family: inherit;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}
header nav .actions .login-btn:hover {
  background: rgb(152.1, 160.55, 8.45);
  transform: translateY(-2px);
}
header nav .actions .toggler {
  display: none;
  background: transparent !important;
  color: #c6d10b;
  font-size: 1.2rem;
}
@media screen and (max-width: 1199px) {
  header nav .actions .toggler {
    display: flex;
  }
}
header nav.sticky {
  padding: 10px 42px !important;
  background: #c6d10b;
  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: white;
}
header nav.sticky .login-btn {
  background-color: black;
}
header nav.sticky .logo img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  header nav.sticky {
    padding: 10px !important;
  }
}
@media screen and (min-width: 768px) {
  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(198, 209, 11, 0.7);
    border-radius: 10px;
    text-align: center;
    color: black;
    font-size: 1rem;
  }
}

main .hero-recruitment {
  min-height: 100vh;
  width: 100%;
  background: linear-gradient(125deg, #ffffff 0%, #f5fcf4 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  overflow: hidden;
}
main .hero-recruitment::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 20% 30%, rgba(198, 209, 11, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
main .hero-recruitment .hero-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
main .hero-recruitment .hero-grid .hero-content {
  flex: 1.2;
  min-width: 280px;
}
main .hero-recruitment .hero-grid .hero-content .brand-text {
  font-weight: 800;
  font-size: 1.3rem;
  color: black;
}
main .hero-recruitment .hero-grid .hero-content .brand-text span {
  color: #c6d10b;
}
main .hero-recruitment .hero-grid .hero-content .hero-title {
  font-size: clamp(2rem, 6vw, 3.8rem);
  font-weight: 800;
  color: black;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
main .hero-recruitment .hero-grid .hero-content .hero-title .accent {
  color: #c6d10b;
  position: relative;
  display: inline-block;
}
main .hero-recruitment .hero-grid .hero-content .hero-sub {
  font-size: 1rem;
  color: #828483;
  margin-bottom: 1rem;
  font-weight: 500;
}
main .hero-recruitment .hero-grid .hero-content .hero-quote {
  font-size: 1.4rem;
  font-weight: 600;
  color: black;
  line-height: 1.4;
  margin: 1rem 0;
  border-right: 4px solid #c6d10b;
  padding-right: 1rem;
}
main .hero-recruitment .hero-grid .hero-content .hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
main .hero-recruitment .hero-grid .hero-content .hero-buttons .btn-primary {
  background: #c6d10b;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  color: black;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-family: inherit;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}
main .hero-recruitment .hero-grid .hero-content .hero-buttons .btn-primary:hover {
  background: rgb(152.1, 160.55, 8.45);
  transform: translateY(-2px);
}
main .hero-recruitment .hero-grid .hero-content .hero-buttons .btn-outline {
  background: transparent;
  border: 1.5px solid #828483;
  padding: 0.8rem 2rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  color: #828483;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-family: inherit;
}
main .hero-recruitment .hero-grid .hero-content .hero-buttons .btn-outline:hover {
  background: rgba(198, 209, 11, 0.1);
  transform: translateY(-2px);
}
main .hero-recruitment .hero-grid .hero-visual {
  flex: 1;
  min-width: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .hero-recruitment .hero-grid .hero-visual .image-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .hero-recruitment .hero-grid .hero-visual .image-wrapper .hero-png {
  position: relative;
  width: 90%;
  display: block;
  margin: 0 auto;
  z-index: 5;
  box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.3s;
  background: #ffffff;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  aspect-ratio: 1;
  cursor: pointer;
  animation: morph 1s infinite alternate ease-in-out;
}
@keyframes morph {
  0% {
    clip-path: shape(from 94.06% 44.72%, curve to 94.03% 55.27% with 93.54% 50%, curve to 90.35% 64.36% with 94.51% 60.55%, curve to 82.46% 71.14% with 86.19% 68.18%, curve to 77.79% 80.09% with 78.73% 74.11%, curve to 71.17% 85.99% with 76.85% 86.07%, curve to 60.97% 86.23% with 65.49% 85.91%, curve to 51.99% 89.33% with 56.44% 86.54%, curve to 42.56% 91.82% with 47.55% 92.13%, curve to 33.04% 89.37% with 37.57% 91.5%, curve to 24.01% 84.77% with 28.51% 87.23%, curve to 16.79% 77.97% with 19.51% 82.31%, curve to 9% 70.2% with 14.07% 73.63%, curve to 4.08% 61.06% with 3.93% 66.77%, curve to 7.25% 50.35% with 4.23% 55.35%, curve to 7.56% 39.46% with 10.26% 45.36%, curve to 10.03% 30.34% with 4.85% 33.57%, curve to 17.12% 22.15% with 15.22% 27.12%, curve to 22.47% 12.72% with 19.02% 17.17%, curve to 32.08% 9.52% with 25.91% 8.27%, curve to 43.06% 11.97% with 38.26% 10.78%, curve to 52.82% 9.51% with 47.86% 13.17%, curve to 62.28% 8.49% with 57.78% 5.85%, curve to 73.21% 10.64% with 66.77% 11.12%, curve to 83.7% 14.25% with 79.66% 10.16%, curve to 87.76% 24.68% with 87.74% 18.33%, curve to 91.18% 35.23% with 87.78% 31.03%, curve to 94.06% 44.72% with 94.57% 39.44%);
  }
  to {
    clip-path: shape(from 94.3% 44.61%, curve to 91% 54.6% with 93.15% 50%, curve to 91.75% 65.82% with 88.85% 59.21%, curve to 87.48% 73.92% with 94.66% 72.43%, curve to 78.37% 80.47% with 80.3% 75.42%, curve to 72.77% 89.9% with 76.45% 85.53%, curve to 63.41% 94.02% with 69.1% 94.28%, curve to 52.79% 90.26% with 57.72% 93.77%, curve to 42.27% 90.61% with 47.86% 86.76%, curve to 33.77% 88.81% with 36.69% 94.46%, curve to 26.18% 81.68% with 30.86% 83.16%, curve to 18.2% 76.64% with 21.51% 80.2%, curve to 13.91% 68.29% with 14.89% 73.09%, curve to 6.76% 59.64% with 12.92% 63.5%, curve to 8.15% 50.88% with 0.59% 55.77%, curve to 11.11% 40.08% with 15.71% 45.99%, curve to 9.98% 30.07% with 6.51% 34.17%, curve to 17.14% 22.52% with 13.45% 25.96%, curve to 26.53% 19.16% with 20.84% 19.09%, curve to 36.15% 18.03% with 32.23% 19.22%, curve to 43.59% 8.57% with 40.07% 16.84%, curve to 52.14% 4.8% with 47.11% 0.3%, curve to 63.04% 7.74% with 57.18% 9.3%, curve to 70.8% 12.85% with 68.9% 6.18%, curve to 77.99% 20.79% with 72.7% 19.51%, curve to 88.88% 24.87% with 83.29% 22.07%, curve to 94.96% 33.45% with 94.47% 27.67%, curve to 94.3% 44.61% with 95.45% 39.23%);
  }
}
main .hero-recruitment .hero-grid .hero-visual .image-wrapper .hero-png:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
}
main .hero-recruitment .hero-grid .hero-visual .image-wrapper .shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(198, 209, 11, 0.12);
  z-index: 0;
  pointer-events: none;
  transition: all 0.3s;
}
main .hero-recruitment .hero-grid .hero-visual .image-wrapper .shape.shape-1 {
  width: 140px;
  height: 140px;
  top: 0%;
  right: -5%;
  background: radial-gradient(circle, rgba(198, 209, 11, 0.2), rgba(198, 209, 11, 0.02));
  animation: float1 8s infinite alternate;
}
main .hero-recruitment .hero-grid .hero-visual .image-wrapper .shape.shape-2 {
  width: 100px;
  height: 100px;
  bottom: -5%;
  left: 5%;
  background: radial-gradient(circle, rgba(198, 209, 11, 0.18), rgba(198, 209, 11, 0.03));
  animation: float2 7s infinite alternate;
}
main .hero-recruitment .hero-grid .hero-visual .image-wrapper .shape.shape-3 {
  width: 60px;
  height: 60px;
  top: 20%;
  left: 5%;
  background: rgba(198, 209, 11, 0.2);
  border-radius: 40% 60% 45% 55%/50% 40% 60% 50%;
  animation: morph 9s infinite alternate;
}
main .hero-recruitment .hero-grid .hero-visual .image-wrapper .shape.shape-4 {
  width: 80px;
  height: 80px;
  bottom: 15%;
  right: -8%;
  background: rgba(198, 209, 11, 0.15);
  border-radius: 30% 70% 40% 60%/45% 50% 50% 55%;
  animation: float3 6s infinite alternate;
}
@keyframes float1 {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-18px) rotate(6deg);
  }
}
@keyframes float2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-12px);
  }
}
@keyframes float3 {
  0% {
    transform: translateY(0px) scale(1);
  }
  100% {
    transform: translateY(-14px) scale(1.05);
  }
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 45% 55%/50% 40% 60% 50%;
  }
  100% {
    border-radius: 55% 45% 60% 40%/45% 55% 50% 50%;
  }
}
@media (max-width: 850px) {
  main .hero-recruitment .hero-grid {
    flex-direction: column;
    text-align: center;
    padding: 6rem 0;
  }
  main .hero-recruitment .hero-quote {
    border-right: none;
    padding-right: 0;
    border-bottom: 2px solid var(--main);
    padding-bottom: 0.5rem;
    display: inline-block;
  }
  main .hero-recruitment .hero-buttons {
    justify-content: center;
  }
  main .hero-recruitment .image-wrapper {
    margin-top: 2rem;
  }
  main .hero-recruitment .image-wrapper .hero-png {
    width: 70%;
  }
  main .hero-recruitment .image-wrapper .shape-1,
  main .hero-recruitment .image-wrapper .shape-2,
  main .hero-recruitment .image-wrapper .shape-3,
  main .hero-recruitment .image-wrapper .shape-4 {
    transform: scale(0.7);
  }
  main .hero-recruitment .image-wrapper .image-frame {
    width: 80%;
    padding-bottom: 80%;
  }
}
main .stats {
  padding: 80px 0;
}
main .stats__header {
  text-align: center;
  margin-bottom: 60px;
}
main .stats__header h2 {
  font-size: 32px;
  font-weight: 800;
  color: black;
  position: relative;
  display: inline-block;
}
main .stats__header h2::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 50%;
  transform: translateX(50%);
  width: 70px;
  height: 3px;
  background: #c6d10b;
  border-radius: 4px;
}
main .stats__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  main .stats__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  main .stats__row {
    grid-template-columns: 1fr;
  }
}
main .stats__card {
  background: #f9f9f9;
  backdrop-filter: blur(10px);
  border-radius: 48px 24px 48px 24px;
  padding: 35px 20px 30px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid rgba(198, 209, 11, 0.4);
  outline: 2px solid transparent;
  outline-offset: 2px;
  cursor: default;
  position: relative;
  overflow: hidden;
}
main .stats__card:hover {
  transform: translateY(-12px);
  background: white;
  outline: 2px solid #c6d10b;
  outline-offset: 4px;
}
main .stats__card:hover .stats__bg-icon {
  opacity: 0.12;
  transform: scale(1.1);
}
main .stats__card:hover .stats__number {
  color: rgb(152.1, 160.55, 8.45);
}
main .stats__bg-icon {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 120px;
  height: 120px;
  opacity: 0.09;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  pointer-events: none;
}
main .stats__bg-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .stats__number {
  font-size: 2.5rem;
  font-weight: 800;
  color: black;
  margin: 15px 0 8px;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  position: relative;
  z-index: 2;
}
main .stats__number::after {
  content: "+";
  font-size: 1.6rem;
  margin-right: 4px;
  color: #c6d10b;
}
main .stats p {
  color: #828483;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  position: relative;
  z-index: 2;
}
main .services {
  padding-top: 60px;
  background-color: #f9f9f9;
}
main .services .service-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
main .services .swiper {
  padding-bottom: 60px;
  padding: 10px 0;
}
main .services .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
main .services .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: auto !important;
}
main .services .card {
  background: #ffffff;
  padding: 32px 24px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  border: 1px solid #c6d10b;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
main .services .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}
main .services .card .card-img {
  width: 80px;
  height: 80px;
  margin-bottom: 18px;
  border-radius: 50%;
  overflow: hidden;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
main .services .card .card-img img {
  width: 55%;
  height: 55%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
main .services .card h3 {
  color: black;
  font-size: 24px;
  font-weight: 600;
}
main .services .card p {
  font-size: 16px;
  color: #828483;
  line-height: 1.4;
}
main .services .card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
main .services .card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #555;
}
main .services .card ul li i {
  color: #c6d10b;
  font-size: 16px;
}
main .services .servicesSwiperPagination {
  padding: 40px 0 16px;
  display: flex;
  justify-content: center;
}
main .services .servicesSwiperPagination .swiper-pagination-bullet {
  transition: all 0.4s ease-in-out;
  width: 12px;
  height: 8px;
  border: 1px solid #c6d10b;
  background-color: transparent;
  border-radius: 12px;
}
main .services .servicesSwiperPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c6d10b;
  width: 20px;
}
main .video-section {
  position: relative;
  padding: 90px 0;
  background: rgba(241, 239, 239, 0.75);
  overflow: hidden;
  border-bottom: 1px solid rgba(198, 209, 11, 0.1);
}
main .video-section::before {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  width: 350px;
  height: 350px;
  background-image: url("../images/bg2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  transform: rotate(180deg);
  z-index: 0;
  pointer-events: none;
}
main .video-section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
main .video-section__content {
  flex: 1 1 420px;
  min-width: 280px;
}
@media (max-width: 768px) {
  main .video-section__content {
    flex: auto;
  }
}
main .video-section .sectiontitle {
  font-size: 3rem;
  font-weight: 800;
  color: black;
  line-height: 1.2;
}
@media (max-width: 768px) {
  main .video-section .sectiontitle {
    font-size: 1.8rem;
    text-align: center;
  }
}
main .video-section .sectionsubtitle {
  font-size: 1.05rem;
  color: #828483;
  max-width: 560px;
  margin-top: 16px;
  line-height: 1.8;
  border-right: 3px solid #c6d10b;
  padding-right: 18px;
}
@media (max-width: 768px) {
  main .video-section .sectionsubtitle {
    border: none;
    padding: 0;
    text-align: center;
    margin: 16px auto;
  }
}
main .video-section .video-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 12px 32px;
  background: #c6d10b;
  color: white;
  border-radius: 10px;
  font-weight: 700;
  transition: 0.3s;
}
main .video-section .video-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(198, 209, 11, 0.3);
  background: rgb(152.1, 160.55, 8.45);
}
main .video-section {
  /* ===== VIDEO ===== */
}
main .video-section .video-card-frame {
  flex: 1 1 460px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  main .video-section .video-card-frame {
    flex: auto;
  }
}
main .video-section__card {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
}
main .video-section .video-card__thumb {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
main .video-section .video-card__thumb iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
main .video-section .video-card__tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
}
main .video-section {
  /* ===== RESPONSIVE ===== */
}
@media (max-width: 992px) {
  main .video-section__inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
  main .video-section__content {
    text-align: center;
  }
}
@media (max-width: 576px) {
  main .video-section {
    padding: 60px 0;
  }
  main .video-section .video-card-frame {
    width: 100%;
  }
  main .video-section__card {
    width: 100%;
  }
  main .video-section .video-card__thumb {
    padding-bottom: 56.25%;
  }
}
main .countries-section {
  padding: 70px 0;
  background: linear-gradient(rgba(245, 246, 248, 0.952), rgba(245, 246, 248, 0.938)), url("../images/countries.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
main .countries-section .countries-header {
  text-align: center;
  margin-bottom: 64px;
}
main .countries-section .countries-header .countries-badge {
  display: inline-block;
  background: rgba(198, 209, 11, 0.2);
  color: rgb(152.1, 160.55, 8.45);
  padding: 6px 18px;
  border-radius: 40px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 16px;
}
main .countries-section .countries-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: black;
  margin-bottom: 12px;
}
main .countries-section .countries-header p {
  font-size: 1.1rem;
  color: #828483;
  max-width: 550px;
  margin: 0 auto;
}
main .countries-section .countries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1100px) {
  main .countries-section .countries-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  main .countries-section .countries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  main .countries-section .countries-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 0 auto;
  }
}
main .countries-section .countries-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  overflow: hidden;
  border: 1px solid rgba(198, 209, 11, 0.4);
}
main .countries-section .countries-card:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
}
main .countries-section .countries-card:hover .glass-btn {
  background: #c6d10b;
  border-color: #c6d10b;
  color: white;
}
main .countries-section .countries-card:hover .glass-btn i {
  transform: translateX(-4px);
}
main .countries-section .countries-card:hover .countries-card__image img {
  transform: scale(1.05);
}
main .countries-section .countries-card__inner {
  padding: 28px 18px 32px;
  text-align: center;
}
main .countries-section .countries-card__image {
  width: 90px;
  height: 90px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.2);
}
main .countries-section .countries-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 3px solid white;
  border-radius: 50%;
}
main .countries-section .countries-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
  margin-bottom: 18px;
}
main .countries-section .countries-card__details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
main .countries-section .countries-card__details .detail-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 0.85rem;
  color: #828483;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 12px;
  border-radius: 40px;
}
main .countries-section .countries-card__details .detail-item i {
  color: #c6d10b;
  width: 24px;
}
main .countries-section .countries-card__details .detail-item strong {
  color: black;
}
main .countries-section .countries-card .glass-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.4);
  border: 1.5px solid #c6d10b;
  border-radius: 50px;
  padding: 8px 20px;
  color: rgb(152.1, 160.55, 8.45);
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  text-decoration: none;
  margin: 0 auto;
}
main .countries-section .countries-card .glass-btn i {
  transition: 0.2s;
}
main .countries-section .countries-card .glass-btn:hover {
  background: #c6d10b;
  color: white;
}
main .countries-section .countries-card .glass-btn:hover i {
  transform: translateX(-4px);
}
main .why {
  padding: 80px 0;
  position: relative;
  background: #fff;
  background-image: url(../images/section_patt.webp);
  background-position: top left;
  background-repeat: no-repeat;
}
main .why__image {
  border-radius: 50% 50% 0 0;
  height: 100%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
main .why__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .why__badge {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 33;
  padding: 16px;
  border-radius: 4px;
  width: 220px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
main .why__content .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  border-radius: 50%;
  background: rgba(198, 209, 11, 0.15);
  color: #c6d10b;
  font-size: 16px;
}
main .why__content h3,
main .why__content h4 {
  display: flex;
  align-items: center;
  gap: 8px;
}
main .why__content h3 {
  font-size: 26px;
  font-weight: 700;
}
main .why__content h4 {
  margin-top: 25px;
  font-size: 20px;
  color: #828483;
}
main .why__content p {
  margin-top: 20px;
}
main .why__content .why__list {
  margin-top: 20px;
}
main .why__content .why__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
main .why__content .why__list li i {
  color: #c6d10b;
  font-size: 14px;
  margin-top: 6px;
}
main .why__content .why__list li strong {
  margin-left: 5px;
}
@media (max-width: 768px) {
  main .why {
    padding-bottom: 0;
  }
  main .why__image {
    box-shadow: none;
  }
  main .why::before {
    width: 150px;
    height: 150px;
  }
  main .why__badge {
    position: relative;
    top: -50px;
    left: 0;
    margin-top: 15px;
  }
}
main .reviews {
  padding-top: 80px;
  background: rgba(250, 249, 249, 0.75);
  overflow: hidden;
  position: relative;
}
main .reviews::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background-image: url(../images/patt2.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  opacity: 0.2;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
main .reviews .swiper {
  padding: 20px 0 50px;
}
main .reviews .swiper-slide {
  height: auto;
}
main .reviews .review-card {
  background: white;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(198, 209, 11, 0.1);
  position: relative;
}
main .reviews .review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(198, 209, 11, 0.3);
}
main .reviews .review-card__quote {
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 4rem;
  color: rgba(198, 209, 11, 0.15);
  font-family: serif;
  line-height: 1;
}
main .reviews .review-card__stars {
  margin-bottom: 20px;
  color: #ffb800;
  font-size: 0.9rem;
  letter-spacing: 2px;
}
main .reviews .review-card__stars i {
  margin-left: 2px;
}
main .reviews .review-card__text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 24px;
  flex: 1;
}
main .reviews .review-card__customer {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #edf2f7;
  padding-top: 20px;
}
main .reviews .review-card__avatar {
  width: 52px;
  height: 52px;
  background: rgba(198, 209, 11, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c6d10b;
  font-size: 1.4rem;
  flex-shrink: 0;
}
main .reviews .review-card__info {
  flex: 1;
}
main .reviews .review-card__name {
  font-weight: 700;
  color: black;
  font-size: 1rem;
  margin-bottom: 4px;
}
main .reviews .review-card__title {
  font-size: 0.75rem;
  color: #828483;
}
main .reviews .reviews-swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
main .reviews .reviews-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(198, 209, 11, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
}
main .reviews .reviews-swiper-pagination .swiper-pagination-bullet-active {
  background: #c6d10b;
  width: 24px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  main .reviews {
    padding: 60px 0;
  }
  main .reviews .sectionTitle {
    font-size: 2rem;
  }
  main .reviews .review-card {
    padding: 24px 20px;
  }
  main .reviews .review-card__quote {
    font-size: 3rem;
    top: 16px;
    right: 20px;
  }
}
main .card-banner {
  padding: 4rem 0;
  border-bottom: 1px solid #e2e8f0;
  background: linear-gradient(to bottom, rgba(225, 230, 126, 0.623) 0%, rgba(225, 230, 126, 0.623) 40%, rgba(225, 230, 126, 0.829) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 75% 92%, 50% 100%, 25% 92%, 0 85%);
}
main .card-banner__wrapper {
  padding-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
main .card-banner__content {
  flex: 2;
  min-width: 250px;
}
main .card-banner__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 0.3rem 1rem;
  border-radius: 60px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #c6d10b;
  margin-bottom: 1rem;
}
main .card-banner__tag i {
  font-size: 0.9rem;
}
main .card-banner__title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 800;
  color: black;
  margin-bottom: 1rem;
  line-height: 1.3;
}
main .card-banner__title .highlight {
  color: #c6d10b;
  position: relative;
  display: inline-block;
}
main .card-banner__desc {
  color: #828483;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
main .card-banner__btn {
  background: #c6d10b;
  border: none;
  padding: 0.8rem 1.8rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-family: inherit;
}
main .card-banner__btn:hover {
  background: rgb(152.1, 160.55, 8.45);
  transform: translateY(-2px);
}
main .card-banner__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .card-banner__image img {
  width: 100%;
  max-width: 200px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1200px) {
  main .card-banner__image img {
    max-width: 320px;
  }
}
@media (max-width: 650px) {
  main .card-banner__wrapper {
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 1.8rem;
  }
  main .card-banner__image {
    display: none;
  }
}
main .faq-banner__icon {
  width: 80px;
  height: 80px;
  background: rgba(198, 209, 11, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
}
main .faq-banner__icon img {
  width: 40px;
  height: 40px;
}
main .faq-banner__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: black;
  margin-bottom: 0.75rem;
}
main .faq-banner__highlight {
  color: #c6d10b;
  position: relative;
  display: inline-block;
}
main .faq-banner__highlight::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(198, 209, 11, 0.25);
  border-radius: 10px;
  z-index: -1;
}
main .faq-banner__desc {
  font-size: 1rem;
  color: #828483;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
main .faq-section {
  position: relative;
  padding: 5rem 1.5rem;
  background: white;
  overflow: hidden;
}
main .faq-section::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 400px;
  height: 400px;
  background-image: url(../images/section_patt.webp);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 768px) {
  main .faq-section::before {
    width: 250px;
    height: 250px;
  }
}
main .faq-section .faq-header {
  text-align: center;
  margin-bottom: 3rem;
}
main .faq-section .faq-header__title {
  font-size: 2rem;
  font-weight: 700;
  color: black;
  margin-bottom: 0.5rem;
}
main .faq-section .faq-header__line {
  width: 60px;
  height: 3px;
  background: #c6d10b;
  margin: 0.75rem auto 0;
  border-radius: 10px;
}
main .faq-section {
  /* ===== ACCORDION ===== */
}
main .faq-section .accordion {
  max-width: 800px;
  margin: 0 auto;
}
main .faq-section .accordion-item {
  background: white;
  border: 1px solid rgba(198, 209, 11, 0.2);
  border-radius: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
main .faq-section .accordion-item:hover {
  border-color: rgba(198, 209, 11, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
main .faq-section .accordion-item.active .accordion-question i {
  transform: rotate(180deg);
}
main .faq-section .accordion-item.active .accordion-answer {
  max-height: 300px;
  padding: 0 1.5rem 1.2rem;
  border-top: 1px solid rgba(198, 209, 11, 0.2);
}
main .faq-section .accordion-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.5rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  color: black;
  transition: background 0.2s;
}
main .faq-section .accordion-question:hover {
  background: rgba(198, 209, 11, 0.04);
}
main .faq-section .accordion-question i {
  color: #c6d10b;
  font-size: 1rem;
  transition: transform 0.3s;
}
main .faq-section .accordion-answer {
  max-height: 0;
  padding: 0 1.5rem;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
  color: #828483;
  font-size: 0.9rem;
  line-height: 1.7;
}
main .faq-section {
  /* ===== CTA ===== */
}
main .faq-section .faq-cta {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(198, 209, 11, 0.2);
}
main .faq-section .faq-cta p {
  color: #828483;
  margin-bottom: 1rem;
}
main .faq-section .faq-cta .btn-contact {
  background: #c6d10b;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  color: black;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: inherit;
}
main .faq-section .faq-cta .btn-contact:hover {
  background: #a1ad09;
  transform: translateY(-2px);
}
main .faq-section {
  /* ===== Responsive ===== */
}
@media (max-width: 768px) {
  main .faq-section {
    padding: 3rem 1rem;
  }
  main .faq-section .accordion-question {
    padding: 1rem;
    font-size: 0.9rem;
  }
  main .faq-section .accordion-item.active .accordion-answer {
    padding: 0 1rem 1rem;
  }
}
main .team-section {
  padding: 80px 0;
  background: white;
  overflow: hidden;
  position: relative;
}
main .team-section::before {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  width: 350px;
  height: 350px;
  background-image: url("../images/bg2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  transform: rotate(180deg);
  z-index: 0;
  pointer-events: none;
}
main .team-section .section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  main .team-section .section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  main .team-section .section-grid {
    grid-template-columns: 1fr;
  }
}
main .team-section .section-card {
  background: #f9f9f9;
  border-radius: 28px;
  padding: 32px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(198, 209, 11, 0.4);
}
main .team-section .section-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(198, 209, 11, 0.08), transparent);
  transition: left 0.6s;
}
main .team-section .section-card:hover {
  transform: translateY(-10px);
  border-color: #c6d10b;
  box-shadow: 0 0 25px rgba(198, 209, 11, 0.2);
}
main .team-section .section-card:hover::before {
  left: 100%;
}
main .team-section .section-card:hover .section-card__bg-icon i {
  opacity: 0.1;
  transform: scale(1.1);
  color: #c6d10b;
}
main .team-section .section-card__bg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .team-section .section-card__bg-icon i {
  font-size: 10rem;
  color: rgba(198, 209, 11, 0.06);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .team-section .section-card__content {
  position: relative;
  z-index: 2;
}
main .team-section .section-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: black;
  margin-bottom: 8px;
}
main .team-section .section-card span {
  display: inline-block;
  background: rgba(198, 209, 11, 0.2);
  padding: 4px 14px;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  color: rgb(152.1, 160.55, 8.45);
  margin-bottom: 16px;
}
main .team-section .section-card p {
  font-size: 0.8rem;
  color: #828483;
  margin-bottom: 24px;
  line-height: 1.5;
  min-height: 55px;
}
main .team-section .section-card__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}
main .team-section .section-card__actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .team-section .section-card__actions a.whatsapp {
  background: #25d366;
  color: white;
  border: 1px solid rgba(37, 211, 102, 0.3);
}
main .team-section .section-card__actions a.whatsapp:hover {
  background: rgba(37, 211, 102, 0.1);
  color: #25d366;
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.4);
}
main .team-section .section-card__actions a.call {
  background: #c6d10b;
  color: black;
  border: 1px solid rgba(198, 209, 11, 0.3);
}
main .team-section .section-card__actions a.call:hover {
  background: rgba(198, 209, 11, 0.2);
  color: rgb(152.1, 160.55, 8.45);
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(198, 209, 11, 0.4);
}
main .contact_page {
  position: relative;
  padding: 80px 0;
  z-index: 1;
}
main .contact_page .contact_info {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding: 30px;
  background: transparent;
  border: 1px solid rgba(198, 209, 11, 0.4);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
}
main .contact_page .contact_info h3 {
  font-size: 22px;
  color: #c6d10b;
  font-weight: 600;
  margin-bottom: 32px;
}
main .contact_page .contact_info ul {
  padding: 0;
  margin: 0;
}
main .contact_page .contact_info h5 {
  font-size: 22px;
  color: #c6d10b;
  font-weight: 600;
  margin-bottom: 8px;
}
main .contact_page .contact_info p {
  color: #828483;
  font-size: 14px;
  line-height: 22px;
}
main .contact_page .contact_info .field {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  gap: 16px;
}
main .contact_page .contact_info .field .icon {
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #c6d10b;
  isolation: isolate;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .contact_page .contact_info .field .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  background: white;
}
main .contact_page .contact_info .field .icon i {
  font-size: 24px;
  color: white;
  z-index: 1;
}
main .contact_page .contact_info .field .text {
  display: flex;
  flex-direction: column;
}
main .contact_page .contact_info .field .text h4 {
  margin-bottom: 4px;
  color: #c6d10b;
  font-size: 18px;
}
main .contact_page .contact_info .field .text a {
  color: #828483;
}
main .contact_page .contact_info .field:hover .text a {
  color: #c6d10b;
}
main .contact_page .contact_info .field:hover .icon {
  border: 2px solid #c6d10b;
}
main .contact_page .contact_info .field:hover .icon i {
  color: #c6d10b;
}
main .contact_page .contact_info .field:hover .icon::after {
  opacity: 1;
}
main .contact_page form {
  padding: 120px 30px;
  border: 1px solid rgba(198, 209, 11, 0.4);
}
main form {
  background: white;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
  padding: 42px 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 576px) {
  main form {
    padding: 32px 0;
  }
}
main form .form-group {
  display: flex;
  width: 100%;
  gap: 24px;
}
@media (max-width: 768px) {
  main form .form-group {
    flex-direction: column;
    gap: 48px;
  }
}
main form .form-group .inputfield {
  position: relative;
  width: 100%;
}
main form .form-group .inputfield input,
main form .form-group .inputfield textarea {
  width: 100%;
  padding: 14px 16px 14px 40px;
  border: none;
  border-bottom: 2px solid #eee;
  outline: none;
  font-size: 14px;
  background: none;
  resize: none;
}
main form .form-group .inputfield label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #aaa;
  pointer-events: none;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 0 4px;
}
main form .form-group .inputfield input:not(:-moz-placeholder) + label, main form .form-group .inputfield textarea:not(:-moz-placeholder) + label {
  top: -8px;
  font-size: 12px;
  color: #c6d10b;
}
main form .form-group .inputfield input:focus + label,
main form .form-group .inputfield textarea:focus + label,
main form .form-group .inputfield input:not(:placeholder-shown) + label,
main form .form-group .inputfield textarea:not(:placeholder-shown) + label {
  top: -8px;
  font-size: 12px;
  color: #c6d10b;
}
main form .form-group .inputfield .highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #eee;
}
main form .form-group .inputfield .highlight::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 2px;
  background: #c6d10b;
  transform: translateX(-50%);
  transition: 0.3s ease;
}
main form .form-group .inputfield input:focus + label + .highlight::after,
main form .form-group .inputfield textarea:focus + label + .highlight::after {
  width: 100%;
  left: 0;
  transform: translateX(0);
}
main form .btn-submit {
  position: relative;
  margin-top: 10px;
  align-self: center;
  background: #c6d10b;
  color: white;
  font-weight: 600;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}
main form .btn-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(161.28, 170.24, 8.96);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s ease;
  z-index: -1;
}
main form .btn-submit:hover::before {
  transform: scaleY(1);
}
main form .btn-submit span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
main form .btn-submit .arrow {
  font-size: 14px;
  transition: transform 0.3s ease;
}
main form .btn-submit:hover .arrow {
  transform: translateX(5px);
}
main .about-banner .card-banner__content {
  padding: 10px 0;
  justify-content: center;
  flex: 2;
  align-items: center;
  flex-direction: column;
  display: flex;
}
main .vision-mission {
  padding: 2rem 0;
  background: white;
}
main .vision-mission .vm-main {
  margin-bottom: 2.5rem;
  z-index: 111;
}
main .vision-mission .vm-main .vm-card--main {
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
  padding: 2.5rem 2rem;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(198, 209, 11, 0.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
}
main .vision-mission .vm-main .vm-card--main .vm-icon {
  width: 80px;
  height: 80px;
  background: rgba(198, 209, 11, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
main .vision-mission .vm-main .vm-card--main .vm-icon i {
  font-size: 2.2rem;
  color: #c6d10b;
}
main .vision-mission .vm-main .vm-card--main h3 {
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
main .vision-mission .vm-main .vm-card--main p {
  color: #828483;
  max-width: 700px;
  margin: auto;
  line-height: 1.7;
}
main .vision-mission .vm-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  main .vision-mission .vm-grid {
    grid-template-columns: 1fr;
  }
}
main .vision-mission .vm-card {
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
  padding: 2rem;
  border-radius: 28px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid rgba(198, 209, 11, 0.4);
  z-index: 111;
}
main .vision-mission .vm-card:hover {
  transform: translateY(-6px);
  border-color: rgba(198, 209, 11, 0.6);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
}
main .vision-mission .vm-card .vm-icon {
  width: 70px;
  height: 70px;
  background: rgba(198, 209, 11, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
}
main .vision-mission .vm-card .vm-icon i {
  font-size: 2rem;
  color: #c6d10b;
}
main .vision-mission .vm-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
main .vision-mission .vm-card p {
  color: #828483;
  line-height: 1.6;
  font-size: 0.9rem;
}
main .our-values {
  padding: 5rem 0;
  background-color: #f9f9f9;
  text-align: center;
  position: relative;
  overflow: hidden;
}
main .our-values::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  width: 350px;
  height: 350px;
  background-image: url("../images/bg2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  z-index: 0;
  pointer-events: none;
  transform: rotateX(180deg);
  overflow: hidden;
}
main .our-values .section-header {
  margin-bottom: 3rem;
  z-index: 111;
}
main .our-values .section-header .section-badge {
  display: inline-block;
  background: rgba(198, 209, 11, 0.12);
  color: #c6d10b;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
main .our-values .section-header .section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  color: black;
}
main .our-values .section-header .section-title span {
  color: #c6d10b;
}
main .our-values .values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
main .our-values .value-item {
  flex: 1;
  min-width: 200px;
  background: white;
  padding: 2rem 1rem;
  border-radius: 20px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(198, 209, 11, 0.4);
  transition: 0.3s;
}
main .our-values .value-item:hover {
  transform: translateY(-5px);
  border-color: rgba(198, 209, 11, 0.6);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.06);
}
main .our-values .value-item i {
  font-size: 2.5rem;
  color: #c6d10b;
  margin-bottom: 1rem;
}
main .our-values .value-item h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
main .our-values .value-item p {
  font-size: 0.85rem;
  color: #828483;
  line-height: 1.5;
}
main .filter {
  padding-top: 30px;
}
main .filter h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #c6d10b;
}
main .filter label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
main .filter label i {
  color: #c6d10b;
}
main .filter__form {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
main .filter__inputs select {
  width: 100%;
  height: 48px;
  border: 1px solid #ced4da;
  border-radius: 12px;
  padding: 10px;
  background: #fff;
}
main .filter__actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
}
main .filter__actions .btn {
  width: 100%;
  white-space: nowrap;
  border-radius: 12px;
  padding: 10px 16px;
}
main .filter__actions .clear {
  border: 1px solid black;
  color: black;
}
main .filter__actions .clear:hover {
  background: #333;
  color: white;
}
main .filter__actions .apply {
  background: #c6d10b;
  color: white;
}
main .filter__actions .apply:hover {
  background: rgb(152.1, 160.55, 8.45);
}
main .filter .filter-box {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
main .filter .filter-btn {
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}
main .filter .filter-btn.active {
  background: #000;
  color: #fff;
}
main .select2-container--default .select2-selection--single {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
}
main .select2-selection__rendered {
  line-height: normal !important;
}
main .filter-advanced {
  position: sticky;
  top: 0;
  z-index: 100;
  background: white;
  padding: 16px 0;
  margin-top: 10px;
}
main .filter-advanced .filter-bar {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
main .filter-advanced .filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
main .filter-advanced .filter-tabs .filter-tab {
  background: transparent;
  border: none;
  padding: 8px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #c6d10b;
  border: 1px solid rgba(198, 209, 11, 0.4);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  cursor: pointer;
}
main .filter-advanced .filter-tabs .filter-tab:hover, main .filter-advanced .filter-tabs .filter-tab.active {
  background: #c6d10b;
  color: black;
  box-shadow: 0 4px 12px rgba(198, 209, 11, 0.3);
}
main .filter-advanced .filter-toggle-btn {
  background: #f1f5f9;
  border: none;
  padding: 10px 24px;
  border-radius: 12px;
  font-weight: 600;
  color: black;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}
main .filter-advanced .filter-toggle-btn .toggle-icon {
  transition: transform 0.3s;
}
main .filter-advanced .filter-toggle-btn:hover {
  background: rgba(198, 209, 11, 0.2);
}
main .filter-advanced .filter-advanced-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, margin 0.2s;
  background: transparent;
  border-radius: 24px;
  margin-top: 0;
}
main .filter-advanced .filter-advanced-panel.open {
  max-height: 450px;
  margin-top: 20px;
}
main .filter-advanced form {
  gap: 20px;
}
main .filter-advanced .filter-form {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
}
main .filter-advanced .filter-form .form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-bottom: 10px;
}
main .filter-advanced .filter-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
main .filter-advanced .filter-form .form-group label {
  font-size: 0.8rem;
  font-weight: 700;
  color: black;
  display: flex;
  align-items: center;
  gap: 8px;
}
main .filter-advanced .filter-form .form-group label i {
  color: #c6d10b;
  font-size: 0.9rem;
  width: 20px;
}
main .filter-advanced .filter-form .form-group select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: white;
  font-size: 0.85rem;
  color: black;
  outline: none;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  cursor: pointer;
}
main .filter-advanced .filter-form .form-group select:focus {
  border-color: #c6d10b;
  box-shadow: 0 0 0 3px rgba(198, 209, 11, 0.2);
}
main .filter-advanced .filter-form .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
main .filter-advanced .filter-form .form-actions button {
  padding: 10px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: none;
}
main .filter-advanced .filter-form .form-actions .btn-reset {
  background: #e2e8f0;
  color: black;
}
main .filter-advanced .filter-form .form-actions .btn-reset:hover {
  background: #cbd5e1;
}
main .filter-advanced .filter-form .form-actions .btn-apply {
  background: #c6d10b;
  color: black;
  display: flex;
  align-items: center;
  gap: 8px;
}
main .filter-advanced .filter-form .form-actions .btn-apply:hover {
  background: rgb(152.1, 160.55, 8.45);
  color: white;
}
main .filter-advanced .filter-form .form-actions .btn-apply:hover i {
  transform: translateX(-4px);
}
@media (max-width: 768px) {
  main .filter-advanced .filter-bar {
    flex-direction: column;
    align-items: stretch;
  }
  main .filter-advanced .filter-tabs {
    justify-content: center;
  }
  main .filter-advanced .filter-toggle-btn {
    justify-content: center;
  }
  main .filter-advanced .filter-form .form-row {
    grid-template-columns: 1fr;
  }
}
main .allWorkers {
  padding: 0px 0 60px;
  background: #ffffff;
}
main .allWorkers .worker-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(198, 209, 11, 0.4);
}
main .allWorkers .worker-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
}
main .allWorkers .worker-card .worker-image {
  position: relative;
  height: 220px;
  background: #f1f5f9;
  overflow: hidden;
}
main .allWorkers .worker-card .worker-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .allWorkers .worker-card .worker-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
main .allWorkers .worker-card .worker-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}
main .allWorkers .worker-card .worker-header .worker-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: black;
  margin: 0;
}
main .allWorkers .worker-card .worker-header .worker-id {
  font-size: 0.7rem;
  background: #f1f5f9;
  padding: 4px 10px;
  border-radius: 30px;
  color: #828483;
}
main .allWorkers .worker-card .worker-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
main .allWorkers .worker-card .worker-details-grid .detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #828483;
  background: #f9fafb;
  padding: 6px 12px;
  border-radius: 40px;
}
main .allWorkers .worker-card .worker-details-grid .detail-item i {
  width: 20px;
  color: #c6d10b;
  font-size: 0.8rem;
}
main .allWorkers .worker-card .worker-details-grid .detail-item strong {
  color: black;
  font-weight: 600;
}
main .allWorkers .worker-card .worker-price {
  background: rgba(198, 209, 11, 0.2);
  padding: 10px 14px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
main .allWorkers .worker-card .worker-price small {
  font-size: 0.8rem;
  color: rgb(152.1, 160.55, 8.45);
}
main .allWorkers .worker-card .worker-price strong {
  font-size: 1.3rem;
  font-weight: 800;
  color: rgb(152.1, 160.55, 8.45);
}
main .allWorkers .worker-card .worker-note {
  background: #fef2f2;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #dc2626;
  display: flex;
  align-items: center;
  gap: 8px;
}
main .allWorkers .worker-card .worker-note i {
  font-size: 0.9rem;
  color: #dc2626;
}
main .allWorkers .worker-card .worker-actions {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}
main .allWorkers .worker-card .worker-actions .btn-primary,
main .allWorkers .worker-card .worker-actions .btn-video {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  border-radius: 40px;
  font-size: 0.8rem;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
main .allWorkers .worker-card .worker-actions .btn-primary {
  background: #c6d10b;
  color: black;
  border: none;
}
main .allWorkers .worker-card .worker-actions .btn-primary:hover {
  background: rgb(152.1, 160.55, 8.45);
  color: white;
}
main .allWorkers .worker-card .worker-actions .btn-primary:hover i {
  transform: translateX(-4px);
}
main .allWorkers .worker-card .worker-actions .btn-video {
  background: transparent;
  border: 1px solid #c6d10b;
  color: rgb(152.1, 160.55, 8.45);
}
main .allWorkers .worker-card .worker-actions .btn-video:hover {
  background: rgba(198, 209, 11, 0.2);
  border-color: rgb(152.1, 160.55, 8.45);
}
@media (max-width: 768px) {
  main .allWorkers .worker-details-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 992px) {
  main .allWorkers .worker-card {
    flex-direction: column;
  }
  main .allWorkers .worker-card .worker-image {
    width: 100%;
    height: 220px;
  }
  main .allWorkers .worker-card .worker-body {
    padding: 18px;
  }
  main .filter .filter__form {
    flex-direction: column;
  }
  main .filter .filter__form .filter__actions {
    width: 100%;
  }
}
@media (max-width: 768px) {
  main .filter .filter-box {
    justify-content: center;
  }
  main .allWorkers .worker-card .worker-image {
    height: 200px;
  }
}
main .quickApplyModal {
  padding-top: 24px;
}
main .quickApplyModal .modal-content {
  border-radius: 24px;
  padding: 24px;
  position: relative;
}
main .quickApplyModal .closeBtn {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(10px, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c6d10b;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
main .quickApplyModal .title {
  font-weight: 700;
  margin-bottom: 4px;
}
main .quickApplyModal .subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 16px;
}
main .quickApplyModal .worker-info {
  background: #f8f8f8;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 16px;
}
main .quickApplyModal .worker-info strong {
  display: block;
  font-size: 16px;
}
main .quickApplyModal .worker-info .badge {
  background: #c6d10b;
  color: #fff;
  margin-top: 6px;
  display: inline-block;
}
main .quickApplyModal .worker-info .worker-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #d9bd2e;
  background: #f5f5f5;
}
main .quickApplyModal .worker-info .worker-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .quickApplyModal .worker-info .worker-avatar strong {
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
}
main .quickApplyModal .worker-info .worker-avatar .badge {
  background: #c6d10b;
  color: white;
  margin-top: 6px;
  display: inline-block;
}
main .quickApplyModal .form-group {
  margin-bottom: 12px;
}
main .quickApplyModal .form-group input,
main .quickApplyModal .form-group select {
  border-radius: 10px;
  padding: 10px;
}
main .quickApplyModal .form-group small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
main .quickApplyModal .submitBtn {
  background: #c6d10b;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
}
main .quickApplyModal select.form-select {
  height: 44px;
  padding: 10px 10px 10px 12px;
  line-height: 1.5;
  background-position: left 12px center;
  background-size: 14px;
}
main .pagination {
  padding: 50px 0;
  justify-content: center;
}
main .pagination .page-link {
  color: #c6d10b;
  box-shadow: none !important;
}
main .pagination .active {
  background-color: #c6d10b;
  color: #828483;
}
main .pagination .active .page-link {
  background-color: #c6d10b;
  color: #828483;
  border: #c6d10b;
}
main .worker-details {
  padding: 60px 0 60px;
  background: #f8fafc;
}
main .worker-details .worker-header-card {
  background: white;
  border-radius: 12px;
  padding: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}
main .worker-details .worker-header-card .worker-images .full {
  width: 160px;
  height: 220px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(198, 209, 11, 0.4);
}
main .worker-details .worker-header-card .worker-center {
  flex: 1;
}
main .worker-details .worker-header-card .worker-center .badge-top {
  background: #c6d10b;
  color: black;
  padding: 4px 12px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
}
main .worker-details .worker-header-card .worker-center h2 {
  font-size: 1.6rem;
  margin: 12px 0 8px;
}
main .worker-details .worker-header-card .worker-center .info-list,
main .worker-details .worker-header-card .worker-center .mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}
main .worker-details .worker-header-card .worker-center .info-list li,
main .worker-details .worker-header-card .worker-center .info-list span,
main .worker-details .worker-header-card .worker-center .mini-tags li,
main .worker-details .worker-header-card .worker-center .mini-tags span {
  background: #f1f5f9;
  padding: 6px 14px;
  border-radius: 40px;
  font-size: 0.8rem;
}
main .worker-details .worker-header-card .worker-center .language-skill {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 15px 0;
}
main .worker-details .worker-header-card .worker-center .language-skill .progress-bar {
  flex: 1;
  height: 6px;
  background: #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}
main .worker-details .worker-header-card .worker-center .language-skill .progress-bar .progress {
  height: 100%;
  background: #c6d10b;
  border-radius: 10px;
}
main .worker-details .worker-header-card .worker-center .qr-code {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
}
main .worker-details .worker-header-card .worker-center .qr-code img {
  width: 45px;
}
main .worker-details .worker-header-card .worker-center .video-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid #c6d10b;
  padding: 8px 20px;
  border-radius: 40px;
  color: #c6d10b;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .worker-details .worker-header-card .worker-center .video-btn:hover {
  background: #c6d10b;
  color: black;
}
main .worker-details .worker-header-card .worker-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
main .worker-details .worker-header-card .worker-actions button {
  background: white;
  border: 1px solid #c6d10b;
  color: #c6d10b;
  padding: 10px 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  white-space: nowrap;
}
main .worker-details .worker-header-card .worker-actions button:hover {
  background: #c6d10b;
  color: black;
}
main .worker-details .info-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
main .worker-details .info-card h5 {
  font-size: 1.1rem;
  margin-bottom: 16px;
}
main .worker-details .info-card h5 i {
  color: #c6d10b;
  margin-left: 6px;
}
main .worker-details .skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
main .worker-details .skills-grid span {
  background: #f1f5f9;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 0.8rem;
  text-align: center;
}
main .worker-details .experience-empty {
  text-align: center;
  padding: 20px;
  color: #828483;
}
main .worker-details .experience-empty i {
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
}
main .worker-details .profile-card .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 20px;
  font-size: 13px;
  margin-bottom: 8px;
}
main .worker-details .profile-card .price-box {
  background: #fef2f2;
  border-radius: 16px;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
main .worker-details .profile-card .price-box strong {
  color: #dc2626;
}
main .worker-details .profile-card .price-box.light {
  background: #f9fafb;
}
main .worker-details .profile-card .price-box.light strong {
  color: black;
}
main .worker-details .profile-card .skills span {
  background: #f1f5f9;
  padding: 6px 12px;
  border-radius: 30px;
  margin: 4px;
  display: inline-block;
}
main .worker-details .profile-card .lang-bar .bar {
  background: #e2e8f0;
  height: 6px;
  border-radius: 10px;
  margin-top: 8px;
}
main .worker-details .profile-card .lang-bar .bar .fill {
  height: 100%;
  background: #c6d10b;
  border-radius: 10px;
}
main .worker-details .profile-card .qr-box img {
  width: 100px;
  margin: 10px auto;
  display: block;
}
main .worker-details .profile-card .qr-box p {
  font-size: 0.75rem;
  color: #828483;
}
main .worker-details .profile-card .no-exp {
  color: #828483;
  font-size: 0.85rem;
}
@media (max-width: 768px) {
  main .worker-details .worker-header-card {
    flex-direction: column;
  }
  main .worker-details .worker-header-card .worker-actions {
    flex-direction: row;
    justify-content: center;
  }
  main .worker-details .worker-header-card .worker-images {
    text-align: center;
  }
}
main .booking-modal form {
  box-shadow: none;
  padding: 10px;
}
main .booking-modal .auth-tabs {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
main .booking-modal .auth-tabs .tab-btn {
  flex: 1;
  padding: 10px;
  border: none;
  background: none;
  font-weight: 600;
  cursor: pointer;
  color: #777;
  transition: 0.3s;
}
main .booking-modal .auth-tabs .tab-btn.active {
  color: #c6d10b;
  border-bottom: 2px solid #c6d10b;
}
main .booking-modal .switch-auth {
  margin-top: 10px;
  font-size: 13px;
}
main .booking-modal .switch-auth a {
  color: #c6d10b;
  font-weight: 600;
  text-decoration: none;
  margin-right: 5px;
}
main .booking-modal .tab-content {
  display: none;
  text-align: right;
}
main .booking-modal .tab-content.active {
  display: block;
}
main .booking-modal .form-group {
  margin-bottom: 15px;
  text-align: right;
}
main .booking-modal .form-group label {
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}
main .booking-modal .form-group input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  outline: none;
}
main .booking-modal .phone-input {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
main .booking-modal .phone-input span {
  background: #f3f4f6;
  padding: 10px;
  font-size: 13px;
}
main .booking-modal .phone-input input {
  border: none;
  flex: 1;
}
main .booking-modal .agents {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
main .booking-modal .agent-item {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  width: 200px;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
main .booking-modal .agent-item img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .booking-modal .agent-item:hover {
  border-color: #c6d10b;
  transform: translateY(-3px);
}
main .booking-modal .agent-item.active {
  border-color: #c6d10b;
  background: rgba(198, 209, 11, 0.05);
}
main .booking-modal .agent-item .agents {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
main .booking-modal .agent-item .call-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  padding: 8px 14px;
  border-radius: 10px;
  background: #c6d10b;
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
main .booking-modal .agent-item .call-btn i {
  font-size: 0.8rem;
}
main .booking-modal .agent-item .call-btn:hover {
  background: rgb(152.1, 160.55, 8.45);
  transform: translateY(-2px);
}
main .booking-modal .submit-btn,
main .booking-modal .confirm-btn {
  background: #c6d10b;
  color: white;
  padding: 12px;
  border-radius: 10px;
  border: none;
  width: 100%;
  cursor: pointer;
}
main .booking-modal .submit-btn:hover,
main .booking-modal .confirm-btn:hover {
  opacity: 0.9;
}
main .request-success {
  padding: 80px 0;
  background: #f7f7f7;
}
main .request-success .success-header {
  margin-bottom: 40px;
}
main .request-success .success-header #lottie {
  width: 165px;
  height: 165px;
  margin: 0 auto;
}
main .request-success .success-header h2 {
  font-weight: 700;
}
main .request-success .success-header p {
  color: #777;
}
main .request-success .card-box {
  background: white;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  height: 100%;
}
main .request-success .card-box .phone {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}
main .request-success .card-box .phone i {
  color: #c6d10b;
  font-size: 14px;
}
main .request-success .card-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
main .request-success .card-box .order-id {
  background: #eaffea;
  color: #c6d10b;
  padding: 10px;
  border-radius: 12px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
main .request-success .card-box .steps {
  margin-top: 10px;
}
main .request-success .card-box .steps ul {
  padding-right: 20px;
  list-style: decimal;
}
main .request-success .card-box .steps ul li {
  margin-bottom: 6px;
  font-size: 14px;
  padding-right: 10px;
  border-right: 2px solid #eee;
}
main .request-success .card-box .actions {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
main .request-success .card-box .actions .btn {
  flex: 1;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}
main .request-success .card-box .actions .btn i {
  font-size: 14px;
}
main .request-success .card-box .actions .btn {
  background: none;
  box-shadow: none;
}
main .request-success .card-box .actions .btn-light {
  background: #f3f4f6;
  color: #333;
}
main .request-success .card-box .actions .btn-light:hover {
  background: #e5e7eb;
  transform: translateY(-2px);
}
main .request-success .card-box .actions .btn-outline-secondary {
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #555;
}
main .request-success .card-box .actions .btn-outline-secondary:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  transform: translateY(-2px);
}
main .request-success .card-box .actions .btn-outline-primary {
  background: #eef2ff;
  color: #4f46e5;
}
main .request-success .card-box .actions .btn-outline-primary:hover {
  background: #e0e7ff;
  transform: translateY(-2px);
}
main .request-success .card-box .actions .btn-success {
  background: #c6d10b;
  color: #fff;
  font-weight: 600;
}
main .request-success .card-box .actions .btn-success:hover {
  background: rgb(161.28, 170.24, 8.96);
  transform: translateY(-2px) scale(1.02);
}
main .request-success .card-box .stars {
  display: flex;
  gap: 8px;
  font-size: 22px;
  color: #ccc;
  margin: 10px 0;
}
main .request-success .card-box .stars i {
  cursor: pointer;
  transition: 0.3s;
}
main .request-success .card-box .stars i:hover, main .request-success .card-box .stars i.active {
  color: #fbbf24;
}
main .request-success .card-box textarea {
  width: 100%;
  height: 100px;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 10px;
  resize: none;
}
main .request-success .card-box .char-count {
  text-align: left;
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}
main .request-success .card-box .submit-review {
  margin-top: 10px;
  background: #22c55e;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}
main .request-success .card-box .submit-review:hover {
  opacity: 0.9;
}
main .track-order .track-box {
  background: white;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  border: 1px solid rgba(198, 209, 11, 0.4);
}
main .track-order .track-box h2 {
  margin-bottom: 10px;
  font-weight: 700;
}
main .track-order .track-box p {
  color: #777;
}
main .track-order .track-box .track-form {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
main .track-order .track-box .track-form input {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  min-width: 200px;
}
main .track-order .track-box .track-form .track-btn {
  background: #c6d10b;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
main .track-order .track-box .track-form .track-btn:hover {
  opacity: 0.9;
}
main .track-order .track-result {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
main .track-order .top-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
main .track-order .order-summary {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(198, 209, 11, 0.4);
}
main .track-order .order-summary .summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 10px;
}
main .track-order .order-summary .status {
  padding: 4px 10px;
  border-radius: 8px;
}
main .track-order .order-summary .status.active {
  background: #eaffea;
  color: #16a34a;
}
main .track-order .timeline {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 10px;
  border: 1px solid rgba(198, 209, 11, 0.4);
}
main .track-order .timeline::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 40px;
  right: 40px;
  height: 2px;
  background: #eee;
  z-index: 0;
}
main .track-order .timeline .step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
main .track-order .timeline .step .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
main .track-order .timeline .step .content h6 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}
main .track-order .timeline .step .content p {
  margin: 0;
  font-size: 12px;
  color: #777;
}
main .track-order .timeline .step.done .icon {
  background: #22c55e;
  color: #fff;
}
main .track-order .timeline .step.active .icon {
  background: #f59e0b;
  color: #fff;
}
main .track-order {
  /* RESPONSIVE */
}
@media (max-width: 768px) {
  main .track-order .top-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  main .track-order .timeline {
    flex-direction: column;
    align-items: flex-start;
  }
  main .track-order .timeline::before {
    display: none;
  }
  main .track-order .timeline .step {
    flex-direction: row;
    text-align: right;
    width: 100%;
  }
}
main .page-content {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 100vh;
  padding: 90px 0px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  main .page-content {
    padding: 60px 10px;
    min-height: auto;
  }
}
main .page-content .login-section {
  width: 100%;
}
main .page-content .login-section form {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
main .page-content .login-section .login-content {
  width: 100%;
  margin: auto;
  padding: 25px;
}
@media (max-width: 576px) {
  main .page-content .login-section .login-content {
    margin-top: 40px;
  }
}
main .page-content .login-section .login-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
}
main .page-content .login-section .login-detail.centered {
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 25px 15px;
  border: 1px solid rgba(198, 209, 11, 0.4);
}
main .page-content .login-section .login-detail .login-logo {
  text-align: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main .page-content .login-section .login-detail .login-logo img {
  max-width: 120px;
  margin: auto;
}
main .page-content .login-section .login-detail .login-detail-inner .login-title {
  text-align: center;
}
main .page-content .login-section .login-detail .login-detail-inner .login-title span {
  font-size: 28px;
  margin-bottom: 25px;
  display: block;
  font-weight: 600;
}
main .page-content .login-section .login-detail .login-detail-inner p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  color: #666;
}
main .page-content .login-section .login-detail .login-detail-inner .login-form .form-group {
  margin-bottom: 15px;
}
main .page-content .login-section .login-detail .login-detail-inner .login-form input {
  height: 45px;
  border-radius: 8px;
  font-size: 14px;
}
main .page-content .login-section .login-detail .login-detail-inner .login-form input::-moz-placeholder {
  direction: rtl;
  text-align: right;
}
main .page-content .login-section .login-detail .login-detail-inner .login-form input::placeholder {
  direction: rtl;
  text-align: right;
}
main .page-content .login-section .login-detail .login-detail-inner .login-form input:focus {
  border-color: #c6d10b;
  box-shadow: 0 0 0 0.2rem rgba(198, 209, 11, 0.2);
}
main .page-content .login-section .login-detail .login-detail-inner .form-check.custom-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5px;
}
main .page-content .login-section .login-detail .login-detail-inner .form-check.custom-check > div {
  display: flex;
  align-items: center;
  gap: 6px;
}
main .page-content .login-section .login-detail .login-detail-inner .form-check.custom-check > div input {
  margin: 0;
  accent-color: #c6d10b;
  cursor: pointer;
  height: auto;
}
main .page-content .login-section .login-detail .login-detail-inner .form-check.custom-check > div label {
  margin: 0;
  cursor: pointer;
}
main .page-content .login-section .login-detail .login-detail-inner .form-check.custom-check .site-text-primary {
  color: #c6d10b;
  text-decoration: none;
  font-size: 14px;
}
main .page-content .login-section .login-detail .login-detail-inner .form-check.custom-check .site-text-primary:hover {
  text-decoration: underline;
}
main .page-content .login-section .login-detail .login-detail-inner .site-button {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background-color: #c6d10b;
  border: none;
  font-weight: 600;
  color: white !important;
  transition: 0.3s;
}
main .page-content .login-section .login-detail .login-detail-inner .site-button:hover {
  opacity: 0.9;
}
main .page-content .login-section .login-detail .login-detail-inner .new-account {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
main .page-content .login-section .login-detail .login-detail-inner .new-account a {
  color: #c6d10b;
  text-decoration: underline;
}
main .page-content .login-section .login-detail .login-detail-inner .otp-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
  direction: ltr;
}
main .page-content .login-section .login-detail .login-detail-inner .otp-wrapper .otp-input {
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #ddd;
  outline: none;
  transition: 0.2s;
}
main .page-content .login-section .login-detail .login-detail-inner .otp-wrapper .otp-input:focus {
  border-color: #c6d10b;
  box-shadow: 0 0 0 0.2rem rgba(198, 209, 11, 0.2);
}
main .selectedCustomer {
  background-color: white;
  width: min(100% - 24px, 600px);
  margin: 100px auto 50px;
  padding: 80px 24px 24px;
  border-radius: 24px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  text-align: center;
  position: relative;
}
main .selectedCustomer img {
  width: 100px;
  height: 100px;
  padding: 16px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 4px solid #f3f3f9;
}
main .selectedCustomer .massage {
  line-height: 1.8;
  font-size: 16px;
}
main .selectedCustomer .massage span {
  font-weight: bold;
  color: #c6d10b;
}
main .selectedCustomer .contactType {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  flex-wrap: wrap;
}
main .selectedCustomer .contactType .contact {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #c6d10b;
  padding: 10px 16px;
  border-radius: 16px;
  text-decoration: none;
  color: #c6d10b;
  transition: 0.3s;
}
main .selectedCustomer .contactType .contact i {
  font-size: 24px;
}
main .selectedCustomer .contactType .contact i.fa-phone {
  font-size: 20px;
}
main .selectedCustomer .contactType .contact p {
  margin: 0;
  white-space: nowrap;
}
main .selectedCustomer .contactType .contact:hover {
  background-color: #c6d10b;
  color: #fff;
}
main .profile {
  margin-top: 20px;
}
main .profile .profileNavCol {
  background-color: white;
  border-radius: 12px;
  padding: 5px;
  border: 1px solid rgba(198, 209, 11, 0.4);
  margin-bottom: 50px;
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 2;
}
main .profile .profileNavCol a {
  padding: 13px;
  display: flex;
  align-items: center;
  color: #828483;
  margin: 5px 1px;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border-radius: 4px;
  border: 1px solid rgba(198, 209, 11, 0.4);
  border-color: #828483;
}
main .profile .profileNavCol a i {
  margin-left: 5px;
}
main .profile .profileNavCol a.active, main .profile .profileNavCol a:hover {
  background-color: #c6d10b;
  border: 1px solid rgba(198, 209, 11, 0.4);
  color: black;
}
@media (max-width: 760px) {
  main .profile .profileNavCol {
    margin-bottom: 10px;
  }
  main .profile .profileNavCol a {
    padding: 8px 10px;
    display: inline-flex;
    margin: 3px 0px;
    border-bottom: 1px solid rgba(198, 209, 11, 0.4);
    min-width: 48%;
  }
}
@media (max-width: 335px) {
  main .profile .profileNavCol {
    margin-bottom: 10px;
  }
  main .profile .profileNavCol a {
    padding: 8px 10px;
    display: inline-flex;
    margin: 3px 0px;
    border-bottom: 1px solid rgba(198, 209, 11, 0.4);
    min-width: 100%;
  }
}
main .profile .profileTitle {
  background-color: #f8f8f8;
  padding: 10px;
  margin-bottom: 20px;
}
main .profileContent .userHeader {
  background-color: white;
  color: #c6d10b;
  border-radius: 12px;
  border: 1px solid rgba(198, 209, 11, 0.4);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
@media (max-width: 768px) {
  main .profileContent .userHeader {
    padding: 10px;
  }
}
main .profileContent .userHeader .userInfo {
  position: relative;
  margin: 0px 10px;
}
main .profileContent .userHeader .userInfo img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 100%;
  border: 3px solid rgba(198, 209, 11, 0.2);
}
main .profileContent .userHeader .userInfo .userName {
  padding: 0px 10px;
}
main .profileContent .userHeader .userInfo .userName h3 {
  font-weight: bold;
  margin-bottom: 10px;
  color: black;
}
@media (max-width: 760px) {
  main .profileContent .userHeader .container {
    padding: 0px !important;
  }
  main .profileContent .userHeader .userInfo {
    padding: 20px 10px;
  }
  main .profileContent .userHeader .userInfo img {
    width: 80px;
    height: 80px;
  }
  main .profileContent .userHeader .userInfo span {
    margin: 0px 10px;
  }
}
main .profileContent .newOrder {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(198, 209, 11, 0.4);
  background: #c6d10b;
  color: white;
}
main .profileContent .newOrder i {
  font-size: 30px;
  margin: 0 20px;
}
main .profileContent .newOrder:hover {
  background: rgba(198, 209, 11, 0.2);
  color: #c6d10b;
}
main .profileContent .order {
  background-color: #fff;
  border: 1px solid rgba(198, 209, 11, 0.4);
}
main .profileContent .order .workerCvSlider {
  padding-bottom: 0px;
}
main .profileContent .order .workerCvSlider img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  cursor: zoom-in;
}
main .profileContent .order .swiper-button-prev,
main .profileContent .order .swiper-button-next {
  color: #c6d10b;
  width: 30px;
  height: 30px;
}
main .profileContent .order .swiper-button-prev:hover,
main .profileContent .order .swiper-button-next:hover {
  background-color: #828483;
  color: #c6d10b;
}
main .profileContent .order .swiper-button-prev::after, main .profileContent .order .swiper-button-prev::before,
main .profileContent .order .swiper-button-next::after,
main .profileContent .order .swiper-button-next::before {
  font-weight: 300;
  font-size: 20px;
}
main .profileContent .order ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
main .profileContent .order ul li {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 49%;
  padding: 10px;
}
main .profileContent .order ul li h6 {
  color: #777;
}
main .profileContent .order ul li p {
  font-weight: bold;
  margin-right: 5px;
}
main .profileContent .order .profileCustomerInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px;
  background-color: rgba(198, 209, 11, 0.2);
}
main .profileContent .order .profileCustomerInfo .info {
  display: flex;
  align-items: center;
}
main .profileContent .order .profileCustomerInfo .info img {
  height: 40px;
  width: 40px;
  margin: 0 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
main .profileContent .order .profileCustomerInfo .info .text h6 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #c6d10b;
}
main .profileContent .order .profileCustomerInfo .info .text p {
  font-size: smaller !important;
}
main .profileContent .order .profileCustomerInfo .contact {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .profileContent .order .profileCustomerInfo .contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 20px;
  border-radius: 100px;
  border: 1px solid rgba(198, 209, 11, 0.4);
  color: #c6d10b;
  margin: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
main .profileContent .order .profileCustomerInfo .contact a p {
  margin: 0;
}
main .profileContent .order .profileCustomerInfo .contact a i {
  font-size: 16px;
}
main .profileContent .order .profileCustomerInfo .contact a:hover {
  background-color: #c6d10b;
  color: white;
}
main .profileContent .order .cancel {
  color: #db1d00;
}
main .profileContent .order .done {
  color: #038735;
}
main .profileContent .order .orderStatus {
  padding: 10px;
  font-weight: bold;
}
main .profileContent .stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}
main .profileContent .stats-row .stat-card {
  background: white;
  border-radius: 12px;
  border: 1px solid rgba(198, 209, 11, 0.4);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  flex: 1 1 200px;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  cursor: default;
}
main .profileContent .stats-row .stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 50px -12px rgba(0, 0, 0, 0.2);
}
main .profileContent .stats-row .stat-card .stat-icon {
  width: 58px;
  height: 58px;
  background: rgba(198, 209, 11, 0.2);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #c6d10b;
}
main .profileContent .stats-row .stat-card .stat-info h4 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 5px;
  color: black;
}
main .profileContent .stats-row .stat-card .stat-info p {
  color: #666;
  font-weight: 500;
  margin: 0;
}
main .profileContent {
  /* Responsive for mobile */
}
@media (max-width: 768px) {
  main .profileContent .stats-row {
    flex-direction: column;
  }
}
main .profileContent .orders-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main .profileContent .orders-grid .orders-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
main .profileContent .orders-grid .orders-header .orders-title {
  font-size: 20px;
  font-weight: 800;
  color: black;
  margin: 0;
}
main .profileContent .orders-grid .orders-header .view-all {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #5f6606;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}
main .profileContent .orders-grid .orders-header .view-all i {
  font-size: 12px;
  transition: 0.3s;
}
main .profileContent .orders-grid .orders-header .view-all:hover {
  color: #c6d10b;
}
main .profileContent .orders-grid .orders-header .view-all:hover i {
  transform: translateX(-4px);
}
main .profileContent .orders-grid {
  /* Order Card */
}
main .profileContent .orders-grid .order-card {
  background: white;
  border-radius: 12px;
  border: 1px solid rgba(198, 209, 11, 0.4);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .profileContent .orders-grid .order-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
}
main .profileContent .orders-grid .order-card .order-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: #fefef5;
  border: 1px solid rgba(198, 209, 11, 0.4);
  flex-wrap: wrap;
}
main .profileContent .orders-grid .order-card .order-header .order-id {
  font-weight: 800;
  background: rgba(198, 209, 11, 0.2);
  padding: 6px 14px;
  border-radius: 60px;
  font-size: 0.85rem;
  color: #5f6606;
}
main .profileContent .orders-grid .order-card .order-header .order-status {
  padding: 6px 16px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 0.8rem;
}
main .profileContent .orders-grid .order-card .order-header .status-pending {
  background: #fff3e0;
  color: #e67e22;
}
main .profileContent .orders-grid .order-card .order-header .status-approved {
  background: rgba(198, 209, 11, 0.25);
  color: #6b7307;
}
main .profileContent .orders-grid .order-card .order-header .status-completed {
  background: #e0f2fe;
  color: #0b5e7e;
}
main .profileContent .orders-grid .order-card .order-body {
  padding: 22px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
main .profileContent .orders-grid .order-card .order-body .worker-media .cv-image {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}
main .profileContent .orders-grid .order-card .order-body .worker-media .cv-image img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  border: 2px solid rgba(198, 209, 11, 0.3);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .profileContent .orders-grid .order-card .order-body .worker-media .cv-image img:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  border-color: #c6d10b;
}
main .profileContent .orders-grid .order-card .order-body .order-details {
  flex: 2;
  min-width: 220px;
}
main .profileContent .orders-grid .order-card .order-body .order-details .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}
main .profileContent .orders-grid .order-card .order-body .order-details .info-grid .info-item {
  display: flex;
  flex-direction: column;
  background: rgba(198, 209, 11, 0.05);
  padding: 10px 12px;
  border-radius: 18px;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .profileContent .orders-grid .order-card .order-body .order-details .info-grid .info-item:hover {
  background: rgba(198, 209, 11, 0.12);
}
main .profileContent .orders-grid .order-card .order-body .order-details .info-grid .info-item h6 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #888;
  margin-bottom: 4px;
}
main .profileContent .orders-grid .order-card .order-body .order-details .info-grid .info-item p {
  font-weight: 700;
  font-size: 0.95rem;
  color: black;
  margin: 0;
}
main .profileContent .orders-grid .order-card .order-body .order-details .customer-section {
  margin-top: 16px;
  background: rgba(198, 209, 11, 0.2);
  border-radius: 20px;
  padding: 14px 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
main .profileContent .orders-grid .order-card .order-body .order-details .customer-section .customer-info {
  display: flex;
  align-items: center;
  gap: 14px;
}
main .profileContent .orders-grid .order-card .order-body .order-details .customer-section .customer-info img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: white;
  padding: 3px;
  border: 1px solid rgba(198, 209, 11, 0.5);
}
main .profileContent .orders-grid .order-card .order-body .order-details .customer-section .customer-info .customer-text h6 {
  font-weight: 800;
  color: #5f6606;
  margin-bottom: 2px;
}
main .profileContent .orders-grid .order-card .order-body .order-details .customer-section .customer-info .customer-text p {
  font-size: 12px;
  color: #555;
  margin: 0;
}
main .profileContent .orders-grid .order-card .order-body .order-details .customer-section .contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
main .profileContent .orders-grid .order-card .order-body .order-details .customer-section .contact-actions .contact-btn {
  background: white;
  border-radius: 12px;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5f6606;
  border: 1px solid rgba(198, 209, 11, 0.5);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  cursor: pointer;
}
main .profileContent .orders-grid .order-card .order-body .order-details .customer-section .contact-actions .contact-btn i {
  font-size: 14px;
}
main .profileContent .orders-grid .order-card .order-body .order-details .customer-section .contact-actions .contact-btn:hover {
  background: #c6d10b;
  color: black;
  border-color: #c6d10b;
  transform: translateY(-2px);
}
main .profileContent .orders-grid .order-card .order-body .order-details .customer-section .contact-actions .cancel-btn {
  background: rgba(211, 47, 47, 0.08);
  color: #d32f2f;
  border-color: rgba(211, 47, 47, 0.3);
}
main .profileContent .orders-grid .order-card .order-body .order-details .customer-section .contact-actions .cancel-btn:hover {
  background: #d32f2f;
  color: white;
  border-color: #d32f2f;
}
main .profileContent .orders-grid .worker-media .title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  color: black;
  display: flex;
  align-items: center;
  gap: 6px;
}
main .profileContent .orders-grid .worker-media .title i {
  color: #5f6606;
}
main .profileContent .orders-grid .worker-media {
  /* 🔥 Swiper support */
}
main .profileContent .orders-grid .worker-media .swiper.workerCvSlider {
  width: 100%;
}
main .profileContent .orders-grid .worker-media .swiper.workerCvSlider .swiper-wrapper {
  display: flex;
  gap: 10px;
}
main .profileContent .orders-grid .worker-media .swiper.workerCvSlider .swiper-slide {
  width: auto !important;
}
main .profileContent .orders-grid .worker-media .swiper.workerCvSlider a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(198, 209, 11, 0.3);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .profileContent .orders-grid .worker-media .swiper.workerCvSlider a:hover {
  transform: scale(1.03);
  border-color: #c6d10b;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}
main .profileContent .orders-grid .worker-media .swiper.workerCvSlider a img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
main .profileContent {
  /* Responsive */
}
@media (max-width: 768px) {
  main .profileContent .orders-grid .order-card .order-body {
    flex-direction: column;
  }
}
main .profileContentCol {
  padding: 24px;
}
main .profileContentCol__title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
  color: black;
}
main .profileContentCol__desc {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
  line-height: 1.6;
}
main .profileContentCol .editProfileForm .form-label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
  color: black;
}
main .profileContentCol .editProfileForm .form-control {
  border-radius: 10px;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  transition: 0.3s;
}
main .profileContentCol .editProfileForm .form-control:focus {
  border-color: #c6d10b;
  box-shadow: 0 0 0 3px rgba(198, 209, 11, 0.15);
}
main .profileContentCol .editProfileForm .site-button {
  background: #c6d10b;
  color: white;
  border: none;
  padding: 12px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.3s;
}
main .profileContentCol .editProfileForm .site-button:hover {
  background: rgb(161.28, 170.24, 8.96);
  transform: translateY(-2px);
}
main .notifications {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
main .notifications .section-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  color: black;
}
main .notifications .notification-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: white;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(198, 209, 11, 0.2);
  transition: 0.3s;
}
main .notifications .notification-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
main .notifications .notification-card .notif-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(198, 209, 11, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
main .notifications .notification-card .notif-icon i {
  color: #5f6606;
  font-size: 16px;
}
main .notifications .notification-card .notif-content {
  flex: 1;
}
main .notifications .notification-card .notif-content h6 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 4px;
  color: black;
}
main .notifications .notification-card .notif-content p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
main .notifications .notification-card .notif-time {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  margin-top: 4px;
}
main .complaints .complaints-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
main .complaints .complaints-header h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
main .complaints .complaints-header .add-btn {
  background: #c6d10b;
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}
main .complaints .complaints-header .add-btn:hover {
  background: rgb(161.28, 170.24, 8.96);
  transform: translateY(-2px);
}
main .complaints .complaints-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
}
main .complaints .complaints-table thead {
  background: #f9f9f9;
}
main .complaints .complaints-table thead th {
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
main .complaints .complaints-table tbody td {
  padding: 12px;
  text-align: center;
  font-size: 13px;
  border-top: 1px solid #eee;
}
main .complaints .complaints-table tbody a {
  color: #c6d10b;
  font-weight: 700;
}
main .complaints .complaints-table tbody .status {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}
main .complaints .complaints-table tbody .pending {
  background: #fff3e0;
  color: #e67e22;
}
main .complaints .complaints-table tbody .solved {
  background: rgba(198, 209, 11, 0.2);
  color: #5f6606;
}
main .complaintModal .modal-content {
  border-radius: 12px;
  padding: 20px;
  position: relative;
}
main .complaintModal form {
  box-shadow: none;
  gap: 15px;
  padding: 10px;
}
main .complaintModal .closeBtn {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #f5f5f5;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
main .complaintModal .closeBtn i {
  font-size: 14px;
}
main .complaintModal .closeBtn:hover {
  background: #e0e0e0;
}
main .complaintModal .modal-body {
  text-align: center;
}
main .complaintModal .modal-body .title {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 6px;
  color: black;
}
main .complaintModal .modal-body .subtitle {
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
}
main .complaintModal .modal-body .form-group {
  margin-bottom: 12px;
}
main .complaintModal .modal-body .form-group .form-control {
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #eee;
}
main .complaintModal .modal-body .form-group .form-control:focus {
  border-color: #c6d10b;
  box-shadow: 0 0 0 3px rgba(198, 209, 11, 0.15);
}
main .complaintModal .modal-body .form-group textarea {
  resize: none;
}
main .complaintModal .modal-body .file-upload {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: start;
}
main .complaintModal .modal-body .file-upload label {
  font-size: 12px;
  color: #666;
}
main .complaintModal .modal-body .file-upload .upload-box {
  position: relative;
  border: 2px dashed rgba(198, 209, 11, 0.4);
  border-radius: 12px;
  padding: 14px;
  cursor: pointer;
  transition: 0.3s;
  background: rgba(198, 209, 11, 0.05);
}
main .complaintModal .modal-body .file-upload .upload-box:hover {
  border-color: #c6d10b;
  background: rgba(198, 209, 11, 0.1);
}
main .complaintModal .modal-body .file-upload .upload-box input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
main .complaintModal .modal-body .file-upload .upload-box .upload-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: #5f6606;
}
main .complaintModal .modal-body .file-upload .upload-box .upload-content i {
  font-size: 16px;
}
main .complaintModal .modal-body .file-upload .file-name {
  font-size: 12px;
  color: #888;
  margin: 0;
}
main .complaintModal .modal-body .form-select {
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #eee;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%23666' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7l4.5 4.5L14.5 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 16px;
  padding-left: 30px;
}
main .complaintModal .modal-body .form-select:focus {
  border-color: #c6d10b;
  box-shadow: 0 0 0 3px rgba(198, 209, 11, 0.15);
}
main .complaintModal .modal-body .submitBtn {
  background: #c6d10b;
  color: white;
  border-radius: 12px;
  padding: 10px;
  font-weight: 700;
  transition: 0.3s;
}
main .complaintModal .modal-body .submitBtn:hover {
  background: rgb(161.28, 170.24, 8.96);
  transform: translateY(-2px);
}
main .contractRenew .form-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 768px) {
  main .contractRenew .form-wrapper {
    padding: 24px;
  }
}
main .contractRenew form {
  box-shadow: none;
  background-color: transparent;
  gap: 10px;
}
main .contractRenew .renewal-form .form-row-split {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
main .contractRenew .renewal-form .form-row-split .client-block {
  flex: 3;
  min-width: 250px;
}
main .contractRenew .renewal-form .form-row-split .worker-block {
  flex: 9;
  min-width: 300px;
}
@media (max-width: 992px) {
  main .contractRenew .renewal-form .form-row-split {
    flex-direction: column;
  }
  main .contractRenew .renewal-form .form-row-split .client-block,
  main .contractRenew .renewal-form .form-row-split .worker-block {
    flex: auto;
    width: 100%;
  }
}
main .contractRenew .renewal-form .form-block {
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(198, 209, 11, 0.4);
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .contractRenew .renewal-form .form-block:hover {
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
}
main .contractRenew .renewal-form .block-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  border-right: 4px solid #c6d10b;
  padding-right: 16px;
}
main .contractRenew .renewal-form .block-title i {
  font-size: 1.5rem;
  color: #c6d10b;
}
main .contractRenew .renewal-form .block-title h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  color: black;
}
main .contractRenew .renewal-form .form-grid--1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
main .contractRenew .renewal-form .form-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  main .contractRenew .renewal-form .form-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  main .contractRenew .renewal-form .form-grid--3 {
    grid-template-columns: 1fr;
  }
}
main .contractRenew .renewal-form .input-group-custom label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: black;
  margin-bottom: 8px;
}
main .contractRenew .renewal-form .input-group-custom input,
main .contractRenew .renewal-form .input-group-custom select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  background: white;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  font-size: 0.9rem;
  color: black;
}
main .contractRenew .renewal-form .input-group-custom input:focus,
main .contractRenew .renewal-form .input-group-custom select:focus {
  border-color: #c6d10b;
  outline: none;
  box-shadow: 0 0 0 3px rgba(198, 209, 11, 0.2);
}
main .contractRenew .renewal-form .phone-input {
  display: flex;
  align-items: center;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  background: white;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  overflow: hidden;
}
main .contractRenew .renewal-form .phone-input:focus-within {
  border-color: #c6d10b;
  box-shadow: 0 0 0 3px rgba(198, 209, 11, 0.2);
}
main .contractRenew .renewal-form .phone-input span {
  background: #f1f5f9;
  padding: 12px 14px;
  font-size: 0.9rem;
  font-weight: 600;
  color: black;
  border-left: 1.5px solid #e2e8f0;
}
main .contractRenew .renewal-form .phone-input input {
  border: none;
  border-radius: 0;
  padding: 12px 16px;
  flex: 1;
}
main .contractRenew .renewal-form .phone-input input:focus {
  box-shadow: none;
  border: none;
}
main .contractRenew .renewal-form .file-upload.modern label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: black;
  margin-bottom: 8px;
}
main .contractRenew .renewal-form .file-upload.modern .file-dropzone {
  background: #f8fafc;
  border: 2px dashed #cbd5e1;
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .contractRenew .renewal-form .file-upload.modern .file-dropzone i {
  font-size: 2rem;
  color: #c6d10b;
  margin-bottom: 12px;
  display: block;
}
main .contractRenew .renewal-form .file-upload.modern .file-dropzone span {
  font-size: 0.85rem;
  color: #828483;
}
main .contractRenew .renewal-form .file-upload.modern .file-dropzone:hover {
  border-color: #c6d10b;
  background: rgba(198, 209, 11, 0.2);
}
main .contractRenew .renewal-form .file-upload.modern .file-info {
  display: block;
  font-size: 0.7rem;
  color: #828483;
  margin-top: 6px;
}
main .contractRenew .renewal-form .form-actions {
  text-align: center;
  margin-top: 32px;
}
main .contractRenew .renewal-form .btn-submit {
  background: #c6d10b;
  color: black;
  border: none;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .contractRenew .renewal-form .btn-submit i {
  transition: transform 0.2s;
}
main .contractRenew .renewal-form .btn-submit:hover {
  background: rgb(152.1, 160.55, 8.45);
  color: white;
  transform: translateY(-2px);
}
main .contractRenew .renewal-form .btn-submit:hover i {
  transform: translateX(4px);
}
main .request-section {
  padding: 70px 0;
  background: white;
}
main .request-section .request-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media (max-width: 992px) {
  main .request-section .request-section__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
main .request-section .steps-horizontal .section-header {
  text-align: right;
  margin-bottom: 32px;
}
main .request-section .steps-horizontal .section-header h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: black;
  position: relative;
  display: inline-block;
}
main .request-section .steps-horizontal .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 50px;
  height: 3px;
  background: #c6d10b;
  border-radius: 4px;
}
main .request-section .steps-horizontal .section-header p {
  color: #828483;
  margin-top: 12px;
}
main .request-section .stepper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
main .request-section .stepper__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
main .request-section .stepper__item:not(:last-child) .stepper__line {
  display: block;
}
main .request-section .stepper__circle {
  width: 48px;
  height: 48px;
  background: #f1f5f9;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 800;
  color: #828483;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  flex-shrink: 0;
  z-index: 2;
  background: white;
}
main .request-section .stepper__line {
  position: absolute;
  top: 48px;
  right: 23px;
  width: 2px;
  height: calc(100% - 16px);
  background: #e2e8f0;
  display: none;
}
main .request-section .stepper__content {
  flex: 1;
  padding-bottom: 8px;
}
main .request-section .stepper__content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: black;
}
main .request-section .stepper__content p {
  font-size: 0.85rem;
  color: #828483;
  margin: 0;
  line-height: 1.5;
}
main .request-section .stepper__item.completed .stepper__circle {
  background: #c6d10b;
  border-color: #c6d10b;
  color: black;
}
main .request-section .stepper__item.completed .stepper__line {
  background: #c6d10b;
}
main .request-section .stepper__item.active .stepper__circle {
  background: rgba(198, 209, 11, 0.2);
  border-color: #c6d10b;
  color: rgb(152.1, 160.55, 8.45);
  box-shadow: 0 0 0 4px rgba(198, 209, 11, 0.2);
}
main .request-section .stepper__item.active h4 {
  color: rgb(152.1, 160.55, 8.45);
}
main .request-section form {
  box-shadow: none;
  padding: 10px;
  background-color: transparent;
}
main .request-section .form-container .form-wrapper {
  background: linear-gradient(135deg, #ffffff 0%, #f9fafc 100%);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(198, 209, 11, 0.4);
}
@media (max-width: 768px) {
  main .request-section .form-container .form-wrapper {
    padding: 24px;
  }
}
main .request-section .form-container .form-header {
  text-align: center;
  margin-bottom: 28px;
}
main .request-section .form-container .form-header h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: black;
}
main .request-section .form-container .form-header h3 i {
  color: #c6d10b;
  margin-left: 8px;
}
main .request-section .form-container .form-header p {
  color: #828483;
  font-size: 0.85rem;
  margin-top: 6px;
}
main .request-section .form-container .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
main .request-section .form-container .form-grid .full-width {
  grid-column: span 2;
}
@media (max-width: 768px) {
  main .request-section .form-container .form-grid {
    grid-template-columns: 1fr;
  }
  main .request-section .form-container .form-grid .full-width {
    grid-column: span 1;
  }
}
main .request-section .form-container .input-group-custom label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: black;
}
main .request-section .form-container .input-group-custom input,
main .request-section .form-container .input-group-custom select,
main .request-section .form-container .input-group-custom textarea {
  width: 100%;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  background: white;
  font-size: 0.85rem;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .request-section .form-container .input-group-custom input:focus,
main .request-section .form-container .input-group-custom select:focus,
main .request-section .form-container .input-group-custom textarea:focus {
  border-color: #c6d10b;
  outline: none;
  box-shadow: 0 0 0 3px rgba(198, 209, 11, 0.2);
}
main .request-section .form-container .input-group-custom textarea {
  resize: vertical;
  min-height: 90px;
}
main .request-section .form-container .phone-input {
  display: flex;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  background: white;
  overflow: hidden;
}
main .request-section .form-container .phone-input:focus-within {
  border-color: #c6d10b;
  box-shadow: 0 0 0 3px rgba(198, 209, 11, 0.2);
}
main .request-section .form-container .phone-input span {
  background: #f1f5f9;
  padding: 10px 12px;
  font-weight: 600;
  border-left: 1.5px solid #e2e8f0;
}
main .request-section .form-container .phone-input input {
  border: none;
  padding: 10px 14px;
  flex: 1;
}
main .request-section .form-container .phone-input input:focus {
  box-shadow: none;
}
main .request-section .form-container .form-actions {
  text-align: center;
  margin-top: 28px;
}
main .request-section .form-container .btn-submit {
  background: #c6d10b;
  color: black;
  border: none;
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .request-section .form-container .btn-submit:hover {
  background: rgb(152.1, 160.55, 8.45);
  color: white;
  transform: translateY(-2px);
}
main .request-section .form-container .btn-submit:hover i {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  main .request-section .stepper {
    gap: 24px;
  }
  main .request-section .stepper__circle {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  main .request-section .stepper__line {
    top: 40px;
    right: 19px;
  }
  main .request-section .stepper__content h4 {
    font-size: 1rem;
  }
}
main .why-creative {
  padding: 80px 0;
  background: rgba(250, 249, 249, 0.75);
  position: relative;
  overflow: hidden;
}
main .why-creative::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 80%;
  height: 120%;
  background: radial-gradient(circle, rgba(198, 209, 11, 0.04) 0%, transparent 70%);
  pointer-events: none;
}
main .why-creative .section-header {
  text-align: center;
  margin-bottom: 56px;
}
main .why-creative .section-header h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: black;
  position: relative;
  display: inline-block;
}
main .why-creative .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 50%;
  transform: translateX(50%);
  width: 70px;
  height: 4px;
  background: #c6d10b;
  border-radius: 4px;
}
main .why-creative .section-header p {
  color: #828483;
  margin-top: 20px;
  font-size: 1rem;
}
main .why-creative__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  main .why-creative__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  main .why-creative__grid {
    grid-template-columns: 1fr;
  }
}
main .why-creative .creative-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 40px 28px;
  text-align: center;
  position: relative;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid rgba(198, 209, 11, 0.1);
  overflow: hidden;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  cursor: default;
  transform: translateY(-8px);
  border-color: #c6d10b;
  background: white;
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
}
main .why-creative .creative-card .creative-card__bg-icon {
  opacity: 0.1;
  transform: scale(1.05);
}
main .why-creative .creative-card .creative-card__bg-icon i {
  color: rgb(152.1, 160.55, 8.45);
}
main .why-creative .creative-card h3 {
  color: rgb(152.1, 160.55, 8.45);
}
main .why-creative .creative-card__bg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.08;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  z-index: 0;
}
main .why-creative .creative-card__bg-icon i {
  font-size: 12rem;
  color: black;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .why-creative .creative-card h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
main .why-creative .creative-card p {
  font-size: 0.9rem;
  color: #828483;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
main .why-creative .creative-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(198, 209, 11, 0.05));
  pointer-events: none;
  z-index: 1;
}
main .journey-services {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
main .journey-services::before {
  content: "";
  position: absolute;
  top: 14%;
  right: 0%;
  width: 400px;
  height: 400px;
  background: url("../images/musand.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  opacity: 0.07;
  pointer-events: none;
}
main .journey-services .journey-services__wrapper {
  display: flex;
  align-items: stretch;
  gap: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  main .journey-services .journey-services__wrapper {
    flex-direction: column;
  }
}
main .journey-services__content {
  flex: 1.5;
  padding: 40px;
  border-right: 5px solid #c6d10b;
  position: relative;
}
main .journey-services__content::before {
  content: '"';
  position: absolute;
  top: 50px;
  right: 30px;
  font-size: 5rem;
  color: rgba(198, 209, 11, 0.1);
  font-family: serif;
}
main .journey-services__content .logo-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(198, 209, 11, 0.2);
  padding: 6px 18px;
  border-radius: 12px;
  margin-bottom: 20px;
}
main .journey-services__content .logo-badge img {
  width: 50px;
}
main .journey-services__content .logo-badge span {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgb(152.1, 160.55, 8.45);
}
main .journey-services__content h1 {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 25px 0;
  line-height: 1.3;
}
main .journey-services__content h1 .highlight {
  color: rgb(152.1, 160.55, 8.45);
  display: inline-block;
}
main .journey-services__content p {
  color: #828483;
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 0.9rem;
}
main .journey-services__services {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding: 20px 0;
}
main .journey-services .service-stair {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 20px;
  background: white;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(198, 209, 11, 0.1);
  cursor: pointer;
}
main .journey-services .service-stair:nth-child(1) {
  transform: translateX(0);
}
main .journey-services .service-stair:nth-child(2) {
  transform: translateX(20px);
}
main .journey-services .service-stair:nth-child(3) {
  transform: translateX(40px);
}
main .journey-services .service-stair:hover {
  transform: translateX(25px) !important;
  background: white;
  border-color: #c6d10b;
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
}
main .journey-services .service-stair:hover .service-stair__icon {
  background: #c6d10b;
  transform: scale(1.1);
}
main .journey-services .service-stair:hover .service-stair__icon i {
  color: black;
}
main .journey-services .service-stair__icon {
  width: 50px;
  height: 50px;
  background: rgba(198, 209, 11, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  flex-shrink: 0;
}
main .journey-services .service-stair__icon i {
  font-size: 1.4rem;
  color: rgb(152.1, 160.55, 8.45);
  transition: 0.3s;
}
main .journey-services .service-stair__info {
  flex: 1;
}
main .journey-services .service-stair__info h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 4px;
}
main .journey-services .service-stair__info p {
  font-size: 0.7rem;
  color: #828483;
  margin: 0;
}
@media (max-width: 768px) {
  main .journey-services .service-stair:nth-child(1) {
    transform: translateX(0);
  }
  main .journey-services .service-stair:nth-child(2) {
    transform: translateX(10px);
  }
  main .journey-services .service-stair:nth-child(3) {
    transform: translateX(20px);
  }
  main .journey-services .service-stair:hover {
    transform: translateX(15px) !important;
  }
}
main .process-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
main .process-section .process-header {
  text-align: center;
  margin-bottom: 60px;
}
main .process-section .process-header h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: black;
}
main .process-section .process-header h2 span {
  color: rgb(152.1, 160.55, 8.45);
  position: relative;
}
main .process-section .process-header p {
  color: #828483;
  margin-top: 16px;
}
main .process-section .process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  main .process-section .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  main .process-section .process-grid {
    grid-template-columns: 1fr;
  }
}
main .process-section .process-card {
  background: white;
  border-radius: 12px;
  padding: 30px 25px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(198, 209, 11, 0.4);
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
main .process-section .process-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 0;
  background: #c6d10b;
  transition: height 0.4s ease;
}
main .process-section .process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
  border-color: rgba(198, 209, 11, 0.3);
}
main .process-section .process-card:hover::before {
  height: 100%;
}
main .process-section .process-card:hover .process-card__icon i {
  transform: scale(1.2);
  color: rgb(152.1, 160.55, 8.45);
}
main .process-section .process-card__icon {
  margin: 0 auto 20px;
}
main .process-section .process-card__icon i {
  font-size: 2.8rem;
  color: rgba(198, 209, 11, 0.2);
  transition: 0.3s;
}
main .process-section .process-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.4;
}
main .process-section .process-card p {
  font-size: 0.85rem;
  color: #828483;
  line-height: 1.6;
  margin-bottom: 20px;
}
main .process-section .process-card__details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
main .process-section .process-card__details span {
  background: #f1f5f9;
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 0.7rem;
  color: #828483;
}
main .musanedFees {
  background-color: #f9f9f9;
  padding: 70px 0;
  text-align: center;
}
main .musanedFees .headTitle h4 {
  margin-bottom: 10px;
}
main .musanedFees p {
  color: #777;
  line-height: 30px;
}
main .musanedFees .images {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}
main .musanedFees .images img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 5px;
  max-height: 70px;
  border-radius: 12px;
}
main .musanedApp {
  padding: 70px 0;
  background-color: #f9f9f9;
}
main .musanedApp .appImg {
  text-align: center;
}
main .musanedApp .appImg img {
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 300px;
}
main .musanedApp .info {
  padding: 20px;
  background-color: white;
  border: 1px solid rgba(198, 209, 11, 0.4);
  border-radius: 12px;
  text-align: center;
}
main .musanedApp .info img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 120px;
  margin-bottom: 20px;
}
main .musanedApp .info h4 {
  color: #c6d10b;
  font-weight: bold;
  margin-bottom: 20px;
}
main .musanedApp .info p {
  color: black;
  line-height: 30px;
  margin-bottom: 30px;
}
main .musanedApp .info .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main .musanedApp .info .links img {
  width: 100%;
  height: 60px;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
}
@media (max-width: 768px) {
  main .musanedApp .info .links img {
    height: 50px;
  }
}
main .about-banner.card-banner .banner-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
main .about-banner.card-banner .banner-buttons .btn-policy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  color: black;
  transition: 0.3s;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(198, 209, 11, 0.2);
}
main .about-banner.card-banner .banner-buttons .btn-policy i {
  font-size: 1.1rem;
  color: #c6d10b;
}
main .about-banner.card-banner .banner-buttons .btn-policy:hover {
  background: #c6d10b;
  transform: translateY(-3px);
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
}
main .about-banner.card-banner .banner-buttons .btn-policy:hover i {
  color: black;
}
main .guidelines-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
main .guidelines-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
main .guidelines-section .section-header h2 {
  font-size: 2rem;
  font-weight: 800;
  color: black;
}
main .guidelines-section .section-header p {
  max-width: 750px;
  margin: 16px auto 0;
  color: #828483;
  line-height: 1.7;
}
main .guidelines-section .section-header p strong {
  color: rgb(152.1, 160.55, 8.45);
}
main .guidelines-section .section-header p span {
  color: rgb(152.1, 160.55, 8.45);
  font-weight: 600;
}
main .guidelines-section .countries-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
}
main .guidelines-section {
  /* card */
}
main .guidelines-section .country-row {
  background: white;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(198, 209, 11, 0.4);
}
main .guidelines-section .country-row:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
  border-color: #c6d10b;
}
main .guidelines-section .country-row__flag {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .guidelines-section .country-row__info {
  flex: 1;
}
main .guidelines-section .country-row__info h3 {
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 4px;
}
main .guidelines-section .country-row__info p {
  font-size: 0.75rem;
  color: #828483;
}
main .guidelines-section .country-row__links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
main .guidelines-section .country-row__links a {
  font-size: 0.7rem;
  padding: 6px 10px;
  border-radius: 20px;
  background: #f1f5f9;
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  gap: 6px;
}
main .guidelines-section .country-row__links a i {
  color: #ef4444;
}
main .guidelines-section .country-row__links a:hover {
  background: #c6d10b;
  color: black;
}
main .guidelines-section {
  /* responsive */
}
@media (max-width: 992px) {
  main .guidelines-section .countries-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  main .guidelines-section .countries-list {
    grid-template-columns: 1fr;
  }
}

.site-footer {
  background: #0f1514;
  color: rgba(255, 255, 255, 0.75);
  padding: 60px 0 30px;
}
.site-footer__top {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.site-footer__brand img {
  height: 70px;
  margin-bottom: 16px;
}
.site-footer__brand p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}
.site-footer__col h4 {
  color: #c6d10b;
  font-size: 1.1rem;
  margin-bottom: 14px;
}
.site-footer__col ul {
  display: grid;
  gap: 10px;
}
.site-footer__col ul li {
  color: rgba(255, 255, 255, 0.65);
}
.site-footer__col ul a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.2s ease-in-out;
}
.site-footer__col ul a:hover {
  color: #c6d10b;
}
.site-footer__bottom {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 0.95rem;
}
.site-footer__social {
  display: flex;
  gap: 10px;
}
.site-footer__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  transition: 0.2s ease-in-out;
}
.site-footer__social a:hover {
  background: #c6d10b;
  color: white;
}
@media screen and (max-width: 992px) {
  .site-footer__top {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */