.close-notification {
  display: flex;
  gap: 6px;
}
.new-nav-item .new-dropdown {
  background-color: #e5008d !important;
}
.dropdown-item svg {
  color: #e5008d !important;
}
.btn-2-animation::after {
  background: #1aa3dd !important;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1aa3dd),
    to(#35339a)
  ) !important;
  background: linear-gradient(90deg, #1aa3dd 0%, #35339a 100%) !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}


.product-box-4 .product-detail a .name {
  display: block !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
 width: 100% !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
} 
 .product-box-4{
    display: flex;
    flex-direction: column;
    padding: 0;
     overflow: hidden;
     height: 100%;
 }
 .product-detail{
    padding: 10px;
 }
 .product-box-4 .product-detail {
    margin-top: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
 }
 .product-box-4 .product-image img{
    margin: 0;
 }
 .product-box-4 .product-image a{
   width: 100%;
   
 }
 .product-box-4 .product-image a img{
   width: 100%;
  
 } 
.product-box-4 .product-image img{
    height: auto;
}
.product-box-4 .product-image {
    overflow: hidden;
}
.product-box-4:hover .product-detail a .name {
    font-weight: 400 !important;
}
.product-name-price{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.banner-contain-3 .banner-content{
    justify-items: center;
}
/* Overlay */
.banner-contain-3 .banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 163, 221, 0.35); /* adjust opacity */
    z-index: 0;
}
.wpcf7-spinner{
    display: none;
}
.newsletter-form .wpcf7-form-control-wrap{
   align-items: flex-start;
}
.newsletter-form p{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.wpcf7 form .wpcf7-response-output{
    margin: 0 !important;
    position: absolute !important;
}

/* ================================
   Contact Form 7 Messages
================================ */

.wpcf7 form .wpcf7-response-output {
    margin: 16px 0 0 !important;
    padding: 14px 18px !important;
    border-radius: 12px;
    border: none !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    position: relative;
    overflow: hidden;

    opacity: 1;
    transform: translateY(0);
    animation: fadeOutMessage 5s ease forwards;
}

/* Success */
.wpcf7 form.sent .wpcf7-response-output {
    background: #e8f7ee;
    color: #157347;
    border-left: 4px solid #198754 !important;
}

/* Error */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    background: #fff1f0;
    color: #d93025;
    border-left: 4px solid #dc3545 !important;
}

/* Validation tip */
.wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #dc3545;
}

/* Spinner */
.wpcf7-spinner {
    margin: 10px auto 0 !important;
    display: block;
}

/* Auto hide animation */
@keyframes fadeOutMessage {
    0%,
    80% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-8px);
        visibility: hidden;
    }
}
.newsletter-form p{
    margin-bottom: 0px !important;
}

.what-we-do .slick-track , .review-section .slick-track{
    display: flex !important;
}
.what-we-do .slick-slide , .review-section .slick-slide{
    height: auto !important;
}
.what-we-do .clint-contain,.review-section .reviewer-box{
   height: 100% !important;
}
.custom-input svg {
    position: absolute;
    top: calc(50% - 7px);
    left: 14px;
}
.custom-textarea svg {
    position: absolute;
    top: 12px;
    left: 14px;
}
/* Fix custom column widths for category shop layout */
.col-custom-3 {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left:  calc(var(--bs-gutter-x) * 0.5);
}

.col-custom-9 {
    flex: 0 0 auto;
    width: 75%;
    max-width: 75%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left:  calc(var(--bs-gutter-x) * 0.5);
}

/* On mobile, stack them */
@media (max-width: 991px) {
    .col-custom-3,
    .col-custom-9 {
        width: 100%;
        max-width: 100%;
    }
}
.wpcf7-not-valid-tip , .wpcf7-spinner{
    position: absolute !important;
    
}
.contact-box-section .wpcf7 form .wpcf7-response-output{
    position: relative !important;
}

/* ============================================================
   Single Product — Add to Cart + Quantity
   ============================================================ */
