:root {
    --mag-color: #bdbdbd;
    --overlay-color: #0f0f0f;
    --x-color: #bdbdbd; 
    --noDeal-bxshad: none;
    --bg-ohno: rgba(0,0,0,0.8);
    --cat-bg: #121212; 
    --deal-bodyBg: #141414; 
    --clickableText-color: #d1d7e2; 
    --clickableText-color2: #ececec; 
    --border-ListView: 1px solid #6e6e6e; 
    --deals-mainBackground: #121212; 
    --bg-forSwitchView: #141414; 
    --searchbar-color: white; 
    --bord-categories: 1px solid #6e6e6e;
    --changeLocationAreaBg:#293036;
    --stickyNav-bg: #1a1a1a; 
    --shareMapetc-btn: white;
    --otherIcons: #0066d9; 
    --borderForSvg: none; 
    --bdy-bright: brightness(0.95) contrast(1.16); 
    --box-shadow-card:0 4px 8px rgba(255, 255, 255, 0.048); 
    --box-shadow-card-highlight:0 4px 8px rgba(255, 255, 255, 0.096); 
    --carousel-butt-col: #E8E8E4; 
    --bg-svgShareDeals: #585858;
    --col-svgShareDeals: #d1d7e2; 
    --bord-svgShareDeals: #585858;
    --load-text: rgb(136, 136, 136); 
    --viewBtn-bg: #585858; 
    --grid-list-svg: #d1d7e2; 
    --svg-borda: 1px solid #757575;
}

.dark-mode {
    --mag-color: #1d1d1d;
    --overlay-color: rgba(255, 255, 255, 1);
    --x-color: #848484; 
    --noDeal-bxshad: 0 4px 6px rgba(0, 0, 0, 0.1);
    --bg-ohno: #ffffff; 
    --cat-bg: #fefefe; 
    --deal-bodyBg: white;
    --clickableText-color: #007dbd; 
    --clickableText-color2: #007dbd; 
    --border-ListView: 1px solid rgba(0, 0, 0, 0.1);
    --deals-mainBackground: #ffffff; 
    --bg-forSwitchView: #ffffff; 
    --searchbar-color: black; 
    --bord-categories: 1px solid rgba(0, 0, 0, 0.2);
    --changeLocationAreaBg: #d5ecff; 
    /*linear-gradient(180deg, #eff1f7 36%, #c3c9d8 100%);*/
    --stickyNav-bg: #ffffff; 
    --shareMapetc-btn:#0066d9;
    --otherIcons: #024769; 
    --borderForSvg: 1px solid gray;
    --bdy-bright: brightness(0.98) contrast(1.03);
    --box-shadow-card: 0 8px 16px rgba(0, 0, 0, 0.1);   
    --box-shadow-card-highlight: 0 8px 16px rgba(0, 0, 0, 0.2);   
    --carousel-butt-col: rgb(29, 29, 29); 
    --bg-svgShareDeals: #ffffff; 
    --col-svgShareDeals: #024769;
    --bord-svgShareDeals: #024769;
    --load-text: black; 
    --viewBtn-bg: rgb(240, 240, 240); 
    --grid-list-svg: #024769; 
    --svg-borda: 1px solid rgb(179, 177, 177);
}

body {
    background-color: var(--deals-mainBackground);
}

h1, h2, h3, h4, h5, h6, p, span, button,svg {
    filter: var(--bdy-bright); 
}

body h1 {
    font-size: 1rem; 
    font-weight: 600;  
    color: var(--text-whiteBlack); 
    line-height: 1;
}

.deal_pt1 {
    padding-top: 0.85rem;
}

.deal_pt05 {
    padding-top: 0.25rem; 
}

.deal_mt05 {
    margin-top: 0.25rem; 
}

.deal_fw600 {
    font-weight: 400;
}

h2 {
    padding-top: 0rem; 
}

.flex-end {
    justify-content: flex-end; 
}

.deals_mainContainer {
    max-width: 1232px;
    margin: 0 auto;
}

.deals_secondContainer {
    display: grid;
    grid-template-columns: 1fr; 
}

.searchContainer {
    background-color: var(--searchBar-bg); 
    height: 2.1rem; 
    display: flex; 
    align-items: center; 
    border-radius: 4px; 
    box-sizing: border-box;
     width: 100%; 
}

.searchContainer input {
    color:  black; 
    font-weight: 400; 
    font-size: 0.95rem; 
    font-family: 'Inter'; 
}

input:-webkit-autofill {
    background-color: var(--searchBar-bg) !important;
    color:  black !important;
    font-family:'Inter'; 
}

input:-webkit-autofill::first-line {
    background-color: var(--searchBar-bg) !important;
    font-family:'Inter'; 
    color:black !important; 
}

input:-internal-autofill-selected {
    background-color: var(--searchBar-bg) !important;
    color:  black !important;
    font-family: 'Inter'; 
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color:  black !important;
    transition: background-color 5000s ease-in-out 0s;
}

#searchDeals input:-webkit-autofill {
    color: black;
}

.sBarBg {
    font-family: 'Inter'; 
    border: none; 
    outline: none; 
    width: 100%; 
    padding: 0.2rem 0.20rem 0.285rem 0.20rem; 
    border-radius: 20px; 
    font-size: 1rem; 
    background-color: var(--searchBar-bg);
    letter-spacing: 0.1px;  
}

.sBarBg::placeholder {
    color: black; 
    font-family: 'Inter'; 
    font-weight: 500; 
    font-size: 0.9rem; 
    letter-spacing: 0.1px; 
}

.popularCategories {
    font-weight: 700; 
    font-size: 0.875rem;
    margin-left: 0.35rem; 
    color: var(--dark-text); 
    font-family: 'Inter';
    margin-bottom: -0.4rem;
}

