header.header-5 {
    position: relative;
}

.eq-header-nav {z-index: 9;}

section.cycle-hero {
    background: #fff;
    margin-top: -40px;
    padding: 90px 0;
}
.latest-collection {
    padding-top: 0;
}

.at-section-title {
    padding-top: 40px;
}

.merge-section {
    padding-top: 120px;
}

.eq-brand-box.black-texture-bg::before {
    border-radius: 0px;
}
.spacer {
    border-color: #ffffff26;
}
.lang-switcher {
    z-index: 11;
}


a.logo {
    display: block;
    max-height: 60px;
}

a.logo > img {
    max-height: inherit;
}

section.about-section {
    padding: 80px;
}

section.eq-feedback-section {
    padding-top: 160px;
    padding-bottom: 50px;
}

.cycle-hero .hero-dark-shape {
    margin-top: -2px;
}

/* ===== Sidebar restyle ===== */
/* Scope all styles to the sidebar to avoid side effects */
.sidebar__wrapper.sidebar {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 24px;
}

.sidebar__widget {
    padding-bottom: 24px;
    margin-bottom: 24px !important; /* keep spacing even if theme overrides */
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.sidebar__widget:last-child {
    border-bottom: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.sidebar__widget-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    margin: 0 0 14px 0;
    padding-left: 12px;
    position: relative;
}

.sidebar__widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    border-radius: 2px;
    background: #111827; /* neutral-900 */
}

/* Search */
.sidebar__search .sidebar__search-input-2 {
    position: relative;
}

.sidebar__search .sidebar__search-input-2 input[type="text"] {
    width: 100%;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 44px 12px 14px;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.sidebar__search .sidebar__search-input-2 input[type="text"]:focus {
    outline: none;
    border-color: #111827;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.1);
}

.sidebar__search .sidebar__search-input-2 button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 6px;
    border: none;
    background: #111827;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s ease, transform .05s ease;
}

.sidebar__search .sidebar__search-input-2 button:hover {
    background: #0b1220;
}

.sidebar__search .sidebar__search-input-2 button:active {
    transform: translateY(-50%) scale(0.98);
}

/* Categories */
.sidebar__widget-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar__widget-content ul li + li {
    margin-top: 8px;
}

.sidebar__widget-content ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #f9fafb;
    color: #111827;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: background-color .2s ease, border-color .2s ease, transform .05s ease;
}

.sidebar__widget-content ul li a span {
    background: #111827;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 999px;
}

.sidebar__widget-content ul li a:hover {
    background: #fff;
    border-color: #111827;
}

/* Recent posts */
.rc__post .rc__post-thumb img {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.rc__post .rc__post-content .rc__meta span {
    display: inline-block;
    font-size: 12px;
    color: #6b7280; /* neutral-500 */
}

.rc__post .rc__post-title {
    font-size: 14px;
    line-height: 1.3;
    margin: 4px 0 0 0;
}

.rc__post .rc__post-title a {
    color: #111827;
    text-decoration: none;
}

.rc__post .rc__post-title a:hover {
    text-decoration: underline;
}

/* Tag cloud */
.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tagcloud a {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #111827;
    font-size: 13px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.tagcloud a:hover {
    background: #111827;
    border-color: #111827;
    color: #fff;
}

/* Small screens adjustments */
@media (max-width: 575.98px) {
    .sidebar__wrapper.sidebar {
        padding: 16px;
        border-radius: 8px;
    }

    .rc__post .rc__post-thumb img {
        width: 64px;
        height: 64px;
    }
}

[dir="rtl"] .btn,
[dir="rtl"] h6,
[dir="rtl"] .h6,
[dir="rtl"] h5,
[dir="rtl"] .h5,
[dir="rtl"] h4,
[dir="rtl"] .h4,
[dir="rtl"] h3,
[dir="rtl"] .h3,
[dir="rtl"] h2,
[dir="rtl"] .h2,
[dir="rtl"] h1,
[dir="rtl"] .h1,
[dir="rtl"] a,
[dir="rtl"] p{
   font-family: "Noto Kufi Arabic", sans-serif;
}

[dir="rtl"] .shape::before {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

[dir="rtl"] .cycle-hero .hero-dark-shape {
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
    right:unset;
    left:0;
}

body,
.noto-kufi-arabic{
   font-family: "Noto Kufi Arabic", sans-serif;
   font-optical-sizing: auto;
   font-style: normal;
}

.sr-service-single .feature-img,
.product-card-top {
    width: 100%;
    height: 250px; /* Adjust height as needed */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8; /* Optional: adds neutral background */
}
.sr-service-single .feature-img img,
.product-card-top img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Keeps aspect ratio while filling the area */
    display: block;
}

section.best-selling {
    background: aliceblue;
}