:root {
  --primary-theme: #000000;
  --secondry-theme: #707070;
  --default-color: #fff;
  --black: #000000;
  --dark-blue: #13182f;
  --light-black: #1e1e1e;
  --light-blue: #ebf8ff;
  --light-gray: #707070;
  --dark-gray: #3d3d3d;
  --mid-gray: #888888;
  --gray-600: #838383;
  --gray-400: #7b7b7b;
  --yellow: #ffc700;
  --gradiant: linear-gradient(90deg, #38b6ff 11.17%, #101160 66.25%);
  --primart-font: 'Poppins', sans-serif;
  --secondry-font: 'Cinzel', serif;
  --shadow-normal: 0px 0px 6px 0px #00000040;
  --text-1: 1px;
  --text-2: 2px;
  --text-3: 3px;
  --text-4: 4px;
  --text-5: 5px;
  --text-6: 6px;
  --text-7: 7px;
  --text-8: 8px;
  --text-9: 9px;
  --text-10: 10px;
  --text-11: 11px;
  --text-12: 12px;
  --text-13: 13px;
  --text-14: 14px;
  --text-15: 15px;
  --text-16: 16px;
  --text-17: 17px;
  --text-18: 18px;
  --text-19: 19px;
  --text-20: 20px;
  --text-21: 21px;
  --text-22: 22px;
  --text-23: 23px;
  --text-24: 24px;
  --text-25: 25px;
  --text-26: 26px;
  --text-27: 27px;
  --text-28: 28px;
  --text-29: 29px;
  --text-30: 30px;
  --text-31: 31px;
  --text-32: 32px;
  --text-33: 33px;
  --text-34: 34px;
  --text-35: 35px;
  --text-36: 36px;
  --text-37: 37px;
  --text-38: 38px;
  --text-39: 39px;
  --text-40: 40px;
  --text-41: 41px;
  --text-42: 42px;
  --text-43: 43px;
  --text-44: 44px;
  --text-45: 45px;
  --text-46: 46px;
  --text-47: 47px;
  --text-48: 48px;
  --text-49: 49px;
  --text-50: 50px;
  --text-51: 51px;
  --text-52: 52px;
  --text-53: 53px;
  --text-54: 54px;
  --text-55: 55px;
  --text-56: 56px;
  --text-57: 57px;
  --text-58: 58px;
  --text-59: 59px;
  --text-60: 60px;
  --text-61: 61px;
  --text-62: 62px;
  --text-63: 63px;
  --text-64: 64px;
  --text-65: 65px;
  --text-66: 66px;
  --text-67: 67px;
  --text-68: 68px;
  --text-69: 69px;
  --text-70: 70px;
  --text-71: 71px;
  --text-72: 72px;
  --text-73: 73px;
  --text-74: 74px;
  --text-75: 75px;
  --text-76: 76px;
  --text-77: 77px;
  --text-78: 78px;
  --text-79: 79px;
  --text-80: 80px;
  --text-81: 81px;
  --text-82: 82px;
  --text-83: 83px;
  --text-84: 84px;
  --text-85: 85px;
  --text-86: 86px;
  --text-87: 87px;
  --text-88: 88px;
  --text-89: 89px;
  --text-90: 90px;
  --text-91: 91px;
  --text-92: 92px;
  --text-93: 93px;
  --text-94: 94px;
  --text-95: 95px;
  --text-96: 96px;
  --text-97: 97px;
  --text-98: 98px;
  --text-99: 99px;
  --text-100: 100px;
  --text-101: 101px;
  --text-102: 102px;
  --text-103: 103px;
  --text-104: 104px;
  --text-105: 105px;
  --text-106: 106px;
  --text-107: 107px;
  --text-108: 108px;
  --text-109: 109px;
  --text-110: 110px;
  --text-111: 111px;
  --text-112: 112px;
  --text-113: 113px;
  --text-114: 114px;
  --text-115: 115px;
  --text-116: 116px;
  --text-117: 117px;
  --text-118: 118px;
  --text-119: 119px;
  --text-120: 120px;
  --text-121: 121px;
  --text-122: 122px;
  --text-123: 123px;
  --text-124: 124px;
  --text-125: 125px;
  --text-126: 126px;
  --text-127: 127px;
  --text-128: 128px;
  --text-129: 129px;
  --text-130: 130px;
  --text-131: 131px;
  --text-132: 132px;
  --text-133: 133px;
  --text-134: 134px;
  --text-135: 135px;
  --text-136: 136px;
  --text-137: 137px;
  --text-138: 138px;
  --text-139: 139px;
  --text-140: 140px;
  --text-141: 141px;
  --text-142: 142px;
  --text-143: 143px;
  --text-144: 144px;
  --text-145: 145px;
  --text-146: 146px;
  --text-147: 147px;
  --text-148: 148px;
  --text-149: 149px;
  --text-150: 150px;
  --text-180: 180px;
}

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

::-webkit-scrollbar-track {
  background-color: #ececec;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-theme);
  border-radius: 10px;
}

/* body,
html {
  overflow-x: hidden;
} */

body {
  scroll-behavior: smooth;
  color: #212529;
  font-family: var(--primart-font);
}

/* globals*/

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

/* globals end */
.primary-nav a {
  color: var(--black);
}

/* add background image */
h3.slider_heading.text-white.text-center {
  max-width: 995px;
  margin: 0 auto;
  padding-top: 100px;
  font-size: 100px;
  font-family: var(--secondry-font);
}

p.slider_sub_heading.text-white.text-center {
  font-size: var(--text-28);
  font-family: var(--secondry-font);
}

.artist-card {
  position: relative;
  overflow: hidden;
}

.featured-profile-sec .container h2 {
  font-size: var(--text-55);
  /* Default for larger screens */
}

.featured-profile-sec .artist-card h4 {
  font-size: var(--text-30);
  /* Default for larger screens */
}

.bg-light-gray-filter {
  background-color: #eeeeee;
  border-radius: 30px;
}

.filter-artist-sec .bg-light-gray-filter {
  padding: var(--text-65)
}

.filter-artist-sec .container h2 {
  font-size: var(--text-55);
  margin-bottom: var(--text-40);
}

.filter-artist-input {
  padding: 10px 40px;
  background-color: #ffffff;
  border: 1px solid #707070;
  color: #949494;
  font-family: 'Poppins', sans-serif;
}

.filter-artist-input::placeholder {
  color: #949494;
}

.filter-artist-select {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #707070;
  color: #949494;
  font-family: 'Poppins', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter-artist-select::-ms-expand {
  display: none;
}

textarea,
select,
input {
  width: 100%;
}

.text-gray-400 {
  color: #949494;
}

.gap-20 {
  gap: 20px;
}

.love-art-sec {
  /* padding-bottom: 40px; */
}

.love-art-card img {
  width: 100%;
}

.love-art-sec .love-art-card a {
  background-color: #000000;
}

.categories-card img {
  width: 100%;
  height: 100%;
  height: 310px;
  object-fit: cover;
  object-position: top;
}

.categories-card p {
  color: #000;
}

.max-w-1020px {
  max-width: 1020px;
}

.line-height-1-2 {
  line-height: 1.2;
}

.max-w-540px {
  max-width: 540px;
}

/* .row-gap-30 { */
/*   row-gap: 30px; */
/* } */

/* .gap-5 { */
/*   gap: 5px; */
/* } */

/* .gap-8 { */
/*   gap: 8px; */
/* } */

/* .py-10 { */
/*   padding-top: 10px; */
/*   padding-bottom: 10px; */
/* } */

/* .px-50 { */
/*   padding-left: 50px; */
/*   padding-right: 50px; */
/* } */

/* .mt-45 { */
/*   margin-top: 45px; */
/* } */

.btn-secondary {
  background-color: transparent;
  border: 1px solid var(--secondry-theme);
}

.btn-secondary-custom:hover {
  background-color: var(--secondry-theme);
  color: var(--default-color);
}

.btn-sm-custom {
  font-size: 14px;
  padding: 8px 15px;
}

.newsletter-card {
  background: url('../../public/uploads/all/68530cd0610a4.png') no-repeat center/cover;
}

.border-gray-light {
  border: 1px solid var(--light-gray);
}

.contact-us-sec textarea::placeholder,
.contact-us-sec .input-field::placeholder {
  color: var(--black);
}

.contact-us-sec .input-field {
  color: var(--black);
}

.btn-primary.radius-60 {
  border-radius: var(--text-60);
}

.footer-links a {
  color: #fbf6ed;
}

.footer-links a:hover {
  color: var(--default-color);
}

.footer-links a.footer-support-signup-btn,
.footer-links a.footer-support-signup-btn:hover {
  color: #000 !important;
}

.footer-links a.footer-support-signup-btn:hover {
  background-color: #e8e8e8 !important;
}

.footer-input {
  color: var(--default-color);
  border: 2px solid var(--default-color);
  padding: 15px;
  background-color: transparent;
}

.footer-input::placeholder {
  color: var(--default-color);
}

.footer-submit-btn {
  font-size: var(--text-16);
  padding: 16px 40px;
}

/* .market-place-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 810px;
  height: 100%;
  background-color: black;
  border-top-right-radius: 160px;
  border-bottom-left-radius: 100px;
} */

.pt-custom {
  padding-top: 70px;
}

.rounded-custom {
  border-radius: 60px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.custom-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -80px;
  border: 2px solid black;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 8px;
  transition: background 0.3s ease;
}

.custom-arrow:hover {
  background: black;
}

.custom-arrow:hover i {
  color: white !important;
}

.left-arrow {
  left: calc(50% - 100px);
}

.right-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.market-place-sec .slick-slide {
  padding: 0 var(--text-10);
}

.marketplace-slider {
  margin-top: 300px;
}

.marketplace-slider .slick-list {
  padding: 0 20% 0 0 !important;
}

.close-icon i,
.menu-icon i {
  font-size: 20px;
  display: none;
}

.partners-sec img {
  max-height: 83px;
  object-fit: contain;
}

.marketplace-card-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
}

.market-place-sec h2 {
  color: #fff;
}

.market-place-sec h3 {
  color: #fff;
}

.market-place-sec p {
  color: #fff;
}

.marketplace-slider.owl-carousel {
  padding: 0 20% 0 0 !important;
}

.marketplace-slider.owl-carousel .owl-nav {
  right: 440px;
  top: -80px;
}

.marketplace-slider.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #fff;
  border-color: #000;
}

