:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --primary: #94024C;
    --gray: #787769;

}


*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
}


.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;

    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.img-fluid {
    max-width: 100%;
}

p {
    margin-bottom: 0;
    margin-top: 0;
}

a {
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.position-relative {
    position: relative;
}

.align-items-center {
    align-items: center;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (max-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        width: 90%;
        max-width: 1380px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}


@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.text-center {
    text-align: center;
}


:root {
    --bazargreen: #00B49D;
    --bazarred: #D22414;
    --bazarblue: #DCF5F2;
    --bazargray: #ECEAE8;
}

@font-face {
    font-family: 'ravi';
    src: url('../font/RaviVF.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background: #f9f9fb;
    direction: rtl;
    font-family: 'ravi', serif;
    color: #4A4A4D;
}

button, input, textarea, label {
    font-family: 'ravi', serif;
}

.row-space {
    margin-bottom: 46px;
}


.menu-items {
    display: flex;
    gap: 32px;
    font-size: 14px;
    align-items: center;
}

.menu-items a {
    color: #2B2B2E;
    display: flex;
    align-items: center;
}

.header-logo {
    display: inline-flex;
}

.consulting-btn {
    border: 1px solid #D32829;
    color: #D32829;
    padding: 11px 16px;
    border-radius: 20px;
    display: flex;
    gap: 10px;
}
.consulting-btn.instagram-header-btn{
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: inherit;
    height: 49px;
}
.consulting-btn:hover {
    box-shadow: 2px 2px 4px 0 #00000029;
    background: #D32829;
    color: white;
}

.consulting-btn:hover img {
    filter: brightness(10);
}

.menu-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-box {
    width: 46px;
    height: 46px;
    border: 1px solid #D4D4D6;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-wrapper {
    background: white;
    border-radius: 36px;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 16px;
    margin-bottom: 20px;
    margin-top: 16px;
    box-shadow: 0px 4px 12px 0px #0000002E;

}

.menu-arrow {
    margin-right: 10px;
}

.menu-toggle.active {
    color: var(--bazarred);
}

.menu-toggle.active .menu-arrow {
    transform: rotate(180deg);
    filter: invert(30%) sepia(100%) saturate(1000%) hue-rotate(350deg) brightness(85%) contrast(90%);
}

.dropdown {
    display: none;
    position: absolute;
    background: white;
    padding: 16px 12px;
    z-index: 999;
    right: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.dropdown-content {
    display: flex;
}

.parent-categories,
.child-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.parent-categories {
    min-width: 240px;
    background: #fff;
}

.child-categories {
    right: 100%;
    display: none;
    background: #fff;
    border-right: 1px solid #E4E4E5;
    padding-right: 24px;
    margin-right: 24px;
}

.parent {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    margin: 12px;
}

.parent:hover, .child-list ul li:hover, .parent.active {
    background: #E4F5F3;
    border-radius: 16px;
}

.child-list {
    display: none;
}

.child-list ul {
    padding: 0;
    list-style: none;
}

.child-list ul li a {
    color: #4A4A4D;
}

.child-list ul li {
    padding: 12px 16px;
    font-size: 14px;
    margin-bottom: 12px;
}

.parent-categories li::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 12px; /* Adjust width */
    height: 12px; /* Adjust height */
    background-image: url("../image/menu-arrow.png"); /* Path to your arrow image */
    background-size: contain;
    background-repeat: no-repeat;
}

#bazar-carousel {
    position: relative;
}

.owl-dots {
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#bazar-carousel .owl-dots {
    position: absolute;
    bottom: 12px;
}

.owl-dot span {
    background: #D4D4D6;
    width: 8px;
    height: 8px;
    display: inline-flex;
    border-radius: 50px;
}

.owl-dot.active span {
    background: #00B49D;
}

.bazar-carousel-image {
    border-radius: 36px;
}

.bazar-carousel-nav span.bazar-prev {
    transform: rotate(180deg);
}

.bazar-carousel-nav span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bazar-carousel-nav {
    position: absolute;
    bottom: 46px;
    right: 46px;
    z-index: 1;
    width: 72px;
    border-radius: 12px;
    background: white;
    height: 32px;
    display: flex;
    justify-content: space-between;
}

#top-features {
    margin-top: 24px;
}

.feature-box {
    gap: 16px;
    display: flex;
    align-items: center;
}

.top-features-desc span {
    color: #4A4A4D;
    font-size: 12px;
}

.top-features-desc p {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 8px;
    color: #4A4A4D;
}

.half-header h3 {
    font-weight: bold;
    font-size: 24px;
}

.half-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.header-carousel-nav {
    display: flex;
    gap: 4px;
}

.header-carousel-nav div:hover img {
    filter: brightness(5);
}

.header-carousel-nav div:hover {
    background: var(--bazargreen);
}

.header-carousel-nav div.header-chev-prev img {
    transform: rotate(180deg);
}

.header-carousel-nav .header-chev-next, .header-carousel-nav .header-chev-prev {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #F0F0F2;
    cursor: pointer;
}

.product-info {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    margin-bottom: 8px;
}

.product-colors .colors {
    display: flex;
}

.product-colors .color img {
    width: 100%;
}

.product-colors .color {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50px;
    margin-left: -10px;
}

.product-colors {
    display: flex;
    gap: 4px;
    background: #F0F0F2;
    padding: 2px 8px 2px 2px;
    border-radius: 50px;
    align-items: center;
}

.product-colors > span {
    font-size: 12px;
}

.product-info > span {
    color: #8B8B8F;
}

.new-product-item {
    box-shadow: 0 4px 12px 0 #00000033;
    padding: 16px;
    border-radius: 16px;
    background: #F9F9FB;
    margin: 10px;
    display: block;
    color: #4A4A4D;
}

.new-product-item > img {
    width: 100%;
}

.cat-box {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 250px;
}

.cat-label {
    box-shadow: 0px 4px 12px 0px #0000002E;
    padding: 8px 16px;
    background: #F9F9FB;
    right: 12px;
    bottom: 12px;
    position: absolute;
    border-radius: 12px;
    color: #4A4A4D;
}

.cat-box img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.group-size img{
    object-fit: contain;
    background: #e4e4e6;
    pointer-events: none;
}
.cat-tab-content {
    row-gap: 20px;
}

.cat-box-wrapper{
    position: relative;
}
.cat-box-wrapper .card-overlay{
    left: 10px;
    right: 10px;
}
.cat-box-wrapper .card-overlay .read-more{
    width: 153px;
}
.header-tab-item {
    color: #8B8B8F;
    cursor: pointer;
}

.header-tab-item.active {
    color: var(--bazarred);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--bazarred);
}

.header-tab {
    display: flex;
    gap: 24px;
}

.color-cat-sec, .size-cat-sec, .type-cat-sec {
    display: none;
}

.color-cat-sec.active, .size-cat-sec.active, .type-cat-sec.active {
    display: flex;
}

.best-selling-header h3 {
    font-size: 36px;
    color: white;
    text-align: center;
    background: var(--bazargreen);
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 0 36px;
}

#best-selling .owl-dots {
    margin-top: 46px;
}

#best-selling {
    background: linear-gradient(253.65deg, #00B49D 2.16%, #097264 100%);
    padding-top: 64px;
    padding-bottom: 30px;
}

.liner-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.liner-heading span {
    padding: 0 36px;
}

.liner-heading::before,
.liner-heading::after {
    content: "";
    flex: 1;
    height: 1px;
}

