.faq-item {
  border-radius: 8px;
  background: #fff;
  padding: 28px 40px;
  border: #e5e5e5;
}

.faq-item:not(:last-child) {
  margin-bottom: 20px;
}

.section-bg {
  background: #f0f5fc;
}

@media screen and (max-width: 575px) {
  .faq-item {
    padding: 15px 25px 15px 15px;
  }
}

.faq-item .faq-title {
  border: none;
  position: relative;
  cursor: pointer;
  margin: 0;
}

.faq-item .faq-title .title {
  border: none;
  margin: 0;
  width: calc(100% - 10px);
  text-transform: capitalize;
}

.faq-item .faq-title .right-icon {
  position: absolute;
  right: -20px;
  width: 40px;
  height: 22px;
  top: 0;
}

.faq-item .faq-title .right-icon::after,
.faq-item .faq-title .right-icon::before {
  position: absolute;
  content: "";
  background: #555555;
  top: 50%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-item .faq-title .right-icon::before {
  width: 2px;
  height: 20px;
}

.faq-item .faq-title .right-icon::after {
  width: 20px;
  height: 2px;
}

.faq-item .faq-content {
  padding: 0;
  padding-top: 30px;
  display: none;
}

.faq-item.open .faq-title .title {
  color: #31c7cb;
}

.faq-item.open .faq-title .right-icon::after,
.faq-item.open .faq-title .right-icon::before {
  background: #31c7cb;
}

.faq-item.open .faq-title .right-icon::before {
  height: 0;
}

.faq-item.active .faq-content {
  display: block;
}

.section-bg .faq-item {
  background: #fff;
}

.image-upload .thumb .profilePicPreview {
  width: 100%;
  height: 310px;
  display: block;
  border: 3px solid #f1f1f1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-size: cover !important;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.image-upload .thumb .profilePicPreview.logoPicPrev {
  background-size: contain !important;
  background-position: center;
}

.image-upload .thumb .profilePicUpload {
  font-size: 0;
  opacity: 0;
}

.image-upload .thumb .avatar-edit label {
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  cursor: pointer;
  padding: 2px 25px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}

.image-upload .thumb .avatar-edit label:hover {
  transform: translateY(-3px);
}

.image-upload .thumb .profilePicPreview .remove-image {
  position: absolute;
  top: -9px;
  right: -9px;
  text-align: center;
  width: 55px;
  height: 55px;
  font-size: 24px;
  border-radius: 50%;
  background-color: #df1c1c;
  color: #fff;
  display: none;
}

.image-upload .thumb .profilePicPreview.has-image .remove-image {
  display: block;
}

.bg--sec {
  background-color: #002046 !important;
  color: #fff !important;
}

.mb-30-none {
  margin-bottom: -30px;
}

.plan {
  border-radius: 5px;
  margin: 0 15px 30px;
  width: 100%;
  max-width: 280px;
}

.plan-inner {
  background: #fff;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
}

.entry-title {
  background: #43ced2;
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 5px 5px 27px 27px;
}

.entry-title > h3 {
  font-size: 20px;
  color: #fff;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.entry-title .price {
  position: absolute;
  bottom: -25px;
  background: #43ced2;
  height: 95px;
  width: 95px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 5px solid #ffffffb0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-break: break-all;
  line-height: 1;
}

.price span {
  position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400;
}

.entry-content {
  color: #323232;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.entry-content li:last-child {
  border: none;
}

.btn a {
  background: #43ced2;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
  text-decoration: none;
}

.hot {
  position: absolute;
  top: -7px;
  background: #f80;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  padding: 2px 5px;
  font-size: 9px;
  border-radius: 2px;
  right: 10px;
  font-weight: 700;
}

.paymentPrev {
  width: 25rem;
}

/*image upload */
.product-image-upload-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.4375rem;
}

.single-upload {
  padding: 0.4375rem;
  width: calc(100% / 6);
}

@media (max-width: 1199px) {
  .single-upload {
    width: calc(100% / 5);
  }
}

@media (max-width: 520px) {
  .single-upload {
    width: calc(100% / 3);
  }
}

