body {
     font-family: 'Poppins', sans-serif;
        color: #fff;
    }

/* NAVBAR */
.premium-navbar {
  background: rgba(2, 6, 23, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #f7c873;
  z-index: 999;
}

/* Logo */
.brand-logo {
  width: 250px;
}

/* ===========================
   CENTER SEARCH
=========================== */
.nav-search-wrapper {
  flex: 1;
  max-width: 800px;
  margin: 0 10px;
  width: 30%;

}
.nav-search-group {
  position: relative;
  width: 100%;
}

.nav-search-input {
  width: 100%;
  padding: 10px 46px 10px 16px;
  font-size: 14px;
  border-radius: 25px;
  border: none;
}

.nav-search-input:focus {
  outline: none;
  box-shadow: none;
}

/* Search Button inside input */
.nav-search-btn {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  border: none;
  background: #0b5ed700;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-search-btn:hover {
  background: #084298;
}

/* ===========================
   RIGHT NAV LINKS
=========================== */
.navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: #ffd700;
}

/* ===========================
   MOBILE
=========================== */
@media (max-width: 991px) {
  .brand-logo {
    width: 200px;
  }

  .nav-search-wrapper {
    display: none;
  }

  .nav-search-input {
    border-radius: 8px;
  }
}
        .btn-prime {
            background: linear-gradient(135deg, #d4af37, #b8962e);
            color: #000;
            font-weight: 600;
            padding: 10px 22px;
            border-radius: 30px;
            border: none;
        }

        .btn-prime:hover {
            background: linear-gradient(135deg, #b8962e, #d4af37);
            color: #000;
        }


.btn-enq {
background: linear-gradient(135deg, #d4af37, #b8962e);
color: #000;
font-weight: 600;
padding: 10px 0
border-radius: 30px;
border: none;
font-size: ;
}

.btn-prime:hover {
background: linear-gradient(135deg, #b8962e, #d4af37);
color: #000;
}


/* ===== HERO SECTION ===== */
/* HERO SECTION */
.hero-search {
  position: relative;
  padding-bottom: 100px;
}

/* SEARCH BAR (DEFAULT IN HERO) */
.search-card {
  position: absolute;
bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  width: 56%;
  max-width: 1100px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  z-index: 10;
  transition: all 0.3s ease;
}

/* STICKY STATE (BELOW NAVBAR) */
.search-card.sticky {
  position: fixed;
  top: 70px; /* navbar height */
  bottom: auto;
  z-index: 999;
}

/* INPUTS */
.search-card .form-control,
.search-card .form-select {
  height: 48px;
  border-radius: 10px;
}

/* MOBILE */
@media (max-width: 768px) {
  .search-card {
    padding: 14px;
  }

  .search-card.sticky {
    top: 60px;
  }
}



.hero {
    min-height: 50vh;
    padding: 100px 0;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at top left, #7a0000, #000 60%);
}

.hero h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
}

.hero h1 span {
    color: #d4af37;
}

.hero p {
    font-size: 18px;
    color: #ccc;
    margin: 20px 0 35px;
    max-width: 520px;
}

.hero-badges {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.badge-premium {
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid #d4af37;
    color: #d4af37;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 38px;
    }
}

        .form-select {
    background-color: #111;
    color: #fff;
    border: 1px solid #333;
}

.form-select:focus {
    border-color: #d4af37;
    box-shadow: none;
}

.premium-card {
    background: #111;
    border: 1px solid #222;
    color: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s;
}

.premium-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.15);
}

.card-img-top {
    height: 220px;
    object-fit: cover;
}

.badge.builder {
    background: rgba(212, 175, 55, 0.15);
    color: #d4af37;
    border: 1px solid #d4af37;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.location {
    color: #aaa;
    font-size: 14px;
}

.price {
    color: #d4af37;
    font-weight: 600;
    font-size: 18px;
}

.property-meta {
    display: flex;
    gap: 15px;
    margin: 12px 0;
}

.property-meta span {
    background: rgba(255, 255, 255, 0.05);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #ddd;
    border: 1px solid #333;
}

.lead-modal {
    background: #111;
    color: #fff;
    border-radius: 18px;
    border: 1px solid #222;
}

.lead-modal .form-control,
.lead-modal .form-select {
    background: #000;
    color: #fff;
    border: 1px solid #333;
    border-radius: 12px;
}

.lead-modal .form-control:focus,
.lead-modal .form-select:focus {
    border-color: #d4af37;
    box-shadow: none;
}

.lead-modal .form-label {
    font-size: 14px;
    color: #ccc;
}

.lead-modal .invalid-feedback {
    font-size: 12px;
}

.modal-title {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.propertypost-modal{
    background: #111;
    color: #fff;
    border-radius: 18px;
    border: 1px solid #222;
}

.propertypost-modal .form-control,
.propertypost-modal .form-select {
    background: #000;
    color: #fff;
    border: 1px solid #333;
    border-radius: 12px;
}

.propertypost-modal .form-control:focus,
.propertypost-modal .form-select:focus {
    border-color: #d4af37;
    box-shadow: none;
}

.propertypost-modal .form-label {
    font-size: 14px;
    color: #ccc;
}

.propertypost-modal .invalid-feedback {
    font-size: 12px;
}

html {
    scroll-behavior: smooth;
}
.featured-section {
    padding: 10px 0;
}

/*new projects*/
.property-section {
  padding: 20px 0;
  font-family: Arial, sans-serif;
}

.slider-wrapper {
  position: relative;
}

.property-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.property-slider::-webkit-scrollbar {
  display: none;
}

.property-card {
  min-width: 260px;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 10px;
  background: #fff;
  flex-shrink: 0;
}

.property-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}

.property-card h3 {
  font-size: 16px;
  margin: 10px 0 5px;
}

.property-card p {
  font-size: 13px;
  color: #666;
}

.price {
  font-weight: bold;
  display: block;
  margin: 8px 0;
}

.property-card button {
  width: 100%;
  padding: 8px;
  background: #6a3df0;
  color: #fff;
  border: none;
  border-radius: 8px;
}

.nav {
  position: absolute;
  top: 40%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 10;
}

.prev { left: -10px; }
.next { right: -10px; }

.site-footer {
    background: linear-gradient(180deg, #000, #0a0a0a);
    padding: 30px 0;
    color: #ccc;
    border-top: 1px solid #222;
}

.footer-brand {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

.footer-brand span {
    color: #d4af37;
}

.footer-text a {
  color: #d1d5db;
  text-decoration: none;
}

.footer-text a:hover {
  color: #d4af37;
}


.footer-text {
    font-size: 14px;
    margin: 15px 0 20px;
    max-width: 320px;
}

.footer-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-links a,
.footer-contact a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #d4af37;
}

.footer-cta {
    margin-top: 15px;
}

.footer-btn {
    flex: 2;
    text-align: center;
    padding: 8px 10px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    transition: 0.3s;
    width: 150px;
}

.footer-btn.call {
    border: 1px solid #d4af37;
    color: #d4af37;
    background: transparent;
}

.footer-btn.call:hover {
    background: #d4af37;
    color: #000;
}

.footer-btn.whatsapp {
    background: #25D366;
    color: #000;
}

.footer-btn.whatsapp:hover {
    background: #1ebe5d;
}

.footer-bottom {
    border-top: 1px solid #222;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #777;
}

/* Mobile */
@media (max-width: 576px) {
    .footer-cta {
        flex-direction: column;
    }
}

.text-black{
    color: #000;
}
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #d4af37, #b8962e);
    color: #000;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 999;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#backToTop:hover {
    transform: translateY(-4px);
}

/* Mobile */
@media (max-width: 576px) {
    #backToTop {
        bottom: 20px;
        right: 20px;
        width: 42px;
        height: 42px;
    }
}

