.hr-cards {
    background-color: #f8f9fa; /* Light background to show the cards clearly */
}

/* --- General Card Styling --- */
.promo-card {
    position: relative;
    height: 420px;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.promo-card:hover {
    transform: translateY(-5px);
}

/* --- Image Cards (Left & Right) --- */
.card-image-bg {
    /* Fallback dark overlay just in case image is too bright */
    box-shadow: inset 0 100px 80px -50px rgba(0,0,0,0.3);
}

.card-content-top {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

.card-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    font-family: var(--font-02);
}

.see-products-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 2px;
    transition: opacity 0.2s ease;
    font-family: var(--font-02);
}

.see-products-link:hover {
    color: #ffffff;
    opacity: 0.8;
}

/* --- The Corner "Blob" Badge --- */
/* --- Modified Corner Badge (Using Image Background) --- */
.discount-badge {
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 190px;  /* Adjust these dimensions to match your actual image */
    height:173px; 
    
    /* Set your background image here */
    background-image: url('https://www.myeventzpro.com/public/MEVNTZPRO/themeaB9xY12z/assets/images/about/badge.svg'); 
    background-size: contain; /* Ensures the whole image fits within the width/height */
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: transparent;
    
    /* Ensure old border-radius is removed so it doesn't clip your image */
    border-radius: 0; 

    /* Flexbox keeps the text aligned inside the badge */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    /* You may need to tweak this padding depending on the exact shape of your image 
       to get the text perfectly centered visually */
    padding-top: 25px;
    padding-left: 20px;
    z-index: 2;
    border-bottom-right-radius: 15px;
}

.discount-amount {
    color: #e66d4e;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    font-family: var(--font-04);
    right: -20px;
    position: relative;
}

.discount-text {
    color: #e35d4f;
    font-size: 16px;
    font-weight: 400;
    margin: 12px 0 0;
    line-height: 1em;
    font-family: var(--font-02);
    right: -12px;
    position: relative;
}

/* --- Center Dark Card --- */
.card-dark-bg {
    background-color: #050505;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.sale-title {
    font-family:var(--font-04);
    color: #ddab77;
    font-size: 47px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.btn-sale {
    color: #ffffff;
    background: var(--color-1);
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 5em;
    text-decoration: none;
    letter-spacing: 0px;
    transition: all 0.3s ease;
    font-family: var(--font-02);
    border: transparent;
}

.btn-sale:hover {
    color: var(--color-1);
    background: #fff;
}

.client-text {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    line-height: 1.5;
    font-family:var(--font-02);
}




.balloon-banner {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    max-width: 300px;
    z-index: 2;
    text-align: left;
}

.banner-content h4 {
    font-size: 45px;
    font-family: var(--font-05);
    color: #b33b5c;
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
}

.banner-content h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: #b0003a;
    margin-bottom: 15px;
    font-family: var(--font-01);
    text-align: left;
    text-transform: uppercase;
}

/* Heart Divider */
.heart-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d81b60;
    font-size: 18px;
    margin-bottom: 10px;
}

.heart-divider span {
    width: 80px;
    height: 1px;
    background: #d81b60;
    display: block;
}
.banner-bg {
    position: relative;
    height: 100%;
}
.banner-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    max-width: 350px;
    text-align: center;
}
.btn-sale.about-card-btn-one {
    margin: 0 auto;
    background: #f4658a;
    margin-top: 10px !important;
    display: inline-block;
}




.balloon-banner.home-about-card-two {
}
.home-about-card-two .banner-content h1 {
  text-align: left;
}
.home-about-card-two .banner-content h1 span {
  color: #413f3f;
  font-weight: 600;
  font-size: 28px;
}
.home-about-card-two .banner-content h1 {
  color: #9e722d;
}
.home-about-card-two .banner-content h4 {
  color: #393737;
  text-transform: capitalize;
}
.home-about-card-two .heart-divider span {
  background: #9e722d;
}
.heart-divider.card-two-line {
  color: #9e722d;
}
.home-about-card-two .banner-content p {
  text-align: left;
}
.home-about-card-two .banner-content {
  text-align: left;
  left: 20px;
}



.balloon-banner.home-about-card-three {
}
.home-about-card-three .banner-content h1 span {
  font-size: 23px;
  font-weight: 600;
}
.home-about-card-three .banner-content h1 {
  color: #883c9d;
  text-align: left;
}
.home-about-card-three .banner-content h4 {
  font-size: 25px;
  color: #883c9d;
  text-align: left;
}
.home-about-card-three .banner-content .heart-divider {
    color: #883c9d;
    justify-content: start;
}
.home-about-card-three .banner-content .heart-divider span {
  background: #883c9d;
}
.home-about-card-three .banner-content p {
  text-align: left;
}
.home-about-card-three .banner-content {
  text-align: left;
}
.btn-sale.about-card-btn-three {
    background: #883c9d;
    margin-top: 10px;
    display: inline-block;
}
.btn-sale.about-card-btn-three:hover, .btn-sale.about-card-btn-one:hover {
    background: #fff;
}

.banner-content ul {
  padding: 0;
}
.banner-content ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.banner-content ul li:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\e2e3";
  font-size: 15px;
  left: -3px;
  top: 7px;
  position: absolute;
  width: 15px;
  height: 15px;
  color: #f4658a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.balloon-banner.home-about-card-two .banner-content ul li::after {
    color: var(--color-1);
}
.btn-sale.about-card-btn-two {
    margin-top: 10px !important;
    display: inline-block;
}
.balloon-banner.home-about-card-three .banner-content ul li::after {
    color: #883c9d;
}



.balloon-banner.home-about-card-four {
}
.balloon-banner.home-about-card-four .banner-content h1 {
  color: #21201c;
}
.heart-divider.card-four-line {
  color: #21201c;
}
.heart-divider.card-four-line .heart-divider span {
}
.heart-divider.card-four-line span {
  background: #21201c;
}
.balloon-banner.home-about-card-four .banner-content ul li::after {
  color: #21201c;
}
.btn-sale.about-card-btn-four {
  background: #21201c;
  margin-top: 10px;
  display: inline-block;
}


.about-card-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-1);
  width: 20px;
  height: 20px;
}
.about-card-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-card-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}