@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Bold.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Thin.otf') format('opentype');
  font-weight: 100;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-ExtraBold.otf') format('opentype');
  font-weight: 800;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
}

body {
    font-family: 'Metropolis' !important;
}

header {
    top: 0px;
    position: sticky;
}

header .wrapper-header {
    padding-top: 16px;
    padding-bottom: 16px;
}

.search-icon-img,
.hamburgermenu-icon-img {
    margin-right: 24px;
}

header .headersearchsection {
    background-color: #F4F4F4;
    border-radius: 12px;
    padding: 13px 24px;
}

header .search-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #898A8D;
    width: 100%;
    padding: 0px;
}

header .search-input::placeholder {
    color: #898A8D;
}

.nav-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item {
    font-weight: 500;
    color: #000;
}

header .nav-header-section .nav-item {
    border-right: 1px solid #262626;
    padding: 4px 24px;
}

header .nav-header-section .nav-item:last-of-type {
    padding-right: 0px;
    border-right: none;
}

/* Header Styles - Matching Your Code */
.header-default {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
}

.hamburgermenu-icon-img {
    margin-right: 24px;
}

.menu-icon-img {
    width: 24px;
    height: 16px;
}

.logo-img {
    height: 40px;
}

.headersearchsection {
    background-color: #F4F4F4;
    border-radius: 12px;
    padding: 13px 24px;
}

.search-icon-img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.search-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #898A8D;
    width: 100%;
    padding: 0px;
}

.search-input::placeholder {
    color: #898A8D;
}

.nav-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 4px;
}

