/* Apply styles for screens of mobile */
@media (max-width: 768px) {
    .container {
        /* width: 1188px; */
        max-width: 100% !important;
        padding-left: 10px;
        padding-right: 10px
    }
    .nav-pills.nav-big .nav-link {
        font-size: 2rem;
    }

}

@media (max-width: 992px) {
    .intro-section.pt-3.pb-3.mb-2 > .container > .row > .col-lg-6 {
        margin-bottom: 10px;
    }
    .hide-on-mobile {
        display: none !important;
    }
    .desktop-responsiveness{
        display: none !important;
     }
     .mobile-responsiveness{
        display: block !important;
     }
    .header-middle .header-center {
        padding: 10px 0;
    }
    .product-details .product-size a {
        width: 7rem !important;
    }
    .product-details .product-condition a {
        width: 7rem !important;
    }    
}

@media (min-width: 992px) {
    .hide-on-desktop {
        display: none !important;
    }

    .col-lg-2_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .product-details .product-size a {
        width: 12rem !important;
    }
    .product-details .product-condition a {
        width: 12rem !important;
    }
     .box-row {
        padding: 0 50px !important;
    } 
}

/* Apply styles for screens wider than mobile */
@media (min-width: 768px) {
    .s-banner {
        margin-bottom: 0px !important;
    }
}

.br-10,
.owl-stage-outer {
    border-radius: 10px !important;
}


/* Categories css */
.cat-blocks-container {
    padding-top: .5rem
}

.cat-blocks-container [class*="col-"] {
    display: flex;
    align-items: stretch;
    justify-content: center
}

.cat-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem
}

.cat-block figure {
    display: inline-flex;
    align-items: center;
    position: relative;
    flex: 1;
    margin: 0
}

.cat-block figure span {
    position: relative
}

.cat-block figure span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -.2rem;
    left: 45%;
    width: 105%;
    margin-left: -45%;
    height: .3rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.35s ease;
    filter: blur(3px);
    opacity: .5;
}

.cat-block img {
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.35s ease;
}

.cat-block:hover img {
    transform: translateY(-14px)
}

.cat-block:hover figure span:after {
    opacity: 1;
}

.cat-block-title {
    color: #333;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    margin-top: 2rem;
    margin-bottom: 0;
}

.trending {
    position: relative;
}

.trending img {
     min-height: 295px;
    object-fit: cover;
}

.trending .banner {
    position: static
}

.trending .banner-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.banner-subtitle-lg {
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 2rem
}

.banner-title-lg {
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.4em;
    margin-bottom: 2rem;
    text-transform: uppercase
}

.widget.widget-about > p {
    color: #fff !important;
}

.product-price,
.ratings-container {
    justify-content: center !important;
}

.product-title {
    text-align: center !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.product-body {
    background: #f5f5f5 !important;
}

.product.product-2 {
    border-radius: 1rem !important;
}

.btn-product.btn-cart {
    border: 1px solid #28adef;
    padding: 10px !important;
    border-radius: 10px;
    background: #28adef;
    color: white;
    margin-bottom: 1rem;
}

.btn-product.btn-cart > span,
.btn-product.btn-cart > span:hover {
    color: #fff;
}

.btn-product-icon {
    color: #28adef;
    background: #f5f5f5;
}

.new-price {
    color: #28adef;
    font-weight: 600;
}

.old-price {
    color: #000000;
    text-decoration: line-through;
    font-weight: 400;
}

.ratings-text {
    color: #000000;
}

.product.product-2 .product-action-vertical {
    top: 1rem;
}

.product-action-vertical {
    right: 1rem;
}

.product-image {
    padding: 2rem;
}

.product-media>a {
    background: #fff;
}

figure > span > img {
    padding: 2rem;
}

.product-details > .product-title,
.product-details > .ratings-container,
.product-details > .product-price {
    text-align: left !important;
    justify-content: start !important;
}

.product-details .product-size a.active {
    font-weight: 500;
    border: .2rem solid #289cef;
}

.product-condition {
    display: contents;
    align-items: center;
    padding-top: .2rem;
    margin-bottom: 1.6rem;
    
}

.product-condition a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 2.1rem;
    height: 2.1rem;
    font-weight: 400;
    font-size: 1.2rem;
    padding-top: .1rem;
    line-height: 1;
    color: #666666;
    background-color: #f7f8fa;
    border-radius: .2rem;
    transition: all .35s ease;
    margin-right: .5rem
}

