.single-nav-menu.menu-item button::after {
    display: none;
}

.banner-section-wrapper .swiper {
    padding: 50px 0;
}

.banner-section-wrapper .swiper-slide {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.banner-section-wrapper .swiper-slide {
    transform: scale(0.8);
}

.banner-section-wrapper .swiper-slide-active {
    transform: scale(1.1);
}

/* catagories page  */
.category-card {
    background-color: var(--n1-hex);
    border-radius: 12px;
    box-shadow: var(--box-shadow-p2);
    padding: 25px;
    transition: var(--transition);
    border: 1px solid rgba(var(--n4), 1);
    height: 100%;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-p1);
    border-color: rgba(var(--p1), 0.2);
}

.category-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.category-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 1.25rem;
    color: var(--n1-hex);
    margin-left: 10px;
}

.icon-appliances {
    background: linear-gradient(135deg, var(--p1-hex), var(--p2-hex));
}

.icon-beauty {
    background: linear-gradient(135deg, var(--s3-hex), #6a3bd3);
}

.icon-books {
    background: linear-gradient(135deg, var(--s1-hex), #e57c2e);
}

.icon-computer {
    background: linear-gradient(135deg, var(--s2-hex), #2e8b46);
}

.icon-education {
    background: linear-gradient(135deg, #9C27B0, #7B1FA2);
}

.icon-electronics {
    background: linear-gradient(135deg, #FF9800, #F57C00);
}

.icon-entertainment {
    background: linear-gradient(135deg, #E91E63, #C2185B);
}

.icon-fashion {
    background: linear-gradient(135deg, #4CAF50, #388E3C);
}

.icon-gifts {
    background: linear-gradient(135deg, #9C27B0, #7B1FA2);
}

.icon-food {
    background: linear-gradient(135deg, #FF5722, #D84315);
}

.icon-home {
    background: linear-gradient(135deg, #795548, #5D4037);
}

.icon-mobile {
    background: linear-gradient(135deg, #607D8B, #455A64);
}

.icon-recharge {
    background: linear-gradient(135deg, #00BCD4, #0097A7);
}

.icon-sports {
    background: linear-gradient(135deg, #FFC107, #FFA000);
}

.icon-travel {
    background: linear-gradient(135deg, #3F51B5, #303F9F);
}

.icon-web {
    background: linear-gradient(135deg, #607D8B, #455A64);
}

.category-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--n17-hex);
    margin: 0;
}

.category-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    padding: 8px 0;
    border-bottom: 1px solid rgba(var(--n4), 1);
    transition: var(--transition);
}

.category-item:last-child {
    border-bottom: none;
}

.category-item a {
    color: var(--n11-hex);
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: var(--transition);
    font-size: 0.9rem;
}

.category-item a:hover {
    color: var(--p1-hex);
    padding-left: 5px;
}

.category-item i {
    margin-right: 8px;
    font-size: 7px;
    color: var(--n8-hex);
}

.category-item a:hover i {
    color: var(--p1-hex);
}

/* CATAGORIOES  */

.accordion-button {
    font-weight: 500;
    font-size: 14px;
    color: rgba(var(--n17), 1);
    background-color: transparent;
    transition: var(--transition);
    padding: 10px 0 !important;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(var(--f5), 1);
    border-bottom: unset;
    color: #fff;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::before {
    display: block;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    display: none;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236A7283'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
}

.accordion-button:not(.collapsed)::after {
    display: none;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232196F3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
}

.accordion-body {
    padding: 1.25rem;
    background-color: rgba(var(--n2), 1);
}

.accordion-item {
    border: none;
    border-bottom: unset;
    background-color: transparent;
}

.accordion-item:last-of-type {
    border-bottom: none;
}

/* Enhanced Subcategory Styles */
@media(min-width: 1199px) {
    .accordion-button::before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-top: 8px solid rgba(0, 0, 0, 0);
        border-bottom: 8px solid rgba(0, 0, 0, 0);
        border-left: 12px solid rgba(var(--f5), 1);
        transition: all .5s ease-in-out;
        right: -12px;
        display: none;
    }
}

.category-filter-section .category-icon {
    border: 1px solid rgba(var(--p1), 0.2);
    /* border: 1px solid rgba(var(--f5), 1); */
    color: rgba(var(--f5), 1);
}

.category-filter-section .accordion-button:not(.collapsed) .category-icon {
    border: 1px solid var(--n1-hex);
    color: var(--n1-hex);
}

.no-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    transition: all 0.4s ease;
}

.no-results:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.no-results .icon-wrapper {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #4e73df, #1cc88a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

.no-results i {
    color: #fff;
    font-size: 40px;
}

.no-results h5 {
    font-size: 1.3rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
}

.no-results .subtitle {
    color: #777;
    font-size: 0.95rem;
}

/* Subtle pulsing animation */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.4);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(76, 175, 80, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
    }
}

/* login page  */

.google-btn {
    transition: var(--transition);
    background-color: #fff;
}

.google-btn:hover {
    background-color: rgba(var(--p1), 0.08);
    transform: translateY(-3px);
    box-shadow: var(--box-shadow-p1);
}

.cmn-btn {
    min-width: 145px;
}

/* detail page  */

.coupon-card {
    /* background: linear-gradient(135deg, #7158fe, #9d4de6); */
    /* background-image: radial-gradient(circle at 1px 8px, transparent 6px, #000000 6px, #000000 0px), radial-gradient(circle at 100% 8px, transparent 6px, #000000 6px, #000000 0px); */
    /* background-size: calc(100% - 11px) 19px; */
    /* background-position: 0 0, 11px 0; */
    /* background-repeat-x: no-repeat; */
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 30px 30px;
    display: inline-block;
    margin: auto;
    max-width: 700px;
    width: 100%;
    position: relative;
}

.coupon-card.coupon-card-loader {
    background-image: unset;
}

.coupon-row {
    display: flex;
    align-items: center;
    margin: 25px auto;
    width: fit-content;
}

.cpnCode {
    outline: 1px dashed #fff;
    padding: 10px 20px;
    border-right: 0;
    font-weight: 900;
    font-size: 21px;
    letter-spacing: 5px;
}

.cpnBtn {
    border: 1px solid #fff;
    background: #fff;
    padding: 11px 20px;
    color: #7158fe;
    cursor: pointer;
    font-weight: 500;
    font-size: 19px;
}

.btn-coupon-code {
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    display: inline-grid;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    border-radius: 0.35rem;
    min-width: 170px;
    color: #444444 !important;
    background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
    text-align: right;
    padding: 10px 12px;
    border: 1px solid #DDDDDD;
    position: relative;
    overflow: hidden;
}

.btn-coupon-code .get-code {
    position: absolute;
    left: -2px;
    top: -2px;
    background: #1cc88a;
    color: #FFFFFF;
    font-size: 16px;
    padding: 12px 12px 12px 14px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all 0.5s ease;
}

.btn-coupon-code .get-code:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 40px solid #1cc88a;
    position: absolute;
    right: -40px;
    top: 0;
}

.btn-coupon-code .get-code:hover {
    padding-right: 5px;
    transition: all 0.5s ease;
}

@media (max-width:767px) {
    .coupon-card {
        padding: 20px 20px;
    }

    .coupon-row {
        display: block;
        width: auto;
    }

    .cpnCode {
        display: inline-block;
        padding: 8px 10px;
        border: 1px dashed #fff;
    }

    .cpnBtn {
        display: inline-block;
        padding: 8px 18px;
        font-size: 17px;
        margin-top: 11px;
    }
}

.coupan-card-round-top::before {
    content: "";
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: absolute;
    top: -12px;
    left: -12px;
}

.coupan-card-round-top::after {
    content: "";
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: absolute;
    top: -12px;
    right: -12px;
}

.coupan-card-round-bottom::before {
    content: "";
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: absolute;
    bottom: -12px;
    left: -12px;
}

.coupan-card-round-bottom::after {
    content: "";
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: absolute;
    bottom: -12px;
    right: -12px;
}

.coupon-card-body {
    padding: 30px;
    border: 2px dashed #fff;
    border-radius: 20px;
}


@media (max-width: 767px) {
    .coupan-card-round-top::before {
        width: 30px;
        height: 30px;
        top: -8px;
        left: -8px;
    }

    .coupan-card-round-top::after {
        width: 30px;
        height: 30px;
        top: -8px;
        right: -8px;
    }

    .coupan-card-round-bottom::before {
        width: 30px;
        height: 30px;
        bottom: -8px;
        left: -8px;
    }

    .coupan-card-round-bottom::after {
        width: 30px;
        height: 30px;
        bottom: -8px;
        right: -8px;
    }

    .coupon-card-body {
        padding: 20px;
    }
}

.btn-card-coupon {
    line-height: 1;
    font-size: 20px;
    font-weight: 900;
    display: inline-grid;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    border-radius: 0.35rem;
    min-width: 210px;
    color: #ffffff !important;
    background: transparent;
    text-align: right;
    padding: 10px 22px;
    border: 1px dashed #ffffff;
    position: relative;
    overflow: hidden;
    letter-spacing: 0px;
}

.btn-card-coupon .get-code {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #1cc88a;
    color: #FFFFFF;
    font-size: 18px;
    padding: 12px 18px 12px 18px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all 0.5s ease;
}

.btn-card-coupon .get-code:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 42px solid transparent;
    border-left: 42px solid #1cc88a;
    position: absolute;
    right: -42px;
    top: 0;
}

.btn-card-coupon .get-code:hover {
    padding-right: 5px;
    transition: all 0.5s ease;
}

.letter-spacing-5px {
    letter-spacing: 5px;
}

.text-green {
    color: #79A14F;
}

.text-black {
    color: #000000;
}

.offer-activated-btn {
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px dashed #000;
    background: #1616160F;
    color: #000;
    font-size: 20px;
    display: inline-block;
}

.spinner {
    width: 70px;
    height: 70px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #2c7be5;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}


@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.policy-page-content ul {
    list-style: disc !important;
    padding: 10px;
    margin: 10px;
}
.policy-page-content li {
   font-size: 14px;
   line-height: 25px;
}
.policy-page-content h3,
.policy-page-content h2{
    font-size: 24px !important;
}
.company-section {
  background-color: var(--neutral-bg);
}

.company-card {
  border-radius: 16px;
  transition: var(--transition);
  background: var(--n1-hex);
}

.company-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--box-shadow-p1);
}

.company-name {
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--text-dark);
}

.company-info-card {
  border-radius: 16px;
  transition: var(--transition);
  background: var(--n1-hex);
}

.info-header {
  background: rgba(var(--p1), 0.08);
  border-bottom: 1px solid var(--table-header);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}

.data-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--table-header);
  font-size: 15px;
  color: var(--text-dark);
}

.data-table td:first-child {
  font-weight: 600;
  background-color: rgba(var(--n4), 0.4);
  width: 35%;
  color: var(--n17-hex);
}

.data-table td:last-child {
  background: var(--n1-hex);
  color: var(--n14-hex);
}

.data-table tr:hover td {
  background: rgba(var(--p1), 0.05);
}
.coupon-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;         
  -webkit-box-orient: vertical;  
  overflow: hidden;              
  text-overflow: ellipsis;                 
  line-height: 1.6;              
}

.comman-img{
    min-width: 90px;
    width: 90px;
    height: 70px;
    object-fit: contain;
    padding: 0 5px;
}

.coupon-round{
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
}
@media(min-width: 991px) {
    .filter-coupon-btn{
        display: block;
    }
    .filter-coupon-btn-res{
        display: none;
    }
    
}
@media(max-width: 991px) {
    .filter-coupon-btn{
            display: none;
    }
    .filter-coupon-btn-res{
        display: block;
    }
}