.category_div {}

/* Find By Section Styles */
.search-section {
    background: linear-gradient(135deg, #f8fbff 0%, #f1f7ff 100%);
    position: relative;
    overflow: hidden;
}

.search-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(0, 123, 255, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(0, 123, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
}


    /* background: #fcfcfc no-repeat padding-box;
    border: 1px solid #e2f0ff;
    border-radius: 5px;
    opacity: 1;
    padding: 5px;
} */

.seller-header-image {
    margin-top: 9px;
    border-radius: 4px;
    height: 220px;
    background: url("./img/seller.png") no-repeat center;
    background-size: cover;
}

.for-discount-value {
    color: white;
    border-radius: 5px 0;
    font-size: small;
}

html[dir="ltr"] .for-discount-value {
    padding: 3px 4px 2px 5px;
}

html[dir="rtl"] .for-discount-value {
    padding: 3px 5px 2px 4px;
}

.for-discount-value-null {
    color: white;
    border-radius: 0 5px;
    font-size: small;
    display: inline-block;
}

html[dir="ltr"] .for-discount-value-null {
    padding: 3px 4px 2px 5px;
}

html[dir="rtl"] .for-discount-value-null {
    padding: 3px 5px 2px 4px;
}

.for-discount-div {
    margin-top: -6%;
    margin-bottom: 6%;
}

html[dir="ltr"] .for-discount-div {
    margin-right: -9%;
}

html[dir="rtl"] .for-discount-div {
    margin-left: -9%;
}

@media (max-width: 375px) {
    .discount-hed {
        margin-top: -5%;
        margin-right: -5%;
        margin-bottom: 6%;
    }
}

.for-count-value {
    position: absolute;
    right: 0.6875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    color: black;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

@media (max-width: 600px) {
    .seller-header-image {
        height: 86px;
    }
}

.chat {
    float: right;
    margin-right: 5px;
    width: 100px;
}

.flower {
    float: right;
    width: 114px;
}

.cz-carousel [data-nav].tns-nav-active {
    background-color: #92c6ff !important;
}

.cz-carousel [data-nav] {
    background-color: #fff !important;
}

.cz-carousel .tns-nav {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    bottom: 25px;
}

.tns-outer {
    padding: 0 !important;
    margin-bottom: -20px;
}

.banner_card {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1019607843);
    border: 1px solid #e2f0ff;
    border-radius: 3px;
}

[data-simplebar] {
    overflow-y: auto;
    padding-right: 0 !important;
}

.simplebar-content {
    padding: 0 !important;
}

.footer_banner {
    padding-right: 4px;
    padding-left: 4px;
    margin-top: 5px;
}

.footer_banner:first-child {
    padding-right: unset;
    padding-left: 0;
}

html[dir="rtl"] .footer_banner:first-child {
    padding-right: 0;
}

.footer_banner:nth-child(5) {
    padding-left: unset;
    padding-right: 0;
}

html[dir="rtl"] .footer_banner:nth-child(5) {
    padding-left: 0;
}

.widget-product-title .ptr {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 13px;
}

.widget .btn > i {
    margin-top: -1px;
    vertical-align: middle;
    font-size: 10px;
}

.widget .btn-outline-accent {
    border-radius: 3px;
    width: 80px;
    padding: 2px;
}

.widget-product-title {
    position: relative;
}

.text-accent {
    font-weight: 700;
    font-size: 17px;
}

.category_title {
    color: black !important;
    font-size: 16px;
    font-weight: 600;
}

.featured_deal_title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.featured_deal_product {
    cursor: pointer;
    height: 97px;
}

.featured_product_details {
    padding: 5px;
}

.featured_product_pic .image_center img {
    vertical-align: middle;
}

.featured_deal_title {
    position: relative;
}

.featured_product-title .ptr {
    font-weight: 400;
    font-size: 19px !important;
    color: #000000 !important;
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.4em;
    line-height: 1.2em;
}

.featured_product-price {
    margin-top: -10px;
}

.featured_product-price .ptp {
    font-weight: 700;
    font-size: 19px !important;
}

.flash_deal {
    border-radius: 3px;
}

.flash_deal_title {
    color: black;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.cz-countdown .cz-countdown-value {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.cz-countdown {
    flex-wrap: wrap;
    font-weight: normal;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.flash_deal_product {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0509803922);
    background: white;
    border-radius: 5px;
}

.flash_deal_product_pic {
    height: 175px;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 0 10px;
}

.flash_deal_product_pic img {
    height: 149px;
}

.flash_deal_product_details {
    position: relative;
}

.flash_deal_product_details .flash-product-title {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    line-height: 1.2em;
}

.flash_deal_product_details .flash-product-title a {
    font-weight: 600;
    font-size: 16px;
    color: black !important;
}

.flash_deal_product_details .flash-product-review {
    font-weight: 400;
    font-size: 11px;
}

.flash_deal_product_details .flash-product-review .review-count {
    color: #fea96e !important;
}

.flash_deal_product_details .flash-product-review .star-rating i {
    font-size: 16px !important;
}

.deal_of_the_day h1 {
    font-weight: 700;
    font-size: 29px;
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
}

.buy_btn {
    font-weight: 700;
    font-size: 22px;
    width: 198px;
    height: 46px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid white;
}

.deal_latest_product .product-card {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.0784313725);
    border-radius: 5px;
    height: 284px;
}

.deal_latest_product .product-card .card-header {
    height: 200px;
    text-align: center;
    background: #f9f9f9 0 0 no-repeat padding-box;
    border-radius: 5px 5px 0 0;
}

.product-title1 {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #000000 !important;
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.4em;
    line-height: 1.2em;
}

.deal_latest_product .product-title {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #000000 !important;
}

.deal-title {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.order-summery-footer-image {
    width: auto;
}

.view_all {
    display: flex;
    justify-content: flex-end !important;
}

.view_border {
    margin-top: -53px;
    border-top: 2px solid #e3e9ef;
    margin-bottom: 53px;
}

@media (min-width: 1024px) {
    .main_banner_img {
        margin: 0;
    }

    .footer_banner_img {
        height: 165px;
    }

    .banner_product {
        height: 490px !important;
    }
}

@media (min-width: 992px) {
    .main_banner_img {
        margin: 0;
        height: 378px !important;
    }

    .footer_banner_img {
        height: 165px !important;
    }

    .banner_product {
        background: white;
        height: 526px !important;
    }
}

@media (max-width: 375px) {
    .for-discount-div {
        margin-top: -5%;
        margin-bottom: 6%;
    }

    html[dir="ltr"] .for-discount-div {
        margin-right: -5%;
    }

    html[dir="rtl"] .for-discount-div {
        margin-left: -5%;
    }
}

@media (min-width: 768px) {
    .main_banner_img {
        margin: 0;
        height: 260px;
    }

    .banner_product {
        height: 306px;
    }

    .flash_deal {
        height: 258px;
    }
}

@media (max-width: 768px) {
    .banner_card {
        box-shadow: none;
        border: none;
        border-radius: 0;
    }

    .deal-title {
        font-size: 20px !important;
    }

    .btn-sm,
    .btn-group-sm > .btn {
        padding: 5px 10px;
        font-size: 0.8125rem;
        line-height: 1.5;
        border-radius: 0.1875rem;
        margin-top: 3px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 14%;
        color: #fff;
        text-align: center;
        opacity: 0.5;
        transition: opacity 0.15s ease;
    }

    .featured_deal_carosel .carousel-inner {
        padding: 0;
    }

    .view_all {
        display: flex;
        justify-content: flex-start !important;
    }

    .flash_deal {
        box-shadow: none;
        border: none;
        border-radius: 0;
    }

    .fd {
        padding-bottom: 10px;
        border-bottom: 2px solid #e2f0ff !important;
    }

    .feature_header {
        margin-top: 0;
    }

    .feature_header span {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }

    .view_border {
        margin: 16px 0;
        border-top: 2px solid #e2f0ff !important;
    }

    .flash-product-price,
    .text-accent {
        font-size: 14px !important;
    }
}

.featured_deal {
    min-height: 108px;
}

.btn-outline--info {
    border: 1px solid #1b7fed;
    color: #1b7fed !important;
}

.btn-outline--info:hover {
    border-color: #1b7fed;
    color: #fff !important;
    background-color: #1b7fed;
}

.qty_input {
    width: 50px;
    background-color: #f4f9fe;
    border: 1px solid #d5e8fc;
    border-radius: 5px;
    text-align: center;
    height: 40px;
}

.qty_minus,
.qty_plus {
    display: flex;
    align-items: center;
    color: #1455ac;
    cursor: pointer;
}

.__img-62 {
    min-width: 60px;
}

.fs-10 {
    font-size: 10px !important;
}

.outline-0 {
    outline: 0 !important;
}

.steps {
    max-width: 300px;
}

.steps .step-item:first-child .step-count {
    left: 12px;
}

.steps .step-item:first-child .step-label {
    text-align: left;
}

.steps .step-item:last-child .step-count {
    left: auto;
    right: 0;
}

.steps .step-item:last-child .step-label {
    text-align: right;
}

.saved-address-dropdown .dropdown-item {
    margin-inline: 10px;
    width: auto;
}

.saved-address-dropdown .dropdown-item.active {
    border-radius: 8px;
    border: 1px solid rgba(20, 85, 172, 0.3);
    background: rgba(20, 85, 172, 0.02);
    padding: 10px 14px;
}

.progress {
    height: 0.25rem;
    background-color: #dfedff;
    border-radius: 50rem;
}

.progress-bar {
    background-color: var(--primary-clr);
}

.border-primary-light {
    border: 1px solid rgba(27, 127, 237, 0.2) !important;
}

@media (max-width: 991px) {
    #shop-sidebar {
        position: fixed;
        right: 0;
        left: auto;
        top: 0;
        width: 320px;
        max-width: 100%;
        height: 100lvh;
        z-index: 9999;
        border-radius: 0.5rem 0 0 0.5rem;
        transform: translateX(100%);
        transition: transform 200ms ease;
        background-color: #fff !important;
    }

    #shop-sidebar.active {
        transform: translateX(0);
    }

    .profile-aside-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: calc(100vw - 320px);
        height: 100%;
        z-index: 9998;
        transform: translateX(2000%);
        transition: transform 200ms ease;
        background-color: rgba(0, 0, 0, 0.158) !important;
    }

    .profile-aside-overlay.active {
        transform: translateX(0);
    }

    #shop-sidebar .shop-sidebar-scroll {
        max-height: 90vh;
        overflow: auto;
    }

    #shop-sidebar .shop-sidebar-scroll::-webkit-scrollbar {
        width: 0;
    }
}