.product-condition a:last-child {
    margin-right: 0
}

.product-condition a:hover,
.product-condition a:focus,
.product-condition a.active {
    color: #fff;
    background-color: #333
}

.product-condition a.disabled {
    color: #cccccc;
    pointer-events: none
}

.product-details .product-condition {
    flex-flow: row wrap;
    padding-top: 0;
    margin-bottom: 0
}

.product-details .product-condition a {
    color: #000;
    width: 4rem;
    height: 4rem;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    border: .1rem solid #000;
    background-color: transparent;
    border-radius: 1rem;
    margin-right: 1rem
}

.product-details .product-condition a.active,
.product-details .product-condition a:hover,
.product-details .product-condition a:focus {
    color: #289cef;
    border-color: #289cef;
    background-color: transparent
}

.product-details .product-condition a.disabled {
    color: #dadada;
    border-color: #ebebeb;
    background-color: transparent
}

.product-details .product-condition a.active {
    font-weight: 500;
    border: .2rem solid #289cef;
}

.product-details .product-nav-dots a {
    height: 3rem;
    width: 3rem;
}

/* Layout container */
.layout-container {
    display: flex;
    gap: 20px;
    padding: 20px;
}

/* Left side boxes */
.box-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.box-row {
    display: flex;
    gap: 15px;
}

.box-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    flex: 1;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.box-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

.box-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-bottom: 10px;
}

.box-text {
    font-size: 12px;
    color: #333;
}

.box-image-2 {
    /*height: 80px;*/
    object-fit: cover;
    margin-bottom: 10px;
}

.box-text-2 {
    font-size: 12px;
    color: #333;
}

.no-gap {
    margin-bottom: 10px;
}
.box-info {
    text-align: center;
    background: black;
    color: white;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

/* Right side payment lines */
.payment-line-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 0.5;
}

.payment-line-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-left: 4px solid #28c7ef;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.payment-line-item:hover {
    background-color: #f0f9ff;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

.payment-line-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.payment-logo {
    /*width: 30px;*/
    height: 26px;
}

.cod-terms-heading {
    color: #28c7ef;
    text-align: center;
    margin-bottom: 20px;
}
.cod-terms-section {
    margin-bottom: 20px;
}
.cod-terms-section h3 {
    color: #333;
    margin-bottom: 10px;
}
.cod-terms-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px 0;
}
.cod-terms-list li {
    margin: 5px 0;
}

.modal-content {
    padding: 1rem;
}

.modal-body {
    margin: 3rem;
    font-size: 1.5rem;
}
.info-icon {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

/* General container styles */
.custom-checkout-container {
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /*font-family: Arial, sans-serif;*/
    box-sizing: border-box;
}

/* Title styles */
.custom-checkout-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

/* Field container */
.custom-checkout-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Labels */
.custom-checkout-field label {
    display: block;
    /*font-size: 16px;*/
    color: #555;
    margin-bottom: 5px;
}

.custom-checkout-field label abbr {
    color: #d9534f;
    text-decoration: none;
}

/* Input, textarea, and select styles */
.custom-checkout-field input,
.custom-checkout-field textarea,
.custom-checkout-field select {
    width: 100%;
    padding: 10px;
    /*font-size: 16px;*/
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease;
}

.custom-checkout-field input:focus,
.custom-checkout-field textarea:focus,
.custom-checkout-field select:focus {
    outline: none;
    border-color: #28c7ef;
    box-shadow: 0 0 5px rgba(40, 199, 239, 0.3);
}

/* Placeholder styling */
.custom-checkout-field input::placeholder,
.custom-checkout-field textarea::placeholder {
    color: #999;
    font-style: italic;
}

/* Two-column layout */
.custom-checkout-field {
    flex: 1 1 calc(50% - 20px);
}

.custom-checkout-field.full-width {
    flex: 1 1 100%;
}

/* Checkbox alignment */
.custom-checkout-field.checkbox-group {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.custom-checkout-field.checkbox-group input[type="checkbox"] {
    margin: 0;
    width: 20px;
    height: 20px;
}

.custom-checkout-field.checkbox-group label {
    /*font-size: 16px;*/
    color: #555;
    margin: 0;
    display: inline;
    vertical-align: middle;
}

/* Description below checkbox */
.custom-checkout-field-description {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    margin-left: 30px;
}

/* Submit button styles */
.custom-checkout-field button {
    padding: 10px 20px;
    /*font-size: 16px;*/
    background-color: #28c7ef;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.custom-checkout-field button:hover {
    background-color: #1a9ac1;
}

/* Disabled country select */
#country[disabled] {
    background-color: #e0e0e0;
    cursor: not-allowed;
}

/* Responsive styles */
@media (max-width: 768px) {
    .custom-checkout-fields {
        flex-direction: column;
    }

    .custom-checkout-field {
        flex: 1 1 100%;
    }

    .custom-checkout-field-description {
        margin-left: 0;
    }
}


.checkout-discount {
    max-width: 100% !important;
}

.custom-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.custom-banner-image {
    width: 100%;
    height: auto;
    display: block;
}

.custom-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
}