.product-buttons .addtocart-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.product-buttons .qty-box .input-group {
    width: 130px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
}

.product-buttons .qty-box .input-group .btn {
    background: #f8f8f8;
    border: none;
    padding: 8px 12px;
    line-height: 1;
    color: #333;
}

.product-buttons .qty-box .input-group .btn:hover {
    background: #efefef;
}

.product-buttons .qty-box .input-group .qty-input {
    border: none;
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    text-align: center;
    width: 50px;
    padding: 8px 4px;
    -moz-appearance: textfield;
}

.product-buttons .qty-box .input-group .qty-input::-webkit-outer-spin-button,
.product-buttons .qty-box .input-group .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-buttons .single_add_to_cart_button {
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    transition: opacity .2s;
}

.product-buttons .single_add_to_cart_button.loading {
    opacity: .7;
    cursor: not-allowed;
}

/* ============================================================
   Review Modal — Star Picker
   ============================================================ */
#writeReviewModal .star-rating-input {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 4px 0;
    /* ensure pointer events reach the spans */
    position: relative;
    z-index: 1;
}

#writeReviewModal .star-pick {
    cursor: pointer;
    display: inline-flex;
    line-height: 1;
    /* prevent any parent from swallowing pointer events */
    pointer-events: auto !important;
}

#writeReviewModal .star-pick svg {
    pointer-events: none;
    transition: fill .15s, transform .1s;
}

#writeReviewModal .star-pick:hover svg {
    transform: scale(1.15);
}

/* ============================================================
   Buy on Platform Links — single product page
   ============================================================ */
.buy-on-platforms {
    padding: 14px 16px;
    background: #f8f9fa;
    border: 1px solid #ececec;
    border-radius: 10px;
}

.dark .buy-on-platforms {
    background: rgba(255,255,255,.04);
    border-color: rgba(255,255,255,.1);
}

.buy-on-platforms .platforms-label {
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: 10px;
}

.dark .buy-on-platforms .platforms-label {
    color: #aaa;
}

.platform-links-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* ── Pill button ── */
.platform-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px 6px 8px;
    border-radius: 50px;          /* full pill */
    background: #fff;
    border: 1.5px solid #e0e0e0;
    color: #222 !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    line-height: 1;
    white-space: nowrap;
    transition: border-color .18s, box-shadow .18s, transform .15s;
    cursor: pointer;
}

.dark .platform-btn {
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.15);
    color: #eee !important;
}

.platform-btn:hover {
    border-color: var(--theme-color, #0baf9a);
    box-shadow: 0 3px 12px rgba(0,0,0,.12);
    transform: translateY(-2px);
    color: #111 !important;
    text-decoration: none !important;
}

.dark .platform-btn:hover {
    color: #fff !important;
}

.platform-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Icon wrapper — white circle background so black SVGs pop */
.platform-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f0f0f0;
    flex-shrink: 0;
    overflow: hidden;
}

.dark .platform-icon-wrap {
    background: rgba(255,255,255,.12);
}

/* Black SVG icons from assets/images — keep them black */
.platform-icon-img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
    /* Force black rendering for any coloured SVG */
    filter: brightness(0);
}

.dark .platform-icon-img {
    filter: brightness(0) invert(1);
}

/* Generic shopping-bag icon for extra platforms */
.platform-icon-generic {
    display: block;
    color: #555;
    flex-shrink: 0;
}

.dark .platform-icon-generic {
    color: #ccc;
}

.platform-name {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1px;
}

/* Extra platform pill — slightly different border style */
.platform-btn--extra {
    border-style: dashed;
}

