body {
  margin: 0;
  padding: 0;
}

/* main,
.homepage-content {
  padding-top: var(--header-offset, 100px);
} */

footer {
  margin-top: 0 !important;
  padding-top: 30px;
}

.bg-white.footer {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.popularBrands .accordion-button {
  background-color: #fff;
  font-weight: 600;
  color: #000;
  box-shadow: none;
}

.popularBrands .accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #000;
}

.popularBrands .accordion-body {
  background-color: #fff;
  padding-top: 10px;
}

.footer-category-list li {
  display: inline-block;
}

.footer-category-list li a {
  text-decoration: none;
  color: #007bff;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}

.footer-category-list li a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.carousel-btn {
  position: absolute;
  top: 40%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  z-index: 2;
  padding: 0 10px;
  border-radius: 8px;
}

.carousel-btn.left {
  left: 5px;
}

.carousel-btn.right {
  right: 5px;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.bg-serachgpt-membership {
  background: radial-gradient(at top left, #250068, transparent),
    radial-gradient(at top right, #d2b3ff, transparent),
    radial-gradient(at bottom right, #ffb3f9, transparent),
    radial-gradient(at bottom left, #b3d1ff, transparent);
  background-color: #c5bfff;
}

.rounded {
  border-radius: 0.25rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.align-items-center {
  align-items: center !important;
}

.webContent .mainHeading,
.webContent .subHeading {
  text-transform: none;
}

.webContent .mainHeading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: var(--font-family-heading, 'Poppins', sans-serif);
}

.webContent .subHeading {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 500;
}

.text-white {
  color: #fff !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.dealCards {
  position: relative;
  overflow: hidden;
}

.dealBadge.topDeal {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff3333;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
}

.brandLogo {
  height: 50px;
  background: #222;
  padding: 4px;
}

.brandName {
  font-size: 1rem;
  color: #222;
}

.dealsTitle {
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 4px;
  color: #000;
}

.dealsInfo {
  font-size: 0.85rem;
  margin-top: 8px;
}

.usage {
  font-size: 0.8rem;
  color: #666;
}

.dates li span {
  font-weight: 600;
  color: #222;
}


.new-stores-section {
  background: linear-gradient(180deg, #5c32b4 0%, #6f42c1 100%);
  color: #fff;
}

.offer-cashback-text p {
  margin-bottom: 0;
  color: #222;
}

.smallHeading {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-limit-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-20 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.bg-style3 {
  background: linear-gradient(135deg, #3a0070, #8a2be2);
}

/* Get Cash Back and Discounts Section */
.stores-logo {
  background-color: #f8f9fa !important;
}

.stores-logo .mainHeading {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: none;
  color: #212529;
  letter-spacing: 0;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .main-banner {
    padding-top: 20px;
  }
}


@media (max-width: 768px) {
  .stores-logo .mainHeading {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
  footer {
    padding-top: 20px !important;
  }
}