 
/* ============ mobile view ============ */
@media only screen and (max-width: 768px) {
    .ring {
        z-index: -1;
        left: 104% !important;  
    }

    .ring-size {
        height: 297px;
        opacity: .3;
    }
    /** Header tags**/
    h1, h2, h3, h4, h5, h6 {
        font-family: 'DM Sans', sans-serif;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 23px;
    }

    h4 {
        font-size: 19px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 13px;
    }
    /** Paragraph **/

    .para-xl {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        line-height: 23px;
        color: var(--black);
    }

    .para-xl-bold {
        font-family: "Roboto Bold", "Roboto", sans-serif;
        font-size: 16px;
        line-height: 23px;
        color: var(--black);
    }

    .para {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 21px;
        color: var(--black);
    }

    .para-b {
        font-family: "Roboto Bold", "Roboto", sans-serif;
        font-size: 14px;
        line-height: 21px;
        color: var(--black);
    }

    .para-s-bold {
        font-family: "Roboto Bold", "Roboto", sans-serif;
        font-size: 13px;
        line-height: 19px;
        color: var(--black);
    }

    .para-s-bold {
        font-family: "Roboto Bold", "Roboto", sans-serif;
        font-size: 13px;
        line-height: 19px;
        color: var(--black);
    }


    /** slider**/
    .slide-img { 
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    .slider-caption {   
        top: 25%;
        left: 10px;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: start;
        z-index: 1;
        position: absolute;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
    }

   
    .bg-white span * {
        color: var(--black);
    }

    .bg-white span svg * {
        fill: #000000;
        
    }
    .bg-white .circle-grey {
        background:#fff;
    }
    .subscribe-input {
        width: 211px;
        height: 40px;
        padding: 2px 2px 2px 15px;
        background-color: var(--input);
        box-sizing: border-box;
        font-family: "Roboto-Regular", "Roboto", sans-serif;
        color: #999999;
        text-align: left;
        border: none;
    }

    .subscribe-btn {
        width: 139px;
        height: 40px;
        padding: 2px 2px 2px 2px;
        background-color: var(--theme-A);
        box-sizing: border-box;
        font-family: 'DM Sans';
        font-weight: 700;
        color: #ffffff;
        text-align: center;
        line-height: normal;
        border: none;
    }
    .scroll-icon {
        width: 40px;
    }
    .announcment-text {
     width:80%;
    }
    .scroll-buttons > div {
        background: var(--theme-B);
        padding: 20px 0px;
        height: 60px;
        color: var(--white);
        font-size: 16px;
        font-family: 'DM Sans';
    }
    .scroll-buttons > div:first-child {
     border-right:1px solid var(--theme-A);
    }
        .scroll-buttons > div:last-child {
            border-left: 1px solid var(--theme-A);
        }
       
    .circle {
        height: 400px;
        opacity: 0.5
    }
    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        box-sizing: border-box;
        border: 1px solid #ffffff;
        border-radius: 10px;
        background-color: transparent;
    }

    .carousel-indicators .active {
        background: var(--theme-A)
    }
    .slider-bullet {
        top: 21%; 
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: start;
        z-index: 1;
        position: absolute; 
     
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        z-index: 111
    }

    .carousel-indicators {
        justify-content: left;
        margin-left: 15px
    }

    .slider-text {
        color: var(--black);
        font-size:40px
    }
    .gif-icon {
        z-index: 1;
        bottom: 60px
    }
    /* Rotate SVG 90 degrees */
    a.url svg {
        transition: transform 0.3s ease;
        transform: rotate(90deg);
    }

    /* Change font color to red on hover */
    a.url {
        transition: color 0.3s ease;
        color: var(--theme-A); /* Set your initial font color */
        text-decoration: none;
        font-size: 16px;
        font-family: 'DM Sans';
        font-weight: 500;
    }

        a.url:hover {
            color: var(--theme-B); /* Set your hover font color */
        }

        /* Change SVG fill color to red on hover */
        a.url svg path {
            transition: fill 0.3s ease;
        }

        a.url:hover svg path {
            fill: var(--theme-B); /* Set your hover icon color */
        }

    .url:hover {
        color: var(--theme-B);
    }
    /* explore button*/
    a.explore-url svg {
        transition: transform 0.3s ease;
        transform: rotate(90deg);
    }

    /* Change font color to red on hover */
    a.explore-url {
        transition: color 0.3s ease;
        color: var(--white); /* Set your initial font color */
        text-decoration: none;
        font-size: 16px;
        font-family: 'DM Sans';
        font-weight: 500;
    }

        a.explore-url:hover {
            color: var(--theme-B); /* Set your hover font color */
        }

        /* Change SVG fill color to red on hover */
        a.explore-url svg path {
            transition: fill 0.3s ease;
        }

        a.explore-url:hover svg path {
            fill: var(--theme-B); /* Set your hover icon color */
        }

    a.view-all-url {
        transition: .5s;
        color: var(--white);
        font-size: 16px;
        font-family: 'DM Sans';
        font-weight: 500;
    }

        a.view-all-url svg {
            transition: transform 0.3s ease;
            transform: rotate(90deg);
            margin-top: -3px
        }

        a.view-all-url:hover {
            transition: .5s;
            color: var(--theme-B);
            font-size: 16px;
        }

        a.view-all-url svg path {
            transition: fill 0.3s ease;
        }

        a.view-all-url:hover svg path {
            fill: var(--theme-B); /* Set your hover icon color */
        }

    .view-btn {
        border: 1px solid var(--theme-A);
        padding: 10px 20px 10px 20px;
        border-radius: 5px;
        background-color: var(--theme-A);
        box-sizing: border-box;
        font-family: 'DM Sans';
        color: #ffffff;
        text-align: center;
        line-height: normal;
        font-size: 16px;
        transition: .5s;
    }

        .view-btn:active {
            background-color: #85bdd5;
            box-sizing: border-box;
        }

        .view-btn:hover {
            background: #fff;
            transition: .5s;
            color: var(--theme-A);
            border: 1px solid var(--border-dark);
        }
    .filter-close {
        background-color: var(--theme-A);
        border-radius:20px;
        padding:3px;
        border:none;
    }
    .our-story > h2 {
        font-size: 40px;
        font-weight: 500;
        line-height: 42px;
        letter-spacing: 1px;
        font-family: 'DM Sans', sans-serif;
    }

    .our-range > p {
        font-size: 14px;
        font-family: "Roboto-Regular", "Roboto", sans-serif;
    }
    /*** our range product***/
    .range-item .range-box,
    .range-tem .range-box * {
        background: var(--feature);
        transition: .5s;
    }

    .range-box {
        background: var(--feature);
        transition: .5s;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

        .range-box * {
            color: var(--black);
        }

        .range-box h6 {
            margin-left: 10px;
        }

        .range-box:hover {
            background: var(--secondary);
        }

            .range-box:hover * {
                color: var(--white) !important;
            }
    /* Add your existing Owl Carousel CSS here */

    .owl-carousel {
        position: relative;
    }
    .btn-wrap {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        left: 20px; /* Adjust left and right as needed */
        right: 20px;
        z-index:2;
    }


    .prev-btn, .latest-prev-btn, .relate-prev-btn {
        float: left;
    }

    .next-btn, .latest-next-btn, .relate-next-btn {
        float: right;
    }

    .prev-btn svg, .latest-prev-btn svg, .relate-prev-btn svg {
        transform: rotate(-90deg);
        height: 27px;
        width: 15px;
    }

    .next-btn svg, .latest-next-btn svg, .relate-next-btn svg {
        transform: rotate(90deg);
        height: 27px;
        width: 15px;
    }
    .filter-icon {
        height: 21px
    }
    .form-check-input[type="checkbox"] {
        border-radius: 0;
    }
    .form-check-input:checked {
        background-color: var(--theme-A);
       background-image:none !important;
       border:none;
    }
    .form-check-input:focus {
         
        outline: 0;
        box-shadow: 0 0 0 0 rgba(13,110,253,.25);
    }
    .filter-list * {
    font-size:11px;
    }
    .form-check-input {
        width: 17px;
        height: 17px;
        margin-right:5px;
    }
        .our-story > h2 {
        font-size: 25px;
        line-height: 27px;
        letter-spacing: 1px;
    }

    .our-story > h5 {
        font-size: 20px;
        margin-top: 29px;
    }

    .our-story > p {
        font-size: 12px;
        color:var(--white);
    }

    .our-range > p {
        font-size: 14px;
        font-family: "Roboto-Regular", "Roboto", sans-serif;
    }

    .horizontal {
        position: relative;
        z-index: 2;
    }

        .horizontal > .range {
            font-family: 'DM Sans', sans-serif;
            position: absolute;
            top: 40%;
            left: -230px;
            transform: rotate(-90deg);
            font-size: 91px;
            width: 475px;
            z-index: -9;
            color: #79797926;
        }

    .horizontal {
        position: relative;
        z-index: 2;
    }

        .horizontal > .latest-pieces {
            font-family: 'DM Sans', sans-serif;
            position: absolute;
            top: 40%;
            left: -160px;
            transform: rotate(-90deg);
            font-size: 50px;
            width: 330px;
            z-index: -9;
            color: #79797926;
        }

    .service-col {
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

    .quantity {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .qty-input {
        width: 20px;
        text-align: center;
        border: none;
        font-size: 16px;
    }
    .brands-logo {
        background: var(--theme-A);
        min-height:120px;
    }
    .view-btn:hover svg path {
        fill: var(--theme-B); /* Set your hover icon color */
    }
    .plus-btn, .minus-btn {
        outline: none;
        border: none;
        background-color: transparent;
        font-size: 16px;
        cursor: pointer;
    }

   

        .minus-btn i, .plus-btn i {
            transform: scale(1.2);
        }

    .carousel-logo {
        position: absolute;
        bottom: 0;
        display: flex;
        z-index: 2;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .leftlogo {
        margin-right: auto;
        height: 20px;
        left: 28px;
        bottom: 20px;
        position: absolute;
    }


    .rightlogo {
        margin-left: auto; /* Pushes the right logo to the right */
        height: 60px;
        right: 28px;
        bottom: 20px;
        position: absolute;
    }
    .brands-logo {
        background: var(--theme-A);
    }

    .brand-logo {
        width: 218px;
    }
     
    .thumbnail-img {
        background: none;
        border: none;
        height: 70px;
        width: 70px;
        margin-bottom: 10px;
    }

    .service-col * {
        color: var(--white);
    }

    .service-col > div {
        
        padding-top:30px;
        padding-bottom:30px;
    }
    
    .service-col * img {
        height: 80px
    }
  
    #header-carousel .carousel-item {
        position: relative;
        height: 100%;
    }

        #header-carousel .carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .best-sale-title > a > h5 {
        font-size: 14px !important;
    }

    .best-sale-title {
        font-size: 12px;
    }

    /* Best seller carousel mobile fixes */
    .best-seller .owl-item {
        padding: 0 5px;
    }

    .best-seller .owl-stage-outer {
        overflow: visible;
    }

    .best-seller .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .best-seller .owl-item {
        display: flex;
        flex-direction: column;
    }

    .best-sale-item {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .best-sale-img {
        flex: 0 0 auto;
    }

    .best-sale-title {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    /* Touch improvements for mobile */
    .best-seller {
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
    }

    .best-seller .owl-item {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Additional mobile carousel fixes */
    .owl-carousel {
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
    }

    .owl-carousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Ensure carousel buttons work on mobile */
    .prev-btn, .next-btn, .latest-prev-btn, .latest-next-btn, .relate-prev-btn, .relate-next-btn {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        touch-action: manipulation;
    }

    /* Fix for mobile carousel stage */
    .owl-stage {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    /* Mobile carousel item spacing */
    .owl-item {
        padding: 0 5px;
    }

    /* Best seller specific mobile fixes */
    #best-seller .owl-carousel {
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
        overflow: hidden;
    }

    #best-seller .owl-stage {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        -webkit-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
    }

    #best-seller .owl-item {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

    #best-seller .btn-wrap {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        left: 20px;
        right: 20px;
        z-index: 2;
        pointer-events: none;
    }

    #best-seller .prev-btn, #best-seller .next-btn {
        pointer-events: auto;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        touch-action: manipulation;
        display: inline-block;
        padding: 10px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    #best-seller .prev-btn:hover, #best-seller .next-btn:hover {
        background: rgba(255, 255, 255, 1);
        transform: scale(1.1);
    }

    #best-seller .prev-btn.disabled, #best-seller .next-btn.disabled {
        opacity: 0.5;
        pointer-events: none;
    }
    .horizontal {
        position: relative;
        z-index: 2;
    }

        .horizontal > .range {
            font-family: 'DM Sans', sans-serif;
            position: absolute;
            top: 40%;
            left: -230px;
            transform: rotate(-90deg);
            font-size: 91px;
            width: 475px;
            z-index: -9;
            color: #79797926;
        }


        .horizontal > .latest-pieces {
            font-family: 'DM Sans', sans-serif;
            position: absolute;
            top:15%;
            left: -240px;
            transform: rotate(-90deg);
            font-size: 50px;
            width: 500px;
            z-index: -9;
            color: #79797926;
        }


        .horizontal > .best-products {
            font-family: 'DM Sans', sans-serif;
            position: absolute;
            top: 15%;
            left: -195px;
            transform: rotate(-90deg);
            font-size: 50px;
            width: 430px;
            z-index: -9;
            color: #79797926;
        }
    .announcement {
    width:80%;
    
    }
    .product-header .breadcrumb-item,
    .product-header .breadcrumb-item a {
        font-weight: 500;
        color: var(--black);
        font-size:12px;
    }

    .breadcrumb-item.active {
        color: var(--theme-A) !important;
    }

    .product-header .breadcrumb-item + .breadcrumb-item::before {
        color: var(--black);
    }

    .page-header .breadcrumb-item,
    .page-header .breadcrumb-item a {
        font-weight: 500;
        color: var(--black);
        font-size:12px;
    }

    .breadcrumb-item .active {
        color: var(--theme-A) !important;
    }

    .page-header .breadcrumb-item + .breadcrumb-item::before {
        color: var(--black);
    }
    .blog-sidebar {
        overflow-x: scroll
    }
    .toggleDiv {
        max-height: 0; /* Start hidden */
        overflow: hidden; /* Hide content when collapsed */
        background-color: lightblue;
        padding: 0 20px; /* Horizontal padding */
        margin-top: 10px;
        transition: max-height 0.5s ease, padding 0.5s ease; /* Smooth animation */
    }

        /* Expanded state */
        .toggleDiv.active {
            max-height: 200px; /* Adjust based on content height */
            padding: 20px; /* Restore padding */
        }


    
}
/* ============ mobile view end ============ */