@media (max-width: 420px) {
  .single-upload {
    width: calc(100% / 2);
  }
}

@media (max-width: 340px) {
  .single-upload {
    width: calc(100% / 2);
  }
}

.form-input {
  width: 100px;
  background: #fff;
}

.form-input input {
  display: none;
}

.form-input label {
  display: block;
  width: 100px;
  height: auto;
  max-height: 100px;
  background: #dadada;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .form-input label {
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    max-height: 70px;
  }
}

.form-input img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

@media (max-width: 767px) {
  .form-input img {
    width: 70px;
    height: 70px;
  }
}

.imgRemove {
  position: relative;
  bottom: 114px;
  left: 68%;
  background-color: transparent;
  border: none;
  outline: none;
}

.imgRemove::after {
  content: " \21BA";
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.5rem;
}

.form-check-primary
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border-color: #7367f0;
  background-color: #7367f0;
}

.pagination {
  margin: -3px !important;
  margin-top: 15px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .page-item {
  text-align: center;
  padding: 3px !important;
  margin: 0 !important;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 35px !important;
  height: 35px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #43cdd2;
  color: #fcf6f5ff;
  padding: 0;
  line-height: 35px !important;
  padding: 0 !important;
  display: block;
  margin: 0 !important;
  border: 1px solid rgba(48, 51, 107, 0.2);
}

.pagination .page-item.active span,
.pagination .page-item.active a,
.pagination .page-item:hover span,
.pagination .page-item:hover a {
  background: #fff;
  background: #43cdd2;
  border: 1px solid rgba(48, 51, 107, 0.2);
}

.pagination .page-item.disabled span {
  background: rgba(249, 159, 11, 0.3);
  border: none;
  color: #30336b;
}

.pagination .page-item.active .page-link {
  background: #43cdd238;
}

.maps {
  height: 100%;
  min-height: 300px;
}

.cookie__wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #002046;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10vh;
  font-size: 18px;
  z-index: 99999;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  animation: fadeInUp 2s;
  -webkit-animation: fadeInUp 2s;
}