#best-selling .liner-heading {
    font-size: 36px;
    color: #F9F9FB;
    margin-bottom: 70px;
}

#best-selling .liner-heading::before, #best-selling .liner-heading::after {
    background-color: #F9F9FB;
}

.best-selling-carousel .owl-item img {
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
    -o-transition: 0.3s;
    transition: 0.3s;
}

.best-selling-carousel .owl-item.active.center img {
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(1.0);
    -o-transition: 0.3s;
    transition: 0.3s;
}

.best-selling-carousel a {
    border: 1px solid #F9F9FB;
    border-radius: 16px;
    text-align: center;
    height: 42px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #F9F9FB;
}

.best-selling-carousel p {
    font-size: 24px;
    justify-content: center;
    color: var(--bazarblue);
    margin-top: 16px;
    margin-bottom: 12px;
    display: none;
}

.best-selling-carousel .owl-item.active.center a, .best-selling-carousel .owl-item.active.center p {
    display: flex;
}

.best-seller-prev img {
    transform: rotate(180deg);
}

.best-seller-prev, .best-seller-next {
    width: 44px;
    margin-top: 180px;
}

.best-carousel-wrapper {
    width: calc(100% - 88px);
}

.seller-wrapper {
    display: flex;
}

.color-range {
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 12px;
    border: 2px solid white;
    display: flex;
    overflow: hidden;
}

.color-range span {
    width: 25px;
    height: 25px;
    display: inline-block;
}

#user-review {
    background: #F0F0F2;
    padding-top: 36px;
    padding-bottom: 46px;
}

#user-review .liner-heading {
    font-size: 24px;
    margin-bottom: 46px;
}

#user-review .liner-heading::before, #user-review .liner-heading::after {
    background-color: #D4D4D6;
}

.review-box .user-meta img {
    width: 52px !important;
    height: 52px;
}

.review-box .user-meta {
    display: flex;
    width: 100%;
    gap: 8px;
}

.review-box {
    box-shadow: 0px 4px 12px 0px #00000033;
    background: white;
    padding: 16px 12px;
    border-radius: 16px;
    margin: 15px 10px;
    position: relative;
}

.user-info {
    flex: 1;
}

.user-info p {
    color: #2B2B2E;
    font-size: 16px;
}

.review-cat span {
    font-size: 12px;
    color: #4A4A4D;
}

.review-cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.review-icon {
    width: 46px;
    height: 46px;
    position: absolute;
    background: #00B49D;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 12px;
    top: -12px;
}

.review-icon img {
    width: 20px !important;
    height: auto;
}

.review-content {
    font-size: 12px;
    color: #4A4A4D;
    padding: 12px;
    border-radius: 8px;
    background: #F0F0F2;
}

.stars {
    display: flex;
    gap: 8px;
}

.star {
    font-size: 22px !important;
    background: linear-gradient(212.86deg, #FFCA1B 5.78%, #E99104 91.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-image {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 17px;
    display: block;
    color: #4A4A4D;
}

.blog-statics {
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: flex;
    gap: 4px;
    z-index: 3;
}

.blog-statics div span {
    margin-top: 3px;
}

.blog-statics div img {
    width: 16px !important;
    height: auto;
}

.blog-statics div {
    background: white;
    display: flex;
    border-radius: 16px;
    height: 28px;
    width: 68px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.blog-image {
    position: relative;
}

.contact-us-section {
    background: linear-gradient(128.59deg, #00B49D 36.82%, #00877C 103.39%);
    border-radius: 36px;
    box-shadow: 2px 6px 16px 0px #0000002E;
    overflow: hidden;
    display: flex;
}

.contact-info > img {
    margin: auto;
    display: block;
}

.contact-desc {
    font-size: 14px;
    padding: 0 32px 0 32px;
}

.contact-title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 8px;
    text-align: center;
    padding: 0 32px 0 32px;
}

.contact-info {
    color: white;
    width: 335px;
    padding-top: 45px;
}

.contact-details div {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.contact-details {
    margin-top: 50px;
    background: #00b49d;
    padding: 32px;
    border-top-left-radius: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form {
    width: calc(100% - 335px);
    background: white;
    padding: 32px;
    border-top-right-radius: 36px;
}

#contact {
    position: relative;
    margin-top: 115px;
}
#contact.hiring-page{
    margin-top: 70px;
}
.contact-gray-tape {
    background: #F0F0F2;
    height: 325px;
    right: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

#contact .form-half {
    margin-bottom: 24px;
    gap: 24px;
    display: flex;
}

#contact .form-half fieldset {
    flex: 1;
}

#contact fieldset {
    display: flex;
    flex-direction: column;
    border: 0;
    gap: 12px;
    padding: 0;
}

#contact input[type=text], #contact textarea {
    border: 1px solid #E4E4E5;
    height: 42px;
    background: #F0F0F2;
    border-radius: 12px;
    padding: 12px;
}

#contact textarea {
    height: 103px;
}

#contact .send-message {
    margin-top: 24px;
    border: 1px solid var(--bazarred);
    width: 133px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--bazarred);
}

#footer {
    margin-top: 87px;
    padding: 0;
}

.footer-pattern {
    height: 60px;
    width: 100%;
    background: url("../image/footer-pattern.png");
    background-size: contain;
    border-bottom: 1px solid #E4E4E5;
}

.footer-content {
    padding-top: 36px;
    padding-bottom: 36px;
}

.footer-menus {
    display: flex;
    gap: 46px;
    margin-bottom: 36px;
}

.footer-menu a {
    color: #4A4A4D;
    border-right: 4px solid #D32829;
    padding-right: 8px;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    gap: 20px;
}

.footer-info p {
    display: flex;
    gap: 12px;
}

.footer-info {
    background: #E4F5F3;
    border-radius: 12px;
    display: flex;
    font-size: 12px;
    padding: 12px;
    align-items: center;
    gap: 24px;
}

.footer-desc {
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid #E4E4E5;
}

.footer-desc h4 {
    font-size: 20px;
}

.footer-desc p {
    font-size: 13px;
    margin-top: 8px;
    text-align: justify;
}

.newsletter {
    padding: 12px;
    border: 1px solid #E4E4E5;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.newsletter form {
    position: relative;
}

.newsletter button {
    width: 79px;
    height: 30px;
    background: #00B49D;
    border: 0;
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
    top: 13px;
    left: 13px;
}

.newsletter input {
    height: 54px;
    background: #F0F0F2;
    border: 0;
    width: 100%;
    border-radius: 12px;
    font-size: 12px;
    color: #4A4A4D;
    padding-right: 12px;
}

.social-icons .icons {
    display: flex;
    gap: 16px;
}

.social-icons .icons a {
    width: 36px;
    height: 36px;
    background: #00B49D;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons span {
    display: flex;
    align-items: center;
}