.marketplace-slider .owl-nav {
  gap: 30px;
  max-width: 160px;
  width: 100%;
}

.marketplace-slider.owl-carousel .owl-nav div {
  background-color: #ffffff;
  border: 1px solid #000;
}

.marketplace-slider.owl-carousel .owl-nav .owl-prev::before,
.marketplace-slider.owl-carousel .owl-nav .owl-next::before {
  content: '';
  /* Remove default text (prev and next) */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 20px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
}

.marketplace-slider.owl-carousel .owl-nav .owl-prev::before {
  content: '\f053';
  /* Font Awesome icon for left arrow */
}

.marketplace-slider.owl-carousel .owl-nav .owl-next::before {
  content: '\f054';
  /* Font Awesome icon for right arrow */
}

/* faqs */

/* .line-clamp-1 {
} */
.categories-card p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.nav-dp-wrapper {
  padding: 100px 0;
}

.nav-dp-title {
  color: black;
  font-size: 50px;
  margin-bottom: 50px;
}

.nav-dp-wrapper .row {
  row-gap: 40px;
}

.nav-dp-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nav-dp-img-wrapper {
  max-width: 750px;
}

.nav-dp-img-wrapper img {
  max-width: 100%;
  border-radius: 30px;
}

.nav-dp-hd-md {
  font-size: 25px;
  color: #000;
  font-weight: 500;
}

