/* Top Navigation Styles */

/* :root,
[data-bs-theme="light"] {
  --bs-darkBlue: #f90497;
} */

body {
  background-color: var(--bs-white);
  color: #212121 !important;
}

.logo a {
  font-size: 1.5rem;
}

.text-secondary {
  color: #424242 !important;
}
.navbar-main {
  background-color: #1976d2;
  padding: 15px;
}

.navbar-main .nav-link,
.navbar-brand {
  color: #fff !important;
}

.navbar-icons img {
  height: 20px;
}

.search-box {
  max-width: 850px;
  position: relative;
}

.search-box .search-icon {
  color: var(--bs-gray-500);
  position: absolute;
  top: 6px;
  right: 10px;
}
.btn-outline-white {
  color: var(--bs-light);
  border: solid 1px var(--bs-gray-300);
}
.btn-outline-white:hover {
  color: var(--bs-gray-300);
  border: solid 1px var(--bs-gray-200);
}

/* Hero Styles */

.hero {
  background-color: #fff;
  padding: 10px 20px;
}

.hero h2 {
  font-weight: bold;
}

.hero img {
  max-width: 100%;
  height: auto;
}

.brands img {
  max-height: 130px;
  margin: 20px;
  object-fit: contain;
}

.btn-orange {
  background-color: var(--bs-darkBlue);
  color: #fff;
}

.btn-orange:hover {
  background-color: var(--bs-darkBlue);
}

.btn-green {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-green:active,
.btn-green:focus,
.btn-green:hover,
.btn-green:focus-visible {
  background-color: #218838 !important;
}

.deals small {
  display: block;
  margin-bottom: 4px;
}
.deals .btn {
  border-radius: 8px;
  font-weight: bold;
}

.category-item {
  text-align: center;
  transition: 0.3s;
}
.category-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}
.category-item:hover {
  transform: translateY(-5px);
}
.store-list a {
  display: block;
  margin: 8px 0;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.store-list a:hover {
  color: var(--bs-darkBlue);
  text-decoration: underline;
}
.newsletter-box {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

/* Footer Styles */

footer .logo a {
  color: var(--bs-light);
}

footer a.text-light {
  color: #999999 !important;
}

footer a.text-light:hover {
  color: #22c55e !important;
}

/* Store Page */

.store-page .coupon-card .card {
  /* background-color: var(--bs-white); */
  transition: all 0.3s ease-in-out;
}
.store-page .coupon-card .card:hover {
  background-color: var(--bs-gray-100);
}
.store-page .coupon-card .best-offer {
  background-color: #ffc107;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: var(--bs-black);
  height: 45px;
  position: relative;
  bottom: -10px;
  z-index: -1;
}
.border-amber-yellow {
  border: solid 1px #ffc107;
}
.deals-card .card {
  min-height: 150px;
}
.deals-card .card img {
  max-width: 80px;
}
.store-card {
  background: #111;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.store-card .fa {
  color: #22c55e !important;
}
.store-logo img {
  max-width: 150px;
  margin-bottom: 10px;
}
.shop-btn {
  background: #a6ff4d;
  border: none;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
}
.details-section {
  margin-top: 20px;
}
.details-section .row div {
  margin-bottom: 10px;
}
.store-logo {
  background-color: #ffffff;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 15px 0 0 0;
}
.content-section {
  margin-bottom: 1rem;
}
.browse-store a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  height: 40px;
  width: 40px;
  border: solid 1px #efefef;
  transition: all 0.3s ease;
}
.browse-store a:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
.hover-scale {
  transition: transform 0.2s ease-in-out;
}
.hover-scale:hover {
  transform: translateY(-2px);
}
.brand-logo-placeholder {
  margin: 0 auto;
}
.card {
  transition: box-shadow 0.2s ease-in-out;
}
.card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bg-gradient {
  border-radius: 0.75rem !important;
}
.lh-sm {
  line-height: 1.4;
}
.accordion-button:not(.collapsed) {
  background-color: var(--bs-gray-200);
  border-bottom: solid 1px var(--bs-darkBlue);
  box-shadow: none;
}
.category .card img {
  width: 77px;
}
.promocodeModal .modal-content {
  margin: auto;
  width: 60%;
}

.see-more-content {
  display: none;
}

/* Flash Light Discout Coupons  */
.coupon-card {
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06); */
}

/* table header */
.coupon-table thead th {
  background: #262930; /* dark header */
  color: #fff;
  border: 0;
  vertical-align: middle;
}

/* dotted separators */
.coupon-table tbody td {
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
  vertical-align: middle;
}

/* left column code style */
.code-cell {
  font-weight: 600;
  letter-spacing: 0.6px;
}

.copy-btn {
  border: 0;
  background: transparent;
  color: #6b7280;
}
.copy-btn:hover {
  color: #111827;
}