.social-icons {
    padding: 12px;
    border: 1px solid #E4E4E5;
    border-radius: 12px;
    text-align: center;
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.namad {
    display: flex;
    gap: 8px;
    justify-content: end;
}

.footer-bar {
    background: #00B49D;
    color: white;
    font-size: 13px;
    text-align: center;
    padding: 24px 0;
}

.breadcrumb a {
    display: flex;
    align-items: center;
    color: #4A4A4D;
    margin-bottom: 20px;
}

.breadcrumb {
    font-size: 12px;
    display: flex;
    gap: 12px;
}

.breadcrumb a:after {
    content: "";
    width: 5px;
    height: 10px;
    background-image: url(../image/chevron.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-flex;
    transform: rotate(180deg);
    align-items: center;
    margin-right: 12px;
}

.product-title {
    font-size: 24px;
    margin-bottom: 8px;
}

.product-slogan {
    font-size: 14px;
    color: #8B8B8F;
    border-bottom: 1px solid #F0F0F2;
    padding-bottom: 16px;
    display: block;
}

.product-features .item:before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--bazarred);
    display: inline-flex;
    border-radius: 50%;
    margin-left: 8px;
}

.product-features .item {
    margin-bottom: 12px;
    color: #2B2B2E;
}

.product-features .title {
    font-size: 14px;
    margin-bottom: 20px;
}

.product-features {
    margin-top: 24px;
}

.available-colors .colors {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.available-colors .color img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.available-colors .color {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border: 2px solid #00B49D;
    padding: 2px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.available-colors .title span {
    margin-right: 8px;
    color: var(--bazarred);
}

.available-colors .title {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 32px;
}

.color-name {
    border-radius: 36px;
    background: var(--bazargreen);
    font-size: 12px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 22px;
    color: white;
    width: 70px;
}

.color-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.available-sizes .title a {
    margin-right: 8px;
    color: var(--bazarred);
}

.available-sizes .title {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 32px;
}

.available-sizes .sizes .item {
    border-radius: 12px;
    border: 1px solid #D4D4D6;
    padding: 8px 0;
    flex: 1 0 20%;
    text-align: center;
}

.available-sizes .sizes {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.product-side > img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.product-side {
    border: 1px solid #E4E4E5;
    padding: 16px;
    border-radius: 16px;
}

.side-items {
    font-size: 12px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #F0F0F2;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.side-info {
    font-size: 14px;
    text-align: center;
}

.side-btn {
    border: 1px solid var(--bazarred);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 12px;
    margin-top: 24px;
    color: var(--bazarred);
}

.side-items .bullet {
    width: 10px;
    height: 10px;
    background-color: var(--bazargreen);
    display: inline-flex
;
    border-radius: 50px;
    margin-left: 4px;
}

.available-sizes a {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
}

.available-sizes a img {
    transform: rotate(180deg);
    margin-right: 8px;
    filter: invert(30%) sepia(100%) saturate(1000%) hue-rotate(350deg) brightness(85%) contrast(90%);
    height: 10px;
}


/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.modal-content {
    position: relative;
    background: #fff;
    padding: 15px;
    max-width: 90%;
    text-align: center;
    width: 90%;
    max-height : 85vh;
}

.modal #modalImage {
    max-height: calc(60vh - 70px);
    max-width: 100%;
    object-fit: contain;
}

.modal-thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    align-items: stretch;
}
.modal-thumbnails img{
    height: 100px;
    object-fit: cover;
}



.close-modal {
    cursor: pointer;
}

.modal-header {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E5;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.modal-header p span:nth-child(2) {
    font-size: 14px;
    color: #8B8B8F;
}

.modal-header p span:nth-child(1) {
    font-size: 20px;
    color: #4A4A4D;
}

.modal-header p {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gallery-container {
    position: relative;
    margin-bottom: 12px;
}

.product-gallery .item img {
    width: 100%;
    cursor: pointer;
    margin: auto;
}

.product-gallery .item {
    background: #F0F0F2;
    border-radius: 16px;
    border: 1px solid #E4E4E5;
    padding: 10px 50px;
}

.thumbnail-slider .item img {
    border: 1px solid #E4E4E5;
    background: #f0f0f2;
    padding: 2px 10px;
    border-radius: 12px;
    height: 130px;
    object-fit: cover;
}

.slide-counter {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 1;
    font-size: 14px;
    border: 1px solid #E4E4E5;
    width: 49px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9FB;
    border-radius: 12px;
}

.product-content h1, .product-content h2, .product-content h3, .product-content h4, .product-content h5, .product-content p {
    margin-bottom: 16px;
}

.product-content h2 {
    font-size: 20px;
}

.product-content h3 {
    font-size: 19px;
}

.product-content h4 {
    font-size: 16px;
}

.product-content h5 {
    font-size: 16px;
}

.product-content p {
    font-size: 13px;
    line-height: 24px;
}

.tab-head {
    display: flex;
    gap: 43px;
    align-items: center;
    margin-bottom: 24px;
}

.tab-head p {
    padding: 0 10px 10px 10px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.tab-head p.active {
    display: flex;
    gap: 43px;
    align-items: center;
    border-bottom: 2px solid var(--bazarred);
}

.attr-item p:last-child {
    padding: 12px;
    border: 1px solid #E4E4E5;
    border-radius: 8px;
    color: #4A4A4D;
    font-size: 12px;
    width: 100%;
}

.attr-item p:first-child {
    padding: 12px;
    border: 1px solid #E4E4E5;
    border-radius: 8px;
    color: #4A4A4D;
    font-size: 12px;
    min-width: 110px;
}

.attr-item {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.product-attr {
    display: none;
}

.parent-category-head h1 {
    font-size: 36px;
    color: var(--bazargreen);
    margin-bottom: 8px;
}

.parent-category-head {
    text-align: center;
    margin-bottom: 36px;
    margin-top: 46px;
}

.sub-categories {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.sub-categories .item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4A4A4D;
}

.sub-categories .item {
    flex: 1 0 21%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F0F2;
    border-radius: 26px;
}

.products-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.products-wrapper .new-product-item {
    width: 100%;
}

.category-content h2 {
    font-size: 20px;
}

.category-content h3 {
    font-size: 20px;
}

.category-content h4 {
    font-size: 18px;
}

.category-content h5 {
    font-size: 18px;
}

.category-content h6 {
    font-size: 16px;
}

.category-content p {
    font-size: 14px;
    line-height: 190%;
}

.category-content h2, .category-content h3, .category-content h4, .category-content h5, .category-content p {
    margin-bottom: 36px;
}

.category-content h2, .category-content h3, .category-content h4, .category-content h5 {
    border-right: 4px solid #D32829;
    padding-right: 8px;
}

.category-features p span:last-child {
    font-size: 14px;
}

.category-features p span:first-child {
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    display: flex;
    gap: 10px;
}

.category-features p {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background: #F0F0F2;
    padding: 24px;
    flex: 1;
}

.category-features {
    display: flex;
    gap: 46px;
}


.accordion {
    width: 100%;
    overflow: hidden;
}

.accordion-item {
    margin-bottom: 16px;
}

.accordion-header {
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F0F0F2;
    color: #2B2B2E;
    border-radius: 16px;
}

.accordion-header span {
    margin-right: auto;
    color: #4A4A4D;
    font-size: 18px;
}

.accordion-content {
    display: none;
    padding: 20px 10px 10px 10px;
    background: #f0f0f2;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    margin-top: -10px;
    font-size: 14px;
    line-height: 1.8em;
}

.faq-title {
    margin-bottom: 36px;
    font-size: 20px;
    padding-right: 8px;
    border-right: 4px solid var(--bazarred);
    font-weight: bold;
}

#consulting-section {
    background: #E4F5F3;
    padding: 36px;
}

.consulting-cat a {
    padding: 11px 16px;
    background: #00B49D;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white;
    border-radius: 16px;
}

.consulting-cat span {
    font-size: 14px;
}

.consulting-cat p {
    font-size: 24px;
    font-weight: bold;
    color: #2B2B2E;
}

.consulting-cat {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

video {
    max-width: 100%;
}

.container.mid-container {
    max-width: 1096px;
}

.event-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E4E4E5;
}

.event-actions .right-side {
    display: flex;
    gap: 16px;
    align-items: center;
}

.video-action-button {
    padding: 8px 16px;
    background: #F0F0F2;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
}

.share-like {
    padding: 8px 16px;
    border: 1px solid #D4D4D6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 13px;
}
.share-like.like-btn{
    width: 36px;
    cursor: pointer;
}
.share-like.like-btn.submit{
    width: auto;
    color: var(--bazargreen);
    border: 1px solid var(--bazargreen);
}
.share-like.like-btn.error{
    width: auto;
    color: var(--bazarred);
    border: 1px solid var(--bazarred);
}
.right-side.like-btn.error{
    color: var(--bazarred);
}
.right-side.like-btn.submit{
    color: var(--bazargreen);
}
.like-btn{
    cursor: pointer;
}
.left-side {
    display: flex;
    align-items: center;
    gap: 16px;
}

.event-tag{
    color: #4A4A4D;
}
.event-content p {
    margin-bottom: 16px;
    line-height: 30px;
    font-size: 14px;
}

.event-content h2, .event-content h3, .event-content h4, .event-content h5, .event-content h6 {
    padding-right: 5px;
    border-right: 3px solid var(--bazarred);
    margin-bottom: 16px;
}

.event-content h2, .event-content h3 {
    font-size: 20px;
}

.event-content h4, .event-content h5 {
    font-size: 18px;
}

.event-content h6 {
    font-size: 16px;
}

.title-small-width {
    max-width: 640px;
    margin: 46px auto 24px auto;
}

.title-small-width h1 {
    font-size: 36px;
    color: #2B2B2E;
    font-weight: 900;
    text-align: center;
}

.event-image img {
    width: 100%;
    border-radius: 16px;
}

.white-bar {
    position: absolute;
    background: white;
    height: 160px;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.event-top-text h1 {
    font-size: 36px;
    margin-bottom: 8px;
    font-weight: bold;
    color: var(--bazargreen);
}

.event-top-text {
    display: flex;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
}

.event-top-carousel .owl-dot.active span {
    background: var(--bazargreen);
}

.event-top-carousel .owl-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85.14%, #000000 105.07%);
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
}

.event-top-carousel .item img {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
}

.event-top-carousel .owl-dots {
    position: absolute;
    bottom: 0;
}

.event-title {
    margin-top: 12px;
    font-size: 14px;
    display: block;
    color: #4A4A4D;
}

.event-taxonomy-carousel {
    margin-bottom: 24px;
}

.owl-carousel.event-taxonomy-carousel .owl-item img {
    border-radius: 12px;
}

#top-events {
    margin-bottom: 80px;
    margin-top: 46px;
}

.time-diff {
    font-size: 12px;
    color: #8B8B8F;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
}

.comment-meta div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.comment-date {
    font-size: 13px;
}

.comment-title {
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E4E4E5;
}

.center-title-subtitle p {
    font-size: 14px;
}

.center-title-subtitle h1 {
    font-size: 24px;
    color: var(--bazargreen);
    margin-bottom: 12px;
}

.center-title-subtitle {
    text-align: center;
    margin-top: 46px;
    margin-bottom: 46px;
}

.branch-info div p:last-child {
    color: #2B2B2E;
    font-size: 14px;
}

.branch-info div p:first-child {
    color: #4A4A4D;
    font-size: 12px;
    margin-left: 5px;
}

.branch-info div {
    display: flex;
    align-items: center;
}

.branch-info div.address, .branch-info div.about {
    flex-direction: column;
    align-items: flex-start;
}

.branch-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.branch-item > .info .location {
    color: #8B8B8F;
    font-size: 20px;
    padding-right: 5px;
}

.branch-item > .info .title a {
    font-size: 20px;
    color: #2B2B2E;
}

.branch-item > .info .title {
    margin: 16px 0;
}

.branch-item > img {
    border-radius: 12px;
}

.branch-item {
    border: 1px solid #E4E4E5;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px;
}

.branch-buttons {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.branch-buttons .navigation {
    color: var(--bazarred);
    border: 1px solid #D32829;
    padding: 10px 0;
    border-radius: 12px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 2;
    gap: 5px;
    font-size: 14px;
}

.branch-buttons .more-info:hover {
    background: var(--bazargreen);
    border: 1px solid var(--bazargreen);
    color: white;
}

.branch-buttons .more-info {
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #D4D4D6;
    padding: 10px 0;
    color: #4A4A4D;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 3;
}

.branch-title {
    font-size: 32px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    color: #2B2B2E;
    border-bottom: 1px solid #E4E4E5
}

.branch-title span {
    color: #8B8B8F;
    padding-right: 5px;
}

.branch-video, .branch-thumbnail {
    border-radius: 16px;
}

#branch-single {
    margin-top: 46px;
}

.location-title img {
    filter: brightness(0);
}

.location-title {
    font-size: 20px;
    color: #2B2B2E;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.branch-location iframe {
    border-radius: 12px;
    border: 2px solid #D4D4D6 !important;
}

.branch-gallery-title {
    font-size: 20px;
    color: #2B2B2E;
    margin-bottom: 24px;
}

.branch-gallery img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 12px;
}

.plan-item {
    box-shadow: 0px 4px 12px 0px #00000033;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px;
}

.plan-item h2 {
    font-size: 20px;
    color: #000000;
    margin: 16px 0
}

.plan-features p:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--bazargreen);
    border-radius: 50px;
    display: inline-block;
    margin-left: 8px;
}