.headerSearchMagnifyButton {
    background: transparent;
    border: none;
    padding: 0.45rem 0.4rem 0.375rem 0.45rem;
    border-radius: 100%;
}

.searchBarCloseButt {
    border-radius: 50%; 
    width: 2.45rem; 
    height: 2.0rem; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin-left: 0.25rem; 
    margin-right: 0.2rem; 
}

.close-button {
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    color: var(--x-color);
    line-height: 1;
    margin-left: 0.45rem;
    margin-right: 0.8rem;
}

.scrollLeft2 {
    position: absolute;
    top: 18%;
    left: -2px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 400;
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 0.8; 
    padding: 0.15rem; 
    transition: opacity 0.33s ease-in-out; 
}

.scrollLeft2:hover {
    opacity: 1; 
}

.scrollRight2 {
    position: absolute;
    top: 18%;
    right: -2px;
    background: none;
    border: none;
    color: var(--text-whiteBlack);
    cursor: pointer;
    background-color: var(--body-bg);
    z-index: 400;
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 0.8; 
    padding:0.15rem; 
    transition: opacity 0.33s ease-in-out; 
}

.scrollRight2:hover {
    opacity: 1; 
}

.carouselWrapper {
    width: 100%;
    overflow: hidden;           
    position: relative;         
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.carousel {
    display: flex;             
    flex-wrap: nowrap;          
    height: 3rem;          
    overflow-x: auto;           
    -webkit-overflow-scrolling: touch;  
    scroll-behavior: smooth;    
    cursor: grab; 
    display: flex; 
    align-items:center;
}

.carousel button {
    position: relative;
    font-family: 'Inter'; 
    flex-shrink: 0;             
    margin-right: 1.2rem;        
    white-space: nowrap;
    border: none; 
    outline: none; 
    background: var(--cat-bg); 
    color:var(--carousel-butt-col); 
    border-radius: 20px; 
    font-weight: 500;
    font-size: 1rem;
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
    cursor: pointer; 
    user-select: none;         
    transition: font-size 0.3s ease, text-decoration-color 0.3s ease, color 0.3s ease; /* Transition font-size along with color and underline */
}

.carousel button.active {
    color: var(--dark-text); 
    text-decoration: underline; 
    text-decoration-color: var(--dark-text); 
    font-size: 1rem; 
    font-weight: 600; 
}

.carousel::-webkit-scrollbar {
    display: none;             
}

.carousel button:last-child {
    margin-right: 35px; 
}

.items-align {
    align-items: center; 
}

.p1r5r1r5r {
    padding: 1.5rem 1.5rem 1.25rem 1.5rem;
    justify-content: center; 
  
}

@media screen and (max-width: 768px) {
    .p1r5r1r5r {
        padding: 1rem 1.25rem 0rem 1.25rem; 
    }
}
 
.sortFormContainer {
    display:flex; 
}
 
 #sortForm {
    display: flex; 
    flex-direction: column; 
    border:none; 
    outline:none; 
    margin-left: 1.05rem; 
}
 
#sortForm label {
    padding-bottom: 0.1rem; 
    color: var(--light-grey-text); 
    border-radius: 5px; 
    font-size: 1rem; 
}
 
#sortOptions {
    border: none; 
    outline:none; 
    width: fit-content; 
    padding-top: 0.2rem; 
    padding-bottom: 0.2rem; 
    margin-top: 0.125rem; 
    margin-bottom: 1rem; 
    background-color: var(--body-bg); 
    color: var(--text-whiteBlack); 
    border-radius: 5px; 
    font-size: 0.95rem;
}

#sortOptions option {
    padding: .25rem; 
}

.deal_card_container {
    position: relative;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: none;
    transition: transform 0.22s ease-in-out;
    will-change: transform;
    box-shadow:var(--box-shadow-card);
    
}

.deal_card_container:hover {
    transform: translateY(-2px); /* Lift the card slightly */
    box-shadow:var(--box-shadow-card-highlight); /* Stronger shadow for depth */
}
.deal_card_leftImage {
    image-rendering: -webkit-optimize-contrast; /* For WebKit browsers */
    image-rendering: crisp-edges; /* For others */
}


.deal_card_container::after {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--overlay-color); 
    pointer-events: none; 
    z-index: -1; 
    border-radius: 10px;
}

.coupon_mileAway {
    font-size: 0.875rem; 
    font-weight: 400; 
    color:var(--grey-text);
    line-height: 1;
    padding-top: 0.25rem; 
    padding-left: 0.5rem; 
}

.main_coupon_description {
    position: relative; 
    flex-grow: 1; 
    padding-left: 0.5rem; 
    padding-right: 0.5rem;
    padding-top: 0.2rem; 
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
}

.listViewDealsLarge .main_coupon_description {
    padding-top: 0rem;
}

.coupon_address {
    line-height: 1.3; 
    font-size: 0.78rem !important;
    font-weight: 400;
    color: var(--dark-text);
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    font-family: 'Inter'; 
}

.deals_topCats {
    display: flex; 
    justify-content: space-around; 
}

.deals_topCats a {
    font-weight: 400; 
    font-size: 0.875rem; 
    color: var(--light-grey-text); 
}

.coupon_dealType {
    width: fit-content; 
    background-color: transparent; 
    color:var(--grey-text);
    font-weight: 400; 
    line-height: 0; 
    font-size: 0.75rem; 
    padding: 0.6rem 0.4rem 0rem 0.55rem;
    margin-bottom: 1.25rem; 
    border-bottom-left-radius: 10px;
    font-family: 'Inter'; 
}