.cookie__wrapper .txt {
  max-width: 720px;
  margin-right: 20px;
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .cookie__wrapper {
    padding: 20px;
  }

  .cookie__wrapper .txt {
    font-size: 12px;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.py-80 {
  padding: 80px 0;
}

.py-85 {
  padding: 85px 0;
}

.py-90 {
  padding: 90px 0;
}

.py-95 {
  padding: 95px 0;
}

.py-100 {
  padding: 100px 0;
}

.py-105 {
  padding: 105px 0;
}

.py-110 {
  padding: 110px 0;
}

.py-115 {
  padding: 100px 0;
}

.py-120 {
  padding: 115px 0;
}

.py-125 {
  padding: 125px 0;
}

.py-130 {
  padding: 130px 0;
}

.py-135 {
  padding: 135px 0;
}

.py-140 {
  padding: 140px 0;
}

.py-145 {
  padding: 145px 0;
}

.py-150 {
  padding: 150px 0;
}

label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}

/* Language */

.dropdown-lang {
  margin-left: 30px !important;
}

@media (max-width: 1199px) {
  .dropdown-lang {
    margin-left: 0px !important;
  }
}

.dropdown-lang .language-btn .flag {
  width: 20px;
  height: 15px;
  border-radius: 2px;
}

.dropdown-lang .language-btn::after {
  color: hsl(var(--body-color));
}

.dropdown-lang .language-text {
  color: #fff;
  font-size: 16px;
}

.dropdown-lang .language-btn {
  color: #fff;
}

.dropdown-lang .dropdown-menu {
  width: 112px !important;
  border: 1px solid hsl(var(--border));
  border-radius: 8px;
  padding: 10px !important;
  max-height: 370px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 999;
  box-shadow: var(--box-shadow);
  transform: inherit;
  min-width: 130px !important;
  margin-top: 20px;
}

.dropdown-lang .dropdown-menu.show {
  opacity: 1 !important;
  visibility: visible !important;
}

.dropdown-lang .dropdown-menu a {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000 !important;
  transition: 0.3s;
  padding-bottom: 6px;
  border-bottom: 1px solid #f3f3f3;
}

.dropdown-lang .dropdown-menu a:hover {
  color: hsl(var(--base));
}

.dropdown-lang .dropdown-menu li:last-child a {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown-lang .dropdown-menu a .flag {
  width: 20px;
  margin-right: 10px;
  height: 15px;
}

.dropdown-lang .dropdown-menu li:last-child a {
  margin-bottom: 0px;
}

.dropdown-lang .a {
  color: #fff !important;
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 80%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.image--uploader {
  width: 240px;
  border-radius: 10px;
}

.image-upload-wrapper {
  height: 280px;
  position: relative;
}

.image-upload-preview {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.image-upload-input-wrapper {
  position: absolute;
  display: inline-flex;
  bottom: -14px;
  right: -7px;
}

.image-upload-input-wrapper input {
  width: 0;
  opacity: 0;
}

.image-upload-input-wrapper label {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  color: #fff;
}

.card-empty {
  margin: 0 auto;
  text-align: center;
  padding: clamp(2rem, 1.391rem + 1.268vw, 2.5rem)
    clamp(1.5rem, 0.283rem + 2.536vw, 2.5rem);
}

.card-empty img {
  height: 100px;
}

.card-empty .empty-thumb {
  text-align: center;
  margin-bottom: 10px;
}

.gateway-card {
  padding: 15px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
  margin-bottom: 0 !important;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid transparent;
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid transparent;
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding: 0px 5px;
  }
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover + .payment-item__btn {
  border-top-color: #fff;
}

/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05),
    6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px 20px;
  background: transparent !important;
  color: #464646 !important;
  border-radius: 3px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
  transform: translateY(-50%);
}

.selection {
  width: 100%;
}

.select2-selection.select2-selection--single {
  background: #fff;
  padding: 10px 10px !important;
  line-height: 1;
  height: 50px !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 3px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  content: "\f106";
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px !important;
  color: #464646;
  padding-left: 0;
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown {
  background-color: #fff !important;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-radius: 3px !important;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* ===== SuqList card theme polish ===== */
.list-item {
  border: 2.5px solid #1273B8 !important;
  box-shadow: 0 10px 40px rgba(56, 189, 248, 0.45) !important;
  background-color: #eef5fb !important;
  transition: all 0.3s !important;
}

.list-item:hover {
  border-color: #1273B8 !important;
  box-shadow: 0 10px 40px rgba(56, 189, 248, 0.45) !important;
  transform: none !important;
}

.list-item .list-item__wrapper,
.list-item.list--style .list-item__wrapper {
  box-shadow: none !important;
  border: none !important;
}

.list-item:hover .list-item__wrapper {
  box-shadow: none !important;
  transform: none !important;
}

.featured--ticky {
  background: #F47A1F !important;
}

/* ===== SuqList grid / list view toggle ===== */
.ad-view-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.ad-view-count {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
}
.ad-view-toggle {
  display: inline-flex;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  overflow: hidden;
}
.ad-view-toggle .ad-view-btn {
  border: none;
  background: #fff;
  padding: 7px 13px;
  cursor: pointer;
  color: #64748b;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.ad-view-toggle .ad-view-btn.active {
  background: #1273B8;
  color: #fff;
}

/* فاصله‌ی یکنواخت بین کارت‌ها + تمام‌عرض کانتینر */
.ad-view-wrap {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* ---- LIST view: یک کارت در هر ردیف (افقی) ---- */
.ad-view-wrap.is-list .ad-col {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* =================== GRID view =================== */
/* عرض ستون‌ها: دسکتاپ ۳ / تبلت ۲ / موبایل ۱ */
.ad-view-wrap.is-grid .ad-col {
  flex: 0 0 33.3333% !important;
  max-width: 33.3333% !important;
}
@media (max-width: 991px) {
  .ad-view-wrap.is-grid .ad-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 575px) {
  .ad-view-wrap.is-grid .ad-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* بدنه‌ی کارت: ستونی و هم‌ارتفاع */
.ad-view-wrap.is-grid .ad-col .list-item.list--style {
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

/* تصویر: سهم بزرگ‌تر از کارت */
.ad-view-wrap.is-grid .ad-col .list-item.list--style .list-item__thumb {
  width: 100% !important;
  display: block !important;
}
.ad-view-wrap.is-grid .ad-col .list-item.list--style .list-item__thumb a {
  margin: 0 !important;
}
.ad-view-wrap.is-grid .ad-col .list-item.list--style .list-item__thumb img {
  width: 100% !important;
  height: 200px !important;
  min-height: unset !important;
  max-height: unset !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

/* بخش متن: فشرده، چسبیده به بالا */
.ad-view-wrap.is-grid .ad-col .list-item.list--style .list-item__wrapper {
  width: 100% !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  padding: 8px 12px 10px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.ad-view-wrap.is-grid .ad-col .list-item.list--style .list-item__wrapper .list-item__content {
  width: 100% !important;
}

/* دسته‌بندی */
.ad-view-wrap.is-grid .ad-col .list-item.list--style .category {
  display: inline-block !important;
  font-size: 12px !important;
  margin-bottom: 2px !important;
}

/* عنوان: دو خط، بریدن اضافه با ... */
.ad-view-wrap.is-grid .ad-col .list-item.list--style .title {
  font-size: 14px !important;
  line-height: 1.3 !important;
  margin: 0 0 4px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 36px !important;
}

/* متادیتا: هر مورد یک خط فشرده */
.ad-view-wrap.is-grid .ad-col .list-item.list--style .list-item__meta {
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  margin: 0 0 8px !important;
  gap: 1px !important;
}
.ad-view-wrap.is-grid .ad-col .list-item.list--style .list-item__meta li {
  margin: 0 !important;
  font-size: 11.5px !important;
  line-height: 1.45 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.ad-view-wrap.is-grid .ad-col .list-item.list--style .list-item__meta li i {
  margin-right: 5px !important;
}

/* فوتر: قیمت سمت چپ + دکمه سمت راست، هم‌سطح در یک ردیف */
.ad-view-wrap.is-grid .ad-col .list-item.list--style .list-item__footer {
  width: 100% !important;
  margin-top: auto !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-align: left !important;
  gap: 8px !important;
}
.ad-view-wrap.is-grid .ad-col .list-item.list--style .list-item__footer .price {
  width: auto !important;
  font-size: 1.15rem !important;
  margin: 0 !important;
  flex: 0 1 auto !important;
}
/* دکمه: باریک (نه تمام‌عرض)، سبز پیش‌فرض، سمت راست */
.ad-view-wrap.is-grid .ad-col .list-item.list--style .list-item__footer .btn {
  width: auto !important;
  margin-top: 0 !important;
  padding: 6px 14px !important;
  font-size: 12.5px !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
}

/* کارت Featured در گرید: بخش متن سفید + برچسب روی تصویر */
.ad-view-wrap.is-grid .ad-col .list-item-featured {
  background-color: #fff !important;
}
.ad-view-wrap.is-grid .ad-col .list-item-featured .list-item__wrapper {
  background-color: #fff !important;
}
.ad-view-wrap.is-grid .ad-col .list-item-featured .list-item__thumb {
  position: relative !important;
}
.ad-view-wrap.is-grid .ad-col .list-item-featured .list-item__thumb .featured--ticky {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 2 !important;
}

/* ===== Ad details gallery: قاب ثابت، عکس cover (یکدست) ===== */
.main-thumb-slider .main-thumb {
  overflow: hidden !important;
}
.main-thumb-slider .main-thumb img {
  width: 100% !important;
  height: 520px !important;
  object-fit: cover !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .main-thumb-slider .main-thumb img {
    height: 360px !important;
  }
}
/* thumbnailهای پایین: مربعِ یکدست cover */
.ad-details-nav-slider .ad-details-nav-thumb {
  padding: 0 !important;
  overflow: hidden !important;
}
.ad-details-nav-slider .ad-details-nav-thumb img {
  width: 100% !important;
  height: 100px !important;
  max-height: 100px !important;
  object-fit: cover !important;
  border-radius: 5px !important;
}

/* ===== Lightcase: عکس کامل در صفحه، بدون اسکرول و بدون کراپ ===== */
html #lightcase-case {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  max-width: 95vw !important;
  max-height: 90vh !important;
  width: auto !important;
  height: auto !important;
}
html[data-lc-type=image] #lightcase-content,
html #lightcase-content {
  max-width: 95vw !important;
  max-height: 90vh !important;
  width: auto !important;
  height: auto !important;
}
html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
html #lightcase-content .lightcase-contentInner {
  max-width: 95vw !important;
  max-height: 90vh !important;
  width: auto !important;
  height: auto !important;
  overflow: hidden !important;
}
html[data-lc-type=image] #lightcase-content .lightcase-contentInner img,
html #lightcase-content .lightcase-contentInner img,
#lightcase-content img {
  width: auto !important;
  height: auto !important;
  max-width: 95vw !important;
  max-height: 90vh !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

/* ===== Lightcase icons: جایگزینی با Line Awesome (رفع 404 فونت lightcase) ===== */
.lightcase-icon-close:before,
.lightcase-icon-prev:before,
.lightcase-icon-next:before,
.lightcase-icon-play:before,
.lightcase-icon-pause:before,
.lightcase-icon-spin:before {
  font-family: 'Line Awesome Free' !important;
  font-weight: 900 !important;
}
.lightcase-icon-close:before { content: "\f00d" !important; }   /* ✕ بستن */
.lightcase-icon-prev:before  { content: "\f053" !important; }   /* ‹ قبلی */
.lightcase-icon-next:before  { content: "\f054" !important; }   /* › بعدی */
.lightcase-icon-play:before  { content: "\f04b" !important; }   /* ▶ پخش */
.lightcase-icon-pause:before { content: "\f04c" !important; }   /* ⏸ توقف */
.lightcase-icon-spin:before  { content: "\f110" !important; }   /* ⟳ لودینگ */

/* ============================================================= */
/*  SuqList — اصلاحات جلسه‌ی فاز ۴ (v17)                          */
/* ============================================================= */

/* ===== (۲) عکس پریویوِ کارت آگهی: قاب ثابت یکدست در همه حالت‌ها ===== */
/* تصویر آگهی همیشه با نسبت ۴:۳ و object-fit: cover نمایش داده شود تا   */
/* همه‌ی کارت‌ها یکدست باشند و عکس ناقص/کِش‌آمده دیده نشود.             */
.list-item .list-item__thumb {
  width: 100% !important;
  overflow: hidden !important;
}
.list-item .list-item__thumb a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.list-item .list-item__thumb img {
  width: 100% !important;
  height: 210px !important;
  min-height: 210px !important;
  max-height: 210px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 8px 8px 0 0 !important;
  display: block !important;
}

/* در حالت LIST (افقی) عکس کنار متن، ارتفاع متناسب */
.ad-view-wrap.is-list .ad-col .list-item.list--style .list-item__thumb img {
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
  border-radius: 8px 0 0 8px !important;
}
@media (max-width: 575px) {
  .ad-view-wrap.is-list .ad-col .list-item.list--style .list-item__thumb img {
    border-radius: 8px 8px 0 0 !important;
  }
}

/* ===== (۶) قیمت روی عکس در صفحه‌ی جزئیات: تک‌خط، عرض خودکار ===== */
/* نوار سبز/فیروزه‌ای قیمت دیگر زیرِهم نمی‌شکند و به‌اندازه‌ی متن کش می‌آید. */
.ad-details-thumb-area .ad-details-price {
  width: auto !important;
  min-width: 90px !important;
  max-width: 80% !important;
  white-space: nowrap !important;
  padding: 0.5rem 2.2rem 0.5rem 1.1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
  -webkit-clip-path: polygon(calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0 100%, 0 0) !important;
  clip-path: polygon(calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0 100%, 0 0) !important;
}
@media (max-width: 767px) {
  .ad-details-thumb-area .ad-details-price {
    font-size: 1.05rem !important;
    padding: 0.45rem 1.9rem 0.45rem 0.9rem !important;
  }
}
