@font-face {
    font-family: 'ray';
    src: url('../fonts/ray/Ray.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ray';
    src: url('../fonts/ray/Ray-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ray';
    src: url('../fonts/ray/Ray-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ray';
    src: url('../fonts/ray/ray-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bakh';
    src: url('../fonts/ray/Ray-ExtraBold.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bakh';
    src: url('../fonts/ray/Ray-Light.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/*//rokh*/
/*woff2*/
@font-face {
    font-family: 'rokh';
    src: url('../fonts/rokh/woff2/Rokh-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rokh';
    src: url('../fonts/rokh/woff2/Rokh-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rokh';
    src: url('../fonts/rokh/woff2/Rokh-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rokh';
    src: url('../fonts/rokh/woff2/Rokh-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rokh';
    src: url('../fonts/rokh/woff2/Rokh-ExtraBold.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rokh';
    src: url('../fonts/rokh/woff2/Rokh-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-dark: #1e3a5f;
    --primary-blue: #2c5aa0;
    --accent-orange: #ff6b35;
    --light-gray: #f8f9fa;
    --dark-gray: #343a40;
    --text-dark: #2c3e50;
}

/* در صورت داشتن نسخه‌های دیگر مثل Medium یا Black هم به همین شکل اضافه کن */
.rokh {
    font-family: 'ray', serif !important;
    font-weight: bold;
}

html {
    font-size: calc(100% + 3px); /* افزایش اندازه فونت کلی 3 پیکسل */
}

body {
    font-family: ray, sans-serif !important;
    background: #F8F8F8;
    color: var(--colorBlack);
    font-size: 15px;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

:root {
    --colorBlack: #000;
    --boxBg: #fff;
    --colorWite: #fff;
    --LightGrey: #002f3f;
    --SuperLightGrey: #fefefe;
    --colorGrey: #A1a1a1;
    --Blue: #002ABD;
    --Yellow: #FFD600;
    --bgColor: #f6f6f6;
    --boxBg-main-slider: #eee;
}

.darkMode {
    --boxBg: #141414;
    --boxBg-main-slider: #141414;
    --colorBlack: #fff;
    --colorWite: #000;
    --LightGrey: #282828;
    --SuperLightGrey: #fefefe;
    --colorGrey: #cccc;
    --Blue: #002ABD;
    --Yellow: #FFD600;
    --bgColor: #000
}

.lite {
    display: inline-flex;
}

.darkMode .lite {
    display: none;
}

.darkShow {
    display: none;
}

.darkMode .darkShow {
    display: inline-flex;
}

::-moz-selection {
    color: #fff;
    background: var(--colorMain);
}

::selection {
    color: #fff;
    background: var(--colorMain);
}

.custom-container {
    width: 1400px;
    margin: 0 auto;
}

.page-content {
    padding: 140px 0 0;
}

.bcp-row {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}

.bcp-row-2 {
    grid-template-columns: 1fr 1fr;
}

.bcp-row-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.bcp-row-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bcp-row-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.bcp-row-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.mb-20px {
    margin-bottom: 20px;
}


.holder-content {
    margin: auto;
}

.header_holder {
    padding: 0rem 3rem;
    background-color: #000;
    position: absolute;
    z-index: 2;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.main-header {
    padding: 9px 0;
    padding-top: 10px;
    z-index: 2;
}

.main-header .nav-link {
    color: #fff;
    font-weight: normal;
    line-height: 24px;
    transition: all .2s linear;
    position: relative;
    font-size: 17px;
}

.main-header .nav-link:hover {
}

.line {
    display: none;
}

.main-header .nav-link.active .line {
    display: block;
    position: absolute;
    bottom: -25px;
    right: -7px;
}

.main-header .nav-link:hover {
    color: #fff0b8;
}

.main-header .nav-link.active {
    color: var(--colorBlack);
}

.tooltip-new {
    position: absolute;
    top: -16px;
    left: 8px;
    font-size: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/Rea.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 2px;
    width: 25px;
    height: 20px;
    padding: 2px 5px;
    line-height: 3px;

}

.dropdown-toggle::after {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: none;
    border-top: .3em solid;
    border-left: .3em solid transparent;
    border-bottom: 0;
    border-right: .3em solid transparent;
}

.main-bottom {
    display: flex;
    align-items: center;
}

.sign-btn {
    background-color: #3F3D39;
    border-radius: 12px;
    box-shadow: 0px 4px 100px 0px #00000012;
    padding: 10px;
}

.sign-btn span {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.sign-btn svg {
    margin-left: 12px;
}

.search-box {
    margin-left: 30px;
}

.main-bottom .basket {
    margin-left: 30px;
    position: relative;
}

.basket-count {
    position: absolute;
    top: -5px;
    right: -13px;
    background-color: #DEDEDE;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.categories {
    margin-top: 3rem;
}

.categories .item {
    background-color: var(--boxBg);
    border-radius: 14px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    min-height: 95px;
    cursor: pointer;
    position: relative;
    z-index: 5;
}

.owl-carousel.owl-categories .owl-item img {
    width: 90px;
}

.sample-shadow {
    width: 85%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    height: 25px;
    bottom: -12px;
    box-shadow: 0px 4px 100px 0px #00000012;
    border-radius: 20px;
    background-color: #fff;
    z-index: 2;
}

.categories .item .body {
    display: flex;
    position: relative;
}

.categories .item img {
    width: 90px;
}

.categories .item .details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.categories .item span {
    font-size: 13px;
    font-weight: 600;
    margin-right: 15px;
}

.categories .item svg {
    margin-right: 15px;
    margin-top: 10px;
}

.slider-section {
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.slider-section .slider_box {
    background-color: #fff0b8;
    padding: 1rem 2rem;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 7.5rem;

}

.slider-section .main_holder {
    background-color: var(--boxBg);
    padding: 40px 20px;
    border-radius: 25px;
    position: relative;
}

.slider-section .main_holder .rating {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #FFC700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    border-radius: 18px;
    top: 8px;
    right: 10px;
}

.slider-section .main_holder .product-details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.slider-section .main_holder .p-name {
    font-size: 23px;
    font-weight: 600;
}

.slider-section .main_holder .latin-name {
    font-size: 17px;
    font-weight: 500;
    color: #ababab;
    margin-top: 8px;
}

.slider-section .main_holder .link {
    font-size: 14px;
    color: #ababab;
    margin-top: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.slider-section .main_holder .link svg {
    margin-right: 7px;
    margin-top: -4px;
}

.slider-section .main_holder .body img {
    width: 100%;
    margin-top: 9rem;
    margin-bottom: 2rem;
}

.owl-product {
    direction: ltr;
    height: 570px;
}

.owl-product .item {
    background-color: var(--boxBg-main-slider);
    border-radius: 25px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 5rem 4rem;
    text-align: right;
    height: 569px;
}

.owl-product .item .name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 3rem;
}

.owl-product .item .p-name {
    font-size: 29px;
    font-weight: 600;
    color: #fff;
}

.owl-product .item .latin-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--colorGrey);
    text-align: center;
}

.owl-product .item .price {
    margin-top: 2rem;
}

.owl-product .item .price .main-price {
    font-size: 18px;
    color: var(--Blue);
    font-weight: 600;
}

.owl-product .item .price .percent {
    background-color: var(--Yellow);
    border-radius: 12px;
    font-size: 10px;
    color: #000;
    padding: 3px 7px;
    font-weight: 600;
    margin-right: 1rem;
}

.owl-product .item .bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: .5rem;
}

.owl-product .item .txt {
    font-size: 11px;
    font-weight: 600;
    color: var(--colorGrey);
    margin-right: 1rem;
}

.owl-product .item .off-price {
    color: var(--colorGrey);
    font-weight: 600;
    font-size: 18px;
    text-decoration: line-through;
}

.owl-product .item .details {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-buy {
    background-color: var(--colorWite);
    border-radius: 12px;
    color: var(--colorBlack);
    font-weight: 600;
    margin-top: 2rem;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 165px;
    min-height: 55px;
    font-size: 13px;
}

.btn-buy .icon {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E0E0E0;
    border-radius: 6px;
    margin-right: 1rem;
}

.owl-product .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 5px;
}

.owl-product .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -35px;
    position: relative;
}

.rtl {
    direction: rtl !important;
}

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section .text-holder {
    display: flex;
    flex-direction: column;
}

.header-section .text-holder .title {
    font-weight: 600;
    color: var(--colorBlack);
    font-size: 20px;
}

.header-section .text-holder .latin {
    font-weight: 600;
    color: var(--colorGrey);
    font-size: 13px;
}

.best-sell {
    margin-top: 3rem;
}

.header-section .btn-buy {
    box-shadow: 0px 4px 100px 0px #00000012;
    border: 1px solid var(--colorGrey);
    margin-top: 0;
    font-size: 12px;
}

.header-section .btn-buy svg {
    margin-right: .5rem;
}

.product-single-show {
    position: relative;
    margin-top: 3rem;
    padding: 3rem 1rem;
    transition: all .2s linear;
    min-height: 405px;
}

.product-single-show img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    max-width: 150px !important;
    object-fit: cover;
}

.product-single-show:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: var(--boxBg);
    left: 0;
    top: 0;
    z-index: 2;
    padding: 1.5rem 1rem;
    box-shadow: 0px 4px 120px 0px #0000000F;
    border: 1px solid var(--colorBlack) .9;
}

.product-single-show:before {
    position: absolute;
    content: " ";
    width: 80%;
    margin: auto;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(99.78deg, #3A3DFF 17.61%, #C110FF 94.71%);
    left: 0;
    right: 0;
    bottom: -8px;
    z-index: 2;
    opacity: 0;
    transition: all .3s linear;
    padding: 1.5rem 1rem;
    box-shadow: 0px 4px 120px 0px #0000000F;
    border: 1px solid var(--colorBlack) .9;
}

.product-single-show:hover:before {
    opacity: 1;
}

.product-single-show .body {
    position: relative;
    z-index: 5;
}

.title {
    font-weight: 600;
    color: var(--colorBlack);
    font-size: 16px;
    margin-top: 1.5rem;
}

.subtitle {
    font-weight: 600;
    color: var(--colorGrey);
    font-size: 12px;
    margin-top: .5rem;
    text-align: center;
}

.btn-add-basket {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: var(--LightGrey);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.5s linear;
}

.product-single-show:hover .btn-add-basket {
    background: linear-gradient(153.43deg, #000000 16.67%, #666666 100%);
}

.product-single-show:hover .btn-add-basket svg {
    fill: #fff;
}

.product-single-show .operations {
    margin-top: 23px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    opacity: 0;
    transition: all .4s linear;
}

.product-single-show:hover .operations {
    opacity: 1;
}

.head-btn-operation .btn {
    min-width: 120px;
    margin-right: 1rem;
}

.head-btn-operation .btn:first-child {
    background-color: var(--LightGrey);
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.product-single-show .price-holder {
    display: flex;
    flex-direction: column;
}

.product-single-show .price-holder .main-price {
    font-weight: 600;
    font-size: 15px;
    color: var(--colorBlack);
}

.product-single-show .price-holder .off-price {
    font-weight: 600;
    text-decoration: line-through;
    font-size: 15px;
    color: var(--colorGrey);
}

.product-single-show .percent-off {
    position: absolute;
    width: 39px;
    height: 32px;
    top: -20px;
    right: 15px;
    color: var(--colorBlack);
    background: url("../images/percent.svg") no-repeat;
    background-size: contain;
    background-position: center center;
}

.product-single-show .body {
    position: relative;
}

.product-single-show .color-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 20px;
    top: -20px;
}

.product-single-show .color-list .color {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: flex;
    margin-bottom: .5rem;
}

.banner-section {
    margin-top: 3rem;
}

.banner-section .item {
    background-color: var(--boxBg);
    box-shadow: 0px 4px 120px 0px #00000017;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 1.5rem 0;
}

.banner-section .item .title {
    font-size: 22px;
    color: var(--colorBlack);
    font-weight: 600;
}

.banner-section .item a {
    text-decoration: none;
    color: var(--colorGrey);
    font-weight: 600;
    font-size: 15px;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2rem;
}

.banner-section .item .details {
    margin-right: 3rem;
}

.banner-section .item .details .icon {
    width: 29px;
    height: 29px;
    margin-right: 1rem;
    border-radius: 6px;
    background-color: var(--LightGrey);
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-section {
    margin-top: 3rem;
}

.features-section .box {
    background-color: var(--boxBg);
    border-radius: 25px;
    padding: 2rem 1.5rem;
    box-shadow: 0px 4px 120px 0px #0000001A;
    display: flex;
    align-items: center;
    position: relative;
}

.features-section .box:after {
    content: " ";
    position: absolute;
    width: 85%;
    height: 100px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(99.78deg, #3A3DFF 17.61%, #C110FF 94.71%);
    border-radius: 25px;
    z-index: -1;
}

.features-section .img-section {
    width: 63px;
    height: 63px;
    border-radius: 12px;
    border: 1px solid #000000;
    background-color: var(--LightGrey);
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-section .box .details {
    display: flex;
    flex-direction: column;
    margin-right: 2.5rem;
}

.features-section .box .details .txt {
    font-weight: 600;
    font-size: 15px;
    color: var(--colorBlack);
}

.features-section .box .details .subtxt {
    font-weight: 400;
    font-size: 11px;
    color: var(--colorGrey);
    margin-top: .5rem;
}

.top-product {
    margin-top: 3rem;
}

.owl-top-product {
    direction: ltr;
}

.owl-top-product .product-single-show:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: var(--boxBg);
    left: 0;
    top: 0;
    z-index: 2;
    padding: 1.5rem 1rem;
    box-shadow: none;
    border: 1px solid var(--colorBlack) .9;
}

.cat-section {
    margin-top: 3rem;
}

.cat-section .holder {
    border-radius: 15px;
    background-color: var(--boxBg);
    box-shadow: 0px 4px 120px 0px #00000014;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 2rem;
    padding-right: 5rem;
    max-height: 212px;
}

.cat-section .holder .txt {
    font-size: 22px;
    font-weight: 600;
    color: var(--colorBlack) .5;
}

.cat-section .holder .btn-buy {
    color: var(--colorGrey);
    font-size: 15px;
}

.cat-section .holder .icon {
    width: 32px;
    height: 32px;
}

.ipad-section {
    margin-top: 3rem;
}

.ipad-product {
    margin-top: 3rem;
}

.ipad-product .item-holder {
    padding: 2rem;
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 20px;
    background-color: var(--boxBg);
    padding-bottom: 1rem;
}

.ipad-product .item-holder img {
    border-radius: 25px;
    width: 100%;
    max-height: 316px;
}

.ipad-product .title {
    color: var(--colorBlack);
    font-weight: 700;
    font-size: 26px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.ipad-product p {
    color: var(--colorGrey);
    line-height: 25px;
    font-size: 14px;
}

.ipad-product .product-single-show {
    margin-top: 0;
}

.ipad-product .product-single-show img {
    max-height: 250px;
}

.ipad-product .product-single-show .operations {
    margin-top: 4rem;
}

.ipad-product .owl-stage {
    padding: 0 !important;
}

.review {
    margin-top: 3rem;
}

.review .comment {
    background-color: var(--boxBg);
    border-radius: 15px;
    overflow: hidden;
    padding: 1.5rem;

}

.review .comment-section {
    margin-top: 3rem;
}

.review .comment-section .comment-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review .comment-section .comment-top img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: contain;
}

.review .comment-section .right {
    display: flex;
    align-items: center;
}

.review .comment-section .user-details {
    display: flex;
    flex-direction: column;
    margin-right: 3rem;
}

.review .comment-section .user-details .name {
    color: var(--colorBlack);
    font-size: 20px;
    font-weight: 600;
}

.review .comment-section .user-details .txt {
    color: var(--colorGrey);
    font-weight: 600;
    font-size: 12px;
    margin-top: .5rem;
}

.review .rating {
    display: flex;
    align-items: center;
}

.review .rating span {
    margin-left: .5rem;
    font-size: 15px;
    color: var(--colorBlack);
    font-weight: 600;
}

.review .comment-top {
    border-bottom: 2px solid #f8f8f8;
    padding-bottom: 1rem;
}

.review .body p {
    color: var(--colorGrey);
    text-align: justify;
    font-weight: 500;
    margin-top: 2rem;
    line-height: 2;
    min-height: 80px;
}

.review .like-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.review .like-section:first-child {
    width: 100%;
}

.review .like {
    margin-right: 1rem;
    min-width: 140px;
}

.review .count {
    margin-left: .5rem;
    font-weight: 500;
    margin-right: .5rem;
    color: var(--colorGrey);
}

.main-footer .categories {
    display: flex;
    align-items: center;
    background-color: var(--boxBg);
    border-radius: 15px;
    box-shadow: 0px 4px 120px 0px #0000001A;
    padding: 2rem;
}

.main-footer .tags {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-footer .categories {
    display: flex;
    align-items: center;
}

.main-footer .title {
    font-size: 22px;
    font-weight: 600;
    color: var(--colorBlack);
    width: 200px;
    margin-top: 0;
    position: relative;
    margin-right: 1rem;
}

.main-footer .title:after {
    content: " ";
    position: absolute;
    width: 5px;
    height: 28px;
    background-color: var(--colorBlack);
    border-radius: 10px;
    right: -25px;
    top: 3px;
}

.main-footer .tags .tag {
    width: 140px;
    padding: 1rem;
    background-color: #3B82F6;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-footer .information {
    background-color: var(--boxBg);
    border-radius: 15px;
    padding: 1.5rem 1rem;
    margin-top: 1.5rem;
    height: 360px;
}

.main-footer .contact-item {
    background-color: #E5E5E5FF;
    border-radius: 15px;
    padding: 1rem;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    text-align: right;
}

.main-footer .contact-us-info {
    padding-right: .9rem;
}

.main-footer .contact-item {
    width: 90%;
}

.main-footer .contact-item .icon {
    background-color: #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
}

.main-footer .contact-item .txt {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-right: 3rem;
    direction: ltr;
}

.main-footer .about-site p {
    font-size: 18px;
    font-weight: 600;
    color: var(--colorGrey);
    margin-top: 1.5rem;
}

.main-footer .about-site {
    padding-left: 3rem;
}

.main-footer .about-site .input_holder {
    position: relative;
    margin-top: 2rem;
}

.main-footer .about-site .input_holder .btn {
    position: absolute;
    left: 10px;
    top: 7px;
    border-radius: 10px;
    padding: 0.8rem 2.2rem;
}

.main-footer .about-site input {
    border-radius: 15px;
    background-color: var(--LightGrey);
    border: none;
    padding: 1.3rem 1rem;

}

.main-footer .about-site .descriptions {
    font-size: 15px;
    font-weight: 500;
    color: var(--colorGrey);
    margin-top: 1.5rem;
    text-align: justify;
}

.social-section {
    background-color: var(--boxBg);
    border-radius: 15px;
    box-shadow: 0px 4px 120px 0px #0000001A;
    padding: 2.5rem 4rem;
    margin-top: 3rem;
    padding-top: 1rem;
    margin-bottom: 2rem;
    height: 505px;
}

.logo-section {
    text-align: center;
    padding-bottom: 0;
    border-bottom: 2px solid var(--LightGrey);
}

.social-section .body {
    padding-top: 2rem;
}

.social-section p {
    color: var(--colorGrey);
    font-size: 13px;
    text-align: justify;
    line-height: 2;
}

.social-section .socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    padding: 0 3rem;
}

.social-section .socials .social-item {
    width: 50px;
    height: 65px;
    display: flex;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
}

.sing-holder .main-body {
    background-color: var(--boxBg);
    max-width: 600px;
    margin: 4rem auto;
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
}

.sing-holder .main-body .title {
    font-size: 24px;
    color: var(--colorBlack);
    text-align: center;
}

.sing-holder .main-body p {
    font-size: 13px;
    color: #757575;
    margin-top: .5rem;
    font-weight: 600;
}

.sing-holder .main-body .change-form {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: .5rem;
    margin-top: 1rem;
}

.sing-holder .main-body .btn {
    border-radius: 12px;
    font-size: 15px;
    padding: .6rem 2rem;
    min-width: 115px;
}

.input-holder {
    position: relative;
}

.sing-holder form {
    width: 100%;
    max-width: 405px;
    margin: auto;
    margin-top: 3rem;
}

.form-control.custom {
    background-color: #f4f4f4;
    border-radius: 12px;
    padding: 1rem;
    border: none;
    margin-bottom: 1rem;
    padding-right: 3rem;
    height: 70px;
}

.form-control.custom.verifi_code {
    font-size: 25px;
    padding-right: 0;
}

.form-control.custom::placeholder {
    font-weight: 600;
    color: #000;
}

.input-holder svg {
    position: absolute;
    right: 15px;
    top: 22px;
}

.input-holder .btn {
    width: 100%;
    height: 70px;
}

.forget-password {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2rem auto;
    font-size: 15px;
    color: #a4a4a4;
    text-decoration: none;
}

.forget-password svg {
    margin-right: 7px;
}

.sing-holder .subTxt {
    text-align: center;
    color: #b3b3b3;
    font-weight: 500;
    font-size: 14px;
    margin-top: 1.5rem;
    padding-top: 1rem;
}

.step-holder {
    background-color: var(--boxBg);
    box-shadow: 0px 4px 100px 0px #0000001A;
    border-radius: 15px;
    padding: 4.5rem 6.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
    position: relative;
}

.dashed-line {
    position: absolute;
    width: 88%;
    height: 50px;
    border-bottom: 2px dashed var(--colorGrey);
    left: 0;
    right: 0;
    margin: auto;
}

.step-holder .step-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 5;
}

.step-holder .step-item .icon {
    width: 89px;
    height: 89px;
    border-radius: 16px;
    border: 1px solid #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 70px 0px #0000001F;
    background-color: var(--colorWite);
}

.step-holder .step-item .txt {
    font-weight: 500;
    font-size: 18px;
    color: var(--colorBlack);
    margin-top: 1.5rem;
}

.buy-information {
    margin-top: 1.5rem;
}

.buy-information .title {
    color: var(--colorGrey);
    font-weight: 500;
    padding-right: 2.5rem;
}

.buy-information .form-holder {
    background-color: var(--colorWite);
    box-shadow: 0px 4px 100px 0px #0000001A;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 1rem;
}

.input-holder-icon {
    position: relative;
    margin-bottom: 2rem;
}

.input-holder-icon .icon-holder {
    position: absolute;
    bottom: 14px;
    right: 12px;
    border-left: 1px solid #beb7b7;
    padding-left: 7px;
}

.input-holder-icon .form-control {
    background-color: var(--LightGrey);
    border-radius: 12px;
    padding: .9rem;
    padding-right: 4rem;
    margin-top: 1rem;
    border: none;
}

.input-holder-icon .form-control.des {
    padding-right: 1rem;
}

.input-holder-icon label {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding-right: 1.5rem;
}

.input-holder-icon label:after {
    content: " ";
    position: absolute;
    right: 7px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--colorGrey);
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:active {
    outline: none;
    box-shadow: none;
}

.delivery-time {
    border-radius: 12px;
    border: 1px solid var(--LightGrey);
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.5rem;
}

.delivery-time .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 1rem;
    border-left: 1px solid var(--LightGrey);
    padding-left: 2rem;
    cursor: pointer;
}

.delivery-time .item .time {
    color: #3A3DFF;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 1rem;
    width: 95px;
    height: 35px;
}

.delivery-time .item .time.active {
    background-color: rgba(58, 61, 255, 0.3);
}

.delivery-time .item .date {
    font-size: 13px;
    color: var(--colorGrey);
}

.extra-descriptions {
    margin-top: 1.5rem;
    background-color: var(--colorWite);
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
}

.extra-head {
    margin-bottom: 1.5rem;
}

.extra-head svg {
    margin-left: 1.5rem;
}

.des-box .txt {
    color: var(--colorGrey);
    font-size: 13px;
    font-weight: 500;
}

.extra-descriptions .input-holder-icon .form-control {
    border: 3px dashed var(--LightGrey);
    background-color: var(--colorWite);
    padding-right: 1rem;
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
    margin-left: .5rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.order-details {
    margin-top: 3rem;
}

.order-details-box {
    background-color: var(--colorWite);
    border-radius: 15px;
    margin-bottom: 1.5rem;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.order-details-box .title-box {
    padding: 1.5rem;
    background-color: var(--LightGrey);
    padding-right: 3.5rem;
}

.order-details-box .order-body {
    padding: 1rem 2rem;
}

.order-box-item-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--LightGrey);
    border: 1px solid var(--LightGrey);
    border-radius: 12px;
    padding: 1rem 2rem;
    margin-top: 2rem;
}

.order-box-item-details .txt {
    font-size: 15px;
    font-weight: 500;
    margin-right: .7rem;
}

.form-check {
    margin-bottom: 0;
}

.order-details-box .txt-color {
    color: #47C428;
}

.sum-price .box-sec-title {
    padding-top: 3rem;
    border-top: 1px solid var(--LightGrey);
    margin-top: 3rem;
}

.order-box-item-details .descriptions {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--colorGrey);
}

.pay-after-delivery {
    margin-top: 2rem;
    border-radius: 12px;
    border: 1px solid var(--LightGrey);
    padding: 1rem 2rem;
}

.pay-after-delivery .txt {
    margin-right: 1.5rem;
}

.sum-price-final {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.sum-price-final .main-price {
    font-size: 23px;
    font-weight: 500;
    color: var(--colorBlack);
}

.sum-price-final .right .txt {
    font-weight: 600;
    font-size: 16px;
}

.sum-price-final .left .txt {
    color: var(--colorGrey);
    font-size: 16px;
}

.order-body .btn {
    padding: 1rem;
    font-weight: 600;
    font-size: 22px;
    width: 100%;
    border-radius: 15px;
}

.filter-holder {
    margin-top: 9rem;
}

.filter-holder.responsive {
    display: none;
}

.filter-item.switch .form-check-input {
    width: 4em;
}

.filter-item.switch .form-check-input:checked {
    background-color: var(--LightGrey);
    border-color: var(--LightGrey);
}

.main-filter-responsive {
    display: none;
}

.filter-item {
    padding: 1.2rem 2rem;
    border-radius: 15px;
    box-shadow: 0px 4px 120px 0px #00000029;
    margin-bottom: 1.2rem;
    background-color: var(--colorWite);
    position: relative;
}

.filter-item label {
    margin-right: 0;
    font-weight: 600;
    font-size: 13px;
    color: grey;
}

.filter-item .txt {
    font-weight: 600;
    color: var(--colorBlack);
    margin-right: 1.5rem;
}

.filter-item-body {
    padding-top: 0rem;
    display: none;
}

.toggleFilter {
    position: absolute;
    left: 5px;
    top: 14px;
}

.mt-5rem {
    margin-top: 5rem;
}

.article-body img {
    width: 100% !important;
    border-radius: 5px;
}

.filter-item-body .count {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #464748;
    color: #fff;
    left: 0;
    top: 1px;
}

.filter-item-body .form-check {
    margin-bottom: 1.2rem;
    position: relative;
}

.filter-item-body .form-check-input:checked {
    background-color: var(--colorBlack);
    border-color: var(--colorBlack);
}

.filter-item-body:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--colorGrey);
    left: 0;
    top: 50px;
}


::selection {
    color: #fff;
    background: var(--colorBlack);
}

.filter-item-body .wrapper {
    width: 400px;
    background: var(--boxBg);
    border-radius: 10px;
    padding: 20px 25px 40px;
    direction: ltr;
}

.filter-item-body .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
    flex-direction: column;
}

.filter-item-body .price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
    margin-bottom: 4rem;
    position: relative;
}

.filter-item-body .price-input .field .toman {
    position: absolute;
    left: 50px;
    top: 13px;
    font-weight: 600;
    color: var(--colorBlack);
    font-size: 14px;
}

.filter-item-body .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 12px;
    text-align: center;
    -moz-appearance: textfield;
    background-color: var(--LightGrey);
    border: none;
    padding: 2rem;
    margin-bottom: 0;
    margin-right: 2rem;
}

.filter-item-body input[type="number"]::-webkit-outer-spin-button,
.filter-item-body input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.filter-item-body .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.filter-item-body .slider {
    height: 10px;
    position: relative;
    background: var(--LightGrey);
    border-radius: 5px;
}

.filter-item-body .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: var(--colorBlack);
}

.filter-item-body .range-input {
    position: relative;
}

.filter-item-body .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -8px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.filter-item-body input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: var(--colorBlack);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    border: 3px solid #fff;
    transform: rotate(45deg);
}

.filter-item-body input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--colorBlack);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.filter-item-body .price-input {
    border-radius: 12px;
    margin-bottom: 1rem;
}

.filter-section {
    margin-top: 9rem;
}

.filter-section .main-filter {
    display: flex;
    align-items: center;
}

.filter-section .main-filter .txt {
    font-weight: 600;
    color: var(--colorBlack);
    font-size: 14px;
    width: 400px;
}

.filter-section .form-select {
    width: 100%;
    max-width: 250px;
    margin-right: 2rem;
    border-radius: 12px;
    padding: 1.1rem;
    color: var(--colorBlack);
    background-color: var(--LightGrey);
    border: 1px solid var(--colorGrey);
}

.form-select:focus {
    box-shadow: none;
}

.form-select:active {
    box-shadow: none;
}

.filter-section .count {
    color: #0054F7;
    font-weight: 600;
}

.filter-section .product-number .txt {
    color: var(--colorGrey);
}

.pagination {
    margin-top: 4rem;
    margin-bottom: 6rem;
}

.pagination a {
    display: flex;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: var(--boxBg);
    text-decoration: none;
    color: var(--colorGrey);
    font-weight: 600;
    font-size: 17px;
    margin: 0 .5rem;
    box-shadow: 0px 4px 120px 0px #0000004D;

}

.pagination a.left {
    rotate: 180deg;
}

.pagination a.active {
    background-color: var(--colorBlack);
    color: var(--colorWite);
}

.breadcrumb {
    margin: 3rem auto;
}

a {
    text-decoration: none !important;
}

.breadcrumb-item a {
    color: var(--colorGrey);
}

.article-item img {
    width: 100%;
    border-radius: 12px;
}

.article-item {
    background-color: var(--boxBg);
    border-radius: 15px;
    box-shadow: 0px 4px 120px 0px #0000001A;
    padding: 1.5rem;
}

.article-item .body {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    padding-top: 0;
}

.article-item .latin-name {
    color: var(--colorGrey);
    margin: 2rem 0 1rem;
}

.article-item .title {
    margin-bottom: 1rem;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
}

.article-item .descriptions {
    font-size: 15px;
    font-weight: 500;
    color: var(--colorGrey);
    line-height: 28px;
}

.author-details {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-holder-main {
    display: flex;
    align-items: center;
}

.profile-holder-main img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-holder-main .author-info {
    display: flex;
    flex-direction: column;
    margin: 1.3rem 0;
    margin-right: 1rem;

}

.profile-holder-main .txt {
    font-size: 13px;
    color: var(--colorBlack);
    font-weight: 500;
}

.profile-holder-main .expert {
    font-weight: 500;
    font-size: 12px;
    color: var(--colorGrey);
}

.author-details .btn-read {
    border-radius: 10px;
    padding: 1rem 2rem;
    font-size: 15px;
    color: #262262;
    background-color: #eae9f0;
    font-weight: 600;
    margin-top: .5rem;
}

.author-details .btn-read svg {
    margin-right: .5rem;
}

.author-details .date {
    font-size: 11px;
    font-weight: 400;
}

.author-details .read-more {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.published-article .title {
    margin: 3rem 0;
    font-size: 25px;
    font-weight: 600;
    padding-right: 3rem;
}

.published-article .single-article {
    background-color: var(--boxBg);
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0px 4px 120px 0px #0000001A;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.published-article .single-article .article-img {
    width: 250px;
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
}

.published-article .single-article .article-details {
    margin-right: 1.5rem;
    width: 100%;
    position: relative;
}

.published-article .single-article .article-details .latin {
    color: var(--colorGrey);
    font-size: 12px;
    margin-bottom: 1.5rem;
}

.published-article .single-article .article-details .article-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 1rem;
}

.article-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 7.2rem;
}

.article-footer .operation-item {
    margin-right: 2rem;
    align-items: center;
    justify-content: center;
}

.article-footer .operation-item span {
    margin-top: .7rem;
}

.article-footer .btn-read {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    border: 1px solid var(--colorGrey);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
}

.article-sidebar {
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #d9d8d8;
}

.sidebar-txt {
    font-size: 12px;
    color: rgb(100, 116, 139);
}

.article-sidebar .head .title {
    margin: 0;
    padding-right: 1rem;
    font-size: 19px;
    color: var(--colorBlack);
}

.article-sidebar .head {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}

.article-sidebar .head .title span {
    color: #0054F7;
}

.article-sidebar .body a {
    padding: .4rem .3rem;
    font-size: 16px;
    font-weight: normal;

    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;

    margin-bottom: .4rem;
    color: #000;
    transition: all .2s linear;
    position: relative;
}


.article-sidebar .body a:hover {
    box-shadow: 0px 4px 90px 0px #0000001F;
    background-color: var(--colorWite);
    color: var(--colorBlack);
}

.lastest-article {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    position: relative;
}

.lastest-article a {
    font-size: 15px;
    position: relative;
    color: #000;
}

.details-article {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.details-article span {
    font-size: 10px;
    color: grey;
}

.title-holder-article span {
    width: .25rem;
    background-color: #0054F7;
    height: 100%;
    display: flex;
    position: absolute;
    top: 1px;
    margin-right: -15px;
    border-bottom-left-radius: .375rem;
    border-top-left-radius: .375rem;
}

.article-sidebar .body a:hover:after {
    opacity: 1;
}

.article-search {
    padding: 2rem 2rem;
    margin-top: 2rem;
    box-shadow: 0px 4px 120px 0px #0000001A;
    border-radius: 16px;
    background-color: var(--boxBg);
}

.accordion-flush .accordion-item {
    border-top: 0;
    background: radial-gradient(black, transparent);
    border-radius: 20px;
}

.article-search input {
    border-radius: 100px;
    box-shadow: 0px 4px 120px 0px #0000001A;
    border: 1px solid var(--LightGrey);
    background-color: transparent;
    padding: 1.2rem 2rem;
}

.insta-join {
    background-color: #FF004D;
    box-shadow: 0px 4px 120px 0px #0000001A;
    padding: 2rem;
    margin-top: 2rem;
    border-radius: 16px;
    position: relative;
}

.insta-join .title {
    margin: 0;
    color: var(--colorWite);
    padding-right: 1rem;
}

.insta-join .shadow {
    position: absolute;
    width: 85%;
    height: 20px;
    background-color: #FF004D;
    opacity: .3;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 30px;
}

.article-information {
    background-color: var(--colorWite);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0px 4px 70px 0px #0000001A;
}

.article-information .main-img img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.article-information .title-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-information .title-holder .title {
    margin: 4rem 0 1rem 0;
    padding: 0;
    color: var(--colorBlack);
    font-size: 27px;
}

.article-information .title-holder .latin {
    font-size: 20px;
    color: var(--colorGrey);
}

.article-information .body {
    padding-top: 3rem;
}

.article-information .body p {
    text-align: justify;
    color: var(--colorGrey);
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.accordion-item .accordion-button.collapsed {
    background-color: var(--LightGrey);
    border-radius: 12px;
    border-right: 5px solid #0054F7;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-flush .accordion-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-bottom: 1.5rem;
}

.faq {
    margin-top: 3rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
    font-size: 13px;
    color: #000;
    line-height: 2;
}

.accordion-item {
    border: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 12px;
}

.accordion-item .accordion-button.collapsed {
    background-color: #bacbe6;
    border-radius: 12px;
    border-right: 5px solid #0054F7;
    font-weight: 600;
    font-size: 15px;
    color: var(--colorBlack);
}

.accordion-item .accordion-button {
    padding: 1.5rem;
}

.set-rating {
    margin-top: 6rem;
    box-shadow: 0px 4px 120px 0px #0000001A;
    border-radius: 12px;
    padding: 1.5rem;
}

.set-rating .txt {
    color: var(--colorGrey);
    margin-right: 1rem;
}

.star-holder {
    direction: ltr;
    margin-top: -.5rem;
    margin-right: .7rem;
    margin-left: .7rem;
}

.rating-details .rate {
    font-weight: 600;
    font-size: 20px;
    color: var(--colorBlack);
}

.rating-details .pert {
    color: var(--colorGrey);
    font-size: 14px;
    margin: 0 2px;
}

.rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    width: 27px;
    height: 27px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.emoji-wrapper:before {
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
}

.emoji-wrapper:after {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
}

.emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
}

.emoji > svg {
    margin: 15px 0;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

#rating-1:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-100px);
}

#rating-2:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-200px);
}

#rating-3:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-300px);
}

#rating-4:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-400px);
}

#rating-5:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-500px);
}

.feedback {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.share-holder {
    margin-top: 4rem;
    border-top: 1px solid var(--LightGrey);
    padding-top: 3rem;
}

.share-holder .tags-section .head span {
    margin-right: 1rem;
    color: var(--colorGrey);
}

.share-holder {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.share-holder .tags-section .tag {
    border-radius: 100px;
    background-color: #e6eeff;
    padding: .5rem 1rem;
    color: #0054F7;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
}

.share-btn-holder {
    display: flex;
    align-items: flex-end;
}

.tags-section img {
    width: 22px;
    margin-right: 2rem;
}

.share-btn-holder .share-btn {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .7rem;
}

.share-btn-holder .share-btn img {
    width: 30px;
}

.share-btn.favorite {
    background-color: #fee6ec;
}

.share-btn.copy {
    background-color: #d4e8ff;
}

.share-btn.share {
    background-color: #fff8d2;
}

.comments-send {
    margin-top: 1rem;
    background-color: var(--colorWite);
    border-radius: 16px;
    padding: 2rem;
}

.comments-send .header {
    display: flex;
    align-items: center;
}

.comments-send .cm-title {
    font-size: 21px;
    color: var(--colorBlack);
    margin-right: .6rem;
    font-weight: 600;
}

.comments-send .body {
    padding-top: 2rem;
}

.comments-send .form-control {
    padding: 1rem;
    margin-bottom: 1.2rem;
    border-radius: 12px;
}

.comments-send textarea {
    border: 2px dashed var(--colorGrey);
}

.comments-send .btn {
    background-color: #0054F7;
    border-radius: 100px;
    padding: 1rem 2rem;
    color: #fff;
}

.comment-lists .header {
    margin: 3rem auto;
    display: flex;
    align-items: center;
}

.comment-lists .header span {
    font-size: 21px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-right: 1rem;
}

.comment-lists .rating {
    width: auto;
}

.comment-lists .review .body p {
    height: auto;
    min-height: auto;
}

.comment-lists .comment {
    margin-bottom: 2rem;
}

.article-sidebar.single-article-sidebar .body a {
    border: none;
    background-color: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}

.article-sidebar.single-article-sidebar .body a:hover {
    color: #0054F7;
}


.article-search.single {
    padding: 2rem 2rem;
    margin-bottom: 2rem;
    margin-top: 0;
    box-shadow: 0px 4px 120px 0px #0000001A;
    border-radius: 16px;
}

.author-article {
    background-color: var(--colorWite);
    border-radius: 16px;
    padding: 2rem;

}

.author-article .btn {
    border-radius: 10px;
    margin-right: 0;
    padding: .8rem 3rem;
    font-size: 14px;
}

.author-article .profile-holder-main .txt {
    font-size: 15px;
    color: var(--colorBlack);
    font-weight: 500;
}

.author-article .profile-holder-main img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.author-article .profile-holder-main .expert {
    font-weight: 500;
    font-size: 11px;
    color: var(--colorGrey);
}

.author-article .article-count {
    border-radius: 100px;
    padding: 1rem 1rem;
    background-color: #0054F7;
    box-shadow: 0px 4px 120px 0px #0000001A;
    color: var(--colorWite);
    font-weight: 600;
}

.contact-us-form {
    background-color: var(--colorWite);
    padding: 3.5rem 2.5rem 2.5rem 2.5rem;
    border-radius: 27px;
    box-shadow: 0px 4px 120px 0px #00000014;
}

.contact-us-form .title-holder {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.contact-us-form .title-holder .title-details {
    margin-right: .8rem;
}

.contact-us-form .title-holder .title {
    margin: 0;
    font-size: 25px;
    color: var(--colorBlack);
}

.contact-us-form .title-holder .txt {
    font-size: 16px;
    color: var(--colorGrey);
    margin-top: .8rem;
    display: flex;
}

.contact-us-form .body .form-control {
    background-color: var(--LightGrey);
    border-radius: 12px;
    padding: 1.1rem;
    margin-bottom: 1.5rem;
    border: none;
}

.contact-us-form .body .btn {
    width: 100%;
    padding: 1.2rem;
    border-radius: 20px;
    border: 1px solid #000000;
    font-size: 25px;
    position: relative;
}

.contact-us-form .body .btn svg {
    position: absolute;
    left: 30px;
    top: 27px;
}

.contact-us-form .loc-info .icon {
    width: 75px;
    height: 75px;
    background-color: var(--colorBlack);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    margin-left: 1.51rem;
}

.contact-us-form .loc-info .icon.green {
    background-color: #f4fbf2;
    border: 1.5px solid #5FCB44
}

.contact-us-form .loc-info .num {
    font-size: 22px;
    font-weight: 600;
}

.contact-us-form .loc-info .txt {
    font-size: 16px;
    color: var(--colorGrey);
    margin-top: .5rem;
    font-weight: 300;
}

.locations-holder {
    padding-right: 4rem;
}

.locations-holder .title-box {
    font-size: 25px;
    font-weight: 600;
    margin: 2.5rem 0;
    padding-right: 3rem;
    position: relative;
}

.locations-holder .title-box:after {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: var(--colorBlack);
    border-radius: 100%;
    right: 5px;
    top: 6px;
}

.map-holder {
    border-radius: 14px;
    overflow: hidden;
}

.map-holder img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.contact-us-holder {
    margin-top: 8rem;
}

.contact-us-holder .title-holder {
    margin-right: 1.3rem;
}

.contact-us-holder .title-holder .title {
    font-size: 20px;
    color: var(--colorBlack);
    font-weight: 600;
}

.contact-us-holder .title-holder .txt {
    margin-top: 1.5rem;
    color: var(--colorGrey);
    font-weight: 600;
    display: flex;
}

.contact-us-holder .body {
    padding-right: 4rem;
    width: 100%;
    max-width: 700px;
    margin-top: 2.5rem;
}

.contact-us-holder .body p {
    color: var(--colorGrey);
    font-size: 15px;
    line-height: 35px;
    text-align: justify;
}

.contact-us-holder .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--boxBg);
    border-radius: 15px;
    box-shadow: 0px 4px 120px 0px #0000001A;
    padding: 1.2rem 1.2rem 2.2rem 1.2rem;
}

.contact-us-holder .item .txt {
    font-size: 17px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-top: 2rem;
}

.contact-us-holder .shape-holder {
    position: relative;
    text-align: center;
}

.contact-us-holder .shape-holder img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100px;
}

.contact-us-holder .shape-holder .num {
    position: absolute;
    z-index: 4;
    font-size: 35px;
    left: 0;
    right: 0;
    text-align: center;
    top: 24px;
    color: var(--colorWite);
    font-weight: 600;
}

.report {
    margin-top: 8rem;
}

.license-holder {
    margin-top: 5rem;
    background-color: var(--LightGrey);
    border-radius: 15px;
    padding: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.license-holder .license {
    border-left: 2px solid var(--colorGrey);
    padding: 1.2rem;
    padding-left: 4rem;
}

.license-holder .license:last-child {
    border: none;
}

.license-holder .l-title {
    font-size: 20px;
    color: var(--colorGrey);
    font-weight: 500;
    position: relative;
}

.license-holder .l-title:after {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background-color: #115ff7;
    top: 8px;
    right: -26px;
}

.license-holder .number {
    font-size: 20px;
    color: var(--colorBlack);
    font-weight: 500;
    margin-right: 1.3rem;
}

.product-information-details {
    border-radius: 15px;
    padding: 2rem;
    padding-bottom: 1rem;
}

.product-information-details .main-image {
    border-radius: 4px;
    padding-bottom: 1rem;
    background-color: #fff;
}

.product-information-details .thumnail-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    width: 95%;

}

.product-information-details .thumnail-image .gallery-item {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 0 .7rem;
    cursor: pointer;
}

.product-information-details .thumnail-image .gallery-item.dots {
    font-size: 40px;
    color: var(--colorGrey);
}

.product-information-details .thumnail-image img {
    width: 50px;
    height: 50px;
}

.product-information-details .p-details {
    background-color: #fff;
    padding: 1.5rem 1rem;
    border-radius: 12px;
    box-shadow: 0px 4px 120px 0px #00000017;
}

.hidden {
    display: none;
}

.accordion_button.active svg {
    transform: rotate(180deg); /* تغییر ظاهر آیکون برای نمایش حالت متفاوت */
    transition: transform 0.3s ease;
}

.product-information-details .p-details .p-name {
    font-size: 25px;
    color: var(--colorBlack);
    font-weight: 600;
}

.product-information-details .p-rates {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.product-information-details .p-rates .num {
    margin-left: .4rem;
}

.product-information-details .star-holder {

}

.product-information-details .p-star-holder svg {
    margin-top: -.2rem;
}

.p-star-holder {
    margin-left: 1rem;
}

.review-count {
    padding: .5rem;
    border-radius: 6px;
    background-color: var(--LightGrey);
}

.product-information-details .p-info {
    margin-top: 2rem;
    padding-right: 2rem;
    list-style: none;
}

.product-information-details .p-info li {
    line-height: 2.5;
    position: relative;
}

.product-information-details .p-info li:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--colorGrey);
    right: -25px;
    top: 13px;
    border-radius: 100%;
}

.product-information-details .p-info li .miniTitle {
    color: var(--colorGrey);
    font-size: 13px;
}

.product-information-details .p-info li .minInfo {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorBlack);
}