.coupon_dealType2 {
    width: fit-content; 
    color:var(--light-grey-text);
    font-weight: 400; 
    line-height: 0; 
    font-size: 0.875rem; 
    padding: 1rem 0.4rem 0rem 0rem;
    margin-bottom: 0.5rem; 
    border-bottom-left-radius: 10px;
    position: absolute;
    bottom: 0;  
    font-family: 'Inter'; 
}

.playingWithMobile img {
    display: flex; 
    opacity: 1; 
    cursor:pointer; 
    transition: opacity 0.33s ease-in-out; 
}

.playingWithMobile img:hover {
    opacity: 0.6;
}

.deal_card_mediaLayout {
    display: flex; 
    flex-direction: column; 
    flex-grow: 0; 
}

.coupon_businessName {
    font-size: 0.95rem; 
    color:var(--dark-text); 
    padding-left: 0.5rem; 
    padding-top:0.3rem;
    font-weight: 400;  
    font-family: 'Inter'; 
    letter-spacing: 0.1px; 
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
 
.coupon_detail_description {
    font-size: 1.05rem; 
    font-weight: 700; 
    color: var(--text-whiteBlack);
    opacity: 1; 
    transition: text-decoration 0.32s ease-in-out; 
    cursor: pointer; 
}

.coupon_detail_description:hover {
    text-decoration: underline; 
}

.space-between {
    justify-content: space-around; 
}

.header_content {
    padding-top: 0rem; 
}

hr {
    height: 0.175rem;
    border: none;  
    background-color: var(--text-whiteBlack);   
}

.buttContainer {
    background-color: var(--bg-sectionDealsPage); 
    padding-bottom: 1rem; 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 2rem; 
}

.buttContainer button:nth-child(2),
.buttContainer button:nth-child(3) {
   margin-left:1rem; 
}
 
.viewDealButton2  {
    cursor: pointer;
    border: none; 
    background: var(--bg-slateButton); 
    color: var(--text-justWhite); 
    min-width: 8rem;  
    font-weight: 600; 
    font-size: 1.1rem;
    padding-top: 0.65rem; 
    padding-bottom: 0.65rem; 
    opacity: 1; 
    transition: opacity .33s ease-in-out; 
    border-radius: 20px; 
}
 
.viewDealButton:hover {
    opacity: 0.6; 
}

.coupon_hours {
    font-size: 1rem; 
}

.plIcon {
    padding-left: 0.5rem; 
}

.f1rem {
    font-size: 1rem; 
}

.dealsShareContainer {
    outline: none;
    border: none;
    background-color: transparent;
}   

.dealListHeart {
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    padding: 0.4rem 0.4rem 0rem 0.4rem;
}

.hotDealsMapGridButt {
    border: none; 
    outline: none; 
    opacity: 1; 
    transition: opacity 0.22s ease-in-out; 
    cursor: pointer; 
    background: transparent;
    padding: 0;
}

.hotDealsMapGridButt:hover {
    opacity: 0.7; 
}

.deal_card_leftImage {
    width: 100%;
    padding-top: 58%; /* 16:9 aspect ratio (9/16 = 0.5625) */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0px 0px;
    position: relative; 
     overflow: hidden; /* Clip any overflowing background */
}

.dealListHeart svg {
    width: 24px; 
    height: 22px; 
    color: #1881d9; 
}

.likeBtn {
    opacity: 1;  
    background:var(--bg-svgShareDeals);
    height: 2rem;
    width: 2rem; 
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:50%; 
    padding: 3.75px 3px 3px 2.55px; 
    cursor: pointer;
    transition: opacity 0.22s ease-in-out; 
    border: 1px solid  var(--bord-svgShareDeals);
}

.likeBtn svg path {
    transition: all 0.2s ease-in-out;
}

.likeBtn:hover {
    opacity: 0.8; 
}

.deal_errorMessage {
    color: var(--grey-text); 
    font-size: 1rem; 
    font-weight: 600; 
}

.padSignInbottom {
    padding-bottom: 0.5rem; 
}

.padSignInTop {
    padding-top: 0.5rem; 
}

.deals_sortingBarMain {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 3.75rem; 
}

.deals_sortingBarSecond {
    margin-top: 0.3rem;
    padding: 0.5rem 0.5rem 3rem 0.5rem;
    background-color: var(--dealCard-bg); 
    border-radius: 10px;  
    z-index: 1000;  
    font-size: 0.875rem; 
}

.sorting-option2 {
    display: flex; 
    flex-direction: column; 
    padding-bottom: 1rem; 
}

.sorting-option {
    display: flex; 
    flex-direction: column; 
    padding-bottom: 1rem; 
}

.deals_sortingBarSecond p {
    color: var(--dark-text); 
    font-size: 0.875rem; 
}

.refineDealsP {
    font-size: 1rem; 
}

.deals_sortingBarSecond label {
    color: var(--refine-text);  
    display: flex; 
    align-items: center;   
    padding-top: 0.25rem;  
    font-size: 0.75rem; 
    transition: color 0.1s ease-in-out; 
}

.deals_sortingBarSecond label:hover {
    color: var(--dark-text);  
    display: flex; 
    align-items: center;   
}

input[type="radio"] {
    appearance: none; 
    width: 0.75rem; 
    height: 0.75rem;
    margin-right: 0.5rem;
    margin-bottom:0.2rem;
    border: 2px solid #86868b; 
    border-radius: 8px; 
    background-color: transparent; 
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

input[type="radio"]:checked {
    background-color: var(--light-grey-text);
    border-color: var(--light-grey-text); 
}

#businessTypeSearch {
    background-color: var(--searchBar-bg);
    color: var(--text-whiteBlack);
    border: none;
    outline: none;
    padding: 0.20rem 0.5rem 0.2rem 0.5rem; 
    border-radius: 16px;
    font-size: 0.9rem;
    border: 2px solid rgba(112, 116, 125, 0.5);
}

.deal_notFoundContainer {
    z-index: 1899;
    min-height: 25rem; 
    box-sizing: border-box;
    display:flex; 
    justify-content:center;
}

.deal_noDealFound {
    font-family: 'Inter'; 
    font-weight: 500; 
    font-size: 1.5rem; 
    font-weight: 400; 
    margin-top: -0.45rem; 
    font-family: 'Inter'; 
    margin-bottom: 0.2rem;
}

.deals_loading {
    color: var(--dark-text); 
    font-size: 1.25rem;
    font-weight: 800; 
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

.spinner {
    border: 6px solid var(--text-whiteBlack);  
    border-top: 6px solid #1a8cd8;   
    border-radius: 50%;                           
    width: 30px;                                 
    height: 30px;                               
    animation: spin 1s linear infinite;            
}

/* Spinner spinning animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    display: none; 
    z-index: 1000; 
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    max-width: 400px;
    width: 100%;
}

.shareBtn {
    cursor: pointer; 
    opacity: 1; 
    transition: opacity 0.22s ease-in-out; 
    padding: 0;
}

.shareBtn:hover {
    opacity: 0.7; 
}

.deals_description_text {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    min-height: calc(2 * 1.35em);
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
    margin-top: 0.4rem;
}

.deals_like_card {
    position: absolute; 
    top:0.15rem;
    right:0.25rem;
    background:transparent; 
}

.deals_backToList {
    color: var(--grey-text); 
}

.deals_share_svg {
    width: 1.75rem; 
}

#locationButton {
    font-family: 'Poppins'; 
    cursor: pointer;
    outline: none;
    position: relative;
    background: transparent;
    color: var(--text-whiteBlack);
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    opacity: 1;
    transition: opacity 0.26s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 115px; 
    max-width: 165px; 
    display: inline-block;
    line-height: 1.1; 
    font-weight: 800; 
}

#changeLocationModal {
    display: none;
  }

#changeLocationModal.open {
   display: block;  
}
  
#arrowAfterLocate {
    content: '';
    margin-right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--text-whiteBlack);
    transition: transform 0.3s ease;
}
  
#arrowAfterLocate.rotated {
    transform: translateY(-50%) rotate(180deg);
}
  
#locationButton:hover {
    opacity: 0.6; 
}

.listViewGrid {
    display: grid; grid-template-columns: 250px 1fr; 
}

.listViewDealsLarge {
    border-bottom:  var(--border-ListView);
    border-top: var(--border-ListView);
    padding-top: 1rem; 
    padding-bottom: 1rem;
}

.listViewImage .deal_card_leftImage {
    border-radius: 10px 10px 10px 10px; 
    padding-top: 64%; 
}

.listViewShortText {
    max-width: 800px; 
    display: -webkit-box; 
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
    opacity: 1; 
}

.view-toggle-buttons {
    margin-left: 2rem;
    display: flex; 
    margin-top: 0.65rem;
}

.viewToggleBtn {
    margin-left: 1.25rem; 
    margin-top: 1rem;
    background:var(--deals-mainBackground); 
    color: var(--clickableText-color); 
    border: none; 
    outline:none;
    font-size: 0.925rem; 
    opacity: 1; 
    transition: opacity 0.3s ease-in-out; 
    font-family:'Poppins'; 
    border-radius: 1rem; 
    padding: 0.6rem 0.75rem; 
    line-height: 1; 
    position: relative; 
    cursor: pointer; 
    font-weight: 500; 
}

.viewToggleBtn:hover {
    opacity: 0.7;
}

#dealsLocationHeader {
    color: var(--dark-text); 
    font-weight: 700;
    font-size: 1.7rem; 
}

.view-btn {
    border-radius: 3px;
    outline: none;
    opacity: 1; 
    transition: opacity 0.22s ease-in-out;  
    outline: none;
}

.view-btn {
  padding: 3.5px; 
  border-radius: 4px;
  background-color: var(--viewBtn-bg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px; 
  height: 27px; 
  box-sizing: border-box; 
  border: var(--svg-borda); 
}

.view-btn:hover {
    opacity: 0.6; 
}

.view-btn.grid-btn.active svg path {
  fill: var(--grid-list-svg) !important; 
 
}

.view-btn.list-btn.active svg path {
  stroke: var(--grid-list-svg) !important; 
  
}

.view-btn.grid-btn:not(.active) svg path {
  fill:  #000000 !important; 
  
}

.view-btn.list-btn:not(.active) svg path {
  stroke: #000000 !important; 
 
}

.hotDealsInCity {
    margin-left: 2rem;
}

.postDealFromMessage {
    border: none; 
    outline: none; 
    font-size: 1rem;
    font-weight: 600;
    width: 11rem;
    padding-top: 0.725rem;
    padding-bottom: 0.65rem;
    background:var(--all-buttons);
    color: var(--navbar-txt);
    border-radius: 1.2rem;
    opacity: 1;
    transition: opacity 0.28s ease-in-out;
    cursor: pointer;
    line-height: 1;
    font-family: 'Inter';
    display: block; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem; 
}

.list-deals-container {
    margin-top: 1.15rem;
    padding-bottom: 4rem;
}

.hotDealsInCity {
  color: var(--dark-text); 
  font-weight: 700; 
  font-size: 1.75rem;
}

.suggestions-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--body-bg2);
  border: 1px solid var(--border-color, #ccc);
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
}

.suggestions-container.visible {
  display: block;
}

.suggestion-item {
  padding: 8px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: var(--dark-text);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.suggestion-item:hover {
  background-color: var(--bg-hover, #f0f0f0);
}

.gridDealButton {
    background: transparent;
    border: none; 
    outline: none;
    padding: 0rem;
}

.gridDealButton:hover, .listSmallDealButton:hover {
    opacity: 0.7; 
}

.listLargeDealButton {
    font-size: 0.85rem;
    width: 100%;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    background: linear-gradient(90deg, #007bf3 50%, #45b7d1 100%);
    border: none;
    border-radius: 4px;
    padding: 0.35rem 0rem 0.45rem 0rem;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 123, 243, 0.3);
    transition: all 0.3s ease-in-out, transform 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    overflow: hidden;
    will-change: transform;
    backface-visibility: hidden;
}

.listLargeDealButton:hover {
    transform: translateY(-0.5px) scale(1.02);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 123, 243, 0.5);
    filter: brightness(1.1);
}

.listLargeDealButton:active {
    transform: scale(0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 123, 243, 0.2);
    filter: brightness(0.95);
}

.listLargeDealButton:focus {
    outline: 2px solid rgba(0, 123, 243, 0.6);
    outline-offset: 2px;
}

.listShareLinkContainer {
    position: absolute; 
    bottom: 155px;
    left: -4px;
    gap: 0.875rem; 
    margin-left: 0.25rem; 
    align-items:center;
}

.listButtonContainer {
    margin-top: 0.375rem;
    width: 121px;
    position: absolute;
    bottom: 0rem;
}

.listSmallDealButton {
    padding: 0.15rem;
    margin-right: 0.6rem;
}

#confirmLocationBtn {
    border:none;
    outline: none;
    background-color: #0061bd;;
    font-weight: 600;
    font-size: 0.95rem;
    color: white;
    border-radius: 6px;
    width: 100px;
    padding: 0.415rem 0.5rem 0.475rem 0.5rem;
    font-family: 'Inter'; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: opacity 0.22s ease-in-out; 
}

#confirmLocationBtn:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    opacity: 0.8;
}

.location-section button.location-btn {
    max-width: 300px;
    padding: 0.425rem 0.5rem 0.475rem 0.5rem;
}

#closeIntroLocationSearch {
    cursor: pointer; 
    opacity: 1; 
    transition: opacity 0.22s ease-in-out; 
}

#closeIntroLocationSearch {
    opacity: 0.6; 
}

.deals-container {
    padding-bottom: 4rem;
    margin-top: 2rem;
}

@media screen and (min-width: 591px) and (max-width: 769px) {
    .viewToggleBtn {
        margin-left: 0.7rem; 
    }
}

@media screen and (max-width: 591px) {
    .listViewDealsSmall .main_coupon_description {
        padding-top: 1rem;
    }
    
    .listViewDealsSmall .coupon_detail_description {
        padding-top: 0.75rem;
    }

    .list_coupon_businessName {
        padding-top: 0.25rem;
    }

    .main_coupon_description {
        padding-top: 0rem;
        padding-bottom: 0.5rem;
    }

    .coupon_detail_description {
        line-height: 1.3; 
        min-height: 2.2rem;
        font-size: 1.15rem; 
    }

    .coupon_address {
        font-size: 0.825rem;
    }

    .deals_description_text {
        min-height: 2.5rem; 
    }

    .likeBtn {
        width: 1.8rem;
        height: 1.8rem;
    }
    
    .deals_share_svg {
        width: 1.65rem; 
    }

    .coupon_dealType {
        padding-top: 0.75rem;
    }

    .list-deals-container {
        display: grid; 
        padding: 0rem 0.25rem 0rem 0.75rem; 
        gap: 0rem; 
        padding-bottom: 8rem; 
    }

    .list-deals-container article .coupon_detail_description {
        padding-left: 0.5rem;
    }

    .viewToggleBtn {
        margin-top: -0.6rem;
        margin-left: 0.6rem;
    }

    #confirmLocationBtn {
        padding: 0.4rem 0.5rem;
    }

    .location-section button.location-btn {
        padding: 0.4rem 0.5rem;
    }
}

@media screen and (min-width:592px) {
    .listViewDealsSmall {
        display: none; 
    }
    
    .listViewDealsLarge {
        display: block; 
    }

    .list-deals-container {
        padding-left: 2rem; 
        padding-right: 2rem; 
    }

    .viewToggleBtn {
        margin-top: 0rem;
    }

    .deals-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (max-width: 625px) {
    .sortFormContainer {
        justify-content: center; 
    }

    #sortForm {
        margin-left: 0rem;
    }

    .deals_sortingBarMain {
        display: none; 
    }
}
 
@media screen and (max-width:750px) {
    .buttContainer {
        flex-direction: column; 
        align-items: center; 
    }

    .buttContainer button:nth-child(2),
    .buttContainer button:nth-child(3) {
        margin-left:0rem; 
        margin-top: 1.25rem; 
    }

    .coupon_meat_content {
        padding: 0rem 1rem 0rem 1rem; 
    }

    .viewDealButton2 {
        min-width: 10rem; 
        padding-top:0.5rem; 
        padding-bottom: 0.5rem; 
    }

    .coupon_meat_content {
        padding-top: 1rem; 
    }

    .distanceHolder {
        padding-top: 2rem; 
    }
}

@media screen and (max-width: 560px) {
    .deal_card_leftImage {
        padding-top: 55%; 
    }

    .listViewGrid {
        display: grid;
        grid-template-columns: 117px 1fr;
        min-height: 179px; 
    }

    .listViewImage .deal_card_leftImage {
        padding-top: 100%;
    }

    .listViewImage {
        display: flex; 
        align-items:center; 
    }

    .listViewDealsLarge {
        padding-top: 1rem; 
        padding-bottom: 0rem; 
    }

    .coupon_dealType2 {
        margin-bottom: 1rem; 
    }

    .listButtonContainer {
        bottom: 1rem;
    }

    .listViewShortText {
        -webkit-line-clamp: 4; 
        margin-bottom: 0.3rem;
        
    }
}

@media screen and (min-width: 630px) and (max-width: 768px) {
    .deals-container {
        margin: 0rem 1.5rem 4rem 1.5rem;
        gap: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .searchBarCloseButt {
        width: 2.4rem; 
        height: 1.8rem; 
        margin-right: 0.22rem; 
    }

    .deals_loading {
        font-size: 0.85rem; 
    }

    .carousel button {
        font-size: 0.875rem;
        padding-top: 0.35rem;
        padding-bottom: 0.32rem;
        padding-right: 0.65rem;
        padding-left: 0.65rem;
        /* border: var(--bord-searchBar);  */
        margin-right:0rem;
    }

    .carousel button.active {
        font-size: 0.95rem;
        padding-top: 0.325rem;
        padding-bottom: 0.325rem;
    }

    #locationButton {
        font-size: 1rem; 
        min-width: 0px; 
        padding-right: 0.45rem;
    }

    #arrowAfterLocate {
        margin-right: 0.35rem;
    }

    .popularCategories {
        margin-top: 4.2rem; 
        margin-left: 1rem; 
    }

    .hotDealsInCity {
        font-size: 1.5rem; 
    }

    .listContentArea {
        margin-left: 1rem; 
    }
}

