.hero-section {
    min-height: 500px;
    background-image: url(../images/hero-bg-image.webp);
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.search-container {
    max-width: 600px;
}
.search_btn {
    margin-left: 1rem;
    border-radius: 10px;    
}
.input-group {
    border-radius: 8px;
    overflow: hidden;
}

.input-group .form-control:focus {
    box-shadow: none;
    border: none;
}

.input-group-text {
    padding-left: 20px;
}

/* Custom Search Button Color */
.btn-primary {
    background-color: #e91e63 !important;
    border: none !important;
}

.btn-primary:hover {
    background-color: #d81b60 !important;
}
.store-brand img {
    max-width: 112px;
    height: 75px;
    object-fit: contain;
}
.opacity-90 {
    opacity: 0.90;
}
.search-container input::placeholder {
    color: #717182;
}
.alphabet-filter-wrap .alphabets {
    background: var(--secondary_col);
}
.alphabet-filter-wrap a {
    color: #fff;
}
.alphabet-filter-wrap .alphabets li {
    flex: 1;
    display: flex;
    justify-content: center;
}
.store-row-card {
    height: 97px;
}
.store-meta span {
    color: var(--text-color1);
}
.store-discount .badge {
    color: #E7000B !important;
    font-size: 16px;
    font-weight: 500;
    background: #FEF2F2 !important;
    border: 0px !important;
}
.store-discount .badge {
    padding-top: 10px;
    padding-bottom: 10px;
}
.store-action a {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    border: 1.11px solid #0000001A !important;
}
.btn-1 {
    display: inline-flex;
    align-items: center;
    background-color: #d81b60; /* The deep pink/magenta from your image */
    color: #ffffff !important;
    padding: 10px 25px;
    border-radius: 12px; /* Smooth rounded corners */
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
}
.btn-1:hover {
    background-color: #ad1457; /* Slightly darker on hover */
    transform: translateY(-1px);
}
.pick-card {
    min-height: 280px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    display: flex;
    align-items: flex-end;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(255,255,255,0.1);
}

.pick-card:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.badge-category {
    background-color: var(--primary_col);
    font-size: 11px;
    text-transform: capitalize;
    padding: 6px 12px;
}

.pick-title {
    line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
p.pick-subtitle {
    color: #E9D4FF;
}
.featured-brands {
    background: linear-gradient(135deg, #FAF5FF 0%, #FDF2F8 50%, #FFFFFF 100%);
}

.brand-logo-card {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.brand-logo-card:hover {
    transform: translateY(-5px);
}

.logo-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    height: 100px; /* Fixed height for consistency */
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wrapper img {
    max-height: 50px;
    width: auto;
    object-fit: contain;
    /* Optional: filter: grayscale(1); */ /* Uncomment if you want them B&W until hover */
}

.brand-logo-card:hover .logo-wrapper {
    box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
}
section.money-saving-insights .container {
    background: #F9FAFB;
}
.blog-insight-card {
    border-radius: 15px !important;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-insight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

.blog-card-img {
    height: 220px;
    object-fit: cover;
}

.blog-title {
    line-height: 1.4;
    transition: color 0.2s;
}

.blog-title:hover {
    color: var(--primary_col) !important; /* Pink hover effect */
}

.blog-date {
    font-size: 0.85rem;
}

.read-more-link {
    color: var(--primary_col); 
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
}

.read-more-link i {
    transition: transform 0.3s ease;
    transform: translateX(5px);
}

.read-more-link:hover i {
    transform: translateX(10px);
}

.card-text {
    line-height: 1.6;
}

.category-box-link {
    text-decoration: none !important;
    display: block;
}

.category-box {
    background: #ffffff;
    border: 1.11px solid #E5E7EB;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
}

.category-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-color: var(--primary_col); 
    transform: translateY(-2px);
}

.cat-icon-me-3 {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: invert(64%) sepia(41.3%) saturate(1472%) hue-rotate(322deg) brightness(95%) contrast(93%);
}

.cat-name {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-weight: 500;
}











/* styles.css */

body {
  font-family: "Inter", sans-serif;
}
a:hover{
    text-decoration: none;
   
}
.card {
  border: none;
  box-shadow: -1.03px -1.03px 6.15px 0px #f6f6f7;
  box-shadow: 1.03px 1.03px 6.15px 0px #cbcbdd;
  border-radius: 10px;
}
.main-heading{
    color: #101828;
    font-size: 1.625rem;
    font-weight: 700;
}
.sub-heading{
    font-size: 1.25rem;
    color: var(--text-color1);
}
@media(min-width: 991px) {
  .blogs_section .blogs_grid .blog-item:first-child .blog-image {
    height: 420px;
  }
}
/* Responsive styles */
@media(max-width: 1050px) {
    
}
@media(max-width: 991px) {
 
}
@media(max-width: 1399px) {
  
}
@media (max-width: 767px) {
    .alphabet-filter-wrap .alphabets li {
        flex: 1;
        display: flex;
        justify-content: center;
        min-width: 30px;
    }
    .store-action a span {
        display: none;
    }
    .main-heading {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
  
}