.nav-item {
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.nav-header-section .nav-item {
    border-right: 1px solid #262626;
    padding: 4px 24px;
}

.nav-header-section .nav-item:last-of-type {
    padding-right: 0px;
    border-right: none;
}

.nav-item img {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

/* Sidebar Styles */

.sidebar-header h4 {
    font-size: 20px;
}

.category-icon-img {
    width: 15px;
}

.sidebar-content .category-grid .category-item {
    display: flex;
    gap: 8px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background-color: white;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    transition: all 0.4s ease;
    overflow-y: auto;
}

.sidebar hr {
    margin: 8px 0;
    color: #d9e3ec;
    opacity: 1;
}

.sidebar.open {
    left: 0;
}

.sidebar-header {
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #6c757d;
}

/* .sidebar-content {
    padding: 20px;
} */

.search-box {
    position: relative;
    margin-bottom: 25px;
}

.search-box input {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    font-size: 16px;
    transition: all 0.3s;
}

.search-box input:focus {
    border-color: #3a86ff;
    outline: none;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 18px;
}

.sidebar-section {
    margin-bottom: 25px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #14213d;
    display: inline-block;
}

.category-list,
.retailer-list,
.deal-list {
    list-style: none;
    padding: 0;
}

.category-list li,
.retailer-list li,
.deal-list li {
    margin-bottom: 12px;
}

.category-list a,
.retailer-list a,
.deal-list a {
    text-decoration: none;
    color: #14213d;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.2s;
    padding: 8px 10px;
    border-radius: 5px;
}

.category-list a:hover,
.retailer-list a:hover,
.deal-list a:hover {
    background-color: #f0f5ff;
    color: #3a86ff;
    transform: translateX(5px);
}

.category-list i,
.retailer-list i,
.deal-list i {
    margin-right: 10px;
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.deal-card {
    background: linear-gradient(135deg, #3a86ff, #6f42c1);
    border-radius: 10px;
    padding: 15px;
    color: white;
    margin-bottom: 15px;
}

.deal-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.deal-subtitle {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 10px;
}

.cashback-badge {
    background-color: #ffcc00;
    color: #333;
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.live-badge {
    background-color: #ff006e;
    color: white;
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500;
    display: none;
}

.overlay.active {
    display: block;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .sidebar {
        width: 280px;
    }
}

@media (max-width: 768px) {

    /* .col-md-2,
    .col-md-4,
    .col-xl-4,
    .col-xl-6 {
        flex: 0 0 100%;
        max-width: 100%;
    } */

    /* .headersearchsection {
        margin: 10px 0;
    } */

    .sidebar {
        width: 260px;
    }
}

@media (max-width: 576px) {
    .hamburgermenu-icon-img {
        margin-right: 15px;
    }

    .headersearchsection {
        padding: 10px 15px;
    }

    .nav-header-section .nav-item {
        padding: 4px 10px;
        font-size: 12px;
    }

    .nav-item img {
        width: 16px;
        height: 16px;
    }
}

/* SLIDER STARTS */

.cardslidersection {
    font-family: sans-serif;
    /* padding: 32px 0px; */
    background-color: #f8f8f8;
    padding-right: 0px;
}

.cardslidersection-carousel-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

/* Carousel */
.cardslidersection-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-right: 30px;
}

.cardslidersection-card:first-child {
    margin-left: 30px;
    /* ✅ Add space before the first card only */
}

.cardslidersection-carousel::-webkit-scrollbar {
    display: none;
}

.maincardslidersection {
    padding: 32px 0;
}

/* Card */
.cardslidersection-card {
    flex: 0 0 auto;
    /* scroll-snap-align: start; */
    width: 100%;
    max-width: 320px;
    border-radius: 24px;
    /* background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.cardslidersection-card img {
    width: 100%;
    border-radius: 12px;
}

/* Arrows wrapper with gradient background */
.cardslidersection-arrow-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 99;
}

.cardslidersection-carousel-container:hover .cardslidersection-arrow-wrapper {
    opacity: 1;
    pointer-events: all;
}

.cardslidersection-left-wrapper {
    left: 0;
    /* background: linear-gradient(275deg, #eee 4.35%, rgba(255, 255, 255, 0) 95.93%); */
    background: linear-gradient(to right, #eee 0%, rgba(255, 255, 255, 0) 100%);
}

.cardslidersection-right-wrapper {
    right: 0;
    /* background: linear-gradient(95deg, #eee 4.35%, rgba(255, 255, 255, 0) 95.93%); */
    background: linear-gradient(to left, #eee 0%, rgba(255, 255, 255, 0) 100%);
}

.brand-section {
    background-color: #f8f8f8;
    padding: 32px 0;
}

.commonheadingdivsection {
    padding: 0px 40px;
    margin-bottom: 32px;
}

.viewallsection {
    cursor: pointer;
}

.viewallsection:hover h5 {
    text-decoration: underline;
}

.viewallsection h5 {
    font-size: 16px;
    font-weight: 600;
    color: #3f51b5;
}


/* Arrow buttons */
.cardslidersection-arrow {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cardslidersection-arrow img {
    width: 20px;
    height: 20px;
}

/* Dots */
.cardslidersection-dots {
    display: none;
    justify-content: center;
    margin-top: 12px;
    gap: 6px;
}

.cardslidersection-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
}

.cardslidersection-dot.active {
    background: #000;
}

/* Responsive */

@media (min-width: 1024px) {
    .cardslidersection-card {
        max-width: 32%;
    }
}

@media (max-width: 768px) {
    .cardslidersection-card {
        max-width: 45%;
    }

    .cardslidersection-arrow-wrapper {
        display: none !important;
    }

    .cardslidersection-dots {
        display: flex;
    }
}

@media (max-width: 480px) {
    .cardslidersection-card {
        max-width: 100%;
    }

    .cardslidersection-arrow-wrapper {
        display: none !important;
    }

    .cardslidersection-dots {
        display: flex;
    }
}

/* .myntra-slider,
.nykaa-slider,
.nykaa-slider .cardslidersection,
.myntra-slider .cardslidersection {
    background: #fff;
} */


/* SLIDER ENDS */

/* CATEGORY STARTS */

.categoryslider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 32px 0px;
}

.categoryslider-carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 40px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
}

.categoryslider-wrapper .commonheadingsection {
    padding: 0 40px;
}

.categoryslider-carousel::-webkit-scrollbar {
    display: none;
}

.categoryslider-item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: box-shadow 0.3s ease;
    text-align: center;
    width: 136px;
}

.categorysliderimagesection {
    width: 136px;
    height: 136px;
    margin-bottom: 16px;
    background-color: #f6f6f6;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.categoryslider-item:hover .categorysliderimagesection {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* .categoryslider-item img {
    width: 60%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  } */

.categoryslider-item p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #5C5C5C;
}

.categoryslider-left-arrow-wrapper,
.categoryslider-right-arrow-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, #f6f6f6 30%, rgba(255, 255, 255, 0) 100%);
    padding: 10px;
    display: none !important;
    z-index: 10;
    height: 100%;
    width: 60px;
    align-items: center;
}

.categoryslider-wrapper:hover .categoryslider-left-arrow-wrapper,
.categoryslider-wrapper:hover .categoryslider-right-arrow-wrapper {
    display: flex !important;
    align-items: center;
}

.categoryslider-right-arrow-wrapper {
    right: 0;
    background: linear-gradient(to left, #f6f6f6 30%, rgba(255, 255, 255, 0) 100%);
}

.categoryslider-left-arrow-wrapper {
    left: 0;
}

.categoryslider-arrow {
    background-color: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.categoryslider-dots {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.categoryslider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
}

.categoryslider-dot.active {
    background-color: #000;
}

@media (max-width: 1024px) {

    .categoryslider-left-arrow-wrapper,
    .categoryslider-right-arrow-wrapper {
        display: none !important;
    }

    .categoryslider-dots {
        display: flex;
    }
}

/* CATEGORY ENDS */

/* Common Styles Starts */

.common-divider {
    color: #e0e0e0;
    opacity: 0.45;
    border-width: 2px;
    margin: 0px;
}

.commonheadingsection {
    font-size: 24px;
    font-weight: 700;
    color: #262626;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    margin-bottom: 0px;
}

/* Common Styles Ends */

/* Footer Starts */

.footer-section {
    background-color: #3B3160;
    color: #fff;
    padding: 32px;
}

.footer-section .social-media-section a:hover {
    color: #fff !important;
}

.footer-section h6 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-section .footer-section-list-section li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}

.footer-section .footer-section-list-section li:last-of-type {
    margin-bottom: 0px;
}

.footer-section-icon {
    background: white;
    color: black;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-section-icon:hover {
    background: #FF6D1D;
    color: #fff;
}

.footer-section .social-media-section {
    margin-bottom: 24px;
}

.footer-section .copyright-section {
    margin-top: 130px;
}

.footer-section .footer-anchor-section {
    color: #fff;
    text-decoration: none;
}

.footer-section .footer-section-list-section a:hover {
    color: #FF6D1D;
}

.footer-section .footer-section-list-section {
    padding-left: 0px;
}

/* Footer Ends */

/* Refer Starts */

.refer-container {
    /* background: url('../images/invite/refer.png'); */
    flex-wrap: wrap;
    margin: 16px 0;
    width: 100%;
    position: relative;
    /* background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 360px; */
}

.refer-container .refer-left {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
}

.refer-container .refer-left img {
    max-width: 100%;
    height: auto;
    position: absolute;
    display: none;
}

.refer-container .refer-right {
    flex: 1 1 auto;
}

.refer-container .refer-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 32px;
}

.refer-container .refer-description {
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 700;
}

.refer-container .highlight-yellow {
    color: #ffd600;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 18px;
}

.refer-container .invite-btn {
    background-color: white;
    color: #2B77B0;
    font-weight: 700;
    padding: 12px 24px;
    border: none;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.refer-container .invite-btn:hover {
    background-color: #f0f0f0;
}

.refer-container-section {
    margin: 0px auto;
    background-color: #f8f8f8;
    padding: 32px 0;
}

/* Refer Ends */

/* Cashback and Coupon Starts */

.feature-card,
.sale-card,
.trust-card {
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
    position: relative;
}

.feature-card:hover,
.sale-card:hover,
.trust-card:hover {
    transform: translateY(-5px);
}

.feature-card img,
.sale-card img,
.trust-card img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
}

.card-text {
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #fff;
}

.cashback_and_coupon_row_section,
.popular_sales_row_section,
.trust_card_row_section {
    margin-top: 48px;
}

.cashback_and_coupon_container_section,
.popular_sales_container_section,
.trust_card_container_section {
    margin: 64px auto;
}

/* Cashback and Coupon Ends */

/* Popular Sales Starts */

.popular_sales_button {
    font-size: 18px;
    font-weight: 600;
    padding: 9px 15px;
    background-color: #fff;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
}

.popular_sales_amazon_button {
    color: #FF9900;
}

.popular_sales_tata_button,
.popular_sales_buykaro_button {
    color: #A91E3F;
}

/* Popular Sales Ends */