body {
  font-family: Montserrat, Montserrat-fallback, Segoe UI, Helvetica Neue,
    Helvetica, Roboto, sans-serif;
}

.italiana-font {
  font-family: "Italiana", serif;
}

section.hero-sec {
  background-image: url("../images/new-home-banner.jpg");
  min-height: 370px;
  /*padding: 100px 0 60px 0;*/
  color: white;
  text-align: center;
  background-repeat: no-repeat;
}

a.privacyy {
    text-decoration: none;
    color: #dc0e4c;
}

button.btn.btn-link.faq-toggle {
  text-decoration: none !important;
    color: black !important;
    font-size: 18px !important;
    box-shadow: none !important;  
}

button.btn.btn-link.faq-toggle.collapsed {
    text-decoration: none !important;
    color: black !important;
    font-size: 18px !important;
    box-shadow: none !important;
}

/* Left-side cut ribbon */
.coupon-ribbon {
    position: absolute;
    top: 15px;
    left: 538px; /* outside left */
    background-color: #ff4f81; /* default color */
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 32px;
    text-align: center;
    transform: rotate(33deg); /* tilt ribbon */
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 10;
}




h5.mb-1 {
    font-size: 18px !important;
}

.ticket-left.d-flex.align-items-center.justify-content-center.px-3.bg-light {
    background-color: #db0e49 !important;
}

section.index-sec-3.payfull {
  padding: 0 !important;
}

section.index-sec-4.home-desc.text-center h2 {
  font-size: 25px;
}

.coupon-tips-section {
  background-color: #f9f9f9;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
}

button.btn.btn-dark.px-4 {
    margin-top: 19px;
}

.intro {
  font-size: 16px;
  color: #555;
  max-width: 800px;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 31px !important;
}

.coupon-tips-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  padding-left: 5px;
}

.tip-number {
  min-width: 36px;
  height: 36px;
  background-color: #dc0f4a;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.tip-content {
  font-size: 16px;
  color: #333;
  max-width: 900px;
}

.tip-content strong {
  display: block;
  margin-bottom: 4px;
  color: #000;
}

p.text-center.color-white {
  color: white !important;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-list li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.custom-list li strong {
  color: #dc0f4a;
  font-weight: 800;
}

section.hero-sec h1 {
  font-size: 40px;
  color: white;
}

section.hero-sec p {
  color: white;
}

.index-banner-sec .banner-search {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.index-banner-sec .banner-search input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 10px 10px 10px 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  outline: 0;
}

.index-banner-sec .banner-search input::placeholder {
  color: #d8d9d8;
  font-weight: 600;
  font-size: 16px;
}

input#tags {
  width: calc(40% - 55px);
  height: 50px;
  padding: 10px 10px 10px 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  outline: 0;
}

button#srch_id {
  width: 50px;
  height: 50px;
  background: #40b77c;
  color: #fff;
  outline: 0;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-left: -4px;
}

section.hero-sec p {
  font-size: 23px;
  font-weight: 500;
}

div#navbarNav {
  flex-direction: row-reverse;
}

ul.navbar-nav {
  gap: 22px;
}

li.nav-item {
  color: black;
  font-weight: 700;
}

input#tags::placeholder {
  font-weight: 600;
  font-size: 16px;
}

a.nav-link {
  color: black !important;
}

.slider-container {
    /* width: 90%; */
    /* max-width: 900px; */
    position: relative;
    overflow: hidden;
    /* background-color: #f1f1f1; */
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 22px;
}
.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;

  text-align: center;
  font-size: 16px;
}

.slide a {
  color: #dc104c;
  text-decoration: none;
  font-weight: bold;
}

.slide a:hover {
  text-decoration: underline;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #db104c8c;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 60px;
  height: 42px;
  width: 41px;
  font-weight: 900;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.indicators {
  text-align: center;
  padding: 10px;
  display: none;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}

.dot.active {
  background-color: #2e7954;
}

#sliderTrack {
  transition: transform 1.5s ease-in-out;
}

