/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    --brand: #1c9630;
    --brand-d: #178126;
    --ring: rgba(28, 150, 48, .25);
    --text: #1f2937;
    --muted: #6b7280;
}

@font-face {
    font-family: shabnam;
    src: url("font/Farsi-Digits/Shabnam-FD.eot");
    src: url("font/Farsi-Digits/Shabnam-FD.eot?#iefix") format("FontName-opentype"),
        url("font/Farsi-Digits/Shabnam-FD.woff") format("woff"),
        url("font/Farsi-Digits/Shabnam-FD.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: bzar;
    src: url("font/BZar.ttf");
    src: url("font/BZar.ttf?#iefix") format("FontName-opentype"),
        url("font/BZar.ttf") format("woff"),
        url("font/BZar.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    background: #a6fdef !important;
    direction: rtl;
    font-family: "shabnam", serif !important;
}

.body-sec {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    background: #a6fdef;
    min-height: 100vh;
    box-shadow: 0 1px 8px #00bd9d;
    box-sizing: border-box;
    overflow-x: hidden;
    box-sizing: border-box;
    position: relative;
}

.border-box {
    box-sizing: border-box;
}

.main-content {
    min-height: 70vh;
}

@media screen and (max-width: 750px) {
    .body-sec {
        min-height: 100vh !important;
        box-shadow: none !important;
        box-sizing: border-box;
    }
}

a {
    color: #343635;
    text-decoration: none;
    font-family: "shabnam", serif !important;
    text-decoration: none;
}

.td-none {
    text-decoration: none;
}



a:hover {
    color: #e76668;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "bzar", serif !important;
}

/*--------------------------------------------------------------
  # Logged In div
  --------------------------------------------------------------*/

.loggedin {
    position: fixed;
    left: 0px;
    top: 50px;
    padding: 5px;
    text-align: center;
    background: #ffffff9a;
}



/* ================== Header ================== */


.search-div {
    width: 100%;
    height: 100vh;
    z-index: 9999 !important;
    background: #1c963099;
    border-radius: 5px;
    display: none;
    /* Initially hidden */
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.search-div .search-form {
    max-width: 300px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}





.search-div form input {
    border: none !important;
    outline: none !important;
}

.search-div form input:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.search-div form input:focus+.wrapper .typing-demo {
    display: none !important;
    z-index: -1000 !important;
}

.search-div form:hover>input {
    z-index: 1000 !important;
}

.serch-botton {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    border: 0 !important;
}

.search-div form i {
    width: 20px;
    font-size: 20px;
    margin: 10px;
    color: #1c9630;
}

.wrapper {
    height: 40px;
    position: absolute;
    padding: 10px;
}

.typing-demo {
    width: 13ch;
    animation: typing 5s steps(13) infinite, blink 1s infinite;
    white-space: nowrap;
    overflow: hidden;
    border-left: 2px solid;
    font-size: 16px;
}

@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 13ch;
    }

    100% {
        width: 13ch;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.top-head h6 {
    animation: colors 4s infinite;
}

@keyframes colors {
    0% {
        color: #1c9630;
    }

    10% {
        color: #f74b4b;
    }

    33% {
        color: #ce0707;
    }

    66% {
        color: #44443c;
    }

    90% {
        color: #f74b4b;
    }

    90% {
        color: #99eba7;
    }
}

.cart-login {
    display: flex;
}

.cart-count-small {
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    background: #ce0707;
    padding-top: 1px;
    width: 16px;
    height: 16px;
    text-align: center;
    position: absolute;
}

.cart-count-larg {
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    background: #ce0707;
    padding-top: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
}

.head-cart {
    margin: 5px 20px;
}

.bi-cart4 {
    color: #99eba7;
}

.login-reg {
    display: flex;
    margin: 20px 10px 10px 10px;
}

.login-reg .tab {
    margin: 0 5px;
}

.login-reg .tab a {
    text-decoration: none;
    color: #99eba7;
}

@media screen and (max-width: 750px) {
    .top-head {
        display: none !important;
    }

    .logobrand {
        float: none !important;
        margin: 0 auto !important;
    }

    .logoimg {
        margin: 20px auto 10px auto !important;
    }

    .cart-login {
        display: none !important;
    }

    .head-cart-sm {
        display: block !important;
        float: left;
        margin-top: -60px;
        margin-left: 20px;
    }

    .head-cart-sm .bi-cart4 {
        color: #99eba7 !important;
    }

    .toggle-btn {
        top: 30px !important;
    }
}

.head-cart-sm {
    display: none;
}

.nav-links {
    display: flex;
    padding-top: 5px;
    border-bottom: 1px dotted #1c9630;
    margin: 0 auto;
}

.menu-link {
    text-decoration: none;
    color: #1c9630;
    margin: 5px 10px;
    display: flex;
    transition: box-shadow 0.5s;
    border-radius: 5px;
    padding: 2px 5px;
}

@media screen and (max-width: 775px) {
    .menu-link {
        margin: 5px !important;
        display: block !important;
        text-align: center;
        padding: 2px !important;
    }

    .tab-icon {
        margin: 0 !important;
    }

    .tab-text {
        margin: 0 !important;
        margin-top: -5px !important;
        font-size: 12px !important;
    }
}

.tab-icon {
    margin: 5px;
}

.tab-icon svg {
    fill: #1c9630;
}

.tab-text {
    margin: 5px;
}

.menu-link:hover {
    color: #99eba7;
    box-shadow: inset 1px 0 70px #1c9630;
}

.active {
    color: #99eba7;
    box-shadow: inset 1px 0 70px #1c9630;
    /* animation: bg-colors 3s infinite; */
    border-radius: 10px;
}

@keyframes bg-colors {
    0% {
        box-shadow: inset 1px 0 70px #1c9630;
    }

    33% {
        box-shadow: inset 1px 0 70px #e65d02;
    }

    70% {
        box-shadow: inset 1px 0 70px #c20078;
    }

    0% {
        box-shadow: inset 1px 0 70px #1c9630;
    }
}

/* ================== Sidetabs  ================== */

.sid-tab {
    width: 170px;
    height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #1c9630;
    padding: 2px 5px;
    margin: 10px 0;
    animation: goback-andcome 12s infinite linear;
    top: 200px;
    left: 0;
    position: fixed;
    z-index: 1000;
    font-size: 12px;
    overflow: hidden;
}

@keyframes goback-andcome {
    0% {
        left: -150px;
    }

    69% {
        left: -150px;
    }

    70% {
        left: 0px;
    }

    99% {
        left: 0px;
    }

    100% {
        left: -150px;
    }
}

.sid-tab2 {
    width: 170px;
    height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #1c9630;
    padding: 2px 5px;
    margin: 10px 0;
    animation: goback-andcome 14s infinite linear;
    top: 230px;
    left: 0;
    position: fixed;
    z-index: 1000;
    font-size: 12px;
    overflow: hidden;
}

.sid-tab3 {
    width: 170px;
    height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #1c9630;
    padding: 2px 5px;
    margin: 10px 0;
    animation: goback-andcome 16s infinite linear;
    top: 260px;
    left: 0;
    position: fixed;
    z-index: 1000;
    font-size: 12px;
    overflow: hidden;
}

.sid-tab4 {
    width: 170px;
    height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #1c9630;
    padding: 2px 5px;
    margin: 10px 0;
    animation: goback-andcome 18s infinite linear;
    top: 290px;
    left: 0;
    position: fixed;
    z-index: 1000;
    font-size: 12px;
    overflow: hidden;
}

.sid-tab5 {
    width: 170px;
    height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #1c9630;
    padding: 2px 5px;
    margin: 10px 0;
    animation: goback-andcome 20s infinite linear;
    top: 320px;
    left: 0;
    position: fixed;
    z-index: 1000;
    font-size: 12px;
    overflow: hidden;
}

.sid-tab a {
    text-decoration: none;
    color: #99eba7;
}

.sid-tab i {
    margin-top: 3px;
}

.sid-tab2 a {
    text-decoration: none;
    color: #99eba7;
}

.sid-tab2 i {
    margin-top: 3px;
}

.sid-tab3 a {
    text-decoration: none;
    color: #99eba7;
}

.sid-tab4 i {
    margin-top: 3px;
}

.sid-tab4 a {
    text-decoration: none;
    color: #99eba7;
}

.sid-tab5 i {
    margin-top: 3px;
}

.sid-tab5 a {
    text-decoration: none;
    color: #99eba7;
}

.sid-tab3 i {
    margin-top: 3px;
}

.sid-tab:hover {
    animation-play-state: paused;
}

.sid-tab:hover a {
    color: #fff !important;
}

.sid-tab2:hover {
    animation-play-state: paused;
}

.sid-tab2:hover a {
    color: #fff !important;
}

.sid-tab3:hover {
    animation-play-state: paused;
}

.sid-tab3:hover a {
    color: #fff !important;
}

.sid-tab4:hover {
    animation-play-state: paused;
}

.sid-tab4:hover a {
    color: #fff !important;
}

.sid-tab5:hover {
    animation-play-state: paused;
}

.sid-tab5:hover a {
    color: #fff !important;
}


/* ================== Mobile Sidebar Page  ================== */

.sidebar {
    display: none;
}


.sidebar {
    transition: width 1s;
    position: fixed !important;
    right: -100%;
    transition: 0.5s;
    top: 0;
    overflow-y: scroll;
    padding-top: 50px;
    display: block !important;
    background: #1c9630;
    max-width: 400px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    border-left: 5px solid #99eba7;
    z-index: 1000;
}

.sidebar::-webkit-scrollbar {
    width: 1px !important;
    background: none !important;
}

#sidebar.side-active {
    right: 0;
}

.toggle-btn {
    display: none;
    position: absolute;
    right: 20px;
    top: 50px;
    height: 20px;
    width: 25px;
    padding: 0;
}

.toggle-btn span {
    display: block;
    height: 2px;
    background: #99eba7 !important;
    margin-bottom: 6px;
}

.toggle-btn .span2 {
    width: 70%;
    transition: all 0.2s;
}

.toggle-btn .span3 {
    width: 40%;
    transition: all 0.2s;
}

.toggle-btn:hover .span2 {
    width: 100%;
}

.toggle-btn:hover .span3 {
    width: 100%;
}

.toggle-btn-in {
    display: block !important;
    position: absolute;
    margin-right: 90%;
    margin-top: -35px;
    transition: all 0.4s;
    height: 26px;
    width: 26px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
}



.toggle-btn-in:hover {
    -webkit-transform: rotate(0.4turn);
    /* Safari and Chrome */
    -moz-transform: rotate(0.4turn);
    /* Firefox */
    -ms-transform: rotate(0.4turn);
    /* IE 9 */
    -o-transform: rotate(0.4turn);
    /* Opera */
    transform: rotate(0.4turn);
}

.login-reg {
    border-bottom: 1px solid #99eba7;
    padding-bottom: 5px;
}

.sibar-loggedin {
    display: flex;
}

.sibar-loggedin .logged-in {
    margin-left: 10px;
    padding-top: 5px;
}

.sibar-loggedin .logged-in h6 {
    color: #99eba7;
}

.navbar-brand {
    color: #99eba7 !important;
}

.navbar-brand::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    background: #f2f2f291;
}

.sidebar .nav-link {
    color: #99eba7 !important;
}

.nav-item {
    position: relative;
}

.mobile-sub-tabs {
    border-radius: 0 !important;
    animation: display-tabs 0.1s;
    background: none !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

@keyframes display-tabs {
    0% {
        height: 0px;
        overflow: hidden;
    }

    100% {
        height: fit-content;
    }
}

.mobile-sub-tab {
    text-align: right !important;
    color: #f2f2f2 !important;
    transition: letter-spacing 0.5s;
}

.mobile-sub-tab:hover {
    background: none !important;
    letter-spacing: 1px !important;
}


@media screen and (max-width: 992px) {
    .toggle-btn {
        display: block !important;
    }

}



/* ================== Welcome Page  ================== */

.home-tabs-div {
    margin: 20px;
    padding: 20px;
    border-radius: 20px;
    background: #f2f2f2;
    min-height: 300px;
    position: relative;
}

@media screen and (max-width: 750px) {
    .home-tabs-div {
        display: none !important;
    }
}

.home-tabs {
    width: 100%;
}

.home-tabs .home-tab {
    text-decoration: none;
    color: #1c9630;
    width: 100%;
    display: flex;
    margin-bottom: 5px;
    position: relative;
    height: 35px;
}

.home-tabs .home-tab:focus {
    outline: none !important;
    box-shadow: none;
}

.menu-tabs {
    border-top: none !important;
    border-bottom: 1px solid #1c9630 !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    position: absolute !important;
}

.dropdown-item {
    direction: rtl !important;
    text-align: right !important;
}

.sub-tab a {
    text-decoration: none;
    color: #1c9630;
    transition: letter-spacing 1s;
}

.sub-tab a:hover {
    letter-spacing: 1px;
}

.section-divider {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.section-divider-line {
    width: 90%;
    height: 2px;
    background: #c5c5c5;
}

.section-divider-line-2 {
    width: 80%;
    height: 2px;
    background: #c5c5c5;
}

.section-divider-title {
    width: max-content;
    margin: 10px;
    cursor: pointer;
    color: gray;
}

.home-subcat-sec {
    padding: 30px 0;
}

.subcat-img {
    margin: 10px;
    max-height: 200px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* =============== Sub Category's Goods list =============== */

.subcat-section {
    margin: 0;
    padding: 30px 0 !important;
    overflow: hidden;
    min-height: 60vh;
}

.subcat-catname {
    color: #aeaf6c;
}

.subcat-name {
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #1c9630;
}

.good-subcat {
    height: 40px;
    text-align: center;
}

.good-subcat a {
    text-decoration: none;
    color: #210ab54d;
}

.good-item {
    margin: 10px;
    position: relative;
    padding-bottom: 10px;
}

.good-item:hover {
    box-shadow: 0 0 3px #1c9630;
}

.good-item::after {
    content: "";
    position: absolute;
    right: -10px;
    z-index: 100;
    top: 10%;
    width: 1px;
    height: 80%;
    /* or 100px */
    background: #1c96305e;
}

.good-item .good-img {
    max-width: 300px;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    margin: 0 auto;
}

.good-item .good-img img {
    width: 100%;
    margin: 0 auto;
}

.good-item:hover .good-img img {
    height: auto;
    width: 100%;
}

.good-item:hover .good-img {
    max-width: 100%;
}

.good-item .good-details {
    margin: 10px;
}

.good-item .good-details a {
    text-decoration: none;
}

.good-item .good-details .good-name h6 {
    color: #1c9630;
}

.good-item .good-details .good-cost {
    color: #000;
    width: fit-content;
    border-radius: 5px;
    padding: 0 5px;
}

.good-item .good-details:hover::after {
    content: "با کلیک نمودن بیشتر بخوانید";
    display: block !important;
    position: absolute !important;
    margin-top: -80px;
    background: #210ab57e;
    font-size: 14px !important;
    padding: 2px 5px;
    border-radius: 2px;
    color: #99eba7;
}

@media screen and (max-width: 750px) {
    .good-item .good-details:hover::after {
        display: none !important;
    }
}

.good-item .add-to-cart {
    background: #210ab552;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    display: none;
    font-size: 25px;
    position: absolute;
    top: 70px;
    left: 20px;
    padding: 5px;
    width: 40px;
    height: 40px;
}

.good-item .add-to-cart a {
    text-decoration: none;
    color: #000;
}

.good-item .add-to-cart a i {
    margin-right: 2px;
}

.good-item .add-to-cart a:hover::after {
    display: block;
    content: "افزودن به سبد ";
    position: absolute;
    font-size: 12px;
    width: 100%;
    top: 0;
    left: 40px;
    background: #1c9630;
    z-index: 1000;
    color: #fff;
    padding: 2px;
    animation: displayplay 0.5s;
}

.good-item:hover .add-to-cart {
    display: block;
}

@keyframes displayplay {
    0% {
        left: 0px;
    }

    100% {
        left: 40px;
    }
}

.good-item .purchase-now {
    background: #f9fd005b;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    display: none;
    font-size: 25px;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px;
    width: 40px;
    height: 40px;
}

.good-item .purchase-now a {
    text-decoration: none;
    color: #000 !important;
}

.good-item .purchase-now a i {
    margin-right: 2px;
}

.good-item:hover .purchase-now {
    display: block;
}

.good-item .purchase-now a:hover::after {
    display: block;
    content: "خرید فوری ";
    position: absolute;
    font-size: 12px;
    width: 100%;
    top: 0;
    left: 40px;
    background: #1c9630;
    z-index: 1000;
    padding: 2px;
    color: #fff;
    animation: displayplay 0.5s;
}

@keyframes displayplay {
    0% {
        left: 0px;
    }

    100% {
        left: 40px;
    }
}

/* =============== Show Post =============== */

.post-show-section {
    margin: 0;
    padding: 30px 0 !important;
    overflow: hidden;
}

.post-show-section .good-name {
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #1c9630;
}

.show-post-details {
    padding-bottom: 50px;
}

.post-details {
    margin: 20px 10px;
}

.post-name {
    width: 100%;
    padding-bottom: 5px;
    color: #1c9630;
    border-bottom: 2px solid #c5c5c5;
}

.postdrl {
    display: flex;
    width: 100%;
}

.postd-right {
    width: 50%;
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    padding: 2px 5px;
}

.postd-left {
    width: 50%;
    border-bottom: 1px solid #c5c5c5;
    padding: 2px 5px;
}

.post-details .add-to-cart {
    width: 100%;
    background: #1c9630;
    height: 35px;
    text-align: center;
    padding-top: 5px;
}

.post-details .add-to-cart a {
    text-decoration: none;
}

.post-details .add-to-cart a {
    animation: color 2s infinite;
    animation-delay: 0.4s;
}

@keyframes color {
    0% {
        color: #1c9630;
    }

    33% {
        color: #fff;
    }

    66% {
        color: #99eba7;
    }

    100% {
        color: #1c9630;
    }
}

.add-to-cart a:hover {
    animation-play-state: paused !important;
}

.post-details .purchase-now {
    width: 100%;
    background: #1c9630;
    height: 35px;
    text-align: center;
    padding-top: 5px;
}

.post-details .purchase-now a {
    text-decoration: none;
}

.post-details .purchase-now a {
    animation: color 2s infinite;
    animation-delay: 0.4s;
}

.purchase-now a:hover {
    animation-play-state: paused !important;
}

/* Social Share Buttons */

.share-in-social-media h6 {
    color: #1c9630;
}

.social-media {
    margin: 20px 10px;
    display: flex;
    gap: 5px;
}

.social-media-share {

    width: 40px;
    height: 40px;
    text-align: center;
    /* padding-top: 5px; */
    position: relative;
    border-bottom: 2px solid #53c486;
    border-top: 2px solid #53c486;
    border-left: 2px solid #27a15e;
    border-right: 2px solid #27a15e;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media-share a svg {
    fill: #1c9630;
}

.social-media-share a {
    z-index: 100;
}



@keyframes rotateself {
    from {
        transform: rotate(0deg);
        border-bottom: 2px solid #a8a2cf;
        border-top: 2px solid #a8a2cf;
    }

    to {
        transform: rotate(360deg);
        border-bottom: 2px solid #363253;
        border-top: 2px solid #363253;
    }
}

.social-media-share:hover {
    animation-play-state: paused;
    background: #f9fd0038;
}

.social-media-share:hover a i {
    color: #1c9630 !important;
    z-index: 1000;
}

.copylink-a i {
    margin-right: 5px;
}

@media screen and(max-with: 400px) {
    .social-media .social-media-share {
        width: 30px !important;
        height: 30px !important;
    }

    .social-media .social-media-border {
        width: 30px !important;
        height: 30px !important;
    }

    .social-media .social-media-share i {
        font-size: 20px !important;
    }
}



.site-footer {
    direction: rtl;
    margin-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, .06);
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .78));
    backdrop-filter: saturate(140%) blur(8px);
    color: var(--text);
}

.footer-topbar {
    height: 6px;
    background: linear-gradient(90deg, #1c9630 0%, #29b341 60%, #6ddc7d 100%);
}

.footer-body {
    padding: 2rem 0;
}

.footer-title {
    font-weight: 800;
    letter-spacing: -.01em;
    margin-bottom: .5rem;
    color: #111827;
}

.footer-text p {
    margin: 0;
    color: #4b5563;
    line-height: 1.9;
}

/* لینک‌ها: غیرآبی + هاور سبز برند */
.site-footer a {
    color: #374151;
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--brand);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: .35rem 0;
}

.footer-links i {
    opacity: .9;
    margin-left: .35rem;
}

.footer-social a {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    border-radius: .6rem;
    margin-inline-start: .25rem;
    color: #6b7280;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    transition: background .15s ease, color .15s ease, transform .08s ease, box-shadow .2s ease;
}

.footer-social a:hover {
    background: #f3f4f6;
    color: #111827;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
}

.login-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .85rem;
    border-radius: .75rem;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #fff;
    color: #111827;
    transition: transform .08s ease, box-shadow .2s ease, border-color .2s ease;
}