.plan-features p {
    color: #2B2B2E;
    font-size: 14px;
    margin-bottom: 16px;
}

.plan-show-details:hover {
    border: 1px solid var(--bazargreen);
    background: var(--bazargreen);
    color: white;
}

.plan-show-details {
    border: 1px solid #D4D4D6;
    border-radius: 12px;
    font-size: 14px;
    width: 100%;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #4A4A4D;
    margin-top: 18px;
}

.plan-item img {
    border-radius: 12px;
}

.plan-banner, .plan-video {
    width: 100%;
    border-radius: 16px;
}

.header-section-title {
    font-size: 24px;
    color: #2B2B2E;
    margin-bottom: 16px;
    border-right: 4px solid var(--bazarred);
    padding-right: 8px;
}

.plan-sec-1 p {
    font-size: 14px;
    color: #2B2B2E;
}

.plan-items {
    display: flex;
    flex-wrap: wrap;
    gap: 46px;
    margin-top: 36px;
}

.plan-features-box .desc {
    font-size: 14px;
}

.plan-features-box .title {
    color: #2B2B2E;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.plan-features-box {
    background: #F0F0F2;
    border-radius: 24px;
    padding: 24px 0;
    text-align: center;
    flex: 1 0 19%;
}

.smaller-width {
    max-width: 872px;
}

.need-help .help-desc {
    color: #4A4A4D;
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px;
}

.need-help .help-title {
    font-size: 24px;
    color: #2B2B2E;
    font-weight: bold;
    text-align: center;
}

#need-help {
    background: #E4F5F3;
    padding: 36px 0;
    text-align: center;
}

.help-btn {
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bazargreen);
    padding: 11px 16px;
    color: white;
    gap: 8px;
}