.partners-section {
    background: linear-gradient(180deg, #0a0a0a, #000);
    padding: 35px 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.featured-section2 {
    background: linear-gradient(180deg, #0a0a0a, #000);
    padding: 35px 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.text-gold {
    color: #d4af37;
}

.partner-logo {
    background: #111;
    border: 1px solid #222;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    transition: all 0.3s ease;
}

.partner-logo img {
    max-height: 50px;
    max-width: 100%;
    filter: grayscale(100%);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.partner-logo:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.15);
}

.partner-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* Mobile */
@media (max-width: 576px) {
    .partner-logo {
        height: 95px;
        padding: 18px;
    }

    .partner-logo img {
        max-height: 42px;
    }
}

.faq-section {
    background: #ffffff;
    padding: 90px 0;
}

.faq-section .accordion-item {
    border: none;
    border-bottom: 1px solid #eaeaea;
}

.faq-section .accordion-button {
    font-weight: 500;
    font-size: 16px;
    color: #111;
    padding: 20px 0;
}

.faq-section .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
    box-shadow: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-body {
    color: #555;
    font-size: 15px;
    padding: 0 0 20px 0;
}

.text-gold {
    color: #d4af37;
}

/* Mobile */
@media (max-width: 576px) {
    .faq-section {
        padding: 70px 0;
    }

    .faq-section .accordion-button {
        font-size: 15px;
    }
}

/*listing*/
.property-grid-section {
    background: #f4f8fb;
    padding: 35px 0;
}

.property-card-light {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: 0.3s ease;
    border: 1px solid #e6e6e6;
}

.property-card-light:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* Image */
.property-img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

/* NEW tag */
.tag-new {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ffcc00;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

/* Card body */
.property-card-light .card-body {
    padding: 16px;
}

.property-card-light h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

.location {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px !important;
}

.price {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 4px;
}

.meta {
    font-size: 13px;
    color: #555;
}

/* Badges */
.badges {
    display: flex;
    gap: 8px;
    margin: 10px 0;
}

.badge-rera {
    font-size: 11px;
    padding: 4px 8px;
    background: #e6f7f0;
    color: #0a7c5a;
    border-radius: 4px;
    font-weight: 600;
}

.badge-builder {
    font-size: 11px;
    padding: 4px 8px;
    background: #b1770a;
    border-radius: 4px;
}

/* CTA */
.card-actions {
    margin-top: 10px;
}

.card-actions .btn {
    font-size: 14px;
    border-radius: 8px;
}

/* Mobile */
@media (max-width: 576px) {
    .property-img {
        height: 200px;
    }
}
.hero-slider {
    position: relative;
}

.hero-slide {
    min-height: 55vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-slide .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.75)
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    color: #fff;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
}

.hero-content p {
    font-size: 18px;
    color: #ddd;
    margin: 15px 0 30px;
}

/* Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
/*    filter: invert(1);*/
}

/* Mobile */
@media (max-width: 768px) {
    .hero-slide {
        min-height: 75vh;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 16px;
    }
}


/* Slider */
.property-slider,
.slick-slider {
  position: relative;
}
.slick-slide {
    margin: 0px 14px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
   
}

/* Arrow base */
.slick-prev,
.slick-next {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 20;
position:absolute;
  /* vertical centering */
  top: 45%;
  transform: translateY(-50%);
}

/* Remove default slick arrow opacity */
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  color: #000;
  opacity: 1;
}

/* LEFT arrow position */
.slick-prev {
  left: -22px;   /* adjust spacing */
}

/* RIGHT arrow position */
.slick-next {
  right: -22px;  /* adjust spacing */
}

/* Hover effect */
.slick-prev:hover,
.slick-next:hover {
  background: #f5f5f5;
}


.slick-prev:before,
.slick-next:before {
  content: '';
}

.slick-prev::after {
  content: '‹';
  font-size: 28px;
  color: #6a3df0;
      top: -2px;
    left: 15px;
    position: absolute;
}

.slick-next::after {
  content: '›';
  font-size: 28px;
  color: #6a3df0;
    top: -2px;
    right: 15px;
    position: absolute;
}


@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

/* SOCIAL */
.social-icons {
  display: flex;
  gap: 14px;
  margin-top: 12px;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon svg {
  width: 18px;
  height: 18px;
  fill: #d4af37;
  transition: fill 0.3s ease;
}

.social-icon:hover {
  background: #d4af37;
}

.social-icon:hover svg {
  fill: #000;
}
/* Floating Corner Ribbon */
.featured-ribbon {
    position: absolute;
    top: 12px;
    left: -38px;
    background: linear-gradient(135deg, #d4af37, #ffd700);
    color: #000;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 45px;
    transform: rotate(-45deg);
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Diamond */
.diamond-shimmer {
    width: 10px;
    height: 10px;
    background: #000;
    transform: rotate(45deg);
    display: inline-block;
    position: relative;
    overflow: hidden;
}

/* Shimmer animation */
.diamond-shimmer::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -10px;
    width: 6px;
    height: 14px;
    background: rgba(255,255,255,0.7);
    transform: rotate(20deg);
    animation: shimmer 2.5s infinite;
}

@keyframes shimmer {
    0% { left: -10px; opacity: 0; }
    40% { opacity: 1; }
    100% { left: 14px; opacity: 0; }
}
.featured-ribbon {
    position: absolute;
    top: 12px;
    left: -38px;
    background: linear-gradient(135deg, #d4af37, #ffd700);
    color: #000;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 45px;
    transform: rotate(-45deg);
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Diamond */
.diamond-shimmer {
    width: 10px;
    height: 10px;
    background: #000;
    transform: rotate(45deg);
    display: inline-block;
    position: relative;
    overflow: hidden;
}

/* Shimmer animation */
.diamond-shimmer::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -10px;
    width: 6px;
    height: 14px;
    background: rgba(255,255,255,0.7);
    transform: rotate(20deg);
    animation: shimmer 2.5s infinite;
}

@keyframes shimmer {
    0% { left: -10px; opacity: 0; }
    40% { opacity: 1; }
    100% { left: 14px; opacity: 0; }
}


/* =========================
   PRIME FLOATING BOX
========================= */

/* Sticker wrapper */
.cashback-sticker{
  position:absolute;
  top:120px;
  right:30px;
  z-index:50;
  animation: stickerBounce 3s infinite;
}

/* BIG YELLOW FUN BLOB */
.cashback-blob{
  position:absolute;
  inset:-20px -10px -14px -34px;
  background:yellow;
  border-radius:70% 30% 40% 60% / 60% 40% 60% 40%;
  transform:rotate(-8deg);
}

/* WHITE OFFER CARD */
.cashback-card{
  position:relative;
  background:#fff;
    padding: 1px 6px 5px;
    min-width: 181px;

  text-align:center;
  border-radius:22px;
  box-shadow:0 15px 35px rgba(0,0,0,.35);
}

/* RED CASHBACK PILL */
.cashback-pill{
  position:absolute;
  top:-14px;
  right:16px;
  background:#ff3b3b;
  color:#fff;
  padding:4px 10px;
  font-size:11px;
  font-weight:800;
  border-radius:20px;
  transform:rotate(6deg);
}

/* HEADLINE */
.cashback-card h2{
  margin:12px 0 2px;
  font-size:26px;
  letter-spacing:1px;
  font-weight:900;
  color:red;
}

/* BODY */
.cashback-card p{
  font-size:14px;
  font-weight:700;
  margin:2px 0;
  line-height:1.3;
  color: #000;
}

/* PRIME */
.cashback-card strong{
  display:block;
  margin-top:6px;
  font-size:13px;
  color:#0b3c6d;
}

/* BOUNCE + WIGGLE */
@keyframes stickerBounce{
  0%{transform:translateY(0)}
  40%{transform:translateY(-8px)}
  60%{transform:translateY(0)}
  70%{transform:rotate(1deg)}
  80%{transform:rotate(-1deg)}
  100%{transform:rotate(0)}
}

/* MOBILE */
@media(max-width:768px){
  .cashback-sticker{
    top:auto;
    bottom:30px;
    right:12px;
  }

  .cashback-card{
    min-width:200px;
    padding:16px;
  }

  .cashback-card h2{
    font-size:26px;
  }
}


/*new sticker*/
/* PROMO WRAPPER */
.cashback-promo{
  position:absolute;
  top:120px;
  right:30px;
  z-index:50;
animation: promoFloat 2.5s infinite, premiumGlow 3s infinite;
}

/* PREMIUM GLOW WRAPPER */
.cashback-promo{
  position:absolute;
  top:120px;
  right:30px;
  z-index:50;
  animation: promoFloat 2.5s infinite, premiumGlow 3s infinite;
}

/* MAIN PURPLE PILL — PREMIUM */
.promo-pill{
/*  background:linear-gradient(181deg, #ffc107, #b8962e);*/
background: yellow;
  padding:12px 26px;
  border-radius:40px;
  text-align:center;
  position:relative;
  overflow:hidden;
 width: 230px;
 line-height: 20px;
  box-shadow:
    0 10px 25px rgba(0,0,0,.35),
    0 0 20px rgba(157,78,221,.6);
}

/* SHINE SWEEP */
.promo-pill::after{
  content:"";
  position:absolute;
  top:0;
  left:-60%;
  width:40%;
  height:100%;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.6),
    transparent
  );
  animation: shineSweep 3.5s infinite;
}

/* BIG CASHBACK */
.promo-big{
  display:block;
  font-size:16px;
  font-weight:600;
  color:#000;
  margin-bottom: 5px;
  text-shadow:0 2px 6px rgba(0,0,0,.4);
}

/* SMALL TEXT */
.promo-small{
  display:block;
  font-size:12px;
  color:#f5e9ff;
  letter-spacing:1px;
}

/* ORANGE PREMIUM TAG */
.promo-sub{
  background:linear-gradient(135deg,#ff9a00,#ff6a00);
  color:#fff;
  font-size:12px;
  font-weight:600;
  padding:6px 16px;
  border-radius:20px;
  margin-top:-12px;
  width:max-content;
  margin-left:auto;
  position: absolute;
  right: 0;

  box-shadow:
    0 6px 15px rgba(0,0,0,.25),
    0 0 10px rgba(255,140,0,.6);
}

/* FLOAT */
@keyframes promoFloat{
  0%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
  100%{transform:translateY(0)}
}

/* GOLD / PURPLE GLOW */
@keyframes premiumGlow{
  0%{filter:drop-shadow(0 0 0 rgba(255,215,0,0))}
  50%{filter:drop-shadow(0 0 12px rgba(255,215,0,.8))}
  100%{filter:drop-shadow(0 0 0 rgba(255,215,0,0))}
}

/* SHINE ANIMATION */
@keyframes shineSweep{
  0%{left:-60%}
  100%{left:140%}
}

/* MOBILE */
@media(max-width:768px){
  .cashback-promo{
    top:auto;
    bottom:30px;
    right:12px;
  }

  .promo-big{
    font-size:22px;
  }
}