@media screen and (max-width: 576px) {
    .coupon_businessName {
        font-size: 1rem; 
        -webkit-line-clamp: 1;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width: 768px) {
    .sBarBg {
        font-size: 0.9rem;
    }

    .searchContainer {
        height: 2.1rem;
        border: none; 
        border-radius: 4px;  
    }

    .carousel {
        height: 2.75rem;
    }
}

@media screen and (min-width: 769px) {
    .p1r5r1r5r {
        display: none; 
    }

    .carouselWrapper {
        padding-top: 0rem; 
        margin-top: 0.3rem;
    }

    .carousel button {
        line-height: 1; 
        padding-top: 0.5rem; 
        padding-bottom: 0.5rem;
        padding-left: 0.65rem; 
    }

    .carousel button::after {
        content: ''; 
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--overlay-color); 
        pointer-events: none; 
        z-index: -1; 
        border-radius: 20px;
    }

    .location-section button.location-btn {
        margin-right: 1rem;
    }

    .listContentArea {
        margin-left: 1rem; 
    }
}

@media screen and (max-width: 768px) {
    .deals_sortingBarMain {
        display: none; 
    }

    .deals_secondContainer {
        grid-template-columns: 1fr; 
        padding:0; 
    }

    .popularCategories {
        display: none; 
    }

    .carouselWrapper {
        margin: 3.25rem auto 0rem auto; 
    }
}