.login-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(28, 150, 48, .10);
    border-color: #1c963033;
}

.login-link i {
    color: var(--brand);
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, .06);
    padding: .85rem 0;
    font-size: .9rem;
    color: var(--muted);
    background: linear-gradient(180deg, rgba(255, 255, 255, .65), rgba(255, 255, 255, .55));
}

/* Back to top */
#btn-back-to-top {
    position: fixed;
    bottom: 18px;
    inset-inline-end: 18px;
    z-index: 900;
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--brand) 0%, var(--brand-d) 100%);
    color: #fff;
    box-shadow: 0 10px 26px rgba(28, 150, 48, .30);
}

#btn-back-to-top:hover {
    filter: brightness(1.05);
}

#btn-back-to-top i {
    font-size: 20px;
}

/* Dev strip */
.ulanish-dev {
    text-align: center;
    padding: .5rem 0;
    font-size: .9rem;
    color: var(--muted);
}

.ulanish-dev a {
    color: var(--brand);
}

.ulanish-dev a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.remark {
    display: flex;
    margin: 10px;
}

.remark .remark-icon {
    width: 70px;
}

.remark .remark-icon img {
    width: 100%;
}

.remark .remark-text {
    margin-right: 10px;
    margin-top: 10px;
}

.remark .remark-text .text-title {
    color: #1c9630;
}