button.view-all {
  background-color: transparent;
  border: none;
  color: #2b7752;
  font-weight: 700;
  margin-left: 104px;
  margin-top: 13px;
}

section.featured {
  padding-top: 43px;
  background-color: #f0f0f0;
  padding-bottom: 60px;
}

section.featured h1 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 30px;
}

.offer-box {
  max-width: 375px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 1px 4px #b8b8b8;
  transition: all 0.3s;
  margin-top: 14px;
}

.offer-box:hover {
  box-shadow: 0 0 8px rgba(0, 175, 133, 0.75);
}

.offer-box a {
  display: block;
}

.offer-box .offer-box-img {
  position: relative;
}

.offer-box .offer-box-img .box-brand-img {
  position: absolute;
  bottom: -17px;
  left: 15px;
  /* max-width: 64px; */
  /* max-height: 64px; */
  width: 28%;
  /* height: 80%; */
  overflow: hidden;
  border: 1px solid #292525;
  border-radius: 4px;
  z-index: 1;
  transition: all 0.35s;
  padding: 7px;
  background-color: white;
}

.offer-box:hover .offer-box-img .box-brand-img {
  left: 50%;
  transform: translateX(-50%);
}

.offer-box .offer-box-info {
  padding: 30px 16px 16px;
  position: relative;
  background: #fff;
  height: 115px;
}

.col-lg-3.col-md-4.col-sm-6.col-6.box-col.margin-top {
  margin-top: 12px;
}

.offer-box .offer-box-info p {
  line-height: 1.3;
  color: #202120;
  font-weight: 500;
  font-size: 17px;
}

.offer-box .offer-box-info h3 {
  line-height: 1.3;
  color: #202120;
  font-weight: 500;
  font-size: 17px;
}

.offer-box .offer-box-info p span {
  color: #ec564a;
}

.offer-box .offer-box-info .brand {
  color: #a0a19f;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.row.padding-add {
  margin-top: 35px;
}

.col-lg-4.col-md-4.col-sm-6.col-6.box-col.margin-top {
  margin-top: 30px;
}

.index-sec-3 {
  padding: 30px 0;
  background: #fff;
}

.index-sec-3 p {
  font-weight: 300;
  color: #70716f;
  font-size: 16px;
}

.index-sec-3 p a {
  color: #00af71;
}

.index-sec-3 .title {
  font-size: 32px;
  font-weight: 300;
  color: #40423f;
  text-align: center;
  padding-bottom: 10px;
}

.index-sec-4 {
  background: #f0f0f0;
  padding: 30px 0;
}

.index-sec-4 .offer-box .offer-box-info p {
  font-size: 14px;
}

.index-sec-4 .offer-box .offer-box-info h3 {
  font-size: 14px;
}

