/* AURA ART HOUSE – homepage (Figma: AURA-ART-HOUSE) */

@font-face {
  font-family: "Handodle";
  src: url("../fonts/Handodle.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body.aura-home {
  --primary-color: #624b8f;
  --primary-color-opc: 98, 75, 143;
  --font-handodle: "Handodle", cursive;
}

/* ─── Global brand accents ─── */
body.aura-home .primary-btn3 {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

body.aura-home .primary-btn3 svg {
  fill: var(--primary-color);
}

body.aura-home .primary-btn3 span {
  background-color: var(--primary-color);
}

body.aura-home .primary-btn3:hover {
  color: var(--white-color);
}

body.aura-home .primary-btn3:hover svg {
  fill: var(--white-color);
}

body.aura-home .auction-card.style-4:hover .auction-card-content .bid-btn {
  background-color: var(--primary-color);
}

body.aura-home header.style-3 .menu-list > li > a.active::before,
body.aura-home header.style-3 .menu-list > li > a:hover::before {
  background-color: var(--primary-color);
}

/* ─── Header search (Figma) ─── */
body.aura-home header.style-3 {
  padding-top: 0;
  padding-bottom: 0;
}

body.aura-home header.style-3 .nav-right {
  gap: 24px;
}

body.aura-home header.style-3 .aura-header-search {
  margin: 0;
}

body.aura-home header.style-3 .form-inner {
  display: flex;
  align-items: stretch;
  background-color: transparent;
  min-width: 420px;
  border-radius: 5px;
  overflow: hidden;
}

body.aura-home header.style-3 .form-inner input {
  flex: 1;
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-right: none;
  border-radius: 5px 0 0 5px;
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 15px;
}

body.aura-home header.style-3 .form-inner input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

body.aura-home header.style-3 .form-inner input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.55);
  background-color: rgba(255, 255, 255, 0.12);
}

body.aura-home header.style-3 .form-inner .search-btn {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
  border-radius: 0 5px 5px 0;
  padding: 0;
  min-width: 64px;
  width: 64px;
  height: 48px;
  flex-shrink: 0;
}

body.aura-home header.style-3 .form-inner .search-btn svg {
  fill: var(--white-color);
  display: block;
  flex-shrink: 0;
}

body.aura-home header.style-3 .form-inner .search-btn:hover svg {
  fill: var(--white-color);
}

body.aura-home header.style-3 .form-inner .search-btn::after {
  display: none;
}

body.aura-home header.style-3.sticky .form-inner input {
  border-color: rgba(11, 12, 12, 0.15);
  background-color: rgba(11, 12, 12, 0.04);
  color: var(--title-color);
}

body.aura-home header.style-3.sticky .form-inner input::placeholder {
  color: rgba(11, 12, 12, 0.45);
}

body.aura-home header.style-3.sticky .form-inner .search-btn {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
}

body.aura-home header.style-3.sticky .form-inner .search-btn svg {
  fill: var(--white-color);
}

@media (max-width: 1399px) {
  body.aura-home header.style-3 .form-inner {
    min-width: 320px;
  }
}

@media (max-width: 991px) {
  body.aura-home header.style-3 .aura-header-search {
    display: none !important;
  }

  body.aura-home header.style-3 .main-menu .form-inner {
    background-color: transparent;
    min-width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }

  body.aura-home header.style-3 .main-menu .form-inner input {
    border: 1px solid rgba(11, 12, 12, 0.12);
    border-right: none;
    background-color: #f7f7f7;
    color: var(--title-color);
  }

  body.aura-home header.style-3 .main-menu .form-inner .search-btn {
    background-color: var(--primary-color) !important;
    width: 64px;
    min-width: 64px;
    height: 48px;
    padding: 0;
  }

  body.aura-home header.style-3 .main-menu .form-inner .search-btn svg {
    fill: var(--white-color);
  }

  body.aura-home header.style-3 .main-menu .form-inner .search-btn::after {
    display: none;
  }
}

/* ─── Hero (Figma: 1440×826, overlays at y 176 / 586 / 756) ─── */
body.aura-home .home4-banner-section.aura-hero {
  position: relative;
  background-image: url(../img/aura-banner-01.png) !important;
  background-color: #a881d1;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: left top !important;
  min-height: 826px;
  height: 826px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  padding: 0 200px;
}

body.aura-home .home4-banner-section.aura-hero .banner-wrapper {
  overflow: visible;
  height: 100%;
}

body.aura-home .home4-banner-section.aura-hero .aura-hero__inner {
  position: relative;
  min-height: 826px;
  max-width: 100%;
}