/* Responsive */
@media (max-width: 400px) {
    .platform-btn {
        padding: 5px 10px 5px 6px;
        font-size: 12px;
        gap: 6px;
    }
    .platform-icon-wrap {
        width: 24px;
        height: 24px;
    }
    .platform-icon-img {
        width: 15px;
        height: 15px;
    }
}
header {
    position:  relative !important; 
}
.header .navbar.navbar-expand-xl .navbar-nav .nav-link,
header .navbar.navbar-expand-xl .navbar-nav .nav-link  {
    justify-content: flex-start !important;
}
header .navbar.navbar-expand-xl .navbar-nav .dropdown-menu .nav-item+.nav-item{
    margin-left: 0 !important;
}
footer{
    background-color: #f8f8f8 !important;
    background-image: none !important;
}
footer .main-footer .footer-contain ul li {
    text-align: left !important;
}
footer .main-footer .footer-title h4{
    color: #4a5568;
     text-align: left !important;

}
.contact-number .text-content{
    text-align: left !important;
}
 
.footer-logo-contain{
     text-align: left !important;
}


/* ── Header search overlay & desktop searchbar fixes ─────────────────────── */

/* The mobile overlay search — hidden by default, shown when JS adds .open */
.search-full {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    align-items: center;
    padding: 0 16px;
}
.search-full.open {
    display: flex;
}
.search-full form.input-group {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
}
.search-full .form-control {
    flex: 1;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 15px;
}
.search-full .input-group-text {
    background: transparent;
    border: none;
    cursor: pointer;
}
.search-full .close-search {
    cursor: pointer;
}