.nav-dp-list li {
  list-style: disc;
  margin-bottom: 10px;
}

.murals-wrapper .nav-dp-img-wrapper {
  display: flex;
  justify-content: center;
}

.murals-wrapper .nav-dp-img-wrapper img {
  max-height: 770px;

}

.reduce-img-size img {
  max-height: 420px;
  width: 100%;
  object-fit: cover;
}

.love-art-sec .love-art-grid {
  max-width: 1180px;
  margin-inline: auto;
  justify-content: center;
}

.love-art-sec .love-art-card {
  max-width: 560px;
  margin-inline: auto;
}

.love-art-sec .love-art-card .d-flex.gap-5.mb-10 {
  justify-content: center;
}

/* Related Products carousel — nav top-right */
.related-products-sec .related-products-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
  padding: 0;
  line-height: 1;
}

.related-products-sec .related-products-nav button:hover {
  background: #000;
  color: #fff;
}

.related-products-sec .related-products-slider .product_widget5 {
  margin-bottom: 0;
}

.related-products-sec .related-products-slider .owl-stage-outer {
  padding-bottom: 8px;
}

.related-products-sec__head {
  padding-right: 0;
  padding-left: 0;
}

.related-products-sec__head .related-products-heading {
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding-inline: 5.5rem;
  /* room for absolute nav so title stays visually centered */
}