@media screen and (min-width: 769px) and (max-width: 1549px) {
    .popularCategories {
        margin-left: 2.1rem; 
    }
}

@media screen and (min-width: 300px) and (max-width: 350px) {
    .carouselWrapper {
        max-width: 19.625rem;  
    }
}

@media screen and (min-width: 351px) and (max-width: 399px) {
    .carouselWrapper {
        max-width: 22rem; 
    }
}

@media screen and (min-width: 400px) and (max-width: 449px) {
    .carouselWrapper {
        max-width: 22.625rem;  
    }
}

@media screen and (min-width: 450px) and (max-width: 499px) {
    .carouselWrapper {
        max-width: 24.625rem; 
    }
}

@media screen and (min-width: 500px) and (max-width: 549px) {
    .carouselWrapper {
        max-width: 27.5rem;  
    }
}

@media screen and (min-width: 550px) and (max-width: 599px) {
    .carouselWrapper {
        max-width: 30rem;  
    }
}

@media screen and (min-width: 600px) and (max-width: 649px) {
    .carouselWrapper {
        max-width: 32.6rem;  
    }
}

@media screen and (min-width: 650px) and (max-width: 699px) {
    .carouselWrapper {
        max-width: 36.625rem;  
    }
}

@media screen and (min-width: 700px) and (max-width: 749px) {
    .carouselWrapper {
        max-width: 40.125rem;  
    }
}