.remark .remark-text .text-d {
    font-size: 12px;
}

.remarks .bordered-remark {
    position: relative;
}

.remarks .bordered-remark::after {
    content: "";
    display: block;
    position: absolute;
    right: -40px;
    z-index: 100;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #42556d42;
}

@media screen and (max-width: 750px) {
    .remarks .bordered-remark::after {
        top: -10px !important;
        right: 10% !important;
        width: 80% !important;
        height: 1px !important;
    }
}

.whatsapp-border {
    position: fixed;
    left: 38px;
    bottom: 38px;
    width: 44px;
    height: 44px;
    background: #36a043;
    border-radius: 50%;
    overflow: hidden;
}

.whatsapp-border .line {
    width: 100px;
    height: 10px;
    background: linear-gradient(to right, #fff, #36a043);
    margin-top: 15px;
    animation: turn-all 6s infinite linear 0s;
}

@keyframes turn-all {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(460deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.whatsapp {
    background: #36a043;
    left: 41px;
    bottom: 41px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: fixed;
    text-align: center;
    padding-top: 4px;
    animation: bg-grediant 3s infinite;
}

@keyframes bg-grediant {
    0% {
        background: #36a043;
    }

    20% {
        background: #36a043;
    }

    50% {
        background: linear-gradient(to right, #36a043, #1c9630);
    }

    80% {
        background: linear-gradient(to right, #1c9630, #36a043);
    }

    100% {
        background: #36a043;
    }
}

.whatsapp a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}

.whatsapp:hover {
    background: #fff;
    animation-play-state: paused;
    animation: none !important;
}

.whatsapp:hover a {
    color: #36a043;
}

@media screen and (max-width: 750px) {
    .whatsapp-border {
        left: 18px !important;
        bottom: 18px !important;
    }

    .whatsapp {
        left: 21px !important;
        bottom: 21px !important;
    }
}

.posts-show-div {
    min-height: 60vh;
    overflow-x: scroll;
}

.slick {
    position: relative !important;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 100% !important;
    color: #1c9630 !important;
}

.paginatore {
    margin: 20px auto;
    max-width: 400px;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.paginatore a {
    text-decoration: none;
    color: #1c9630;
    margin: 0 5px;
}

/* ================ For Admin Panel ================ */

.dashboard {
    min-height: 60vh;
}

.dashboard-title {
    width: 100%;
    text-align: center;
    padding: 20px 10px 10px 10px;
    border-bottom: 1px dotted #1c9630;
}

.tabs {
    max-width: 300px;
    width: 100%;
    margin: 10px;
    padding: 10px;
    border-bottom: 1px dotted #1c9630;
    min-height: 100px;
}

.tabs .tab-icon {
    color: #1c9630;
}

.tabs .tab-icon svg {
    fill: #1c9630;
}

.admin-panel .tabs {
    max-width: 300px;
    width: 100%;
    margin: 10px;
    padding: 10px;
    border-bottom: 1px dotted #1c9630;
    min-height: 100px;
}

.admin-panel .tabs a .tab-text {
    margin-top: 10px;
}

.tabs a .tab-text {
    margin-top: 10px;
}

.admin-panel .tabs:hover {
    background: #40413617;
}

.admin-panel .tabs small {
    font-size: 12px;
}

.orders-count {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #a50f05;
    text-align: center;
    color: #99eba7;
    border-radius: 50%;
    margin-right: 10px;
    padding-top: 2px;
}

/* Orders Page */

.orderes-type-count {
    margin: 20px 10px;
    display: flex;
    flex-wrap: wrap;
}

.ot-count {
    margin: 10px;
}

.orders-list {
    margin: 20px 0;
    border-bottom: 1px solid #210ab54d;
}

.orders-list .orders-list-title {
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.order-d-a {
    text-decoration: none;
    color: #1c9630;
}

/* Order Show Page */

.order-details {
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
}

.order-details h6 {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #210ab54d;
    margin-bottom: 0 !important;
}

.order-details .order-details-d {
    display: flex;
}

.order-details .order-details-d .right {
    padding: 5px 5px 0 0;
    border-bottom: 1px solid #210ab54d;
    border-left: 1px solid #210ab54d;
    font-weight: 600;
    width: 160px;
}

.order-details .order-details-d .left {
    padding: 5px 5px 0 0;
    border-bottom: 1px solid #210ab54d;
    width: 160px;
}

.order-items {
    max-width: 400px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.order-items h6 {
    border-bottom: 1px solid #210ab54d;
    padding-bottom: 10px;
}

.order-item {
    margin: 10px;
    border: 1px solid #210ab54d;
    padding-bottom: 20px;
}

.order-item .order-item-d {
    display: flex;
}

.order-item .img {
    width: 100%;
    margin-bottom: 20px;
}

.order-item .img img {
    width: 100%;
}

.order-item .order-item-d .right {
    padding: 2px 5px;
    font-weight: 600;
    width: 160px;
}

.order-item .order-item-d .left {
    padding: 2px 5px;
    width: 160px;
}

/* ============== Sliders ================= */

.slider {
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 0 2px #1c96305e;
    padding: 10px;
}

.slider a {
    text-decoration: none;
}

.slider-name {
    display: flex;
    color: #1c9630;
}

.slider-name h6 {
    margin: 0 5px;
}

/* ==================  Modal Styels ================== */

#ModalLabel span {
    color: #1c9630;
}

.good-madal-details {
    margin: 10px !important;
}

.good-madal-details .good-m-img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.good-madal-details .good-m-text {
    margin: 10px !important;
}

.purchase-now-madal {
    display: none !important;
}

#purchase-now-madal.purchase-now-madal-active {
    display: block !important;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    background: #1c9630;
    border-left: 5px solid #99eba7;
    z-index: 1000;
}

/* =============== Info Pages =============== */

.ulanish-info-body {
    margin: 10px;
    padding: 30px 20px;
    border: 1px solid #0d02522a;
}

.ulanish-info-body .ulanish-image {
    width: 100%;
}

.ulanish-info-body .ulanish-image img {
    width: 100%;
}

.ulanish-info-body .ulanish-text {
    width: 100%;
    padding: 10px;
    margin: 30px 0 10px 0;
}

/* =============== Blogs Portal Styles =============== */

.blog-category-sec {
    width: 100%;
    margin: 0 0 20px 0 !important;
    box-sizing: border-box;
    padding: 20px 30px;
    background: #1c96301c;
}

.blog-category-grand-title {
    display: flex;
}

.blog-category-grand-title a {
    text-decoration: none;
    margin-left: 3px;
}

.blog-category-grand-title span {
    color: #1c9630;
    margin-left: 3px;
}

.blog-category-grand-title h6 {
    margin-top: 3px;
}

.blog-category-title {
    color: #1c9630;
    margin: 20px 30px 0px 10px;
}

.blog-category-grand-title a {
    color: #1c9630;

}

.blog-category-posts {
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 2px 2px #1c96304f;
    border-radius: 10px;
    max-height: 180px;
    overflow: hidden;
}

@media screen and (max-width:650px) {
    .blog-category-posts {
        max-height: 400px;
        overflow: hidden;
    }
}

.blog-category-posts .blog-img {
    border-radius: 10px;
    overflow: hidden;
}

.blog-category-posts a {
    text-decoration: none;
}

.blog-category-posts .blog-text {
    margin: 10px;
}

.blog-category-posts .blog-text .blog-title {
    color: #1c9630;
}

.blog-category-posts .blog-text .blog-body {
    color: #000;
    margin-top: 5px;
}

.blog-category-posts .blog-text span {
    background: #1c9630;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    width: fit-content;
    font-size: 12px !important;
    margin: 0 5px;
}

/* ======= Blogs Portal Home ======= */

.blog-category-main-posts {
    margin: 10px;
}

.blog-category-left-posts {
    margin: 10px;
}

.carousel-caption {
    text-align: right !important;
}

.carousel-caption span {
    background: #1c9630;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    width: fit-content;
    font-size: 12px !important;
}

.carousel-caption h5 {
    font-size: 25px;
    text-shadow: 5px 0px 9px #000;
}

.carousel-item img {
    transition: transform 1s !important;
}

.carousel-item:hover img {
    transform: scale(1.2) !important;
}

.carousel-caption:hover p,
.span-shadow {
    text-shadow: 5px 0 9px #1c9630 !important;
}

.blog-home-categories {
    margin: 10px;
}

.blog-show-content {

    width: 100%;
    position: relative;
}

.blog-show-content .blog-show-header {
    border-bottom: 1px solid #1c963050;
    padding: 10px 10px 20px 10px;
}

.blog-show-content .blog-show-header .catname {
    background: #1c9630;
    color: #fff;
    padding: 2px 4px;
    margin-bottom: 5px !important;
    width: fit-content;
}

.blog-show-content .blog-body {
    padding: 20px 10px;
    text-align: justify;
}

.bhc-title h6 {
    height: 35px;
    width: fit-content;
    color: #fff;
    background: #1c9630;
    padding: 2px 10px;
    font-size: 22px;
    position: relative;
    margin-bottom: 0 !important;
}

.bhc-title {
    border-bottom: 1px solid #1c9630;
}

.bhc-title h6::before {
    width: 0;
    position: absolute;
    left: -20px;
    top: 0;
    content: "";
    /* transform: scaleX(-1); */
    display: block;
    width: 0;
    height: 0;
    border-bottom: 35px solid #1c9630;
    border-left: 20px solid transparent;
}

.category-home-t {
    margin: 10px 0;
    padding: 5px 10px;
    border-bottom: 1px solid #1c96304d;
}

.category-home-t a {
    text-decoration: none;
    color: #1c9630;
}

.blog-cat-latest {
    width: 100%;
    margin: 10px;
    overflow: hidden;
    position: relative;
}

.blog-cat-latest img {
    width: 100%;
}

.blog-cat-latest2 {
    width: 100%;
    margin: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    box-shadow: 0 0 1px #1c9630;
}

.blog-cat-small-img {
    margin: 5px;
    width: 100px;
}

.blog-cat-small-img img {
    width: 100px;
}

.bcs-cat-title span {
    background: #1c9630;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    width: fit-content;
    font-size: 11px !important;
    margin: 0 5px;
}

.bcs-cat-title a {
    text-decoration: none;
    color: #000;
}

.blog-cat-left {
    margin: 10px;
}

.blog-cat-latest span {
    background: #1c9630;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    width: fit-content;
    font-size: 12px !important;
}

.blog-cat-latest .blog-title {
    font-size: 25px;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.9), 0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
    position: relative;
    bottom: 100px;
    right: 20px;
    color: #fff;
}

.blog-cat-latest a {
    text-decoration: none;
    position: absolute;
    display: block;
    flex-wrap: wrap;
    width: 90%;
}

.blog-cat-latest .blog-title:hover {
    color: #1c9630;
}

.ads-title {
    font-size: 12px;
}

.ads-text {
    font-size: 12px;
}

.blogs-ad-slider {
    max-width: 700px;
    width: 100%;
    position: relative;
    margin: 10px auto;
}

.blogs-ad-slider-item {
    width: 100%;
}




.blogad-img {
    position: relative;
}


.blog-image {
    position: relative;
    max-height: 224px;
    max-width: 400px;
    width: 100%;
    margin-top: 10px;

}

.blog-image-logo {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 20%;

}

.blog-image-title {
    position: relative;
    right: 0;
    left: 0;
    min-height: 40px;
    bottom: 60px;
    background: #3aa74c95;
    color: #06270c;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


/* ============== Advertisements ============== */

.left-ads-div {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 150px;
    height: 200px;
    animation: margin-ad-right 6s;
}

@keyframes margin-ad-right {
    0% {
        right: -200px;
    }

    90% {
        right: -200px;
    }

    100% {
        right: 20px;
    }
}

.left-ads-div i {
    margin-right: 110px;
}

#LEFTAD_Div.display-none {
    right: -200px !important;
}

#BottomAD_Div.display-none {
    bottom: -150px !important;
}

.left-good-item {
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #1c9630;
    box-shadow: 0 3px 5px #616161;
}

.left-good-item .left-good-img {
    width: 100%;
    margin: 0 auto;
}

.left-good-item .good-img img {
    width: 100%;
    margin: 0 auto;
}

.left-good-item :hover .good-img img {
    height: auto;
    width: 100%;
}

.left-good-item :hover .good-img {
    max-width: 100%;
}

.left-good-item .left-good-details {
    margin: 10px 5px;
}

.left-good-item .left-good-details a {
    text-decoration: none;
}

.left-good-item .left-good-details .good-name h6 {
    color: #1c9630;
    font-size: 14px;
}

.bottom-ads-div {
    position: fixed;
    bottom: -10px;
    height: 80px;
    right: 20px;
    left: 20px;

    animation: bottom-ad-right 8s;
}

@keyframes bottom-ad-right {
    0% {
        bottom: -100px;
    }

    90% {
        bottom: -100px;
    }

    100% {
        bottom: 10px;
    }
}

.bottom-ads-div .close-btn {
    position: absolute;
    left: 20px;
    top: -25px;
    background: #1c9630;
    border-radius: 10px;
    color: #fff;
    z-index: 100;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 2px;
    height: 25px;
}

.bottom-ads-div .close-btn i {
    color: #fff;
}

.bottom-good-item {
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    border: 1px solid #1c9630;
    box-shadow: 0 3px 5px #616161;
}

.bottom-good-item .bottom-good-details {
    margin: 10px 10px;
}

.bottom-good-item .bottom-good-details a {
    text-decoration: none;
}

.bottom-good-item .bottom-good-details .good-name h6 {
    color: #1c9630;
    font-size: 25px;
}

.details-a {
    text-decoration: none;
    color: #1c9630;
}

#subscribe_button {
    text-decoration: none;
    position: fixed;
    right: 80px;
    bottom: 17px;
    opacity: 0.5;
    padding: 7px 10px 3px 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #1c9630;
}

#subscribe_button button {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}



#subscribe_button:hover {
    opacity: 1;
}

#subscribe_button i {
    font-size: 25px;
}

