/*
Template Name: Eatreal - Online Grocery Supermarket Mobile Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.0
*/

/*
-- Body
-- Colors
-- Buttons
-- Typography
-- Navbar
-- Homepage
-- Banners
-- Product Detail
-- Listing
-- My Account
-- Checkout
-- Mobile Media
*/

/* Bootstrap Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --primary: #0096c7;
    --danger: #6a40f4;
    --danger-hover:#593dff;
    --warning: #ff8d27;
    --info: #95d9df;
    --muted: #e9ecef;
    --light-dark: #444444;
}

/* Body */
body {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
}
/* Scroll Bar */
html ::-webkit-resizer {
    background-color: #ffffff;
}
html ::-webkit-scrollbar {
    width: 0px;
    overflow: visible;
}
html ::-webkit-scrollbar-button {
    display: none;
}
html ::-webkit-scrollbar-corner {
    background-color: #ffffff;
}
html ::-webkit-scrollbar-thumb {
    background-color: rgba(138, 138, 138, 0.4);
    border-radius: 7px;
}
html ::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}
a {
    text-decoration: none;
    color: var(--danger);
}
.form-control, .form-select, .form-check-input {
    box-shadow: none !important;
}
.offcanvas-footer{
    padding: 1rem;
}
.form-check-input:checked{
    background-color: var(--danger) !important;
    border-color: var(--danger) !important;
}
.accordion .accordion-button{
    box-shadow: none;
    background-color: #fff;
    color: #000;
}
.dropdown .dropdown-menu .dropdown-item:active{
    background-color: var(--danger);
}
.osahan-dropdown {
    font-size: 14px;
    min-width: 256px;
}
.osahan-dropdown .dropdown-item {
    padding: 6px 1rem;
    font-size: 14px;
}
.shop-category,.popular-products,.coupons,.cold-drinks,.top-picks,.big-img,.small-img,.hero-slider {
    display: none;
}
.intro-logo {
    height: 80px;
}