/* Marketplace static cards layout */
.market-place-sec {
  padding: 0 0 36px;
}

.market-place-sec .marketplace-shell {
  background: #000;
  border-radius: 50px;
  padding: 52px 38px 44px;
}

.market-place-sec .marketplace-top {
  margin-bottom: 28px;
  text-align: center;
}

.market-place-sec .marketplace-intro-text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.market-place-sec .marketplace-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.market-place-sec .marketplace-card {
  min-width: 0;
}

.market-place-sec .marketplace-card-media {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  min-height: 250px;
}

.market-place-sec .marketplace-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.market-place-sec .marketplace-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .58) 100%);
}

.market-place-sec .marketplace-card-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 0px 16px 20px;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */

}

.market-place-sec .marketplace-card-title {
  font-size: clamp(34px, 2.2vw, 52px);
  line-height: 1;
  margin-bottom: 10px;
}

.market-place-sec .marketplace-card-desc {
  font-size: clamp(18px, 1.05vw, 24px);
  line-height: 1.25;
  margin-bottom: 14px;
}

.market-place-sec .marketplace-card-content .btn {
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 16px;
  white-space: nowrap;
}
.btn-compact-black.artists-filter-reset {
  background-color: transparent;
  color: var(--black) !important;
  border: 1px solid var(--black);
}
.commissions-media img {
  max-width: 100%;
  max-height: 700px;
  width: 100%;
}
.modal-dialog .premium-luxury-panel {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.artist-filter-wrapper {
  background-color: #fff;
  padding: 60px;
  border-radius: 20px;
  margin-bottom: 30px;
}
/* responsive */  
@media (max-width: 1800px) {
  .header_top_area .container {
    max-width: 1270px;
  }
}

@media (min-width: 1550px) {
  .container {
    max-width: 1740px;
  }
}

@media (max-width: 1280px) {
  .header_top_area .header__left .logo_img img {
    max-width: 100px;
  }
}

@media (max-width: 1199.98px) {
  .hero-banner {
    padding: 100px 0;
  }

  .hero-banner .hero-banner-content h1 {
    font-size: 80px;
  }

  .hero-banner .hero-banner-content p {
    font-size: 24px;
  }

  .featured-profile-sec {
    padding: 80px 0;
  }

  .featured-profile-sec .container h2 {
    font-size: 45px;
  }

  .featured-profile-sec .artist-card h4 {
    font-size: 26px;
  }

  .filter-artist-sec .bg-light-gray-filter {
    padding: var(--text-50) var(--text-120);
  }

  .filter-artist-sec .container h2 {
    font-size: var(--text-45);
  }

  .market-place-sec .marketplace-shell {
    border-radius: 0 60px 60px 0;
    padding: 44px 24px 38px;
  }

  .market-place-sec .marketplace-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 991.98px) {
  .hero-banner {
    padding: 80px 0;
  }

  .hero-banner .hero-banner-content h1 {
    font-size: 60px;
  }

  .hero-banner .hero-banner-content p {
    font-size: 20px;
  }

  .featured-profile-sec {
    padding: 60px 0;
  }

  .featured-profile-sec .container h2 {
    font-size: 40px;
  }

  .featured-profile-sec .artist-card h4 {
    font-size: 22px;
  }

  .featured-profile-sec .row>div {
    padding: 0 5px;
  }

  .featured-profile-sec .row>div:last-child {
    padding-top: 10px;
  }

  .featured-profile-sec .col-6.d-flex {
    gap: 10px;
  }

  .filter-artist-sec .bg-light-gray-filter {
    padding: var(--text-40) var(--text-80);
  }

  .filter-artist-sec .container h2 {
    font-size: var(--text-35);
  }

  .marketplace-slider .slick-list {
    padding: 0 !important;
  }

  /* <---------mobile menu----------> */
  .close-icon i,
  .menu-icon i {
    display: block;
    z-index: 2;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border-radius: 2px;
  }

  .close-icon i {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 100%;
  }

  .primary-nav {
    transform: translateX(-100%);
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 1s;
    padding: 40px 0;
  }

  .primary-nav.active {
    transform: translateX(0);
    background-color: #fff;
    width: 70%;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    overflow: auto;
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  .hero-banner {
    padding: 60px 0;
  }

  .hero-banner .hero-banner-content h1 {
    font-size: 40px;
  }

  .hero-banner .hero-banner-content p {
    font-size: 18px;
  }

  .featured-profile-sec {
    padding: 40px 0;
  }

  .featured-profile-sec .container h2 {
    font-size: 35px;
  }

  .featured-profile-sec .artist-card h4 {
    font-size: 20px;
  }

  .filter-artist-sec .bg-light-gray-filter {
    padding: var(--text-30) var(--text-40);
  }

  .filter-artist-sec .container h2 {
    font-size: var(--text-30);
  }

  .market-place-sec .marketplace-intro-text {
    max-width: 100%;
  }

  .market-place-sec .marketplace-shell {
    border-radius: 0 30px 30px 0;
    padding: 36px 16px 30px;
  }

  .market-place-sec .marketplace-cards-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .market-place-sec .marketplace-card-media {
    min-height: 220px;
    border-radius: 24px;
  }

  .market-place-sec .marketplace-card-desc {
    margin-bottom: 10px;
  }

  .market-place-sec .marketplace-card-content .btn {
    padding: 9px 16px;
    font-size: 14px;
  }

  .related-products-sec__head .related-products-heading {
    padding-inline: 0;
    padding-top: 0;
}
.related-products-sec__head .related-products-nav {
    position: static !important;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
}
.email-address-link {
  font-size: 15px !important;
}
}

@media (max-width: 575.98px) {
  .hero-banner {
    padding: 40px 0;
  }

  .hero-banner .hero-banner-content h1 {
    font-size: 30px;
  }

  .hero-banner .hero-banner-content p {
    font-size: 16px;
  }

  .featured-profile-sec {
    padding: 30px 0;
  }

  .featured-profile-sec .container h2 {
    font-size: 30px;
  }

  .featured-profile-sec .artist-card h4 {
    font-size: 18px;
  }

  .featured-profile-sec .col-6.d-flex {
    flex-direction: column;
  }

  .filter-artist-sec .bg-light-gray-filter {
    padding: var(--text-20) var(--text-30);
  }

  .filter-artist-sec .container h2 {
    font-size: var(--text-25);
  }

  .secondary-font,
  .fs-55 {
    font-size: 25px !important;
  }

  .newsletter-card {
    padding: 30px;
  }

  .marketplace-slider {
    margin-top: 110px;
  }

  .featured-profile-sec .mb-80 {
    margin-bottom: var(--text-40);
  }

  .footer-navs {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .marketplace-card-content .fs-20 {
    font-size: 16px;
  }

  h3.slider_heading.text-white.text-center {
    font-size: 50px;
  }
}



/* FAqs Styling */

.faq-heading {
  font-family: var(--secondry-font);
  font-size: 44px;
  color: var(--black);
  padding: 30px 0px;


}


.custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #707070;
  background-color: transparent;
  border-radius: 0;
}

.custom-accordion .accordion-item:first-of-type {
  border-top: 1px solid #707070;
}

.custom-accordion .accordion-button {
  background-color: transparent;
  color: #444;
  font-family: var(--primart-font);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  padding: 28px 17px;
  box-shadow: none;
  border-radius: 0;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #f7f5f0;

  color: var(--black);
  box-shadow: none;

}

.custom-accordion .accordion-button:hover {
  background-color: #f7f5f0;

  transition: all 0.3s ease;
}

/* Custom Icon */
.custom-accordion .accordion-button::after {
  background-image: none !important;
  content: '+' !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 30px !important;
  font-weight: 300 !important;
  margin-left: auto;
  color: #707070;
  transform: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: '-' !important;
  transform: none !important;
  color: #707070;
  font-size: 30px !important;
  margin-top: -5px;

}

.custom-accordion .accordion-body {
  padding: 20px;

  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .faq-heading {
    font-size: 30px;
    ;
  }

  .custom-accordion .accordion-button {
    font-size: 16px;
    padding: 15px 0;
  }

  .filter-artist-sec .premium-luxury-panel {
    padding: 2rem 1.2rem;
  }
}

/* =============================================================================
   Account signup / sign-in choice cards (wrap section with .account-signup-sec)
   Used on: new_register, new_login, buyer_register, and similar gateways.
   ============================================================================= */
.account-signup-sec {
  position: relative;
  padding: clamp(40px, 5vw, 72px) 0 clamp(48px, 6vw, 80px);
  background: radial-gradient(circle at 20% 0%, rgba(0, 0, 0, 0.03), transparent 55%),
    radial-gradient(circle at 100% 40%, rgba(0, 0, 0, 0.02), transparent 50%);
}

.account-signup-sec>.container {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 576px) {
  .account-signup-sec>.container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.account-signup-sec .account-signup-grid {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.account-signup-sec .account-signup-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.04),
    0 12px 24px -8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s ease,
    border-color 0.25s ease;
}

.account-signup-sec .account-signup-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow:
    0 12px 24px -6px rgba(0, 0, 0, 0.1),
    0 24px 48px -12px rgba(0, 0, 0, 0.08);
}

.account-signup-sec .account-signup-card:focus-within {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.account-signup-sec .account-signup-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #f3f3f3;
  overflow: hidden;
}

.account-signup-sec .account-signup-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.account-signup-sec .account-signup-card:hover .account-signup-card__media img {
  transform: scale(1.04);
}

.account-signup-sec .account-signup-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: clamp(18px, 3vw, 22px) clamp(16px, 3vw, 20px) clamp(20px, 3vw, 24px);
  text-align: center;
}

