html, body {
  overflow-x: hidden;
}

.coupon-page {
  background: #fff;
  color: #17233c;
  font-family: "Poppins", Arial, sans-serif;
}

.coupon-hero {
  background: linear-gradient(180deg, #eef5fc 0%, #ffffff 100%);
  border-top: 1px solid #e7eef6;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.coupon-hero__inner {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 190px;
  padding: 10px 30px;
}

.coupon-hero h1 {
  color: #0d223e;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.12;
  margin: 0 0 10px;
}

.coupon-hero p {
  color: #31445c;
  font-size: 18px;
  margin: 0;
}

.coupon-hero img {
  display: block;
  max-height: 395px;
  max-width: 100%;
  object-fit: contain;
}

.coupon-wrap {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: none;
  padding: 0px 0 56px;
  width: calc(100% - 0px);
}

.coupon-breadcrumb {
  margin-bottom: 18px;
}

.coupon-tabs {
  align-items: center;
  background: #fff;
  border: 1px solid #dce5ee;
  border-radius: 999px;
  box-shadow: 0 3px 14px rgba(27, 52, 85, 0.16);
  display: flex;
  gap: 5px;
  margin: 0 auto 28px;
  max-width: 660px;
  overflow-x: auto;
  padding: 7px;
  scrollbar-width: none;
}

.coupon-tabs::-webkit-scrollbar {
  display: none;
}

.coupon-tab {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #27364a;
  cursor: pointer;
  flex: 1 0 auto;
  font-size: 13px;
  font-weight: 600;
  min-height: 40px;
  padding: 0 24px;
}

.coupon-tab.is-active {
  background: #fff;
  box-shadow: 0 1px 8px rgba(20, 39, 65, 0.22);
  color: #0e2a48;
}

.coupon-section-heading {
  color: #2a2f36;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 28px;
  text-align: center;
}

.coupon-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 413px 1fr;
}

.coupon-featured,
.coupon-card,
.coupon-welcome {
  border-radius: 12px;
  box-sizing: border-box;
}

