/* Base */
:root {
  --green: #699645;
  --green-dark: #2b580c;
  --orange: linear-gradient(180deg, #fbb450 0%, #f89406 100%);
  --orange-btn: #f89406;
  --blue: rgba(0, 166, 236, 1);
  --light-bg: #f8f8f8;
  --border: #e0e0e0;
  --text-main: #333333;
  --text-muted: #777777;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans Arabic", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background-color: #ffffff;
  color: var(--text-main);
}

/* buttons */
.btn {
  padding: 0.6rem var(--bs-btn-padding-x);
  transition: 0.3s ease;
}
.btn:hover {
  color: #fff;
  background: var(--orange-btn);
  border-color: var(--orange-btn);
}

/* Top Bar */
.top-bar {
  background-color: var(--green-dark);
  color: var(--text-white);
  padding: 6px 0;
  font-size: 13px;
  font-weight: 600;
}

.currency-label {
  color: #fff;
  margin-left: 5px;
}

.btn-currency {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  padding: 0;
  font-weight: 600;
  cursor: pointer;
}

.btn-currency i {
  font-size: 10px;
}

.top-link {
        font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 300;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

.top-link:hover {
  opacity: 0.8;
}

.wishlist-link i {
  font-size: 14px;
  vertical-align: middle;
}

.btn-account {
  background-color: var(--green-account-btn);
  color: #fff;
  border: none;
  padding: 3px 12px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.btn-account:hover {
  background-color: #4a7545;
}

/* Header */
.header-inside {
  margin-bottom: 25px;
}

.dropdown-menu li {
  text-align: start;
}

.ads-filter-box .row {
  justify-content: center;
}
.site-header .header-search-box {
  max-width: 260px;
}

.search-icon-btn {
  width: 56px;
  border: none;
  background-color: var(--green);
  color: #ffffff;
  border-radius: 3px 0 0 3px;
}

.search-input {
  border-radius: 3px 0 0 3px;
  border-color: var(--border);
  font-size: 14px;
}

.header-middle-text {
  font-size: 17px;
  font-weight: 400;
}

.header-middle-sub {
  font-size: 16px;
  color: var(--text-muted);
}

.btn-account,
.btn-add-ad,
.btn-ads {
     font-family: 'Droid Arabic Kufi', sans-serif;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 3px;
  font-weight: 300;
}

.btn-account {
  background-color: var(--green-dark);
}

.btn-add-ad {
  background-color: var(--blue);
}

.btn-ads {
  background: var(--orange);
}

.btn-account:hover,
.btn-add-ad:hover,
.btn-ads:hover {
  opacity: 0.9;
}

.logo-box {
  display: inline-block;
  padding: 10px 20px;
}

.logo-box img {
  max-height: 80px;
}

/* .logo-text {
  font-size: 28px;
  font-weight: 700;
  color: var(--green);
} */

/* Main Nav */
.main-nav {
  background-color: var(--green-dark);
  color: #ffffff;
}

.nav-cats-wrapper {
  margin: 0;
  overflow-x: auto;
}

.main-nav .col-md-auto {
  margin: 0;
}

.nav-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  background-color: var(--green-dark);
  color: #ffffff;
  font-size: 16px;
}

.nav-browse-btn {
      display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid;
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
}

.nav-cats {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  padding: 6px 0;
}

.nav-cats .nav-link {
  color: #ffffff;
  padding: 4px 0;
  font-size: 15px;
}

.nav-cats .nav-link:hover {
  text-decoration: underline;
}

/* Hero */
.hero-section {
  position: relative;
  background-color: #000000;
  min-height: 360px;
}

.hero-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-slide-text {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.hero-swiper {
  position: relative;
  z-index: 2;
}

.hero-slide {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position-y: 61%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.main-hero-content {
  text-align: start;
}

.sale-text {
  display: flex;
  justify-content: end;
}

/* .hero-text-block {
  max-width: 90%;
  margin-inline: auto;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 20px 24px;
  border-radius: 14px;
  backdrop-filter: blur(4px);
} */

.hero-text-block h2 {
  font-size: 60px;
  font-weight: 600;
}

.hero-text-block p {
  font-size: 16px;
}

@media (max-width: 768px) {
  .hero-text-block h2 {
    font-size: 24px;
  }
  .hero-text-block p {
    font-size: 14px;
  }
}

.hero-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}

.hero-swiper-button i {
  font-size: 45px;
}

.hero-swiper-button-prev {
  right: 18px;
}

.hero-swiper-button-next {
  left: 18px;
}

/* Ads Filter */
.ads-filter-section {
  background-color: #ffffff;
  padding: 22px 0 10px;
}

.ads-filter-box {
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid var(--border);
  padding: 14px 18px;
}

.ads-filter-btn {
  background-color: var(--blue);
  color: #ffffff;
  font-size: 14px;
}

.ads-filter-input {
  font-size: 14px;
  border-color: var(--border);
}

.ads-filter-select {
  font-size: 14px;
  border-color: var(--border);
}

.banner-wide img {
  border-radius: 3px;
  display: block;
  width: 100%;
}

/* Latest Ads */

.latest-card {
  padding: 20px 13px;
}
.latest-ads-section {
  padding: 26px 0 0;
  background-color: #ffffff;
}

.section-title {
  text-align: center;
  font-size: 21px;
  color: rgba(99, 154, 103, 1);
  margin-bottom: 32px;
}

.ad-card {
  background-color: rgba(250, 250, 250, 1);
  border: 1px solid #e1e1e1;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ad-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.ad-image-col {
  position: relative;
  max-height: 195px;
  overflow: hidden;
}

.ad-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ad-card:hover .ad-image-img {
  transform: scale(1.04);
}

.ad-time-badge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 10px;
  background-color: #356c17;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.25s ease-out;
}

.ad-card:hover .ad-time-badge {
  transform: translateY(0);
}

.ad-title {
  font-size: 15px;
  font-weight: 700;
  color: rgba(28, 26, 50, 1);
  margin-bottom: 10px;
}

.ad-text {
  font-size: 13px;
  color: #8d8d8d;
  font-weight: 400;
}

.ad-price {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 16px;
  border-radius: 20px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  color: #333333;
  font-weight: 700;
  font-size: 13px;
}

.ad-price i {
  font-size: 13px;
}

.ad-meta-chips {
  font-size: 12px;
}

.ad-chip {
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #4a4a4a;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.15s ease, background-color 0.15s ease;
}

.ad-chip:hover {
  border-color: #b5b5b5;
  background-color: #f9f9f9;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.ad-chip img {
  width: 16px;
  height: fit-content;
}

.ad-price {
  display: table;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #4a4a4a;
}

.ad-chip-icon {
  width: 34px;
  height: 34px;
  justify-content: center;
  padding: 0;
}

.ad-chip i {
  font-size: 14px;
}

/* Categories */
.categories-section {
  padding: 22px 0 24px;
  background-color: #ffffff;
}

.category-card {
  border-radius: 16px;
  border: 1px solid var(--border);
  background-color: #ffffff;
  overflow: hidden;
  max-width: 244px;
  text-decoration: none;
  box-shadow: 0px 1px 4px 0px #00000040;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.category-img {
  padding: 26px 18px 18px;
  text-align: center;
}

.category-img img {
  max-height: 180px;
  margin-inline: auto;
  display: block;
}

.category-footer {
  background-color: #f4f4f4;
  text-align: center;
  padding: 25px;
  font-size: 15px;
  color: #000;
  font-weight: 700;
}

/* Banners under categories */
.ads-banners-section {
  padding: 5px 0 0;
  background-color: #ffffff;
  margin-top: 10px;
}

.ads-banner-card img {
  width: 100%;
  display: block;
  border-radius: 4px;
}
.btn-more-ads {
  background: #3089b3;
  color: #ffffff;
  padding-inline: 50px;
}

/* Footer */
.site-footer {
  margin-top: 10px;
}

.footer-bottom {
  position: relative;
  padding: 22px 0 14px;
}

.footer-contact-link {
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  display: inline-block;
}

.footer-contact-img {
  display: block;
  height: 60px;
  width: auto;
  cursor: pointer;
}

.footer-contact-sprite {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  height: 55px;
  display: inline-block;
  background-image: url("../img/ask.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
}

.footer-contact-sprite:hover {
  background-position: bottom;
}

.footer-banner {
  background-color: #ffffff;
  padding: 16px 0;
}

.footer-main {
  background-color: var(--green-dark);
  color: #ffffff;
}

.footer-title {
  font-size: 16px;
  margin-bottom: 8px;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.g-4 > div:nth-child(2) .footer-list li {
  width: 50%;
  float: right;
}

.footer-list li + li {
  margin-top: 4px;
}

.footer-list a {
  color: #ffffff;
  text-decoration: none;
}

.footer-list a:hover {
  text-decoration: underline;
}

.footer-logos .footer-logo-img {
  width: 100px;
}

.footer-copy {
  color: #f0f0f0;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 2px;
  padding-top: 2px;
  display: inline-block;
  font-size: 20px;
  background: #000;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* page inside */

/* (account) */
.myaccount .text-dark-green {
  color: #1e4512;
}

.myaccount .text-dark-blue {
  color: #00305b !important;
}

.myaccount .profile-img {
  width: 184px;
  height: 184px;
  border-radius: 3px;
  object-fit: cover;
}

.myaccount .main-text-danger {
  color: red;
  font-size: 18px;
  font-weight: 500;
}

.myaccount .section-title {
  text-align: start;
  color: #333;
  font-size: 20px;
  font-weight: 400;
}

.myaccount .account-name {
  color: #2b580c;
  font-size: 17px;
  font-weight: 700;
}

.myaccount .dashboard-list li {
  margin-bottom: 14px;
}

.myaccount .dashboard-list a,
.myaccount .dashboard-list span {
  color: #004a8b;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  transition: 0.2s;
  display: flex;
  align-items: center;
}

.myaccount .dashboard-list a:hover {
  color: #002a50;
}

.myaccount .dashboard-list a.no-hover:hover {
  color: #00305b;
  cursor: default;
}

.myaccount .dashboard-list i {
  width: 20px;
  text-align: center;
  color: #00305b;
  font-size: 1rem;
}

.myaccount .dashboard-list .fa-clock,
.myaccount .dashboard-list .fa-circle-up {
  font-size: 0.95rem;
}

/* (advarious) */
.ads-filter-btn {
  border: none;
  font-size: 0.9rem;
  transition: background-color 0.2s;
}

.advarious-page .ads-filter-btn {
  background-color: #8fbb6c;
}

.ads-filter-btn:hover {
  background-color: #7ab52d;
}

.ad-card-horizontal {
  min-height: 190px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ad-card-horizontal:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.ad-title {
  font-size: 1rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ad-desc {
  font-size: 0.8rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.x-small {
  font-size: 0.75rem;
}

.banner-wide {
  height: 100px;
}

.form-control,
.form-select {
  font-size: 0.9rem;
  box-shadow: none;
  border-color: #dee2e6;
      
}

.search-input {
    background: #F2F2F2;
}

.form-select {
  padding: 0.65rem 0.75rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--blue);
}

/* single ads */
.ad-page {
  padding: 20px 0;
  color: var(--text-main);
  font-size: 13px;
  line-height: 1.9;
}

.ad-page *,
.ad-page *::before,
.ad-page *::after {
  box-sizing: border-box;
}

.ad-page a {
  color: var(--blue);
  text-decoration: none;
}

.ad-page a:hover {
  text-decoration: underline;
}

.ad-page .page-wrapper {
  max-width: 1200px;
}

.breadcrumb-bar {
  background: #f7f7f7cc;
  border-radius: 3px;
  border: 1px solid #f5f5f5;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-bar span {
  font-size: 13px;
  font-weight: 400;
  color: #5e6061;
}

.breadcrumb-bar span:not(:last-child) {
  margin-inline-end: 10px;
}

.breadcrumb-bar i {
  color: var(--text-muted);
  font-size: 14px;
}

.ad-page .top-banner {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid var(--border);
  padding: 8px 10px;
  margin-bottom: 15px;
}

.ad-page .top-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.ad-page .top-banner-inner img {
  width: 100%;
  border-radius: 4px;
  padding: 2px;
  background: #ffffff;
  border: 1px solid var(--border);
}

.ad-page .sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ad-page .sidebar .ad-title {
  font-size: 12px;
  font-weight: 700;
}

.ad-page .sidebar .ad-text {
  font-size: 10px;
  font-weight: 400;
}

.ad-page .sidebar-section-title {
  background: #f9f9f9;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  padding: 8px 10px;
  text-align: start;
  font-weight: 500;
  font-size: 17px;
  color: #333333;
}

.ad-page .sidebar-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 3px;
  overflow: hidden;
}

.ad-page .sidebar-card img {
  display: block;
  width: 100%;
  height: auto;
}

.ad-page .sidebar-card-body {
  padding: 10px 12px;
}

.ad-page .sidebar-card-body h4 {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: bold;
}

.ad-page .sidebar-card-body p {
  margin: 0;
  font-size: 12px;
  color: var(--text-muted);
}

.ad-page .sidebar-card-footer {
  padding: 8px 10px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.ad-page .sidebar-price {
  font-weight: bold;
}

.ad-page .sidebar-location {
  border-radius: 20px;
  border: 1px solid var(--border);
  padding: 2px 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ad-page .ad-title-bar {
  background: #f7f7f7cc;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  padding: 8px 10px;
  text-align: start;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}

.ad-page .ad-image-wrapper {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 10px;
}

.ad-page .ad-swiper {
  width: 100%;
}

.ad-page .ad-swiper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

.ad-page .ad-swiper .swiper-pagination {
  position: static;
  margin-top: 8px;
  text-align: center;
}

.ad-page .ad-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e0e0e0;
  border: 1px solid #bdbdbd;
  opacity: 1;
  margin: 0 3px;
}

.ad-banner {
  margin-top: 25px;
}

.ad-page .ad-swiper .swiper-pagination-bullet-active {
  background: #757575;
  border-color: #757575;
}

.ad-page .ad-details-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 3px;
  border-top: none;
  margin-top: 24px;
  margin-bottom: 15px;
}

.ad-page .details-bar {
  background: #f7f7f7cc;
  border-bottom: 1px solid var(--border);
  padding: 7px 12px;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
}

.ad-page .details-body {
  padding: 15px 18px;
  font-size: 13px;
  text-align: justify;
}

.ad-page .share-row {
  margin: 15px 0 8px;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}

.ad-page .btn {
  border: none;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.ad-page .btn i {
  font-size: 13px;
}

.ad-page .btn-share-main {
  background: #3b5998;
  color: #ffffff;
}

.ad-page .btn-share-gplus {
  background: #dd4b39;
  color: #ffffff;
}

.ad-page .btn-share-twitter {
  background: #1da1f2;
  color: #ffffff;
}

.ad-page .btn-share-whatsapp {
  background: #25d366;
  color: #ffffff;
}

.ad-page .meta-card {
  margin-top: 15px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 3px;
}

.ad-page .meta-header {
  background: #f7f7f7cc;
  border-bottom: 1px solid var(--border);
  padding: 6px 12px;
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}

.ad-page .meta-header span:first-child {
  font-weight: bold;
}

.ad-page .meta-body {
  padding: 10px 15px 5px;
  font-size: 13px;
}

/* .ad-page .meta-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4px;
  gap: 15px;
} */

.ad-page .meta-label {
  color: #333333;
  margin-left: 3px;
}

.ad-page .meta-value {
  font-size: 13px;
  font-weight: 400;
}

.ad-page .meta-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  padding: 10px 15px 15px;
}

.ad-page .btn-block {
  width: 100%;
  justify-content: center;
  font-size: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.ad-page .btn-message {
  background: var(--blue);
  color: #ffffff;
}

.ad-page .btn-notactive {
  background: var(--green);
  color: #ffffff;
}

.ad-page .btn-report {
  background: #f44336;
  color: #ffffff;
}

.ad-page .btn-fav {
  background: var(--orange);
  color: #ffffff;
}

.ad-page .comments-card {
  margin-top: 20px;
  border: 1px solid var(--green);
  border-radius: 3px;
  background: #ffffff;
}

.ad-page .comments-header {
  display: flex;
  padding: 7px 12px;
  background: #f7f7f7cc;
  border-bottom: 1px solid var(--border);
  align-items: center;
  font-size: 13px;
  font-weight: bold;
}

.ad-page .comments-header i {
  color: var(--text-muted);
}

.ad-page .comments-body {
  padding: 12px 15px 15px;
  border-bottom: 1px solid #d8e3cc;
}

.ad-page .comments-body label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
}

.ad-page .comments-body textarea {
  width: 100%;
  min-height: 150px;
  border-radius: 2px;
  border: 1px solid var(--border);
  padding: 8px;
  resize: vertical;
  font-family: inherit;
  font-size: 13px;
  background: #fcfcfc;
}

.ad-page .comment-footer-note {
  margin-top: 5px;
  font-size: 11px;
  color: var(--text-muted);
}

.ad-page .btn-comment-submit {
  margin-top: 12px;
  background: var(--green);
  color: #ffffff;
  border: none;
  padding: 8px 30px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
}

.ad-page .comments-list {
  padding: 8px 10px 10px;
}

.ad-page .comment-item {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ad-page .comment-time {
  padding: 10px 12px;
  font-size: 11px;
  color: var(--text-muted);
  white-space: nowrap;
  border-left: 1px solid #e3e3e3;
  min-width: 90px;
}

.ad-page .comment-main {
  flex: 1;
  padding: 8px 12px;
}

.ad-page .comment-text {
  flex: 1;
  font-size: 13px;
  color: var(--text-main);
}

.ad-page .comment-text i {
  margin-right: 4px;
  color: var(--text-muted);
}

.ad-page .comment-author {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ad-page .comment-author-name {
  color: var(--blue);
  font-weight: bold;
  font-size: 13px;
}

.ad-page .comment-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-inline-end: 16px;
}

.ad-page .rating-card {
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid var(--green);
  border-radius: 3px;
  background: #ffffff;
}

.ad-page .rating-header {
  padding: 7px 12px;
  background: #f7f7f7cc;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: bold;
}

.ad-page .btn-add-rating {
  background: var(--green);
  color: #ffffff;
  border: none;
  padding: 6px 14px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
}

.ad-page .rating-body {
  padding: 10px 15px 12px;
  font-size: 13px;
}

.ad-page .rating-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ad-page .rating-stars {
  color: #ffc107;
  margin-bottom: 3px;
}

.ad-page .rating-author {
  font-weight: bold;
  margin-bottom: 3px;
}

.ad-page .rating-comment {
  font-size: 12px;
}

.filter_tit {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  flex: 1;
}

@media (max-width: 575px) {
  .ad-page .share-row {
    flex-wrap: wrap;
  }
  .ad-page .share-row .btn {
    flex: 1 1 auto;
  }
}

/* single message page */
.s3-user-msg {
  direction: rtl;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
}

.s3-user-msg__input[readonly] {
  cursor: default;
  background: #f1f1f1;
}
.s3-user-msg__input[readonly]:focus {
  outline: 0;
  box-shadow: none;
}

.no-caret {
  caret-color: transparent;
  pointer-events: none;
  user-select: none;
}

.s3-user-msg__head {
  height: 38px;
  background: #f1f1f1;
  border-bottom: 1px solid var(--border);
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.s3-user-msg__ico {
  color: var(--green);
  font-size: 18px;
  line-height: 1;
}
.s3-user-msg__title {
  color: var(--green);
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s3-user-msg__body {
  padding: 30px 14px 16px;
}
.s3-user-msg__row {
  margin-bottom: 14px;
}
.s3-user-msg__label-col {
  padding-inline-end: 12px;
  display: flex;
  justify-content: flex-end;
}
.s3-user-msg__label {
  color: var(--text-main);
  font-size: 17px;
  line-height: 34px;
  margin: 0;
  white-space: nowrap;
}
.s3-user-msg__input {
  height: 40px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background: #f2f2f2;
  font-size: 13px;
  color: var(--text-main);
  padding: 6px 10px;
  box-shadow: none;
}
.s3-user-msg__input:focus {
  border-color: #cfcfcf;
  box-shadow: none;
}
.s3-user-msg__textarea {
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background: #fff;
  font-size: 13px;
  color: var(--text-main);
  padding: 10px 10px;
  height: 210px;
  box-shadow: none;
}
.s3-user-msg__textarea:focus {
  border-color: #cfcfcf;
  box-shadow: none;
}
.s3-user-msg__actions {
  padding-top: 2px;
}
.s3-user-msg__btn {
  height: 34px;
  padding: 0 18px;
  border-radius: 3px;
  background: var(--green);
  border: 1px solid var(--green);
  color: #fff;
  font-size: 13px;
  line-height: 34px;
}
.s3-user-msg__btn:hover,
.s3-user-msg__btn:focus {
  background: var(--green-dark);
  border-color: var(--green-dark);
  color: #fff;
  box-shadow: none;
}

textarea {
  resize: none;
}

@media (max-width: 767.98px) {
  .s3-user-msg__title {
    white-space: normal;
    line-height: 1.3;
  }
  .s3-user-msg__label {
    line-height: 1.2;
    padding: 6px 0;
  }
  .s3-user-msg__label-col {
    justify-content: flex-start;
    padding-inline-end: 0;
    margin-bottom: 6px;
  }
  .s3-user-msg__row {
    margin-bottom: 12px;
  }
}

/*  single ad add page  */
.s3-add-ad {
  direction: rtl;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 3px;
  overflow: hidden;
  font-family: inherit;
}

.s3-add-ad__top {
  height: 46px;
  background: #f1f1f1;
  padding: 0 14px;
  border-bottom: 1px solid var(--border);
}

.s3-add-ad__top-title {
  color: var(--green);
  font-size: 17px;
  font-weight: 500;
}

.s3-add-ad__top-ico {
  color: var(--green);
  font-size: 14px;
}

.s3-add-ad__top-spacer {
  width: 14px;
}

.s3-add-ad__wrap {
  padding: 18px 22px 26px;
}

.s3-add-ad__ayah {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  margin-bottom: 18px;
}

.s3-add-ad__rules-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.s3-add-ad__list {
  list-style: disc;
  padding: 0 22px 0 0;
  margin: 0 0 14px 0;
  color: #000;
  font-size: 14px;
  line-height: 2.05;
}

.s3-add-ad__hl {
  color: var(--green);
  font-weight: 700;
}

.s3-add-ad__agree {
  justify-content: flex-start;
  margin-top: 6px;
  margin-bottom: 22px;
}

.s3-add-ad__check {
  border: 1px solid #333;
  box-shadow: none !important;
}

.s3-add-ad__check:checked {
  background-color: var(--green);
  border-color: var(--green);
}

.s3-add-ad__check-label {
  color: var(--text-main);
  font-size: 14px;
}

.s3-add-ad__cats {
  padding-top: 10px;
}

.s3-add-ad__cats-title {
  text-align: start;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  margin: 18px 0 48px;
}

.s3-add-ad__cat-btn {
  height: 44px;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  background: #d3d3d3;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 140px;
}

.btn-check:checked + .s3-add-ad__cat-btn {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.s3-add-ad__wrap .btn-check + .btn:hover {
  color: #fff;
  background-color: var(--green-dark);
}

.s3-add-ad__cat-btn:hover {
  filter: brightness(0.98);
  color: #fff;
}

.s3-add-ad__next {
  margin-top: 60px;
}

.s3-add-ad__submit {
  height: 44px;
  padding: 0 28px;
  border-radius: 3px;
  background: var(--green);
  border: 1px solid var(--green);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.s3-add-ad__submit:disabled {
  background: #cfcfcf;
  border-color: #cfcfcf;
  color: #fff;
  opacity: 1;
}

/*  add ad form */
.ad-page-wrapper {
  margin: 32px 0 auto;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
}

.ad-header-bar {
  background-color: #f3f3f3;
  padding: 10px 18px;
  font-size: 17px;
  color: #4b8b41;
  text-align: start;
}

.ad-form-inner {
  padding: 18px;
}

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.form-row-block {
  display: block;
  margin-bottom: 15px;
}

.field-label {
  width: 130px;
  padding-right: 18px;
  font-size: 13px;
  color: #555555;
  white-space: nowrap;
}

.field-label span.required {
  color: #ff0000;
  margin-inline-end: 4px;
}

.field-control {
  flex: 1;
}

.extra-images-preview {
  background-color: #ffffff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.extra-thumb-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.extra-thumb {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.extra-remove-btn {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: none;
  background-color: #d9534f;
  color: #ffffff;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

input[type="text"],
input[type="number"],
select {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 6px 10px;
  font-size: 12px;
  outline: none;
  border-radius: 0;
  background-color: #ffffff;
}

input[name="phone"] {
  direction: ltr;
  text-align: end;
}

input[type="text"]:focus,
input[type="number"]:focus,
select:focus {
  border-color: #4b8b41;
  box-shadow: 0 0 0 1px rgba(75, 139, 65, 0.08);
}

/* editor */
.editor-wrapper {
  border: 1px solid #dddddd;
  background-color: #f7f7f7;
}

.editor-toolbar {
  background-color: #ececec;
  padding: 6px 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

.editor-group {
  display: flex;
  flex-direction: row-reverse;
}

.editor-group + .editor-group {
  margin-inline-end: 8px;
  padding-inline-end: 8px;
  border-inline-end: 1px solid #d7d7d7;
}

.editor-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 26px;
  margin-right: 3px;
  border: none;
  border-radius: 4px;
  background-color: #4b8b41;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.1s ease,
    box-shadow 0.1s ease;
}

.editor-btn.is-active {
  background-color: #3e7336;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
  transform: translateY(1px);
}

.editor-content {
  background-color: #ffffff;
  min-height: 200px;
  padding: 8px 10px;
  overflow-y: auto;
  font-size: 13px;
  line-height: 1.6;
}

.editor-content:focus {
  outline: none;
}

.editor-label {
  font-size: 12px;
  color: #777777;
  padding-top: 5px;
  text-align: right;
}

/* radios */
.radio-inline {
  display: inline-flex;
  align-items: center;
  margin-left: 18px;
  font-size: 12px;
  color: #555555;
}

.radio-inline input {
  margin-left: 4px;
}

/* main image */
.main-image-box {
  border: 1px solid #e2e2e2;
  padding: 16px 18px 14px;
  background-color: #fafafa;
  text-align: start;
}

.main-image-header {
  font-size: 15px;
  color: #000000;
  margin-bottom: 4px;
}

.main-image-note {
  font-size: 12px;
  color: #e53935;
  margin-bottom: 16px;
}

.main-image-content {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}

.main-image-preview-box {
  width: 170px;
  height: 130px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.main-image-placeholder {
  text-align: center;
  color: #b3b3b3;
  font-size: 12px;
}

.main-image-placeholder i {
  display: block;
  font-size: 30px;
  margin-bottom: 6px;
}

.main-image-preview {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.main-upload-btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 3px;
  background-color: #4b8b41;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
}

.main-upload-btn:hover {
  background-color: #3e7336;
}

.image-upload-link {
  font-size: 12px;
  color: #e53935;
}

.image-upload-link a {
  color: #e53935;
  text-decoration: none;
}

.image-upload-link a:hover {
  text-decoration: underline;
}

/* extra images */
.extra-images-label {
  font-size: 12px;
  color: #555555;
  margin-bottom: 4px;
}

.extra-images-box {
  border: 1px solid #e2e2e2;
  background-color: #fafafa;
  min-height: 85px;
  display: flex;
  align-items: stretch;
}

.extra-images-col {
  flex: 1;
  border-left: 1px solid #e2e2e2;
}

.extra-images-col:last-child {
  border-left: none;
}

.extra-images-preview {
  background-color: #ffffff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.extra-thumb {
  width: 70px;
  height: 70px;
  border: 1px solid #dddddd;
  object-fit: cover;
}

.extra-images-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 10px;
}

.btn-add-image {
  padding: 6px 22px;
  background-color: #4b8b41;
  color: #ffffff;
  border: none;
  font-size: 12px;
  cursor: pointer;
}

.btn-add-image:hover {
  background-color: #3e7336;
}

.btn {
  padding: 10px 18px !important;
  border-radius: 4px !important;
}

/* footer */
.form-footer {
  padding-top: 12px;
  text-align: left;
}

.btn-save {
  padding: 6px 26px;
  background-color: #4b8b41;
  color: #ffffff;
  border: none;
  font-size: 12px;
  cursor: pointer;
}

.btn-save:hover {
  background-color: #3e7336;
}

@media (max-width: 640px) {
  .field-label {
    width: 110px;
    padding-right: 10px;
  }
}

/* success alert */

/* breadcrumb */
.breadcrumb-bar {
  font-size: 13px;
  color: #777777;
  margin-bottom: 10px;
  text-align: right;
}

.breadcrumb-bar i {
  margin-left: 4px;
  color: #999999;
}

/* alert */
.alert {
  border-radius: 0;
  padding: 8px 12px;
  margin-bottom: 15px;
  position: relative;
  font-size: 13px;
}

.alert-success {
  background-color: #e5f7df;
  border: 1px solid #cbeac0;
  color: #3b7c24;
}

.alert-success .alert-icon {
  margin-left: 6px;
  color: #3b7c24;
}

.alert-close {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 20px;
  color: #9b9b9b;
  cursor: pointer;
  line-height: 1;
}

/* actions bar */
.actions-bar {
  margin-bottom: 18px;
  display: flex;
  justify-content: end;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border-radius: 2px;
  border: none;
  font-size: 13px;
  cursor: pointer;
  color: #ffffff;
  margin-left: 8px;
}

.btn i {
  margin-left: 4px;
  font-size: 13px;
}

.btn-primary {
  background-color: var(--blue);
}

.btn-primary:hover {
  background-color: #0c76b7;
}

.btn-danger {
  background-color: #ff0000;
}

.btn-danger:hover {
  background-color: #c23f3b;
}

.btn-success {
  background-color: #5cb85c;
}

.btn-success:hover {
  background-color: #4d9d4d;
}

.btn-purple {
  background-color: #6f42c1;
}

.btn-purple:hover {
  background-color: #5a33a2;
}

/* panel */
.panel {
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

.panel-heading {
  background-color: #f3f3f3;
  padding: 10px 14px;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-heading-title {
  display: flex;
  align-items: center;
  gap: 6px;
}

.panel-heading-title i {
  color: #6f6f6f;
}

.panel-body {
  padding: 15px;
  background-color: #f9f9f9;
}

.panel-footer {
  padding: 8px 14px;
  font-size: 12px;
  color: #777777;
  border-top: 1px solid #dddddd;
  background-color: #fdfdfd;
  text-align: end;
}

/* ad row */
.ad-row {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 10px 14px;
}

.ad-row + .ad-row {
  margin-top: 10px;
}

.ad-row-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ad-row-actions {
  display: flex;
  gap: 6px;
}

.ad-row-right {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-start;
  gap: 10px;
}

.panel-body .ad-title {
  font-size: 14px;
  color: var(--blue);
  text-decoration: none;
  margin-bottom: 0;
}

.ad-title:hover {
  text-decoration: underline;
}

.ad-checkbox {
  margin: 0;
  width: 16px;
  height: 16px;
}

@media (max-width: 640px) {
  .ad-row {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
  }

  .ad-row-right {
    justify-content: flex-start;
  }
}

/* sign in page */
.sh-login-page {
  padding: 32px 0;
}

.sh-login-page * {
  box-sizing: border-box;
}

.sh-login-page .sh-wrap {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 16px;
}

.sh-login-page .sh-panel {
  margin-top: 16px;
  background: #f7f7f7;
  border: 1px solid #ededed;
  padding: 32px;
}

.sh-login-page .sh-title {
  font-size: 17px;
  font-weight: 500;
  margin: 8px 0 6px;
  color: #333;
}

.sh-login-page .sh-subtitle {
  font-size: 13px;
  color: #000;
  margin: 0 0 18px;
  line-height: 24px;
  font-weight: 400;
}

.sh-login-page .sh-field {
  margin: 0 0 14px;
}

.sh-login-page .sh-label {
  display: block;
  font-size: 13px;
  color: #2d2f30;
  margin: 0 0 8px;
  font-weight: 400;
}

.sh-login-page .sh-input {
  width: 100%;
  height: 36px;
  border: 1px solid #cfcfcf;
  background: #fff;
  padding: 8px 12px;
  font-size: 13px;
  outline: none;
  border-radius: 3px;
}

.sh-login-page .sh-input:focus {
  border-color: #9bbf9b;
  box-shadow: 0 0 0 2px rgba(91, 145, 91, 0.08);
}

.sh-login-page .sh-actions {
  text-align: center;
  margin-top: 18px;
}

.sh-login-page .sh-btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  padding: 9px 18px;
  color: #fff;
  background: #5b915b;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
}

.sh-login-page .sh-btn:hover {
  background: #4e8050;
}

.sh-login-page .sh-links {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sh-login-page .sh-btn--light {
  background: #77a861;
  padding: 9px 14px;
  font-size: 13px;
}

.sh-login-page .sh-btn--light:hover {
  background: #669a54;
}

@media (max-width: 520px) {
  .sh-login-page .sh-panel {
    padding: 22px 12px;
  }
  .sh-login-page .sh-title {
    font-size: 20px;
  }
  .sh-login-page .sh-form {
    padding: 0 2px;
  }
}

/* forget pass */

.sh-forgot-page * {
  box-sizing: border-box;
}

.sh-forgot-page .sh-forgot-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.sh-forgot-page .sh-forgot-panel {
  background: #ffffff;
  padding: 24px 0 18px;
}

.sh-forgot-page .sh-forgot-title {
  font-size: 20px;
  font-weight: 500;
  color: #2d2f30;
  margin: 4px 0 8px;
}

.sh-forgot-page .sh-forgot-subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #2d2f30;
  line-height: 22px;
  margin: 0 0 18px;
}

.sh-forgot-page .sh-forgot-form {
  max-width: 1120px;
  margin: 0 auto;
}

.sh-forgot-page .sh-forgot-toplabel {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  color: #5e6061;
  margin: 0 0 24px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
}

.sh-forgot-page .sh-forgot-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-direction: row;
  margin-inline-start: 70px;
}

.sh-forgot-page .sh-forgot-req {
  text-align: right;
  font-size: 13px;
  color: #2d2f30;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  white-space: nowrap;
}

.sh-forgot-page .sh-forgot-req-star {
  color: #e53935;
  font-weight: 600;
}

.sh-forgot-page .sh-forgot-field {
  flex: 1;
}

.sh-forgot-page .sh-forgot-input {
  width: 100%;
  height: 38px;
  border: 1px solid #cfcfcf;
  background: #fff;
  padding: 8px 12px;
  font-size: 13px;
  outline: none;
  border-radius: 3px;
  text-align: right;
}

.sh-forgot-page .sh-forgot-input:focus {
  border-color: #9bbf9b;
  box-shadow: 0 0 0 2px rgba(91, 145, 91, 0.08);
}

.sh-forgot-page .sh-forgot-actions {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sh-forgot-page .sh-forgot-btn {
  background: #5b915b;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 9px 18px;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 36px;
}

.sh-forgot-page .sh-forgot-btn:hover {
  background: #4e8050;
}

@media (max-width: 820px) {
  .sh-forgot-page .sh-forgot-row {
    flex-direction: column;
    align-items: stretch;
  }
}

/* register  */
.sh-register-page {
  padding: 24px 0 32px;
}
.sh-register-page .sh-register-wrap {
  max-width: 870px;
  margin: 0 auto;
  padding: 0 16px;
}

.sh-register-page .sh-register-panel {
  background: #f7f7f7;
  border: 1px solid #ededed;
  padding: 32px;
}

.sh-register-page .sh-register-title {
  font-size: 18px;
  font-weight: 500;
  color: #2d2f30;
  margin: 6px 0 8px;
}

.sh-register-page .sh-register-subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #2d2f30;
  margin: 0 0 12px;
}

.sh-register-page .sh-register-rules-title {
  font-size: 13px;
  font-weight: 400;
  color: #2d2f30;
  margin: 10px 0 10px;
}

.sh-register-page .sh-register-rules {
  margin: 0 auto 25px;
  padding: 0;
  list-style: none;
  text-align: right;
  font-size: 13px;
  color: #2d2f30;
  line-height: 22px;
}

.sh-register-page .sh-register-rules li {
  position: relative;
  padding-right: 18px;
  margin: 0 0 6px;
  font-weight: 600;
  font-size: 13px;
}

.sh-register-page .sh-register-rules li::before {
  content: "•";
  position: absolute;
  right: 0;
  top: 0;
  color: #2d2f30;
  font-size: 16px;
  line-height: 22px;
}

.sh-register-page .sh-register-accept {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  cursor: pointer;
  user-select: none;
}

.sh-register-page .sh-register-check {
  width: 16px;
  height: 16px;
  margin: 0;
}

.sh-register-page .sh-register-accept-text {
  font-size: 13px;
  color: #2d2f30;
  font-weight: 400;
}

.sh-register-page .sh-register-actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;
}

.sh-register-page .sh-register-btn {
  min-width: 72px;
  height: 34px;
  padding: 0 16px;
  border: none;
  border-radius: 4px;
  background: #cfcfcf;
  color: #ffffff;
  font-size: 13px;
  cursor: not-allowed;
}

.sh-register-page .sh-register-btn.is-enabled {
  background: #5b915b;
  cursor: pointer;
}

.sh-register-page .sh-register-btn.is-enabled:hover {
  background: #4e8050;
}

/* create account */
.sh-regform-page {
  direction: rtl;
  background: #ffffff;
  padding: 10px 0 26px;
}

.sh-regform-page * {
  box-sizing: border-box;
}

.sh-regform-page .sh-regform-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 18px;
}

.sh-regform-page .sh-regform-head {
  text-align: right;
  margin: 10px 0 25px;
}

.sh-regform-page .sh-regform-head-title {
  font-size: 18px;
  font-weight: 600;
  color: #2d2f30;
  margin: 0 0 3px;
}

.sh-regform-page .sh-regform-head-sub {
  font-size: 13px;
  font-weight: 400;
  color: #2d2f30;
  line-height: 22px;
  margin: 0 0 12px;
}

.sh-regform-page .sh-regform-section:not(:last-child) {
  margin-bottom: 40px;
}

.sh-regform-page .sh-regform-section-title {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  color: #5e6061;
  padding: 0 0 8px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 17px;
}

.sh-regform-page .sh-regform-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 12px;
}

.sh-regform-page .sh-regform-req {
  min-width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  text-align: right;
  white-space: nowrap;
  color: #2d2f30;
  font-size: 13px;
}

.sh-regform-page .sh-regform-star {
  color: #e53935;
  font-weight: 700;
}

.sh-regform-page .sh-regform-req-text {
  color: #2d2f30;
}
.sh-regform-page .sh-regform-req-text-red {
  color: #e53935;
}

.sh-regform-page .sh-regform-field {
  flex: 1;
  min-width: 0;
}

.sh-regform-page .sh-regform-input {
  width: 100%;
  height: 38px;
  border: 1px solid #cfcfcf;
  background: #fff;
  padding: 8px 12px;
  font-size: 13px;
  outline: none;
  border-radius: 3px;
  text-align: right;
}

.sh-regform-page .sh-regform-input:focus {
  border-color: #9bbf9b;
  box-shadow: 0 0 0 2px rgba(91, 145, 91, 0.08);
}

.sh-regform-page .sh-regform-note-eg {
  font-weight: 700;
}

.sh-regform-page .sh-regform-row-captcha .sh-regform-req {
  align-items: flex-start;
}

.sh-regform-page .sh-regform-req-captcha {
  white-space: normal;
  line-height: 18px;
}

.sh-regform-page .sh-regform-captcha-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sh-regform-page .sh-regform-captcha-box {
  width: 150px;
  height: 44px;
  border: 1px solid #cfcfcf;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.sh-regform-page .sh-regform-captcha-img {
  width: 140px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.sh-regform-page .sh-regform-input-captcha {
  height: 48px;
}

.sh-regform-page .sh-regform-actions {
  margin-top: 18px;
  display: flex;
  justify-content: flex-start;
}

.sh-regform-page .sh-regform-btn {
  min-width: 70px;
  height: 36px;
  padding: 0 18px;
  border: none;
  border-radius: 4px;
  background: #5b915b;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.sh-regform-page .sh-regform-btn:hover {
  background: #4e8050;
}

@media (max-width: 900px) {
  .sh-regform-page .sh-regform-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .sh-regform-page .sh-regform-req {
    width: auto;
  }
  .sh-regform-page .sh-regform-captcha-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  .sh-regform-page .sh-regform-captcha-box {
    width: 100%;
  }
  .sh-regform-page .sh-regform-actions {
    justify-content: stretch;
  }
  .sh-regform-page .sh-regform-btn {
    width: 100%;
  }
}

.hold-create-info {
  margin-inline-start: 70px;
}

.sh-vendors {
  padding: 10px 0 24px;
  background: #ffffff;
}

.sh-vendors * {
  box-sizing: border-box;
}

.sh-vendors .sh-vendors__card {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.sh-vendors .sh-vendors__media {
  height: 180px;
  background: #fff;
  padding: 10px 10px 0;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sh-vendors .sh-vendors__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sh-vendors .sh-vendors__body {
  background: #f6f6f6;
  padding: 16px;
  min-height: 120px;
}

.sh-vendors .sh-vendors__title {
  margin: 2px 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: #1f2430;
}

.sh-vendors .sh-vendors__sub {
  font-size: 13px;
  color: #666666;
  font-weight: 700;
  margin: 0 0 16px;
}

.sh-vendors .sh-vendors__text {
  margin: 0 auto;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
}

.sh-vendors .sh-vendors__btn {
  height: 48px;
  background: #6b9b6f;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.sh-vendors .sh-vendors__btn:hover {
  background: #5b915b;
}

/* single vendor */
.sh-vendor-single {
  direction: rtl;
  font-family: "Cairo", system-ui, -apple-system, "Segoe UI", sans-serif;
  padding: 18px 0 28px;
  background: #ffffff;
}

.sh-vendor-single * {
  box-sizing: border-box;
}

.sh-vendor-single .sh-vendor-single__panel {
  background: #f6f6f6;
  border: 1px solid #efefef;
  padding: 26px 0;
}

.sh-vendor-single .sh-vendor-single__card {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 0 18px;
}

.sh-vendor-single .sh-vendor-single__media {
  width: 240px;
  max-width: 100%;
  margin: 0 auto 12px;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #efefef;
}

.sh-vendor-single .sh-vendor-single__img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  display: block;
}

.sh-vendor-single .sh-vendor-single__title {
  margin: 6px 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2430;
}

.sh-vendor-single .sh-vendor-single__text {
  margin: 0 auto;
  max-width: 520px;
  font-size: 13px;
  line-height: 22px;
  color: #6b6f78;
}

.sh-vendor-single .sh-vendor-single__actions {
  margin-top: 14px;
}

.sh-vendor-single .sh-vendor-single__btn {
  height: 34px;
  padding: 0 18px;
  background: #6b9b6f;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
}

.sh-vendor-single .sh-vendor-single__btn:hover {
  background: #5b915b;
}

.sh-contact-page .sh-contact-head {
  text-align: right;
  margin: 8px 0 10px;
}

.sh-contact-page .sh-contact-head__title {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin: 0 0 2px;
}

.sh-contact-page .sh-contact-head__sub {
  font-size: 14px;
  font-weight: 700;
  color: #2f7a2f;
  margin: 0;
}

.sh-contact-page .sh-contact-box {
  background: #f6f6f6;
  border: 1px solid #ededed;
  padding: 16px 18px;
  margin: 0 0 14px;
}

.sh-contact-page .sh-contact-item {
  text-align: center;
  padding: 6px 8px;
}

.sh-contact-page .sh-contact-item__title {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin: 0 0 6px;
}

.sh-contact-page .sh-contact-item__text {
  font-size: 13px;
  color: #7a7a7a;
  margin: 0;
  line-height: 22px;
}

.sh-contact-page .sh-contact-item__line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sh-contact-page .sh-contact-wa {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.sh-contact-page .sh-contact-item__value {
  font-size: 13px;
  color: #9a9a9a;
  direction: ltr;
  unicode-bidi: plaintext;
}

.sh-contact-page .sh-contact-item--right {
  text-align: right;
}

.sh-contact-page .sh-contact-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Responsive */
@media (max-width: 992px) {
  .hero-slide {
    min-height: 300px;
  }

  .hero-slide-text h2 {
    font-size: 28px;
  }

  .hero-slide-text p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .nav-browse-btn {
    font-size: 13px;
    padding-inline: 10px;
  }

  .ads-filter-box {
    padding: 12px;
  }

  .ad-image-col {
    min-height: 200px;
  }
}

@media (max-width: 576px) {
  .hero-swiper-button {
    width: 34px;
    height: 34px;
  }

  .hero-slide {
    min-height: 240px;
  }

  .hero-slide-text h2 {
    font-size: 22px;
  }

  .hero-slide-text p {
    font-size: 16px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