/* Desktop searchbar — ensure the form displays correctly */
.searchbar-box {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.searchbar-box .form-control {
    padding-right: 50px;
    border-radius: 6px;
}
.searchbar-box .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 14px;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* Search icon toggle button (mobile) */
.search-box {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

/* ── Search results page ──────────────────────────────────────────────────── */

.search-summary {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

/* Not-found card */
.search-not-found {
    padding: 40px 24px;
}
.search-not-found-icon {
    color: #ccc;
}
.search-not-found h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

/* Re-search form on the not-found page */
.search-again-form .form-control:focus {
    box-shadow: none;
    border-color: var(--theme-color, #e5008d);
}
.search-again-form .btn {
    border-radius: 0 6px 6px 0;
}

/* Category pill links */
.search-not-found .btn-outline-secondary {
    font-size: 12px;
    padding: 4px 14px;
    border-color: #ddd;
    color: #555;
}
.search-not-found .btn-outline-secondary:hover {
    background: var(--theme-color, #e5008d);
    border-color: var(--theme-color, #e5008d);
    color: #fff;
}

/* ════════════════════════════════════════════════════════════════════════════
   Search Autocomplete Dropdown
   Brand color: #0baf9a (teal)
   ════════════════════════════════════════════════════════════════════════════ */

/* Position context for both forms */
.dr-search-form {
    position: relative;
}

/* ── The dropdown panel ────────────────────────────────────────────────────── */
.dr-suggestions-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    border-radius: 16px;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.07),
        0 10px 40px -4px rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(11, 175, 154, 0.12);
    overflow: hidden;
    max-height: 480px;
    overflow-y: auto;
    animation: drSlideDown 0.18s ease;
    /* Custom scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #e0e0e0 transparent;
}
.dr-suggestions-dropdown::-webkit-scrollbar { width: 4px; }
.dr-suggestions-dropdown::-webkit-scrollbar-thumb { background: #e0e0e0; border-radius: 4px; }

.dr-suggestions-dropdown.open {
    display: block;
}

@keyframes drSlideDown {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Section header ─────────────────────────────────────────────────────────  */
.dr-suggest-section {
    padding: 0;
}
.dr-suggest-section + .dr-suggest-section {
    border-top: 1px solid #f3f4f6;
}
.dr-suggest-section-title {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px 6px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #9ca3af;
}
.dr-suggest-section-title svg {
    flex-shrink: 0;
    color: #0baf9a;
}

/* ── Individual suggestion row ──────────────────────────────────────────────  */
.dr-suggest-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    text-decoration: none !important;
    color: #1f2937 !important;
    transition: background 0.12s ease;
    cursor: pointer;
    border-left: 3px solid transparent;
}
.dr-suggest-item:hover,
.dr-suggest-item--active {
    background: linear-gradient(90deg, rgba(11, 175, 154, 0.06) 0%, rgba(11, 175, 154, 0.02) 100%);
    border-left-color: #0baf9a;
    text-decoration: none !important;
    color: #111 !important;
}

/* Thumbnail */
.dr-suggest-thumb {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f0f0;
}
.dr-suggest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.dr-suggest-thumb--icon {
    background: rgba(11, 175, 154, 0.08);
    border-color: rgba(11, 175, 154, 0.15);
    color: #0baf9a;
}

/* Text block */
.dr-suggest-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.dr-suggest-name {
    font-size: 13.5px;
    font-weight: 500;
    color: #1f2937;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.dr-suggest-meta {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 400;
}

/* Highlight matched text */
.dr-suggest-name mark {
    background: rgba(11, 175, 154, 0.18);
    color: #0baf9a;
    border-radius: 2px;
    padding: 0 1px;
    font-weight: 700;
}

/* Price */
.dr-suggest-price {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.dr-price-now {
    font-weight: 700;
    color: #0baf9a;
}
.dr-price-del {
    color: #9ca3af;
    font-size: 11px;
    text-decoration: line-through;
}

/* Sale badge */
.dr-suggest-badge {
    flex-shrink: 0;
    background: linear-gradient(135deg, #0baf9a, #089b88);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Arrow chevron */
.dr-suggest-arrow {
    flex-shrink: 0;
    color: #d1d5db;
    transition: color 0.12s, transform 0.12s;
}
.dr-suggest-item:hover .dr-suggest-arrow,
.dr-suggest-item--active .dr-suggest-arrow {
    color: #0baf9a;
    transform: translateX(3px);
}

/* ── Footer — "View all results" ──────────────────────────────────────────── */
.dr-suggest-footer {
    padding: 6px 8px 8px;
    border-top: 1px solid #f3f4f6;
    background: #fafafa;
}
.dr-suggest-viewall {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 16px;
    border-radius: 10px;
    background: transparent;
    color: #0baf9a !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.15s;
    border: 1.5px dashed rgba(11, 175, 154, 0.35);
}
.dr-suggest-viewall:hover {
    background: rgba(11, 175, 154, 0.06);
    border-color: #0baf9a;
    text-decoration: none !important;
}
.dr-suggest-viewall svg {
    flex-shrink: 0;
}
.dr-suggest-viewall strong {
    color: #0baf9a;
}

/* ── Loading state ────────────────────────────────────────────────────────── */
.dr-suggest-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 16px;
    font-size: 13px;
    color: #9ca3af;
}
.dr-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #e5e7eb;
    border-top-color: #0baf9a;
    border-radius: 50%;
    animation: drSpin 0.7s linear infinite;
    flex-shrink: 0;
}
@keyframes drSpin {
    to { transform: rotate(360deg); }
}

/* ── Empty state ─────────────────────────────────────────────────────────── */
.dr-suggest-empty {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 18px;
    font-size: 13px;
    color: #6b7280;
}
.dr-suggest-empty svg {
    flex-shrink: 0;
    color: #d1d5db;
}

/* ── Mobile overlay — ensure dropdown is visible inside .search-full ──────── */
.search-full .dr-suggestions-dropdown {
    top: 100%;
    border-radius: 0 0 16px 16px;
    border-top: none;
    max-height: 60vh;
}

/* ── Responsive ────────────────────────────────────────────────────────────── */
@media (max-width: 575px) {
    .dr-suggest-thumb {
        width: 38px;
        height: 38px;
    }
    .dr-suggest-name {
        font-size: 13px;
    }
    .dr-suggestions-dropdown {
        border-radius: 0 0 12px 12px;
        max-height: 55vh;
    }
}

/* Empty-category note inside search suggestions */
.dr-suggest-no-products {
    color: #f59e0b;
    font-size: 11px;
    font-weight: 500;
}