.account-signup-sec .account-signup-card__text {
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  margin-bottom: 18px;
  flex: 1 1 auto;
}

.account-signup-sec .account-signup-card__action {
  margin-top: auto;
  padding-top: 16px;
}

.account-signup-sec .account-signup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff !important;
  background: #000;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.account-signup-sec .account-signup-btn:hover {
  background: #1a1a1a;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.account-signup-sec .account-signup-btn:active {
  transform: translateY(0);
}

@media (max-width: 575.98px) {
  .account-signup-sec .account-signup-card__media {
    aspect-ratio: 16 / 10;
  }
}

/* =============================================================================
   Inner / dropdown pages: “How we partner”, “Why 23LD”, interior-designers, locations (office-space), art-services, etc.
   Wrap page in .how-partner-page → .how-partner-section → .how-partner-media / .how-partner-prose
   ============================================================================= */
.how-partner-page {
  --hp-prose: #3a3a3a;
  --hp-heading: #0a0a0a;
  --hp-radius: 1.25rem;
  --hp-shadow: 0 24px 48px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.04);
  background: #f4f7f9;
}

.how-partner-section {
  position: relative;
}

.how-partner-media {
  border-radius: var(--hp-radius);
  overflow: hidden;
  box-shadow: var(--hp-shadow);
  background: #e8e8ea;
  margin: 0;
}