.user-icon {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#addaddress .ratio.ratio-1x1.h-100 {
    height: 200px !important;
}
div#addaddress .ratio::before {
    display: none;
}
/* Colors */
.bg-primary{
    background-color: #573cff;
    background-image: linear-gradient(43deg, #573cff 0%, #C850C0 80%, #FFCC70 100%);
}
.text-danger{
    color: var(--danger) !important;
}
.bg-danger{
    background-color: var(--danger) !important;
}
.border-end, .border, .border-start, .border-top, .border-bottom, .card, .card-header {
    border-color: #eaecef !important;
}

/* Buttons */
.osahan-arrow {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50px;
    top: 0;
    bottom: 0;
    font-size: 20px;
    border: 1px solid #dbdbdb;
    margin: auto;
    cursor: pointer;
    transition: all 0.2s;
}
.osahan-arrow:hover {
    border-color: #6a41f4;
    background: #6a41f4;
    color: #ffffff;
}
.osahan-right {
    right: -11px;
}
.osahan-left {
    z-index: 9;
    left: -10px;
}
.shop-category .osahan-arrow {
    bottom: auto;
    top: 41px;
}
.top-picks .osahan-arrow {
    bottom: auto;
    top: 59px;
}
.big-img .osahan-left {
    left: 20px;
}
.big-img .osahan-right {
    right: 20px;
}
.small-img .slick-current.slick-active .border {
    border:2px solid #d72900 !important;
}
.small-img .border{
    cursor: pointer;
    transition: all 0.2s;
}
.small-img .border:hover{
    border:2px solid #d72900 !important;
}
.osahan-new-btn {
    padding: 6px 0;
    border-radius: 11px !important;
}
.btn-outline-danger{
    border-color: var(--danger) !important;
    color: var(--danger) !important;
}
.btn-outline-danger:hover{
    background-color: var(--danger) !important;
    color: #fff !important;
}
.btn-danger{
    background-color: var(--danger) !important;
    border-color: var(--danger) !important;
}
.btn-danger:hover{
    background-color: var(--danger-hover) !important;
    border-color: var(--danger-hover) !important;
}
.value{
    width: 100px;
    border: none !important;
}
.value .btn {
    font-size: 22px;
    padding: 0px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
    border: 1px solid #d2caff !important;
    min-width: 32px;
    background: #e0dbff;
    border-radius: 50px !important;
    color: #593dff;
    font-weight: 100;
    transition: all 0.2s;
}
.value .btn:hover, .value .btn:focus {
    background: #593dff !important;
    color: #fff;
    border-color: #593dff !important;
}

/* Typography */
.small-sm{
    font-size: 10px;
}
.fw-bold {
    font-weight: 500!important;
}
.h6, h6 {
    font-size: 15px;
}

/* Navbar */
.navbar .navbar-brand {
    padding-bottom: .2rem;
    padding-top: 0
}
.navbar .navbar-toggler {
    padding: 4px 5px 0px 6px;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: 0
}
.navbar .navbar-collapse .navbar-toggler {
    position: absolute;
    right: .5rem;
    top: .6rem;
    z-index: 1
}
@media (max-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        color: #595c5f;
        padding: 11px 0 !important;
    }
    .navbar .navbar-nav .nav-item .nav-link:after {
        float: right;
        margin-top: 7px;
    }
    .navbar .offcanvas {
        overflow: auto;
    }
}
.navbar .dropdown-fullwidth {
    position: static
}
.navbar .dropdown-fullwidth .dropdown-menu {
    left: 0;
    margin: auto;
    max-width: 1290px;
    padding: 1rem 0;
    right: 0;
}
.navbar .dropdown .dropdown-toggle:after {
    background-repeat: no-repeat;
    border: none;
    content: "\eb11";
    font: normal normal normal 0.9em/1 'lineicons';
    margin-left: 0.375rem;
    vertical-align: middle;
}
.navbar .dropdown-menu {
    border-radius: .5rem;
    box-shadow: 0 0 2px rgba(145,158,171,.2),0 12px 24px -4px rgba(145,158,171,.12);
    color: var(--fc-gray-600);
    line-height: 1.2rem;
    min-width: 12rem;
}
.navbar .dropdown-menu .dropdown-list-group-item {
    min-width: 100%
}
.navbar .dropdown-menu .dropdown-submenu a:after {
    position: absolute;
    right: 1rem;
    transform: rotate(-90deg)
}
.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    left: 100%;
    min-width: 12rem;
    right: 0;
    top: -18px
}
.navbar .dropdown-menu .dropdown-submenuBig a:after {
    position: absolute;
    right: 1rem;
    transform: rotate(-90deg)
}
.navbar .dropdown-menu .dropdown-submenuBig.dropend .dropdown-menu {
    left: 105%;
    min-width: 12rem;
    right: 0;
    top: -35px
}
.navbar .navbar-right-wrap .list-group-item {
    padding: 1rem 1.25rem
}
.navbar .nav-badge {
    position: absolute;
    right: 3px;
    top: -9px
}
@media (min-width: 1200px) {
    .navbar-default .dropdown-menu {
        display:block;
        opacity: 0;
        transform: translateY(20px);
        transition: all .3s ease-in;
        visibility: hidden
    }
    .navbar-default .dropdown-menu-end {
        left: auto;
        right: 0
    }
    .navbar-default .dropdown-menu-start {
        left: 0;
        right: auto
    }
    .navbar-default .dropdown-submenu:hover>.dropdown-menu,.navbar-default .dropdown-submenuBig:hover>.dropdown-menu,.navbar-default .dropdown:hover>.dropdown-menu {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible
    }
}
.navbar-nav-offcanvac .nav-item .nav-link {
    border-bottom: 1px solid #eaecef;
}
.navbar-dark .navbar-nav .nav-link {
    border-bottom: transparent
}
.navbar-toggler-icon {
    height: 1.2em
}
.dropdown-menu {
    box-shadow: 0 0 2px rgba(145,158,171,.2), 0 12px 24px -4px rgba(145,158,171,.12);
    padding: 10px;
    border-color: #eaecef;
}
.dropdown-item {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
    color: #656565;
}
.osahan-header a.p-3 {
    height: 68px;
}
.logo-img{
    height: 36px;
}
.osahan-location small.small {
    width: 198px;
}
.category .card{
    transition: all 0.2s;
}
.category .card-body {
    padding: 10px 12px;
}
.category .card:hover{
    border-color: var(--danger) !important;
    box-shadow: 0 0 10px 1px #efefef;
    color: var(--danger);
}
.osahan-listing-page-nav{
    position: sticky;
    top: 0;
    z-index: 9;
}
.osahan-listing-page-nav  a.dropdown-item {
    font-size: 14px;
    padding: 6px 19px;
}
.osahan-location p {
    font-size: 12px;
    width: 140px;
}
.osahan-location p.small {
    font-size: 9px;
}
.top-search-bar .form-control {
    font-size: 14px;
}
.top-search-bar .btn {
    font-size: 14px;
}
.osahan-top-search {
    height: 44px;
}
.osahan-second-nav .nav-link {
    font-size: 15px;
    padding: 15px 12px !important;
}
.navbar.navbar-dark.navbar-default.bg-danger.osahan-second-nav .nav-link {
    color: #fff;
}
.my-account-dropdown {
    margin-top: 10px !important;
    right: auto !important;
    left: 26px !important;
    width: 250px;
}

