@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        height: 100vh;
        background-color: #fff;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        padding: 1.5rem;
        transition: left 0.3s ease;
        z-index: 999;
    }

    .navbar-collapse.show {
        left: 0;
    }

    /* Close button style */
    .navbar-collapse .btn-close {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 14px;
    }

    .navbar-nav li {
        padding: 0;
    }

    .navbar-nav {
        margin-top: 1rem;
    }

    .navbar-brand {
        margin-right: 0px;
    }

    .navbar-nav li a {
        max-width: max-content;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .navbar-toggler-icon {
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 40px;
        width: 40px;
    }

    .navbar-toggler svg {
        height: auto;
    }
}

@media (min-width:768px){
       .product-filter-right-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: end;
    }
    .navbar-expand-lg .navbar-nav {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .subscription-section form {
        display: block;
    }
    .subscription-content button {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .top-header {
        display: none;
    }
    .header-social ul {
        margin-top: 20px;
    }
    .header-wrapper .navbar-brand span,
    .hero-sectoin-btn {
        display: none;
    }
    .hero-section {
        padding: 70px 20px;
        height: 250px;
    }
    .hero-content h1,
    .heritage-content h2,
    .subscription-content h2,
    .about-section .about-content .title,
    .why-about-content .title,
    .contact-page-form .card .card-title {
        font-size: 26px;
        line-height: 32px;
    }
    .hero-content p {
        font-size: 16px;
    }
    .hero-section .hero-content p {
        margin: 10px 0px;
    }
    .hero-section .hero-content {
        padding: 0 10px;
    }
    .hero-sectoin-btn {
        margin-top: 0 !important;
    }
    .section-title {
        font-size: 26px;
    }
    .section-sub-title {
        font-size: 16px;
        margin: 0 auto 30px;
        max-width: 100%;
    }
    .home-feature-section .col-md-6:last-child .feature-box {
        margin-bottom: 0px;
    }
    .featured-collection-grid .featured-img img {
        height: 300px;
    }

    .collections-section .collection-item,
    .heritage-img img {
        height: auto;
    }

    .collection-item img {
        width: 200px !important;
        height: 200px;
        object-fit: cover;
    }

    .new-arrival-box .card-body {
        padding: 1rem 0 0;
    }

    .card-section .card .card-title {
        font-size: 20px;
    }

    p {
        font-size: 16px !important;
    }
    .about-section .experience-badge {
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        width: 110px;
        height: 110px;
    }

    .about-section .about-content p,
    .why-about-content p {
        margin-bottom: 0px;
    }
    .about-section .testimonial-box {
        display: none;
    }
    .stat-box {
        border-right: none;
        border-bottom: 1px solid #ddd;
        flex: 1 120px;
    }

    .stat-box:nth-child(3),
    .stat-box:last-child {
        border-bottom: none;
    }
    .stat-icon {
        height: 60px;
        width: 60px;
        font-size: 26px;
    }

    .collection-page-wrapper .col-md-6:last-child .collection-item,
    .card-section .col-md-6:last-child .card  {
        margin-bottom: 0px;
    }

    .product-filter-right .title h4{
        font-size: 18px;
    }

    .product-filter-right-top,
    .product-filter-right-top .title{
        margin-bottom: 25px;
    }

    .product-filter-right-top .title{
            display: flex;
    justify-content: space-between;
    }

    .product-detail-left .left-img img{
        height: 350px;
    }

    .product-detail-right{
        padding-left: 0px;
    }

    .product-detail-right .product-title{
        font-size: 24px;
    line-height: 32px;
    }

    .product-detail-right .product-price{
        font-size: 20px;
    }

    .additional-info{
        padding: 40px 20px 15px;
    }

    .additional-info .feature-box {
        margin-bottom: 25px;
    }

    .additional-info .feature-title{
        font-size: 18px;
    }
      .about-section{
        padding-top: 120px !important;
    }
}

@media (max-width: 991px) {
    .navbar-toggler{
        padding:0px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
    }
    .hero-sectoin-btn .btn {
        font-size: 14px;
        padding: 10px 15px;
    }
    .hero-sectoin-btn {
        margin-top: 30px;
    }
    .home-feature-section {
        padding: 70px 10px 0;
    }
    .home-feature-section .feature-box {
        margin-bottom: 30px;
    }

    .section-padding,
    .subscription-section {
        padding: 70px 10px;
    }

    .top-related-product{

        padding: 70px 0x 0px;
    }

    .card-section .card {
        margin-bottom: 30px;
    }
    .heritage-img {
        margin-top: 30px;
    }
    footer {
        padding: 70px 20px 30px;
    }
    .breadcrumb-wrapper .breadcrumb-title {
        font-size: 26px;
    }

    .top-section-padding {
        padding: 70px 10px;
    }

    .about-section .about-content {
        padding: 0px;
    }

    .why-about-section .about-img img {
        border-radius: 40px;
    }

    .why-about-section .about-img {
        margin-top: 30px;
    }

    .contact-page-form .card {
        margin-bottom: 30px;
    }

    .btn-filter-toggle {
       align-items: center;
        background-color: #000;
        color: #fff;
        border: none;
        padding: 10px 18px;
        border-radius: 6px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .product-filter-left {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 320px;
        height: 100%;
        background: #fff;
        overflow-y: auto;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
        z-index: 1050;
        transition: left 0.3s ease-in-out;
        padding: 20px;
    }

    .product-filter-left.active {
        left: 0;
    }

    .filter-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1040;
    }

    .filter-overlay.active {
        display: block;
    }

    .product-filter-right{
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-section {
        padding: 70px 20px;
        height: 380px;
    }
    .hero-section .hero-content h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .hero-section .hero-content p {
        margin: 20px 0 20px 0;
    }
    .hero-section .hero-content {
        padding: 0 40px;
    }
    .featured-collection-grid .featured-img img {
        height: 400px;
    }
    .collection-page-wrapper .col-md-6:nth-last-child(1) .collection-item,
    .collection-page-wrapper .col-md-6:nth-last-child(2) .collection-item,
    .home-feature-section .col-md-6:nth-child(3) .feature-box,
    .home-feature-section .col-md-6:nth-child(4) .feature-box,
    .card-section .col-md-6:last-child .card {
        margin-bottom: 0px;
    }

    .about-section .experience-badge{
            top: auto;
    right: 10px;
    bottom: -20px;
    width: 100px;
    height: 100px;
        font-size: 15px;
    }
}