.how-partner-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .how-partner-media img {
    min-height: 380px;
    max-height: 560px;
  }
}

.how-partner-prose {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--hp-prose);
}

.how-partner-prose p {
  margin-bottom: 1.25rem;
}

.how-partner-prose p:last-child {
  margin-bottom: 0;
}

.how-partner-prose>ul {
  margin: 0 0 1.25rem 0;
  padding-left: 1.35rem;
  color: var(--hp-prose);
}

.how-partner-prose>ul:last-child {
  margin-bottom: 0;
}

.how-partner-prose>ul li {
  margin-bottom: 0.5rem;
  list-style: disc;
}

.how-partner-prose>ul li:last-child {
  margin-bottom: 0;
}

.how-partner-lead {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--hp-heading);
  margin-bottom: 1.25rem;

}

@media (max-width: 991.98px) {
  .how-partner-section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

/* =============================================================================
   Artists listing (/artists — merchants.blade.php) — 3 cards per row on lg+
   ============================================================================= */
.artists-list-page {
  background: #f4f7f9;
  padding-top: 32px;
  padding-bottom: 48px;
}

.artists-list-section .artists-list-title {
  letter-spacing: 0.04em;
}

/* Artist listing — filter bar (client-side only) */
.artists-filter-bar {
  /* max-width: 1100px; */
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}

.artists-filter-bar__scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  scrollbar-width: thin;
  scrollbar-color: #c4c4c4 #f0f0f0;
}

