﻿.faq-wdget {
    font-family: 'anekdevanagari-medium';
}
.backimge{
    padding-bottom:40px;
}
.intro-section {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .intro-section > div {
        text-align: center;
    }
.selected-mobile-category {
    background-color: #FF795C;
    color: white;
}
.intro-title {
    color: var(--Colors-Text-Text-Brand, #FF795C);
    font-size: 24px;
    font-style: normal;
    font-family: 'anekdevanagari-bold';
    font-weight: 700;
    line-height: 32px;
}

.intro-desc {
    color: var(--Colors-Text-Text-Primary, #000);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .intro-desc .bld {
        font-family: 'anekdevanagari-bold';
        font-weight: 700;
        margin-right:5px;
    }

.intro-desc-2 {
    color: var(--Colors-Text-Text-Secondary, #737195);
    text-align: center;
    font-family: "Anek Devanagari";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; 
    align-self: stretch;
   display:flex;
   justify-content:center;
    text-align:center;
}

    .intro-desc-2 > div {
        width: 587px;
    }
.contact-us-form-wrapper {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}
.contact-us-form {
    width: 1005px;
    padding: var(--Spaces-Space-2XLarge, 32px);
    gap: var(--Spaces-Space-Large, 32px);
    border-radius: var(--Corner-Radius-Semi-Rounded, 8px);
    /*background: var(--Colors-Surface-Surface-White, #FFF);*/
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.10);
}

    .contact-us-form .title {
        color: var(--Colors-Text-Text-Primary, #000);
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        font-family: 'anekdevanagari-bold';
        line-height: 48px; /* 150% */
    }

.search-panel {
    display: flex;
    justify-content: center;
    width:100%;
    gap:10px;
}

    .search-panel .input-group {
        width:100%;
    }

.search-input-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    z-index: 1;
}

.searchbox {
    display: flex;
    padding: 14px 14px 14px 54px;
    align-items: center;
    width: 100%;
    gap: 12px;
    align-self: stretch;
    border-radius: 0px;
}

    .searchbox::placeholder {
        color: #737195;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
.find-button {
    flex-shrink: 0;
    display: flex;
    width: 139px;
    padding: var(--Spaces-Space-Meduim, 16px) var(--Spaces-Space-SemiLarge, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--Spaces-Space-XSmall, 8px);
    background: var(--Colors-Surface-Surface-Brand, #FF795C);
    border:none;
    color:white;
}


.shoppingDirText {
    font-size: 20px;
    color: var(--Colors-Text-Text-Brand, #FF795C);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-family: "anekdevanagari-bold";
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.category-filter {
    max-width: 2220px;
    /*padding:0rem 10rem;*/
    display: flex;
    margin-top: 24px;
    margin-bottom: 20px;
}

    .category-filter h5 {
        margin-bottom: 15px;
    }

.category-btn {
    padding: var(--Spaces-Space-Small, 12px) var(--Spaces-Space-Meduim, 16px);
    border: 1px solid var(--Colors-Borders-Border-Secondary, #DFDEE7);
    background-color: white;
    color: var(--Colors-Text-Text-Secondary, #737195);
    font-style: normal;
    height: 48px;
    text-align: center;
    font-family: "Anek Devanagari";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
}

    .category-btn:hover, .category-btn.active {
        background-color: #FF795C;
        color: white;
        border-color: #ff6b6b;
    }


.shoppDir-title {
    color: var(--Colors-Text-Text-Primary, #000);
    font-size: 18px;
    font-style: normal;
    font-family: "Anek Devanagari";
    font-weight: 500;
    line-height: 24px;
}
.shoppingDirContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}
.category-btn-wrapper.desktop-view {
    display: flex;
}

.category-btn-wrapper.desktop-view {
    display: flex;
}

.category-btn-wrapper.mobile-view {
    display: none;
}

@media (max-width: 768px) {
    .category-btn-wrapper.mobile-view {
        display: flex;
    }

    .category-btn-wrapper.desktop-view {
        display: none;
    }
}

.category-btn-wrapper {
    gap: 12px;
    flex-wrap: wrap;
}

.category-btn {
    border: 1px solid var(--Colors-Borders-Border-Secondary, #DFDEE7);
    background: var(--Colors-Surface-Surface-Primary, #FAFAFC);
    padding: 4px 12px;
    color: var(--Colors-Text-Text-Secondary, #737195);
    text-align: center;
    font-family: "anekdevanagari-medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

    .category-btn.selected {
        color: var(--Colors-Text-Text-White, #FFF);
        background: var(--Colors-Surface-Surface-Brand, #FF795C);
    }

.suball {
    display: none;
}

    .suball.visible {
        display: flex;
        justify-content:center;
    }

.subMenus li {
    padding: 8px 16px;
    cursor: pointer;
}

    .subMenus li:hover {
        background-color: #FF795C;
        color: white;
    }

.subcategory-btn {
    border: 1px solid var(--Colors-Borders-Border-Secondary, #DFDEE7);
    background: var(--Colors-Surface-Surface-Primary, #FAFAFC);
    padding: 4px 12px;
    color: var(--Colors-Text-Text-Secondary, #737195);
    text-align: center;
    font-family: "anekdevanagari-medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

    .subcategory-btn.selected {
        color: var(--Colors-Text-Text-White, #FFF);
        background: var(--Colors-Surface-Surface-Brand, #FF795C);
    }

.acc-row:has(.panel-collapse.in) .acc-header a {
    color: var(--Colors-Text-Text-DarkBlue, #28255C);
}
.accordion-container {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.acc-row {
    border: 1px solid var(--Colors-Borders-Border-Secondary, #DFDEE7);
    border-radius:5px;
}
    .acc-row:has(.panel-collapse.in) {
        border: 1px solid var(--Colors-Status-Status-atCustoms, #28255C) !important;
        background: var(--Colors-Surface-Surface-Primary, #FAFAFC);
    }
.acc-header {
    display: flex;
    padding: var(--Spaces-Space-SemiLarge, 24px) var(--Spaces-Space-Large, 32px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spaces-Space-Meduim, 16px);
    align-self: stretch;
    position: relative;
    background: var(--Colors-Surface-Surface-Primary, #FAFAFC);
}

    .acc-header a {
        color: var(--Colors-Text-Text-Secondary, #737195);
        font-family: "Anek Devanagari";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px; /* 145.455% */
    }

.panel-collapse {
    padding: 16px;
    display: none;
}


.accordion {
    width: 100%;
    margin: 0 auto;
}

.acc-header a {
    display: block;
    color: var(--Colors-Text-Text-Secondary, #737195);
    font-family: "Anek Devanagari";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 145.455% */
}



.panel-collapse {
    display: none;
    color: var(--Colors-Text-Text-Secondary, #737195);
    font-family: "Anek Devanagari";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    padding: var(--Spaces-Space-SemiLarge, 24px) var(--Spaces-Space-Large, 32px);
}

    .panel-collapse.in {
        display: block;
        opacity: 1;
        padding: var(--Spaces-Space-SemiLarge, 0px) var(--Spaces-Space-Large, 32px);
    }

.panel-collapse {
    transition: max-height 0.3s ease;
}

.panel-collapse {
    max-height: 0;
    opacity: 0;
}

    .panel-collapse.in {
        opacity: 1;
        max-height: fit-content;
    }
.acc-row:has(.panel-collapse.in) .acc-header {
    padding: 24px 32px 0 32px;
}
.acc-header img{
    position:absolute;
    right:10px;
    cursor:pointer;
}

.accordion-arrow.rotate {
    transform: rotate(180deg);
}
.category-btn-wrapper.desktop-view {
    display: flex;
}

.category-btn-wrapper.mobile-view {
    display: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

@media (max-width: 768px) {
    .category-btn-wrapper.mobile-view {
        display: flex;
    }

    .category-btn-wrapper.desktop-view {
        display: none;
    }

    .search-panel{
        flex-direction:column;
    }
    .search-input-wrapper {
        width: 100%;
    }
    .find-button {
        width: 100%;
    }
}
.ui-state-default{
    background:none;
}

body[lang="ar"] .searchbox {
    direction: rtl;
    padding: 14px 50px 14px 54px;
}
    body[lang="ar"] .search-icon {
        direction: rtl;
        right: 24px;
    }
    body[lang="ar"] .acc-header {
        padding: var(--Spaces-Space-SemiLarge, 24px) var(--Spaces-Space-Large, 40px);
    }