.custom-banner-content h1 {
    font-size: 2rem;
    margin: 0;
}

.custom-banner-content p {
    font-size: 1.2rem;
    margin: 10px 0;
}

.custom-banner-button {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #28c7ef;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.custom-banner-button:hover {
    background-color: #1a9bb8;
}

/* Media Queries */
@media (max-width: 768px) {
    .custom-banner-content h1 {
        font-size: 1.5rem;
    }

    .custom-banner-content p {
        font-size: 1rem;
    }

    .custom-banner-button {
        padding: 8px 16px;
    }
}



/*for scroller setting on all pages*/
.filter-items {
    overflow-y: auto;   /* Always show vertical scrollbar */
    max-height: 260px;        /* Set max-height */
    overflow-x: hidden;       /* Hide horizontal scrollbar */
}

/* Customize the scrollbar */
.filter-items::-webkit-scrollbar {
    width: 5px;  /* Width of the scrollbar */
}

/* Customize the track (background of the scrollbar) */
.filter-items::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Light gray background for the track */
}

/* Customize the thumb (the draggable part of the scrollbar) */
.filter-items::-webkit-scrollbar-thumb {
    background-color: #888; /* Dark gray color for the thumb */
    border-radius: 5px;    /* Round corners for the thumb */
}

/* Hover effect for the thumb */
.filter-items::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker color when hovered */
}

.carousel {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 400px; /* Optional: Limit width for mobile */
    margin: 0 auto;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.carousel-item {
    flex: 0 0 100%;
}

.carousel-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Dots for navigation */
.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.carousel-dot.active {
    background: #28c7ef; /* Primary color */
}


/*svg.w-5.h-5{
    max-height: 20px!important;
}
nav.flex.items-center.justify-between{
    text-align: center;
    margin:auto;
    width: 600px;
}*/

.cart-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 350px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease-in-out;
    z-index: 1200;
    display: flex;
    flex-direction: column;
}

.cart-overlay.open {
    right: 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #28c7ef;
    color: #fff;
    font-size: 18px;
}

.close-cart {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.cart-content {
    flex-grow: 1;
    overflow-y: auto;
    padding: 15px;
}

.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cart-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
}

.cart-item-details {
    flex-grow: 1;
}

.cart-footer {
    padding: 15px;
    border-top: 1px solid #ddd;
    background: #f8f8f8;
}

.cart-summary {
    margin-bottom: 15px;
}

.cart-summary p {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 5px 0;
}

.cart-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkout-btn, .continue-shopping {
    display: block;
    width: 100%;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.checkout-btn {
    background: #28c7ef;
    color: #fff;
}

.continue-shopping {
    background: #ddd;
    color: #333;
}

.cart-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}

.cart-backdrop.show {
    display: block;
}

@media (max-width: 480px) {
    .cart-overlay {
        width: 100%;
    }
}

/* Fixed bottom navbar */
@media (max-width: 992px) {
    
    /*.bottom-navbar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);  
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-top: 2px solid #ddd;  
        z-index: 1000;
    }*/

    /*.nav-item {
        text-align: center;
        flex: 1;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        padding: 10px 0; 
    }*/


    .bottom-navbar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2); /* Stronger shadow for visibility */
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 2px solid #ddd; /* Light border for contrast */
        z-index: 1000;
    }

    .nav-item {
        text-align: justify;
        /* flex: 1; */
        color: #333;
        text-decoration: none;
        font-size: 12px;
        padding: 10px 20px;
    }

    .nav-item i {
        font-size: 20px;
        display: block;
        margin-bottom: 5px;
        color: #289cef;
    }
}