.section-faq-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 36px;
    color: #2B2B2E;
    text-align: center;
}

.plan-content {
    font-size: 13px;
    margin-bottom: 24px;
}

.plan-benefit .benefit-column p {
    margin-bottom: 24px;
}

.plan-benefit .benefit-column p:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--bazargreen);
    border-radius: 50px;
    display: inline-block;
    margin-left: 8px;
}

.plan-benefit .benefit-column {
    flex: 1;
}

.plan-benefit {
    display: flex;
    gap: 24px;
}

.plan-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 36px;
}

.plan-step {
    border: 1px solid #E4E4E5;
    border-radius: 16px;
    display: flex;
    gap: 16px;
    flex: 1 0 30%;
    overflow: hidden;
}

.plan-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    background: var(--bazargreen);
    color: white;
    font-size: 32px;
    font-weight: bold;
}

.plan-step-content .desc {
    font-size: 12px;
}

.plan-step-content .title {
    font-size: 20px;
    font-weight: bold;
    color: #2B2B2E;
}

.plan-step-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.org-items .org-item {
    flex: 1 0 18%;
    padding: 8px 8px 12px 8px;
    background: white;
    box-shadow: 0px 4px 12px 0px #00000033;
    border-radius: 16px;
    cursor: pointer;
}

.org-items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.org-title {
    font-size: 14px;
    color: #2B2B2E;
    font-weight: 500;
}

.org-meta {
    display: flex;
    justify-content: space-between;
}

.org-img-wrapper img {
    max-height: 90px;
    width: auto;
}

.org-img-wrapper {
    background: #F0F0F2;
    border-radius: 12px;
    margin-bottom: 12px;
    text-align: center;
    padding: 8px 0;
}

.page-numbers {
    width: 36px;
    height: 36px;
    background: #F0F0F2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 20px;
    color: #4A4A4D;

}

.page-numbers.current {
    background: var(--bazargreen);
    color: white
}

.pagination {
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: center;
    margin-bottom: 46px;
    margin-top: 46px;
}

.right-pagination {
    transform: rotate(180deg);
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.org-modal-content {
    background: #fff;
    padding: 16px;
    width: 50%;
    max-width: 600px;
    border-radius: 8px;
    position: relative;
}

.modal-image {
    width: auto;
    height: 175px;
}

.close-btn {
    position: absolute;
    left: 28px;
    top: 28px;
    background: white;
    padding: 8px;
    display: inline-flex;
    border-radius: 8px;
    cursor: pointer;
}

#orgContent {
    font-size: 12px;
}

.modal-img-wrapper {
    background: #F0F0F2;
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 52px 0;
    text-align: center;
}

#orgTitle {
    font-size: 24px;
    margin-bottom: 12px;
}

#contact-page.contact-page {
    margin-top: 64px;
}

.page-content h2 {
    font-size: 22px;
    margin-bottom: 16px;
}

.page-content h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

.page-content h4 {
    font-size: 18px;
    margin-bottom: 16px;
}

.page-content h5, .page-content h6 {
    font-size: 16px;
    margin-bottom: 16px;
}

.page-content p {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 16px;
}


.blog-archive-carousel {
    margin-top: 32px;
    margin-bottom: 36px;
}

.blog-carousel-title {
    font-size: 32px;
    color: white;
    max-width: 50%;
    position: absolute;
    bottom: 32px;
    right: 32px;
    z-index: 100;
}

.blog-archive-carousel .owl-dots {
    position: absolute;
    bottom: 0;
}

.blog-archive-carousel .owl-item .item img {
    border-radius: 16px;
}

.blog-archive-carousel .owl-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.45%, #000000 100%);
}

.blog-item {
    border: 1px solid #E4E4E5;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 24px;
}

.blog-item .info .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-item .info .desc {
    font-size: 13px;
    color: #8B8B8F;
    margin-bottom: 16px;
}

.blog-item .info .title {
    margin: 10px 0 8px 0;
}

.blog-item .info .title a {
    font-size: 20px;
    color: #4A4A4D;
    margin: 16px 0 8px 0;
}

.blog-item > img {
    width: 100%;
    border-radius: 12px;
}

.blog-tags {
    display: flex;
    gap: 8px;
}

.blog-tags a {
    background: #F0F0F2;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 12px;
    color: #4A4A4D;

}

.author-date {
    color: #4A4A4D;
    display: flex;
    gap: 8px;
    font-size: 13px;
}

.post-thumbnail img {
    width: 100%;
    border-radius: 24px;
    height: auto;
}

.post-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 16px;
    border-top: 1px solid #E4E4E5;
}

#post-single {
    margin-top: 36px;
}

#post-single .blog-tags {
    margin-bottom: 16px;
}

#post-single .post-excerpt {
    font-size: 13px;
    color: #8B8B8F;
    margin-bottom: 24px;
}

#post-single .post-title {
    font-size: 32px;
    margin-bottom: 12px;
}

.related-post {
    margin-bottom: 24px;
}

.related-post a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.related-post a img {
    max-width: 50%;
    border-radius: 8px;
}

.related-post a h4 {
    font-size: 16px;
    font-weight: normal;
    color: #4A4A4D;
}

.sidebar-title {
    margin-bottom: 24px;
    border-right: 4px solid var(--bazarred);
    padding-right: 8px;
}

.post-bar {
    background: #F0F0F2;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.share-icons a {
    display: inline-flex;
}

.share-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.post-content a {
    color: var(--bazarred) !important;
}

.post-content {
    padding-bottom: 24px;
    border-bottom: 1px solid #E4E4E5;
    font-size: 14px;
    line-height: 1.8em;
}

.post-bar .right-side {
    display: flex;
    align-items: center;
    gap: 4px;
}

.post-content-container {
    margin-top: 85px;
}

.comments-list .comment-content {
    font-size: 12px;
    background: #F0F0F2;
    padding: 12px;
    border-radius: 12px;
    margin-top: 16px;
}

.comments-list .comment-item {
    border: 1px solid #D4D4D6;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 24px;
}

.send-comment {
    border: 1px solid #D4D4D6;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.send-comment-desc {
    font-size: 12px;
    text-align: center;
}

.send-comment-btn {
    background: var(--bazargreen);
    width: 100%;
    color: white;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

#comment-form.active {
    display: flex;
}

.comment-modal-content input {
    height: 42px;
    border: 1px solid #D4D4D6;
    border-radius: 12px;
    padding: 12px;
}

.comment-modal-content textarea {
    height: 120px;
    width: 100%;
    border: 1px solid #D4D4D6;
    border-radius: 12px;
    margin-top: 8px;
    padding: 12px;
}

.comment-modal-content label {
    font-size: 12px;
    color: #2B2B2E;
    display: block;
}

.comment-modal-content {
    padding: 20px;
    background: white;
    border-radius: 16px;
    min-width: 620px;
    max-width: 100%;
}

.flex-row {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.input-label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.comment-modal-header .close-comment {
    cursor: pointer;
}

.comment-modal-header .header-text img {
    width: 24px;
    filter: brightness(0.3);
}

.comment-modal-header .header-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.comment-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E4E5;
}

.comment-modal-content .insert-comment {
    height: 42px;
    color: white;
    background: var(--bazargreen);
    font-size: 14px;
    padding: 10px 32px;
    border-radius: 12px;
    margin-top: 24px;
    border: 0 !important;
    cursor: pointer;
}