.artists-filter-bar__scroll::-webkit-scrollbar {
  height: 6px;
}

.artists-filter-bar__scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 6px;
}

.artists-filter-bar__scroll::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 6px;
}

.artists-filter-bar__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  gap: 8px 12px;
  min-width: min-content;
}

.artists-filter-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  /* flex: 1 1 0; */
  min-width: 0;
  /* max-width: 146px; */
}

.artists-filter-field--actions {
  flex: 0 0 auto;
  max-width: none;
  min-width: 0;
  align-items: stretch;
}

.artists-filter-field__label {
  display: block;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #222;
  line-height: 1.15;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.artists-filter-field__label--spacer {
  visibility: hidden;
  min-height: 0.95em;
  user-select: none;
}

.artists-filter-select {
  display: block;
  width: 100%;
  min-width: 108px;
  padding: 6px 26px 6px 10px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  color: #111;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.artists-filter-select:hover {
  border-color: rgba(0, 0, 0, 0.35);
}

.artists-filter-select:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.artists-filter-actions {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}

.artists-filter-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.artists-filter-search:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}

.artists-filter-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #111;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.artists-filter-reset:hover {
  background: #000;
  border-color: var(--default-color);
  color: #fff !important;
}

.artists-filter-empty {
  text-align: center;
  font-size: 0.95rem;
  color: #555;
  padding-top: 12px;
}
.filter-wrapper,
.filter-artist-sec .premium-luxury-panel {
  background: #ffffff;
  border-radius: 1.5rem;
  /* Soft multi-layered "compact luxury" shadow */
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.02),
    0 10px 15px -3px rgba(0, 0, 0, 0.03),
    0 30px 50px -12px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 3rem 2.5rem;
  position: relative;
  overflow: hidden;
}

/* Allow hero text AOS (fade-up) to show outside slide box */
.bannerUi_active.owl-carousel>.banner_img {
  overflow: visible;
}

.banner_img {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  /* padding-bottom: 31.5%; */
}

.banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.artist-card {
  position: relative;
  overflow: hidden;
}

.artist-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* maintain ratio but crop extra */
  display: block;
}

.visible_text {
  background: #00000082;
  padding: 8px;
  width: auto !important;
}

.ratio-540-394 {
  aspect-ratio: 270 / 197;
}

/* first div */
.ratio-540-191 {
  aspect-ratio: 540 / 191;
}

/* second, third */
.ratio-540-192 {
  aspect-ratio: 45 / 16;
}

/* fourth */
.ratio-265-192 {
  aspect-ratio: 265 / 192;
}

/* fifth */
.ratio-265-196 {
  aspect-ratio: 265 / 196;
}

/* sixth */

/* Filter Artist Section — Final High-End Redesign (Strict Palette) */
.filter-artist-sec {
  position: relative;
  padding: 50px 0;
  background: radial-gradient(circle at top right, rgba(0, 0, 0, 0.02), transparent 70%);
}



.filter-artist-sec .luxury-heading {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #000;
  margin-bottom: 2.5rem;
  text-align: center;
}