@media screen and (min-width: 750px) and (max-width: 799px) {
    .carouselWrapper {
        max-width: 43rem;  
    }
}
@media screen and (min-width: 800px) and (max-width: 849px) {
    .carouselWrapper {
        max-width: 46rem;  
    }
}
@media screen and (min-width: 850px) and (max-width: 899px) {
    .carouselWrapper {
        max-width: 49rem;  
    }
}
@media screen and (min-width: 900px) and (max-width: 949px) {
    .carouselWrapper {
        max-width: 52rem;  
    }
}
@media screen and (min-width: 950px) and (max-width: 999px) {
    .carouselWrapper {
        max-width: 55rem;  
    }
}
@media screen and (min-width: 1000px) and (max-width: 1099px) {
    .carouselWrapper {
        max-width: 58rem;  
    }
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
    .carouselWrapper {
        max-width: 63rem;  
    }
}

@media screen and (min-width: 1199px) and (max-width: 1299px) {
    .carouselWrapper {
        max-width: 66rem;  
    }
}

@media screen and (min-width: 1200px) {
    .carouselWrapper {
        max-width: 66.5rem;  
    }
}

@media screen and (min-width: 1200px) {
    .carouselWrapper {
        max-width: 66.5rem;  
    }
}
@media screen and (min-width: 1400px) {
    .carouselWrapper {
        max-width: 77.5rem;  
    }
}

@media screen and (min-width: 1550px) {
    .carouselWrapper {
        max-width: 1500px;  
    }
}

@media screen and (min-width: 1200px) {
    .deals_share_svg {
        width: 1.75rem; 
    }
}

@media screen and (min-width: 768px) {
    .deals_mainContainer {
        max-width: 1500px;
    }
}