.product-information-details .alert-holder {
    background-color: rgba(71, 196, 40, 0.12);
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    position: relative;
}

.product-information-details .alert-holder.red {
    background-color: rgba(255, 0, 0, 0.1);
}

.product-information-details .alert-holder .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #2AAC9E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-information-details .alert-holder .icon.arrow {
    background-color: rgba(71, 196, 40, 0.2);
    position: absolute;
    left: 61px;
    top: 16px;
}

.product-information-details .alert-holder .txt {
    margin: 0 1rem;
    font-size: 14px;
    font-weight: 600;
    color: var(--colorBlack);
}

.product-information-details .alert-holder.red .alert-icon {
    background-color: rgba(255, 0, 0);
}

.product-information-details .alert-holder.red .icon.arrow {
    background-color: rgba(255, 0, 0, 0.12);
}

.product-information-details .btn {
    padding: 1rem;
    padding-right: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    font-size: 17px;
    color: var(--colorWite);
    font-weight: 600;
    padding-left: 2rem;

}

.product-information-details .follow-btn {
    background-color: #0C63E4;
    border-radius: 4px;
    margin-top: 1rem;
    font-size: 14px;
    text-align: center;
    justify-content: center;
}

.account_details {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 1rem;
    padding: 1.2rem;
    justify-content: space-between;
}

.account_details span {
    margin-left: .5rem;
    color: grey;
}

.account_details .num {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
}

.p-holder-box-all {
    margin-top: 3rem;
}

.product-information-details .btn .icon {
    width: 50px;
    height: 50px;
    display: flex;
    padding-top: 12px;
    align-items: flex-start;
    justify-content: center;
    border-radius: 10px;
    background-color: var(--LightGrey);
}

.product-information-details .main-price {
    font-size: 23px;
    font-weight: 600;
    color: #0057FF;
}

.product-information-details .off-price {
    font-size: 23px;
    font-weight: 600;
    color: var(--colorGrey);
    text-decoration: line-through;
}

.product-information-details .price-holder {
    margin-left: 1.2rem;
}

.product-information-details .price-holder .txt {
    font-size: 20px;
    color: var(--colorBlack);
    margin-right: .5rem;
    font-weight: 600;
}

.logo {
    width: 56px;
    margin-left: 3rem;
}

.comment-section .rating {
    width: auto;
}

.comments-send .owl-carousel .owl-item img {
    display: block;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.main-product-holder img {
    max-width: 260px;
}

.main-product-holder .owl-stage {
    padding: 0 !important;
}

.footer-logo {
    max-width: 155px;
}

.dark-mode {
    margin-left: 2.5rem;
}

.dark-mode .btn {
    background-color: #f9f7eb;
    border-radius: 12px;
    box-shadow: 0px 4px 100px 0px #00000012;
    color: #FFC700;
    padding: .5rem;
    display: flex;
    align-items: center;
    width: 110px;
    justify-content: space-between;
    position: relative;
}

.dark-mode .btn.dark {
    background-color: #343434;
}

.dark-mode .btn .night {
    position: absolute;
    right: 10px;
    top: 17px;
}

.dark-mode .btn .icon {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 40px;
    position: relative;
    height: 40px;
    margin-left: 1rem;
    justify-content: center;
    transition: all .2s linear;
    left: 0;
}

.dark-mode .btn.dark {
    color: #fff;
}

.dark-mode .btn.dark .icon {
    left: -54px;
}

.comment-top .rating svg {
    margin-top: -.5rem;
}

.product-tabs {
    background-color: var(--colorWite);
    box-shadow: 0px 4px 120px 0px #00000017;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 1rem;
}

.product-tabs .nav {
    justify-content: flex-start;
    border: none;
}

.product-tabs .nav .nav-link {
    border: none !important;
}

.product-tabs .nav-tabs .nav-link {
    border-radius: 12px;
    padding: .8rem;
    color: var(--colorGrey);
    margin: 0 1rem;
}

.product-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-radius: 12px;
    padding: .8rem;
    color: var(--colorBlack);
    font-weight: 600;
}

.product-tabs .tab-content .title {
    margin-top: 5rem;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 3rem;
}

.product-tabs .tab-content p {
    color: var(--colorGrey);
    font-size: 15px;
    line-height: 28px;
    text-align: right;
}

.product-features {
    margin-top: 2rem;
}

.product-features .feature-details {
    border-radius: 12px;
    padding: 1rem;
    background-color: var(--colorWite);
    box-shadow: 0px 4px 100px 0px #00000014;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.product-features .feature-details .btnTxt {
    background-color: var(--colorBlack);
    border-radius: 12px;
    padding: .8rem;
    font-size: 15px;
    color: var(--colorWite);
    min-width: 135px;
    text-align: center;
    font-weight: 600;
}

.product-features .feature-details .txt {
    font-size: 20px;
    color: var(--colorBlack);
    font-weight: 600;
}

.review-holder-feature .review-title {
    margin-top: 4rem;
}

.review-holder-feature .sub-txt {
    margin-top: .8rem;
    font-size: 16px;
    color: var(--colorGrey);
}

.review-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4rem;
    margin-top: 3rem;
}

.review-button .btn {
    margin: 0 1rem;
    width: 32%;
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 15px;
    font-weight: 600;
    font-size: 20px;
    border: none;
}

.review-button .btn:nth-child(2) {
    background-color: #FFDF39;
    justify-content: space-between;
    color: var(--colorBlack);
}

.review-button .btn:last-child {
    background-color: var(--LightGrey);
    justify-content: space-between;
    color: var(--colorBlack);
}

.review-button .btn:last-child .colorTxt {
    color: #B98500;
    font-size: 14px;
}

.comment-product-page {
    margin-top: 3rem;
    padding: 0 4rem;
}

.comment-product-page .form-control {
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid var(--colorGrey);
}

.comment-product-page .form-control.textarea {
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 2px dashed var(--colorGrey);
}

.comment-product-page .btn {
    background-color: #FFDF39;
    color: var(--colorBlack);
    padding: 1rem 4rem;
    border-radius: 15px;
    font-weight: 600;
}


.avatar-upload {
    position: relative;
    max-width: 205px;
    margin-bottom: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 12px;
    background: #2D2D2D;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: 13px;
    right: -7px;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: " ";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 155px;
    height: 155px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.panel-sidebar .profile-control {
    box-shadow: 0px 4px 50px 0px #0000001A;
    border-radius: 20px;
    border: 0.6px solid var(--LightGrey);
    padding: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dashboard {
    margin: 4rem auto;
}

.panel-sidebar .profile-control .expert {
    color: var(--colorGrey);
    font-size: 14px;
}

.panel-sidebar .profile-control .user-name {
    font-size: 29px;
    color: var(--colorBlack);
    margin-bottom: .5rem;
}

.panel-sidebar .panel-menu {
    padding: 0;
    margin: 0;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
}

.panel-sidebar .panel-menu li {
    list-style: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #e5e5e5;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
    position: relative;

}

.panel-sidebar .panel-menu li.active {
    background-color: var(--colorBlack);
}

.panel-sidebar .panel-menu li.active .txt {
    color: var(--colorWite);
}

.panel-sidebar .panel-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-sidebar .panel-menu .notif-count {
    box-shadow: 0px 4px 30px 0px #FED801;
    background: #FED801;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--colorBlack);
    top: -6px;
    position: absolute;
    right: -9px;
}

.panel-sidebar .panel-menu li .icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
}

.panel-sidebar .panel-menu li.exit {
    background-color: rgba(255, 0, 0, 0.1);

}

.panel-sidebar .panel-menu li.exit .txt {
    color: #FF2E00;
}

.panel-sidebar .panel-menu li.active .icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: #A4A4A4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
}

.panel-sidebar .panel-menu li .txt {
    margin-right: 0;
    font-weight: 600;
    font-size: 17px;
    color: var(--colorBlack);
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.dashboard .fast-access .main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0.6px solid var(--LightGrey);
    padding: 2rem;
    border-radius: 20px;
}

.org {
    color: #FF6B35 !important;
}

.dashboard .fast-access .main-box .details {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 1rem;
}

.dashboard .fast-access .main-box .details .mainTxt {
    font-size: 17px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-bottom: .5rem;
}

.dashboard .fast-access .main-box .counter {
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorBlack);
    background-color: #e5e5e5;
    width: 50px;
    height: 50px;
    padding: 1rem;
}

.dashboard .reports {
    margin-top: 0;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0px 4px 40px 0px #0000000A;

}

.dashboard .head {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.dashboard .head .miniTitle {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorBlack);
}

.dashboard .head .btn-holder {
    border-radius: 15px;
    padding: .5rem;
    background-color: var(--colorWite);
    box-shadow: 0px 4px 100px 0px #0000001F;

}

.dashboard .head .btn-holder .btn {
    width: 120px;
    padding: .5rem;
    border-radius: 12px;
}

.dashboard .empty-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem;
}

.dashboard .notif-holder {
    padding: 3rem;
    box-shadow: 0px 4px 40px 0px #0000000A;
    border-radius: 15px;
    margin-top: 2rem;
}

.dashboard .notif-holder .notif-box {
    background-color: var(--LightGrey);
    margin-top: 2rem;
    border-radius: 15px;
    padding: 3rem;
    position: relative;
}

.dashboard .notif-holder .notif-box p {
    color: var(--colorGrey);
    line-height: 30px;
    font-size: 14px;
    width: 80%;
}

.dashboard .notif-holder .report-time {
    background-color: var(--colorWite);
    border-radius: 12px;
    color: var(--colorBlack);
    padding: .7rem 1.5rem;
    position: absolute;
    top: 15px;
    left: 15px;
}

.dashboard .notif-holder .head .btn {
    padding: 1rem 1.5rem;
    background-color: var(--colorWite);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--LightGrey);
}

.dashboard .notif-holder .head .btn svg {
    margin-right: .5rem;
}