#unSubscribe_button {
    text-decoration: none;
    position: fixed;
    right: 80px;
    bottom: 17px;
    opacity: 0.5;
    padding: 8px 8px 7px 8px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #1c9630;
}

#unSubscribe_button:hover {
    opacity: 1;
}

#unSubscribe_button i {
    font-size: 25px;
}

.ask-confirm {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000d0;
    overflow-y: scroll;
}

.ask-confirm-body {
    width: 340px;
    margin: 100px auto;
    min-height: 400px;
    background: #fff;
}

#askConfirm.display-none {
    display: none !important;
}

/* ================== Main Menu =================== */

.main-nav {
    cursor: pointer;
    display: flex !important;

}

@media screen and(max-with: 400px) {
    .main-nav {
        display: none !important;
    }
}

.main-toggle-btn {
    margin-top: 20px;
    height: 20px;
    width: 25px;
    padding: 0;
}

.main-toggle-btn span {
    display: block;
    height: 2px;
    background: #99eba7 !important;
    margin-bottom: 6px;
}

.main-toggle-btn .span2 {
    width: 70%;
    transition: all 0.2s;
}

.main-toggle-btn .span3 {
    width: 40%;
    transition: all 0.2s;
}

.main-nav:hover .main-toggle-btn .span2 {
    width: 100%;
}