@media (min-width: 992px) {
    .product-details-action {
        gap: 2rem;
    }
}


.sale_img_deals {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 2rem; 
    top: 2rem;
    background-color: transparent;
    z-index: 10; 
    transition: all .35s ease;  
    visibility: visible;
    opacity: 1;
    transform: translateX(0); 
  
}


.testimonial-box img{
    width:25% !important;
}

/* Farhan Code */

    .product-gallery {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

    .product-thumbs-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 110px;
        height: 400px;
        overflow: visible;
    }


    .product-image-gallery.vertical-scroll {
        max-height: 400px;  /* IMPORTANT: must be fixed, not max-height */
        overflow-y: hidden;
        flex-wrap: nowrap;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        scroll-behavior: smooth;
    }


    /* .product-gallery-item img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border: 1px solid #ccc;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.2s ease;
    } */

    .product-gallery-item img:hover {
        transform: scale(1.05);
    }



    .thumb-arrow {
    position: relative;
    bottom: 0px;
    left: 15%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.2s ease, background-color 0.3s ease;
    }

    .thumb-arrow svg {
    width: 24px;
    height: 24px;
    stroke: #666; /* Default arrow color */
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.3s ease, transform 0.3s ease;
    }

    /* Hover effect */
    .thumb-arrow:hover {
    background-color: rgb(123 211 221 / 80%); /* Frosty light background */
    backdrop-filter: blur(6px); /* Optional: subtle blur for frosty effect */
    transform: translateX(-50%) scale(1.1);
    }

    .thumb-arrow:hover svg {
    stroke: #fff; /* White arrow */
    }

    .stars-container {
    display: flex;
    gap: 2px;
    }

    .stars-container .star.empty {
    color: #ddd; /* Light gray for empty stars */
    }

    .trust-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    font-size: 14px;
    color: #000;
    }

    .trust-info .divider {
    color: #ccc;
    }

    .stars-container {
    display: flex;
    gap: 2px;
    }

    .stars-container .star {
    font-size: 15px;
    color: white;
    background-color: #02B77A;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: relative;
    line-height: 1;
    text-align: center;
    }

    .stars-container .star.empty {
    background-color: transparent;
    color: #ddd;
    border: 1px solid #ddd; /* optional light border to keep layout consistent */
    }
    .stars-container .star.half {
    /* background: linear-gradient(to right, #02B77A 50%, transparent 50%);
    color: white; */
    overflow: hidden;
    background: linear-gradient(to right, #02B77A 50%, #ccc 50%);
    color: white;
    }
    .static-star {
    font-size: 22px;
    color: #02B77A; /* Yellow star before Trustpilot */
    }

    .trust-logo {
    height: 14px;
    display: inline-block;
    }
    .figure-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    z-index: 5;
    }

    .figure-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    }

    @media only screen and (max-width:500px){
        .responsive{
            display:block !important;
        }
    }
    /* Sidebar-style modal */
    /* Right sidebar modal styling *//* Right sidebar modal root */
    .modal.right-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    display: flex !important;
    align-items: stretch;
    justify-content: flex-end;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    }
    .modal.right-modal .modal-dialog {
    margin: 0 !important;       /* Remove all margins */
    height: 100%;
    width: 400px;               /* or 100% if you want full width on mobile */
    max-width: 100%;
    transform: none !important; /* Avoid Bootstrap centering */
    }

    /* When modal becomes visible */
    .modal.right-modal.show {
    transform: translateX(0%);
    pointer-events: auto;
    }

    /* Dialog must fill height and stick to right */
    .modal.right-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: 400px; /* or whatever width you prefer */
    max-width: 100%;
    transform: none !important; /* prevent Bootstrap from recentering */
    }

    /* Make sure content fills dialog */
    .modal.right-modal .modal-content {
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
    }


    /* < 480px: show mobileView only */
    @media only screen and (max-width: 479px) {
    .mobileView {
        display: flex !important;
    }
    .product-thumbs-wrapper {
        display: none !important;
    }
    .mobile-responsiveness{
        display: none !important;
     }
    .desktop-responsiveness{
        display: block !important;
     }
    }

    @media only screen and (min-width: 480px) {
    .product-thumbs-wrapper {
        display: flex !important;
    }

    .mobileView {
        display: none !important;
    }
    }
     
    
    .testimonial-box{
        background: #daf0ff;
        border-radius: 1.1rem;
        height: 325px;
        padding: 1rem 1rem;
    }
    .testimonial-box img{
        width: 20% !important;
        margin: auto;
    }
   .tp-rating-separate {
        gap: 4px;
    }