body.aura-home .home4-banner-section.aura-hero .banner-content-and-counter-area {
  position: static;
  border-right: none !important;
  padding-top: 0 !important;
  min-height: 826px;
  display: block;
}

/* Figma: stacked left-aligned hero content */
body.aura-home .home4-banner-section.aura-hero .banner-content-and-counter-area .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: none !important;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none;
}

body.aura-home .home4-banner-section.aura-hero .aura-hero__content {
  position: absolute;
  top: 176px;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 3;
  pointer-events: auto;
}

body.aura-home .home4-banner-section.aura-hero .banner-content .sub-title {
  position: static;
  margin-bottom: 24px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

body.aura-home .home4-banner-section.aura-hero .banner-content .aura-hero__title {
  position: static;
  max-width: 580px;
  margin: 0 0 24px;
  padding: 0;
  color: #0b0c0c;
  font-family: var(--font-handodle);
  font-size: 80px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
}

body.aura-home .home4-banner-section.aura-hero .banner-content .aura-hero__desc {
  position: static;
  max-width: 590px;
  margin: 0 0 32px;
  color: #0b0c0c;
  font-family: var(--font-handodle);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
}

body.aura-home .home4-banner-section.aura-hero .banner-content .button-area {
  position: static;
  margin-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 25px !important;
}

body.aura-home .home4-banner-section.aura-hero .banner-content .button-area .primary-btn3 {
  padding: 17px 33px !important;
  font-family: var(--font-dmsans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.aura-home .home4-banner-section.aura-hero .banner-content .button-area .aura-hero-btn-primary {
  color: var(--white-color) !important;
  background-color: #624b8f !important;
  border-color: var(--white-color) !important;
  border-bottom-color: var(--white-color) !important;
  border-right-color: var(--white-color) !important;
}

body.aura-home .home4-banner-section.aura-hero .banner-content .button-area .aura-hero-btn-primary svg {
  fill: var(--white-color);
}

body.aura-home .home4-banner-section.aura-hero .banner-content .button-area .aura-hero-btn-primary span {
  background-color: var(--white-color) !important;
}

body.aura-home .home4-banner-section.aura-hero .banner-content .button-area .aura-hero-btn-primary:hover {
  color: var(--primary-color) !important;
}

body.aura-home .home4-banner-section.aura-hero .banner-content .button-area .aura-hero-btn-primary:hover svg {
  fill: var(--primary-color);
}

body.aura-home .home4-banner-section.aura-hero .banner-content .button-area .aura-hero-btn-outline {
  color: var(--white-color) !important;
  background-color: transparent !important;
  border-color: var(--white-color) !important;
  border-bottom-color: var(--white-color) !important;
  border-right-color: var(--white-color) !important;
}

body.aura-home .home4-banner-section.aura-hero .banner-content .button-area .aura-hero-btn-outline span {
  background-color: var(--white-color) !important;
}

body.aura-home .home4-banner-section.aura-hero .banner-content .button-area .aura-hero-btn-outline:hover {
  color: var(--primary-color) !important;
}

body.aura-home .home4-banner-section.aura-hero .banner-content .button-area .aura-hero-btn-outline:hover svg {
  fill: var(--primary-color);
}

body.aura-home .home4-banner-section.aura-hero .banner-content-and-counter-area .counter-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin-top: 0 !important;
  padding: 18px 0px 24px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  z-index: 2;
}

body.aura-home .home4-banner-section.aura-hero .counter-area ul {
  max-width: 677px;
  justify-content: flex-start !important;
  gap: 56px !important;
}

@media (max-width: 1199px) {
  /* Hero – flow layout (tablet/mobile); desktop keeps absolute overlay */
  body.aura-home .home4-banner-section.aura-hero {
    height: auto;
    min-height: 0;
    padding: 88px 40px 0;
    background-position: 58% top !important;
  }

  body.aura-home .home4-banner-section.aura-hero .aura-hero__inner,
  body.aura-home .home4-banner-section.aura-hero .banner-content-and-counter-area {
    min-height: 0;
  }

  body.aura-home .home4-banner-section.aura-hero .banner-content-and-counter-area {
    padding-top: 170px !important;
    display: flex;
    flex-direction: column;
  }

  body.aura-home .home4-banner-section.aura-hero .banner-content-and-counter-area .banner-content {
    position: relative !important;
    inset: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 0 28px !important;
    pointer-events: auto;
  }

  body.aura-home .home4-banner-section.aura-hero .aura-hero__content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    max-width: 520px;
    padding-top: 16px;
  }

  body.aura-home .home4-banner-section.aura-hero .banner-content .aura-hero__title {
    font-size: 52px;
    max-width: 100%;
  }

  body.aura-home .home4-banner-section.aura-hero .banner-content .aura-hero__desc {
    font-size: 22px;
    max-width: 100%;
  }

  body.aura-home .home4-banner-section.aura-hero .banner-content-and-counter-area .counter-area {
    position: relative !important;
    inset: auto !important;
    margin-top: 0;
    padding: 20px 0 28px !important;
  }

  body.aura-home .home4-banner-section.aura-hero .counter-area ul {
    max-width: 100%;
    gap: 32px !important;
  }

  body.aura-home .home4-new-live-auction-section.aura-artwork-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  body.aura-home .home4-category-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  body.aura-home .home4-banner-section.aura-hero {
    padding: 76px 20px 0;
    background-position: 62% top !important;
  }

  body.aura-home .home4-banner-section.aura-hero .aura-hero__content {
    max-width: 100%;
    padding-top: 12px;
  }

  body.aura-home .home4-banner-section.aura-hero .banner-content .aura-hero__title {
    font-size: 38px;
    line-height: 1;
    max-width: 100%;
  }

  body.aura-home .home4-banner-section.aura-hero .banner-content .aura-hero__desc {
    font-size: 17px;
    line-height: 1.25;
    max-width: 100%;
    margin-bottom: 24px;
  }

  body.aura-home .home4-banner-section.aura-hero .banner-content .sub-title {
    margin-bottom: 16px;
    font-size: 11px;
    padding: 8px 10px;
  }

  body.aura-home .home4-banner-section.aura-hero .banner-content-and-counter-area .counter-area {
    padding: 16px 0 24px !important;
  }

  body.aura-home .home4-banner-section.aura-hero .counter-area ul {
    gap: 16px 24px !important;
    flex-wrap: wrap;
    row-gap: 16px;
  }

  body.aura-home .home4-banner-section.aura-hero .counter-area ul .single-counter {
    gap: 12px;
  }

  body.aura-home .home4-banner-section.aura-hero .banner-content .button-area {
    gap: 12px !important;
    width: 100%;
  }

  body.aura-home .home4-banner-section.aura-hero .banner-content .button-area .primary-btn3 {
    padding: 14px 24px !important;
  }

  body.aura-home .section-title3 h2,
  body.aura-home .home4-new-live-auction-section .section-title3 h2,
  body.aura-home .home4-category-section .section-title3 h2,
  body.aura-home .home4-trending-auction-section .section-title3 h2 {
    font-size: 28px;
    line-height: 34px;
  }

  body.aura-home .section-title3 p,
  body.aura-home .home4-new-live-auction-section .section-title3 p,
  body.aura-home .home4-category-section .section-title3 p {
    font-size: 15px;
    line-height: 26px;
  }

  body.aura-home .home4-new-live-auction-section.aura-artwork-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  body.aura-home .home4-new-live-auction-section.aura-artwork-section.mb-120 {
    margin-bottom: 50px;
  }

  body.aura-home .home4-category-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  body.aura-home .home4-banner-section.aura-hero .banner-content .button-area {
    flex-direction: column;
    align-items: stretch;
  }

  body.aura-home .home4-banner-section.aura-hero .banner-content .button-area .primary-btn3 {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  body.aura-home .home4-banner-section.aura-hero .banner-content .aura-hero__title {
    font-size: 32px;
  }
}

/* ─── Our Artwork section spacing (Figma gap ~117px below hero) ─── */
body.aura-home .home4-new-live-auction-section.aura-artwork-section {
  padding-top: 117px;
  padding-bottom: 100px;
  margin-top: 0;
}

body.aura-home .home4-new-live-auction-section.aura-artwork-section.mb-120 {
  margin-bottom: 120px;
}

body.aura-home .home4-new-live-auction-section .section-title3 h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

body.aura-home .home4-new-live-auction-section .section-title3 p {
  font-size: 17px;
  line-height: 32px;
  color: rgba(35, 41, 31, 0.73);
  max-width: 533px;
  margin-left: auto;
  margin-right: auto;
}

body.aura-home .home4-new-live-auction-section > .container > .row:last-child .primary-btn3 {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

body.aura-home .home4-new-live-auction-section > .container > .row:last-child .primary-btn3 svg circle {
  fill: var(--primary-color);
}

/* ─── Event Category (purple panel + texture) ─── */
body.aura-home .home4-category-section {
  background-image: url(../img/home4/home4-live-auction-bg.png),
    linear-gradient(180deg, #662d91 0%, #662d91 100%) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Category section header button - white for purple background */
body.aura-home .home4-category-section .section-title3 + a.primary-btn3,
body.aura-home .home4-category-section a.primary-btn3[href="category.html"] {
  border-color: var(--white-color) !important;
  color: var(--white-color) !important;
  background-color: transparent !important;
}

body.aura-home .home4-category-section .section-title3 + a.primary-btn3 svg,
body.aura-home .home4-category-section a.primary-btn3[href="category.html"] svg {
  fill: var(--white-color) !important;
}

body.aura-home .home4-category-section .section-title3 + a.primary-btn3 span,
body.aura-home .home4-category-section a.primary-btn3[href="category.html"] span {
  background-color: var(--white-color) !important;
}

body.aura-home .home4-category-section .section-title3 + a.primary-btn3:hover,
body.aura-home .home4-category-section a.primary-btn3[href="category.html"]:hover {
  color: var(--title-color) !important;
}

body.aura-home .home4-category-section .section-title3 + a.primary-btn3:hover svg,
body.aura-home .home4-category-section a.primary-btn3[href="category.html"]:hover svg {
  fill: var(--title-color) !important;
}

body.aura-home .home4-category-section .section-title3 h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

body.aura-home .home4-category-section .section-title3 p {
  font-size: 17px;
  line-height: 32px;
}

/* ─── Trending Events ─── */
body.aura-home .home4-trending-auction-section .section-title3 h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

/* ─── Footer (solid color, no texture image) ─── */
body.aura-home footer.aura-footer.style-4 .footer-wrapper {
  background-color: #2a1638 !important;
  background-image: none !important;
}

body.aura-home footer.aura-footer.style-4 .footer-widget .widget-title h4 {
  letter-spacing: 0.66px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

body.aura-home footer.aura-footer.style-4 .footer-menu-wrap .footer-widget + .footer-widget {
  margin-top: 25px;
}

body.aura-home footer.aura-footer.style-4 .footer-menu-wrap .footer-widget .menu-container .widget-list li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  letter-spacing: 0.34px;
}

body.aura-home footer.aura-footer.style-4 .footer-menu-wrap .footer-widget .menu-container .widget-list li:hover a {
  color: var(--primary-color);
}

body.aura-home footer.aura-footer.style-4 .footer-logo img {
  max-width: 171px;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  /* Footer – tablet & mobile */
  body.aura-home footer.aura-footer.style-4 .footer-menu-wrap {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  body.aura-home footer.aura-footer.style-4 .footer-menu-wrap .row > [class*="col-"] {
    width: 100%;
  }

  body.aura-home footer.aura-footer.style-4 .footer-menu-wrap .footer-widget + .footer-widget {
    margin-top: 20px;
  }

  body.aura-home footer.aura-footer.style-4 .footer-logo-area {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }

  body.aura-home footer.aura-footer.style-4 .footer-logo-area .social-area .social-list {
    justify-content: center;
  }

  body.aura-home footer.aura-footer.style-4 .newletter-and-payment-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  body.aura-home footer.aura-footer.style-4 .newletter-area {
    max-width: 100%;
  }

  body.aura-home footer.aura-footer.style-4 .newletter-area h4 {
    font-size: 22px;
    line-height: 1.35;
  }

  body.aura-home footer.aura-footer.style-4 .payment-area .payment-options {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  body.aura-home footer.aura-footer.style-4 .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 24px 0;
  }

  body.aura-home footer.aura-footer.style-4 .footer-menu-wrap .row > .d-flex.justify-content-sm-end {
    justify-content: center !important;
  }

  body.aura-home footer.aura-footer.style-4 .footer-bottom .footer-bottom-right ul {
    justify-content: center;
    gap: 16px 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.aura-home footer.aura-footer.style-4 .footer-menu-wrap .row > .col-sm-6 {
    width: 50%;
  }

  body.aura-home footer.aura-footer.style-4 .footer-menu-wrap .row > .col-sm-6:nth-child(n + 3) {
    width: 100%;
    margin-top: 10px;
  }

  body.aura-home footer.aura-footer.style-4 .newletter-and-payment-wrap {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  body.aura-home footer.aura-footer.style-4 .footer-menu-wrap {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  body.aura-home footer.aura-footer.style-4 .footer-widget .widget-title h4 {
    font-size: 18px;
  }

  body.aura-home footer.aura-footer.style-4 .footer-logo-area {
    text-align: left;
  }

  body.aura-home footer.aura-footer.style-4 .footer-menu-wrap .row > .d-flex {
    justify-content: flex-start !important;
  }

  body.aura-home footer.aura-footer.style-4 .footer-logo-area .social-area .social-list {
    justify-content: flex-start;
    gap: 16px;
  }

  body.aura-home footer.aura-footer.style-4 .footer-bottom .copyright-area p {
    font-size: 13px;
    line-height: 1.5;
  }

  body.aura-home footer.aura-footer.style-4 .footer-bottom .footer-bottom-right ul {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

/* Section titles – match Figma 40px / 800 weight sitewide on homepage */
body.aura-home .section-title3 h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

body.aura-home .section-title3 p {
  font-size: 17px;
  line-height: 32px;
}

body.aura-home .home4-category-section .category-card4 h5 {
  color: var(--title-color);
}

/* ─── Offer banners section (art auction grid) ─── */
body.aura-home .home4-offer-banners-section .left-banner-area {
  overflow: hidden;
  border-radius: 5px;
}

body.aura-home .home4-offer-banners-section .left-banner-area img {
  width: 100%;
  height: 100%;
  min-height: 625px;
  object-fit: cover;
  object-position: center center;
}

body.aura-home .home4-offer-banners-section .single-banner {
  overflow: hidden;
  border-radius: 5px;
}

body.aura-home .home4-offer-banners-section .single-banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: right center;
  min-height: 280px;
}

@media (min-width: 1200px) {
  body.aura-home .home4-offer-banners-section .single-banner img {
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  body.aura-home .home4-offer-banners-section .left-banner-area img {
    min-height: 400px;
  }

  body.aura-home .home4-offer-banners-section .single-banner img {
    min-height: 270px;
  }
}

/* ─── Event Close Soon (purple texture bg) ─── */
body.aura-home .home4-auction-close-section {
  background-image: url(../img/home4/home4-live-auction-bg.png),
    linear-gradient(180deg, #662d91 0%, #662d91 100%) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

body.aura-home .home4-auction-close-section .auction-card {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

body.aura-home .home4-auction-close-section .auction-card:hover {
  background-color: rgba(255, 255, 255, 0.14);
}

body.aura-home .home4-auction-close-section .auction-card .auction-card-content .price-and-code-area .bid-btn {
  background-color: var(--white-color);
  color: var(--title-color);
}

body.aura-home .home4-auction-close-section .auction-card:hover .auction-card-content .price-and-code-area .bid-btn {
  background-color: var(--primary-color);
  color: var(--white-color);
}

body.aura-home .home4-auction-close-section .primary-btn3 {
  border-color: var(--white-color) !important;
  border-bottom-color: var(--white-color) !important;
  border-right-color: var(--white-color) !important;
  color: var(--white-color) !important;
  background-color: transparent !important;
}

body.aura-home .home4-auction-close-section .primary-btn3 svg circle {
  fill: var(--white-color) !important;
}

body.aura-home .home4-auction-close-section .primary-btn3 span {
  background-color: var(--white-color) !important;
}

body.aura-home .home4-auction-close-section .primary-btn3:hover {
  color: var(--title-color) !important;
}

body.aura-home .home4-auction-close-section .primary-btn3:hover svg circle {
  fill: var(--title-color) !important;
}

/* ─── Our Artwork – tablet/mobile ─── */
@media (max-width: 991px) {
  body.aura-home .home4-new-live-auction-section.aura-artwork-section {
    overflow-x: clip;
  }

  body.aura-home .home4-new-live-auction-section.aura-artwork-section.mb-120 {
    margin-bottom: 60px;
    padding: 50px 0;
  }

  body.aura-home .home4-new-live-auction-section .row.mb-50 {
    margin-bottom: 32px !important;
  }

  body.aura-home .home4-new-live-auction-section .row.g-4.mb-50 {
    margin-bottom: 36px !important;
  }

  body.aura-home .home4-new-live-auction-section .section-title3 p {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  body.aura-home .home4-new-live-auction-section .auction-card.style-4 {
    height: 100%;
  }

  body.aura-home .home4-new-live-auction-section .auction-card.style-4 .card-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  body.aura-home .home4-new-live-auction-section .auction-card.style-4 .auction-card-content h6 {
    font-size: 15px;
    line-height: 1.4;
  }

  body.aura-home .home4-new-live-auction-section > .container > .row:last-child {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  body.aura-home .home4-new-live-auction-section .row.g-4 > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.aura-home .home4-new-live-auction-section .auction-card.style-4 .auction-card-content {
    padding: 16px 14px;
  }

  body.aura-home .home4-new-live-auction-section .auction-card.style-4 .auction-card-content .price-and-code-area .price strong {
    font-size: 20px;
  }
}