.main-nav:hover .main-toggle-btn .span3 {
    width: 100%;
}

#mainMenu {
    display: none;
}

#mainMenu.menu-active {
    display: block !important;
    position: absolute;
    top: 80px;

    z-index: 1000 !important;
}

.main-menubar {
    background: #fff;
    border: 2px solid #c5c5c5;
    max-width: 450px;
    width: 95%;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #242424;
    height: 500px;
    display: flex;
    position: relative;
}

.main-tabs {
    border-left: 1px solid #c5c5c5;
    height: 100%;
    padding: 10px 0;
    overflow-y: scroll;
    width: max-content;
}

.main-tabs::-webkit-scrollbar {
    width: 0em !important;
    float: right !important;
}

.main-tabs::-webkit-scrollbar-track {
    box-shadow: none !important;
}

.main-tabs::-webkit-scrollbar-thumb {
    background-color: #ffff;
    outline: 1px solid #ffff;
    border-radius: 10px !important;
}

.main-tabs::-webkit-scrollbar-thumb:hover {
    background-color: #ffff;
}

.main-tab-a {
    font-size: 17px;
    padding: 10px 5px 10px 20px;
    cursor: pointer;
}

.main-tab-a:hover {
    background-color: #ececec;
}

.main-sabcats {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 170px;
    padding: 10px 50px 10px 10px;
    overflow-y: scroll;
}