@media screen and (min-width: 1161px) {
    #viewToggleBtn {
        margin-bottom: 0rem; 
    }
}

@media screen and (max-width: 591px) {
     .list-deals-container .deal_card_footer {
        display: flex;
        align-items: center;
        margin-top: 0.45rem;
        margin-left: 0.5rem;
        margin-bottom: 0.65rem;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 591px) {
      .deals-container {
        display: grid; 
        grid-template-columns: 1fr;
        gap: 5.25rem; 
        margin: 2rem 1rem 4rem 1rem;
    }
}

@media screen and (min-width: 591.1px ) {
    .deals-container {
        grid-template-columns: 6fr 6fr; 
        gap: 5rem 2rem;
        margin-top: 1.5rem;
    }
}

@media screen and (min-width: 950px) {
    .deals-container {
        grid-template-columns: 4fr 4fr 4fr;
        gap: 5.5rem 3rem; 
    }
}


@media screen and (min-width: 1250px) {
     .deals-container {
        grid-template-columns: 3fr 3fr 3fr 3fr;
        gap: 4rem 3rem; 
        
    }
}

@media screen and (min-width: 1450px) {
    .deals-container {
        gap: 6rem 4rem;
    }
}

@media screen and (max-width: 576px) {
    .searchRangeText {
        display: none; 
    }
}

@media screen and (min-width: 576.1px) {
    .searchRangeText {
        display: none; 
    }

    .p1r5r1r5r2 {
        max-width: 30rem;
    }
}

@media screen and (min-width: 768px) {
    .p1r5r1r5r2 {
        margin-left: 1rem;
        margin-right: 1rem; 
        width: 100%;
    }

    .p1r5r1r5r2 {
        max-width: 29rem;
    }
}

@media screen and (min-width: 1300px) {
    .p1r5r1r5r2 {
        max-width: 30rem;
    }
}

@media screen and (min-width: 1276px) {
    .searchRangeText {
        display: block; 
    }
}


@media (max-width: 768px) {
    .hotDealsInCity {
        line-height: 1.05;
    }

    .view-toggle-buttons {
        margin-left: 1.2rem; 
        margin-top: 1rem;
    }
}

.deals-container {
    padding-bottom: 1rem; 
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    /* Space between buttons */
    margin-top: 1rem;
    padding-bottom: 6rem;
}

.pagination button {
    font-family: 'Inter';
    background-color: rgb(0, 97, 189);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
    outline: none;
    border-radius: 0.5rem;
    border: none;
    outline: none;
    color: white;
    padding: 0.55rem 1rem 0.625rem 1rem;
    font-weight: 700;
    margin-top: 0.075rem;
    margin-left: 1rem;
    opacity: 1;
    transition: opacity 0.22s ease;
    font-size: 0.95rem;
}

.pagination button:hover {
    opacity: 0.8;
}

.pagination button:active {
    transform: translateY(0);
}

.pagination button:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

#backToTopButt {
    font-size: 1.15rem;
    font-weight: 800;
    font-family: 'Inter';
    color: #ffffff;
    background: #0061bd;
    border: none;
    padding: 0.45rem 1.5rem;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 123, 243, 0.3);
    transition: all 0.3s ease-in-out, transform 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    overflow: hidden;
    will-change: transform;
    backface-visibility: hidden;
    border-radius: 4px;
    opacity: 1; 
    width: 16.25rem;
    margin-top: 0.1rem;
}

#backToTopButt:active {
    transform: scale(0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 123, 243, 0.2);
    filter: brightness(0.95);
}

#backToTopButt:focus {
    outline: 2px solid rgba(0, 123, 243, 0.6);
    outline-offset: 2px;
}

#backToTopButt::after {
    content: '↑';  
    margin-left: 0.4rem;
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 1em;
    vertical-align: baseline;
    line-height: 1;
}

#backToTopButt:hover::after {
    transform: translateY(-4px);  
}

#backToTopButt:hover {
    opacity: 0.8; 
}

.post-button-container {
    display: flex;
}


.featuredSliderWrapper {
    position: relative;
    overflow: hidden;
}

.purchase-featured-btn {
    display: block;
    background: white;
    color: #1a8cd8;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    font-family: system-ui, sans-serif;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    max-width: 220px;
}

.purchase-featured-btn:hover {
    background: rgb(239, 239, 240);
    transform: translateY(-2px);
}

.purchase-featured-btn:active {
    transform: translateY(0);
}

@media screen and (max-width: 768px) {
    .purchase-featured-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
        max-width: 200px;
    }
}

.no-deals-post-btn {
    min-width: 16.25rem; 
    font-family: 'Inter', sans-serif;
    background-color: var(--addDealButtonColor, #ff6200); 
    border-radius: 4px; 
    border: none;
    outline: none;
    color: white; 
    padding: 0.45rem 1.5rem 0.45rem 1.5rem; 
    font-weight: 800; 
    transition: background-color 0.25s ease, transform 0.15s ease, box-shadow 0.2s ease, border 0.2s ease; 
    cursor: pointer;
    line-height: 1.2; 
    font-size: 1.1rem; 
    position: relative;
    border: 2px solid var(--addDealButtonBorder, transparent); 
    background-clip: padding-box; 
    overflow: hidden; 
    -webkit-tap-highlight-color: transparent; 
    margin-bottom: 0.5rem;
    margin-top: 0.5rem; 
    text-transform: uppercase;
}

/* .no-deals-post-btn {
    box-shadow: 0 0 12px var(--addDealHoverBoxShadow, rgba(255, 98, 0, 0.7)); 
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 
} */

.no-deals-post-btn:hover {
    background-color: var(--addDealHoverColor, #cc4e00); 
    transform: scale(1.12);
    border: 2px solid var(--addDealHoverBorderColor, rgba(255, 98, 0, 0.9));
    box-shadow: 0 0 20px var(--addDealHoverBoxShadow, rgba(255, 98, 0, 0.9)); 
}

.no-deals-post-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)); 
    border-radius: 4px; 
    animation: pulse5 1.6s infinite ease-in-out; 
    z-index: -1;
    top: 0;
    left: 0;
}