/* Homepage */
.homepage-nav-one-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}
.homepage-nav-one-header .navbar {
    background: transparent !important;
    box-shadow: none !important;
}
.hero-slider-1 {
    background-color: #d7eff2;
}
.hero-slider-2 {
    background-color: #ffeaa2;
}
.hero-slider-main .slick-dots {
    bottom: 10px;
}
.top-picks-item h6.card-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 16px;
}
.bg-pink-light {
    background: #f5e5ec;
}

/* Banners */
.store-sidebar{
    margin-top: -114px;
}
.ch-50{
    height: 40px;
}
.btn-icon {
    font-size: 14px;
    padding: 0px;
    width: 40px;
    height: 40px;
    min-height: 40px !important;
    display: flex;
    color: #fd0d0d;
    align-items: center;
    justify-content: center;
}
.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
}
.icon-xl {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 3.5rem;
}
.svg-border-rounded svg {
    height: 3rem;
    width: 100%;
}
.banner-icon {
    width: 48px;
}
.adver-banner-1 {
    background-image: url(../img/adver-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.adver-banner-2 {
    background-image: url(../img/adver-banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.adver-banner-3 {
    background-image: url(../img/adver-banner-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.grocery-banner-1 {
    background-image: url(../img/grocery-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.grocery-banner-2 {
    background-image: url(../img/grocery-banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-box{
    height: 150px;
    width: auto;
    border: 1px solid #e5e5e5;
}
.osahan-badge{
    font-size: 10px;
    letter-spacing: 0.8px;
    line-height: 13px;
    padding: 5px 4px 4px 4px;
    border-radius: 0 0 6px 6px;
}
.osahan-badge b {
    font-size: 12px;
}

/* Product Detail */
.why-shop-img{
    width: 60px;
}
.sticky-sidebar {
    position: sticky;
    top: 0px;
}
.sticky-sidebar2 {
    position: sticky;
    top: 0px;
}
.qr-code{
    width: 85px;
}
.small-img .osahan-arrow{
    z-index: 9;
}
.small-img:after {
    content: "";
    position: absolute;
    right: 0;
    width: 40px;
    background: #000;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.small-img:before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    background: #000;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    z-index: 1;
}

/* Listing */
.osahan-listing-page-nav-sidebar .nav-pills .nav-link{
    background-color: transparent;
    color: var(--light-dark);
    border-radius: 0;
    padding: 0px 1rem;
    border-left: 0px solid transparent;
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link img{
    width: 37px;
    background-color: var(--muted);
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link.active img{
    background-color: #ffdeda !important;
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link.active{
    border-left: 1px solid var(--danger) !important;
    color: #000;
    font-weight: 600;
}
.osahan-card-list .card-img-top {
    padding: 15px;
    transition: all 0.2s;
}
.osahan-card-list:hover .card-img-top {
    padding: 5px;
}
.shop-list-page .osahan-card-list .card-img-top {
    height: 110px;
}

/* My Account */
.my-account-pills .nav-link{
    border: none;
    background-color: transparent;
    text-align: start;
    color: var(--light-dark);
    font-size: 11px;
    padding: 14px 5px;
    display: flex;
    position: relative;
    align-items: center;
    min-width: 73px;
}
.my-account-pills .nav-link.active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f8f9fa;
    right: -1px;
}
.my-account-pills .nav-link.active{
    background-color: #f8f9fa;
}
.my-account-pills .nav-link i {
    background: #d8d4fc;
    color: #593dff;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    border-radius: 50px;
    font-size: 18px;
    margin-bottom: 8px;
}
.my-account-pills .nav-link:hover i, .my-account-pills .nav-link.active i {
    background: #593dff;
    color: #ffffff;
}
.order-img{
    width: 60px;
}
.my-account-main-page-sidebar .nav-link{
    border: none;
    background-color: #fff;
    text-align: start;
    color: var(--light-dark);
    font-size: 14px;
    padding: 18px 20px;
    display: flex;
    position: relative;
    align-items: center;
    border-bottom: 1px solid #eceded;
    border-radius: 0px;
}
.my-account-main-page-sidebar .nav-link.active{
    color: #fc3400;
    background: none !important;
}
.my-account-main-page-sidebar .nav-link i {
    background: #ffede8;
    color: #fc3400;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    border-radius: 50px;
}
.my-account-main-page-sidebar .nav-link:hover i, .my-account-main-page-sidebar .nav-link.active i {
    background: #fc3400;
    color: #ffffff;
}
.h-700{
    height: 700px;
}

/* Checkout */
.checkout-img{
    height: 27px;
    border: 1px solid #dadada;
    padding: 6px 6px;
    border-radius: 6px;
    background: #fff;
}
.osahan-checkout-item .img-fluid {
    height: 57px;
}
.osahan-netbanking .d-flex.justify-content-between.mb-2 {
    height: 42px;
    border: 1px solid #eaeaea;
    padding: 5px 5px;
    border-radius: 50px;
    width: 42px;
}
.upi-img{
    height: 20px;
    border: 1px solid #dadada;
    padding: 4px 4px;
    border-radius: 4px;
    background: #fff;
}
.osahan-radio-box-action  a {
    position: absolute;
    right: 16px;
    background: #fff;
    font-size: 11px;
    bottom: 12px;
}
.osahan-radio-box {
    position: relative;
}
.osahan-radio-box .form-check-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.osahan-radio-box .form-check-input {
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0px;
    border: 2px solid transparent;
    border-radius: 15px;
    background: no-repeat;
}
.osahan-radio-box .form-check-input:checked[type=radio] {
    background: none !important;
    border: 2px solid #000;
}
.osahan-radio-box .form-check-input:after {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50px;
    background: #f8f9fa;
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #dee2e6;
}
.osahan-radio-box .form-check-input:checked[type=radio]:before {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50px;
    background: #ffffff;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    border: 5px solid #593dff;
}


/* Mobile Media */
@media (max-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .osahan-left {
        z-index: 9;
        left: -1px;
    }
    .osahan-right {
        right: -2px;
    }
    .osahan-arrow {
        width: 22px;
        height: 23px;
        font-size: 11px;
    }
    .osahan-listing-page-nav .navbar-toggler {
        padding: 0 0;
        position: absolute;
        top: -37px;
        right: 41px;
    }
    .osahan-listing-page-nav .container {
        padding: 0px;
    }
    .osahan-listing .osahan-listing-page-nav-sidebar {
        padding: 0px !important;
    }
    .osahan-listing .container {
        padding: 0px;
    }
    .product-detail-page .sticky-sidebar2.border-start.overflow-auto.vh-100.p-5 {
        padding: 0 0 50px 0px !important;
        border: none !important;
        height: auto !important;
    }
    .product-detail-page .col-lg-6.col-12.py-5 {
        padding-bottom: 10px !important;
    }
    .store-sidebar {
        margin-top: 0px;
    }
    .my-account-dropdown li.d-flex.align-items-center.gap-2.bg-light.p-3.mt-2 img {
        width: 32px;
        margin-bottom: auto;
        margin-top: 2px;
    }
    .my-account-dropdown {
        margin-top: 10px !important;
        right: 0 !important;
        left: 0 !important;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .osahan-location {
        padding-right: 0px !important;
    }
    .osahan-header ul.list-inline li.list-inline-item:first-child a.p-3 {
        padding-left: 0px !important;
    }
    .osahan-location p {
        font-size: 12px;
        width: 100%;
    }
    .top-search-bar input {
        border: none;
        box-shadow: none !important;
    }
    .shop-category .osahan-arrow{
        display: none !important;
    }
    .osahan-left {
        z-index: 9;
        left: -1px;
    }
    .osahan-right {
        right: -2px;
    }
    .osahan-arrow {
        width: 22px;
        height: 23px;
        font-size: 11px;
    }
    .osahan-listing .osahan-listing-page-nav-sidebar {
        padding: 0px !important;
    }
    .osahan-listing .container {
        padding: 0px;
    }
    .osahan-listing-page-nav .navbar-toggler {
        padding: 0 0;
        position: absolute;
        top: -37px;
        right: 41px;
    }
    .osahan-listing-page-nav .container {
        padding: 0px;
    }
 
    .product-detail-page .sticky-sidebar2.border-start.overflow-auto.vh-100.p-5 {
        padding: 0 0 50px 0px !important;
        border: none !important;
        height: auto !important;
    }
    .product-detail-page .col-lg-6.col-12.py-5 {
        padding-bottom: 10px !important;
    }

    .shop-list-page .text-truncate {
        width: 160px;
    }
    .shop-list-page .card-footer {
        flex-direction: column;
        gap: 5px !important;
    }
    .shop-list-page .card-footer br {
        display: none;
    }
    .shop-list-page .card-footer del {
        margin-right: 7px;
    }
    .shop-list-page .osahan-card-list .card-img-top {
        height: 91px;
    }
    .store-sidebar {
        margin-top: 0px;
    }
    .my-account-dropdown li.d-flex.align-items-center.gap-2.bg-light.p-3.mt-2 img {
        width: 32px;
        margin-bottom: auto;
        margin-top: 2px;
    }
    .my-account-dropdown {
        margin-top: 10px !important;
        right: 0 !important;
        left: 0 !important;
        width: 100%;
    }
}

.logo {
  /* Amazon's logo height usually sits between 30px and 40px in a navbar */
  height: 50px; 
  width: 200px; /* This maintains the original proportions */

}



p i {
  margin-right: 8px;
  font-size: 18px;
}

.slider-wrapper {
  width: 100%;
  background: #f1f3f6;
  padding: 10px 0;
  overflow: hidden;
}

.slider-container {
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 16px;
  transition: transform 0.5s ease;
}

/* Flipkart-style visible slides */
.slide {
  flex: 0 0 calc((100% - 16px) / 2.2);
  border-radius: 16px;
  overflow: hidden;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}


.slide {
  /* PC: Show 2 full banners + a bit of the 3rd */
  flex: 0 0 46%; 
  border-radius: 12px;
  overflow: hidden;
  
}


/* --- Responsive Adjustments --- */

/* Tablet: Show 1.5 banners */
@media (max-width: 768px) {
  .slide {
    flex: 0 0 70%; 
  }
}

/* Mobile: Show 1 full banner + a peek of the 2nd */
@media (max-width: 480px) {
  .slide {
    flex: 0 0 85%; 
  }
  .slider-container {
    padding: 0 16px;
  }
}

/* Dots Styling */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.dot {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  background: #2874f0; /* Flipkart Blue */
  width: 20px;
  border-radius: 10px;
}




body {
  background: #f5f7fb;
}

.card {
  transition: 0.3s;
}

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

.btn-primary {
  background: linear-gradient(45deg, #007bff, #00c6ff);
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(45deg, #0056b3, #0096c7);
}

.form-control {
  border-radius: 12px;
}

h4 {
  letter-spacing: 0.5px;
}


.mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index: 999;
  border-top: 1px solid #ddd;
}

/* Active icon color */
.mobile-footer a {
  font-size: 13px;
}

.mobile-footer a i {
  display: block;
}

/* Add spacing so content not hidden */
body {
  padding-bottom: 0px;
}

.ig-wrap { padding: 1.2rem 0; background: #f8f9fa; }
.ig-head { display: flex; align-items: center; justify-content: space-between; padding: 0 1rem 0.8rem; }
.ig-head-left { display: flex; align-items: center; gap: 8px; }
.ig-head-left span { font-size: 15px; font-weight: 700; color: #111; }
.ig-viewall { font-size: 12px; color: #E1306C; text-decoration: none; font-weight: 500; border: 1px solid #E1306C; padding: 4px 12px; border-radius: 20px; }
.ig-slider-outer { position: relative; padding: 0 1rem; }
.ig-slider { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; }
.ig-slider::-webkit-scrollbar { display: none; }
.ig-card { min-width: 150px; max-width: 150px; flex-shrink: 0; scroll-snap-align: start; border-radius: 14px; overflow: hidden; background: #fff; border: 1px solid #eee; cursor: pointer; transition: transform .18s; }
.ig-card:hover { transform: translateY(-3px); }
.ig-thumb { position: relative; aspect-ratio: 9/16; background: #111; overflow: hidden; }
.ig-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ig-play-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.18); }
.ig-play-btn { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.92); display: flex; align-items: center; justify-content: center; }
.reel-badge { position: absolute; top: 8px; left: 8px; background: #E1306C; color: #fff; font-size: 9px; font-weight: 700; padding: 2px 8px; border-radius: 20px; }
.ig-meta { padding: 8px 10px 10px; }
.ig-caption { font-size: 11px; color: #666; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.arr-btn { position: absolute; top: 50%; transform: translateY(-60%); width: 32px; height: 32px; border-radius: 50%; background: #fff; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2; }
.arr-left { left: 0; }
.arr-right { right: 0; }
.ig-dots { display: flex; justify-content: center; gap: 5px; padding-top: 10px; }
.ig-dot { width: 6px; height: 6px; border-radius: 50%; background: #ddd; transition: background .2s, width .2s; }
.ig-dot.active { background: #E1306C; width: 16px; border-radius: 3px; }
.ig-follow-row { padding: 10px 1rem 0; display: flex; align-items: center; gap: 10px; }
.ig-avatar-circle { width: 38px; height: 38px; border-radius: 50%; border: 2px solid #E1306C; background: linear-gradient(135deg,#f09433,#bc1888); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.ig-uname { font-size: 13px; font-weight: 700; color: #111; }
.ig-handle { font-size: 11px; color: #888; }
.follow-btn { margin-left: auto; background: #E1306C; color: #fff; border: none; border-radius: 20px; font-size: 12px; font-weight: 600; padding: 5px 16px; cursor: pointer; }


.osahan-card-list .card-body {
  padding-bottom: 4px !important;
}

.osahan-card-list .card-title {
  margin-bottom: 2px !important;
  line-height: 1.2;
}

.osahan-card-list .card-footer {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.osahan-card-list p {
  margin-bottom: 0;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .hide-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  /* Ensure container doesn't cut off shadows */
  .container {
      padding-left: 15px;
      padding-right: 15px;
  }


  .hide-scrollbar::-webkit-scrollbar { display: none; }
  .hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
  
  /* Ensure the row doesn't wrap */
  #couponsSlider {
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      /* padding: 0; */
  }

   
    .card {
      border-radius: 20px;
      transition: 0.3s;
    }

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

    .btn-primary {
      background: linear-gradient(45deg, #007bff, #00c6ff);
      border: none;
    }

    .btn-primary:hover {
      background: linear-gradient(45deg, #0056b3, #0096c7);
    }

    .form-control {
      border-radius: 10px;
    }

    iframe {
      border-radius: 12px;
    }
.reels-scroll {
  -ms-overflow-style: none;  /* IE & Edge */
  scrollbar-width: none;     /* Firefox */
}

.reels-scroll::-webkit-scrollbar {
  display: none;             /* Chrome, Safari, Opera */
}

.reel-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .reel-card {
    width: 160px !important;
  }
}
  #reelsTrack::-webkit-scrollbar { display: none; }


.container#try{
    display: flex;
    align-items: baseline !important;
    justify-content: flex-start !important;
    width: 150%;
}


  /* Ensure buttons are visible and not overlapping on small screens */
      @media (max-width: 576px) {
         .position-relative .btn-light {
            width: 32px !important;
            height: 32px !important;
            margin-left: -6px !important;
            margin-right: -6px !important;
         }
         .position-relative .btn-light i {
            font-size: 0.9rem;
         }
      }
      /* Smooth scrolling for better UX */
      .overflow-hidden {
         scroll-behavior: smooth;
      }