.btn-reponsive .main-bottom {
    display: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.owl-best-sell .product-single-show:after {
    box-shadow: none;
}

.owl-top-product .owl-stage {
    padding: 0 !important;
}

.ipad-section .product-single-show:after {
    box-shadow: none;
}

.dashboard-version-two.pluse aside {
    padding-top: 2rem;
    border-left: 1px solid var(--LightGrey);
    padding-left: 2rem;
    position: fixed;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.dashboard-version-two aside {
    padding-top: 2rem;
    border-left: 1px solid var(--LightGrey);
    padding-left: 2rem;
    position: fixed;
    height: 100%;
}

.dashboard-version-two aside .logo-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.dashboard-version-two aside .logo {
    width: 90px;
    margin: 0;
}

.dashboard-version-two aside .user-info {
    margin-top: 2rem;
    padding: 1rem;
    border: 1px solid var(--LightGrey);
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.dashboard-version-two aside .user-info img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-left: .5rem;
}

.dashboard-version-two aside .user-info .number {
    font-weight: 600;
}

.dashboard-version-two .sidebar-link {
    margin-top: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eff1f5;
    padding-bottom: 1rem;
    padding-top: 1rem;
    justify-content: space-between;
    border-radius: 10px;
    padding-left: .5rem;
    padding-right: .5rem;
}

.dashboard-version-two .sidebar-link:hover {
    background-color: #eff1f5;
}

.dashboard-version-two .sidebar-link span {
    color: #838aa2;
    margin-right: .5rem;
    margin-top: .3rem;

}

.dashboard-version-two .sub-txt {
    margin-right: 5rem;
    color: #000 !important;
    font-size: 11px;
}

.dashboard-version-two .circle {
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.todo {
    position: relative;
    margin: 15px auto;
    overflow: hidden;
    padding: 0;
    width: 270px;
}

.todo > span {
    position: absolute;
    right: 29px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    background-color: #7557e9;
    background-image: linear-gradient(0deg, #7557e9 0%, #967fee 100%);
    box-shadow: 0 15px 10px rgba(117, 87, 233, .3);
    top: 29px;
    z-index: 91;
    text-align: center;
    font-weight: bold;
    color: #fff;
    animation: energy 0.5s infinite;
    -webkit-animation: energy 0.5s infinite;
}

.todo > span::before {
    content: "";
    background-image: url(../images/barg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: -19px;
    right: 5px;
}

.todoinfo {
    position: absolute;
    right: 88px;
    z-index: 9;
    top: 18px;
    text-align: right;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    top: 0;
    bottom: 0;
    align-items: center;
    align-content: center;
}

.todoinfo > label {
    display: block;
    font-size: 12px;
    color: #838aa2;
}

.todoinfo > b {
    display: block;
    font-size: 12px;
    color: #000;
}

.todo img {
    width: 100%;
}

.orders-list {
    padding: 2rem;
    border: 1px solid var(--LightGrey);
    background-color: var(--boxBg);
    border-radius: 15px;
}

.orders-list .order-details {
    display: flex;
    align-items: center;
}

.orders-list .order-details span {
    font-size: 14px;
    color: var(--colorGrey);
    margin-left: 1rem;
    padding-left: .5rem;
    border-left: 1px solid var(--LightGrey);
}

.orders-list .order-details span:last-child {
    border: none;
}

.orders-list .order-image {
    border-top: 1px solid var(--LightGrey);
    padding-top: 1rem;
    margin-top: 1rem;
}

.orders-list .order-image img {
    width: 75px;
    border-radius: 4px;
    margin-top: 1.2rem;
    margin-left: 1.5rem;
}

.orders-list .btn {
    margin-top: 2rem;
    border-radius: 12px;
    padding: .7rem;
    font-size: 13px;
    background-color: var(--colorBlack);
    color: var(--LightGrey);
}

.orders-list .title {
    margin-bottom: 2rem;
}

.orders-list .order {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid var(--LightGrey);
}

.orders-list .order.cancel .txt.status {
    color: red;
}

.orders-list .order.pending .txt.pending {
    color: blue;
}

.fav-btn-holder .btn-delete {
    background-color: transparent;
    border: 1px solid red;
    color: red;
    margin-left: 1rem;
    width: 40%;
}

.fav-btn-holder {
    display: flex;
}

.fav-btn-holder .btn-dark {
    width: 60%;
}

.fav-btn-holder .btn-delete svg {
    width: 20px;
    height: 20px;
    margin-left: .7rem;
}

.orders-list .alert-item {
    border: 1px solid var(--LightGrey);
    border-radius: 12px;
    margin-bottom: 2rem;
    padding: 2rem;
}

.orders-list .alert-item .alert-head {
    display: flex;
    align-items: center;
}

.orders-list .alert-item .alert-head svg {
    width: 35px;
    height: 35px;
    margin-left: .7rem;
}

.alert-item .alert-date {
    font-size: 12px;
    color: var(--colorGrey);
}

.orders-list .alert-title {
    font-size: 17px;
    color: var(--colorGrey);
}

.orders-list .alert-body {
    margin-top: 2rem;
}

.owl-product .item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.event-jpl img {
    width: 150px;
    margin-right: 3rem;
}

.comment .like-section img {
    max-width: 30px;
}

.comment .btn {
    border: 1px solid #ccc;
    border-radius: 7px;
    font-size: 14px;
    padding: .7rem 1.2rem;
    background-color: #9dbe3b;
    color: #fff;
}

.loc-img {
    width: 22px;
}

.accordion-flush .accordion-collapse {
    background-color: #fff;
}

.owl-sp img {
    max-width: 120px !important;
}

.owl-sp a h6 {
    color: #999;
}


.owl-user a h6 {
    color: #999;
}

.search-holder-main {
    width: 100%;
}

.search-holder-main input {
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem;
    border: none;
    margin-bottom: 0;
    padding-right: 3rem;
    height: 70px;
}

.user-profile-details p {
    font-size: 15px;
    color: grey;
    line-height: 30px;
}

.user-profile-details .main-image img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 2rem;
}

.user-profile-details .item {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.operator {
    background-color: #fff;
    padding: .7rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.operator img {
    width: 100px;
}

.operator .title-sec {
    margin-top: 1.2rem;

}

.operator span {
    color: grey;
}

.meeting-details-fix {
    background-color: #fff;
    padding: 2rem;
    border-radius: 16px;
    margin-top: 1rem;
}

.meeting-details-fix span {
    font-size: 16px;
    color: grey;
}

.meeting-details-fix img {
    width: 25px;
    margin-left: .7rem;
}

.fixed-box-holder {
    position: relative;
    transition: all .3s linear;
}

.anchor_holder {
    padding: 0 14px;
    border-radius: 12px;
    background-color: #fff;
    overflow-x: auto;
    overflow-y: hidden;
    height: 62px;
    white-space: nowrap;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-top: 1rem;
}

.anchor_holder button {
    border: none;
    background-color: transparent;
    font-size: 15px;
    height: 100%;
    color: #000;
    margin-left: 2rem;
    font-weight: bold;
    transition: all .2s ease;
    box-sizing: border-box;
}

.anchor_holder button:hover {
    color: #2eb4ff;
    border-bottom: 2px solid #2eb4ff;
}

.fixed-box-holder.active {
    top: 10px;
}

.gallery-holder-main {
    margin-top: 2rem;
}

.gallery-holder-main a img {
    border-radius: 5px;
    margin-left: .5rem;
    width: 160px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.author-article .social-holder img {
    width: 35px;
}

.download-holder {
    border-radius: 10px;
    background-color: #fff;
    padding: 2rem;
    margin-top: 2rem;
}

.download-holder img {
    width: 45px;
}

.video-holder-box {
    border-radius: 10px;
    overflow: hidden;
}

.ex-holder {
    flex-wrap: wrap;
}

.text-right {
    text-align: right !important;
}

.ex-holder-box {
    padding: 1rem;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

.ex-holder span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .4rem;
    border-radius: 5px;
    background-color: #002F3F;
    color: #fff;
    margin-left: .5rem;
    margin-top: 1rem;
    font-size: 12px;
}

.video-show-box {
    background-color: var(--colorWite);
    border-radius: 16px;

    padding: 2rem 2rem 1rem 2rem;
}

.video-show-box .cm-title {
    font-size: 21px;
    color: var(--colorBlack);
    margin-right: .6rem;
    font-weight: 600;
}

.custom-box {
    display: flex;
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 16px;
    background-color: #fff;
    margin-top: 2rem !important;

    flex-direction: column-reverse;
}

.custom-box .btn {
    margin-top: 1rem;
    padding: .6rem;
    border-radius: 10px;
    font-size: 14px;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.custom-box img {
    width: 20%;
    height: auto;
    max-height: 140px;
    object-fit: cover;
    border-radius: 10px;
}

.custom-box .content {
    flex: 1;
    margin-left: 20px;
}

.custom-box .title {
    font-size: 1.2rem;

    font-weight: normal;
    margin-bottom: 10px;
    margin-top: .7rem;
    margin-right: 0;
    padding-right: 0;
}

.custom-box .description {
    font-size: 14px;
    color: grey;
}

.product-features .custom-box .title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: normal;
}

.product-features .custom-box img {
    width: 30%;
}

.projcard-container {
    margin: 50px 0;
}


.projcard-container,
.projcard-container * {
    box-sizing: border-box;
}

.projcard-container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.projcard {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 0;
    border-radius: 10px;
    background-color: #fff;
    font-size: 18px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    border: 1px solid #ddd;
}

.projcard:hover {
    box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
    transform: translate(0px, -3px);
}

.projcard::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 0.07;
}

.projcard:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-innerbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.projcard-img {
    position: absolute;
    height: 100%;
    width: 400px;
    top: 0;
    left: 0;
    transition: transform 0.2s ease;
    object-fit: cover;
}

.projcard:nth-child(2n) .projcard-img {
    left: initial;
    right: 0;
}

.projcard:hover .projcard-img {
    transform: scale(1.05) rotate(1deg);
}

.projcard:hover .projcard-bar {
    width: 70px;
}

.projcard-textbox {
    position: absolute;
    top: 7%;
    bottom: 7%;
    left: 430px;
    width: calc(100% - 470px);
    font-size: 17px;
}

.projcard:nth-child(2n) .projcard-textbox {
    left: initial;
    right: 430px;
}

.projcard-textbox::before,
.projcard-textbox::after {

    position: absolute;
    display: block;
    background: #ff0000bb;
    background: #fff;
    top: -20%;
    left: -55px;
    height: 140%;
    width: 60px;
    transform: rotate(8deg);
}

.projcard:nth-child(2n) .projcard-textbox::before {
    display: none;
}

.projcard-textbox::after {
    display: none;
    left: initial;
    right: -55px;
}

.projcard:nth-child(2n) .projcard-textbox::after {
    display: block;
}

.projcard-textbox * {
    position: relative;
}

.projcard-title {
    font-size: 24px;
}

.projcard-subtitle {

    color: #888;
}

.projcard-bar {
    left: -2px;
    width: 50px;
    height: 5px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.projcard-blue .projcard-bar {
    background-color: #0088FF;
}

.projcard-blue::before {
    background-color: #fff;
}

.projcard-green .projcard-bar {
    background-color: #40BD00;
}

.projcard-green::before {
    background-image: linear-gradient(-70deg, #40BD00, transparent 50%);
}

.projcard-green:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #40BD00, transparent 50%);
}

.projcard-yellow .projcard-bar {
    background-color: #F5AF41;
}

.projcard-yellow::before {
    background-image: linear-gradient(-70deg, #F5AF41, transparent 50%);
}

.projcard-yellow:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #F5AF41, transparent 50%);
}

.projcard-orange .projcard-bar {
    background-color: #FF5722;
}

.projcard-orange::before {
    background-image: linear-gradient(-70deg, #FF5722, transparent 50%);
}

.projcard-orange:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #FF5722, transparent 50%);
}

.projcard-brown .projcard-bar {
    background-color: #C49863;
}

.projcard-brown::before {
    background-image: linear-gradient(-70deg, #C49863, transparent 50%);
}

.projcard-brown:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #C49863, transparent 50%);
}

.projcard-grey .projcard-bar {
    background-color: #424242;
}

.projcard-grey::before {
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
}

.projcard-grey:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-customcolor .projcard-bar {
    background-color: var(--projcard-color);
}

.projcard-customcolor::before {
    background-image: linear-gradient(-70deg, var(--projcard-color), transparent 50%);
}

.projcard-customcolor:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, var(--projcard-color), transparent 50%);
}

.projcard-description {
    z-index: 10;
    font-size: 15px;
    color: #424242;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projcard-tagbox button {
    bottom: 3%;
    font-size: 25px;
    cursor: default;
    user-select: none;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    border: none;
    outline: none;
    background: purple;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.projcard-tagbox a {
    text-decoration: none;
    color: #ddd;
}

.edit-profile-section {
    background-color: #fff;
    border-radius: 10px;
    padding: 1.5rem;
}

.edit-profile-section .form-group {
    margin-bottom: 2rem;
}

.edit-profile-section label {
    margin-bottom: .8rem;
}

.edit-profile-section .form-control {
    padding: 1rem .5rem;
}

.ck-content {
    height: 400px !important;
}

.user-name {
    background-color: #002f3f;
    color: #fff;
    padding: .5rem;
    border-radius: 5px;
}

.text-box {
    margin: 2rem auto;
}

.modal .logo {
    margin-left: 0;
}

.modal .sing-holder .main-body {
    margin: 0 auto;
}

.errorList li {
    background-color: rgba(255, 0, 0, 0.13);
    color: red;
    margin-top: .5rem;
    font-size: 12px;
    padding: .3rem;
    border-radius: 4px;
}

.user-name a {
    color: #fff;
}

.user-meeting img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.price-main {
    font-size: 19px;
    margin-top: 1rem;
}

.job-status {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    height: 36px;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-holder {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.custom_banner img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    margin-top: 3rem;
}

.c_body {
    height: 175px;
}

.site_about {
    margin: 4rem auto;
}

.site_about p {
    text-align: center;
    color: grey;
    margin-top: 1rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: -1px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.about-area {
    position: relative;
}

.about-img-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.about-img-wrap .mask-img-wrap {
    -webkit-mask-image: url(../images/mask_img.png);
    mask-image: url(../images/mask_img.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 472px;
    width: 417px;
    margin: 0 auto;
}

.about-img-wrap .mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articles-list .article-item {
    padding: 1rem;
}

.articles-list .article-item .title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    height: 65px;
}

.articles-list .article-item .img-holder img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.articles-list .article-item .latin-name {
    margin: 1rem 0 .5rem;
}

.articles-list .article-item .author-details .btn-read {
    border-radius: 5px;
    padding: .5rem 1rem;
    font-size: 11px;
    color: #262262;
    background-color: #eae9f0;
    font-weight: 600;
    margin-top: .5rem;
}

.articles-list .article-item .profile-holder-main img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.articles-list .article-item .date-holder span {
    font-size: 11px;
}

.articles-list .article-item .author-details {
    align-items: flex-start;
    margin: 0;
}

.articles-list .article-item {
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.articles-list .article-sidebar {
    border-radius: 7px;
    margin-top: 3rem;
}

.articles-list .article-sidebar {
    box-shadow: none;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.articles-list .article-sidebar .body {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
}

.articles-list .article-sidebar .body span {
    border-radius: 4px;
    padding: .3rem;
    color: #000;
    margin-left: .2rem;
    margin-bottom: .3rem;
}

.articles-list .article-sidebar .body a {
    width: 100%;
    display: inline-flex;
    box-shadow: none;
    padding: 0;
    border: none;
    font-weight: normal;
    font-size: 14px;
    position: relative;
}

.articles-list .article-sidebar .body a .points {
    position: absolute;
    font-weight: bold;
    left: 2px;
    right: 0;
    margin: auto;
    width: 76%;
    height: 17px;
    padding: 0px;
    border-radius: 40px;
    background-color: #ccc;
    text-align: center;
    top: 42px;
    color: #000;
    display: flex;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    transition: all .2s linear;
}

.articles-list .article-sidebar .body a .points svg {
    margin-top: -2px;
    margin-right: 2px;
}

.articles-list .article-sidebar .body a .points:hover {
    color: #0c63e4;
    background-color: #fff;
}

.custom_banner_article img {
    margin-bottom: 2rem;
    width: 100%;
    border-radius: 15px;
}


.articles-list .article-item .latin-name {
    margin: 0 !important;
}

.articles-list .article-item .author-details {
    align-items: center;
    margin: 0;
}

.articles-list .author-details .read-more {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 1rem;
}

.articles-list .author-details .read-more .read-time {
    margin-top: 1rem;
    color: #8092b0;
    font-size: 11px;
    position: relative;
    bottom: -8px;
}

.articles-list .author-details .read-more a {
    color: #3b82f6;
    font-size: 11px;
    background-color: rgba(245, 249, 255, 1);
    padding: .3rem;
    line-height: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: .25rem;
    align-items: center;
    border: none;
    display: flex;
    justify-content: center;
}

.articles-list .author-details .read-more a svg {
    margin-left: .5rem;
}


.main-article-holder {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ECFEDB;
    border-radius: 1rem;
}

.articles-holder {
    margin-top: 10rem;
    position: relative;
    margin-bottom: 25rem;
}

.floating-article {
    position: absolute;
    top: -185px;
    padding-left: 0;
    width: 100%;
}

.floating-article .article-item .img-holder img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    border-bottom: 1px solid #2d3748;
    border-radius: 0 !important;
}

.floating-article .article-item .profile-holder-main img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: .5rem;
}

.floating-article .article-item {
    margin-bottom: 1.5rem;
    padding: 0;
    border: 1px solid #2d3748;
}

.floating-article .article-item:hover .title {
    color: #3b82f6;
}

.floating-article .article-item .latin-name {
    margin: 0 !important;
}

.floating-article .article-item .author-details {
    align-items: center;
    margin: 0;
}

.floating-article .author-details .read-more {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 1rem;
}

.floating-article .author-details .read-more .read-time {
    margin-top: 1rem;
    color: #8092b0;
    font-size: 11px;
    position: relative;
    bottom: -8px;
}

.floating-article .author-details .read-more a {
    color: #1E40AF;
    font-size: 11px;
    background-color: rgba(245, 249, 255, 1);
    padding: .3rem;
    line-height: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: .25rem;
    align-items: center;
    border: none;
    display: flex;
    justify-content: center;
}

.floating-article .author-details .read-more a svg {
    margin-left: .5rem;
}

.mt-3rem {
    margin-top: 3rem;
}

.operation-article button {
    color: #e81c4d;
    font-size: .75rem;
    padding: .3rem;
    line-height: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    background-color: rgba(220, 38, 38, 0.1);
    border-radius: .25rem;
    align-items: center;
    border: none;
    display: flex;
    justify-content: center;
    margin-right: .75rem;
}

.operation-article button svg {
    margin-left: .2rem;
}

.operation-article a svg {
    margin-left: .2rem;
}

.operation-article a {
    color: #607496;
    font-size: .75rem;
    padding: .3rem;
    line-height: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    background-color: rgba(96, 116, 150, 0.1);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-article-holder .description-box h3 {
    color: rgb(45, 45, 45);
    font-size: 36px;
    font-weight: 800;
}

.main-article-holder .description-box p {
    color: #4d5663;
    font-size: 18px;
    margin-top: 2rem;
}

.main-article-holder .description-box .btn {
    background-color: #3b82f6;
    color: #333333;
}

.like_article button {
    margin-right: 1rem;
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.like_article button span {
    font-size: 16px;
    color: grey;
}

.aTwo {
    margin-top: 3rem;
}

/*.floating-article.index_page .article-item:nth-child(1){*/
/*    height: 401px;*/
/*    margin-bottom: 0;*/
/*}*/
/*.floating-article.index_page .article-item:nth-child(1) .title{*/
/*    height: 120px;*/
/*}*/
/*.floating-article.index_page .article-item:nth-child(2){*/
/*    margin-top: 3rem;*/
/*}*/

.author_article_details {
    background-color: #fff;
    border-radius: 5px;
    padding: 2rem;
}

.author_article_details img {
    width: 59px;
    height: 59px;
    border: 3px solid #0c63e4;
    border-radius: 50%;
    margin-left: 1rem;
}

.author_article_details .name {
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.author_article_details .description {
    font-size: 14px;
    color: rgb(149, 160, 177);
    margin-top: 1rem;
}

.article_title_section {
    font-size: 40px;
    color: #DEDAD7FF;
}


.filter-articles {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
}

.main_drop_holder {
    position: relative;
    margin-left: 1rem;
}

.filter-type .item {
    border: 1px solid #1e1d1d;
    border-radius: 4px;
    padding: .4rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 140px;
    cursor: pointer;
}

.hover_item {
    display: none; /* مخفی کردن به صورت پیش‌فرض */
    position: absolute;
    top: 100%; /* قرار دادن زیر item */
    left: 0;
    background-color: white; /* رنگ پس‌زمینه */
    border: 1px solid #ccc; /* حاشیه */
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 4px;
    z-index: 9;
}

.hover_item button {
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: right;
    padding: .3rem .4rem;
    transition: all .1s linear;
    border-radius: 3px;
}

.hover_item button:hover {
    background-color: #dedede;
}

.main_drop_holder .item:hover .hover_item {
    display: block; /* نمایش دادن زمانی که کاربر روی item هاور می‌کند */
}

.discuss .filter-articles {
    border-bottom: none;
    padding-bottom: 0;
}

.discuss .holder {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.discuss .search-box {
    margin-left: 0;
}

.discuss .search-box .form-control {
    padding: 1rem 1rem;
    border-radius: .75rem;
    height: 4rem;
    padding-right: 5rem;
    border: none !important;
}

.discuss .search-box .form-group {
    position: relative;

}

.discuss .search-box .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #f7f8f9;
    border-radius: .375rem;
    top: 19px;
    right: 13px;
}

.discuss .search-box .btn {
    height: 4rem;
    border-radius: .75rem;
}

.q_type {
    margin-left: 0;
}

.question-box .item {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-top: 2rem;
    padding-bottom: 1.75rem;
    border-radius: .75rem;
    background-color: #fff;
    margin-top: 2rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
}

.question-box .item.discuss {
    border-right: 3px solid #4f8a28;
}

.question-box .item.question {
    border-right: 3px solid #bd0000;
}

.question-box .item.experiense {
    border-right: 3px solid #736f6f;
}

.type_holder .btn {
    font-size: 13px;
    height: 2.5rem !important;
    border-radius: 5px !important;
    margin-left: 1rem;
    background-color: #DEDAD7FF !important;
}

.type_holder .btn svg {
    margin-left: .5rem;
}

.question-box .item.best-answer {
    background-color: rgba(59, 130, 246, 0.08);
    border: 0 solid #f7f8f9;
}

.question-box .item img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 3px solid #ccc;
    margin-left: 1rem;
}

.single-question .item img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.single-question .description {
    padding: .8rem;
    border-radius: 7px;
    background-color: #F7F8F9;
    color: rgb(55, 65, 81);
    line-height: 38px;
}

.replay-btn-diss {
    padding: .5rem;
    border-radius: 7px;
    display: flex;
    color: #fff;
    align-items: center;
}

.comment_num .like-button {
    cursor: pointer;
}

.replay-btn-diss svg {
    margin-left: .5rem;
}

.question-box .item a {
    color: #475466;
    transition: all .2s linear;
}

.replay-btn-diss {
    color: #3ba0f9 !important;
}

.question-footer {
    padding-top: 2rem;
    border-top: 1px solid rgba(149, 160, 177, 0.2);
}

.question-box .item a:hover {
    color: #3b82f6;
}

.question-box .item .name {
    font-size: 24px;
    font-weight: bold;
}

.question-box .item .time {
    font-size: 12px;
    color: rgb(149, 160, 177);
}

.separator_line {
    color: grey;
    margin: 0 .5rem;
}

.question-box .item .btn-replay {
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dedede;
    font-size: 13px;
    padding: .7rem 1.2rem;
}

.question-box .item .question {
    font-size: 26px;
    font-weight: bold;
    margin-top: 2rem;
}

.question-box .item .description {
    font-size: 15px;
    margin-top: 1.5rem;
    color: rgb(121, 137, 158);
    line-height: 38px;
    margin-bottom: 1.5rem;
}

.question-box .item .cat {
    border-radius: 4px;
    font-size: 13px;
    color: #64748b;
    background-color: #f6f7f8;
    padding: .5rem;
    margin-top: 1.5rem;
}

.discuss.single .new-discuss {
    padding: 1rem;
    border-radius: 15px;
    background-color: #3b82f6;
    margin-top: 2rem;
}

.discuss.single .article-sidebar {
    border-radius: 7px;
    margin-top: 1rem;
}

.discuss.single .article-sidebar .head {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
}

.discuss.single .related_question {
    background-color: #f4ece1 !important;
    border-radius: 6px;
    display: flex;
    padding: .5rem !important;
    width: 100% !important;
    color: #4b5563;
    margin-top: 1rem;
    font-size: 14px !important;
    transition: all .2s linear;

}

.discuss.single .related_question:hover {
    background-color: rgb(255, 168, 38, 1) !important;
}

.discuss.single .related_question:hover span {
    color: #fff !important;
}

.discuss.single .related_question span {
    background-color: transparent !important;
    color: #4b5563 !important;
    margin-bottom: 0 !important;
}

.discuss.single .cat_text {
    font-size: 14px;
    color: #000 !important;
}

.discuss.single .cat_text:hover {
    color: #3b82f6 !important;
}

.question-box .form-holder {
    margin-top: 3rem;
}

.question-box .form-holder label {
    color: rgb(100, 116, 139);
    font-size: 17px;
    font-weight: bold;
    margin-bottom: .8rem;
}

.question-box .form-holder .form-control {
    height: 3.5rem;
    transition-duration: .2s;
    color: #4e5968;
    font-size: .875rem;
    line-height: 1.25rem;
    background-color: rgba(149, 160, 177, 0.1);
    border-radius: .5rem;
    margin-bottom: 2rem;
}

.question-box .form-holder .form-control.textarea {
    height: 12rem;
}

#answerForm {
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 7px;
}

.btn-item-holder {
    position: relative;
}

.btn-report {
    position: absolute;
    right: -70px;
    background-color: #ebf2fe;
    border-radius: 4px;
    border: none;
    padding: .32rem;
}

.answer .btn-report {
    position: absolute;
    left: 30px;
    right: auto;
    background-color: #ebf2fe;
    border-radius: 4px;
    border: none;
    padding: .32rem;
}

#reportForm .form-check {
    margin-bottom: 1rem;
}


.edit-delete-buttons button {
    font-size: 12px;
}

.edit-delete-buttons .btn-delete {
    color: #dc2626;
    background-color: #fceded;
    border: none;
}

.edit-delete-buttons .btn-edit {
    color: #334155;
    background-color: #e9ebed;
    border: none;
}

.edit-delete-buttons svg {
    margin-left: .3rem;
}

button:active {
    box-shadow: none;
    border: none;
    outline: none;
}

button:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    border: none;
    box-shadow: none;
}

#search-tags {
    display: flex;
    align-items: center;
}

#search-label {
    margin-right: 0.5rem;
    font-weight: bold;
}

#search-tags span {
    background-color: #607496 !important;
    padding: 0.5rem .3rem;
    font-size: 12px;
    font-weight: normal !important;
    height: 35px;
    color: #fff !important;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search-tags span:first-child {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

#search-tags span:last-child {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.answer_time {
    font-weight: bold;
    color: #629bf8 !important;
}

.question-head .expert {
    font-size: 11px;
    color: grey;
}

.ql-editor {
    font-family: bakh, sans-serif !important;
    direction: rtl;
    text-align: right;
    height: 400px;
}

#main_editor {
    height: 400px;
}

.tag_holder .tag-list {
    margin-top: 10px;
}

.tag_holder .tag-item {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 2px;
}

.tag_holder .tag-item button {
    background: none;
    border: none;
    color: white;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
}

.tagify {
    padding-right: 1rem;
    padding-top: 7px;
}

.ck-content p {
    text-align: right !important;
}

.question-box .like-button {
    background-color: transparent;
    border: none;
    position: static !important;
}

.question-box .like-button span {
    font-size: 13px;
    color: grey;
}


.main_question_holder {
    background-color: #F7F8F9;
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 2rem;
}


.articles-list .article-sidebar .body.question_item_sidebar a {
    margin-top: .2rem !important;
    margin-bottom: .2rem !important;
}

.btn_more_article {
    color: #3b82f6 !important;
    border: 1px solid #3b82f6 !important;
    padding: .7rem !important;
    border-radius: 4px !important;
    text-align: center !important;
    justify-content: center !important;
    transition: all .2s linear;
}

.btn_more_article:hover {
    background-color: #3b82f6 !important;
    color: #fff !important;
}

.sidebar_banner_custom img {
    width: 100%;
    border-radius: 10px;
    margin-top: 1rem;
}

.related_article a {
    padding-right: 0;
}

.published-article .title.related_title {
    padding-right: 0;
    color: #475466;
    font-size: 23px;
}

.related_article .author-details {
    margin-top: 0;
}

.related_article .img-holder img {
    height: 200px;
}

.related_article .read-more a {
    color: #3b82f6;
    font-size: 11px;
    background-color: rgba(245, 249, 255, 1);
    padding: .3rem;
    line-height: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: .25rem;
    align-items: center;
    border: none;
    display: flex;
    justify-content: center;
}

.related_article .read-more .read-time {
    margin-top: 1rem;
    color: #8092b0;
    font-size: 11px;
    position: relative;
    bottom: -8px;
}

.related_article .operation-article a {
    color: #607496;
    font-size: .75rem;
    padding: .3rem;
    line-height: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    background-color: rgba(96, 116, 150, 0.1);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related_article .profile-holder-main img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.top_users_item .profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: .3rem;
    transition: all .2s linear;
}

.articles-list .article-sidebar .body a:hover .profile {
    transform: scale(1.1);
}

.top_users_item a {
    width: auto !important;
}

.article-sidebar .body .top_users_item a:hover {
    background-color: transparent !important;
}

.top_users_item .name {
    font-size: 16px;
    margin-bottom: 0 !important;
}

.top_users_item .expert {
    font-size: 12px !important;
    color: grey !important;
}

.filter_query label {
    font-size: 13px;
    color: grey;
}

.top_search_holder .item {
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.top_search_holder .item .follow_title {
    color: #3B82F6;
    font-weight: bold;
    font-size: 28px;
}

.btn_follow {
    background-color: #3B82F6;
    color: #fff;
    width: 100%;
    max-width: 250px;
    padding: 1rem;
}

.search_related_box {
    border: 1px solid #e1e1e1;
    padding: 1.7rem 1rem;
    border-radius: 12px;
}

.search_related_box svg {
    margin-left: 1rem;
}

.search_related_box .count {
    font-size: 20px;
    color: rgb(81, 93, 110);
    font-weight: bold;
}

.search_related_box .txt {
    font-size: 17px;
    color: rgb(149, 160, 177);
}

.search_toolbar {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e1e1e1;
}

.search_toolbar .btn {
    font-size: 24px;
    color: #DEDAD7FF;
    margin-left: 2rem;

}

.search_toolbar .btn svg {
    margin-left: .3rem;
}

.search_toolbar .btn.active {
    background-color: #fff;
    border-radius: 9px;
    color: #3B82F6;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.search_toolbar .filter-articles {
    border: none;
    padding-bottom: 0;
}

.tag_follow {
    background-color: #E3E6EC;
    border-radius: 5px;
    font-size: 11px;
    color: #000;
    padding: .5rem;
    margin-right: .5rem;
}

.follow-btn:hover {
    color: #fff;
}

.follow_tooltip_holder {
    position: relative;
    margin-right: 1rem;
}

.follow_tooltip {
    position: absolute;
    top: -100px;
    background-color: #fff;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: auto;
    transition: all .2s linear;
    display: none;
    align-items: center;
    right: -70px;
}

.follow_tooltip_holder:hover .follow_tooltip {
    display: flex; /* نمایش در حالت هاور */
}

.follow_tooltip .tag_title {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.follow_tooltip .btn {
    font-size: 13px;
    background-color: #0c63e4;
    color: #fff;
    margin-right: 1rem;
    width: 110px;
}

.follow_tooltip .tag_title {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.follow_tooltip .absolute {
    position: absolute;
    bottom: -32px;
    right: 0;
    width: 100%;
}

.share-btn-holder .body-tag {
    display: flex;
}

.share-btn-holder .body-tag .main_tag_holder .cat {
    border-radius: 4px;
    font-size: 13px;
    color: #64748b;
    background-color: #f6f7f8;
    padding: .5rem;
    margin-top: 1.5rem;
}

.author-article .follow-btn {
    padding: .5rem 1rem;
    background-color: #0c63e4;
    color: #fff;
    font-size: 13px;
    margin-right: 1rem;
}

.list-group {
    position: absolute; /* برای قرار دادن زیر ورودی */
    z-index: 1000; /* بالاتر از دیگر عناصر */
    max-height: 200px; /* حداکثر ارتفاع */
    overflow-y: auto; /* اسکرول در صورت نیاز */
}

.question-item .item .cat-box .follow_tooltip_holder {
    margin-right: 0;
    margin-left: 1rem;
}

.namad {
    margin-top: 2rem;
}

.namad img {
    width: 200px;
}

.footer-header {
    margin-bottom: 3rem;
    padding-top: 1.5rem;
    background-color: #34322F;
    padding-bottom: 1rem;
}

.footer_logo img {
    width: 100%;
    max-width: 145px;
}

.main-footer {
    margin-top: 2rem;
    background-color: #3F3D39;
}

.footer_title_holder {
    position: relative;
}

.footer_title_holder span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -15px;
    top: -4px;
    background-color: #34322F;
    border-radius: 50%;
    z-index: 7;
}

.footer_title_holder .footer_title {
    color: #DEDAD7FF;
    font-size: 20px;
    position: relative;
    z-index: 10;
}

.footer_description {
    color: rgb(222, 218, 215);
    font-size: 15px;
    font-weight: 400;
    margin-top: 1.5rem;
    line-height: 28px;
    text-align: justify;
}

.main-footer .link_holder {
    padding-right: 3rem;
}

.main-footer .link_holder ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5rem;
}

.main-footer .link_holder ul li {
    margin-bottom: 1.2rem;
}

.main-footer .link_holder ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #DEDAD7FF;
}

.main-footer .contact_item {
    margin-top: 1.5rem;
}

.main-footer .contact_item .contact_content {
    font-size: 13px;
    color: #DEDAD7FF;
}

.main-footer .contact_item .c_title {
    font-size: 13px;
    color: #DEDAD7FF;
}

.main-footer .contact_item svg {
    position: relative;
    top: -7px;
    color: #3b82f640;
    z-index: 10;
}

.contact_item_title {
    position: relative;
}

.main-footer .contact_item .circle {
    position: absolute;
    width: 25px;
    height: 25px;
    right: -15px;
    top: -4px;
    background-color: #34322F;
    border-radius: 50%;
    z-index: 7;
}

.main-footer ul li::marker {
    color: #ecb704; /* تغییر رنگ نقطه‌های کنار li */
}

.Enamad {
    margin-top: 2rem;
}

.copy_right {
    color: rgb(165, 172, 187);
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.pr_8 {
    padding-right: 8rem;
}

.main-footer .social_footer {
    display: flex;
    align-items: center;

}

.main-footer .social_footer a {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    border-radius: 3px;
    background-color: #3F3D39;
}

.question_filter_small_screen {
    display: none;
}

.btn_close_filter_question {
    position: absolute;
    left: 7px;
    top: 3px;
}

.question_filter_small_screen .main_drop_holder {
    width: 100%;
    margin-top: 3rem;
}

.question_filter_small_screen .filter-type .item {
    width: 100%;
}

.large-hide {
    display: none;
}

.ck-editor__editable {
    min-height: 300px;
    direction: rtl;
}

.ck.ck-editor__main > .ck-editor__editable {
    background-color: #ffffff;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    border-color: #ddd;
}

/* RTL Toolbar */
.ck.ck-toolbar {
    direction: rtl;
}

.ck.ck-toolbar > .ck-toolbar__items {
    flex-direction: row-reverse;
}

.mobile_menu_holder {
    position: fixed;
    width: 62%;
    height: 100%;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    padding: 1.3rem;
    right: -2000px;
    transition: all .4s linear;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.mobile_menu_holder.active {
    right: 0;
}

.mobile_menu_holder .close {
    position: absolute;
    left: 15px;
    bottom: 38px;
}

.mobile_menu_holder .close img {
    width: 30px;
}

.mobile_menu_holder .mobile_logo {
    width: 100%;
    max-width: 140px;
    margin: auto;
    margin-bottom: 1rem;
}

.mobile_menu_holder .mobile_menu {
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
    border-top: 1px solid #5d5a5a;
}

.mobile_logo_holder {
    display: flex;
    text-align: center;
}

.mobile_menu_holder .mobile_menu a {
    margin-bottom: 1.7rem;
    color: rgba(92, 103, 119);
    display: flex;
    align-items: center;
}

.mobile_menu_holder .mobile_menu a svg {
    margin-left: .7rem;
}

.navbar-brand .logo {
    display: inline-flex;
}


.best_answer {
    position: absolute;
    left: 90px;
    top: 32px;
}

.best-answer-icon {
    position: relative;
    cursor: pointer; /* نشانگر ماوس به حالت اشاره‌گر تغییر می‌کند */
}

.best-answer-icon::after {
    content: attr(title); /* متن tooltip */
    position: absolute;
    bottom: 120%; /* موقعیت tooltip */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7); /* پس‌زمینه */
    color: #fff; /* رنگ متن */
    padding: 5px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    font-size: 13px;
}

.best-answer-icon:hover::after {
    opacity: 1; /* زمانی که ماوس روی آیکون است، tooltip نمایش داده می‌شود */
    visibility: visible;
}

.new_diss_small {
    display: none;
}

.article-information .body.article-body {
    overflow-x: hidden;
}


.meeting_list .filter-articles {
    border-bottom: none;
    padding-bottom: 0;
}


.question-box .item .body img {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
}

.articles-list.book_list .article-sidebar {
    border-radius: 7px;
    margin-top: 0rem;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.filter_books {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background-color: #fff;
    padding: 1.5rem 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.filter_books .btn-filter {
    background-color: transparent;
    color: rgb(102, 102, 102);
    font-size: 14px;
    border: none;
    padding: .5rem;
    border-radius: 5px;
}

.filter_books .btn-filter.active {
    background-color: #0d6efd;
    color: #fff;
}

.collapse_sidebar {
    position: absolute;
    right: 235px;
    top: -7px;
}

.collapse_sidebar.active svg {
    rotate: 180deg;
}

.article-sidebar .form-check .count {
    position: absolute;
    left: 5px;
    top: -2px;
    font-size: 15px;
    color: #2d3748;
}

.book-item {
    background-color: #fff;
    padding: 1rem;
    border-radius: 5px;
    position: relative;
    margin-top: 6rem;
}

.book-item .book-img {
    border-radius: 5px;
    width: 100%;
    height: 260px;
    object-fit: contain;
    position: relative;
    margin-top: -4rem;
}

.book-title {
    text-align: center;
    margin: 1rem auto;
    font-size: 15px;
    color: rgb(71, 84, 102);
    min-height: 62px;
}

.book-footer {
    border-top: 1px solid #ccc;
    padding-top: .8rem;
}

.book-footer img {
    width: 15px;
    height: 15px;
}

.book-footer .txt {
    font-size: 12px;
    color: grey;
}

.book-footer .price {
    font-size: 19px;
    font-weight: bold;
    color: rgb(71, 84, 102);
    margin-left: .2rem;
}

.book-item .book-details {
    margin-bottom: 1rem;
}

.book-item .star_holder img {
    width: 18px;
    height: 18px;
    margin-left: .3rem;
}

.book-item .cm_count {
    border-radius: 3px;
    background-color: #EEF0F3;
    padding: .3rem;
}

.book-item .cm_count .count {
    margin-right: .4rem;
    font-size: 12px;
    color: #000;
}

.acc-title {
    font-size: 13px;
    font-weight: normal;
    margin-right: .2rem;
    color: #2d3748;
}

p {
    word-wrap: break-word;
}

.book_details .product-tabs .nav {
    justify-content: flex-start;
    background-color: #fff;
    border-radius: 15px;
    padding: 1.5rem;
}

.book_details .product-tabs {
    background-color: transparent;
    box-shadow: none;
    border-radius: 25px;
    padding: 0;
    margin-top: 1rem;
}

.book_details .user-profile-details .main-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-top: 0;
    max-height: 400px;
    object-fit: contain;
}

.book_details .product-information-details .main-image {
    border-radius: 20px;
    background-color: transparent;
    padding-bottom: 0;
}

.book_details .book_info {
    line-height: 40px;
}

.book_details .book_info .txt {
    color: grey;
}

.book_details .cat-box {
    margin-top: 0;
}

.book_details .follow_tooltip .btn {
    font-size: 13px;
    background-color: #0c63e4;
    color: #fff;
    margin-right: 1rem;
    width: 110px;
    padding: .4rem !important;
    border-radius: 7px;
    justify-content: center;
}

.book_details .cat {
    border-radius: 4px;
    font-size: 13px;
    color: #64748b;
    background-color: #f6f7f8;
    padding: .5rem;
    margin-top: 1.5rem;
}

.book_details .tab-content {
    border-radius: 13px;
    margin-top: 1rem;
    padding: 1.2rem;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.book_details .review {
    margin-top: 0rem;
}

.book_details .review .comment-section {
    margin-top: 1rem;
}

.book_details .product-features {
    margin-top: 0rem;
}

.download_box {
    background-color: #fff;
    border-radius: 8px;
    padding: 1.3rem;
    margin-top: 3rem;
    margin-bottom: 2rem;

}

.download_box_header {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
}

.download_box_header .file_type {
    margin-top: .3rem;
    color: #2d3748;
}

.download_box_header .txt {
    color: grey;
    margin-bottom: .7rem;
    font-size: 12px;
}

.download_box_header svg {
    margin: .3rem 0;
}

.download_link {
    margin-top: 1rem;
}

.download_link .price {
    font-weight: bold;
    font-size: 17px;
    margin-left: .3rem;
}

.download_link .txt {
    font-size: 13px;
    color: #736f6f;
}

.download_link.float_download_link {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 95%;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    padding: 1rem;
    display: none;
}

.btn_download_book {
    background-color: #0c63e4;
    color: #fff;
    border-radius: 7px;
    font-size: 13px;
    margin-top: 2rem;
    width: 100%;
    padding: .8rem;
}


.description_book_box {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 1rem !important;
    padding: 2rem;
}

.book_sec_title {
    margin-right: 1rem;
}

.description_book_box p, div, span, b {
    font-family: bakh, sans-serif !important;
}

.book_details audio {
    width: 100%;
    background: #fff;
    padding: .5rem;
    border-radius: 10px;
    margin-top: 1rem;
}

.book_details .main-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
}

.footer_details_book {
    padding-top: 1rem;
    border-top: 1px solid #ccc;
    margin-top: 2rem;
}

.footer_details_book a {
    margin-right: .5rem;
}

.footer_details_book .txt {
    margin-left: .5rem;
}

.best_answer_po {
    background-color: #22c55e;
    border-radius: .5rem;
    width: 43px;
    height: 43px;
    margin-left: .5rem;
    display: none;
    align-items: center;
    justify-content: center;
}

.y_scroll {
    max-height: 500px;
    overflow-y: scroll;
}

.book_list .form-control {
    padding: 1rem 1rem;
    border-radius: .75rem;
    height: 4rem;
    padding-right: 5rem;
    border: none !important;
}

.book_list .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #f7f8f9;
    border-radius: .375rem;
    top: 13px;
    right: 13px;
}

* {
    word-wrap: break-word;
}

.star_holder .star {
    font-size: 20px;
    color: #ccc; /* رنگ ستاره‌های خالی */
    margin-right: 2px;
}

.star_holder .star.filled {
    color: #f39c12; /* رنگ ستاره‌های پر */
}

.article_page .collapse_sidebar {
    position: absolute;
    left: 0;
    right: auto;
    top: 16px;
}


.best_answer_po {
    position: relative; /* برای قرار دادن Tooltip به عنوان عنصر فرزند */
    display: none;
    cursor: pointer;
}

.best_answer_po::after {
    content: "پاسخ برتر";
    position: absolute;
    bottom: 125%; /* قرار دادن Tooltip بالای آیکون */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    font-size: 12px;
    z-index: 1;
}

.best_answer_po::after::before {
    content: "";
    position: absolute;
    top: 100%; /* پیکان زیر Tooltip */
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.is_best_answer .best_answer_po {
    background-color: #22c55e;
    border-radius: .5rem;
    width: 43px;
    height: 43px;
    margin-right: .5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.best_answer_po:hover::after {
    opacity: 1;
    visibility: visible;
}

.owl-related-books .item {
    border: none;
}

.max100 {
    max-width: 100%;
}

#loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

#search_tag {
    border-radius: 3px;
    border: 1px solid #d2d0d0;
    height: 35px;
    margin-bottom: 2rem;
    font-size: 13px;
    padding-right: .5rem;
}

.main_price {
    font-weight: bold;
    color: red;
}

.offer_price {
    margin-right: 1rem;
    font-size: 12px !important;
    color: grey !important;
    text-decoration: line-through !important;
}


/*//user panel style*/
.use_panel_logo {
    width: 100%;
    max-width: 110px;
    margin-bottom: 3rem;
}

.sidebar_panel {
    background-color: #fff;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    width: 30%;
    max-width: 300px;
    position: relative;
    min-height: 100vh;
    height: 100%;
}

.sidebar_panel .menu_list {
    padding: 0;
    margin: 0;
}

.sidebar_panel .menu_list li {
    list-style: none;
    margin-bottom: 1rem;
    transition: all .2s linear;
    border-radius: 6px;
}

.sidebar_panel .menu_list li:hover {
    background-color: rgba(59, 130, 246, 0.1);
}

.sidebar_panel .menu_list li.active {
    background-color: rgba(59, 130, 246, 0.1);
}

.sidebar_panel .menu_list li.active a {
    color: rgba(59, 130, 246, 1);
}

.sidebar_panel .menu_list li:hover a {
    color: rgba(59, 130, 246, 1);
}

.sidebar_panel .menu_list li a {
    color: #000;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: .7rem;
}

.sidebar_panel .menu_list li a span {
    margin-right: .5rem;
}

.user_panel_header {
    background-color: #fff;
    padding: 3rem 2rem;
}

.user_panel_header .name {
    font-weight: bold;
    font-size: 23px;
    color: rgb(71, 84, 102)
}

.user_panel_header .txt {
    margin: 0 1.1rem;
    color: grey;
}

.user_panel_header .date {
    font-size: 13px;
    color: grey;
}

.main_content_panel {
    width: 100%;
    background-color: #F7F8F9;
    border-top-right-radius: 25px;
    padding: 2rem 6rem;
    height: calc(100% - 140px);
    overflow-y: scroll;
}

.main_content_panel .dashboard {
    margin: 0;
}

.dashboard .shortcut {
    border-radius: 6px;
    background-color: #fff;
    padding: 1rem;
}

.dashboard .shortcut .txt {
    color: grey;
    font-size: 13px;
}

.dashboard .shortcut svg {
    margin-left: 2rem;
}

.dashboard .shortcut .main_txt {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin-top: 1rem;
}

.dashboard .sec_title {
    font-size: 20px;
}

.dashboard .published-article .single-article {
    box-shadow: none;
    margin-top: 2rem;
}

.dashboard .published-article .single-article .article-img {
    width: 250px;
    height: 213px;
    border-radius: 15px;
    object-fit: cover;
}

.dashboard .article-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 6.2rem;
}

.dashboard .question-box .item {
    box-shadow: none;
}

.empty_svg {
    width: 100%;
    max-width: 700px;
}


.dashboard .file-card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.dashboard .file-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

.dashboard .file-card:hover::before {
    opacity: 1;
}

.dashboard .file-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.dashboard .file-icon {
    font-size: 3rem;
    color: #6c5ce7;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.dashboard .file-card:hover .file-icon {
    transform: rotate(15deg);
}

.dashboard .download-btn {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.dashboard .download-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.5s ease;
}

.dashboard .download-btn:hover::after {
    left: 100%;
}

.dashboard .badge-category {
    background-color: #6c5ce7;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.7rem;
}

.btn_open_panel_menu {
    padding: .3rem;
    margin-left: .4rem;
    display: none;
}

.close_panel_menu {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    display: none;
}

.meeting_user_expert {
    font-size: 9px;
    color: grey;
}


.hidden {
    display: none;
}

.show-more-btn {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.show-more-btn:hover {
    background-color: #0056b3;
}

.ticket_section {

}

.ticket_section .payment_section {
    border-top: 1px solid #eff2f5;
    padding-top: 2rem;
    margin-top: 2rem;
}

.ticket_title {
    position: relative;
    display: flex;
    margin-left: 1rem;
    font-weight: bold;
}

.ticket_title:after {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 10px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
}

.btn_apply_copon {
    border-radius: 5px;
    color: #50cd89;
    background-color: #f0fff7;
    border: none;
    font-size: 13px;
    min-width: 100px;
    padding: 1rem;
    margin-right: 1rem;
    transition: all .2s linear;
}

.ticket_item .main_price {
    text-decoration: line-through;
    color: grey;
    font-weight: normal;
    font-size: 14px;
    margin-right: 1rem;
    font-weight: bold;
}

.ticket_item .main_price.alone {
    color: #50cd89;
    font-weight: bold;
    text-decoration: none !important;
}

.ticket_item .off_price {
    color: #50cd89;
    font-weight: bold;
}

.btn_final_reg {
    border-radius: 5px;
    color: #fff;
    background-color: #0d6efd;
    border: none;
    font-size: 13px;
    min-width: 120px;
    padding: 1rem;
    margin-right: 1rem;
    transition: all .2s linear;
}

.btn_pay_holder .txt {
    font-size: 14px;
    color: grey;
    font-weight: bold;
}

.btn_pay_holder .final_price {
    color: #50cd89;
    margin-top: .5rem;
    font-weight: bold;
}

.ticket_section .header {
    border-bottom: 1px solid #eff2f5;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.ticket_item {
    position: relative;
    padding: 24px 16px;
    margin: 16px;
    border-radius: 12px;
    border: 2px solid #d7d6d6;
    transition: border .15s linear;
    cursor: pointer;
}

.ticket_item.selected {
    background-color: #f2fbff;
    border: 2px solid #2eb4ff;
}

.counter_number {
    color: #0084CD;
    font-weight: bold;
    font-size: 17px;
    margin: 0 .2rem;
}

.counter_txt {
    font-size: 12px;
    color: grey;
}

.count_down_holder {
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.head_counter span {
    color: grey;
    margin-right: 1rem;
}

.add_google_calendar .btn-outline-turquoise {
    border: 1px solid grey;
    padding: .6rem;
    font-size: 13px;
    color: #878787;
    transition: all .2s linear;
}

.scroll-to-tickets {
    padding: .6rem;
    color: #fff;
    background-color: #2eb4ff;
    font-size: 13px;
    border-color: transparent;
}

.add_google_calendar .btn-outline-turquoise:hover {
    border-color: #0c63e4;
}

.add_google_calendar svg {
    margin-left: .5rem;
}

.offer_input {
    display: block;
    width: 100%;
    height: 52px;
    padding: 14px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #5e6278;
    background-color: #eff2f5;
    background-clip: padding-box;
    border: 2px solid #eff2f5;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.floating_meeting_btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}

.floating_meeting_btn {
    display: none;
}

.mobile_final_price .txt {
    margin-bottom: .5rem;
    color: #545454;
    font-size: 12px;
}

.mobile_final_price .final_price {
    color: #21b427;
    font-size: 14px;
    font-weight: 600;
}

.text-left {
    text-align: left !important;
}

.tag_sidebar {
    border-radius: 12px;
    padding: 28px 23px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 1rem;
}

.tag_sidebar .s_title {
    color: #3f4254;
    font-size: 20px;
    margin-right: 1rem;

}

.tag_sidebar .s_title svg {

}

.sidebar_header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eff2f5;
}

.tag_sidebar .body-tag {
    flex-wrap: wrap;
}

.tag_sidebar .body-tag .tag {
    background-color: #b7e5ff;
    border-radius: 16px;
    padding: 8px;
    color: #009ef6;
    font-size: 13px;
    margin-left: .5rem;
    margin-bottom: .5rem;
}

.tag_sidebar .m_title {
    font-size: 15px;
    color: grey;
    margin-bottom: 0;
}

.tag_sidebar .logo {
    width: 65px;
    height: 35px;
    object-fit: contain;
    margin-right: 0;
    margin-left: 1rem;
}


.tag_sidebar .cat {
    border-radius: 4px;
    font-size: 13px;
    color: #64748b;
    background-color: #f6f7f8;
    padding: .5rem;
    margin-top: 1.5rem;
}

.tag_sidebar .follow_tooltip_holder {
    margin-bottom: 1.5rem;
    margin-left: 6px;
    margin-right: 0;
}

.tag_sidebar .follow_tooltip {
    position: absolute;
    top: -100px;
    background-color: #fff;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: auto;
    transition: all .2s linear;
    display: none;
    align-items: center;
    right: -40px;
}

.contact_publisher {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eff2f5;
}

.contact_publisher span {
    font-size: 15px;
    color: grey;
    margin-bottom: 0;
}

.meeting_info .main-img {
    border-radius: 10px;
    overflow: hidden;
}

.article-information.meeting_info {
    background-color: transparent;
    box-shadow: none;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.article-information.meeting_info .title-holder .title {
    margin-top: 0;
    margin-bottom: 2rem;
}

.article-information.meeting_info .body {
    margin-top: 2rem;
    background-color: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    overflow: hidden;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq {
    margin-top: 0;
    background-color: #fff;
    padding: 2rem;
}

.reg_status {
    background-color: #2d3748;
    color: #fff;
    border-radius: 4px;
    padding: 12px;
    font-size: 13px;
    margin-top: 3rem;
    text-align: center;
    width: 100%;
}

.gallery-holder-main {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 0;
    padding: 0 2rem;
    background-color: #fff;
    padding-bottom: 1rem;
}

.article-information.meeting_info .comments-send {
    box-shadow: none;
}

.tag_sidebar .share-holder {
    margin-top: 0rem;
    border-top: none;
    padding-top: 1rem;
}

.tag_sidebar .share-holder img {
    margin-right: 0 !important;
}

.main-img.small_screen {
    display: none;
}

.add_cal_btn {
    background-color: transparent !important;
    color: #0c63e4;
}

.add_cal_btn:hover {
    color: #0c63e4 !important;
}


.radio_holder .form-group {
    direction: rtl;
    margin: 20px;
    font-family: system-ui, -apple-system, sans-serif;
}

.radio_holder .radio_holder {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.radio_holder .radio-input {
    display: none;
}

.radio_holder .radio-label {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f0f0f0;
    border: 2px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.radio_holder .radio-input:checked + .radio-label {
    background-color: #4a90e2;
    color: white;
    border-color: #4a90e2;
}

.radio_holder .radio-label:hover {
    background-color: #e3e3e3;
}

.radio_holder .radio-input:checked + .radio-label:hover {
    background-color: #357abd;
}

.radio_holder label {
    font-size: 13px !important;
}


.user_experts {
    border-top: 1px solid #ccc;
    padding-top: 2rem;
}

.user_experts .txt {
    font-size: 18px;
    font-weight: bold;
    color: #DEDAD7FF;
    margin-right: .5rem;
}

.user_experts ul {
    margin-top: 2rem;
}

.user_experts ul li {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.accordion_button {
    cursor: pointer;
}


.user_activity {
    padding: 1rem 1rem;
    border-top: 1px solid #ccc;
}

.user_activity .item {
    border-left: 3px solid green;
    padding-left: 3rem;
}

.user_activity .item:last-child {
    border: none;
}

.user_activity .item span {
    font-weight: bold;
    font-size: 13px;
}

.user_activity .item span:last-child {
    font-size: 20px;
    margin-right: .2rem;
}

.tab-content .review .main_tag_holder {
    margin-left: 0;
    margin-bottom: 2rem;
}

.tab-content .review .main_tag_holder .cat {
    border-radius: 4px;
    font-size: 13px;
    color: #64748b;
    background-color: #f6f7f8;
    padding: .5rem;
}

.tab-content .follow_tooltip {
    position: absolute;
    top: -143px;
    background-color: #fff;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: auto;
    transition: all .2s linear;
    display: none;
    align-items: center;
    right: -70px;
}

.tab-content .follow_tooltip .btn {
    font-size: 13px;
    background-color: #0c63e4;
    color: #fff;
    margin-right: 1rem;
    width: 154px;
}


.meeting-card {
    transition: transform 0.2s;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.meeting-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.meeting-img {
    width: 80px;
    height: 80px;
    margin-left: 15px;
    overflow: hidden;
    border-radius: 8px;
}

.article-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meeting-time {
    color: #6c757d;
    font-size: 0.9rem;
}

.meeting-location {
    color: #495057;
    font-size: 0.9rem;
}

.meeting-details {
    max-width: calc(100% - 95px);
}

.meeting-details h5 {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.similar_user {
    border-radius: 7px;
    background-color: #fff;
    padding: 1rem;
    margin-top: 1rem;
}

.similar_user .title {
    font-weight: bold;
    font-size: 16px;
    margin-top: .5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.similar_user img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-left: .5rem;
}

.similar_user ul {
    padding: 0;
    margin: 0;
}

.similar_user ul li {
    list-style: none;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.similar_user ul li .name {
    color: #000;
    font-size: 16px;
}

.similar_user ul li .expert {
    font-size: 13px;
    color: grey;
    margin-top: .5rem;
}

.similar_user ul li:last-child {
    border-bottom: none;
}

.review .comment-section .user-details {
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}

.review .comment-section .user-details .name {
    color: var(--colorBlack);
    font-size: 14px;
    font-weight: 600;
}

.comment .btn {
    border: 1px solid #ccc;
    border-radius: 7px;
    font-size: 10px;
    padding: .7rem 1.2rem;
    background-color: #9dbe3b;
    color: #fff;
}

.review .comment-section .comment-top img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: contain;
}

.review .like-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: none;
}

.details_q_holder {
    margin-top: 1.5rem;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
}

.details_q_holder .comment_num {
    margin-left: 1rem;
    font-size: 13px;
    color: grey;
    transition: all .2s linear;
}

.details_q_holder .comment_num:hover {
    color: #0d6efd;
    font-weight: bold;
}

.details_q_holder .comment_num svg {
    margin-left: 5px;
    margin-top: -3px;
}

.details_q_holder .comment_num {
    transition: all .2s linear;
}

.details_q_holder .comment_num img {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    margin-left: -6px !important;
    position: relative;
    transition: all .2s linear;
}

.details_q_holder .comment_num img:hover {
    z-index: 100;
    border: 2px solid #ccc;
}

.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 35px;
    width: 60px;
    height: 60px;
    background-color: #F58021;
    color: white;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.comment_num {
    position: relative;
}

.comment_num a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.single-question .details_q_holder {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    margin-right: 1rem;
}


.user_details_point {
    font-size: 17px;
    font-weight: bold;
    border-radius: 100px;
    padding: 4px;
    background-color: #f6f6f6;
    width: 80px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all .2s linear;
}

.user_details_point:hover {
    background-color: #0c63e4;
    color: #fff;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.instagram_holder {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
    padding-bottom: 3rem;
    padding-top: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 1.5rem;
    max-height: 135px;
    margin-top: 21rem;
}

.instagram_holder .insta_text {
    color: #fff;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    margin-right: -93px;
}

.instagram_holder a {
    background-color: #fff;
    border-radius: 5px;
    padding: .5rem;
}

.slider-section .img_holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-section .img_holder img {
    max-width: 500px;
}

.slider-section .title {
    font-size: 50px;
    font-weight: 950;
    line-height: 1.5;
    color: #2D2D2D;

}

.slider-section .header_box {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.slider-section .header_box p {
    color: #5E5E5E;
    margin: 0;
    margin-top: 6px;
    font-size: 15px;
}

.slider-section .header_box .btn {
    background-color: #3F3D39;
    color: #fff;
    margin-top: 1.5rem;
    transition: all .2s linear;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.slider-section .header_box .btn:hover {
    background-color: #FFB400;

}

.slider-section .header_box .info_box {
    margin-top: 2rem;
    max-width: 450px;
}

.slider-section .header_box .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .5rem;
    background-color: #819a164a;

}

.slider-section .header_box .icon.red {
    background-color: #f2392757;
}

.slider-section .header_box .icon.black {
    background-color: #36241f4d;

}

.slider-section .header_box .icon.yellow {
    background-color: #ffb40059;
}

.slider-section .header_box .icon svg {
    margin-top: -10px;
    margin-left: -10px;
}

.slider-section .header_box .info_box .item {
    margin-bottom: 1.5rem;
}

.slider-section .header_box .info_detail span {
    font-weight: bold;
    color: #656565;
    font-size: 15px;
}

.categories_box .main_box {
    background-color: #ECFEDB;
    border-radius: 25px;
    margin-top: 3rem;
    padding: 1.5rem;
}

.categories_box .main_box .item {
    background-color: #fff;
    border-radius: 15px;
    padding: 1.2rem;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.categories_box .main_box .item .txt {
    font-size: 20px;
    font-weight: bold;
    color: #4f4f4f;
    margin-right: 1rem;
    font-family: rokh !important;
}

.categories_box .main_box .item:hover .bar {
    width: calc(100% - 32px);
}

.categories_box .main_box .item .bar {
    content: '';
    background: #A9D284;
    width: calc(50% - 16px);
    border-radius: 0 0 16px 16px;
    height: 12px;
    position: absolute;
    inset-inline-end: 16px;
    transition: 0.3s;
    top: calc(100% + 1px);
}

.portfolio_section {
    margin-top: 5rem;
}

.header_section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.header_section .line {
    width: 100%;
    border-bottom: 1px dashed #C6C6C6;
    position: absolute;
    left: 0;
    bottom: 27px;
    z-index: 1;
    display: flex;
}

.header_section .txt {
    color: #4f4f4f;
}

.header_section .title {
    font-weight: bolder;
    color: rgb(45, 45, 45);
    font-size: 30px;
    margin-top: 1rem;
    position: relative;
    z-index: 2;
    background-color: #F8F8F8;
    padding: 0 .5rem;
}

.owl-portfolio {
    direction: ltr;
    margin-top: 3rem;
}

.owl-portfolio .item {
    border: 1px solid #000;
    overflow: hidden;
    border-radius: 20px;
}

.owl-portfolio img {
    display: block;
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-bottom: 1px solid #000;
}

.owl-portfolio .item .details {
    padding: 1rem;
}

.owl-portfolio .item .details .btn_more {
    font-size: 14px;
    background-color: #E9E9E9;
    padding: .6rem;
    border-radius: 11px;
    transition: all .2s linear;
}

.owl-portfolio .item .details .btn_more:hover {
    background-color: #2d3748;
    color: #fff;
}

.portfolio_name {
    text-align: right;
    font-size: 20px;
}

.about_us {
    margin-top: 4rem;
    background-color: #CEEFFF;
    padding: 2rem 0 1.5rem 0;
}

.categories_box.about_us .main_box {
    background-color: #CEEFFF;
    margin-top: 1rem;
}

.categories_box.about_us .sub_txt {
    width: 100%;
    max-width: 600px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    color: rgb(64, 61, 57);
}

.categories_box.about_us .main_box .item .bar {
    content: '';
    background: #66b4f3;
    width: calc(50% - 16px);
    border-radius: 0 0 16px 16px;
    height: 12px;
    position: absolute;
    inset-inline-end: 16px;
    transition: 0.3s;
    top: calc(100% + 1px);
}

.categories_box.about_us .main_box .item .txt {
    font-size: 20px;
    font-weight: bold;
    color: #4f4f4f;
    margin-right: 0;
    font-family: rokh !important;
}

.categories_box.about_us .main_box .item svg {
    width: 85px;
    margin-left: 1rem;
}

.categories_box.about_us .main_box .item {
    color: #4f4f4f;
}

.categories_box.about_us .header_section .title {
    background-color: #CEEFFF;
}


.plan_section {
    margin-top: 4rem;
    padding: 2rem 0;
    background-color: #FFF0B8;
    max-height: 500px;
}

.plan_box .container {
    max-width: 900px;
}

.plan_section .header_section .title {
    background-color: #FFF0B8;
}

.plan_section .plan_box {
    margin-top: 2rem;
}

.plan_section .plan_box .item {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.plan_section .plan_box .img_holder {
    padding: .6rem;
}

.plan_section .plan_box .img_holder img {
    width: 100%;
    height: 180px;
}

.plan_section .plan_box .img_holder.vip {
    background-color: #FDD654;
}

.plan_section .plan_box .img_holder.med {
    background-color: #FEE699;
}

.plan_section .plan_box .img_holder.smll {
    background-color: #FFF7DD;
}

.plan_head {
    padding: 1rem 1rem;
    border-inline-end: 1px solid #e2e2e2;
    width: 50%;
}

.plan_section .plan_box .item .btn_holder {
    width: 27%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan_section .plan_box .item .btn_buy {
    background-color: #F5D979;
    color: #000;
    border-radius: 20px;
    padding: .3rem 1.2rem;
    transition: all .2s linear;
}

.plan_section .plan_body {
    border-inline-end: 1px solid #e2e2e2;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan_section ul li {
    color: #625d5c;
    list-style: none;
    margin-bottom: .3rem;
}

.plan_head .price {
    font-size: 22px;
    color: #2d3748;
    font-weight: bold;
}

.plan_title {
    font-family: rokh !important;
    font-size: 18px;
    color: #625d5c;
}

.plan_body {

}

.plan_body ul {
    margin: 0;
    padding: 0;
}

.plan_box .main_holder {
    position: relative;
}

.plan_box .bar {
    width: calc(50% - 20px);
    background: #FDD655;
    height: 12px;
    border-radius: 0 0 16px 16px;
    inset-inline-end: 20px;
    position: absolute;
    top: 100%;
    transition: 0.3s;
}

.plan_box .main_body {
    display: flex;
    justify-content: space-between;
    width: 64%;
    align-items: center;
}

.categories_box.social {
    margin-top: 20rem;
}

.categories_box.social .main_box {
    background-color: #CEEFFF;
}

.categories_box.social .header_section {
    margin-bottom: 2rem;
}

.categories_box.social .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 1rem;
}

.categories_box.social .header_section .title {
    background-color: #CEEFFF;
}

.header_section .title {
    font-family: rokh !important;
}

.published-article {
    padding-top: 7rem;
}

.search_result {
    padding-top: 10rem;
}

.design-process-section {
    background: linear-gradient(135deg, #FFF0B8 0%, #f8f3d0 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
}

.design-process-section .header_section .title {
    background-color: #FFF0B8;
}

.design-process-section .header_section {
    margin-bottom: 4rem;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.section-title h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #3F3D39;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-title p {
    font-size: 1.2rem;
    color: #3F3D39;
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
}

.steps-container {
    position: relative;
    z-index: 2;
}

.step-timeline {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.step-timeline::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3F3D39 0%, #FFF0B8 50%, #3F3D39 100%);
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 20px;
}

.step-item {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 180px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3F3D39 0%, #2a2825 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 60px;
    position: relative;
    box-shadow: 0 10px 30px rgba(63, 61, 57, 0.3);
    transition: all 0.4s ease;
    border: 4px solid #FFF0B8;
}


.step-icon i {
    font-size: 2rem;
    color: #FFF0B8;
    transition: all 0.4s ease;
}


.step-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    background: #FFF0B8;
    color: #3F3D39;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid #3F3D39;
}

.step-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #3F3D39;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.step-content p {
    font-size: 0.9rem;
    color: #3F3D39;
    opacity: 0.7;
    line-height: 1.4;
    margin: 0;
    transition: all 0.3s ease;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-element {
    position: absolute;
    background: rgba(63, 61, 57, 0.1);
    border-radius: 50%;
    animation: float 6s infinite ease-in-out;
}

.floating-element:nth-child(1) {
    width: 60px;
    height: 60px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-element:nth-child(2) {
    width: 40px;
    height: 40px;
    top: 70%;
    left: 20%;
    animation-delay: 2s;
}

.floating-element:nth-child(3) {
    width: 80px;
    height: 80px;
    top: 30%;
    right: 15%;
    animation-delay: 4s;
}

.floating-element:nth-child(4) {
    width: 50px;
    height: 50px;
    top: 80%;
    right: 25%;
    animation-delay: 1s;
}

.cta-section {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #3F3D39 0%, #2a2825 100%);
    color: #FFF0B8;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(63, 61, 57, 0.3);
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 240, 184, 0.3), transparent);
    transition: left 0.6s ease;
}


/*//portfolio page */

.hero-section .btn_ctr {
    background: #F58021;
}

.portfolio_page .hero-section {
    background: linear-gradient(135deg, #3F3D39 0%, #2a2925 100%);
    color: white;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
    padding-top: 205px;
}

.portfolio_page .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(234, 182, 12, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(234, 182, 12, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.portfolio_page .main-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.portfolio_page .main-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

.portfolio_page .filter-section {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(63, 61, 57, 0.1);
    padding: 0;
    margin: -40px auto 40px;
    position: relative;
    z-index: 10;
    max-width: 1000px;
}

.portfolio_page .filter-tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.portfolio_page .filter-tab {
    background: var(--light-gray);
    color: var(--dark-text);
    padding: 12px 25px;
    border: none;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 180px;
    margin-left: 1rem;
}

.owl-carousel.owl-categories .owl-stage-outer {
    padding: 1rem;
}

.portfolio_page .filter-tab.active {
    background: #3F3D39;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(63, 61, 57, 0.2);
}

.portfolio_page .filter-tab:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(63, 61, 57, 0.15);
}

.portfolio_page .filter-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #EAB60C, transparent);
    transition: left 0.6s ease;
}

.portfolio_page .filter-tab.active::before {
    left: 100%;
}

.portfolio_page .search-filter {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.portfolio_page .search-input {
    flex: 1;
    max-width: 300px;
    padding: 12px 20px;
    border: 2px solid #e9ecef;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.portfolio_page .search-input:focus {
    border-color: #EAB60C;
    box-shadow: 0 0 0 3px rgba(234, 182, 12, 0.1);
    outline: none;
}

.portfolio_page .sort-select {
    padding: 12px 20px;
    border: 2px solid #e9ecef;
    border-radius: 50px;
    background: white;
    font-size: 1rem;
    min-width: 150px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.portfolio_page .sort-select:focus {
    border-color: #EAB60C;
    box-shadow: 0 0 0 3px rgba(234, 182, 12, 0.1);
    outline: none;
}

.portfolio_page .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.portfolio_page .portfolio-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(63, 61, 57, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.portfolio_page .portfolio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(63, 61, 57, 0.15);
}

.portfolio_page .portfolio-card.hidden {
    display: none;
}

.portfolio_page .card-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.portfolio_page .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.portfolio_page .portfolio-card:hover .card-image img {
    transform: scale(1.05);
}

.portfolio_page .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(63, 61, 57, 0.8), rgba(63, 61, 57, 0.6));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.portfolio_page .portfolio-card:hover .card-overlay {
    opacity: 1;
}

.portfolio_page .overlay-content {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.portfolio_page .portfolio-card:hover .overlay-content {
    transform: translateY(0);
}

.portfolio_page .view-btn {
    background: #EAB60C;
    color: #3F3D39;
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.portfolio_page .view-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(234, 182, 12, 0.3);
    color: #3F3D39;
}

.portfolio_page .card-content {
    padding: 25px;
}

.portfolio_page .card-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #3F3D39;
    margin-bottom: 10px;
}

.portfolio_page .card-description {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.portfolio_page .card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.portfolio_page .card-category {
    background: #EAB60C;
    color: #3F3D39;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.portfolio_page .card-date {
    color: #888;
    font-size: 0.9rem;
}

.portfolio_page .card-tech {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.portfolio_page .tech-badge {
    background: rgba(63, 61, 57, 0.1);
    color: #3F3D39;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
}

.portfolio_page .stats-section {
    background: #3F3D39;
    color: white;
    padding: 60px 0;
    margin-top: 80px;
}

.portfolio_page .stat-item {
    text-align: center;
    padding: 20px;
}

.portfolio_page .stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #EAB60C;
    display: block;
    margin-bottom: 10px;
}

.portfolio_page .no-results {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.portfolio_page .no-results i {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.portfolio_page .loading {
    text-align: center;
    padding: 40px;
    color: #3F3D39;
}

.portfolio_page .loading i {
    font-size: 2rem;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.recovery_password {
    padding-top: 12rem;
}

/* Tablet optimization */
@media (min-width: 769px) and (max-width: 1024px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Touch interactions */
@media (hover: none) {
    .portfolio-card:hover .card-overlay {
        opacity: 0;
    }

    .portfolio-card:active .card-overlay {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}


@media (min-width: 992px) {

}

@media (min-width: 1460px) {

}

@media (max-width: 1460px) {

    .articles-list .article-item .author-details {
        align-items: center;
        margin: 0;
        flex-direction: row;
    }

    /*//article*/
    .floating-article {
        position: absolute;
        top: -185px;
        padding-left: 1rem;
    }

    .articles-holder {
        margin-top: 15rem;
        position: relative;
        margin-bottom: 20rem;
    }

    /*end*/
    .social-section {
        background-color: var(--boxBg);
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        padding: 2.5rem 1rem;
        margin-top: 3rem;
        padding-top: 1rem;
        margin-bottom: 2rem;
    }

    .price-main {
        font-size: 19px;
        margin-top: 1rem;
    }

    .social-section .socials {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4rem;
        padding: 0 0rem;
    }

    .main-footer .tags .tag {
        width: 80px;
        padding: 1rem;
        background-color: var(--LightGrey);
        border-radius: 10px;
        color: var(--colorGrey);
        font-size: 10px;
        font-weight: 500;
        text-decoration: none;
        margin-right: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-footer .about-site {
        padding-left: 0rem;
    }

    .ipad-product .item-holder {
        padding: 1rem;
        padding-bottom: 0;
        overflow: hidden;
        border-radius: 20px;
        background-color: var(--boxBg);
        padding-bottom: 1rem;
    }

    .ipad-product p {
        color: var(--colorGrey);
        line-height: 25px;
        font-size: 11px;
        height: 300px;
    }

    .owl-product .item {
        background-color: #eeeeee;
        border-radius: 25px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 5rem 4rem;
        text-align: right;
        height: 472px;
    }

    .owl-product {
        direction: ltr;
        height: 440px;
    }


    /*article*/
    .article-item {
        background-color: var(--colorWite);
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        padding: 5px;
    }

    .article-item .descriptions {
        font-size: 13px;
        font-weight: 500;
        color: var(--colorGrey);
        line-height: 28px;
    }

    .article-item .latin-name {
        color: var(--colorGrey);
        margin: 1rem 0 0rem;
    }

    .author-details {
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .published-article .single-article {
        background-color: var(--colorWite);
        padding: .5rem;
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: flex-start;
        position: relative;
    }

    .article-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 5.2rem;
    }

    .article-footer .btn-read {
        width: 40px;
        height: 40px;
        border-radius: 15px;
        border: 1px solid var(--colorGrey);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 2rem;
    }

    .published-article .single-article .article-details {
        margin-right: .5rem;
        width: 100%;
        position: relative;
    }

    .article-footer .operation-item {
        margin-right: .5rem;
        align-items: center;
        justify-content: center;
    }

    .article-sidebar {
        padding: .5rem;
        border-radius: 29px;
        box-shadow: 0px 4px 120px 0px #00000014;
    }

    .article-sidebar .body a {
        padding: 1.4rem 2rem;
        font-size: 13px;
        font-weight: 600;
        border: 1px solid var(--colorGrey);
        box-shadow: 0px 4px 90px 0px #0000001F;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        border-radius: 12px;
        margin-bottom: 1.2rem;
        color: var(--colorGrey);
        transition: all .2s linear;
        position: relative;
    }

    .insta-join {
        background-color: #FF004D;
        box-shadow: 0px 4px 120px 0px #0000001A;
        padding: 1rem;
        margin-top: 2rem;
        border-radius: 16px;
        position: relative;
    }

    .published-article .title {
        margin: 1rem 0;
        font-size: 16px;
        font-weight: 600;
        padding-right: 3rem;
    }

    .article-search {
        padding: 1rem 1rem;
        margin-top: 2rem;
        box-shadow: 0px 4px 120px 0px #0000001A;
        border-radius: 16px;
    }


    /*single article*/
    .author-article .profile-holder-main img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .author-article .article-count {
        border-radius: 100px;
        padding: 1rem 1rem;
        background-color: #0054F7;
        box-shadow: 0px 4px 120px 0px #0000001A;
        color: var(--colorWite);
        font-weight: 600;
    }

    /*basket*/
    .step-holder {
        background-color: var(--colorWite);
        box-shadow: 0px 4px 100px 0px #0000001A;
        border-radius: 15px;
        padding: 1.5rem 2.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 5rem;
        position: relative;
    }

    .step-holder .step-item .icon {
        width: 65px;
        height: 65px;
        border-radius: 16px;
        border: 1px solid #00000040;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 70px 0px #0000001F;
    }

    /*new style*/
    .fixed-box-holder {
        max-width: 360px;
    }

    /*//article*/
    .article-item.related_article {
        padding: 10px;
        margin-bottom: 20px;
    }

    .published-article .title.related_title {
        padding-right: 0;
        color: #475466;
        font-size: 15px;
    }

    .related_article .author-details {
        margin-top: 0;
        flex-direction: row;
    }
}

@media (max-width: 1240px) {
    .dashboard .shortcut svg {
        margin-left: 2rem;
        width: 30px;
        height: 30px;
    }

    .dashboard .shortcut .txt {
        color: grey;
        font-size: 10px;
    }

    .dashboard .shortcut {
        border-radius: 6px;
        background-color: #fff;
        padding: .5rem;
        margin-bottom: 1rem;
    }

    .dashboard .shortcut .main_txt {
        font-size: 12px;
        color: #000;
        font-weight: bold;
        margin-top: 1rem;
    }

    .sidebar_panel .menu_list li a {
        color: #000;
        font-size: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        padding: .7rem;
    }

    .dashboard .sec_title {
        font-size: 15px;
    }

    .published-article .single-article .article-details .article-title {
        font-size: 15px;
        font-weight: 600;
        margin-top: 1rem;
    }

    .dashboard .published-article .single-article .article-img {
        width: 250px;
        height: 144px;
        border-radius: 15px;
        object-fit: cover;
    }

    .dashboard .article-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 2.2rem;
    }

    .social-holder-main .input-group-text {
        font-size: 10px;
    }

    input::placeholder {
        font-size: 13px;
    }

    .filter-item label {
        margin-right: 0;
        font-weight: 600;
        font-size: 11px;
    }

    .social-section {
        background-color: var(--boxBg);
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        padding: 2.5rem 1rem;
        margin-top: 3rem;
        padding-top: 1.2rem;
        margin-bottom: 2rem;
    }

    .price-main {
        font-size: 19px;
        margin-top: 0;
    }

    .social-section .socials {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4rem;
        padding: 0 0rem;
    }

    .main-footer .tags .tag {
        width: 80px;
        padding: 1rem;
        background-color: var(--LightGrey);
        border-radius: 10px;
        color: var(--colorGrey);
        font-size: 10px;
        font-weight: 500;
        text-decoration: none;
        margin-right: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-footer .about-site {
        padding-left: 0rem;
    }

    .ipad-product .item-holder {
        padding: 1rem;
        padding-bottom: 0;
        overflow: hidden;
        border-radius: 20px;
        background-color: var(--boxBg);
        padding-bottom: 1rem;
    }

    .ipad-product p {
        color: var(--colorGrey);
        line-height: 25px;
        font-size: 11px;
    }

    .owl-product .item {
        background-color: #eeeeee;
        border-radius: 25px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 5rem 4rem;
        text-align: right;
        height: 472px;
    }

    .owl-product {
        direction: ltr;
        height: 440px;
    }


    /*contactus*/
    .locations-holder {
        padding-right: 0rem;
    }

    .contact-us-form .loc-info .icon {
        width: 60px;
        height: 60px;
        background-color: var(--colorBlack);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 22px;
        margin-left: 1.51rem;
    }

    .contact-us-form .loc-info .num {
        font-size: 17px;
        font-weight: 600;
    }

    .contact-us-form .loc-info .txt {
        font-size: 13px;
        color: var(--colorGrey);
        margin-top: .5rem;
        font-weight: 300;
    }

    .fixed-box-holder {
        max-width: 330px;
    }


    /*//article*/
    .floating-article {
        position: absolute;
        top: -185px;
        padding-left: 1rem;
    }

    .articles-holder {
        margin-top: 15rem;
        position: relative;
        margin-bottom: 20rem;
    }
}

@media (max-width: 1400px) {
    .res_dashboard {
        display: flex;
        flex-direction: column;
    }

    .res_dashboard .col-xl-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    /*article index page */
    .main-article-holder {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-radius: 1rem;
    }

    .main-article-holder .mt-3rem {
        margin-top: 0;
    }

    .main-article-holder .description-box h3 {
        font-size: 30px;
        font-weight: 800;
        text-align: center;
        margin-bottom: 1rem;
    }

    .main-article-holder .description-box p {
        color: rgb(149, 160, 177);
        font-size: 14px;
        margin-top: 0rem;
        text-align: center;
    }

    .floating-article {
        position: static;
        top: -185px;
        padding-left: 0rem;
        margin-top: 2rem;
    }

    /*//article*/
    .floating-article .col-lg-6 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .floating-article .article-item {
        width: 100%;
    }

    .floating-article .article-item .author-details {
        margin: 0;
        flex-direction: row;
    }

    /*article*/
    .filter-item label {
        margin-right: 0;
        font-weight: 600;
        font-size: 11px;
    }

    .banner-section .item img {
        max-width: 175px;
        margin-top: 1rem;
    }

    .article-item {
        background-color: var(--colorWite);
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        padding: 5px;
    }

    .article-item .descriptions {
        font-size: 13px;
        font-weight: 500;
        color: var(--colorGrey);
        line-height: 28px;
    }

    .article-item .latin-name {
        color: var(--colorGrey);
        margin: 1rem 0 0rem;
    }

    .author-details {
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .published-article .single-article {
        background-color: var(--colorWite);
        padding: .5rem;
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: flex-start;
        position: relative;
    }

    .article-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 5.2rem;
    }

    .article-footer .btn-read {
        width: 40px;
        height: 40px;
        border-radius: 15px;
        border: 1px solid var(--colorGrey);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 2rem;
    }

    .published-article .single-article .article-details {
        margin-right: .5rem;
        width: 100%;
        position: relative;
    }

    .article-footer .operation-item {
        margin-right: .5rem;
        align-items: center;
        justify-content: center;
    }

    .article-sidebar {
        padding: .5rem;
        border-radius: 29px;
        box-shadow: 0px 4px 120px 0px #00000014;
    }

    .article-sidebar .body a {
        padding: 1.4rem 2rem;
        font-size: 13px;
        font-weight: 600;
        border: 1px solid var(--colorGrey);
        box-shadow: 0px 4px 90px 0px #0000001F;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        border-radius: 12px;
        margin-bottom: 1.2rem;
        color: var(--colorGrey);
        transition: all .2s linear;
        position: relative;
    }

    .insta-join {
        background-color: #FF004D;
        box-shadow: 0px 4px 120px 0px #0000001A;
        padding: 1rem;
        margin-top: 2rem;
        border-radius: 16px;
        position: relative;
    }

    .published-article .title {
        margin: 1rem 0;
        font-size: 16px;
        font-weight: 600;
        padding-right: 3rem;
    }

    .article-search {
        padding: 1rem 1rem;
        margin-top: 2rem;
        box-shadow: 0px 4px 120px 0px #0000001A;
        border-radius: 16px;
    }

    /*new style*/
    .fixed-box-holder {
        max-width: 280px;
    }

    /*//article*/
    .article-item.related_article {
        padding: 10px;
        margin-bottom: 20px;
    }

    .published-article .title.related_title {
        padding-right: 0;
        color: #475466;
        font-size: 15px;
    }

    .related_article .author-details {
        margin-top: 0;
        flex-direction: row;
    }
}

@media (max-width: 992px) {

    /*//article*/
    .floating-article .col-lg-6 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .floating-article .article-item {
        width: 48%;
    }

    .floating-article .article-item .author-details {
        margin: 0;
        flex-direction: row;
    }

    /*article*/
    .c_body {
        height: auto;
    }

    .btn-reponsive {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .btn-reponsive .main-bottom {
        display: flex;
    }

    .main-bottom.res-hide {
        display: none;
    }

    .logo {
        width: 40px;
        margin-left: 0;
    }

    .sign-btn span {
        font-weight: 600;
        font-size: 11px;
    }

    .slider-section .main_holder .body img {
        width: 100%;
        margin-top: 9rem;
        margin-bottom: 2rem;
        max-width: 330px;
    }

    .slider-section .main_holder {
        margin-bottom: 1.5rem;
    }

    .owl-product {
        direction: ltr;
        height: 444px;
    }

    .owl-product .item {
        background-color: #eeeeee;
        border-radius: 25px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 1rem 1rem;
        text-align: right;
        height: 415px;
    }

    .best-sell {
        margin-top: 0;
    }

    .best-sell .owl-stage {
        padding-right: 0 !important;
    }

    .owl-top-product .owl-stage {
        padding-right: 0 !important;
    }

    .owl-ipad .owl-stage {
        padding-right: 0 !important;
    }

    .banner-section .item {
        background-color: var(--colorWite);
        box-shadow: 0px 4px 120px 0px #00000017;
        border-radius: 25px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        padding: 1.5rem 0;
        margin-bottom: 1.5rem;
    }

    .banner-section .item img {
        max-width: 290px;
        margin-top: 1rem;
    }

    .features-section .box {
        margin-bottom: 1rem;
        justify-content: center;
    }

    .cat-section .holder {
        flex-direction: column-reverse;
        margin-bottom: 1.5rem;
        padding-bottom: 0;
        max-height: max-content;
        padding-right: 0;
    }

    .cat-section .holder img {
        height: 115px;
        margin-bottom: 1rem;
    }

    .cat-section .btn-buy {
        margin-top: 0;
    }

    .footer-logo {
        max-width: 100px;
    }

    .social-section {
        background-color: var(--colorWite);
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        padding: 1.5rem 2rem;
        margin-top: 3rem;
        padding-top: 1.2rem;
        margin-bottom: 0;
    }

    .social-section .socials {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4rem;
        padding: 0 0rem;
    }

    .main-footer .categories {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .main-footer .tags {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 2rem;
    }

    .main-footer .tags .tag {
        width: 93px;
        padding: 1rem;
        background-color: var(--LightGrey);
        border-radius: 10px;
        color: var(--colorGrey);
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
        margin-right: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .main-footer .title {
        font-size: 22px;
        font-weight: 600;
        color: var(--colorBlack);
        width: 100%;
        margin-top: 0;
        position: relative;
        margin-right: 0rem;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .main-footer .title:after {
        content: none;
        position: absolute;
        width: 5px;
        height: 28px;
        background-color: var(--colorBlack);
        border-radius: 10px;
        right: -25px;
        top: 3px;
    }

    .main-footer .contact-item .txt {
        color: var(--colorBlack);
        font-weight: 700;
        font-size: 13px;
        margin-right: 1rem;
        direction: ltr;
    }

    .main-footer .information .row {
        flex-direction: column-reverse;
    }

    .main-footer .main-row {
        flex-direction: column-reverse;
    }

    .main-footer .information .title {
        display: flex;
        justify-content: flex-start;
    }

    .small-hide {
        display: none !important;
    }

    .published-article .single-article .article-img {
        width: 100%;
        height: 250px;
        border-radius: 15px;
    }

    .published-article .single-article {
        background-color: var(--colorWite);
        padding: 1.5rem;
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: flex-start;
        position: relative;
        flex-direction: column;
    }

    .published-article .single-article .article-img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

    .published-article .single-article .article-details {
        margin-top: 1rem;
        margin-right: 0;
        width: 100%;
        position: relative;
    }

    .article-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 2.2rem;
    }

    .article-footer .btn-read {
        width: 39px;
        height: 39px;
        border-radius: 15px;
        border: 1px solid var(--colorGrey);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1rem;
    }

    .article-footer .operation-item {
        margin-right: 10px;
        align-items: center;
        justify-content: center;
    }

    .profile-holder-main img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .pagination {
        margin-top: 4rem;
        margin-bottom: 0rem;
    }

    .article-item .title {
        margin-bottom: 1rem;
        margin-top: 0;
        font-size: 18px;
        font-weight: 600;
    }

    .article-item .latin-name {
        color: var(--colorGrey);
        margin: 1rem 0 1rem;
    }

    .article-item .descriptions {
        font-size: 13px;
        font-weight: 500;
        color: var(--colorGrey);
        line-height: 28px;
    }

    .author-details .btn-read {
        border-radius: 10px;
        padding: 1rem 1rem;
        font-size: 11px;
        color: #262262;
        background-color: #eae9f0;
        font-weight: 600;
        margin-top: .5rem;
    }

    .author-details {
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .article-item {
        margin-bottom: 1.5rem;
    }

    /*contact us */
    .contact-us-holder > .row {
        flex-direction: column-reverse;
    }

    .contact-us-holder .logo-holder img {
        width: 100%;
    }

    .contact-us-holder .title-holder .title {
        font-size: 20px;
        color: var(--colorBlack);
        font-weight: 600;
        margin-top: 3rem;
    }

    .contact-us-holder .body {
        padding-right: 1rem;
        width: 100%;
        max-width: 700px;
        margin-top: 2.5rem;
    }

    .contact-us-holder .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        padding: .5rem;
        margin-bottom: 1rem;
    }

    .contact-us-holder .item .txt {
        font-size: 14px;
        font-weight: 600;
        color: var(--colorBlack);
        margin-top: 1rem;
    }

    .contact-us-holder .shape-holder img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 69px;
    }

    .contact-us-holder .shape-holder .num {
        position: absolute;
        z-index: 4;
        font-size: 23px;
        left: 0;
        right: 0;
        text-align: center;
        top: 17px;
        color: var(--colorWite);
        font-weight: 600;
    }

    .license-holder {
        margin-top: 5rem;
        background-color: var(--LightGrey);
        border-radius: 15px;
        padding: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 2rem;
        margin-bottom: 0rem;
        flex-direction: column;
    }

    .license-holder .license {
        border-left: none;
        padding: 1.2rem;
        padding-left: 0;
    }

    .report {
        margin-top: 2rem;
    }

    .contact-us-holder {
        margin-top: 0;
    }

    .contact-us-form {
        background-color: var(--colorWite);
        padding: 1rem;
        border-radius: 27px;
        box-shadow: 0px 4px 120px 0px #00000014;
    }

    .contact-us-form .body .btn {
        width: 100%;
        padding: .5rem;
        border-radius: 12px;
        border: 1px solid #000000;
        font-size: 19px;
        position: relative;
    }

    .contact-us-form .body .btn svg {
        position: absolute;
        left: 30px;
        top: 8px;
    }

    .locations-holder {
        padding-right: 0;
        margin-top: 2rem;
    }

    .contact-us-form .loc-info .icon {
        width: 47px;
        height: 47px;
        background-color: var(--colorBlack);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        margin-left: 1.51rem;
    }

    .contact-us-form .loc-info .num {
        font-size: 16px;
        font-weight: 600;
    }

    .contact-us-form .loc-info .txt {
        font-size: 16px;
        color: var(--colorGrey);
        margin-top: 0;
        font-weight: 300;
    }

    .locations-holder .item {
        margin-bottom: 2rem;
    }

    .article-information {
        background-color: var(--colorWite);
        padding: 1rem;
        border-radius: 16px;
        box-shadow: 0px 4px 70px 0px #0000001A;
    }

    .article-information .title-holder .title {
        margin: 2rem 0 1rem 0;
        padding: 0;
        color: var(--colorBlack);
        font-size: 22px;
    }

    .article-information .title-holder .latin {
        font-size: 17px;
        color: var(--colorGrey);
    }

    .article-information .body {
        padding-top: 1rem;
    }

    .article-information .body p {
        text-align: justify;
        color: var(--colorGrey);
        font-size: 14px;
        font-weight: 400;
        line-height: 40px;
    }

    .set-rating {
        margin-top: 6rem;
        box-shadow: 0px 4px 120px 0px #0000001A;
        border-radius: 12px;
        padding: 1.5rem;
        flex-direction: column;
    }

    .published-article .rating-title {
        margin-bottom: 2rem;
    }

    .share-holder .tags-section .tag {
        border-radius: 100px;
        background-color: #e6eeff;
        padding: .5rem 1rem;
        color: #0054F7;
        margin-top: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 1rem;
        font-size: 11px;
    }

    .share-btn-holder .share-btn {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: .7rem;
    }

    .author-article {
        margin-top: 2rem;
        background-color: var(--colorWite);
        border-radius: 16px;
        padding: 1rem;
    }

    .author-article .profile-holder-main img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .author-article .article-count {
        border-radius: 100px;
        padding: 1rem 1rem;
        background-color: #0054F7;
        box-shadow: 0px 4px 120px 0px #0000001A;
        color: var(--colorWite);
        font-weight: 600;
        font-size: 11px;
    }

    .product-single-show .operations {
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }

    .title {
        font-weight: 600;
        color: var(--colorBlack);
        font-size: 11px;
        margin-top: 1.5rem;
    }

    .product-single-show {
        position: relative;
        margin-top: 3rem;
        padding: 2rem 1rem;
        transition: all .2s linear;
    }

    .subtitle {
        font-weight: 600;
        color: var(--colorGrey);
        font-size: 10px;
        margin-top: .5rem;
    }

    .product-information-details {
        background-color: var(--colorWite);
        border-radius: 15px;
        padding: 1rem;
        box-shadow: 0px 4px 120px 0px #00000017;
    }

    .product-information-details .p-details .p-name {
        font-size: 25px;
        color: var(--colorBlack);
        font-weight: 600;
        margin-top: 2rem;
    }

    .product-information-details .p-details {
        padding-right: 1rem;
    }

    .product-information-details .main-image img {
        height: 230px;
    }

    .product-information-details .thumnail-image {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
    }

    .product-information-details .thumnail-image .gallery-item.dots {
        font-size: 29px;
        color: var(--colorGrey);
    }

    .review-count span {
        font-size: 9px;
    }

    .product-information-details .btn {
        padding: 9px;
        padding-right: 2rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 20px;
        font-size: 17px;
        color: var(--colorWite);
        font-weight: 600;
        padding-left: 2rem;
    }

    .row.p-holder-box-all {
        flex-direction: column-reverse;
    }

    .product-information-details .main-price {
        font-size: 16px;
        font-weight: 600;
        color: #0057FF;
    }

    .product-information-details .price-holder .txt {
        font-size: 16px;
        color: var(--colorBlack);
        margin-right: .5rem;
        font-weight: 600;
    }

    .product-information-details .off-price {
        font-size: 16px;
        font-weight: 600;
        color: var(--colorGrey);
        text-decoration: line-through;
    }

    .p-holder-box-all {
        margin-top: 1rem;
    }

    .product-information-details .price-holder {
        margin-left: 1.2rem;
        margin-bottom: 2rem;
    }

    .product-information-details .btn .icon {
        width: 40px;
        height: 40px;
        display: flex;
        padding-top: 7px;
        align-items: flex-start;
        justify-content: center;
        border-radius: 10px;
        background-color: var(--LightGrey);
    }

    .product-tabs .nav {
        justify-content: center;
        background-color: var(--LightGrey);
        border-radius: 15px;
        padding: 1rem;
    }

    .product-tabs {
        background-color: var(--colorWite);
        box-shadow: 0px 4px 120px 0px #00000017;
        border-radius: 25px;
        padding: 0.5rem;
        margin-top: 3rem;
    }

    .review-holder-feature .review-title {
        margin-top: 2rem;
        font-size: 17px;
    }

    .product-tabs .tab-content p {
        color: var(--colorGrey);
        font-size: 12px;
        line-height: 28px;
        text-align: right;
    }

    .review-button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0rem;
        margin-top: 3rem;
        flex-direction: column-reverse;
    }

    .review-button .btn {
        margin: 0 1rem;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 1rem;
        border-radius: 15px;
        font-weight: 600;
        font-size: 14px;
        border: none;
        max-width: 250px;
        margin-bottom: 1rem;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .review-button .btn:nth-child(2) {
        background-color: #FFDF39;
        justify-content: center;
        color: var(--colorBlack);
    }

    .comment-product-page {
        margin-top: 3rem;
        padding: 0 1rem;
    }

    .review .comment-section .user-details .name {
        color: var(--colorBlack);
        font-size: 16px;
        font-weight: 600;
    }

    .review .comment-section .comment-top img {
        width: 63px;
        height: 63px;
        border-radius: 50%;
    }

    .step-holder {
        background-color: var(--colorWite);
        box-shadow: 0px 4px 100px 0px #0000001A;
        border-radius: 15px;
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 5rem;
        position: relative;
    }

    .step-holder .step-item .icon {
        width: 63px;
        height: 63px;
        border-radius: 16px;
        border: 1px solid #00000040;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 70px 0px #0000001F;
    }

    .delivery-time {
        border-radius: 12px;
        border: 1px solid var(--LightGrey);
        padding: .5rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }

    .step-holder .step-item .txt {
        font-weight: 500;
        font-size: 12px;
        color: var(--colorBlack);
        margin-top: 1.5rem;
    }

    .step-holder .step-item .icon svg {
        width: 29px;
    }

    .buy-information .title {
        color: var(--colorGrey);
        font-weight: 500;
        padding-right: 2.5rem;
        font-size: 15px;
    }

    .input-holder-icon label {
        font-size: 15px;
        font-weight: 500;
        position: relative;
        padding-right: 1.5rem;
    }

    .delivery-time .item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 1rem;
        border-left: none;
        padding-left: 22px;
        cursor: pointer;
        margin-bottom: 1rem;
    }

    .sing-holder .main-body .img img {
        width: 100%;
    }

    .sing-holder .main-body .btn {
        border-radius: 12px;
        font-size: 18px;
        padding: .5rem;
        min-width: 115px;
    }

    .filter-holder {
        margin-top: 3rem;
        display: block;
    }

    .toggleFilter {
        position: absolute;
        left: 5px;
        top: 4px;
    }

    .filter-holder.responsive {
        position: fixed;
        right: -1000px;
        top: 0;
        display: flex;
        flex-direction: column;
        z-index: 9999;
        background: #fff;
        padding: 1rem;
        width: 100%;
        max-width: 300px;
        margin-top: 0;
        padding-top: 2rem;
        height: 100%;
        transition: all .4s linear;
    }

    .filter-holder.responsive.active {
        right: 0;
    }

    .filter-item-body .wrapper {
        width: 100%;
        background: #fff;
        border-radius: 10px;
        padding: 20px 25px 40px;
        direction: ltr;
    }

    .filter-item {
        padding: .5rem;
        border-radius: 7px;
        box-shadow: 0px 4px 120px 0px #00000029;
        margin-bottom: 1.2rem;
        background-color: var(--colorWite);
        position: relative;
    }

    .filter-item label {
        margin-right: 1rem;
        font-weight: 600;
        font-size: 12px;
    }

    .filter-item-body .field input {
        width: 100%;
        height: 100%;
        outline: none;
        font-size: 13px;
        margin-left: 12px;
        border-radius: 12px;
        text-align: center;
        -moz-appearance: textfield;
        background-color: var(--LightGrey);
        border: none;
        padding: 0rem;
        margin-bottom: 0;
        margin-right: 2rem;
    }

    .filter-item-body .price-input .field .toman {
        position: absolute;
        left: 30px;
        top: 14px;
        font-weight: 600;
        color: var(--colorBlack);
        font-size: 12px;
    }

    .filter-item-body .price-input .field {
        display: flex;
        width: 100%;
        height: 45px;
        align-items: center;
        margin-bottom: 1rem;
        position: relative;
    }

    .filter-item-body:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: var(--colorGrey);
        left: 0;
        top: 40px;
    }

    .filter-item-body {
        padding-top: 1rem;
    }

    .filter-section {
        margin-top: 2rem;
        flex-direction: column-reverse;
    }

    .filter-section .main-filter {
        display: none;
    }

    .toggle-filter-btn {
        border: none;
        background-color: transparent;
    }

    .main-filter-responsive {
        margin-top: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        border-radius: 12px;
        padding: 1rem .5rem;
    }

    .toggle-filter-btn span {
        margin-right: .8rem;
        font-size: 13px;
        font-weight: 600;
    }

    .count-filter {
        display: inline-flex;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        background-color: var(--colorGrey);
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    .close-filter {
        background-color: transparent;
        border: none;
        text-align: right;
        margin-bottom: 2rem;
    }

    .close-filter svg {
        width: 28px;
        height: 28px;
    }

    .social-section .socials .social-item {
        width: 55px;
        height: 55px;
        background-color: var(--LightGrey);
        display: flex;
        border-radius: 12px;
        align-items: center;
        justify-content: center;
        transition: all .3s linear;
    }


    /*article signle*/
    .article-search.single {
        padding: 1rem 1rem;
        margin-bottom: 2rem;
        margin-top: 0;
        box-shadow: 0px 4px 120px 0px #0000001A;
        border-radius: 16px;
    }

    .author-article .profile-holder-main .txt {
        font-size: 13px;
        color: var(--colorBlack);
        font-weight: 500;
    }

    .author-article .profile-holder-main img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    /*new style*/
    .fixed-box-holder {
        max-width: 230px;
    }

    /*//article*/
    .article-item.related_article {
        padding: 10px;
    }

    .published-article .title.related_title {
        padding-right: 0;
        color: #475466;
        font-size: 16px;
    }

    .related_article .author-details {
        margin-top: 0;
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .portfolio_page .main-subtitle {
        font-size: .9rem;
        opacity: 0.9;
        position: relative;
        z-index: 2;
    }

    .c_body {
        height: auto;
    }

    .btn-reponsive {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .btn-reponsive .main-bottom {
        display: flex;
    }

    .main-bottom.res-hide {
        display: none;
    }

    .logo {
        width: 40px;
        margin-left: 0;
    }

    .sign-btn span {
        font-weight: 600;
        font-size: 11px;
    }

    .slider-section .main_holder .body img {
        width: 100%;
        margin-top: 9rem;
        margin-bottom: 2rem;
        max-width: 330px;
    }

    .slider-section .main_holder {
        margin-bottom: 1.5rem;
    }

    .owl-product {
        direction: ltr;
        height: 444px;
    }

    .owl-product .item {
        background-color: #eeeeee;
        border-radius: 25px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 1rem 1rem;
        text-align: right;
        height: 415px;
    }

    .best-sell {
        margin-top: 0;
    }

    .best-sell .owl-stage {
        padding-right: 0 !important;
    }

    .owl-top-product .owl-stage {
        padding-right: 0 !important;
    }

    .owl-ipad .owl-stage {
        padding-right: 0 !important;
    }

    .banner-section .item {
        background-color: var(--colorWite);
        box-shadow: 0px 4px 120px 0px #00000017;
        border-radius: 25px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        padding: 1.5rem 0;
        margin-bottom: 1.5rem;
    }

    .banner-section .item img {
        max-width: 290px;
        margin-top: 1rem;
    }

    .features-section .box {
        margin-bottom: 1rem;
        justify-content: center;
    }

    .cat-section .holder {
        flex-direction: column-reverse;
        margin-bottom: 1.5rem;
        padding-bottom: 0;
        max-height: max-content;
        padding-right: 0;
    }

    .cat-section .holder img {
        height: 115px;
        margin-bottom: 1rem;
    }

    .cat-section .btn-buy {
        margin-top: 0;
    }

    .footer-logo {
        max-width: 100px;
    }

    .social-section {
        background-color: var(--colorWite);
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        padding: 1.5rem 2rem;
        margin-top: 3rem;
        padding-top: 4.8rem;
        margin-bottom: 0;
    }

    .social-section .socials {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4rem;
        padding: 0 0rem;
    }

    .main-footer .categories {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .main-footer .tags {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 2rem;
    }

    .main-footer .tags .tag {
        width: 93px;
        padding: 1rem;
        background-color: var(--LightGrey);
        border-radius: 10px;
        color: var(--colorGrey);
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
        margin-right: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .main-footer .title {
        font-size: 22px;
        font-weight: 600;
        color: var(--colorBlack);
        width: 100%;
        margin-top: 0;
        position: relative;
        margin-right: 0rem;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .main-footer .title:after {
        content: none;
        position: absolute;
        width: 5px;
        height: 28px;
        background-color: var(--colorBlack);
        border-radius: 10px;
        right: -25px;
        top: 3px;
    }

    .main-footer .contact-item .txt {
        color: var(--colorBlack);
        font-weight: 700;
        font-size: 13px;
        margin-right: 1rem;
        direction: ltr;
    }

    .main-footer .information .row {
        flex-direction: column-reverse;
    }

    .main-footer .main-row {
        flex-direction: column-reverse;
    }

    .main-footer .information .title {
        display: flex;
        justify-content: flex-start;
    }

    .small-hide {
        display: none !important;
    }

    .published-article .single-article .article-img {
        width: 100%;
        height: 250px;
        border-radius: 15px;
    }

    .published-article .single-article {
        background-color: var(--colorWite);
        padding: 1.5rem;
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: flex-start;
        position: relative;
        flex-direction: column;
    }

    .published-article .single-article .article-img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

    .published-article .single-article .article-details {
        margin-top: 1rem;
        margin-right: 0;
        width: 100%;
        position: relative;
    }

    .article-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 2.2rem;
    }

    .article-footer .btn-read {
        width: 39px;
        height: 39px;
        border-radius: 15px;
        border: 1px solid var(--colorGrey);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1rem;
    }

    .article-footer .operation-item {
        margin-right: 10px;
        align-items: center;
        justify-content: center;
    }

    .profile-holder-main img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .pagination {
        margin-top: 4rem;
        margin-bottom: 0rem;
    }

    .article-item .title {
        margin-bottom: 1rem;
        margin-top: 0;
        font-size: 18px;
        font-weight: 600;
    }

    .article-item .latin-name {
        color: var(--colorGrey);
        margin: 1rem 0 1rem;
    }

    .article-item .descriptions {
        font-size: 13px;
        font-weight: 500;
        color: var(--colorGrey);
        line-height: 28px;
    }

    .author-details .btn-read {
        border-radius: 10px;
        padding: 1rem 1rem;
        font-size: 11px;
        color: #262262;
        background-color: #eae9f0;
        font-weight: 600;
        margin-top: .5rem;
    }

    .author-details {
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .article-item {
        margin-bottom: 1.5rem;
    }

    /*contact us */
    .contact-us-holder > .row {
        flex-direction: column-reverse;
    }

    .contact-us-holder .logo-holder img {
        width: 100%;
    }

    .contact-us-holder .title-holder .title {
        font-size: 20px;
        color: var(--colorBlack);
        font-weight: 600;
        margin-top: 3rem;
    }

    .contact-us-holder .body {
        padding-right: 1rem;
        width: 100%;
        max-width: 700px;
        margin-top: 2.5rem;
    }

    .contact-us-holder .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        padding: .5rem;
        margin-bottom: 1rem;
    }

    .contact-us-holder .item .txt {
        font-size: 14px;
        font-weight: 600;
        color: var(--colorBlack);
        margin-top: 1rem;
    }

    .contact-us-holder .shape-holder img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 69px;
    }

    .contact-us-holder .shape-holder .num {
        position: absolute;
        z-index: 4;
        font-size: 23px;
        left: 0;
        right: 0;
        text-align: center;
        top: 17px;
        color: var(--colorWite);
        font-weight: 600;
    }

    .license-holder {
        margin-top: 5rem;
        background-color: var(--LightGrey);
        border-radius: 15px;
        padding: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 2rem;
        margin-bottom: 0rem;
        flex-direction: column;
    }

    .license-holder .license {
        border-left: none;
        padding: 1.2rem;
        padding-left: 0;
    }

    .report {
        margin-top: 2rem;
    }

    .contact-us-holder {
        margin-top: 0;
    }

    .contact-us-form {
        background-color: var(--colorWite);
        padding: 1rem;
        border-radius: 27px;
        box-shadow: 0px 4px 120px 0px #00000014;
    }

    .contact-us-form .body .btn {
        width: 100%;
        padding: .5rem;
        border-radius: 12px;
        border: 1px solid #000000;
        font-size: 19px;
        position: relative;
    }

    .contact-us-form .body .btn svg {
        position: absolute;
        left: 30px;
        top: 8px;
    }

    .locations-holder {
        padding-right: 0;
        margin-top: 2rem;
    }

    .contact-us-form .loc-info .icon {
        width: 47px;
        height: 47px;
        background-color: var(--colorBlack);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        margin-left: 1.51rem;
    }

    .contact-us-form .loc-info .num {
        font-size: 16px;
        font-weight: 600;
    }

    .contact-us-form .loc-info .txt {
        font-size: 16px;
        color: var(--colorGrey);
        margin-top: 0;
        font-weight: 300;
    }

    .locations-holder .item {
        margin-bottom: 2rem;
    }

    .article-information {
        background-color: var(--colorWite);
        padding: 1rem;
        border-radius: 16px;
        box-shadow: 0px 4px 70px 0px #0000001A;
    }

    .article-information .title-holder .title {
        margin: 2rem 0 1rem 0;
        padding: 0;
        color: var(--colorBlack);
        font-size: 22px;
    }

    .article-information .title-holder .latin {
        font-size: 17px;
        color: var(--colorGrey);
    }

    .article-information .body {
        padding-top: 1rem;
    }

    .article-information .body p {
        text-align: justify;
        color: var(--colorGrey);
        font-size: 14px;
        font-weight: 400;
        line-height: 40px;
    }

    .set-rating {
        margin-top: 6rem;
        box-shadow: 0px 4px 120px 0px #0000001A;
        border-radius: 12px;
        padding: 1.5rem;
        flex-direction: column;
    }

    .published-article .rating-title {
        margin-bottom: 2rem;
    }

    .share-holder .tags-section .tag {
        border-radius: 100px;
        background-color: #e6eeff;
        padding: .5rem 1rem;
        color: #0054F7;
        margin-top: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 1rem;
        font-size: 11px;
    }

    .share-btn-holder .share-btn {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: .7rem;
    }

    .author-article {
        margin-top: 2rem;
        background-color: var(--colorWite);
        border-radius: 16px;
        padding: 1rem;
    }

    .author-article .profile-holder-main img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .author-article .article-count {
        border-radius: 100px;
        padding: 1rem 1rem;
        background-color: #0054F7;
        box-shadow: 0px 4px 120px 0px #0000001A;
        color: var(--colorWite);
        font-weight: 600;
        font-size: 11px;
    }

    .product-single-show .operations {
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }

    .title {
        font-weight: 600;
        color: var(--colorBlack);
        font-size: 11px;
        margin-top: 1.5rem;
    }

    .product-single-show {
        position: relative;
        margin-top: 3rem;
        padding: 2rem 1rem;
        transition: all .2s linear;
    }

    .subtitle {
        font-weight: 600;
        color: var(--colorGrey);
        font-size: 10px;
        margin-top: .5rem;
    }

    .product-information-details {
        background-color: var(--colorWite);
        border-radius: 15px;
        padding: 1rem;
        box-shadow: 0px 4px 120px 0px #00000017;
    }

    .product-information-details .p-details .p-name {
        font-size: 25px;
        color: var(--colorBlack);
        font-weight: 600;
        margin-top: 2rem;
    }

    .product-information-details .p-details {
        padding-right: 1rem;
    }

    .product-information-details .main-image img {
        height: 230px;
    }

    .product-information-details .thumnail-image {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
    }

    .product-information-details .thumnail-image .gallery-item.dots {
        font-size: 29px;
        color: var(--colorGrey);
    }

    .review-count span {
        font-size: 9px;
    }

    .product-information-details .btn {
        padding: 9px;
        padding-right: 2rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 20px;
        font-size: 17px;
        color: var(--colorWite);
        font-weight: 600;
        padding-left: 2rem;
    }

    .row.p-holder-box-all {
        flex-direction: column-reverse;
    }

    .product-information-details .main-price {
        font-size: 16px;
        font-weight: 600;
        color: #0057FF;
    }

    .product-information-details .price-holder .txt {
        font-size: 16px;
        color: var(--colorBlack);
        margin-right: .5rem;
        font-weight: 600;
    }

    .product-information-details .off-price {
        font-size: 16px;
        font-weight: 600;
        color: var(--colorGrey);
        text-decoration: line-through;
    }

    .p-holder-box-all {
        margin-top: 1rem;
    }

    .product-information-details .price-holder {
        margin-left: 1.2rem;
        margin-bottom: 2rem;
    }

    .product-information-details .btn .icon {
        width: 40px;
        height: 40px;
        display: flex;
        padding-top: 7px;
        align-items: flex-start;
        justify-content: center;
        border-radius: 10px;
        background-color: var(--LightGrey);
    }

    .product-tabs .nav {
        justify-content: center;
        background-color: var(--LightGrey);
        border-radius: 15px;
        padding: 1rem;
    }

    .product-tabs {
        background-color: var(--colorWite);
        box-shadow: 0px 4px 120px 0px #00000017;
        border-radius: 25px;
        padding: 0.5rem;
        margin-top: 3rem;
    }

    .review-holder-feature .review-title {
        margin-top: 2rem;
        font-size: 17px;
    }

    .product-tabs .tab-content p {
        color: var(--colorGrey);
        font-size: 12px;
        line-height: 28px;
        text-align: right;
    }

    .review-button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0rem;
        margin-top: 3rem;
        flex-direction: column-reverse;
    }

    .review-button .btn {
        margin: 0 1rem;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 1rem;
        border-radius: 15px;
        font-weight: 600;
        font-size: 14px;
        border: none;
        max-width: 250px;
        margin-bottom: 1rem;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .review-button .btn:nth-child(2) {
        background-color: #FFDF39;
        justify-content: center;
        color: var(--colorBlack);
    }

    .comment-product-page {
        margin-top: 3rem;
        padding: 0 1rem;
    }

    .review .comment-section .user-details .name {
        color: var(--colorBlack);
        font-size: 16px;
        font-weight: 600;
    }

    .review .comment-section .comment-top img {
        width: 63px;
        height: 63px;
        border-radius: 50%;
    }

    .step-holder {
        background-color: var(--colorWite);
        box-shadow: 0px 4px 100px 0px #0000001A;
        border-radius: 15px;
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 5rem;
        position: relative;
    }

    .step-holder .step-item .icon {
        width: 63px;
        height: 63px;
        border-radius: 16px;
        border: 1px solid #00000040;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 70px 0px #0000001F;
    }

    .delivery-time {
        border-radius: 12px;
        border: 1px solid var(--LightGrey);
        padding: .5rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }

    .step-holder .step-item .txt {
        font-weight: 500;
        font-size: 12px;
        color: var(--colorBlack);
        margin-top: 1.5rem;
    }

    .step-holder .step-item .icon svg {
        width: 29px;
    }

    .buy-information .title {
        color: var(--colorGrey);
        font-weight: 500;
        padding-right: 2.5rem;
        font-size: 15px;
    }

    .input-holder-icon label {
        font-size: 15px;
        font-weight: 500;
        position: relative;
        padding-right: 1.5rem;
    }

    .delivery-time .item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 1rem;
        border-left: none;
        padding-left: 22px;
        cursor: pointer;
        margin-bottom: 1rem;
    }

    .sing-holder .main-body .img img {
        width: 100%;
    }

    .sing-holder .main-body .btn {
        border-radius: 12px;
        font-size: 18px;
        padding: .5rem;
        min-width: 115px;
    }

    .filter-holder {
        display: block;
    }

    .filter-holder.responsive {
        position: fixed;
        right: -1000px;
        top: 0;
        display: flex;
        flex-direction: column;
        z-index: 9999;
        background: #fff;
        padding: 1rem;
        width: 100%;
        max-width: 300px;
        margin-top: 0;
        padding-top: 2rem;
        height: 100%;
        transition: all .4s linear;
    }

    .filter-holder.responsive.active {
        right: 0;
    }

    .filter-item-body .wrapper {
        width: 100%;
        background: #fff;
        border-radius: 10px;
        padding: 20px 25px 40px;
        direction: ltr;
    }

    .filter-item {
        padding: .5rem;
        border-radius: 7px;
        box-shadow: 0px 4px 120px 0px #00000029;
        margin-bottom: 1.2rem;
        background-color: var(--colorWite);
        position: relative;
    }

    .filter-item label {
        margin-right: 1rem;
        font-weight: 600;
        font-size: 12px;
    }

    .filter-item-body .field input {
        width: 100%;
        height: 100%;
        outline: none;
        font-size: 13px;
        margin-left: 12px;
        border-radius: 12px;
        text-align: center;
        -moz-appearance: textfield;
        background-color: var(--LightGrey);
        border: none;
        padding: 0rem;
        margin-bottom: 0;
        margin-right: 2rem;
    }

    .filter-item-body .price-input .field .toman {
        position: absolute;
        left: 30px;
        top: 14px;
        font-weight: 600;
        color: var(--colorBlack);
        font-size: 12px;
    }

    .filter-item-body .price-input .field {
        display: flex;
        width: 100%;
        height: 45px;
        align-items: center;
        margin-bottom: 1rem;
        position: relative;
    }

    .filter-item-body:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: var(--colorGrey);
        left: 0;
        top: 40px;
    }

    .filter-item-body {
        padding-top: 1rem;
    }

    .filter-section {
        margin-top: 2rem;
        flex-direction: column-reverse;
    }

    .filter-section .main-filter {
        display: none;
    }

    .toggle-filter-btn {
        border: none;
        background-color: transparent;
    }

    .main-filter-responsive {
        margin-top: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        border-radius: 12px;
        padding: 1rem .5rem;
    }

    .toggle-filter-btn span {
        margin-right: .8rem;
        font-size: 13px;
        font-weight: 600;
    }

    .count-filter {
        display: inline-flex;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        background-color: var(--colorGrey);
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    .close-filter {
        background-color: transparent;
        border: none;
        text-align: right;
        margin-bottom: 2rem;
    }

    .close-filter svg {
        width: 28px;
        height: 28px;
    }

    .social-section .socials .social-item {
        width: 55px;
        height: 55px;
        background-color: var(--LightGrey);
        display: flex;
        border-radius: 12px;
        align-items: center;
        justify-content: center;
        transition: all .3s linear;
    }

    /*//new style*/
    /*new responsive*/
    .w-50 {
        width: 100% !important;
    }

    .fixed-box-holder {
        position: static;
        margin-bottom: 2rem;
        width: 100%;
        max-width: 100%;
    }

    .video-section-all {
        flex-direction: column-reverse;
    }

    .modal .sing-holder .main-body .img img {
        width: 70px;
    }

    .modal .sing-holder .main-body {
        padding: 0;
    }

    .modal .input-holder .btn {
        width: 100%;
        height: 57px;
    }

    /*//article index*/
    .floating-article .article-item .author-details {
        margin: 0;
        flex-direction: row;
    }

    .floating-article .col-lg-6 {
        display: flex;
        justify-content: space-between;
    }

    .floating-article .article-item {
        width: 48%;
    }


    /*//article*/
    .article-item.related_article {
        padding: 10px;
    }

    .published-article .title.related_title {
        padding-right: 0;
        color: #475466;
        font-size: 16px;
    }

    .related_article .author-details {
        margin-top: 0;
        flex-direction: row;
    }


    .step-timeline {
        flex-direction: column;
        gap: 40px;
    }

    .step-timeline::before {
        top: 0;
        bottom: 0;
        left: 50%;
        right: auto;
        width: 4px;
        height: auto;
        transform: translateX(-50%);

    }

    .step-item {
        max-width: 250px;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }


    .portfolio_page .main-title {
        font-size: 1.6rem;
        margin-top: 4rem;
    }

    .portfolio_page .hero-section {
        padding: 60px 0 40px;
    }

    .portfolio_page .filter-section {
        margin-top: -20px;
        padding: 25px 20px;
    }

    .portfolio_page .filter-tabs {
        gap: 8px;
    }

    .portfolio_page .filter-tab {
        padding: 10px 20px;
        font-size: 12px;
        width: 140px;
    }

    .owl-carousel.owl-categories .owl-stage-outer {
        padding: 1rem .5rem;
    }

    .portfolio_page .search-filter {
        flex-direction: column;
        gap: 15px;
    }

    .portfolio_page .search-input {
        max-width: 100%;
    }

    .portfolio_page .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .portfolio_page .portfolio-card {
        margin: 0 15px;
    }

    .portfolio_page .card-image {
        height: 200px;
    }

    .portfolio_page .card-content {
        padding: 20px;
    }

    .portfolio_page .card-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .portfolio_page .overlay-content {
        padding: 0 20px;
    }

    .portfolio_page .view-btn {
        padding: 10px 25px;
    }
}

@media (max-width: 576px) {
    .sing-holder .main-body {
        background-color: var(--boxBg);
        max-width: 600px;
        margin: 4rem auto;
        border-radius: 15px;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 4rem;
        margin-top: 0;
    }


    .recovery_password {
        padding-top: 8rem;
    }

    .plan_head {
        padding: 1rem .5rem;
        border-inline-end: 1px solid #e2e2e2;
        width: 44%;
    }

    .plan_section .plan_body {
        border-inline-end: 1px solid #e2e2e2;
        width: 56%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .plan_title {
        font-family: rokh !important;
        font-size: 15px;
        color: rgb(123, 120, 117);
    }

    .plan_section ul li {
        color: rgb(77, 78, 80);
        list-style: none;
        margin-bottom: .3rem;
        font-size: 12px;
    }

    .header_section .line {
        top: 50px;
    }

    .header_holder {
        padding: 1rem 3rem;
        background-color: transparent;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        position: absolute;
        z-index: 2;
        width: 98%;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .slider-section .slider_box {
        background-color: #fff0b8;
        padding: 1rem 11px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        padding-top: 6rem;
    }

    .slider-section .title {
        font-size: 29px;
        font-weight: 950;
        line-height: 1.5;
        color: #2D2D2D;
    }

    .slider-section .img_holder img {
        max-width: 200px;
        height: auto;
    }

    .slider_box > .row {
        flex-direction: column-reverse;
    }

    .slider-section .header_box .info_detail span {
        font-weight: bold;
        color: #656565;
        font-size: 11px;
    }

    .slider-section .header_box .icon.red {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: .3rem;
        background-color: #f2392757;
    }

    .slider-section .header_box .icon svg {
        margin-top: -10px;
        margin-left: -10px;
        width: 17px;
    }

    .slider-section .header_box .icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: .5rem;
        background-color: #819a164a;
    }

    .main-header {
        background-color: var(--boxBg);
        padding: 9px 0;
        padding-top: 10px;
        border-radius: 10px;
        border: 1px solid #000;
        z-index: 2;
        margin-top: 1rem;
        position: absolute;
        left: 0;
        width: 97%;
        top: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between;
    }

    .main-header .container-fluid {
        width: 100%;
    }

    .categories_box .main_box {
        background-color: #ECFEDB;
        border-radius: 25px;
        margin-top: 2rem;
        padding: 12px;
    }

    .categories_box .main_box .item {
        background-color: #fff;
        border-radius: 15px;
        padding: 9px;
        border: 1px solid #000;
        display: flex;
        align-items: center;
        margin-bottom: 2rem;
        position: relative;
        z-index: 2;
    }

    .categories_box .main_box .item .txt {
        font-size: 15px;
        font-weight: bold;
        color: #4f4f4f;
        margin-right: 1rem;
        font-family: rokh !important;
    }

    .portfolio_section {
        margin-top: 3rem;
    }

    .header_section .title {
        font-weight: bolder;
        color: rgb(45, 45, 45);
        font-size: 19px;
        margin-top: 1rem;
        position: relative;
        z-index: 2;
        background-color: #F8F8F8;
        padding: 0 .5rem;
    }

    .portfolio_name {
        text-align: right;
        font-size: 14px;
    }

    .owl-portfolio .item .details .btn_more {
        font-size: 10px;
        background-color: #E9E9E9;
        padding: .6rem;
        border-radius: 11px;
        transition: all .2s linear;
    }

    .owl-portfolio .item .details .btn_more svg {
        width: 20px;
    }

    .categories_box.about_us .main_box .item svg {
        width: 150px;
        margin-left: 1rem;
    }

    .categories_box.about_us .main_box .item .txt {
        font-size: 15px;
        font-weight: bold;
        color: #4f4f4f;
        margin-right: 0;
        font-family: rokh !important;
    }

    .plan_section {
        margin-top: 4rem;
        padding: 2rem 0;
        background-color: #FFF0B8;
        max-height: inherit;
    }

    .profile_holder .details {
        margin-bottom: 1rem;
    }


    .plan_section .plan_box .item {
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 15px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.5rem;
        flex-direction: column;
    }

    .plan_box .main_body {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        margin-top: 1rem;
    }

    .plan_section .plan_box .item .btn_holder {
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1rem;
    }

    .plan_head .price {
        font-size: 17px;
        color: #2d3748;
        font-weight: bold;
    }

    .plan_section .plan_box .img_holder {
        padding: .6rem;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        max-height: 125px;
    }

    .plan_section .plan_box .img_holder img {
        max-width: 120px;
        height: auto;
    }

    .step-content p {
        font-size: 12px;
        color: #3F3D39;
        opacity: 0.7;
        line-height: 1.4;
        margin: 0;
        transition: all 0.3s ease;
        background: #fff;
        border: 1px solid #000;
        padding: .5rem;
        border-radius: 3px;
    }

    .design-process-section .header_section {
        margin-bottom: 2rem;
    }

    .step-icon {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, #3F3D39 0%, #2a2825 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px;
        position: relative;
        box-shadow: 0 10px 30px rgba(63, 61, 57, 0.3);
        transition: all 0.4s ease;
        border: 4px solid #FFF0B8;
    }

    .plan_section .plan_box .img_holder svg {
        max-width: 120px;
    }

    .plan_body ul {
        margin: 0;
        padding: 0;
        margin: .5rem 0;
    }

    .plan_section .plan_box .item .btn_buy {
        background-color: #F5D979;
        color: #000;
        border-radius: 20px;
        padding: .5rem 2.2rem;
        transition: all .2s linear;
    }

    .categories_box.social {
        margin-top: 3rem;
    }

    .articles-holder {
        margin-top: 2rem;
        position: relative;
        margin-bottom: 4rem;
    }

    .main-article-holder .description-box {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .main-article-holder .mt-5 {
        margin-top: 0rem !important;
    }

    .question-item .body {
        margin-top: 1rem;
    }

    .type_holder .btn {
        font-size: 10px;
        height: 2.5rem !important;
        border-radius: 5px !important;
        margin-left: 10px;
        background-color: #DEDAD7FF !important;
        padding: 8px;
    }

    .details_q_holder .comment_num {
        margin-left: 7px;
        font-size: 9px;
        color: grey;
        margin-bottom: 2rem;
    }

    .details_q_holder .comment_num img {
        width: 17px !important;
        height: 17px !important;
        border-radius: 50% !important;
        margin-left: -6px !important;
    }

    .review .comment-section .user-details {
        display: flex;
        flex-direction: column;
        margin-right: 1rem;
    }

    .review .comment-section .user-details .name {
        color: var(--colorBlack);
        font-size: 14px;
        font-weight: 600;
    }

    .comment .btn {
        border: 1px solid #ccc;
        border-radius: 7px;
        font-size: 10px;
        padding: .7rem 1.2rem;
        background-color: #9dbe3b;
        color: #fff;
    }

    .review .comment-section .comment-top img {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        object-fit: contain;
    }

    .review .like-section {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        display: none;
    }

    .tab_title {
        font-size: 13px;
    }

    .meeting-details h5 {
        font-size: 14px;
        color: #333;
        margin-bottom: 0.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .meeting-details a {
        font-size: 12px;
    }

    .user_activity .item {
        border-left: none;
        padding-left: 0;
    }

    .type_holder .btn svg {
        width: 20px;
        height: 20px;
    }

    .type_holder .btn {
        margin-bottom: 1rem;
    }

    .main-img.small_screen {
        display: block;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 1rem;
    }

    .main-img.small_screen img {
        width: 100%;
        object-fit: contain;

    }

    .main-img {
        display: block;
    }

    .meeting_title {
        font-size: 14px;
        line-height: 30px;
    }

    .anchor_holder button {
        border: none;
        background-color: transparent;
        font-size: 13px;
        color: #000;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }

    .anchor_holder {
        transition: all .4s linear;
    }

    .anchor_holder.active {
        position: fixed;
        top: 8px;
        left: 0;
        right: 0;
        width: 85%;
        margin: auto;
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        z-index: 9;
    }

    .floating_meeting_btn {
        display: flex;
        flex-direction: column;
    }

    .floating_meeting_btn .btn {
        padding: 1rem;
    }

    .mobile_final_price {
        display: none;
    }

    .mobile_final_price.active {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .scroll-to-tickets-mobile.active {
        display: none;
    }

    .btn_pay_holder {
        display: none !important;
    }

    .video-show-box .cm-title {
        font-size: 14px;
        color: var(--colorBlack);
        margin-right: .6rem;
        font-weight: 600;
    }

    /*user panel style*/
    .edit-profile-section {
        background-color: #fff;
        border-radius: 10px;
        padding: 1rem 0;
    }

    .edit-profile-section .form-control {
        padding: .4rem .5rem;
    }

    .dashboard label {
        font-size: 11px;
    }

    .dashboard .ck .ck-editor__main * {
        font-size: 11px;
    }

    .dashboard .form-control {
        font-size: 12px;
    }

    .btn_open_panel_menu {
        display: inline-block;
    }

    .close_panel_menu {
        display: inline-block;
    }

    .user_panel_header .txt {
        margin: 0 .5rem;
        color: grey;
    }

    .use_panel_logo {
        width: 100%;
        max-width: 78px;
        margin-bottom: 3rem;
    }

    .sidebar_panel .menu_list li a {
        color: #000;
        font-size: 11px;
        width: 100%;
        display: flex;
        align-items: center;
        padding: .7rem;
    }

    .sidebar_panel {
        position: fixed;
        width: 100%;
        max-width: 200px;
        right: -600px;
        transition: all .2s linear;
        height: 100%;
        top: 0;
        z-index: 99;
    }

    .sidebar_panel.active {
        right: 0;
    }

    .user_panel_header {
        background-color: #fff;
        padding: 1rem 1rem;
    }

    .user_panel_header .name {
        font-weight: bold;
        font-size: 11px;
        color: rgb(71, 84, 102);
    }

    .user_panel_header .date {
        font-size: 9px;
        color: grey;
    }

    .main_content_panel {
        width: 100%;
        background-color: #F7F8F9;
        border-top-right-radius: 25px;
        padding: 1rem 1rem;
        height: calc(100% - 140px);
        overflow-y: scroll;
        min-height: 100vh;
    }

    .dashboard .shortcut .main_txt {
        font-size: 11px;
        color: #000;
        font-weight: bold;
        margin-top: 1rem;
    }

    .dashboard .shortcut .txt {
        color: grey;
        font-size: 9px;
    }

    .dashboard .shortcut svg {
        width: 34px;
        height: 34px;
    }

    .dashboard .shortcut {
        border-radius: 6px;
        background-color: #fff;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .dashboard .sec_title {
        font-size: 15px;
    }

    .dashboard .mt-5 {
        margin-top: 1rem !important;
    }

    .dashboard .published-article .single-article .article-img {
        width: 250px;
        height: 140px;
        border-radius: 15px;
        object-fit: cover;
    }

    .dashboard .published-article .single-article {
        box-shadow: none;
        margin-top: 2rem;
        padding: 1rem;
    }

    .dashboard .article-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 2.2rem;
    }

    .dashboard .published-article .single-article .article-details .article-title {
        font-size: 17px;
        font-weight: 600;
        margin-top: 1rem;
    }

    .dashboard .article-footer .operation-item span {
        margin-top: .7rem;
        font-size: 11px;
    }

    .dashboard .all_post {
        font-size: 11px;
    }

    /*end*/
    .article-information .main-img img {
        width: 100%;
        border-radius: 16px;
        height: 290px;
        object-fit: contain;
    }

    .download_link.float_download_link {
        display: block;
    }

    .article-sidebar .head .title {
        margin: 0;
        padding-right: 1rem;
        font-size: 14px;
        color: var(--colorBlack);
    }

    .articles-list .article-sidebar .body a {
        width: 100%;
        display: inline-flex;
        box-shadow: none;
        position: relative;
        padding: 0;
        border: none;
        font-weight: normal;
        font-size: 12px;
    }

    label {
        font-size: 12px;
    }

    .is_best_answer .best_answer_po {
        background-color: #22c55e;
        border-radius: .5rem;
        width: 27px;
        height: 27px;
        margin-left: .5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .is_best_answer .best_answer_po svg {
        width: 16px;
        height: 16px;
    }

    /*book*/
    .product-tabs .nav-tabs .nav-link {
        margin: 0 .3rem;
    }

    .product-tabs .nav-tabs .nav-link svg {
        display: none;
    }

    /*end*/
    .question-box .like-button {
        margin-bottom: 1rem;
    }

    .new_diss_small {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
    }

    .sponsor_item .btn {
        width: 26px;
        height: 26px;
    }

    .sponsor_item .btn svg {
        width: 17px;
        height: 17px;
    }

    /*best answer*/
    .best_answer {
        position: absolute;
        right: 9px;
        top: 15px;
        left: 0;
    }

    .best_answer svg {
        width: 30px;
        height: 30px;
    }

    /*end*/
    /*//login modal*/
    .sing-holder .main-body .title {
        font-size: 18px;
        color: var(--colorBlack);
        text-align: center;
    }

    .form-control.custom {
        background-color: #f4f4f4;
        border-radius: 12px;
        padding: 1rem;
        border: none;
        margin-bottom: 1rem;
        padding-right: 3rem;
        height: 53px;
        font-size: 13px;
    }

    .forget-password {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 2rem auto;
        font-size: 12px;
        color: #a4a4a4;
        text-decoration: none;
    }

    /*end*/
    #answerForm {
        background: #fff;
        padding: 1rem 1rem;
        border-radius: 7px;
    }

    .edit-delete-buttons {
        margin-bottom: 1rem;
    }

    /*btn report*/
    .btn-report {
        position: absolute;
        right: -80px;
        top: -181px;
        background-color: #ebf2fe;
        border-radius: 4px;
        border: none;
        padding: .32rem;
    }

    .answer .btn-report {
        position: absolute;
        left: 6px;
        right: auto;
        background-color: #ebf2fe;
        border-radius: 4px;
        border: none;
        padding: .32rem;
        top: 15px;
    }

    /*end*/
    .large-hide {
        display: block;
    }

    .question_filter_small_screen {
        display: none;
    }

    /*footer style*/
    .main-footer .link_holder {
        padding-right: 0;
    }

    .pr_8 {
        padding-right: 2rem;
    }

    .main-footer .link_holder ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 1.5rem;
        padding-right: 0;
    }

    .copy_right {
        color: rgb(165, 172, 187);
        font-size: 12px;
        text-align: justify;
    }

    /*end*/
    /*forum style*/
    .question-box .item .time {
        font-size: 9px;
        color: rgb(149, 160, 177);
    }

    .question-head .expert {
        font-size: 9px;
        color: grey;
    }

    .single-question .item img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
    }

    .main_question_holder p {
        font-size: 13px;
    }

    .follow_tooltip_holder {
        margin-bottom: 1.5rem;
    }

    .question-box .item a {
        margin-bottom: 1rem;
    }

    .answer .item a {
        margin-bottom: 2rem !important;
    }

    .question-box .item {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 1rem;
        border-radius: .75rem;
        background-color: #fff;
        margin-top: 2rem;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        position: relative;
    }

    .question_filter_small_screen {
        position: fixed;
        background-color: #fff;
        z-index: 9999;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow-y: scroll;
        padding: 0 2rem;
    }

    .discuss .search-box .btn {
        height: 3rem;
        border-radius: .75rem;
        margin-top: .7rem;
        font-size: 13px;
    }

    .discuss .search-box .btn svg {
        width: 20px;
        margin-right: .3rem;
    }

    .discuss .search-box .form-control {
        padding: 1rem 1rem;
        border-radius: .75rem;
        height: 4rem;
        padding-right: 5rem;
        border: none !important;
        font-size: 13px;
    }

    .discuss .holder {
        border-bottom: 1px solid #ccc;
        padding-bottom: 1rem;
        flex-wrap: wrap;
        width: 100%;
    }

    .discuss .holder .title-holder {
        width: 100%;
        justify-content: center;
    }

    .question-box .item .question {
        font-size: 18px;
        font-weight: bold;
        margin-top: 0;
        line-height: 2;
    }

    .question-head {
        flex-direction: column;
    }

    .discuss .profile_holder {
        flex-direction: column;
    }

    .discuss .question_details_cc {
        flex-direction: column;
    }

    .question-box .item .question_name_holder {
        text-align: center;
    }

    .question-box .item .name {
        font-size: 17px;
        font-weight: bold;
        text-align: center;
    }

    .question-box .item .btn-replay {
        border-radius: .5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #dedede;
        font-size: 13px;
        padding: .7rem 1.2rem;
        margin-top: 0.5rem;
    }

    /*end*/
    /*forum style*/
    .question_list_cat_box {
        flex-wrap: wrap;
    }

    .question-box .item .btn-replay {
        border-radius: .5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #dedede;
        font-size: 11px;
        padding: .3rem 1.2rem;
        margin-top: 0.5rem;
    }

    .question-item .item .cat-box .follow_tooltip_holder {
        margin-right: 0;
        margin-left: 1rem;
        margin-bottom: 2rem;
    }

    .top_search_holder .item {
        background-color: #fff;
        border-radius: 12px;
        padding: 2rem;
        flex-direction: column;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .top_search_holder .item .follow_title {
        color: #3B82F6;
        font-weight: bold;
        font-size: 19px;
    }

    .btn_follow {
        background-color: #3B82F6;
        color: #fff;
        width: 100%;
        max-width: 250px;
        padding: .5rem;
        margin-top: 1.5rem;
    }

    .search_related_box {
        border: 1px solid #e1e1e1;
        padding: 1.7rem;
        border-radius: 12px;
        margin-top: 2rem;
    }

    .search_related_box .count {
        font-size: 18px;
        color: rgb(81, 93, 110);
        font-weight: bold;
    }

    .search_related_box .txt {
        font-size: 14px;
        color: rgb(149, 160, 177);
    }

    .search_toolbar .btn {
        font-size: 15px;
        color: #DEDAD7FF;
        margin-left: 2rem;
        margin-bottom: 2rem;
    }

    .search_toolbar {
        margin-top: 3rem;
        flex-wrap: wrap;
        padding-top: 2rem;
        border-top: 1px solid #e1e1e1;
    }

    .tag_search_result_head {
        flex-direction: column;
    }

    .question-box .item a {
        color: #475466;
        transition: all .2s linear;
        text-align: center;
        font-size: 11px;
    }

    /*end*/
    .c_body {
        height: auto;
    }

    .btn-reponsive {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .btn-reponsive .main-bottom {
        display: flex;
    }

    .main-bottom.res-hide {
        display: none;
    }


    .sign-btn span {
        font-weight: 600;
        font-size: 11px;
    }

    .slider-section .main_holder .body img {
        width: 100%;
        margin-top: 9rem;
        margin-bottom: 2rem;
        max-width: 330px;
    }

    .slider-section .main_holder {
        margin-bottom: 1.5rem;
    }

    .owl-product {
        direction: ltr;
        height: 444px;
    }

    .owl-product .item {
        background-color: #eeeeee;
        border-radius: 25px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 1rem 1rem;
        text-align: right;
        height: 415px;
    }

    .best-sell {
        margin-top: 0;
    }

    .best-sell .owl-stage {
        padding-right: 0 !important;
    }

    .owl-top-product .owl-stage {
        padding-right: 0 !important;
    }

    .owl-ipad .owl-stage {
        padding-right: 0 !important;
    }

    .banner-section .item {
        background-color: var(--colorWite);
        box-shadow: 0px 4px 120px 0px #00000017;
        border-radius: 25px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        padding: 1.5rem 0;
        margin-bottom: 1.5rem;
    }

    .banner-section .item img {
        max-width: 290px;
        margin-top: 1rem;
        margin-right: 0;
    }

    .banner-section .item .details {
        margin-right: 0;
    }

    .features-section .box {
        margin-bottom: 1rem;
        justify-content: center;
    }

    .cat-section .holder {
        flex-direction: column-reverse;
        margin-bottom: 1.5rem;
        padding-bottom: 0;
        max-height: max-content;
        padding-right: 0;
    }

    .cat-section .holder img {
        height: 115px;
        margin-bottom: 1rem;
    }

    .cat-section .btn-buy {
        margin-top: 0;
    }

    .footer-logo {
        max-width: 100px;
    }

    .social-section {
        background-color: var(--colorWite);
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        padding: 1.5rem 2rem;
        margin-top: 3rem;
        padding-top: 4.8rem;
        margin-bottom: 0;
    }

    .social-section .socials {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4rem;
        padding: 0 0rem;
    }

    .main-footer .categories {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .main-footer .tags {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 2rem;
    }

    .main-footer .tags .tag {
        width: 93px;
        padding: 1rem;
        background-color: var(--LightGrey);
        border-radius: 10px;
        color: var(--colorGrey);
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
        margin-right: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .main-footer .title {
        font-size: 22px;
        font-weight: 600;
        color: var(--colorBlack);
        width: 100%;
        margin-top: 0;
        position: relative;
        margin-right: 0rem;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .main-footer .title:after {
        content: none;
        position: absolute;
        width: 5px;
        height: 28px;
        background-color: var(--colorBlack);
        border-radius: 10px;
        right: -25px;
        top: 3px;
    }

    .main-footer .contact-item .txt {
        color: var(--colorBlack);
        font-weight: 700;
        font-size: 13px;
        margin-right: 1rem;
        direction: ltr;
    }

    .main-footer .information .row {
        flex-direction: column-reverse;
    }

    .main-footer .main-row {
        flex-direction: column-reverse;
    }

    .main-footer .information .title {
        display: flex;
        justify-content: flex-start;
    }

    .small-hide {
        display: none !important;
    }

    .published-article .single-article .article-img {
        width: 100%;
        height: 250px;
        border-radius: 15px;
    }

    .published-article .single-article {
        background-color: var(--colorWite);
        padding: 1.5rem;
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: flex-start;
        position: relative;
        flex-direction: column;
    }

    .published-article .single-article .article-img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

    .published-article .single-article .article-details {
        margin-top: 1rem;
        margin-right: 0;
        width: 100%;
        position: relative;
    }

    .article-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 2.2rem;
        flex-wrap: wrap;
    }

    .article-footer .btn-read {
        width: 39px;
        height: 39px;
        border-radius: 15px;
        border: 1px solid var(--colorGrey);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1rem;
    }

    .article-footer .operation-item {
        margin-right: 10px;
        align-items: center;
        justify-content: center;
    }

    .profile-holder-main img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .pagination {
        margin-top: 4rem;
        margin-bottom: 0rem;
    }

    .article-item .title {
        margin-bottom: 1rem;
        margin-top: 0;
        font-size: 18px;
        font-weight: 600;
    }

    .article-item .latin-name {
        color: var(--colorGrey);
        margin: 1rem 0 1rem;
    }

    .article-item .descriptions {
        font-size: 13px;
        font-weight: 500;
        color: var(--colorGrey);
        line-height: 28px;
    }

    .author-details .btn-read {
        border-radius: 10px;
        padding: 1rem 1rem;
        font-size: 11px;
        color: #262262;
        background-color: #eae9f0;
        font-weight: 600;
        margin-top: .5rem;
    }

    .author-details {
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .article-item {
        margin-bottom: 1.5rem;
    }

    /*contact us */
    .contact-us-holder > .row {
        flex-direction: column-reverse;
    }

    .contact-us-holder .logo-holder img {
        width: 100%;
    }

    .contact-us-holder .title-holder .title {
        font-size: 20px;
        color: var(--colorBlack);
        font-weight: 600;
        margin-top: 3rem;
    }

    .contact-us-holder .body {
        padding-right: 1rem;
        width: 100%;
        max-width: 700px;
        margin-top: 2.5rem;
    }

    .contact-us-holder .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0px 4px 120px 0px #0000001A;
        padding: .5rem;
        margin-bottom: 1rem;
    }

    .contact-us-holder .item .txt {
        font-size: 14px;
        font-weight: 600;
        color: var(--colorBlack);
        margin-top: 1rem;
    }

    .contact-us-holder .shape-holder img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 69px;
    }

    .contact-us-holder .shape-holder .num {
        position: absolute;
        z-index: 4;
        font-size: 23px;
        left: 0;
        right: 0;
        text-align: center;
        top: 17px;
        color: var(--colorWite);
        font-weight: 600;
    }

    .license-holder {
        margin-top: 5rem;
        background-color: var(--LightGrey);
        border-radius: 15px;
        padding: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 2rem;
        margin-bottom: 0rem;
        flex-direction: column;
    }

    .license-holder .license {
        border-left: none;
        padding: 1.2rem;
        padding-left: 0;
    }

    .report {
        margin-top: 2rem;
    }

    .contact-us-holder {
        margin-top: 0;
    }

    .contact-us-form {
        background-color: var(--colorWite);
        padding: 1rem;
        border-radius: 27px;
        box-shadow: 0px 4px 120px 0px #00000014;
    }

    .contact-us-form .body .btn {
        width: 100%;
        padding: .5rem;
        border-radius: 12px;
        border: 1px solid #000000;
        font-size: 19px;
        position: relative;
    }

    .contact-us-form .body .btn svg {
        position: absolute;
        left: 30px;
        top: 8px;
    }

    .locations-holder {
        padding-right: 0;
        margin-top: 2rem;
    }

    .contact-us-form .loc-info .icon {
        width: 47px;
        height: 47px;
        background-color: var(--colorBlack);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        margin-left: 1.51rem;
    }

    .contact-us-form .loc-info .num {
        font-size: 16px;
        font-weight: 600;
    }

    .contact-us-form .loc-info .txt {
        font-size: 16px;
        color: var(--colorGrey);
        margin-top: 0;
        font-weight: 300;
    }

    .locations-holder .item {
        margin-bottom: 2rem;
    }

    .article-information {
        background-color: var(--colorWite);
        padding: 1rem;
        border-radius: 16px;
        box-shadow: 0px 4px 70px 0px #0000001A;
    }

    .article-information .title-holder .title {
        margin: 2rem 0 1rem 0;
        padding: 0;
        color: var(--colorBlack);
        font-size: 22px;
    }

    .article-information .title-holder .latin {
        font-size: 17px;
        color: var(--colorGrey);
    }

    .article-information .body {
        padding-top: 1rem;
    }

    .article-information .body p {
        text-align: justify;
        color: var(--colorGrey);
        font-size: 14px;
        font-weight: 400;
        line-height: 40px;
    }

    .set-rating {
        margin-top: 6rem;
        box-shadow: 0px 4px 120px 0px #0000001A;
        border-radius: 12px;
        padding: 1.5rem;
        flex-direction: column;
    }

    .published-article .rating-title {
        margin-bottom: 2rem;
    }

    .share-holder .tags-section .tag {
        border-radius: 100px;
        background-color: #e6eeff;
        padding: .5rem 1rem;
        color: #0054F7;
        margin-top: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: .3rem;
        font-size: 11px;
    }

    .share-btn-holder .share-btn {
        width: 37px;
        height: 37px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .author-article {
        margin-top: 2rem;
        background-color: var(--colorWite);
        border-radius: 16px;
        padding: 1rem;
        transition: .3s linear;
    }

    .author-article.active {
        position: fixed;
        bottom: 0;
        width: 100%;
        right: 0;
        border-radius: 0;
        background: #fff;
        z-index: 99;
    }

    .author-article.active .profile-holder-main {
        display: none !important;
    }

    .author-article .profile-holder-main img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .author-article .article-count {
        border-radius: 100px;
        padding: 1rem 1rem;
        background-color: #0054F7;
        box-shadow: 0px 4px 120px 0px #0000001A;
        color: var(--colorWite);
        font-weight: 600;
        font-size: 11px;
    }

    .product-single-show .operations {
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }

    .title {
        font-weight: 600;
        color: var(--colorBlack);
        font-size: 11px;
        margin-top: 1rem;
    }

    .product-single-show {
        position: relative;
        margin-top: 3rem;
        padding: 2rem 1rem;
        transition: all .2s linear;
    }

    .subtitle {
        font-weight: 600;
        color: var(--colorGrey);
        font-size: 10px;
        margin-top: .5rem;
    }

    .product-information-details {
        background-color: var(--colorWite);
        border-radius: 15px;
        padding: 1rem;
        box-shadow: 0px 4px 120px 0px #00000017;
    }

    .product-information-details .p-details .p-name {
        font-size: 25px;
        color: var(--colorBlack);
        font-weight: 600;
        margin-top: 2rem;
    }

    .product-information-details .p-details {
        padding-right: 1rem;
    }

    .product-information-details .main-image img {
        height: 80px;
        width: 80px;
    }

    .product-information-details .thumnail-image {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
    }

    .product-information-details .thumnail-image .gallery-item.dots {
        font-size: 29px;
        color: var(--colorGrey);
    }

    .review-count span {
        font-size: 9px;
    }

    .product-information-details .btn {
        padding: 9px;
        padding-right: 2rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        font-size: 17px;
        color: var(--colorWite);
        font-weight: 600;
        padding-left: 2rem;
    }

    .row.p-holder-box-all {
        flex-direction: column-reverse;
    }

    .product-information-details .main-price {
        font-size: 16px;
        font-weight: 600;
        color: #0057FF;
    }

    .product-information-details .price-holder .txt {
        font-size: 16px;
        color: var(--colorBlack);
        margin-right: .5rem;
        font-weight: 600;
    }

    .product-information-details .off-price {
        font-size: 16px;
        font-weight: 600;
        color: var(--colorGrey);
        text-decoration: line-through;
    }

    .p-holder-box-all {
        margin-top: 1rem;
    }

    .product-information-details .price-holder {
        margin-left: 1.2rem;
        margin-bottom: 2rem;
    }

    .product-information-details .btn .icon {
        width: 40px;
        height: 40px;
        display: flex;
        padding-top: 7px;
        align-items: flex-start;
        justify-content: center;
        border-radius: 10px;
        background-color: var(--LightGrey);
    }

    .product-tabs .nav {
        justify-content: center;
        background-color: var(--LightGrey);
        border-radius: 15px;
        padding: 1rem;
    }

    .product-tabs {
        background-color: var(--colorWite);
        box-shadow: 0px 4px 120px 0px #00000017;
        border-radius: 25px;
        padding: 0.5rem;
        margin-top: 3rem;
    }

    .review-holder-feature .review-title {
        margin-top: 2rem;
        font-size: 17px;
    }

    .product-tabs .tab-content p {
        color: var(--colorGrey);
        font-size: 12px;
        line-height: 28px;
        text-align: right;
    }

    .review-button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0rem;
        margin-top: 3rem;
        flex-direction: column-reverse;
    }

    .review-button .btn {
        margin: 0 1rem;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 1rem;
        border-radius: 15px;
        font-weight: 600;
        font-size: 14px;
        border: none;
        max-width: 250px;
        margin-bottom: 1rem;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .review-button .btn:nth-child(2) {
        background-color: #FFDF39;
        justify-content: center;
        color: var(--colorBlack);
    }

    .comment-product-page {
        margin-top: 3rem;
        padding: 0 1rem;
    }

    .review .comment-section .user-details .name {
        color: var(--colorBlack);
        font-size: 16px;
        font-weight: 600;
    }

    .review .comment-section .comment-top img {
        width: 63px;
        height: 63px;
        border-radius: 50%;
    }

    .step-holder {
        background-color: var(--colorWite);
        box-shadow: 0px 4px 100px 0px #0000001A;
        border-radius: 15px;
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 5rem;
        position: relative;
    }

    .step-holder .step-item .icon {
        width: 63px;
        height: 63px;
        border-radius: 16px;
        border: 1px solid #00000040;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 70px 0px #0000001F;
    }

    .delivery-time {
        border-radius: 12px;
        border: 1px solid var(--LightGrey);
        padding: .5rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }

    .step-holder .step-item .txt {
        font-weight: 500;
        font-size: 12px;
        color: var(--colorBlack);
        margin-top: 1.5rem;
    }

    .step-holder .step-item .icon svg {
        width: 29px;
    }

    .buy-information .title {
        color: var(--colorGrey);
        font-weight: 500;
        padding-right: 2.5rem;
        font-size: 15px;
    }

    .input-holder-icon label {
        font-size: 15px;
        font-weight: 500;
        position: relative;
        padding-right: 1.5rem;
    }

    .delivery-time .item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 1rem;
        border-left: none;
        padding-left: 22px;
        cursor: pointer;
        margin-bottom: 1rem;
    }

    .sing-holder .main-body .img img {
        width: 100%;
    }

    .sing-holder .main-body .btn {
        border-radius: 12px;
        font-size: 12px;
        padding: .5rem;
        min-width: 115px;
    }

    .filter-holder {
        display: block;
    }

    .filter-holder {
        margin-top: 1rem;
    }

    .filter-holder.responsive {
        position: fixed;
        right: -1000px;
        top: 0;
        display: flex;
        flex-direction: column;
        z-index: 9999;
        background: #fff;
        padding: 1rem;
        width: 100%;
        max-width: 300px;
        margin-top: 0;
        padding-top: 2rem;
        height: 100%;
        transition: all .4s linear;
    }

    .filter-holder.responsive.active {
        right: 0;
    }

    .filter-item-body .wrapper {
        width: 100%;
        background: #fff;
        border-radius: 10px;
        padding: 20px 25px 40px;
        direction: ltr;
    }

    .filter-item {
        padding: .5rem;
        border-radius: 7px;
        box-shadow: 0px 4px 120px 0px #00000029;
        margin-bottom: 1.2rem;
        background-color: var(--colorWite);
        position: relative;
    }

    .filter-item label {
        margin-right: 1rem;
        font-weight: 600;
        font-size: 12px;
    }

    .filter-item-body .field input {
        width: 100%;
        height: 100%;
        outline: none;
        font-size: 13px;
        margin-left: 12px;
        border-radius: 12px;
        text-align: center;
        -moz-appearance: textfield;
        background-color: var(--LightGrey);
        border: none;
        padding: 0rem;
        margin-bottom: 0;
        margin-right: 2rem;
    }

    .filter-item-body .price-input .field .toman {
        position: absolute;
        left: 30px;
        top: 14px;
        font-weight: 600;
        color: var(--colorBlack);
        font-size: 12px;
    }

    .filter-item-body .price-input .field {
        display: flex;
        width: 100%;
        height: 45px;
        align-items: center;
        margin-bottom: 1rem;
        position: relative;
    }

    .filter-item-body:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: var(--colorGrey);
        left: 0;
        top: 40px;
    }

    .filter-item-body {
        padding-top: 1rem;
    }

    .filter-section {
        margin-top: 2rem;
        flex-direction: column-reverse;
    }

    .filter-section .main-filter {
        display: none;
    }

    .toggle-filter-btn {
        border: none;
        background-color: transparent;
    }

    .main-filter-responsive {
        margin-top: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        border-radius: 12px;
        padding: 1rem .5rem;
    }

    .toggle-filter-btn span {
        margin-right: .8rem;
        font-size: 13px;
        font-weight: 600;
    }

    .count-filter {
        display: inline-flex;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        background-color: var(--colorGrey);
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    .close-filter {
        background-color: transparent;
        border: none;
        text-align: right;
        margin-bottom: 2rem;
    }

    .close-filter svg {
        width: 28px;
        height: 28px;
    }

    .social-section .socials .social-item {
        width: 55px;
        height: 55px;
        background-color: var(--LightGrey);
        display: flex;
        border-radius: 12px;
        align-items: center;
        justify-content: center;
        transition: all .3s linear;
    }

    /*new responsive*/
    .w-50 {
        width: 100% !important;
    }

    /*new style*/
    .fixed-box-holder {
        position: static;
        margin-bottom: 2rem;
        max-width: 100%;
    }

    .body-tag {
        flex-wrap: wrap;
    }

    .share-btn-holder {
        flex-wrap: wrap;
        width: auto;
        justify-content: space-between;
        margin-top: 0;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .tags-section {
        width: 100%;
        max-width: 300px;
        margin: auto;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .tags-section img {
        width: 16px;
        margin-right: 2rem;
        height: auto;
    }

    .share-holder {
        flex-direction: column;
    }

    .gallery-holder-main a img {
        border-radius: 5px;
        margin-left: .5rem;
        margin-bottom: 1rem;
    }

    .custom-box {
        flex-direction: column-reverse;
    }

    .custom-box img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 20px;
    }

    .custom-box .content {
        flex: 1;
        margin-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .custom-box .content .title {
        padding: 0;
        margin: 1rem 0;
    }

    .comments-send .cm-title {
        font-size: 14px;
        color: var(--colorBlack);
        margin-right: .6rem;
        font-weight: 600;
    }

    .comments-send svg {
        width: 30px;
    }

    .comments-send .header a {
        font-size: 12px;
    }

    .video-section-all {
        flex-direction: column-reverse;
    }


    .modal .sing-holder .main-body .img img {
        width: 70px;
    }

    .modal .sing-holder .main-body {
        padding: 0;
    }

    .modal .input-holder .btn {
        width: 100%;
        height: 57px;
    }


    /*new style*/
    .job-holder {
        overflow: hidden;
        width: 95px;
        height: 95px;
        border-radius: 50%;
    }

    .product-single-show img {
        border-radius: 50%;
        width: 95px;
        height: 95px;
        max-width: 95px !important;
        object-fit: cover;
    }

    .product-single-show {
        position: relative;
        margin-top: 3rem;
        padding: 3rem 1rem;
        transition: all .2s linear;
        min-height: 310px;
    }

    .toggleFilter {
        position: absolute;
        left: 5px;
        top: 2px;
    }


    .floating-article .col-lg-6 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .floating-article .article-item {
        width: 100%;
    }


    /*//article*/
    .article-item.related_article {
        padding: 10px;
    }

    .published-article .title.related_title {
        padding-right: 0;
        color: #475466;
        font-size: 16px;
    }

    .related_article .author-details {
        margin-top: 0;
        flex-direction: row;
    }


    .btn {
        font-size: 14px;
    }


    .owl-product .item .p-name {
        font-size: 20px !important;
    }


    .gallery-holder-main a img {
        border-radius: 5px;
        margin-left: .5rem;
        width: 115px;
        height: 120px;
        object-fit: cover;
    }

    .portfolio_page .portfolio-card {
        margin: 0 10px;
    }

    .portfolio_page .filter-section {
        margin-top: -20px;
        padding: 0;
    }

    .portfolio_page .portfolio-grid {
        gap: 15px;
    }
}

.product-number {
    margin-right: 1rem;
}

.article-body p, h1, h2, h3, h4, h5, h6, ul, li, a {
    font-family: bakh, sans-serif !important;
}

.article-body span {
    font-family: bakh, sans-serif !important;
}

.article-body b {
    font-family: bakh, sans-serif !important;
}

.article-body {
    font-family: bakh, sans-serif !important;
}

[data-f-id="pbf"] {
    display: none !important;
}


.modal-content {
    transition: all 0.3s ease-in-out;
}

.modal.fade .modal-dialog {
    transform: translateY(30px);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translateY(0);
}

.btn-dark {
    background: linear-gradient(135deg, #0c263e, #0c263e);
    border: none;
}

/*//portfolio show*/

.portfolio_show .hero-section {
    background: #0C263E;
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    padding-top: 10rem;
}

.portfolio_show .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="50" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    pointer-events: none;
}

.portfolio_show .project-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.portfolio_show .project-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

.portfolio_show .accent-badge {
    background: #F58021;
    color: #3F3D39;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    display: inline-block;
    margin: 15px 5px;
    transition: all 0.3s ease;
}

.portfolio_show .accent-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(234, 182, 12, 0.3);
}

.portfolio_show .main-image {
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(63, 61, 57, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.portfolio_show .main-image img {
    max-width: 350px;
}

.portfolio_show .main-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(63, 61, 57, 0.2);
}

.portfolio_show .section-title {
    color: #3F3D39;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 15px;
}

.portfolio_show .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #F58021, transparent);
    border-radius: 2px;
}

.portfolio_show .info-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(63, 61, 57, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border-right: 5px solid #F58021;
}

.portfolio_show .info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(63, 61, 57, 0.15);
}

.portfolio_show .tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.portfolio_show .tech-item {
    background: #3F3D39;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.portfolio_show .tech-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #EAB60C, transparent);
    transition: left 0.5s ease;
}

.portfolio_show .tech-item:hover::before {
    left: 100%;
}

.portfolio_show .feature-list {
    list-style: none;
    padding: 0;
}

.portfolio_show .feature-list li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 30px;
    transition: all 0.3s ease;
}

.portfolio_show .feature-list li:hover {
    padding-right: 40px;
    color: #3F3D39;
}

.portfolio_show .feature-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #EAB60C;
    position: absolute;
    right: 0;
    top: 15px;
}

.portfolio_show .gallery-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(63, 61, 57, 0.1);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    position: relative;
}

.portfolio_show .gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 30px rgba(63, 61, 57, 0.2);
}

.portfolio_show .gallery-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.portfolio_show .gallery-item:hover img {
    transform: scale(1.1);
}

.portfolio_show .stats-section {
    background: #3F3D39;
    color: white;
    padding: 60px 0;
    margin: 60px 0;
}

.portfolio_show .stat-item {
    text-align: center;
    padding: 20px;
}

.portfolio_show .stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #EAB60C;
    display: block;
    margin-bottom: 10px;
}

.portfolio_show .cta-button {
    background: linear-gradient(45deg, #F58021, #F58021);
    color: #3F3D39;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.portfolio_show .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(234, 182, 12, 0.4);
    color: #3F3D39;
}

.portfolio_show .breadcrumb {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 15px 30px;
    margin-bottom: 30px;
}

.portfolio_show .breadcrumb-item + .breadcrumb-item::before {
    content: "←";
    color: #EAB60C;
}

@media (max-width: 768px) {
    .portfolio_show .project-title {
        font-size: 30px;
        margin-top: 4rem;
    }

    .portfolio_show .project-subtitle {
        font-size: 17px;
        opacity: 0.9;
        position: relative;
        z-index: 2;
    }

    .portfolio_show .tech-stack {
        justify-content: center;
    }

    .portfolio_show .hero-section {
        padding: 50px 0;
    }

    .portfolio_show .accent-badge {
        background: #F58021;
        color: #3F3D39;
        padding: 8px 20px;
        border-radius: 25px;
        font-weight: 600;
        display: inline-block;
        margin: 15px 5px;
        transition: all 0.3s ease;
        font-size: 11px;
    }

    .portfolio_show .info-card {
        background: white;
        border-radius: 15px;
        padding: 20px 10px;
        box-shadow: 0 4px 20px rgba(63, 61, 57, 0.1);
        margin-bottom: 30px;
        transition: all 0.3s ease;
        border-right: 5px solid #F58021;
    }

    .portfolio_show .section-title {
        color: #3F3D39;
        font-weight: 700;
        font-size: 21px;
        margin-bottom: 2rem;
        position: relative;
        padding-bottom: 15px;
    }

    .portfolio_show .cta-button {
        background: linear-gradient(45deg, #F58021, #F58021);
        color: #3F3D39;
        padding: 15px 15px;
        border: none;
        border-radius: 6px;
        font-weight: 600;
        font-size: 14px;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .portfolio_show .tech-item {
        background: #3F3D39;
        color: white;
        padding: 10px 10px;
        border-radius: 25px;
        font-size: 12px;
        font-weight: 500;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .portfolio_show .btn_holder {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .portfolio_show .btn_holder .btn {
        font-size: 12px;
    }

    .txt_port {
        font-size: 14px;
    }
}

.portfolio_show .floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.portfolio_show .floating-elements::before,
.portfolio_show .floating-elements::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(234, 182, 12, 0.1);
    animation: float 6s ease-in-out infinite;
}

.portfolio_show .floating-elements::before {
    width: 100px;
    height: 100px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.portfolio_show .floating-elements::after {
    width: 150px;
    height: 150px;
    bottom: 20%;
    right: 10%;
    animation-delay: 3s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.tools_page {
    padding-top: 9rem;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.tool-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 30px;
    border: 2px solid #3F3D39;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    animation: fadeInScale 0.6s ease-out;
    box-shadow: 0 8px 25px rgba(63, 61, 57, 0.15);
}

.tool-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(63, 61, 57, 0.25);
    border-color: #FEF1B8;
}

.tool-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #3F3D39, #FEF1B8, #3F3D39);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.tool-card:hover::before {
    transform: scaleX(1);
}

.tool-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3F3D39, #5a5855);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #FEF1B8;
    transition: all 0.3s ease;
}

.tool-card:hover .tool-icon {
    transform: rotate(10deg) scale(1.1);
    background: linear-gradient(135deg, #FEF1B8, #f5e49c);
    color: #3F3D39;
}

.tool-card h3 {
    font-size: 1.4rem;
    color: #3F3D39;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.tool-card:hover h3 {
    color: #2a2825;
}

.tool-card p {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.tool-link {
    display: inline-flex;
    align-items: center;
    background: #3F3D39;
    color: #FEF1B8;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.tool-link:hover {
    background: #FEF1B8;
    color: #3F3D39;
    transform: translateX(5px);
}

.tool-link::after {
    content: '←';
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.tool-link:hover::after {
    transform: translateX(5px);
}

.stats {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px;
    text-align: center;
    border: 2px solid #3F3D39;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.stat-item {
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(135deg, #3F3D39, #5a5855);
    color: #FEF1B8;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: scale(1.05);
}

.stat-number {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}


.portfolio_item {
    position: relative;
}

.portfolio_item a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .tools-grid {
        grid-template-columns: 1fr;
    }

    .header h1 {
        font-size: 2rem;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.floating-elements {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
}

.floating-element {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #3F3D39;
    border-radius: 50%;
    opacity: 0.1;
    animation: float 8s infinite linear;
}

@keyframes float {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 0.1;
    }
    90% {
        opacity: 0.1;
    }
    100% {
        transform: translateY(-10vh) rotate(360deg);
        opacity: 0;
    }
}

/* Hero Section */
.hero-section {
    background: #0c263e;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.phone-mockup {
    position: relative;
    z-index: 2;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Service Cards */
.featured_item {
    margin-top: 8rem;

}

.service-card {
    background: white;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid #ccc;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* CTA Section */
.cta-section {
    background: #0c263e;
    position: relative;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

/* Story Section */
.story-section {
    position: relative;
}

.story-icon {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Feature Cards */
.feature-card {
    background: white;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

/* Final CTA */
.final-cta {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    position: relative;
}

.final-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(40, 167, 69, 0.1) 0%, rgba(32, 201, 151, 0.1) 100%);
}

.final-cta .container {
    position: relative;
    z-index: 2;
}

/* Rating Stars */
.rating {
    display: inline-block;
}

/* Partner Logos */
.partner-logo {
    padding: 20px;
    transition: all 0.3s ease;
}

.partner-logo:hover {
    transform: scale(1.1);
}

/* Buttons */
.btn-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-success:hover {
    transform: translateY(-2px);
    background: #f58021;
}

.btn-outline-light {
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

/* Navbar */
.navbar {
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        padding-top: 100px;
    }

    .display-4 {
        font-size: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .hero-buttons .btn {
        width: 100%;
        margin: 0 !important;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #28a745;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #20c997;
}

.hero-section {
    padding-top: 4rem;
}

.hero-section .hero-content {
    padding-right: 4rem;
}

#services .card-title {
    margin-bottom: 2rem;
}

.agency_info {
    margin-top: 3rem;
}

#services .card-text {
    line-height: 2;
    height: 100px;
}

#services .btn-success {
    border-radius: 4px;
    background: #2d3748;
    transition: all .2s linear;
}

#services .btn-success:hover {
    background: #f58021;
}

.brand_img img {
    max-width: 400px;
}

.agency_info .details {
    padding-right: 9rem;
}

.agency_info .details .title {
    font-size: 23px;
}

.agency_info .details .descriptions {
    line-height: 2;
}

.cta-section .btn-success {
    border-radius: 4px;
    background: #f58021;
}

.story-section .btn-success {
    background: #2d3748;
    border-radius: 4px;
}

/* Article Cards Hover Effects */
.article-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(30, 58, 95, 0.15) !important;
}

.article-card .card-img-top {
    transition: transform 0.3s ease;
}

.article-card:hover .card-img-top {
    transform: scale(1.05);
}

/* Footer Hover Effects */
.hover-orange:hover {
    color: #ff6b35 !important;
    transition: color 0.3s ease;
}

.social-links a {
    transition: all 0.3s ease;
    display: inline-block;
}

.social-links a:hover {
    color: #ff6b35 !important;
    transform: translateY(-2px);
}

/* Newsletter Input Focus */
.input-group input:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
    border-color: #ff6b35;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .article-card {
        margin-bottom: 20px;
    }

    .footer .row {
        text-align: center;
    }

    .footer .col-md-6.text-md-end {
        text-align: center !important;
    }
}

/* Section Title Animation */
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #ff6b35;
    border-radius: 2px;
}


/*Services*/
/* Services Section */
.services .services-section {
    background-color: white;
    padding-top: 7rem !important;
}

.services .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.services .section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.services .service-card {
    background: white;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.services .service-card .body {
    padding: 0 1.5rem;
}

.services .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.services .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.services .service-icon img {
    object-fit: cover;
    width: 100%;
}

.services .services .service-icon i {
    font-size: 2rem;
    color: white;
}

.services .service-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.services .service-description {
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.services .service-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.services .service-features li {
    padding: 0.5rem 0;
    color: #6c757d;
    position: relative;
    padding-right: 1.5rem;
}

.services .service-features li::before {
    content: '✓';
    position: absolute;
    right: 0;
    color: #f58021;
    font-weight: bold;
}

/* Process Section */
.services .process-section {
    background-color: lightgrey;
}

.services .process-step {
    text-align: center;
    padding: 2rem 1rem;
}

.services .step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-orange));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

.services .process-step h4 {
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-weight: 600;
}

.services .process-step p {
    color: #6c757d;
}

/* CTA Section */
.services .cta-section {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-blue) 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.services .cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.services .cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* Buttons */
.services .btn-primary {
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-orange));
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.services .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.services .btn-outline-primary {
    color: var(--primary-blue);
    border-color: var(--primary-blue);
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.services .btn-outline-primary:hover {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
    transform: translateY(-2px);
}


.services .social-links a {
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.services .social-links a:hover {
    color: var(--accent-orange) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .service-card {
        margin-bottom: 2rem;
    }

    .hero-icon {
        font-size: 4rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 60px 0;
    }

    .service-card {
        padding: 1.5rem;
    }

    .cta-section {
        padding: 60px 0;
    }

    .cta-title {
        font-size: 2rem;
    }
}


/*about*/
/* Navigation */
.about .bg-primary-dark {
    background-color: var(--primary-dark) !important;
}

.about .navbar-brand img {
    filter: brightness(0) invert(1);
}

/* Hero Section */
.about .hero-section {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-blue) 100%);
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.about .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.about .hero-content {
    position: relative;
    z-index: 2;
}

.about .hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.about .hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.about .hero-image {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .floating-elements {
    position: relative;
    width: 300px;
    height: 300px;
}

.about .element {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.about .element-1 {
    top: 0;
    right: 0;
    animation: float 3s ease-in-out infinite;
}

.about .element-2 {
    bottom: 0;
    left: 0;
    animation: float 3s ease-in-out infinite 1s;
}

.about .element-3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: float 3s ease-in-out infinite 2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Story Section */
.about .story-section {
    background-color: white;
}

.about .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 2rem;
}

.about .section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.about .story-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.about .story-highlights {
    margin-top: 2rem;
}

.about .highlight-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 500;
    color: var(--text-dark);
}

.about .highlight-item i {
    color: var(--accent-orange);
    margin-left: 10px;
    font-size: 1.2rem;
}

.about .story-image {
    text-align: center;
}

.about .image-placeholder {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-orange));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about .image-placeholder i {
    font-size: 4rem;
    color: white;
}

/* Mission & Vision Section */
.about .mission-vision-section {
    background-color: var(--light-gray);
}

.about .mission-card, .vision-card {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.about .mission-card:hover, .vision-card:hover {
    transform: translateY(-5px);
}

.about .card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-orange));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.about .card-icon i {
    font-size: 2rem;
    color: white;
}

.about .mission-card h3, .vision-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.about .mission-card p, .vision-card p {
    color: #6c757d;
    line-height: 1.7;
}

/* Values Section */
.about .values-section {
    background-color: white;
}

.about .value-card {
    text-align: center;
    padding: 2rem 1rem;
    transition: transform 0.3s ease;
}

.about .value-card:hover {
    transform: translateY(-10px);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-orange));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.value-icon i {
    font-size: 2rem;
    color: white;
}

.value-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.value-card p {
    color: #6c757d;
    line-height: 1.6;
}

/* Statistics Section */
.bg-primary-gradient {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-blue) 100%);
}

.stat-card {
    text-align: center;
    color: white;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(45deg, #fff, var(--accent-orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Team Section */
.team-section {
    background-color: var(--light-gray);
}

.team-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-image {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-orange));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.team-image i {
    font-size: 3rem;
    color: white;
}

.team-info h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.team-role {
    color: var(--accent-orange);
    font-weight: 500;
    margin-bottom: 1rem;
}

.team-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: var(--primary-blue);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.team-social a:hover {
    background: var(--accent-orange);
    transform: translateY(-3px);
}

/* CTA Section */
.cta-section {
    color: white;
    padding: 80px 0;
    text-align: center;
    background-image: url("../images/pattern.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-orange));
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-outline-light {
    border-radius: 8px;
    padding: 8px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-right: 20px;
}

.btn-outline-light:hover {
    transform: translateY(-2px);
}

/* Footer */
.footer {
    background-color: var(--dark-gray) !important;
}

.social-links a {
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--accent-orange) !important;
}

/* Scroll Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .floating-elements {
        width: 200px;
        height: 200px;
    }

    .element {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .image-placeholder {
        width: 250px;
        height: 250px;
    }

    .stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .hero-content .btn {
        width: 48%;
    }

    .btn-outline-light {
        border-radius: 4px;
        padding: 8px 30px;
        font-weight: 600;
        transition: all 0.3s ease;
        margin-right: 5px;
        width: 48%;
    }

    #home .row {
        flex-direction: column-reverse;
    }

    #home .hero-image {
        margin-top: -20rem;
        flex-direction: column-reverse;
    }

    #home .hero-content {
        position: relative;
        top: -113px;
        padding-right: 1rem;
    }

    .hero-section {
        padding: 0px 0;
    }

    .mission-card, .vision-card {
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .team-card {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .cta-section {
        padding: 60px 0;
    }

    .cta-title {
        font-size: 2rem;
    }

    .navbar-brand .logo {
        display: flex !important;
        width: 43px;
    }

    .logo-holder {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .agency_info .details {
        padding-right: 1rem;
    }

    .brand_img img {
        max-width: 260px;
    }

}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