/* expire date align */
.expire {
  white-space: nowrap;
  text-align: right;
}

/* category list */

.category_list ul li {
  list-style: none;
  margin-bottom: 20px;
}

.category_list ul li a {
  color: #031f86;
  text-decoration: none;
  transition: all 0.3s ease;
}

.category_list ul li a:hover {
  color: var(--bs-darkBlue);
  text-decoration: underline;
}

.category-links .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.category-links .breadcrumb li a {
  text-decoration: none;
  color: #0d6efd;
}

.category-links .breadcrumb-item.active {
  color: #6c757d;
}

.category-links .link-section {
  text-align: center;
}

.category-links .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.category-links .link-item {
  display: flex;
  align-items: center;
  color: #023684;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.category-links .link-item:hover {
  text-decoration: underline;
  color: #0461c4;
}

.category-links .link-item .icon {
  background-color: #3fb34f;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.category-links .footer-note {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-top: 1.5rem;
}

/* Stores List */
.stores_list ul li {
  list-style: none;
  margin-bottom: 10px;
}

.stores_list ul li a {
  color: #031f86;
  text-decoration: none;
  transition: all 0.3s ease;
}

.stores_list ul li a:hover {
  color: var(--bs-darkBlue);
  text-decoration: underline;
}

.stores_list .abc-links ul li {
  border-right: solid 1px #cccccc;
  padding: 0 10px;
}

.stores_list .abc-links ul li:last-child {
  border-right: none;
}

/* Store List By Alphabet */
.stores_list-alphabet .nav-tabs {
  border: 2px solid #dee2e6;
  border-radius: 10px;
  justify-content: start;
  flex-wrap: wrap;
}

.stores_list-alphabet .nav-tabs .nav-link {
  border: none;
  color: #000;
  font-weight: 500;
  padding: 0.5rem 1.085rem;
}

.stores_list-alphabet .nav-tabs .nav-link.active {
  background-color: #000;
  color: #fff;
  border-radius: 0;
}

.stores_list-alphabet .nav-tabs li.nav-item:first-child .nav-link.active {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.stores_list-alphabet .nav-tabs li.nav-item:last-child .nav-link.active {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.stores_list-alphabet .store-card {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  transition: box-shadow 0.2s ease;
}

.stores_list-alphabet .store-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.stores_list-alphabet .store-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.stores_list-alphabet .store-info img {
  width: 70px;
  height: 40px;
  object-fit: contain;
}

.stores_list-alphabet .store-info h6 {
  color: #333333;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.stores_list-alphabet .store-info p {
  margin: 0;
  font-size: 14px;
  color: #6c757d;
}

.stores_list-alphabet .fav-icon {
  font-size: 20px;
  color: #aaa;
  cursor: pointer;
}

.stores_list-alphabet .fav-icon:hover {
  color: #ff4d4d;
}

/* Seasonal Sale */
.seasonal-sale .promo-card {
  border: 1px solid #e6e6e6;
  box-shadow: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.seasonal-sale .promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.seasonal-sale .promo-img {
  object-fit: cover;
  height: 190px;
  width: 100%;
  display: block;
}

.seasonal-sale .card-body small a {
  text-decoration: none;
}

/* make the image area a fixed aspect similar to the screenshot */
.seasonal-sale .img-wrap {
  overflow: hidden;
  background: #2b2136; /* fallback background color like the screenshot */
}

/* Responsive tweaks to more closely match the provided layout */
@media (min-width: 1200px) {
  .seasonal-sale .promo-img {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .seasonal-sale .promo-img {
    height: 160px;
  }
}

/* responsive adjustments on small screens */
@media (max-width: 575.98px) {
  .coupon-table thead {
    display: none;
  } /* hide header on very small screens */
  .coupon-table tbody td {
    display: block;
    width: 100%;
  }
  .coupon-table tbody tr {
    margin-bottom: 0.75rem;
    display: block;
    background: #fff;
    border-radius: 8px;
    padding: 0.75rem;
  }
  .expire {
    text-align: left;
    margin-top: 0.5rem;
  }
  .table-responsive {
    margin: 0;
  }
}

@media (max-width: 1400px) {
  .search-box {
    max-width: 800px;
  }
}

@media (max-width: 767.98px) {
  .navbar .container {
    padding: 0;
  }
  .navbar-nav .nav-item {
    padding: 0 10px;
    background: var(--bs-gray-100);
    border-bottom: solid 1px var(--bs-gray-300);
    margin: 0;
  }
  .navbar-toggler-icon {
    filter: brightness(50);
  }
  .carousel-inner {
    width: 100%;
  }
  .deals-card .card img {
    max-width: 150px;
  }
  .promocodeModal .modal-content {
    margin: auto;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .logo a {
    font-size: 1.3rem;
  }
}