.comment-result .error-msg {
    font-size: 14px;
    color: var(--bazarred);
    margin-top: 10px;
}

.comment-result .success-msg {
    font-size: 14px;
    color: var(--bazargreen);
    margin-top: 10px;
}

input:focus, textarea:focus {
    outline: none;
}
.blog-item-link{
    color: #4A4A4D;
display: block;
}
.mobile-menu-toggle{
    display: none;
}
.menu-item-icon{
    display: none;
}
.post-card-wrapper{
    position: relative;
}
.card-overlay .read-more img{
    width: 18px !important;
    height: 18px !important;
}
.card-overlay .read-more{
    background: #00B49D;
    color: white;
    width: 128px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    gap: 4px;
    display: flex;
}
.post-card-wrapper:hover .card-overlay , .cat-box-wrapper:hover .card-overlay{
    display: flex;
}
.card-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}
.blog-cats a{
    color: #4A4A4D;
}
.blog-cats span , .blog-cats a.active{
    border-bottom: 3px solid #D32829;
    color: #4A4A4D;
    padding-bottom: 5px;
}
.blog-cats .owl-item{
    padding-bottom: 10px;
}
.blog-cats{
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    margin-bottom: 36px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}
.child-list ul li.see-all-product a {
    color: var(--bazarred);
}

#hiring img{
    border-radius: 20px;
    max-width: 100%;
}

.product-gallery .owl-stage{
    display: flex;
    align-items: stretch;
}
.thumbnail-slider .owl-item , .product-gallery .owl-item{
    display: flex;
    align-items: stretch;
}

.product-gallery .item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.thumbnail-slider .item  , .product-gallery .item{
    flex: 1;
}

