.hero-section {
    min-height: 500px;
    background: linear-gradient(135deg, #00504D 0%, #025C53 7.14%, #056959 14.29%, #08765F 21.43%, #0D8365 28.57%, #12916B 35.71%, #179E70 42.86%, #1CAC76 50%, #1AAF7D 57.14%, #17B184 64.29%, #14B48A 71.43%, #10B791 78.57%, #0BBA98 85.71%, #06BC9E 92.86%, #00BFA5 100%);
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.coupon-section {
    background: linear-gradient(135deg, #065f46 0%, #10b981 100%);
    border-radius: 24px;
    padding: 60px 20px;
    color: white;
    text-align: center;
    margin-bottom: 50px;
}

.coupon-badge {
    background-color: #FDC700;
    color: #000;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
}
.deal-btn {
    width: 227px;
    height: 40px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 10px;
    transition: all 0.3s;
    /* align-items: center; */
    gap: 9px;
    background-color: var(--primary_col);
    font-weight: 700;
    color: white;
    border-radius: 10px !important;
}
.btn-explore{
    border-radius: 30px;
    font-family: Inter;
    font-weight: 700;
    font-size: 1rem;
    color: #1CAC76;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    background: white;
}        
.search-container {
    max-width: 600px;
}
.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: #ffffff !important;
    color: #1CAC76 !important;
    border: none !important;
    margin-left: 0.7rem !important;
    border-radius: 5px !important;
}

.btn-primary:hover {
    background-color: #1CAC76 !important;
    color: #FFFFFF !important;
}
.front-page-searchbar {
    border-radius: 0 10px 10px 0 !important;
}
.opacity-90 {
    opacity: 0.90;
}
.search-container input::placeholder {
    color: #717182;
}

/**/

.category-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center !important; /* vertical center */
    align-items: center;     /* horizontal center */
    text-align: center;
    padding: 1rem;
    height: 200px; /* adjust height as needed */
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
}

.category-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.4); */
    border-radius: 12px;
    z-index: 1;
}

.category-box .cat-icon,
.category-box .cat-name,
.category-box small {
    position: relative;
    z-index: 2; /* on top of overlay */
}

.category-box .cat-icon img {
    width: 48px; /* adjust icon size */
    height: auto;
    filter: invert(100%) brightness(100%); /* make icon white */
    margin-bottom: 0.5rem;
}

/**/
.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;
}

.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;
}

/*Trusted icons*/
.feature-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            background-color: #1ab27b; /* The green from your image */
            color: white;
            border-radius: 50%;
            margin-bottom: 1.5rem;
            font-size: 1.8rem;
        }

        .feature-title {
            font-weight: 700;
            font-size: 1.1rem;
            color: #2d3436;
            margin-bottom: 0.5rem;
        }

        .feature-text {
            color: #636e72;
            font-size: 0.9rem;
            line-height: 1.4;
        }

        .features-container {
            padding: 2rem 0;
        }

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

.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);
    transform: translateY(-2px);
}

.copy-btn {
    background-color: #1CAC76 !important;
    color: white !important;
}

.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(27%) sepia(91%) saturate(2351%) 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;
  border:1.11px solid #E5E7EB !important;
  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) {
  
}