.coupon-featured {
  background: linear-gradient(160deg, #53b5ec 0%, #248ad2 100%);
  color: #fff;
  min-height: 292px;
  padding: 24px;
}

.coupon-label,
.coupon-card__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.coupon-label {
    display: flex;
    width: 163px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 22px;
}

.coupon-card h3,
.coupon-welcome h3 {
  font-size: 22px;
  font-weight: 700;
  /* line-height: 1.12; */
  margin: 0 0 8px;
}
.coupon-featured h3 {  font-size: 24px;  font-weight: 500;  margin: 0 0 8px;}
.coupon-featured__subtitle,
.coupon-card p,
.coupon-welcome p {
  font-size: 14px;
  margin: 0 0 18px;
}
.coupon-featured__subtitle {font-size: 24px; font-style: normal;}
.coupon-code-block,
.coupon-code-box {
  border: 1px dashed rgba(255, 255, 255, 0.55);
  border-radius: 7px;
  padding: 0px 15px;
  position: relative;
}

.coupon-code-block span,
.coupon-card__topline {
  font-size: 11px;
  font-weight: 600;
}
.coupon-code-block span {left: 0px;  position: absolute;  top: -24px;}
.coupon-code-block strong,
.coupon-code-box strong {
  display: block;
  font-size: 22px;
  margin-top: 4px;
      font-size: 34px;
    font-style: normal;
    font-weight: 500;
}

.coupon-actions {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: 14px;
}

.coupon-apply {
  background: #fff;
  border: 1px solid #c8d7e5;
  border-radius: 7px;
  color: #285273;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  min-height: 30px;
  padding: 0 13px;
}
.coupon-apply:hover {background: #53b5ec !important;
} 
.coupon-apply.active,
.coupon-code-box button.is-copied {
  background: #0f8f5b;
  border-color: #0f8f5b;
  color: #fff;
}

.coupon-shop {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.coupon-meta {
  font-size: 12px;
  font-weight: 600;
  margin: 18px 0;
}

.coupon-terms {
  font-size: 11px;
  line-height: 1.45;
  margin: 0;
}

.coupon-list {
  display: grid;
  gap: 18px;
  padding: 0px;
}

.coupon-card {
  align-items: center;
  background: #f5f7fa;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 235px;
  min-height: 136px;
  padding: 22px 24px;
}

.coupon-card__label {
  color: #f04a3a;
}

.coupon-card h3,
.coupon-welcome h3 {
  color: #171d28;
}

.coupon-card small {
  color: #4a5665;
  display: block;
  font-size: 13px;
  line-height: 1.45;
}

.coupon-card__topline {
  color: #47566a;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.coupon-code-box {
  align-items: center;
  background: #fff;
  border-color: #bcc8d3;
  display: flex;
  justify-content: space-between;
  padding: 9px 11px;
}

.coupon-code-box strong {
  color: #3d4653;
  font-size: 18px;
  margin: 0;
}

.coupon-code-box button {
  background: transparent;
  border: 0px solid #ccd5df;
  border-radius: 5px;
  color: #526175;
  cursor: pointer;
  font-size: 0;
  height: 22px;
  position: relative;
  width: 22px;
}

.coupon-code-box button:after {
  content: "";
  height: 27px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 22px;
  background: url(../images/copy-coupons.svg) no-repeat;
}

.coupon-actions--compact {
  justify-content: space-between;
}

.coupon-actions--compact .coupon-shop {
  color: #111827;
}

.coupon-welcome {
  align-items: center;
  background: #eaf6fd;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 235px;
  margin-top: 22px;
  min-height: 148px;
  overflow: hidden;
  padding: 22px 24px;
}

.coupon-welcome img {
  display: none;
  max-height: 118px;
  max-width: 100%;
  object-fit: contain;
}

.coupon-welcome__code {
  grid-column: 2;
  justify-self: stretch;
  min-width: 0;
}

.coupon-welcome__details {
  color: #35465b;
  display: grid;
  gap: 10px;
  line-height: 1.35;
  margin-top: 16px;
  max-width: 760px;
}

.coupon-welcome__details span {
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.coupon-welcome__terms {
  color: #1d4f7a;
  display: block;
  font-size: 11px;
  line-height: 1.4;
}

.coupon-newsletter {
  align-items: center;
  background: #0b3459;
  border-radius: 12px;
  color: #fff;
  display: grid;
  gap: 16px;
  grid-template-columns: 44px 1fr 370px;
  margin-top: 18px;
  padding: 13px 18px;
}

.coupon-newsletter__icon {
  align-items: center;
  background: #1f80bc;
  border-radius: 9px;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.coupon-newsletter__icon img {
  max-height: 26px;
  max-width: 26px;
}

.coupon-newsletter h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 3px;
}

.coupon-newsletter p {
  color: #8fc5e9;
  font-size: 12px;
  margin: 0;
}

.coupon-newsletter__form {
  background: #17496f;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 92px;
  padding: 5px;
}

.coupon-newsletter__form input,
.coupon-newsletter__form button {
  border: 0;
  border-radius: 6px;
  box-sizing: border-box;
  min-height: 34px;
}

.coupon-newsletter__form input {
  background: transparent;
  color: #fff;
  font-size: 12px;
  padding: 0 12px;
}

.coupon-newsletter__form input::placeholder {
  color: #c5d6e4;
}

.coupon-newsletter__form button {
  background: #fff;
  color: #0b3459;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .coupon-wrap {
    width: calc(100% - 32px);
  }

  .coupon-grid,
  .coupon-welcome,
  .coupon-newsletter {
    grid-template-columns: 1fr;
  }

  .coupon-welcome__code {
    grid-column: auto;
  }

  .coupon-hero__inner {
    display: grid;
  }

  .coupon-hero img {
    max-width: 100%;
  }

  .coupon-card {
    grid-template-columns: 1fr;
  }

  .coupon-newsletter {
    text-align: center;
  }

  .coupon-newsletter__icon {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .coupon-wrap {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 0px);
  }

  .coupon-hero h1 {
    font-size: 28px;
  }

  .coupon-tabs {
    justify-content: flex-start;
    margin-left: -4px;
    margin-right: -4px;
  }

  .coupon-tab {
    min-width: 132px;
    padding: 0 18px;
  }

  .coupon-featured,
  .coupon-card,
  .coupon-welcome,
  .coupon-newsletter {
    border-radius: 10px;
    padding: 18px;
  }

  .coupon-featured h3,
  .coupon-card h3,
  .coupon-welcome h3 {
    font-size: 23px;
  }

  .coupon-newsletter__form {
    grid-template-columns: 1fr;
  }
  .coupon-hero__inner {padding: 10px 10px;}
  .coupon-wrap { padding-bottom: 0px;}
  .client_wrapper_outer {    margin-top: 0px !important;    padding-top: 0px !important;     }
  .coupon-card p { margin-bottom: 0px; padding-bottom: 5px;}
  .coupon-card {gap:0px;}
  .coupon-grid {gap:10px;}
  .coupon-list {  gap: 10px;margin-top: 10px !important;}
  .coupon-meta {margin-bottom: 0px; padding-bottom: 0px;}
  .coupon-terms {padding: 0px;}
  .coupon-section-heading { margin-bottom: 10px;}
  .header_main {padding-bottom: 10px;}
  .coupon-code-box {  padding: 2px 5px; width: 30%; float: left;}
  .coupon-actions--compact {width: 58%; padding-left: 10px;margin-top: 0px;}
  .coupon-card__topline {justify-content: normal; gap: 18%;}
  .coupon-welcome {margin-top: 10px;gap: 10px;}
  .coupon-welcome h3 {margin-bottom: 5px;}
  .coupon-card__label {margin-bottom: 5px;}
  .coupon-card h3 {margin-bottom: 5px;}
  .coupon-code-block strong {text-align: center;}
  .coupon-welcome p {padding-bottom: 0px; margin-bottom:0px;}
  .coupon-welcome__details {margin-top:5px;}
 .coupon-code-box strong {font-size: 16px;}
 /* .coupon-actions{gap: 0px;} */
  .coupon-code-box button {width: 16px;height: 16px;}
 .coupon-code-box button:after {  right: -2px;  top: -1px;  width: 16px; height: 16px; background-size: 100%; left: inherit;}
}
@media (max-width: 400px) {
    .coupon-code-box strong {
        font-size: 13px;
    }
}