.main-sabcats::-webkit-scrollbar {
    width: 0.5em !important;
    float: right !important;
}

.main-sabcats::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #dddddd !important;
}

.main-sabcats::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    outline: 1px solid #cecdcd;
    border-radius: 10px !important;
}

.main-sabcats::-webkit-scrollbar-thumb:hover {
    background-color: #c5c5c5;
}

.main-tab-a:hover+.main-sabcats {
    display: block !important;
}

.main-sabcats:hover {
    display: block !important;
}

.sabcat-a {
    color: gray;
    transition: all 0.5s;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
}

.sabcat-a i {
    margin-left: 20px;
    transition: all 0.5s;
}

.sabcat-a:hover {
    color: #000;
    padding-right: 20px !important;
    background: #ececec;
}

.sabcat-a:hover>i {
    margin-left: 5px !important;
}


.items-center {
    display: flex;
    justify-content: center;
}


.promoted-slider-div {
    max-width: 800px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;

}

.sposered-title {
    background: green;
    padding: 3px;
    margin: 3px 0;
    color: #ffffff;
}

.sposered-title h6 {
    margin-bottom: 0 !important;
}

.promoted-slider-item {
    border: 1px solid #dddd;
    margin: 0 5px;
    border-radius: 10px;
    overflow: hidden;
}

.pp-title {
    color: #1c9630;
    font-size: 18px;
}


.views {
    background: #1c9630;
    padding: 2px 10px;
    border-radius: 100px;
    width: fit-content;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    margin-top: -20px;
    color: #fff;
    text-align: center;
}

.total-views {
    background: #1c9630;
    padding: 2px 10px;
    width: fit-content;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -20px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
}


.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 10px 0;
}

.video-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.login-link svg:hover {

    fill: #99eba7;
}




/* Blog Author */



.author {
    display: flex;
    gap: 10px;
    height: 40px;
    margin: 10px;
    align-items: center;
    text-decoration: none;
    border-radius: 30px;
    background: #1c963020;
}

.author:hover {
    background: #1c963030;
}

.author .author-image {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #1c9630;
}

.author .author-image img {
    width: 100%;
}

.authro-name h5 {
    margin-bottom: 0;
    color: #1c9630;
    text-decoration: none;
}


/* Auhtor Page */
.author-details .author-image {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #1c9630;
    margin: 10px auto;
}

.author-details .author-image img {
    width: 100%;

}

.author-posts {
    margin: 10px 0;
    border-top: 1px solid #1c963060;
}




:root {
    --brand: #1c9630;
    --brand-d: #178126;
    --ring: rgba(28, 150, 48, .25);
    --text: #1f2937;
    --muted: #6b7280;
    --stroke: rgba(0, 0, 0, .08);
}

.header-wrap {
    direction: rtl;
    background: linear-gradient(180deg, #f9fafb 0%, #eef6f1 100%);
}

.header-topbar {
    height: 6px;
    background: linear-gradient(90deg, var(--brand) 0%, #29b341 60%, #6ddc7d 100%);
}

/* Top brand bar */
.topbar-div {
    background: rgba(255, 255, 255, .78);
    backdrop-filter: saturate(140%) blur(8px);
    border-bottom: 1px solid var(--stroke);
    padding: .6rem 0;
}

.logoimg {
    height: 42px;
    width: auto;
    display: block;
}

.brand-name {
    font-weight: 800;
    letter-spacing: -.01em;
    color: #111827;
}

/* Actions */
.search-btn {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--stroke);
    background: #fff;
    color: #374151;
    border-radius: .7rem;
    transition: box-shadow .2s ease, transform .06s ease;
}

.search-btn:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.search-btn:active {
    transform: translateY(1px);
}

/* Navbar */
.navbar-header-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .7));
    backdrop-filter: saturate(140%) blur(8px);
    border-bottom: 1px solid var(--stroke);
}

