.featured-banner img, .slider-card img { display:block; }
  .slider-card { border-radius:12px; overflow:hidden; border:6px solid #fff; box-shadow:0 10px 26px rgba(15,23,42,0.08); }
  .slider-thumb { width:100%; height:240px; object-fit:cover; display:block; }

  /* Horizontal white overlay band centered vertically */
  .overlay-band { position:absolute; left:0px; right:14px; top:40%; transform:translateY(-50%); pointer-events:none; }
  .overlay-content {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.90) 40%,
        rgba(255, 255, 255, 0.70) 70%,
        rgba(255, 255, 255, 0.45) 100%
    );
    padding: 14px 16px;
    width: 100%;
    box-shadow: 0 8px 20px rgba(31, 41, 55, 0.06);
    pointer-events: auto;
    position: relative;
    left: 0;
    top: -42px;
}



  
  .overlay-text small { color:#e55353; display:block; margin-bottom:6px; font-weight:600; }
  .overlay-text h5 { color:#1f2d3d; font-size:1rem; margin:0 0 6px 0; font-weight:600; }
  .overlay-text p { margin:0; color:#6c757d; font-size:0.9rem; }

  .overlay-action { margin-left:12px; position:absolute; top:164%; right:0px; transform:translateY(-50%); pointer-events:auto; }
  .btn-orange { background:#225B6C; color:#fff; border:none; padding:6px 12px;  box-shadow:0 8px 18px rgba(243,112,33,0.16); }
 

  .featured-slider .item { padding:8px; }
  .featured-slider .owl-stage-outer { padding-bottom:12px; }

  @media (max-width: 991px) {
    .slider-thumb { height:180px; }
    .overlay-text { max-width:60%; }
  }
  @media (max-width: 575px) {
    .slider-thumb { height:140px; }
    .overlay-band { left:10px; right:10px; }
    .overlay-content { padding:10px; }
    .overlay-text h5 { font-size:0.95rem; }
    .btn-orange { padding:8px 12px; }
  }
  .cat-horizontal-card { transition: transform .18s ease, box-shadow .18s ease; }
.cat-horizontal-card:hover { transform: translateY(-6px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
.cat-thumb-wrapper img { display:block; }
.btn-shop { background:#f37021; color:#fff; border:none; padding:6px 12px; border-radius:6px; }
.btn-shop:hover { background:#e05500; color:#fff; }
@media (max-width: 767px) {
  .cat-thumb-wrapper { width:120px; height:80px; }
}

/* trending product css */


/* --- Section Header --- */
.tpr-section-header {
    margin-bottom: 50px;
    text-align: center;
}





/* --- Tab Navigation Styling (Pill-shaped, professional look) --- */
.tpr-product-tab-btn {
    text-align: center;
    margin-top: 30px;
}

.tpr-product-tab-btn .nav {
    justify-content: center;
    border: none;
	gap: 20px;
}

.tpr-product-tab-btn .nav li a {
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    transition: all 0.3s ease;
    border-radius: 5px; /* Subtle rounding */
    margin: 0 7px;
    border: 1px solid transparent;
}

.tpr-product-tab-btn .nav li a.active,
.tpr-product-tab-btn .nav li a:hover {
    color: #333333;
    background-color: #f0f0f0; /* Very light background for selection */
    border-color: #dcdcdc; /* Subtle border on selection */
}

.tpr-product-tab-btn .nav li a.active {
    color: #015D6A; 
    border-color: #015D6A; 
	
}


/* --- Product Card Styling: Elevated and Interactive --- */
.tpr-single-product {
    background: #ffffff;
    border: 1px solid #eeeeee; /* Light border instead of heavy shadow */
    border-radius: 8px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.tpr-single-product:hover {
    border-color: #015D6A; /* Accent border on hover */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* Subtle shadow on hover */
}

.tpr-product-thumb {
    padding: 25px;
}

.tpr-product-thumb img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    background: transparent; /* No background on the image area itself */
    transition: transform 0.3s ease;
}

.tpr-single-product:hover .tpr-product-thumb img {
    transform: scale(1.03); /* Slight zoom on image hover */
}

.tpr-product-content {
    padding: 0 20px 6px;
    text-align: center;
}

.tpr-product-name a {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    display: block;
    height: 44px;
    line-height: 1.35;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* --- Button Styling: Hidden until hover, then full reveal --- */
.tpr-shop-button-wrapper {
    min-height: 40px; /* Reserve space for the button */
    padding-top: 5px;
}

.tpr-shop-button {
    display: inline-block;
    background-color: #333333; /* Dark button */
    color: #ffffff;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 50px; /* Pill shape */
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    opacity: 0; /* Initially hidden */
    transform: translateY(10px); /* Move slightly down */
}

.tpr-single-product:hover .tpr-shop-button {
    background-color: #015D6A; 
	color: white;
    opacity: 1; 
    transform: translateY(0); /* Move into position */
}

.slider_section {
	padding: 20px;
}

/* Container for the whole section, matching the subtle background color */


/* Styles for all text elements */
.final-feature-title {
    font-size: 1rem;
    font-weight: 600; /* Bolder text for titles */
    color: #444444; /* Dark gray for title text */
    margin-top: 10px;
    margin-bottom: 4px; /* Tight spacing between title and detail */
}

.final-feature-text {
    font-size: 0.85rem;
    color: #777777; /* Medium gray for detail text */
}

/* ---------------------------------
   Icon Styling (Exact Line Art Replication)
   --------------------------------- */
.final-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: relative;
    /* Base color for all icon lines */
    color: #a9a9a9; 
}

/* Icon 1: Free Delivery (Box) */
.icon-delivery::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 8px;
    width: 30px;
    height: 25px;
    border: 1px solid currentColor;
    border-radius: 2px;
}
.icon-delivery::after {
    /* Box lid line */
    content: '';
    position: absolute;
    top: 12px;
    left: 8px;
    width: 30px;
    border-top: 1px solid currentColor;
}

/* Icon 2: Refundable (Package with Arrows) */
.icon-refundable {
    /* Package base */
    border: 1px solid currentColor;
    width: 45px;
    height: 30px;
    border-radius: 2px;
}
.icon-refundable::before {
    /* Refund arrow 1 */
    content: '\21B6'; /* Unicode for curved arrow */
    position: absolute;
    top: -5px;
    left: 2px;
    font-size: 28px;
    line-height: 1;
}
.icon-refundable::after {
    /* Refund arrow 2 (Mimicking the other side) */
    content: '\21B7'; 
    position: absolute;
    top: -5px;
    right: 2px;
    font-size: 28px;
    line-height: 1;
}

/* Icon 3: Secure Payment (Shield with Checkmark) */
.icon-secure::before {
    /* Shield outline */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 1px solid currentColor;
    border-radius: 50%;
}
.icon-secure::after {
    /* Checkmark inside the shield */
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: currentColor;
}

/* Icon 4: 24/7 Customer Support (Chat Bubbles) */
.icon-support::before {
    /* Main bubble (Left) */
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 20px;
    border: 1px solid currentColor;
    border-radius: 10px 10px 10px 2px;
}
.icon-support::after {
    /* Secondary bubble (Right) */
    content: '';
    position: absolute;
    top: 15px;
    right: 5px;
    width: 25px;
    height: 20px;
    border: 1px solid currentColor;
    border-radius: 10px 10px 2px 10px;
}

.img-guideneceee{
	height: 200px;
	object-fit: cover;
	padding: 15px;
	border-radius: 25px;
}

/* Unique class for the main wrapper */
.delivery-promo-banner-wrapper {
    /* Layout and background settings */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
    /* Overall container dimensions and styling to match the image */
    min-height: 450px; /* Adjust height as needed */
    padding: 20px;
    margin: 40px auto; /* Adds space above/below and centers the whole block */
    max-width: 95%; /* Ensures it doesn't touch screen edges */
    border-radius: 12px; /* Soft rounded corners */
    overflow: hidden; /* Important for containing the background visual */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    align-items: center; /* Vertically centers the content within the banner */
}

/* Add a dark overlay to make the white text legible over the image */
.delivery-promo-banner-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); /* Dark semi-transparent overlay */
    z-index: 1;
}

/* Ensure the content is above the overlay */
.delivery-promo-inner {
    position: relative;
    z-index: 2;
}

.delivery-promo-content-area {
    /* Styles specific to the text column */
    padding: 30px 40px;
}

/* Headline styling */
.delivery-promo-headline {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff; /* White text */
    line-height: 1.2;
    margin-bottom: 10px;
}

/* Subtext styling */
.delivery-promo-subtext {
    font-size: 1.1rem;
    color: #f0f0f0; /* Off-white text */
    margin-bottom: 30px;
}

/* Button styling */
.delivery-promo-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #ffffff; /* White button background */
    color: #333333; /* Dark text on button */
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.delivery-promo-button:hover {
    background-color: #eeeeee;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .delivery-promo-banner-wrapper {
        min-height: 350px;
    }
    .delivery-promo-headline {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .delivery-promo-content-area {
        padding: 20px;
    }
    .delivery-promo-headline {
        font-size: 1.8rem;
    }
}

