@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;
}


.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;
}

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 .site-pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 36px 0 14px;
}
main .site-pagination-wrap .site-pagination-summary {
  color: #828483;
  font-size: 14px;
  font-weight: 600;
}
main .site-pagination-wrap .site-pagination-summary strong {
  color: #c6d10b;
  font-weight: 800;
}
main .pagination.site-pagination {
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
main .pagination.site-pagination .page-item {
  list-style: none;
}
main .pagination.site-pagination .page-item.disabled .page-link {
  background: #f6f7ef;
  color: #b3ba8b;
  border-color: rgba(198, 209, 11, 0.12);
  box-shadow: none;
  pointer-events: none;
}
main .pagination.site-pagination .page-item.active .page-link {
  background: #c6d10b;
  color: #2f3813;
  border-color: #c6d10b;
  box-shadow: 0 14px 30px -18px rgba(198, 209, 11, 0.95);
}
main .pagination.site-pagination .page-link {
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(198, 209, 11, 0.2);
  background: white;
  color: #5d6471;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 30px -24px rgba(0, 0, 0, 0.22);
  transition: 0.25s ease;
}
main .pagination.site-pagination .page-link:hover {
  background: rgba(198, 209, 11, 0.08);
  color: #c6d10b;
  border-color: rgba(198, 209, 11, 0.45);
  transform: translateY(-2px);
}
main .pagination.site-pagination .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 209, 11, 0.18);
}
main .pagination.site-pagination .page-item.arrow .page-link {
  min-width: 52px;
  font-size: 13px;
}
main .pagination.site-pagination .page-item.dots .page-link {
  min-width: auto;
  padding: 0 6px;
  border: none;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 768px) {
  main .site-pagination-wrap {
    justify-content: center;
    text-align: center;
    padding-top: 28px;
  }
  main .pagination.site-pagination {
    gap: 8px;
  }
  main .pagination.site-pagination .page-link {
    min-width: 42px;
    height: 42px;
    border-radius: 12px;
    padding: 0 12px;
    font-size: 14px;
  }
  main .pagination.site-pagination .page-item.arrow .page-link {
    min-width: 46px;
  }
}
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 .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 .logout-form {
  margin: 5px 1px;
  padding: 0;
}
main .profile .profileNavCol .logout-button {
  width: 100%;
  padding: 13px;
  display: flex;
  align-items: center;
  color: #828483;
  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;
  background-color: transparent;
  text-align: start;
}
main .profile .profileNavCol a i {
  margin-left: 5px;
}
main .profile .profileNavCol .logout-button i {
  margin-left: 5px;
}
main .profile .profileNavCol a.active, main .profile .profileNavCol a:hover, main .profile .profileNavCol .logout-button: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%;
  }
  main .profile .profileNavCol .logout-form {
    display: inline-flex;
    width: 48%;
    margin: 3px 0px;
  }
  main .profile .profileNavCol .logout-button {
    padding: 8px 10px;
    display: inline-flex;
    min-width: 100%;
    border-bottom: 1px solid rgba(198, 209, 11, 0.4);
  }
}
@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 .profileNavCol .logout-form {
    width: 100%;
  }
  main .profile .profileNavCol .logout-button {
    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,
main .profileContent .orders-grid .order-card .order-header .status-new {
  background: #fff3e0;
  color: #e67e22;
}

main .profileContent .orders-grid .order-card .order-header .status-active,
main .profileContent .orders-grid .order-card .order-header .status-paid {
  background: #dcfce7;
            color: #166534;
}

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,
main .profileContent .orders-grid .order-card .order-header .status-done,
main .profileContent .orders-grid .order-card .order-header .status-closed,
main .profileContent .orders-grid .order-card .order-header .status-resolved {
  background: #e0f2fe;
  color: #0b5e7e;
}

main .profileContent .orders-grid .order-card .order-header .status-refused,
main .profileContent .orders-grid .order-card .order-header .status-cancelled
 {
  background: #fee2e2;
            color: #dc2626;
}

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 .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;
}

.site-swal-popup {
  width: min(32rem, calc(100vw - 2rem)) !important;
  padding: 2rem 1.5rem 1.5rem !important;
  border: 1px solid rgba(198, 209, 11, 0.18);
  border-radius: 28px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbf3 100%) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.14) !important;
}
.site-swal-title {
  margin-top: 0.5rem !important;
  color: #111111 !important;
  font-size: 1.7rem !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}
.site-swal-text {
  color: #5f635c !important;
  font-size: 1rem !important;
  line-height: 1.9 !important;
}
.site-swal-actions {
  gap: 0.75rem;
  width: 100%;
  margin: 1.5rem 0 0 !important;
}
.site-swal-confirm,
.site-swal-cancel {
  min-width: 8.5rem;
  padding: 0.9rem 1.4rem !important;
  border-radius: 999px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.site-swal-confirm {
  background: #c6d10b !important;
  color: #111111 !important;
  box-shadow: 0 14px 28px rgba(198, 209, 11, 0.32);
}
.site-swal-confirm:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(198, 209, 11, 0.38);
}
.site-swal-cancel {
  background: #f2f3e7 !important;
  color: #1f2417 !important;
}
.site-swal-cancel:hover {
  transform: translateY(-1px);
  background: #e7ead3 !important;
}
.site-swal-close {
  color: #7d8077 !important;
}
.site-swal-popup .swal2-success-ring,
.site-swal-popup .swal2-success-fix,
.site-swal-popup .swal2-success-circular-line-left,
.site-swal-popup .swal2-success-circular-line-right {
  background: transparent !important;
}
.site-swal-errors {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: start;
}
.site-swal-errors li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-inline-start: 1.2rem;
}
.site-swal-errors li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #c6d10b;
}
@media (max-width: 576px) {
  .site-swal-popup {
    padding: 1.6rem 1rem 1.1rem !important;
    border-radius: 22px !important;
  }
  .site-swal-title {
    font-size: 1.35rem !important;
  }
  .site-swal-confirm,
  .site-swal-cancel {
    width: 100%;
  }
}

.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;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}
.site-footer__powered {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 0.95rem;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.site-footer__powered span,
.site-footer__powered strong {
  display: inline-flex;
  align-items: center;
  color: #111111;
  font-size: inherit;
  line-height: 1.2;
  transform: translateY(1px);
}
.site-footer__powered strong {
  color: #7ABC4B;
  font-weight: 800;
}
.site-footer__powered img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
}
.site-footer__powered:hover {
  border-color: rgba(37, 211, 102, 0.45);
  background: rgba(255, 255, 255, 0.9);
  color: #111111;
}
.site-footer__powered:hover strong {
  color: #25d366;
}
.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: #ffffff;
  transition: 0.2s ease-in-out;
}
.site-footer__social a:hover {
  background: #c6d10b;
  color: #ffffff;
}
@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 */