.main-navbar .navbar-nav .nav-link {
    color: #374151;
    padding: .6rem .9rem;
    border-radius: .6rem;
    transition: background .15s ease, color .15s ease, box-shadow .15s ease;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.main-navbar .nav-link:hover {
    background: #f3f4f6;
    color: #111827;
}

.main-navbar .nav-link.active {
    color: #111827;
    background: rgba(28, 150, 48, .10);
    box-shadow: inset 0 0 0 2px rgba(28, 150, 48, .12);
}

.text-brand {
    color: var(--brand) !important;
}

.btn-as-link {
    border: 0;
    background: transparent;
    padding: .6rem .9rem;
    cursor: pointer;
    color: #374151;
    border-radius: .6rem;
}

.btn-as-link:hover {
    background: #f3f4f6;
    color: #111827;
}

/* Dropdown RTL */
.dropdown-menu-rtl {
    direction: rtl;
    text-align: right;
}

.dropdown-menu-rtl .dropdown-item {
    padding: .5rem .85rem;
    color: #374151;
}

.dropdown-menu-rtl .dropdown-item:hover {
    background: #eef6f1;
    color: #111827;
}

/* موبایل */
@media (max-width: 991.98px) {
    .brand-name {
        display: none;
    }

    .main-navbar .navbar-nav .nav-link {
        padding: .55rem .75rem;
    }
}


/* لینک‌ها غیرآبی در کل هیدر */
.header-wrap a {
    color: #374151;
    text-decoration: none;
}

.header-wrap a:hover {
    color: var(--brand);
    text-decoration: underline;
    text-underline-offset: 3px;
}





/* =========================
   DARK MANUAL – html[data-theme="dark"]
   ========================= */
html[data-theme="dark"] {

    /* General */
    --stroke: rgba(255, 255, 255, .08);
    --text: #e5e7eb;
    --muted: #9ca3af;
}

html[data-theme="dark"] body {
    background: #0b1220 !important;
    color: var(--text);
}

html[data-theme="dark"] .body-sec {
    background: #0b1220;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .6);
}

html[data-theme="dark"] a {
    color: #c7d2fe;
}

html[data-theme="dark"] a:hover {
    color: #86efac;
}

html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6 {
    color: #f3f4f6;
}

html[data-theme="dark"] .loggedin {
    background: rgba(17, 24, 39, .7);
    color: #e5e7eb;
    border: 1px solid var(--stroke);
}

html[data-theme="dark"] .search-div {
    background: rgba(28, 150, 48, .25);
}

html[data-theme="dark"] .search-div .search-form {
    background: #111827;
    border: 1px solid var(--stroke);
}

html[data-theme="dark"] .search-div form input {
    background: transparent;
    color: #e5e7eb;
}

html[data-theme="dark"] .search-div form i {
    color: #8ef0a5;
}

html[data-theme="dark"] .typing-demo {
    border-left-color: #8ef0a5;
    color: #9ca3af;
}

html[data-theme="dark"] .nav-links {
    border-bottom: 1px dotted #59d074;
}

html[data-theme="dark"] .menu-link {
    color: #8ef0a5;
}

html[data-theme="dark"] .menu-link .tab-icon svg {
    fill: #59d074;
}

html[data-theme="dark"] .sid-tab,
html[data-theme="dark"] .sid-tab2,
html[data-theme="dark"] .sid-tab3,
html[data-theme="dark"] .sid-tab4,
html[data-theme="dark"] .sid-tab5 {
    background: #178126;
    border: 1px solid var(--stroke);
}

html[data-theme="dark"] .sid-tab a,
html[data-theme="dark"] .sid-tab2 a,
html[data-theme="dark"] .sid-tab3 a,
html[data-theme="dark"] .sid-tab4 a,
html[data-theme="dark"] .sid-tab5 a {
    color: #e5e7eb;
}

html[data-theme="dark"] .sidebar {
    background: #0f172a;
    border-left: 5px solid #178126;
}

html[data-theme="dark"] .login-reg {
    border-bottom: 1px solid #178126;
}

html[data-theme="dark"] .navbar-brand,
html[data-theme="dark"] .sidebar .nav-link {
    color: #8ef0a5 !important;
}

html[data-theme="dark"] .mobile-sub-tab {
    color: #e5e7eb;
}

html[data-theme="dark"] .toggle-btn span {
    background: #59d074 !important;
}

html[data-theme="dark"] .home-tabs-div {
    background: #111827;
    border: 1px solid var(--stroke);
}

html[data-theme="dark"] .home-tabs .home-tab {
    color: #8ef0a5;
}

html[data-theme="dark"] .menu-tabs {
    border-bottom: 1px solid #178126 !important;
}

html[data-theme="dark"] .sub-tab a {
    color: #8ef0a5;
}

html[data-theme="dark"] .section-divider-line,
html[data-theme="dark"] .section-divider-line-2 {
    background: #334155;
}

html[data-theme="dark"] .section-divider-title {
    color: #9ca3af;
}

html[data-theme="dark"] .good-item {
    background: #111827;
    border: 1px solid var(--stroke);
}

html[data-theme="dark"] .good-item .good-details .good-name h6 {
    color: #8ef0a5;
}

html[data-theme="dark"] .good-item .good-details .good-cost {
    color: #e5e7eb;
    background: #0b1220;
}

html[data-theme="dark"] .add-to-cart {
    background: #0ea5a855;
}

html[data-theme="dark"] .purchase-now {
    background: #ca8a0455;
}

html[data-theme="dark"] .post-name {
    border-bottom-color: #374151;
    color: #8ef0a5;
}

html[data-theme="dark"] .postd-right,
html[data-theme="dark"] .postd-left {
    border-color: #334155;
    color: #e5e7eb;
}

html[data-theme="dark"] .share-in-social-media h6 {
    color: #8ef0a5;
}

html[data-theme="dark"] .social-media-share {
    border-color: #178126;
    background: #0b1220;
    color: #e5e7eb;
}

html[data-theme="dark"] .social-media-share a svg {
    fill: #59d074;
}

html[data-theme="dark"] .slick-prev:before,
html[data-theme="dark"] .slick-next:before {
    color: #8ef0a5 !important;
}

html[data-theme="dark"] .paginatore a {
    color: #8ef0a5;
}

html[data-theme="dark"] .dashboard-title {
    border-bottom: 1px dotted #178126;
}

html[data-theme="dark"] .tabs,
html[data-theme="dark"] .admin-panel .tabs {
    border-bottom: 1px dotted #178126;
}

html[data-theme="dark"] .tabs .tab-icon {
    color: #8ef0a5;
}

html[data-theme="dark"] .tabs .tab-icon svg {
    fill: #59d074;
}

html[data-theme="dark"] .admin-panel .tabs:hover {
    background: #0f172a;
}

html[data-theme="dark"] .orders-list {
    border-bottom: 1px solid #334155;
}

html[data-theme="dark"] .order-details h6 {
    border-bottom: 1px solid #334155;
}

html[data-theme="dark"] .order-details .order-details-d .right,
html[data-theme="dark"] .order-details .order-details-d .left {
    border-color: #334155;
}

html[data-theme="dark"] .order-d-a {
    color: #8ef0a5;
}

html[data-theme="dark"] .slider {
    border: 1px solid #334155;
    background: #0f172a;
}

html[data-theme="dark"] .slider-name {
    color: #8ef0a5;
}

html[data-theme="dark"] #purchase-now-madal.purchase-now-madal-active {
    background: #0f172a;
    border-left: 5px solid #59d074;
}