.filter-artist-sec .minimal-label {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #888;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

/* Compact Base styling (48px height) */
.compact-input,
.compact-select,
.filter-artist-sec .compact-input,
.filter-artist-sec .compact-select {
  height: 48px;
  width: 100%;
  border: 1px solid #f0f0f0 !important;
  border-radius: 12px !important;
  padding: 0 1.2rem;
  background-color: #fafafa;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

}

.filter-artist-sec .compact-input:hover,
.filter-artist-sec .compact-select:hover {
  background-color: #fff;
  border-color: #ddd !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);

}

.filter-artist-sec .compact-input:focus,
.filter-artist-sec .compact-select:focus {
  outline: none;
  background-color: #fff;
  border-color: #000 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

/* Search Bar (Compact Luxury) */
.filter-artist-sec .search-compact-wrapper {
  position: relative;
  margin-bottom: 1rem;
}

.filter-artist-sec .search-compact-wrapper input {
  padding-left: 2.8rem;
  font-size: 15px;
}

.filter-artist-sec .search-compact-icon {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #bbb;
  font-size: 16px;
  transition: color 0.3s ease;
}

.filter-artist-sec .search-compact-wrapper input:focus+.search-compact-icon {
  color: #000;
}

/* Custom Compact Range Slider */
.filter-artist-sec .slider-compact-container {
  height: 48px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 0 1.2rem;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.filter-artist-sec .compact-range {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #e0e0e0;
  border-radius: 10px;
  outline: none;
  margin: 8px 0;
}

.filter-artist-sec .compact-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.filter-artist-sec .compact-range::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

/* Custom Color Picker (Circular Compact) */
.filter-artist-sec .color-compact-wrapper {
  position: relative;
  height: 48px;
}

.filter-artist-sec .compact-color-input {
  width: 100%;
  height: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 5px;
  background-color: #fafafa;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-artist-sec .compact-color-input:hover {
  border-color: #000;
}

/* Action Button: Luxury Black Pill */
.btn-compact-black {
  background: #000;
  color: #fff !important;
  border: none;
  border-radius: 50px;
  padding: 1rem 3.5rem;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.filter-artist-sec .btn-compact-black:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background: #111;
}

.filter-artist-sec .btn-compact-black:active {
  transform: translateY(0);
}

@media (min-width: 992px) {
  /* .artists-filter-field {
    max-width: 158px;
    flex: 0 1 158px;
  } */

  .artists-filter-field--actions {
    flex: 0 0 auto;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .artists-filter-bar__row {
    justify-content: flex-start;
    padding-bottom: 2px;
  }

  .artists-filter-field {
    /* max-width: 120px; */
    flex: 0 0 auto;
  }

  .artists-filter-field__label {
    font-size: 0.58rem;
  }

  .artists-filter-actions {
    flex-wrap: wrap;
    max-width: 140px;
  }
}

.artists-list-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.artists-list-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.artists-list-card__media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 10px;
  align-items: stretch;
  min-height: 220px;
  margin-bottom: 16px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .artists-list-card__media {
    grid-template-columns: minmax(0, 1fr) 88px;
    min-height: 210px;
  }
}

@media (max-width: 575.98px) {
  .artists-list-card__media {
    grid-template-columns: minmax(0, 1fr) 80px;
    min-height: 200px;
  }
}

.artists-list-card__portrait {
  border-radius: 12px;
  overflow: hidden;
  background: #ececee;
  min-height: 200px;
}

.artists-list-card__portrait img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
}

.artists-list-card__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 200px;
}

.artists-list-card__thumb-slot {
  flex: 1 1 0;
  min-height: 58px;
  border-radius: 8px;
  overflow: hidden;
  background: #f0f0f2;
}

.artists-list-card__thumb-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.artists-list-card__thumb-slot--empty {
  background: #fafafa;
  border: 1px dashed #ddd;
  min-height: 58px;
}

.artists-list-card__body {
  margin-top: auto;
}

.artists-list-card__name {
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  line-height: 1.2;
  margin-bottom: 6px;
}

.artists-list-card__tagline {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.artists-list-card .btn-artists-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 999px;
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.artists-list-card .btn-artists-profile:hover {
  background: #1a1a1a;
  color: #fff !important;
}

.padding-class {
  padding: 16px 24px;
}

/* Artist agreement responsive line fix */
.artist-agreement-page .agreement-line {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.35;
}

.location-agreement-page .agreement-line {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.35;
}

.artist-agreement-page .padding-class {
  overflow: hidden;
}

.location-agreement-page .padding-class {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .artist-agreement-page .padding-class {
    padding: 14px 16px;
  }

  .location-agreement-page .padding-class {
    padding: 14px 16px;
  }

  .artist-agreement-page .agreement-line {
    font-size: 15px !important;
  }

  .location-agreement-page .agreement-line {
    font-size: 15px !important;
  }
}

@media (max-width: 350px) {
  .market-place-sec .marketplace-card-content {
      padding: 0px 16px 60px;
  }
}