.tp-star {
    width: 22px;
    height: 22px;
    position: relative;
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-align: center;
    line-height: 22px;
    color: white;
    background-color: #DCDCDC;
    border-radius: 2px;
}
/* Full Star */
.tp-star.full {
    background-color: #00B67A;
}
/* Partial Star Container */
.tp-star.partial {
    position: relative;
    overflow: hidden;
    background-color: #DCDCDC;
}
/* Partial Fill (green part) */
.tp-star-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    background-color: #00B67A;
    color: white;
    text-align: center;
    z-index: 1;
}
/* Empty part (on top for clean overlay) */
.tp-star-empty {
    position: relative;
    color: white;
    z-index: 2;
}

.desktop-banner img{
    min-width:100%;
}

    
.desktop-banner img{
    min-width: 100%;
}


.buy-cart-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nav-item2{
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    color: white; /* You can change this depending on background */
}
/* Overlap effect */
.nav-cart {
    margin-left: -20px; /* Adjust this to blend */
    z-index: 1;
}
.nav-text {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 0 5px;
}

  
/*for cart counter footer*/
.cart-wrapper {
    position: relative;
    display: inline-block;
}

.icon-container {
    position: relative;
    display: inline-block;
}

.cart-count-mobile-footer {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 6px;
/*    min-width: 20px;*/
    text-align: center;
    line-height: 1;
}

.text-none {
  text-transform: none !important;
}

.whatsapp_icon {

     /*   right: 10px;
        bottom: 70px;
        display: block;*/

        position: fixed; 
        width: 45px; 
        height: 45px; 
        bottom: 80px; 
        right: 10px; 
        border-radius: 50px;
        text-align: center; 
        font-size: 30px; 
        z-index: 100;

}
.fs-larger{
    font-size: larger;
}
.device-section {
    text-align: center;
    padding: 50px 20px;
}
.device-section h2 {
    font-weight: bold;
    margin-bottom: 40px;
}
.device-icons img {
    width: 70px;
    margin-bottom: 15px;
}
.device-text {
    font-size: 16px;
    color: #333;
}
.device-image img {
    max-width: 100%;
    height: auto;
}
.info-box {
    margin-bottom: 30px;
}
.device-section .info-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.device-section .info-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

@media only screen and (max-width:767px){
   .mt-mobile-3rem{
        margin-top: 3rem;
    }
    
}
 @font-face {
    font-family: "UAEDirham";
    src: url("{{ asset('assets/front/fonts/Newaed-mini.ttf') }}") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.dirham-symbol {
    font-family: "UAEDirham";
    font-size: 1em; /* adjust as needed */
    font-style: normal;
}

#newsletter-popup-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none; /* hidden initially */   
    border-radius: 10px;    
}
.mfp-close{
    background-color: #000 !important;    
    color: #fff !important;
}
.newsletter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); 
    backdrop-filter: blur(4px); 
    -webkit-backdrop-filter: blur(4px); 
    z-index: 9998; 
    display: none;
}

.newsletter-popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; 
    border-radius: 10px;
    display: none;
}
.rounded-10{
    border-radius: 10px;
  }
  @media only screen and (min-width:1024px){
      .newsletter-bg{
        background-image: url('../../front/images/footer-banner.jpg') !important;
        background-size: 100% 100%;
      }
  }
  @media only screen and (min-width:768px) and (max-width:1023px){
    .newsletter-bg{
        background-image: url('../../front/images/footer-banner-Tablet.jpg') !important;
        background-size: 100% 100%;
      }
  }
  @media only screen  and (max-width:767px){
    .newsletter-bg{
        background-image: url('../../front/images/footer-banner-Mobile.jpg') !important;
        background-size: 100% 100%;
      }
  }
  @media only screen and (max-width:1199px){
    .device-section{
        margin-top: 5rem;
    }
 }