.no-deals-post-btn:active {
    transform: scale(0.98); 
    box-shadow: 0 0 8px var(--addDealHoverBoxShadow, rgba(255, 98, 0, 0.6)); 
}

@keyframes pulse5 {
    0% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.05); opacity: 0; }
    100% { transform: scale(1); opacity: 0.7; }
}

.noDealsSubContainer {
    color: var(--dark-text);
    border-radius: 0.85rem;
    max-width: 500px;
    margin-bottom: 3rem; 
    background-color: var(--body-bg2); 
    padding: 0.85rem 0rem 0rem 0rem;
}

.noDealsFoundTitle {
    line-height: 1.1; 
    font-family: 'Poppins'; 
    font-size:1.75rem; 
    font-weight: 800;
}

.noDealsTitleSpan {
    font-size: 2rem; 
    margin-left:0.1rem; 
    margin-top: -0.5rem;
    vertical-align: middle;
}

#dealsLocationHeader {
    font-size: 1.75rem;
}

#categoryDisplayAreaAboveDeals {
    margin-left: 2rem;
    margin-top: -0.25rem;
    font-family: 'Inter'
}

.listTitleP {
    font-size: 1rem; 
    font-weight: 800; 
    letter-spacing: 0.4px; 
    color: var(--text-whiteBlack); 
    max-width: 404px; 
    line-height: 1.1; 
}

.listViewBizName {
    font-size: 0.95rem; 
    font-weight: 500; 
    font-family:'Inter'; 
    color: var(--grey-text);
}

.hotDealsInandLocation {
        display: flex; 
        align-items:center;
}

@media screen and (max-width: 576px) {
    .noDealsFoundTitle {
        font-size: 1.375rem;
    }

    .noDealsTitleSpan {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    #dealsLocationHeader {
        font-size: 1.5rem;
        line-height: 1;
    }

    .noDealsSubContainer {
        padding: 2rem 0rem 0rem 0rem;
    }

     .deal_noDealFound {
        font-size:1.3rem;
        margin-top: -0.25rem;
    }

    #categoryDisplayAreaAboveDeals {
        margin-top: 0.125rem;
        margin-left: 1.25rem;
    }

   

    .listViewBizName {
        font-size: 1.025rem; 
        margin-top: 0.1rem;
    }
}

@media screen and (min-width: 768.1px) {
    .deal_notFoundContainer {
        justify-content: center;
    }


    .hotDealsInandLocation {
        display: flex; 
        align-items:center;
        margin-top: 0.15rem;
    }

    .listTitleP {
        font-size: 1.2rem;
    }

    .listViewBizName {
        font-size: 1.05rem; 
    }
}

@media screen and (max-width: 560px) {
    .listContentArea {
        margin-top: -0.2rem; 
    }

     .listTitleP {
        font-size: 1.1rem; 
    }
}

@media screen and (min-width: 561px) {
    .listViewGrid {
        height: 143px;
    }

    .listShareLinkContainer {
        position: absolute; 
        bottom: auto;
        top: -37px; 
        left: 31px; 
        gap: 1.95rem; 
    }

    .listViewDealsLarge {
        padding-top: 2.65rem; 
        Padding-bottom: 2rem; 
    }

    .listViewShortText {
        margin-top: -2rem; 
        margin-bottom: 0.15rem; 
    }

    .listButtonContainer {
        bottom: -1.45rem; 
    }

    .listTitleP {
        line-height: 1.2; 
        font-size: 1.2rem; 
    }

    .listViewGrid {
        display: grid; grid-template-columns: 230px 1fr; 
    }

   
}

@media screen and (min-width: 768px) {
    .listShareLinkContainer {
        position: absolute; 
        bottom: auto;
        top: -37px; 
        left: 39px; 
        gap: 2.1rem; 
    }

    
    .listViewGrid {
        display: grid; grid-template-columns: 250px 1fr; 
    }

    .listButtonContainer {
        bottom: -1.2rem; 
    }

    .listTitleP {
        font-size: 1.15rem;
    }

    .listViewBizName {
        font-size: 1.1rem; 
    }
}

@media screen and (min-width: 0px) {
    .deals-container {
        padding-bottom: 7.5rem; 
    }
}

@media screen and (min-width:592px ) {
    .deals-container {
        padding-bottom: 7.5rem; 
    }
}


@media screen and (min-width: 768px) {
    .deals-container {
        padding-bottom: 7rem; 
    }
}

#backToTopBtn3 {
  position: fixed;
  background-color: rgba(33, 152, 224, 0.8);
  color: white;
  border: none;
  outline: none;
  font-size: 0.95rem;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

#backToTopBtn3:hover {
  background-color: rgba(33, 152, 224, 1);
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#backToTopBtn3:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}

#backToTopBtn3 svg {
  transition: transform 0.3s ease;
}

#backToTopBtn3:hover svg {
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
    #backToTopBtn3 {
        bottom: 4.35rem; 
        right: 0.25rem;
    }
}

@media screen and (min-width: 768px) {
    #backToTopBtn3 {
        bottom: 1rem;
        right: 2%;
    }
}

#categoryDisplayAreaAboveDeals {
    color: var(--dark-text); 
    font-size: 1.25rem;
}

@media screen and (max-width: 591px) {
    #categoryDisplayAreaAboveDeals {
        font-size: 1.1rem; 
    }
}




