html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.fs-14 {
  font-size: 1.4rem;
}

.category-title {
  font-size: clamp(1rem, 4vw, 2rem);
}

.category-tagline {
  font-size: clamp(0.8rem, 2.5vw, 1.25rem);
}

.overlay-row {
  padding-top: 3%;
}

.choices__button {
  display: none !important;
}

.tagline {
  /*background: #00449E;*/
  background: #C8C0B3;
}

.icon-badge {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #4caf50, #81c784); /* smooth green glow */
  border-radius: 50%;
  padding: 10px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.badge-lg {
  font-size: 0.8rem;
  padding: 0.4em 0.7em;
  border-radius: 0.45rem;
}

@media (max-width: 576px) {
  #trustTab .nav-link {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
}

a {
  text-decoration: none !important;
}

.default-profile-icon {
  box-shadow: 0px 0px 9px 0px #ccc;
  margin-right: -2px;
}

.btn-primary,
[data-bs-theme=dark] .product-card:hover .product-card-button {
  --fn-btn-color: #1A1A1A;
  --fn-btn-bg: #C8C0B3;
  --fn-btn-border-color: #C8C0B3;
  --fn-btn-hover-color: #FFF;
  --fn-btn-hover-bg: #3A3F52;
  --fn-btn-hover-border-color: #3A3F52;
  --fn-btn-focus-shadow-rgb: 222, 107, 107;
  --fn-btn-active-color: #1A1A1A;
  --fn-btn-active-bg: #C8C0B3;
  --fn-btn-active-border-color: #C8C0B3;
  --fn-btn-active-shadow: none;
  --fn-btn-disabled-color: #1A1A1A;
  --fn-btn-disabled-bg: #C8C0B3;
  --fn-btn-disabled-border-color: #C8C0B3;
}

.text-golden {
  /* color: #BD921A; */
  color: #333;
  font-weight: 700 !important;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .text-golden {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .text-golden {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .text-golden {
    font-size: 2rem;
  }
}

.cke_notifications_area {
  display: none !important;
}

.product-description table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.product-description table,
.product-description table th,
.product-description table td,
.product-description table tr {
  border: 1px solid #ccc;
}

.product-description table th,
.product-description table td {
  padding: 8px;
  text-align: left;
}

.small-dot {
  font-size: 8px;
  color:#FFB000;
}

.big-dot {
  font-size: 12px;
}

/* Fix: lift the button above the stretched-link overlay */

/* Golden Gradient Background */
.premium-gold-btn {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  background-size: 200% 200%;
  animation: goldShimmer 3s linear infinite;
  border: none;
  text-shadow: 0 1px 2px rgba(255,255,255,0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover Effect */
.premium-gold-btn:hover {
  text-decoration: none;
}

/* Shimmer Animation */
@keyframes goldShimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Add to Cart Button - Premium Blue */
.add-cart-btn {
  background: linear-gradient(135deg, #2575fc, #6a11cb, #2575fc);
  background-size: 200% 200%;
  animation: blueShimmer 4s linear infinite;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.add-cart-btn:hover {
  text-decoration: none;
}

/* Buy Now Button - Sparkling Golden */
.buy-now-btn {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  background-size: 200% 200%;
  animation: goldShimmer 3s linear infinite;
  border: none;
  text-shadow: 0 1px 2px rgba(255,255,255,0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.buy-now-btn:hover {
  text-decoration: none;
}

/* Shimmer Animations */
@keyframes goldShimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes blueShimmer {
  0% { background-position: 100% 50%; }
  50% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* Seller Contact Card - Rich Premium Green Sparkling */
.seller-contact-info {
  background: linear-gradient(135deg, #006400, #008000, #00a86b, #006400);
  background-size: 400% 400%;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: gradientShift 8s ease infinite;
}

.seller-contact-info:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(0,0,0,0.35);
}

/* Gradient Animation */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.seller-contact-info i.fi-phone {
  color: #ffd700;
}

.seller-contact-info .fw-bold {
  font-weight: 600;
  color: #fff;
}

.seller-contact-info .text-light {
  color: rgba(255,255,255,0.85);
}

article.card .card-footer {
  position: relative;
  z-index: 2;
}

/* DESKTOP / TABLET – keep your original look */
.custom-underline {
  text-decoration: none;
  border-bottom: 3px solid #FFF;
  padding-bottom: 4px;
}

.fs-a {
  font-size: 16px;
}

/* NARROW PHONES (=460px) */
@media (max-width: 460px) {
  .quick-links {
    gap: .5rem;
  }
  .quick-links .btn {
    padding-inline: .5rem;
    font-size: 14px;
  }
  .dataTables_length, .dataTables_filter{ float:right !important;}
}

/* ULTRANARROW PHONES (=380px) */
@media (max-width: 380px) {
  .quick-links {
    gap: .4rem;
  }
  .quick-links .btn {
    padding-inline: .4rem;
    font-size: 13px;
  }
  .dataTables_length, .dataTables_filter{ float:right !important;}
}

/* Dropdown focus expand */
select.form-select:focus {
  min-width: 300px;
  position: absolute;
  z-index: 10;
}

.dropdown-menu {
  min-width: 300px !important;
  white-space: normal;
}

.category-icon {
  width: 30px;
  text-align: center;
  font-size: 1.3rem;
}

.arrow-icon {
  font-size: 1rem;
  color: #007bff !important;
}

.category-row:hover {
  background-color: #f8f9fa;
}

/* premium background to primary button start */
.btn-primary,
[data-bs-theme=dark] .product-card:hover .product-card-button {
  --fn-btn-color: #1A1A1A;
  --fn-btn-bg: #C8C0B3;
  --fn-btn-border-color: #C8C0B3;
  --fn-btn-hover-color: #FFF;
  --fn-btn-hover-bg: #3A3F52;
  --fn-btn-hover-border-color: #3A3F52;
  --fn-btn-focus-shadow-rgb: 222, 107, 107;
  --fn-btn-active-color: #1A1A1A;
  --fn-btn-active-bg: #C8C0B3;
  --fn-btn-active-border-color: #C8C0B3;
  --fn-btn-active-shadow: none;
  --fn-btn-disabled-color: #1A1A1A;
  --fn-btn-disabled-bg: #C8C0B3;
  --fn-btn-disabled-border-color: #C8C0B3;

  border: none;
  border-bottom: 3px solid #DAA520;
  border-radius: 8px;
  padding: 10px 10px;
}

.btn-primary:hover {
  border-bottom: 3px solid #FFF;
}

/* premium background to primary button end */

/* === Free Package Card === */
.card-free {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #f9f9f9;
  transition: all 0.3s ease;
  margin-bottom: 10px !important;
}

.card-free .btn {
  border-bottom: 3px solid #666;
  border-radius: 8px;
  font-weight: 500;
}

/* === Premium Package Card === */
.card-premium {
  background: linear-gradient(180deg, #E8F0FF 0%, #BFD8FF 100%);
  border: 1px solid #C8C0B3;
  border-radius: 12px;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}

.card-premium-promote-ad {
  background: linear-gradient(180deg, #E8F0FF 0%, #BFD8FF 100%);
  border: 1px solid #C8C0B3;
  border-radius: 12px;
  padding: 30px 20px;
  position: relative;
  text-align: left;
}

/* Swiper pagination */
.swiper-pagination {
  position: relative !important;
  margin-top: 40px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ccc;
  opacity: 1;
  margin: 0 6px !important;
  transition: background 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #007bff;
}

.text-secondary-emphasis,
.text-body-secondary,
.text-muted,
.choices__placeholder {
  color: #000 !important;
}

.choices__list--dropdown {
  min-width: 360px !important;
  width: max-content;
  max-width: 100vw;
}

header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* Mobile & Tablet (= 991px) */
@media (max-width: 991px) {
  body {
    padding-top: 120px !important;
  }
  .btn-vehicles,
  .btn-marketplace,
  .btn-properties {
    font-size: 16px !important;
  }
}

/* Desktop & Larger (= 992px) */
@media (min-width: 992px) {
  body {
    padding-top: 74px !important;
  }
}
