:root{
    --secondary_color: #F76167;
}
.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%);*/
    background: #F0F0F0 !important;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.coupon-badge {
    background-color: #EFF6FF;
    color: #000;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
}

.deal-btn {
    height: 40px;
    opacity: 1;
    border-radius: 10px;
    transition: all 0.3s;
    gap: 9px;
    background: linear-gradient(90deg, #3D145F 0%, #471571 100%);
    font-weight: 700;
    color: white;
}

.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 {
    overflow: hidden;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

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

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

/* Custom Search Button Color */
.btn-primary {
    background-color: #F76167 !important;
    color: #ffffff !important;
    border: 1px solid !important;
    display: flex;
    align-items: center;
    margin-right: 1rem;
    height: 40px;
    
    angle: 0 deg;
    opacity: 1;
    gap: 8px;
    border-radius: 14px !important;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
}

.btn-primary:hover {
    background-color: #ffffff !important;
    color: #F76167 !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;
}

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

.view-all{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    color: #3D145F;

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

/*new category box*/
/* The Card Itself */
.category-card {
    background: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


/* Icon Styling */
.cat-icon-wrapper {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
}

.category-item-column:nth-child(4n+1) .cat-icon-wrapper {
    background: #FCE7F3;
}
.category-item-column:nth-child(even) .cat-icon-wrapper {
    background: #DBEAFE;
}

.category-item-column:nth-child(3n) .cat-icon-wrapper {
    background: #DCFCE7;
}

.cat-icon-wrapper img {
    max-width: 24px;
    height: auto;
    transition: opacity 0.3s ease;
}



.category-card:hover .cat-icon-hover {
    opacity: 1;
}

/* Text Styling */
.category-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2D2D2D;
    margin-bottom: 5px;
}

.category-deal-count {
    font-size: 0.85rem;
    color: #7A7A7A;
    display: block;
}

/*SWIPER*/
.swiper-button-prev:after,.swiper-button-next:after {
    font-weight: 900;
    color: #000000;
    font-size: 26.04px;
    line-height: 26.06px;
    vertical-align: middle;
}



/* 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) {
  
}
