.hero-section {
    min-height: 500px;
    padding: 60px 0;
}

/* Highlight Card */
.featured-highlight-card {
    aspect-ratio: 1 / 1;
    background: #000; /* Fallback */
}

.highlight-bg {
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Glassmorphism Effect */
.glass-footer {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tiny-text {font-size: 1rem;color: #A1A0A0;font-weight: 500;}
.glass-footer h4 {
    font-size: 1.8rem;
}
.btn-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.3s;
}

.featured-highlight-card:hover .btn-arrow {
    transform: translateX(5px);
}


.search-container {
    max-width: 600px;
}

.input-group {
    border-radius: 8px;
    overflow: hidden;
    background: #eeee;
    padding: 8px 8px;
}

.input-group .form-control:focus {
    box-shadow: none;
    border: none;
}
.hero-section h1 {
    font-size: 5.688rem;
    line-height: 1;
    color: var(--primary_col);
}
.hero-section h1 span {
    color: var(--secondary_col);
}
p.hero-text {
    font-size: 1.563rem;
}
.input-group-text {
    padding-left: 20px;
}

/* Custom Search Button Color */
.btn-primary {
    background-color: var(--primary_col) !important;
    border: none !important;
}

.btn-primary:hover {
    background-color: var(--primary_col) !important;
}
.coupon-card {
    border-radius: 16px !important;
    background-color: #F3F3F3; /* Light grey background like the image */
    transition: transform 0.2s ease;
    border: 1px solid #D4D4D4;
    box-shadow: 0px 1.39px 2.77px 0px #0000000D;
}

.featured-deal {
    background-color: #F3F3F3;
}
.featured-deal .logo-wrapper {
    aspect-ratio: 1;
}
.coupon-code-badge {
    border: 2px dashed #4b2a6d;
    border-radius: 8px;
    color: #4b2a6d;
    font-weight: bold;
    text-transform: uppercase;
    background: white;
}

.glass-footer .tiny-text {
    font-size: 1.25rem;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 400;
}

.text-purple {
    color: var(--primary_col);
}

.border-dashed {
    border-style: dashed !important;
}

.card.coupon-card:not(.featured-deal) .logo-wrapper {
    width: 110px;
    min-height: 92px;
    margin-bottom: 2.5rem;
}
/* Slider Styling */
.category-slider .category-item {
    outline: none;
}

.cat-icon-wrapper {
    transition: transform 0.3s ease;
}

.category-item:hover .cat-icon-wrapper {
    transform: translateY(-5px);
}

.category-item .cat-name {
    color: #4a4a4a;
    transition: color 0.3s ease;
}

.category-item:hover .cat-name {
    color: #bc42f5;
}

/* Arrows Styling */
.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
}

.slider-nav button {
    pointer-events: auto;
    font-size: 1.2rem;
    color: #333;
    padding: 10px;
    transition: color 0.3s;
}

.slider-nav button:hover {
    color: var(--secondary_col);
}

/* Ensure images don't stretch */
.cat-icon-wrapper img {
    filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.05));
}

a.blogs-btn, a.blogs-btn:hover {
    background: #EEEEEE;
}

.logo-wrapper {
    background: #ffffff !important;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-wrapper img {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}

.store-brand img {
    max-width: 112px;
    height: 75px;
    object-fit: contain;
}
.opacity-90 {
    opacity: 0.90;
}
.search-container input::placeholder {
    color: #717182;
}
og-insight-card:hover {
    transform: translateY(-8px);
}

.blog-card-img {
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 10px;
}

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

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

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

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

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

/* styles.css */

a:hover{
    text-decoration: none;
   
}
.main-heading{
    color: var(--primary_col);
    font-size: 3.125rem;
    font-weight: 700;
}
.sub-heading{
    font-size: 1.375rem;
}
@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) {
    .main-heading {
        font-size: 1.5rem;
    }
    .hero-section h1 {
        font-size: 3rem;
    }
    p.hero-text {
        font-size: 1rem;
    }
    .sub-heading {
        font-size: 1rem;
    }
    .featured-deal .logo-wrapper {
        aspect-ratio: unset;
    }
    .card.coupon-card .logo-wrapper {
        width: 110px;
        min-height: 92px;
        margin-bottom: 2.5rem;
    }
}

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