html[data-theme="dark"] .ulanish-info-body {
    border: 1px solid #1f2937;
    background: #0f172a;
}

html[data-theme="dark"] .blog-category-sec {
    background: #0b1220;
    border: 1px solid var(--stroke);
}

html[data-theme="dark"] .blog-category-title,
html[data-theme="dark"] .blog-category-grand-title span {
    color: #8ef0a5;
}

html[data-theme="dark"] .blog-category-posts {
    border: 1px solid var(--stroke);
    background: #111827;
}

html[data-theme="dark"] .blog-category-posts .blog-text .blog-title {
    color: #8ef0a5;
}

html[data-theme="dark"] .blog-category-posts .blog-text .blog-body {
    color: #cbd5e1;
}

html[data-theme="dark"] .blog-category-posts .blog-text span {
    background: #178126;
}

html[data-theme="dark"] .blog-show-content .blog-show-header {
    border-bottom: 1px solid #334155;
}

html[data-theme="dark"] .blog-show-content .blog-show-header .catname {
    background: #178126;
}

html[data-theme="dark"] .blog-show-content .blog-body {
    color: #e5e7eb;
}

html[data-theme="dark"] .bhc-title {
    border-bottom: 1px solid #178126;
}

html[data-theme="dark"] .bhc-title h6 {
    background: #178126;
}

html[data-theme="dark"] .category-home-t {
    border-bottom: 1px solid #334155;
}

html[data-theme="dark"] .category-home-t a {
    color: #8ef0a5;
}

html[data-theme="dark"] .blog-cat-latest span,
html[data-theme="dark"] .bcs-cat-title span {
    background: #178126;
}

html[data-theme="dark"] .bcs-cat-title a {
    color: #e5e7eb;
}

html[data-theme="dark"] .left-good-item,
html[data-theme="dark"] .bottom-good-item {
    background: #111827;
    border: 1px solid #178126;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .45);
}

html[data-theme="dark"] .left-good-item .left-good-details .good-name h6,
html[data-theme="dark"] .bottom-good-item .bottom-good-details .good-name h6 {
    color: #8ef0a5;
}

html[data-theme="dark"] #subscribe_button,
html[data-theme="dark"] #unSubscribe_button {
    background: #0b1220;
    border: 2px solid #178126;
    color: #8ef0a5;
}

html[data-theme="dark"] .main-menubar {
    background: #0f172a;
    border-color: #334155;
    box-shadow: 0 0 12px rgba(0, 0, 0, .65);
}

html[data-theme="dark"] .main-tabs {
    border-left: 1px solid #334155;
}

html[data-theme="dark"] .main-tab-a {
    color: #e5e7eb;
}

html[data-theme="dark"] .main-tab-a:hover {
    background: #111827;
}

html[data-theme="dark"] .main-sabcats {
    background: #0b1220;
}

html[data-theme="dark"] .sabcat-a {
    color: #9ca3af;
}

html[data-theme="dark"] .sabcat-a:hover {
    color: #fff;
    background: #111827;
}

html[data-theme="dark"] .promoted-slider-item {
    border: 1px solid #334155;
    background: #111827;
}

html[data-theme="dark"] .pp-title {
    color: #8ef0a5;
}

html[data-theme="dark"] .views,
html[data-theme="dark"] .total-views {
    background: #178126;
    color: #0b1220;
}

html[data-theme="dark"] .author {
    background: #0b5f2c33;
}

html[data-theme="dark"] .author:hover {
    background: #0b5f2c55;
}

html[data-theme="dark"] .author .author-image {
    border-color: #178126;
}

html[data-theme="dark"] .authro-name h5 {
    color: #8ef0a5;
}


/* فعال‌سازی با: <html data-theme="dark"> */
html[data-theme="dark"] .site-footer {
    background: linear-gradient(180deg, rgba(17, 24, 39, .78), rgba(17, 24, 39, .66));
    border-color: rgba(255, 255, 255, .08);
    color: #e5e7eb;
}

html[data-theme="dark"] .footer-title {
    color: #f3f4f6;
}

html[data-theme="dark"] .footer-text p {
    color: #cbd5e1;
}

html[data-theme="dark"] .footer-bottom {
    background: linear-gradient(180deg, rgba(17, 24, 39, .66), rgba(17, 24, 39, .56));
    border-color: rgba(255, 255, 255, .08);
    color: #9ca3af;
}

html[data-theme="dark"] .footer-social a {
    background: #111827;
    border-color: rgba(255, 255, 255, .08);
    color: #9ca3af;
}

html[data-theme="dark"] .footer-social a:hover {
    background: #0f172a;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .45);
}

html[data-theme="dark"] .login-link {
    background: #111827;
    border-color: rgba(255, 255, 255, .08);
    color: #e5e7eb;
}

html[data-theme="dark"] .login-link i {
    color: #59d074;
}

html[data-theme="dark"] .login-link:hover {
    box-shadow: 0 10px 26px rgba(28, 150, 48, .20);
    border-color: #59d07433;
}

/* لینک‌های فوتر */
html[data-theme="dark"] .site-footer a {
    color: #cbd5e1;
}

html[data-theme="dark"] .site-footer a:hover {
    color: #8ef0a5;
    text-decoration: underline;
    text-underline-offset: 3px;
}

html[data-theme="dark"] .footer-links li a {
    color: #cbd5e1;
}

html[data-theme="dark"] .footer-links li a:hover {
    color: #8ef0a5;
}

/* Back to top */
html[data-theme="dark"] #btn-back-to-top {
    background: linear-gradient(180deg, #59d074 0%, #3fb65b 100%);
    color: #0b1220;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .55);
}

html[data-theme="dark"] #btn-back-to-top:hover {
    filter: brightness(1.06);
}

/* نوار دیوِلوپر پایین */
html[data-theme="dark"] .ulanish-dev {
    color: #9ca3af;
}

html[data-theme="dark"] .ulanish-dev a {
    color: #59d074;
}

html[data-theme="dark"] .ulanish-dev a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}




/* ========= Dark MANUAL (html[data-theme="dark"]) ========= */
html[data-theme="dark"] .blog-category-left-posts .card {
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .45) !important;
}

html[data-theme="dark"] .blog-category-left-posts .bhc-title {
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

html[data-theme="dark"] .blog-category-left-posts .bhc-title h6 {
    background: #178126;
    color: #fff;
}

html[data-theme="dark"] .blog-category-left-posts .list-group-item {
    background: transparent;
    color: #e5e7eb;
    border-color: rgba(255, 255, 255, .06);
}

html[data-theme="dark"] .blog-category-left-posts .list-group-item .bi {
    color: #8ef0a5;
}

html[data-theme="dark"] .blog-category-left-posts .list-group-item:hover,
html[data-theme="dark"] .blog-category-left-posts .list-group-item:focus {
    background: #111827;
    color: #fff;
    border-color: rgba(255, 255, 255, .10);
}

html[data-theme="dark"] .blog-category-left-posts .list-group-item:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(28, 150, 48, .25);
    border-radius: .5rem;
}


html[data-theme="dark"] .blog-category-left-posts .list-group-item.active {
    background: rgba(28, 150, 48, .20);
    color: #fff;
    border-color: rgba(28, 150, 48, .35);
}