.profile-aside-close-btn {
    font-size: 1.5rem;
}

.flash_deal_product_details a.text-capitalize {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.others-store-card .name-area .info h5,
.others-store-card .name-area .info .h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.recommended-product-card img {
    border: 1px solid #eef1ff;
}

.cz-countdown-days {
    border: 1px solid var(--web-primary);
}

.btn-scroll-top {
    background: var(--web-primary);
}

.__best-selling:hover .ptr,
.flash_deal_product:hover .flash-product-title {
    color: var(--web-primary);
}

.cz-countdown-hours {
    border: 1px solid var(--web-primary);
}

.cz-countdown-minutes {
    border: 1px solid var(--web-primary);
}

.cz-countdown-seconds {
    border: 1px solid var(--web-primary);
}

.flash_deal_product_details .flash-product-price {
    color: var(--web-primary);
}

.featured_deal_left {
    background: var(--web-primary) 0 0 no-repeat padding-box;
}

.category_div:hover {
    color: var(--web-secondary);
}

.deal_of_the_day {
    background: var(--web-secondary);
}

.best-selling-image {
    background: var(--web-primary-10);
}

.top-rated-image {
    background: var(--web-primary-10);
}

@media (max-width: 800px) {
    [dir="rtl"] .categories-title {
        margin-right: 0;
    }

    [dir="ltr"] .categories-title {
        margin-left: 6px;
    }

    [dir="rtl"] .seller-list-title {
        margin-right: 0;
    }

    [dir="ltr"] .seller-list-title {
        margin-left: 10px;
    }

    [dir="rtl"] .seller-list-view-all {
        margin-left: 20px;
    }

    [dir="ltr"] .seller-list-view-all {
        margin-right: 10px;
    }

    [dir="rtl"] .category-product-view-title {
        margin-right: 16px;
    }

    [dir="ltr"] .category-product-view-title {
        margin-left: -8px;
    }

    [dir="rtl"] .category-product-view-all {
        margin-left: -7px;
    }

    [dir="ltr"] .category-product-view-all {
        margin-right: 5px;
    }
}

@media (min-width: 801px) {
    [dir="rtl"] .categories-title {
        margin-right: 25px;
    }

    [dir="ltr"] .categories-title {
        margin-left: 25px;
    }

    [dir="rtl"] .seller-list-title {
        margin-right: 6px;
    }

    [dir="ltr"] .seller-list-title {
        margin-left: 10px;
    }

    [dir="ltr"] .seller-list-view-all {
        margin-right: 10px;
    }

    [dir="rtl"] .seller-list-view-all {
        margin-left: 12px;
    }

    [dir="rtl"] .seller-card {
        padding-left: 0 !important;
    }

    [dir="ltr"] .seller-card {
        padding-right: 0 !important;
    }

    [dir="ltr"] .category-product-view-title {
        margin-left: -12px;
    }

    [dir="rtl"] .category-product-view-title {
        margin-right: 10px;
    }

    [dir="rtl"] .category-product-view-all {
        margin-left: -20px;
    }

    [dir="ltr"] .category-product-view-all {
        margin-right: 0;
    }
}

.countdown-card {
    background: var(--web-primary-10);
}

.flash-deal-text {
    color: var(--web-primary);
}

.countdown-background {
    background: var(--web-primary);
}

.czi-arrow-left {
    color: var(--web-primary);
    background: var(--web-primary-10);
}

.czi-arrow-right {
    color: var(--web-primary);
    background: var(--web-primary-10);
}

.flash-deals-background-image {
    background: var(--web-primary-10);
}

.view-all-text {
    color: var(--web-secondary) !important;
}

.feature-product .czi-arrow-left {
    color: var(--web-primary);
    background: var(--web-primary-10);
}

.feature-product .czi-arrow-right {
    color: var(--web-primary);
    background: var(--web-primary-10);
    font-size: 12px;
}

/* Hero Section Styles - Direct Background */
.hero-section {
    position: relative;
    background-color: #fadddb; /* 1st layer - solid color background */
    background-size: 100% auto; /* Cover horizontally, adjust height automatically */
    background-position: bottom center; /* Align to the bottom */
    background-repeat: no-repeat; /* Do not repeat the image */
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

/* 3rd layer - Content and Filter Form */
.hero-content {
    z-index: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #c82419 24%, rgb(255 255 255 / 86%) 57%, rgb(255 255 255 / 0%) 100%);
}

.hero-icon {
    width: 40px;
    height: 40px;
    /* border: 2px solid #ffffff; */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
}

.hero-content h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5em;
}

/* Hero Filter Form Container */
.hero-filter-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.hero-section.light-overlay {
    background-color: #c72519; /* 1st layer - solid color background */
    background-size: 100% auto; /* Cover horizontally, adjust height automatically */
    background-position: bottom center; /* Align to the bottom */
    background-repeat: repeat-x; /* Do not repeat the image */
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin-bottom: 2rem;
    overflow: hidden;
}

.hero-section.no-overlay {
    background-color: #c72519; /* 1st layer - solid color background */
    background-size: 100% auto; /* Cover horizontally, adjust height automatically */
    background-position: bottom center; /* Align to the bottom */
    background-repeat: no-repeat; /* Do not repeat the image */
    min-height: 500px; /* Minimum height to ensure content visibility */
    position: relative; /* For positioning child elements */
    overflow: hidden; /* Hide any overflow */
}

.hero-section.left-aligned {
    text-align: left;
    justify-content: flex-start;
}

.hero-section.right-aligned {
    text-align: right;
    justify-content: flex-end;
}

.hero-content.full-width {
    max-width: 100%;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-title.no-shadow {
    text-shadow: none;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-subtitle.no-shadow {
    text-shadow: none;
}

.hero-cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #fe696a; /* Primary color from theme.css */
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-cta-button:hover {
    background-color: #fe4344; /* Darker shade on hover */
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hero-cta-button.secondary {
    background-color: #373f50; /* Dark color from theme.css */
}

.hero-cta-button.secondary:hover {
    background-color: #212629; /* Darker shade on hover */
}

@media (max-width: 768px) {
    .hero-section {
        height: 400px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-filter-container {
        padding: 15px;
        margin: 0 10px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        height: 350px;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-filter-container {
        padding: 10px;
        margin: 0 5px;
    }
}

form.filter-search-form {
    width: 100%;
    background-color: #ffffffd9;
    padding: 20px;
    border: 1px solid #333333a1;
}


/* Category Cards Styles */
.category-cards-container {
    padding: 1rem;
}

.category-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.category-card:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-5px);
}

.category-card-inner {
    background: #ffffff;
    border: 1px solid #e8ecef;
    border-radius: 12px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

.category-card:hover .category-card-inner {
    border-color: #007bff;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.category-icon {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
}

.category-icon-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.category-card:hover .category-icon-img {
    transform: scale(1.1);
}

.category-icon-placeholder {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.category-card:hover .category-icon-placeholder {
    transform: scale(1.1) rotate(5deg);
}

.category-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.category-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.25rem;
    line-height: 1.3;
    text-align: center;
    transition: color 0.3s ease;
}

.category-card:hover .category-name {
    color: #007bff;
}

.category-count {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 500;
    background: #f8f9fa;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.category-card:hover .category-count {
    background: #e3f2fd;
    color: #1976d2;
}

.empty-state {
    padding: 2rem;
}

.empty-state i {
    opacity: 0.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .category-card-inner {
        padding: 1rem 0.5rem;
        min-height: 120px;
    }
    
    .category-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 0.75rem;
    }
    
    .category-icon-img,
    .category-icon-placeholder {
        width: 40px;
        height: 40px;
    }
    
    .category-icon-placeholder {
        font-size: 1.2rem;
    }
    
    .category-name {
        font-size: 0.8rem;
    }
    
    .category-count {
        font-size: 0.7rem;
        padding: 0.15rem 0.5rem;
    }
}

@media (max-width: 576px) {
    .category-cards-container {
        padding: 0.5rem;
    }
    
    .category-card-inner {
        min-height: 100px;
        padding: 0.75rem 0.5rem;
    }
    
    .category-icon {
        margin-bottom: 0.5rem;
    }
}


.home-search-form {
    margin-bottom: 1.5rem;
}

.search-input-group {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.search-input-group:focus-within {
    box-shadow: 0 4px 25px rgba(0, 123, 255, 0.2);
    transform: translateY(-2px);
}

.search-input {
    border: none;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    background: #ffffff;
    border-radius: 50px 0 0 50px;
    box-shadow: none;
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background: #ffffff;
}

.search-input::placeholder {
    color: #6c757d;
    font-weight: 400;
}

.search-btn {
    border: none;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    font-weight: 600;
    border-radius: 0 50px 50px 0;
    transition: all 0.3s ease;
    box-shadow: none;
}

.search-btn:hover {
    background: linear-gradient(135deg, #ff1000 0%, #c82419 100%)
    transform: translateX(2px);
    color: white;
}

.search-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: white;
}

.search-suggestions {
    text-align: center;
}

.search-suggestions p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.search-tag {
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
    background: #f8f9fa !important;
    color: #495057 !important;
}

.search-tag:hover {
    background: #007bff !important;
    color: white !important;
    border-color: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

/* Responsive adjustments for search */
@media (max-width: 768px) {
    .search-content-container {
        padding: 1.5rem 0.5rem;
    }
    
    .search-form-wrapper {
        padding: 2rem 1.5rem;
    }
    
    .search-form-wrapper h4 {
        font-size: 1.25rem;
    }
    
    .search-input {
        padding: 0.875rem 1.25rem;
        font-size: 0.9rem;
    }
    
    .search-btn {
        padding: 0.875rem 1.5rem;
    }
    
    .search-tag {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}

@media (max-width: 576px) {
    .search-form-wrapper {
        padding: 1.5rem 1rem;
    }
    
    .search-input-group {
        flex-direction: column;
        border-radius: 12px;
    }
    
    .search-input {
        border-radius: 12px 12px 0 0;
        margin-bottom: -1px;
    }
    
    .search-btn {
        border-radius: 0 0 12px 12px;
        padding: 1rem;
    }
    
    .search-suggestions .d-flex {
        flex-direction: column;
        align-items: center;
    }
    
    .search-tag {
        margin-bottom: 0.5rem;
        width: fit-content;
    }
}

/* Transit Media Section Styles */
.transit-media-section {
    background: linear-gradient(135deg, #f8fbff 0%, #f1f7ff 100%);
    position: relative;
    overflow: hidden;
}

.transit-media-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(0, 123, 255, 0.02) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(0, 123, 255, 0.02) 0%, transparent 50%);
    pointer-events: none;
}

.transit-media-section .section-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.transit-media-section .section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.transit-media-tabs {
    position: relative;
    z-index: 2;
}

.transit-media-tabs .nav-pills {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 0.5rem;
    box-shadow: 0 8px 32px rgba(0, 123, 255, 0.1);
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.transit-media-tabs .nav-item {
    margin: 0;
}

.transit-media-tabs .nav-link {
    border: none;
    background: transparent;
    color: #6c757d;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    margin: 0;
    min-width: 100px;
    text-align: center;
    white-space: nowrap;
}

.transit-media-tabs .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50px;
    z-index: -1;
}

.transit-media-tabs .nav-link:hover {
    color: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.2);
}

.transit-media-tabs .nav-link:hover::before {
    opacity: 0.1;
}

.transit-media-tabs .nav-link.active {
    color: white;
    background: linear-gradient(135deg, #ff1000 0%, #c82419 100%);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
    transform: translateY(-2px);
}

.transit-media-tabs .nav-link.active::before {
    opacity: 1;
}

.transit-media-tabs .tab-content {
    margin-top: 3rem;
}

.transit-media-tabs .tab-pane {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 123, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    min-height: 300px;
}

.transit-media-tabs .tab-pane::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 123, 255, 0.3) 50%, transparent 100%);
}

.transit-products-container {
    position: relative;
}

.products-grid .col-6,
.products-grid .col-md-4,
.products-grid .col-lg-3,
.products-grid .col-xl-2 {
    margin-bottom: 1.5rem;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

.empty-state {
    padding: 3rem 1rem;
}

.empty-state i {
    opacity: 0.5;
}

/* Responsive adjustments for Transit Media */
@media (max-width: 768px) {
    .transit-media-section .section-title {
        font-size: 2rem;
    }
    
    .transit-media-tabs .nav-pills {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
        border-radius: 20px;
    }
    
    .transit-media-tabs .nav-link {
        padding: 0.625rem 1.25rem;
        font-size: 0.85rem;
        min-width: 80px;
        margin-bottom: 0.5rem;
    }
    
    .transit-media-tabs .tab-pane {
        padding: 1.5rem;
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {
    .transit-media-section .section-title {
        font-size: 1.75rem;
    }
    
    .transit-media-tabs .nav-pills {
        padding: 0.75rem;
    }
    
    .transit-media-tabs .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        width: 100%;
        max-width: 200px;
    }
    
    .transit-media-tabs .tab-pane {
        padding: 1rem;
        border-radius: 15px;
    }
}



/*  New =====================================  */


.find-by-tabs {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}

.find-by-tabs .nav-tabs {
    border: none;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 0.5rem;
    box-shadow: 0 8px 32px rgba(0, 123, 255, 0.1);
    margin-bottom: 2rem;
    display: inline-flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.find-by-tabs .nav-item {
    margin: 0;
}



.find-by-tabs .nav-link:hover {
    color: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.2);
}

.find-by-tabs .nav-link:hover::before {
    opacity: 0.1;
}



.find-by-tabs .nav-link.active::before {
    opacity: 1;
}

.find-by-tabs .nav-link:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

.find-by-tabs .tab-content {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    position: relative;
}

.find-by-tabs .tab-pane {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 123, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    position: relative;
}

.find-by-tabs .tab-pane::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 123, 255, 0.3) 50%, transparent 100%);
}


.find-by-tabs .nav .nav-item .nav-link {
    border: none;
    background: transparent;
    color: #6c757d !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.875rem 2rem;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0.25rem;
    min-width: 120px;
    text-align: center;
}



/* Search Content Styles */
.search-content-container {
    padding: 2rem 1rem;
}

.search-form-wrapper {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8ecef;
    transition: all 0.3s ease;
}

/* Modern Booking Form Styles */
.search-transit-media-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid #e8ecef;
    position: relative;
}

.search-transit-media-wrapper .form-header h3 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.75rem;
}