@media only screen and (max-width: 1400px) {
    .product-info > span {
        font-size: 12px;
    }
    .product-info {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .menu-items {
        gap: 10px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 992px) {
    .row-space {
        margin-bottom: 46px;
    }

    .menu-items {
        display: none;
    }

    .footer-info {
        flex-direction: column;
        align-items: self-start;
    }

    .footer-menus img {
        flex: 1 0 100%;
        padding: 0 100px;
        margin-bottom: 46px;
    }

    .footer-menus .footer-menu:last-child {
        display: flex;
        flex-direction: row;
        gap: 64px;
    }

    .footer-menus {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer-menu {
        flex: 1 0 43%;
    }

 .contact-us-section .contact-info ,  .contact-us-section .contact-form{
     flex: 1;
     position: relative;
 }

    .contact-details {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .footer-img{
        width: 100%;
        text-align: center;
    }
    .newsletter{
        margin-top: 25px;
    }
    #contact input, #contact textarea {
        width: 100%;
    }

    #contact .form-half {
        flex-direction: column;
    }

    .contact-form {
        width: 100%;
        border-top-right-radius: 0;
    }

    #contact .send-message {
        width: 100%;
    }

    .best-seller-next {
        position: absolute;
        bottom: -15px;
        left: 15px;
        margin-top: 0;
        z-index: 10;
    }

    .best-seller-prev {
        position: absolute;
        bottom: -15px;
        right: 15px;
        margin-top: 0;
        z-index: 10;
    }

    .seller-wrapper {
        position: relative;
    }

    .best-carousel-wrapper {
        width: 100%;
    }

    #best-selling .liner-heading {
        font-size: 20px;
    }

    #best-selling .liner-heading {
        margin-bottom: 36px;
    }

    #best-selling {
        padding: 36px 0 30px 0;
    }
    #best-selling > .container{
        padding: 0;
    }
    #product-categories .half-header {
        flex-direction: column;
        gap: 24px;
        justify-content: center;
        align-items: center;
    }

    .cat-label {
        font-size: 12px;
        padding: 8px 12px;
        right: 4px;
        bottom: 4px;
    }

    .half-header h3 {
        font-size: 20px;
    }

    .feature-box {
        box-shadow: 0px 4px 12px 0px #0000002E;
        flex-direction: column;
        padding: 12px;
        border-radius: 16px;
        margin-bottom: 12px;
    }

    .feature-box > img {
        width: 46px;
    }


    .bazar-carousel-image {
        border-radius: 0;
    }

    .bazar-carousel-nav {
        display: none;
    }

    #bazar-carousel {
        padding: 0;
    }



    .consulting-btn {
        align-items: center;
        font-size: 14px;
        height: 42px;
    }

    .search-box {
        display: none;
    }


    .bazar-carousel .item img {
        width: 100%;
    }

    .bazar-carousel .item {
        min-height: 400px;
    }

    #breadcrumb {
        padding-top: 20px;
        padding-bottom: 20px;
        background: white;
    }

    .product-images {
        padding: 0;
    }

    .product-gallery .item {
        border-radius: 0;
    }

    .thumbnail-slider {
        display: none !important;
    }

    .available-sizes .sizes .item {
        text-align: center;
        flex: 1 0 31%;
        padding: 8px;
    }

    .product-side {
        margin-top: 46px;
    }

    .side-info, .side-btn {
        display: none;
    }

    .side-items {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .tab-head p {
        flex: 1;
        justify-content: center;
    }

    .sub-categories .item {
        flex: 1 0 37%;
    }

    .category-features {
        flex-wrap: wrap;
    }

    .products-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .products-wrapper .new-product-item {
        flex: 0 0 46%;
        margin: 0;
    }

    .product-colors {
        display: none;
    }

    .product-info > span {
        font-size: 12px;
    }

    .category-features p {
        margin-bottom: 0px;
    }

    .category-features {
        margin-bottom: 36px;
    }

    .category-features {
        gap: 15px;
    }

    .sub-categories .item {
        flex: 1 0 21%;
        height: 100px;
        text-align: center;
        font-size: 13px;
    }

    .category-features p {
        margin-bottom: 0px;
        flex: 1 0 40%;
    }

    .category-features p span:last-child {
        font-size: 12px;
        text-align: center;
    }

    .cat-box {
        max-height: 154px;
    }

    .event-top-text {
        margin-bottom: 36px;
    }

    .event-top-carousel .item img, .event-top-carousel .owl-item::before {
        border-radius: 16px;
    }

    .event-top-text h1, .event-top-text p {
        text-align: center;
    }

    .event-actions .left-side {
        justify-content: end;
    }

    .event-actions {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .share-like {
        width: 36px;
        height: 36px;
    }

    .share-like span {
        display: none;
    }


    .send-comment {
        margin-bottom: 24px;
    }

    .flex-row {
        flex-direction: column;
    }

    .comment-modal-content {
        min-width: 90%;
    }

    .title-small-width {
        margin-top: 36px;
    }

    .title-small-width h1 {
        font-size: 20px;
    }

    #top-events {
        margin-bottom: 36px;
    }

    .event-top-text {
        justify-content: flex-start;
    }

    .white-bar {
        display: none;
    }

    .branch-title {
        display: flex;
        flex-direction: column;
    }

    .branch-info {
        margin-bottom: 24px;
    }

    .branch-location iframe {
        height: 328px;
    }

    .row-space {
        margin-bottom: 36px;
    }

    .plan-benefit {
        gap: 0;
        flex-direction: column;
    }

    .plan-step {
        flex: 1 0 100%;
    }

    .plan-step {
        background: #F0F0F2;
    }

    .org-items .org-item {
        flex: 1 0 40%;
    }

    .org-modal-content {
        width: 90%;
    }

    .modal-img-wrapper {
        padding: 20px 0;
    }

    .modal-image {
        height: 75px;
    }

    #orgTitle {
        font-size: 20px;
    }

    #orgContent {
        max-height: 600px;
        overflow-y: auto;
    }

    .blog-carousel-title {
        font-size: 20px;
        max-width: 100%;
        right: 12px;
    }

    .blog-item .info .meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    #post-single .align-items-center {
        flex-direction: column-reverse;
        gap: 24px;
    }
    #post-single .post-title {
        font-size: 24px;
        text-align: center;
    }
    .post-bar{
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 24px;
    }
    .related-posts{
        margin-top: 36px;
    }
    .available-colors .colors{
        flex-wrap: wrap;
    }
    .header-logo {
        align-items: center;
    }
    .header-logo img{
        height: 65px;
    }
    #menu{
        padding: 0;
    }
    .mobile-menu-toggle{
        border: 1px solid #E4E4E5;
        border-radius: 16px;
        padding: 14px 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        aspect-ratio: 1;
        height: 42px;
    }
    .menu-items.mobile-active a{
        color: #2B2B2E;
        width: 100%;
        padding: 16px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        position: relative;
        border: 1px solid #E4E4E5;
    }
    .menu-items.mobile-active .child-list   {
        border-bottom: 1px solid #D4D4D6;
        padding: 0 16px;
        list-style: none;
        background: #F0F0F2;
        border-radius: 12px;
    }
    .menu-items.mobile-active .child-list ul  {
        padding: 0 16px;
        background: #F0F0F2;
        border-radius: 16px;
    }
    .menu-items.mobile-active .child-list li:last-child{
        border-bottom:  0;
    }
    .menu-items.mobile-active .child-list li{
        position: relative;
        border-bottom: 1px solid #E4E4E5;
        padding: 0;
        margin-bottom: 0;
    }
    .menu-items.mobile-active .child-list  li a.see-all-product{
        color : var(--bazarred);
    }
    .menu-items.mobile-active .child-list  li a{
        padding: 16px 0;
        border: 0;
        border-radius: 0;
        width: 100%;
        display: block;
    }
    .menu-items.mobile-active .parent-categories .child-list li::after{
        display: none;
    }
    .menu-items.mobile-active .menu-arrow {
        margin-right: 10px;
        position: absolute;
        left: 15px;
    }
    .menu-items.mobile-active .menu-toggle.active{
        color: var(--bazarred) !important;
        border: 1px solid #D32829 !important;
    }
    .menu-items.mobile-active .child-categories  {
        padding: 0;
        margin: 0;
        border-right: 0;
    }

    .menu-items.mobile-active .parent.active{
        background: transparent !important;
        border-radius: 0 !important;
        border-bottom: 0 !important;
    }
    .menu-items.mobile-active .parent:hover{
        background: transparent !important;
        border-radius: 0 !important;
    }
    .menu-items.mobile-active .dropdown .dropdown-content {
        padding: 0;
        margin: 0;
        border-right: 0;
        background: #F0F0F2;
        border-radius: 12px;
        flex-direction: column;
    }
    .menu-items.mobile-active .dropdown .parent-categories {
        width: 100%;
    }
    .menu-items.mobile-active .dropdown .parent {
        margin: 0;
        padding: 16px 10px 16px 0;
        border-bottom: 1px solid #E4E4E5;
    }
    .menu-items.mobile-active .parent-categories li::after {
        left: 0;
    }
    .menu-items.mobile-active .dropdown{
        width: 100%;
        position: unset;
        margin-top: -12px;
        background: transparent;
        padding: 10px;
    }
    .menu-items.mobile-active{
        position: fixed;
        overflow-y: auto;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: white;
        z-index: 100;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        padding: 16px;
        gap: 12px;
    }
    .menu-items.mobile-active  .top-mobile-menu a img{
        height: 42px;
    }
    .menu-items.mobile-active .top-mobile-menu  a{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu-items.mobile-active .top-mobile-menu a{
        border: 0;
        padding: 0;
    }
    .top-mobile-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 24px;
    }
    .mobile-menu-closer{
        border: 1px solid #E4E4E5;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        aspect-ratio: 1;
    }
    .top-features-desc p {
        font-size: 13px;
        text-align: center;
        font-weight: bold;
    }
    .top-features-desc span {
        font-size: 9px;
    }
    .menu-item-icon {
        display: block;
        margin-left: 8px;
    }
    .category-features p span:first-child{
        font-size: 14px;
    }
    .consulting-btn.instagram-header-btn{
        width: 42px;
        height: 42px;
    }
}
@media only screen and (max-width: 576px) {
    .row-space {
        margin-bottom: 46px;
    }

    .menu-items {
        display: none;
    }

    .footer-info {
        flex-direction: column;
        align-items: self-start;
    }

    .footer-menus img {
        flex: 1 0 100%;
        padding: 0 100px;
        margin-bottom: 46px;
    }

    .footer-menus .footer-menu:last-child {
        display: flex;
        flex-direction: row;
        gap: 64px;
    }

    .footer-menus {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer-menu {
        flex: 1 0 43%;
    }

    .contact-us-section {
        flex-direction: column;
    }

    .contact-details {
        margin-top: 10px;
        position: relative;
    }
    .contact-info {
        width: 100%;
        text-align: center;
    }

    #contact input, #contact textarea {
        width: 100%;
    }

    #contact .form-half {
        flex-direction: column;
    }

    .contact-form {
        width: 100%;
        border-top-right-radius: 0;
    }

    #contact .send-message {
        width: 100%;
    }

    .best-seller-next {
        position: absolute;
        bottom: -15px;
        left: 15px;
        margin-top: 0;
        z-index: 10;
    }

    .best-seller-prev {
        position: absolute;
        bottom: -15px;
        right: 15px;
        margin-top: 0;
        z-index: 10;
    }

    .seller-wrapper {
        position: relative;
    }

    .best-carousel-wrapper {
        width: 100%;
    }

    #best-selling .liner-heading {
        font-size: 20px;
    }

    #best-selling .liner-heading {
        margin-bottom: 36px;
    }

    #best-selling {
        padding: 36px 0 30px 0;
    }
    #best-selling > .container{
        padding: 0;
    }
    #product-categories .half-header {
        flex-direction: column;
        gap: 24px;
        justify-content: center;
        align-items: center;
    }

    .cat-label {
        font-size: 12px;
        padding: 8px 12px;
        right: 4px;
        bottom: 4px;
    }

    .half-header h3 {
        font-size: 20px;
    }

    .feature-box {
        box-shadow: 0px 4px 12px 0px #0000002E;
        flex-direction: column;
        padding: 12px;
        border-radius: 16px;
        margin-bottom: 12px;
    }

    .feature-box > img {
        width: 46px;
    }

    .menu-wrapper {
        padding: 10px;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

    .bazar-carousel-image {
        border-radius: 0;
    }

    .bazar-carousel-nav {
        display: none;
    }

    #bazar-carousel {
        padding: 0;
    }

    .menu-wrapper > img {
        width: 84px;
    }

    #menu {
        padding: 0;
        box-shadow: 0px 4px 12px 0px #0000002E;
    }

    .consulting-btn {
        align-items: center;
        font-size: 14px;
        height: 42px;
    }

    .search-box {
        display: none;
    }


    .bazar-carousel .item img {
        width: 100%;
    }

    .bazar-carousel .item {
        min-height: 400px;
    }

    #breadcrumb {
        padding-top: 20px;
        padding-bottom: 20px;
        background: white;
    }

    .product-images {
        padding: 0;
    }

    .product-gallery .item {
        border-radius: 0;
    }

    .thumbnail-slider {
        display: none !important;
    }

    .available-sizes .sizes .item {
        text-align: center;
        flex: 1 0 31%;
        padding: 8px;
    }

    .product-side {
        margin-top: 46px;
    }

    .side-info, .side-btn {
        display: none;
    }

    .side-items {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .tab-head p {
        flex: 1;
        justify-content: center;
    }

    .sub-categories .item {
        flex: 1 0 37%;
    }

    .category-features {
        flex-wrap: wrap;
    }

    .products-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .products-wrapper .new-product-item {
        flex: 0 0 46%;
        margin: 0;
    }

    .product-colors {
        display: none;
    }

    .product-info > span {
        font-size: 12px;
    }

    .category-features p {
        margin-bottom: 0px;
    }

    .category-features {
        margin-bottom: 36px;
    }

    .category-features {
        gap: 15px;
    }

    .sub-categories .item {
        flex: 1 0 21%;
        height: 100px;
        text-align: center;
        font-size: 13px;
    }

    .category-features p {
        margin-bottom: 0px;
        flex: 1 0 40%;
    }

    .category-features p span:last-child {
        font-size: 12px;
        text-align: center;
    }

    .cat-box {
        max-height: 154px;
    }

    .event-top-text {
        margin-bottom: 36px;
    }

    .event-top-carousel .item img, .event-top-carousel .owl-item::before {
        border-radius: 16px;
    }

    .event-top-text h1, .event-top-text p {
        text-align: center;
    }

    .event-actions .left-side {
        justify-content: end;
    }

    .event-actions {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .share-like {
        width: 36px;
        height: 36px;
    }

    .share-like span {
        display: none;
    }

    #comments > .row {
        flex-direction: column-reverse;
    }

    .send-comment {
        margin-bottom: 24px;
    }

    .flex-row {
        flex-direction: column;
    }

    .comment-modal-content {
        min-width: 90%;
    }

    .title-small-width {
        margin-top: 36px;
    }

    .title-small-width h1 {
        font-size: 20px;
    }

    #top-events {
        margin-bottom: 36px;
    }

    .event-top-text {
        justify-content: flex-start;
    }

    .white-bar {
        display: none;
    }

    .branch-title {
        display: flex;
        flex-direction: column;
    }

    .branch-info {
        margin-bottom: 24px;
    }

    .branch-location iframe {
        height: 328px;
    }

    .row-space {
        margin-bottom: 36px;
    }

    .plan-benefit {
        gap: 0;
        flex-direction: column;
    }

    .plan-step {
        flex: 1 0 100%;
    }

    .plan-step {
        background: #F0F0F2;
    }

    .org-items .org-item {
        flex: 1 0 40%;
    }

    .org-modal-content {
        width: 90%;
    }

    .modal-img-wrapper {
        padding: 20px 0;
    }

    .modal-image {
        height: 75px;
    }

    #orgTitle {
        font-size: 20px;
    }

    #orgContent {
        max-height: 600px;
        overflow-y: auto;
    }

    .blog-carousel-title {
        font-size: 20px;
        max-width: 100%;
        right: 12px;
    }

    .blog-item .info .meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    #post-single .align-items-center {
        flex-direction: column-reverse;
        gap: 24px;
    }
    #post-single .post-title {
        font-size: 24px;
        text-align: center;
    }
    .post-bar{
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 24px;
    }
    .related-posts{
        margin-top: 36px;
    }
    .available-colors .colors{
        flex-wrap: wrap;

    }
    .header-logo {
        align-items: center;
    }
    .header-logo img{
        height: 42px;
    }
    .mobile-menu-toggle{
        border: 1px solid #E4E4E5;
        border-radius: 16px;
        padding: 14px 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        aspect-ratio: 1;
        height: 42px;
    }
    .menu-items.mobile-active a{
        color: #2B2B2E;
        width: 100%;
        padding: 16px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        position: relative;
        border: 1px solid #E4E4E5;
    }
    .menu-items.mobile-active .child-list   {
        border-bottom: 1px solid #D4D4D6;
        padding: 0 16px;
        list-style: none;
        background: #F0F0F2;
        border-radius: 12px;
    }
    .menu-items.mobile-active .child-list ul  {
        padding: 0 16px;
        background: #F0F0F2;
        border-radius: 16px;
    }
    .menu-items.mobile-active .child-list li:last-child{
        border-bottom:  0;
    }
    .menu-items.mobile-active .child-list li{
        position: relative;
        border-bottom: 1px solid #E4E4E5;
        padding: 0;
        margin-bottom: 0;
    }
    .menu-items.mobile-active .child-list  li a.see-all-product{
        color : var(--bazarred);
    }
    .menu-items.mobile-active .child-list  li a{
        padding: 16px 0;
        border: 0;
        border-radius: 0;
        width: 100%;
        display: block;
    }
    .menu-items.mobile-active .parent-categories .child-list li::after{
        display: none;
    }
    .menu-items.mobile-active .menu-arrow {
        margin-right: 10px;
        position: absolute;
        left: 15px;
    }
    .menu-items.mobile-active .menu-toggle.active{
        color: var(--bazarred) !important;
        border: 1px solid #D32829 !important;
    }
    .menu-items.mobile-active .child-categories  {
        padding: 0;
        margin: 0;
        border-right: 0;
    }

    .menu-items.mobile-active .parent.active{
        background: transparent !important;
        border-radius: 0 !important;
        border-bottom: 0 !important;
    }
    .menu-items.mobile-active .parent:hover{
        background: transparent !important;
        border-radius: 0 !important;
    }
    .menu-items.mobile-active .dropdown .dropdown-content {
        padding: 0;
        margin: 0;
        border-right: 0;
        background: #F0F0F2;
        border-radius: 12px;
        flex-direction: column;
    }
    .menu-items.mobile-active .dropdown .parent-categories {
        width: 100%;
    }
    .menu-items.mobile-active .dropdown .parent {
        margin: 0;
        padding: 16px 10px 16px 0;
        border-bottom: 1px solid #E4E4E5;
    }
    .menu-items.mobile-active .parent-categories li::after {
        left: 0;
    }
    .menu-items.mobile-active .dropdown{
        width: 100%;
        position: unset;
        margin-top: -12px;
        background: transparent;
        padding: 10px;
    }
    .menu-items.mobile-active{
        position: fixed;
        overflow-y: auto;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: white;
        z-index: 100;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        padding: 16px;
        gap: 12px;
    }
    .menu-items.mobile-active  .top-mobile-menu a img{
        height: 42px;
    }
    .menu-items.mobile-active .top-mobile-menu  a{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu-items.mobile-active .top-mobile-menu a{
        border: 0;
        padding: 0;
    }
    .top-mobile-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 24px;
    }
    .mobile-menu-closer{
        border: 1px solid #E4E4E5;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        aspect-ratio: 1;
    }
    .top-features-desc p {
        font-size: 13px;
        text-align: center;
        font-weight: bold;
    }
    .top-features-desc span {
        font-size: 9px;
    }
    .menu-item-icon {
        display: block;
        margin-left: 8px;
    }
    .category-features p span:first-child{
        font-size: 14px;
    }
    .consulting-btn.instagram-header-btn{
        width: 42px;
        height: 42px;
    }

}