.location-form {
  padding: 50px 0;
  color: #fff;
  text-align: center;
  background: url("../images/location-form-bg.jpg");
  background-size: cover;
  margin: 0 -15px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.location-form .title {
  font-size: 24px;
}

.location-form .sub-heading {
  font-size: 16px;
  padding-bottom: 16px;
}

.location-form form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.location-form form input {
  width: 250px;
  height: 50px;
  padding: 10px 10px 10px 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  outline: 0;
}

.location-form form button {
  width: calc(100% - 294px);
  height: 50px;
  background: #db0f4c;
  color: #fff;
  outline: 0;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}

.sec-top {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}

.sec-title,
.sec-title a {
  font-size: 32px;
  line-height: 40px;
  color: #202120;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}

.sec-top .view {
  color: #dc104d;
  font-size: 14px;
  line-height: 40px;
  position: absolute;
  right: 0;
  font-weight: 700;
  text-decoration: none;
}

section.brands {
  padding-top: 45px;
  padding-bottom: 67px;
}

section.brands h2 {
  font-size: 32px;
  line-height: 40px;
  color: #202120;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  margin-left: 298px;
}

section.brands h3 {
  color: #297852;
  font-size: 15px;
  line-height: 40px;
  /* position: absolute; */
  /* right: 0; */
  font-weight: 700;
  text-decoration: none;
  margin-left: 176px;
}

.brandlogo img {
  background-color: black;
  padding: 23px;
  border-radius: 50%;
  height: 119px;
  width: 128px;
  object-fit: contain;
  margin-bottom: 15px;
}

.brandlogo {
  width: 126px;
}

.brandlogo h4 {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}

.brandlogo strong {
  margin-left: 42px;
}

.grid.grid-cols-3.place-items-center.gap-x-6.gap-y-8.md\:grid-cols-4.lg\:grid-cols-8 {
  display: flex;
  gap: 40px;
  margin-top: 37px;
}

.brandlogo.new2 img {
  border: 1px solid black;
  background-color: transparent;
}

.brandlogo.new4 img {
  background-color: #f96302;
}

.brandlogo.new5 img {
  background-color: #222222;
}

.brandlogo.new6 img {
  background-color: #003b94;
}

.brandlogo.new7 img {
  background-color: #cc0000;
}

strong.lg\:mr-2 i {
  color: #2c7857;
}

section.featured.new-featured {
  margin-top: 70px;
}

section.featured.new-featured .row.padding-add {
  margin-top: 33px;
}

section.featured.new-featured button.view-all {
  font-size: 14px;
}

section.index-sec-4.margin-top2 {
  margin-top: 66px;
}

section.featured.new-featured h1 {
  margin-left: 289px;
}

.gift-section {
  background-color: #26252f;
  padding: 40px;
  border-radius: 20px;
}

.featured-card {
  background-color: #b7194724;
  padding: 18px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-side-card {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.right-side-card img {
  width: 100%;
  border-radius: 10px;
}

.gift-title {
  font-weight: bold;
  color: #26252f;
  font-size: 15px;
}

.gift-subtitle {
  color: #666;
}

h3.text-center.color-white {
  color: white;
  margin-bottom: 33px;
  font-weight: 700;
}

section.index-sec-4.home-desc.text-center a {
  color: #40b77c;
  text-decoration: none;
  font-weight: 600;
}

section.index-sec-4.home-desc.text-center u a {
  color: #40b77c;
  text-decoration: none;
  font-weight: 600;
}

.index-sec-5 {
  background: #fff;
  padding: 40px 0;
  text-align: center;
}

.index-sec-5 .text {
  font-weight: 600;
  color: #40423f;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
}

.index-sec-5 .number {
  font-size: 40px;
  line-height: 1;
  color: #00c27e;
  font-weight: 600;
}

section.faqs {
  padding-top: 48px;
}

.faq-item {
  background: #ffffff;
  margin: 1rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-question {
  padding: 1rem;
  cursor: pointer;
  background-color: #26252f;
  color: white;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.faq-question:hover {
  background-color: #26252f94;
}

.faq-answer {
  padding: 1rem;
  background-color: #fff;
  display: none;
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq-question::after {
  content: "+";
  font-size: 1.5rem;
  transition: transform 0.3s;
  color: #dc0f4a;
  font-weight: 900;
}

.faq-question.active::after {
  content: "-";
  transform: rotate(180deg);
}

section.index-sec-4.margin-custom {
  padding-top: 72px !important;
}

section.index-sec-4.margin-custom a {
  text-decoration: none;
}
section.index-sec-4.margin-custom .offer-box-info {
  height: 100px;
}

.index-sec-9 {
  padding: 56px 0;
  background: #fff;
}

.index-9-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.index-9-text p {
  padding-right: 10px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

.index-9-text button {
  height: 50px;
  background: #40b77c;
  color: #fff;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
}

footer {
  background: #26252f;
  color: #fff;
  font-size: 14px;
  padding: 30px 0;
  overflow: hidden;
}

.footer-logo p {
  padding-top: 5px;
  color: #ffffff80;
}

.footer-nav p {
  margin-bottom: 8px;
  color: #dc0f4a;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.footer-nav ul {
  list-style-type: none;
  padding-left: inherit;
}

a.text-primary {
  color: #dc0f4a !important;
}

.footer-nav.home-nav {
  position: relative !important;
  top: 66px !important;
}

.footer-logo.col-md-3.col-lg-3.col-sm-12 {
  position: relative !important;
  top: 35px !important;
  left: -36px !important;
}

.footer-nav ul li a {
  text-decoration: none;
  color: #ececec;
  display: inline-block;
  padding: 6px 0;
}

.footer-col:nth-of-type(4) .footer-nav a {
  display: flex;
  align-items: center;
}

/* .footer-col:nth-of-type(4) .footer-nav ul li {
  padding: 6px 0;
} */

.footer-col:nth-of-type(4) .footer-nav ul li a i {
  width: 40px;
  font-size: 28px;
}

.footer-col:nth-of-type(4) .footer-nav ul li a span {
  line-height: 1;
}

.footer-members {
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-members div {
  padding: 0 5px;
}

.footer-members a,
.footer-members p {
  color: #fff;
  line-height: 1;
}

.footer-members .rating img {
  width: 140px;
}

.copy-right {
  text-align: center;
}

.copy-right p {
  padding: 10px 8px;
  font-size: 12px;
  font-weight: 200;
  text-align: center;
  color: hsla(0, 0%, 100%, 0.5);
}

.footer-terms ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.footer-terms ul li {
  padding: 0 8px;
  position: relative;
}

.footer-terms ul li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
}

.footer-terms ul li a {
  color: #fff;
  font-size: 12px;
}

footer .retail {
  text-align: center;
  padding-top: 15px;
}

.deal-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #f1f1f1;
}
.deal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
}
.category-section select {
  border-radius: 8px;
}

.hero-banner {
  background-image: url(../images/store-banner.jpg);
  position: relative;
  width: 100%; /* full viewport width */

  /* background-size: contain; */
  /* background-position: center; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  overflow: hidden;
  height: 390px;
  background-repeat: no-repeat;
}

h1.store-font.italiana-font {
  font-size: 68px;
}

.hero-banner .content {
  position: relative;
  z-index: 2; /* on top of overlay */
}

h1.display-4.fw-bold {
  font-size: 5.3rem;
}

.brands-wrapper {
  gap: 1.5rem !important;
}

.brands-column {
  max-width: 33%;
}

.brand-card {
  background-color: #fff;
  transition: box-shadow 0.3s ease;
  cursor: default;
  width: 153%;
}

.brand-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.brand-logo {
  max-height: 40px;
  width: auto;
}

.brand-name {
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
}

.brands-column.flex-fill.d-flex.flex-column.gap-3 {
  gap: 2rem !important;
}

.brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #1a272f;
  padding: 10px !important;
}

.brand-logo {
  max-width: 80px;
  height: auto;
  margin-bottom: 0.5rem;
}

.coupon-header {
  padding: 12px 10px 6px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.coupon-body {
  background-color: #fff;
  padding: 20px 10px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.coupon-footer {
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #fff;
}

.download-text {
  display: inline-block;
}

.coupon-card {
  width: 238px;
  border-radius: 12px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.coupon-card {
  position: relative;
  display: inline-block;
}

.coupon-card::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  background: repeating-radial-gradient(
    circle at center,
    #fff 0px,
    #fff 5px,
    transparent 5px,
    transparent 20px
  );
  background-size: 20px 20px;
  background-repeat: repeat-x;
  z-index: 2;
}

.amazon-theme {
  background-color: #ff9900;
} /* Amazon orange */
.walmart-theme {
  background-color: #0071ce;
} /* Walmart blue */
.target-theme {
  background-color: #cc0000;
} /* Target red */
.bestbuy-theme {
  background-color: #ffe000;
} /* BestBuy yellow */
.macys-theme {
  background-color: #e21a2c;
} /* Macy's red */
.homedepot-theme {
  background-color: #f96302;
} /* Orange */
.nordstrom-theme {
  background-color: #d7cec7;
} /* Soft neutral */
.asos-theme {
  background-color: #000000;
} /* Black */
.bedbathbeyond-theme {
  background-color: #0054a6;
}
.kohls-theme {
  background-color: #512d6d;
}
.costco-theme {
  background-color: #d62d20;
}
.kroger-theme {
  background-color: #003da5;
}
.sears-theme {
  background-color: #00539b;
}
.hm-theme {
  background-color: #e50010;
}
.ikea-theme {
  background-color: #ffcc00;
}
.aliexpress-theme {
  background-color: #ff4747;
}

.adidas-theme {
  background-color: #000000; /* Adidas black */
  color: white;
}

.nike-theme {
  background-color: #111111; /* Nike dark gray/black */
  color: white;
}

.ulta-theme {
  background-color: #c41e3a; /* Ulta Beauty orange/red */
  color: white;
}

.yesstyle-theme {
  background-color: #5cb242; /* YesStyle blue */
  color: white;
}

.crumbl-theme {
  background-color: #f9a11b; /* Crumbl Cookie signature orange */
  color: black;
}

.denny-theme {
  background-color: #bf1e2e; /* Denny's red */
  color: white;
}

.kfc-theme {
  background-color: #e50000; /* KFC red */
  color: white;
}

.jimmyjohns-theme {
  background-color: #c90000; /* Jimmy John's red */
  color: white;
}

.nothingbundt-theme {
  background-color: #5a471b; /* Light pink for Nothing Bundt Cakes */
  color: black;
}

.chickfila-theme {
  background-color: #d41f26; /* Chick-fil-A red */
  color: white;
}

.gucci-theme {
  background-color: #0d5f41; /* Gucci dark green */
  color: white;
}

.lululemon-theme {
  background-color: #cc0000; /* Lululemon red */
  color: white;
}

.samsung-theme {
  background-color: #1428a0; /* Samsung blue */
  color: white;
}

.apple-theme {
  background-color: #000000; /* Apple black */
  color: white;
}

.ralphlauren-theme {
  background-color: #003366; /* Ralph Lauren navy */
  color: white;
}

.vans-theme {
  background-color: #000000; /* Vans black */
  color: white;
}

.marshalls-theme {
  background-color: #003366; /* Navy Blue */
}

.coach-theme {
  background-color: #8b4513; /* SaddleBrown */
}

.express-theme {
  background-color: #ff6600; /* Orange */
}

.forever21-theme {
  background-color: #ffc300; /* Gold */
}

.levis-theme {
  background-color: #2c3e50; /* Dark Blue */
}

.jcpenney-theme {
  background-color: #d72631; /* Red */
}

.bath-body-works-theme {
  background-color: #ff69b4; /* Hot Pink */
}

.sephora-theme {
  background-color: #000000; /* Black */
}

.ulta-theme {
  background-color: #ff6f61; /* Coral */
}

.wayfair-theme {
  background-color: #0052a5; /* Blue */
  position: relative;
}

.neiman-marcus-theme {
  background-color: #4b0082; /* Indigo */
  position: relative;
}

.urban-outfitters-theme {
  background-color: #708090; /* Slate Gray */
  position: relative;
}

.zara-theme {
  background-color: #111111; /* Very Dark Gray */
  position: relative;
}

.coupon-card .brand-logo {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}

.brand-bar {
  height: 142px; /* adjust height as needed */
}

.store-list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.store-list a {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.coupon-ticket {
  display: flex;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.ticket-left {
  background: #db0e49;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 20px 10px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ticket-left::before,
.ticket-left::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.ticket-left::before {
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.ticket-left::after {
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.ticket-right {
  padding: 20px;
  flex: 1;
  background: #fff;
  color: #fff;
  position: relative;
}

.ticket-right::before,
.ticket-right::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  z-index: 1;
}

.ticket-right::before {
  top: -10px;
  right: 0;
  transform: translateX(50%);
}

.ticket-right::after {
  bottom: -10px;
  right: 0;
  transform: translateX(50%);
}

.ticket-right h5 {
  margin-bottom: 5px;
  color: #26242f;
  font-size: 19px !important;
}

p.mb-1.text-muted {
  color: #25232e !important;
}

.ticket-right .btn {
  background: #fff;
  color: #26242f;
  font-weight: bold;
  margin-top: 10px;
  border: none;
  padding: 6px 12px;
}

.ticket-right .btn:hover {
  background: #f5f5f5;
}

.bg-success {
  background-color: #198754 !important;
  padding: 12px !important;
  position: relative !important;
  top: 7px !important;
}

.col-md-2.mb-3.alphaa {
  background-color: #40b77c;
  padding-block: 23px;
  height: 1453px;
  border-radius: 10px;
}

.d-flex.flex-column.left-alpha {
  width: 95%;
}

a.btn.btn-outline-primary.mb-1.text-start {
  color: white;
  font-weight: 500;
  font-size: 23px;
  text-align: center !important;
  align-items: center;
  border: 1px solid;
}

a.btn.btn-outline-primary.mb-1.text-start:hover {
  background-color: #023020 !important;
}

a.btn.btn-outline-secondary.mt-2.text-start.active {
  text-align: center !important;
  background-color: #023020;
}

h2.store-alpha {
  padding-top: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 20px;
}

.store-card {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  position: relative;
  border: 1px solid #eee;
}

.store-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.store-top-border {
  height: 6px;
  background-color: var(--theme-color);
}

.store-card-body {
  padding: 20px;
}

a.coupon-card.brand-bar.advance-auto-parts-theme.text-center {
  background-color: #ce0e2d;
  text-decoration: none;
}

a.coupon-card.brand-bar.tazikis-theme.text-center {
  background-color: #006298;
}

a.coupon-card.brand-bar.kyte-theme.text-center {
  background-color: #012809;
  text-decoration: none;
}

a.coupon-card.brand-bar.the-home-depot-theme.text-center {
  background-color: #ee7125;
  text-decoration: none;
}

a.coupon-card.brand-bar.lego-theme.text-center {
  background-color: #e50003;
  text-decoration: none;
}

a.coupon-card.brand-bar.autozone-theme.text-center {
  background-color: #f37f00;
  text-decoration: none;
}

a.coupon-card.brand-bar.bed-bath-beyond-theme.text-center {
  background-color: #384a9c;
  text-decoration: none;
}

a.coupon-card.brand-bar.netflix-theme.text-center {
  background-color: #e50914;
  text-decoration: none;
}

a.coupon-card.brand-bar.ulta-beauty-theme.text-center {
  background-color: #000000;
  text-decoration: none;
}

a.coupon-card.brand-bar.best-buy-theme.text-center {
  background-color: #f6ec0f;
  text-decoration: none;
}

a.coupon-card.brand-bar.nothing-bundt-cake-theme.text-center {
  background-color: #5a471b;
  text-decoration: none;
}

a.coupon-card.brand-bar.urban-air-theme.text-center {
  background-color: #505151;
  text-decoration: none;
}

a.coupon-card.brand-bar.crumbl-cookie-theme.text-center {
  background-color: #040707;
}

a.coupon-card.brand-bar.panera-theme.text-center {
  background-color: #aab089;
  text-decoration: none;
}

a.coupon-card.brand-bar.patagonia-theme.text-center {
  background-color: #000000;
  text-decoration: none;
}

a.coupon-card.brand-bar.valvoline-theme.text-center {
  background-color: #0083ce;
  text-decoration: none;
}

a.coupon-card.brand-bar.ebay-theme.text-center {
  background-color: #86b817;
  text-decoration: none;
}

a.coupon-card.brand-bar.puma-theme.text-center {
  background-color: #000000;
  text-decoration: none;
}

a.coupon-card.brand-bar.rebecca-minkoff-theme.text-center {
  background-color: #040404;
  text-decoration: none;
}

a.coupon-card.brand-bar.wingstop-theme.text-center {
  background-color: #127032;
  text-decoration: none;
}

a.coupon-card.brand-bar.jimmy-johns-theme.text-center {
  background-color: #ea0029;
  text-decoration: none;
}

a.coupon-card.brand-bar.shein-theme.text-center {
  background-color: #5b5b5b;
  text-decoration: none;
}

a.coupon-card.brand-bar.subway-theme.text-center {
  background-color: #f2b800;
  text-decoration: none;
}

a.coupon-card.brand-bar.youtube-tv-theme.text-center {
  background-color: red;
  text-decoration: none;
}

a.coupon-card.brand-bar.the-north-face-theme.text-center {
  background-color: #000000;
}

a.coupon-card.brand-bar.touchtunes-theme.text-center {
  background-color: #0c0f0f;
  text-decoration: none;
}

a.coupon-card.brand-bar.under-armour-theme.text-center {
  text-decoration: none;
  background-color: black;
}

a.coupon-card.brand-bar.taco-bell-theme.text-center {
  background-color: #3438a0;
  text-decoration: none;
}

a.coupon-card.brand-bar.take-5-oil-change-theme.text-center {
  background-color: #fbda00;
  text-decoration: none;
}

a.coupon-card.brand-bar.papa-johns-theme.text-center {
  background-color: #fe0202;
  text-decoration: none;
}

.coupon-wrapper.d-flex.flex-wrap a {
  text-decoration: none;
}

a.coupon-card.brand-bar.dave-busters-theme.text-center {
  background-color: #e16132;
}

.coupon-wrapper.d-flex.flex-wrap.custom-mg {
  gap: 1em;
}

h1.hero-title.text-white.mt-4.mb-4 {
  color: black !important;
}

.col-lg-12.col-12.left-pan.list-group li {
  list-style: none;
  border: 1px solid black;
  padding: 10px;
  width: 169px;
  margin-top: 9px;
  text-align: center;
  font-size: 20px;
}

.col-lg-12.col-12.left-pan.list-group ul {
  padding: 0;
}

.col-lg-12.col-12.left-pan.list-group li a {
  text-decoration: none;
  color: black;
  font-weight: 700;
}

.banner-search {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-search input[type="text"] {
  width: 100%;
  padding: 14px 20px;
  border: 2px solid #ddd;
  border-radius: 50px;
  font-size: 16px;
  outline: none;
  transition: 0.3s ease-in-out;
}

/*.col-md-12.search-form {*/
/*    position: relative;*/
/*    left: -281px;*/
/*    top: 129px;*/
/*}*/

.banner-search input[type="text"]:focus {
  border-color: #db0f4c;
  box-shadow: 0 0 5px rgb(41 120 82 / 64%);
}

.banner-search button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #db0f4c;
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 50%;
  cursor: pointer;
}

.banner-search button i {
  font-size: 16px;
}

div#app {
  background: #282631 !important;
  height: 100vh;
}

.card {
  margin-top: 25px;
}

.card-header {
  background-color: #db0e49 !important;
  color: black;
  font-weight: 700;
  font-size: 20px;
}

button.purple.w-100 {
  background-color: #db0f4c !important;
  padding: 10px;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 19px;
}

a.btn.btn-link {
  text-decoration: none;
  color: red;
}

a.btn.btn-primary.btn-sm.mb-2 {
  position: relative;
  top: 4px;
}

svg.w-5.h-5 {
  width: 2% !important;
}

p.text-sm.text-gray-700.leading-5.dark\:text-gray-400 {
  padding: 15px !important;
  margin-left: -7px !important;
}

a.relative.inline-flex {
  color: #2d4f2b !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

a.relative.inline-flex.items-center {
  color: #2d4f2b !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

svg.w-5.h-5 {
  color: #2d4f2b !important;
}

.category-card {
  min-height: 140px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

a.category-card.text-white.text-center.d-block.rounded.py-4.px-2 {
  color: #000000ab !important;
  font-size: 21px;
}

.modal-content {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
#modalCouponCode {
  background-color: #db0e49b8;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Optional: aligns the dropdown properly */
}

/* Optional: add smooth transition */
.dropdown-menu {
  transition: all 0.2s ease-in-out;
}

.select.col-sm-5.p-r-30 {
  margin-top: 10px !important;
}

.color-input {
  width: 60px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.col-md-6.search-form {
  margin-top: 57px;
}

span.italiana-font.pink1 {
  color: #db0f4b;
  font-size: 71px;
}

.color-code-label {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}

.p-3 {
  padding: 22px !important;
}

.col-md-8.featured-card img {
  height: 572px;
  width: 784px;
  object-fit: fill;
  border-radius: 10px;
}
.font-big { font-size: 50px;}
/*@media only screen and (max-width: 1600px) {*/
/*    .banner-search {*/
/*    margin-top: 63px !important;*/
/*    margin-left: 260px !important;*/
/*}*/



.section-title {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 3px solid #dc0e4c;
  display: inline-block;
  padding-bottom: 8px;
}

.promo-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease-in-out;
}

.promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.card-heading h3 {
  font-size: 1.25rem;
  color: #24232d;
  font-weight: 600;
  border-left: 4px solid #dc0e4c;
  padding-left: 10px;
}

.coupon-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.feature-list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.feature-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #dc0e4c;
  font-weight: bold;
}

.final-cta {
  border: 2px dashed #dc0e4c;
  background-color: #fff8fb;
}

.final-cta.p-4.p-md-5.bg-white.shadow.rounded-3.border.text-center {
    height: 99%;
}

@media only screen and (max-width: 576px) {
 .offer-box {
    margin-left: 20px;
    overflow: hidden;
    margin-top: 14px;
}

section.featured {
    overflow: hidden;
}

button.nav-button.prev {
    display:none;
}

button.nav-button.next {
    display:none;
}

.slide {
    padding: 11px;
    font-size: 13px;
    height: 57px;
}
section.hero-sec h1 {
    font-size: 31px;

}

section.featured h1 {
    font-size: 25px;
}

.offer-box {
    max-width: 315px;
}

.index-sec-3 .title {
  font-size: 28px;
}

.location-form {
    display: none;
}

.sec-top.d-flex.justify-content-between.align-items-center {
    flex-direction: column;
}

.sec-top .view{
    position:unset;
}

.sec-top {
    flex-direction: column;
}

.location-form {
    display: none;
}

.sec-top.d-flex.justify-content-between.align-items-center {
    flex-direction: column;
}

.sec-top .view{
    position:unset;
}

.sec-top {
    flex-direction: column;
}

section.featured h2 {
    text-align: center;
}

h2.section-title2.mb-3 {
    text-align: center;
}

p.intro.mb-4 {
    text-align: center;
}

ul.coupon-tips-list {
    padding: 0;
}
.gift-section{
    padding:0;
    padding-top: 25px;
}

.col-md-8.featured-card img{
    height:unset;
}

.tip-number {
  min-width: 17px;
  height: 17px;
  position: relative;
  top: 5px;
  font-size: 10px;
}

.promo-card {
  padding: 10px;
  padding-top: 24px;
}

.footer-top.row {
    text-align: center;
}


.footer-logo.col-md-3.col-lg-3.col-sm-12 img {
    margin-left: 105px;
}

.col-lg-3.col-md-3.col-sm-6.col-12 {
    margin-top: 67px;
}

.footer-nav.social {
    margin-left: 117px;
    margin-top: -49px;
}

.footer-nav.home-nav {
    top: -4px !important;
}

.footer-nav.category-nav {
    margin-top: -64px;
}

.footer-nav.store-nav {
    margin-top: -63px;
}
span.italiana-font.pink1 {
    color: #ffffff;
   
}

h1.display-4.fw-bold {
    font-size: 2.3rem;
}

.hero-banner {
    min-height:245px !important;
}

.left-pan ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-left: 0;
    margin: 0;
    list-style: none;
    margin-left: 37px;
  }

  .left-pan ul li {
    flex: 0 1 auto;
  }

  .left-pan ul li a {
    display: inline-flex;
    align-items: center;
    padding: 5px 8px;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    transition: background-color 0.3s ease;
  }

  .left-pan ul li a:hover,
  .left-pan ul li a.active {
    color: white;
  }
  
 
  .coupon-wrapper .coupon-card {
    flex: 0 0 calc(50% - 5px); /* half width minus half gap */
    max-width: calc(50% - 5px);
    box-sizing: border-box;
  }
}

h1.display-4.fw-bold {
  font-size: 54px !important;
  margin-top: 91px !important;

}

h1.display-4.fw-bold.New {
    margin-left: -542px !important;
}