.search-transit-media-wrapper .form-header p {
    font-size: 1rem;
    color: #6c757d;
}

.search-transit-media-wrapper .input-group {
    border: 1px solid #e8ecef;
    border-radius: 12px;
    overflow: hidden;
}

.search-transit-media-wrapper .input-group:focus-within {
    border-color: #007bff;
}

.search-transit-media-wrapper .input-group-text {
    background: #f8f9fa;
    border: none;
    border-radius: 12px 0 0 12px;
}

.search-transit-media-wrapper .form-control,
.search-transit-media-wrapper .form-select {
    width: 90%;
    border: none;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    background: transparent;
    box-shadow: none;
}

.search-transit-media-wrapper .form-control:focus,
.search-transit-media-wrapper .form-select:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
}

.search-transit-media-wrapper .form-label {
    color: #495057;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.search-transit-media-wrapper .btn--primary {
    padding: 0.875rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
}

.search-transit-media-wrapper .btn--primary:hover {
}

.search-transit-media-wrapper .btn--primary:active {
}

.booking-illustration {
    position: relative;
    text-align: center;
}


/* Responsive adjustments for booking form */
@media (max-width: 991px) {
    .search-transit-media-wrapper {
        padding: 1.5rem;
    }
    
    .search-transit-media-wrapper .form-header h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .search-transit-media-wrapper {
        padding: 1.25rem;
        border-radius: 15px;
    }
    
    .search-transit-media-wrapper .form-header h3 {
        font-size: 1.375rem;
    }
    
    .search-transit-media-wrapper .form-control,
    .search-transit-media-wrapper .form-select {
        padding: 0.625rem 0.875rem;
        font-size: 0.9375rem;
    }
    
    .search-transit-media-wrapper .btn--primary {
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
    }
}

/* .search-form-wrapper:hover {
    box-shadow: 0 8px 30px rgba(0, 123, 255, 0.12);
    border-color: #007bff;
} */

.search-form-wrapper h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1.5rem;
}


.search-field-container>button.find-button {
    background: linear-gradient(135deg, #ff1000 0%, #c82419 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.booking-illustration {
    
}

