@charset "utf-8";
/*
Theme Name: aliaghaietheme
Author: agh
Version: 1
*/
/* === Root Variables === */
:root {
    --color1: #ed1c24;
    --color2: #454545;
    --color3: #646566;
}

/* === Font Definitions === */
@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: 300;
    src: url("assets/fonts/PeydaWebFaNum-Regular.woff") format("woff"), url("assets/fonts/PeydaWebFaNum-Regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: PeydaWebextrabold;
    font-style: normal;
    font-weight: 700;
    src: url("assets/fonts/PeydaWebFaNum-ExtraBold.woff") format("woff"), url("assets/fonts/PeydaWebFaNum-ExtraBold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: PeydaWebbold;
    font-style: normal;
    font-weight: 500;
    src: url("assets/fonts/PeydaWebFaNum-Bold.woff") format("woff"), url("assets/fonts/PeydaWebFaNum-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: PeydaWebsemibold;
    font-style: normal;
    font-weight: 500;
    src: url("assets/fonts/PeydaWebFaNum-SemiBold.woff") format("woff"), url("assets/fonts/PeydaWebFaNum-SemiBold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "aghicon";
    src: url("assets/fonts/agh_vakil.ttf") format("truetype"), url("assets/fonts/agh_vakil.woff") format("woff"), url("assets/fonts/agh_vakil.woff2") format("woff2"), url("assets/fonts/agh_vakil.eot") format("embedded-opentype"),
        url("assets/fonts/agh_vakil.svg") format("svg");
}

/* === General Styles === */
body {
    margin: 0;
    font-family: PeydaWeb;
    background: #fff;
    color: var(--color3);
    text-align: right;
    direction: rtl;
    overflow-x: hidden;
}

img {
    width: 100%;
}

li {
    list-style: none;
}

a {
    color: var(--color2);
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

.mg-auto {
    margin: 0 auto;
}

ul {
    padding: 0;
    margin: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c0c0c0 !important;
}

input:focus,
textarea:focus {
    outline: none !important;
    border-color: var(--color1) !important;
    box-shadow: none !important;
}

button:focus {
    outline: none;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: peydawebbold;
    margin: 0;
}
.containerlf {
    max-width: 1260px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.lg {
    direction: ltr;
}

.owl-carousel {
    direction: ltr;
}
.hetop {
    border-top: 3px solid var(--color1);
    width: 100%;
    padding: 20px 0;
}

.logo img {
    padding: 0;
    width: auto;
    position: relative;
    top: 0;
    height: 45px;
    display: block;
}

.menu {
    margin-right: -2px;
}
.hetop .row {
    display: flex;
    align-items: center;
}

.menu li {
    font-size: 14px;
    display: inline-block;
    padding: 0 12px 0px 37px;
    color: var(--color2);
    position: relative;
    padding-bottom: 0px;
}

.menu li a {
    position: relative;
    color: var(--color2);
    padding-bottom: 20px;
}
.current-menu-item > a {
    color: var(--color1) !important;
    font-family: "PeydaWebbold";
}
.menu li a:hover,
.menu ul li:hover > a {
    color: var(--color1);
}
.he-button {
    text-align: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.btst a,
a.btst {
    color: #ffffff;
    border-radius: 50px;
    font-size: 12px;
    padding: 9px 25px;
    border: 1px solid var(--color1);
    background: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
}

.btst a::before,
a.btst::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color1);
    z-index: -1;
    transition: width 0.3s ease;
}

.btst a:hover::before,
a.btst:hover::before {
    width: 0%;
    right: 0;
}

.btst a:hover,
a.btst:hover {
    color: var(--color1);
}

.btts a,
a.btts {
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    padding: 9px 25px;
    display: inline-block;
    border: 1px solid #fff;
    background: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-right: 7px;
}

.btts a::before,
a.btts:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: var(--color1);
    z-index: -1;
    transition: width 0.3s ease, left 0.3s ease;
}

.btts a:hover::before,
a.btts:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.btts a:hover,
a.btts:hover {
    color: #fff;
}

.menu li .active {
    color: var(--color1);
    font-family: peydawebbold;
}

.banner-r h1 {
    font-size: 37px;
    font-family: peydawebextrabold;
    color: #fff;
    margin-bottom: 11px;
}
.banner-r h2 {
    font-size: 24px;
    font-family: peydawebbold;
    color: #fff;
    padding-top: 10px;
}
.banner-r p {
    font-size: 14px;
    line-height: 31px;
    color: #fff;
    margin-top: 15px;
}
.banner-box {
    background-color: var(--color1);
    border-radius: 25px;
    height: 100%;
    padding: 65px 60px;
    position: relative;
    background-image: url(assets/images/bgbanner.png);
    background-repeat: no-repeat;
}

.banner-button {
    margin-top: 20px;
}

.banner-l img {
    width: 78%;
    height: auto;
    position: absolute;
    top: -43px;
}
.banner-box:before {
    content: "";
    width: 173px;
    height: 40px;
    background-image: url(assets/images/bf.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.banner-box:after {
    content: "";
    width: 11px;
    height: 9px;
    background-image: url(assets/images/arrow.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 8px;
    right: -3px;
    left: 0;
    transform: rotate(180deg);
    margin: 0 auto;
}
.banner-l {
    /* background-image: url(assets/images/bgbanner.svg); */
    /* opacity: -20%; */
    /* background-position: -29px; */
}

.counseling {
    position: relative;
}

.banner-r a.btst {
    border-color: #fff;
    color: var(--color1);
}

.banner-button {
    display: flex;
}
.banner-r a.btst::before {
    background: #fff;
}

.banner-r a.btst:hover {
    color: #fff;
}
a.btts:before {
    background: #fff;
}
.banner-r a.btts:hover {
    color: var(--color1);
}
.lang-switch {
    position: relative;
    display: inline-block;
    z-index: 30;
}

/* Ù…Ù†Ùˆ: Ø¨Ø¯ÙˆÙ† ÙØ§ØµÙ„Ù‡â€ŒÛŒ Ø¹Ù…ÙˆØ¯ÛŒ */
.lang-switch .lang-menu {
    position: absolute;
    top: 100%; /* Ù‚Ø¨Ù„Ø§Ù‹ calc(100% + 8px) Ø¨ÙˆØ¯ â†’ Ú¯Ù¾ Ø§ÛŒØ¬Ø§Ø¯ Ù…ÛŒâ€ŒÚ©Ø±Ø¯ */
    inset-inline-end: 0;
    min-width: 150px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 10px 8px;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.lang-switch:hover .lang-menu,
.lang-switch:focus-within .lang-menu {
    opacity: 1;
    transform: translateY(7px);
    pointer-events: auto;
}

.lang-switch::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 10px; /* Ù¾Ù„ 10px */
}

button.current-lang {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #454545;
    cursor: pointer;
    transition: 0.5s;
}

ul.lang-menu li {
    padding: 4px 0 !important;
    text-align: right;
}
ul.lang-menu li a {
    font-family: "PeydaWeb";
    font-size: 14px;
    color: var(--color2);
}
/* ÙÙ„Ø´ ØªÙˆØ®Ø§Ù„ÛŒ (caret outline) */
.lang-switch .current-lang::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg); /* Ø±Ùˆ Ø¨Ù‡ Ù¾Ø§ÛŒÛŒÙ† */
    transition: transform 0.2s ease;
    margin-top: -4px; /* ØªÙ†Ø¸ÛŒÙ… Ø¸Ø±ÛŒÙ Ø¬Ø§ÛŒ ÙÙ„Ø´ */
    right: -3px;
    position: relative;
    top: -2px;
}

.lang-switch:hover .current-lang::before,
.lang-switch:focus-within .current-lang::before {
    transform: rotate(-135deg); /* Ø±Ùˆ Ø¨Ù‡ Ø¨Ø§Ù„Ø§ */
    margin-top: 2px;
}

/* ÙˆÙ‚ØªÛŒ Ù…Ù†Ùˆ Ø¨Ø§Ø² Ø¨Ø§Ø´Ù‡ (Ù‡Ø§ÙˆØ± ÛŒØ§ ÙÙˆÚ©ÙØ³ Ø±ÙˆÛŒ Ú©Ù„ ÙˆØ§Ù„Ø¯) */
.lang-switch:hover .current-lang,
.lang-switch:focus-within .current-lang {
    color: var(--color1); /* Ù‚Ø±Ù…Ø² Ø¨Ù…ÙˆÙ†Ù‡ */
    border-color: var(--color1);
}

ul.lang-menu li a:hover {
    color: var(--color1);
}

.open_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    /* this left's value is important */
    right: -100%;
    top: 0;
    /* if you'd change the width's value then you have to change left's value of the .open_menu as well*/
    width: 100%;
    height: 100%;
    background-color: #fff6f0;
    -webkit-transition: 450ms cubic-bezier(0.1, 0, 0, 1);
    transition: 450ms cubic-bezier(0.1, 0, 0, 1);
    z-index: 99999999;
}
.dark .open_menu {
    background: #545454;
}
.menu-content {
    display: block;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 30px;
}
.menu-content::-webkit-scrollbar {
    width: 0;
}

.opened {
    right: 0;
}

.toOpen {
    display: block;
    width: 25px;
    position: absolute;
    cursor: pointer;
    padding: 20px;
    right: -165px;
}
/* The open and close mark. It toggles automatically */
.toOpened {
    /* width: 25px; */
}
.toOpened .line {
    width: 25px !important;
    -webkit-transition: 0ms !important;
    transition: 0ms !important;
}

.toOpened .one {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
}

.toOpened .two {
    opacity: 0;
}

.toOpened .three {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 25px;
}

.toOpen .line {
    height: 3px;
    margin: 0 0 2px 0;
    background-color: #dc6161;
    -webkit-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}

.toOpen .two {
    width: 15px;
}
.toOpen .three {
    width: 20px;
}

.toOpen:hover div {
    width: 25px;
}
.line.one {
    transition: 400ms cubic-bezier(0, 1.05, 0.26, 0.82) !important;
}
.toOpened > .three {
    transition: 400ms cubic-bezier(0, 1.05, 0.26, 0.82) !important;
}

.open_menu h1 {
    text-align: center;
    color: white;
}
.menu-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: montserrat;
    font-weight: 700;
    margin: 25px 0;
    text-align: center;
}

.menu-content ul {
    list-style-type: none;
    text-align: center;
}

.menu-content ul li {
    text-align: right;
    border-bottom: 1px solid #88888826;
}
.menu-content ul li:first-child {
    border-top: 1px solid #88888826;
}

.menu-content ul li a {
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding: 16px 10px;
    text-decoration: none;
    color: #929292;
    -webkit-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
    text-align: center;
}

.menu-content ul li a:hover {
    background: var(--color1);
    color: #fff !important;
}

.menu-logo img {
    width: 110%;
    margin: 0 auto;
}

.menu-content .menu-btn svg {
    width: 22px;
    height: auto;
    position: absolute;
    left: 20px;
    fill: var(--color1);
    top: 20px;
}

.menu-content ul li ul li a {
    background: #f7f7f7;
    padding: 10px 40px;
}
.dark .menu-content ul li ul li a {
    background: #3b3b3b8a;
    padding: 10px 40px;
}

.menu-content ul li ul li {
    border: navajowhite;
}

.logomobile img {
    height: 40px;
    width: auto;
    text-align: center;
}

.logomobile {
    padding: 10px 20px 20px 20px;
}

.menu-content .menu-btn.toOpened {
    top: 0px;
    right: 20px;
}

.logomobile {
    text-align: center;
}
.mmnm span:before {
    content: "";
    width: 28px;
    height: 30px;
    background-image: url(assets/images/menu.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    left: 15px;
    top: 22px;
}
span.menu-btn {
    display: none;
}

.titlebox {
    text-align: center;
    position: relative;
}
.titlebox h2 {
    font-family: peydawebextrabold;
    font-size: 37px;
    color: var(--color2);
}
.titlebox span {
    color: var(--color1);
}
.titlebox p {
    font-size: 15px;
    padding-top: 10px;
    color: var(--color2);
    margin-bottom: 30px;
}
.benefits {
    margin-top: 90px;
    margin-bottom: 60px;
}
.benefit-img img {
    height: 40px;
    margin: 0 auto;
}
.benefit-title {
    font-size: 13px;
    color: var(--color2);
    text-align: center;
    padding-top: 16px;
}
.benefit-text {
    line-height: 21px;
    font-size: 11px;
    color: var(--color2);
    text-align: center;
    padding-top: 8px;
}
.benefit-box {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 15px 6px;
    margin-top: 64px;
    box-sizing: border-box;
    background-clip: padding-box;
}
.benefit-box:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(to bottom, #ffffff 40%, var(--color1));
    z-index: -1;
    border-radius: 15px;
    transition: 0.5s;
}
.benefits .row .col-lg-2:nth-child(1),
.benefits .row .col-lg-2:nth-child(6) {
    transform: translateY(-137px);
}
.benefits .row .col-lg-2:nth-child(2),
.benefits .row .col-lg-2:nth-child(5) {
    transform: translateY(-79px);
}

.benefits .titlebox:before {
    content: "";
    width: 55px;
    height: 39px;
    background-image: url(assets/images/favicon.png);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -60px;
}
.benefits .titlebox::before {
    filter: brightness(0) saturate(100%);
    opacity: 0.1;
}
.about-box {
    background-color: #f7f7f7;
    border-radius: 25px;
    height: 100%;
    padding: 40px 60px;
    position: relative;
    background-image: url(assets/images/bgabout.png);
    background-repeat: no-repeat;
}
.about-l h2 {
    font-family: peydawebextrabold;
    color: var(--color2);
    font-size: 37px;
}
.about-l span {
    color: var(--color1);
    font-family: peydawebbold;
}
.about-l p {
    line-height: 40px;
    font-size: 14px;
    color: var(--color2);
    margin-top: 20px;
}
.about-r img {
    position: absolute;
    right: -59px;
    top: -7px;
    width: 115%;
}
.about-button {
    display: flex;
    margin-top: 30px;
}

.about-button .banner-r a.btts:hover {
    color: var(--color1);
}
.product {
    margin-top: 80px;
}

.product-box {
    position: relative;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 16px;

    margin: 15px 0;
    background-clip: padding-box;
}
.product-box:before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(to left, #fff 40%, var(--color1));
    z-index: -1;
    border-radius: 16px;
    transition: 0.3s;
}

.product-box > a {
    display: grid;
    grid-template-columns: 175px 1fr;
    align-items: center;
    gap: 16px;
    min-height: 190px;
    text-decoration: none;
}

.product-img {
    height: 190px;
    border-radius: 0px 16px 16px 0px;
    overflow: hidden;
    position: relative;
}
.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-left {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    align-items: start;
    gap: 8px;
    padding-inline: 4px;
    justify-items: start;
}
.product-icon img {
    height: 40px;
    margin: 0;
    display: block;
}

.product-title {
    font-family: peydawebbold;
    font-size: 18px;
    color: var(--color2);
    line-height: 1.6;
    margin: 0;
    transition: 0.5s;
}

.product-text {
    font-size: 12px;
    color: var(--color2);
    line-height: 23px;
    margin: 0;
}

.product-cta {
    font-size: 14px;
    color: var(--color1);
    font-family: peydawebbold;
    display: inline-block;
    position: relative;
    padding-inline-end: 20px;
}
.product-cta:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(assets/images/arrow-bef.svg) center / 100% no-repeat;
    position: absolute;
    inset-inline-end: 0;
    top: 6px;
}

a.button-2.btts {
}

.about-button a.button-2.btts {
    border: 1px solid var(--color1);
    color: var(--color1);
}

.about-button a.button-2.btts:before {
    background: var(--color1);
}

.about-button a.button-2.btts:hover {
    color: #fff;
}
.product-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; /* ÛŒØ§ left:0; Ø¨Ø³ØªÙ‡ Ø¨Ù‡ Ø³Ù…Øª ØªØµÙˆÛŒØ± */
    width: 80px; /* Ù¾Ù‡Ù†Ø§ÛŒ Ù‡Ø§Ù„Ù‡ */
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    pointer-events: none; /* ØªØ§ Ø±ÙˆÛŒ Ø¹Ú©Ø³ Ú©Ù„ÛŒÚ©â€ŒÙ¾Ø°ÛŒØ± Ø¨Ù…ÙˆÙ†Ù‡ */
    z-index: 1;
}

.technology-title h2 {
    font-size: 40px;
    font-family: peydawebbold;
    color: #ffffff;
}
.technology-title p {
    font-size: 15px;
    padding-top: 10px;
    color: #ffffff;
    margin-bottom: 35px;
}
.technology-title {
    text-align: center;
}
.tech-box {
    background-color: var(--color1);
    border-radius: 25px;
    height: 100%;
    padding: 44px 42px 41px 42px;
    position: relative;
    position: relative;
}
.tech-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(assets/images/bgno.png);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    top: -25px;
    right: -1px;
}
.tech-icon img {
    height: 37px;
    margin: 0;
    display: block;
}
.tech-icon {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 9px;
    text-align: center;
    margin: 4px;
    background-color: #ffffff;
}
.tech-item {
    text-align: center;
    margin-top: 10px;
}
.tech-title {
    font-family: peydawebbold;
    font-size: 19px;
    color: #ffffff;
    padding-top: 5px;
}
.tech-text {
    font-size: 15px;
    color: #ffffff;
    line-height: 23px;
    margin-top: 7px;
}
.technology {
    margin-top: 80px;
    margin-bottom: 60px;
}

.titlebox.tbxright {
    text-align: right;
    position: relative;
}

.blog-img img {
    border-radius: 8px;
    margin: 0 auto;
    display: block;
    height: auto;
}

.blog-box {
    background: #ffffff;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 12px 10px;
    /* width: 92%; */
    margin: 0 auto;
    margin-top: 15px;
}

.blog-box .bl1 {
    font-family: peydawebbold;
    font-size: 15px;
    color: var(--color1);
    margin-top: 10px;
    display: block;
    height: 40px;
    overflow: hidden;
}

.blog-box .bl2 {
    font-size: 11px;
    line-height: 18px;
    display: block;
    padding-top: 7px;
    color: #969696;
    height: 82px;
    overflow: hidden;
    margin-bottom: 6px;
}

.bl-footer {
    display: flex;
    justify-content: space-between;
    background-color: #fbe9e9;
    border-radius: 4px;
    padding: 7px;
}

.bl-footer p {
    font-size: 11px;
    color: var(--color2);
    padding-right: 21px;
    position: relative;
}

.bl-footer p:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(assets/images/date.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    right: -1px;
    top: 0px;
}

.bl-footer span {
    font-size: 10px;
    color: var(--color1);
    padding-left: 16px;
    font-family: PeydaWebbold;
    position: relative;
}

.bl-footer span:before {
    content: "";
    width: 7px;
    height: 7px;
    background-image: url(assets/images/more-bef.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 6px;
    top: 4px;
}

.tbxright h2 {
    font-family: peydawebbold;
    font-size: 37px;
    color: var(--color2);
}
.tbxright span {
    color: var(--color1);
}
.tbxright p {
    font-size: 15px;
    padding-top: 10px;
    color: var(--color2);
    margin-bottom: 15px;
}
.blog-title2 {
    text-align: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.brandbox {
    background-color: var(--color1);
    padding: 30px 20px 30px 20px;
    border-radius: 25px;
}
.brand-title h3 {
    color: #ffffff;
    font-size: 30px;
    font-family: "PeydaWebbold";
}
.brand-title {
    margin-bottom: 33px;
    text-align: center;
}
.brand {
    /* margin-top: 80px; */
    position: RELATIVE;
    top: 58px;
    z-index: 1;
}
.owl-brand img {
    height: 43px;
    width: auto !important;
    margin: 0 auto;
    padding-top: 6px;
    filter: brightness(0) invert(1);
    margin-bottom: 13px;
}
.faq-left img {
    width: 90%;
}

footer {
    /* margin-top: 100px; */
}

.menu-footer {
    line-height: 27px;
    font-size: 12px;
    color: var(--color2);
    padding-top: 67px;
}
.menu-footerbox {
    width: 49%;
    display: inline-block;
    /* margin-right: 0px; */
}
.menu-footerbox span {
    font-family: peydawebbold;
    font-size: 16px;
    color: var(--color1);
    margin-bottom: 22px;
    display: block;
}
.menu-footerbox li {
    padding-top: 8px;
}
.logo-f {
    text-align: center;
    padding-top: 63px;
}
.logo-footer img {
    margin: 0 auto;
    width: auto;
}
.logo-footer {
    text-align: center;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* margin: 0 auto; */
    top: -40px;
}
.logo-f .footer1 {
    color: var(--color1);
    font-family: peydawebbold;
    font-size: 20px;
    display: block;
}
.logo-f .footer2 {
    color: var(--color1);
    font-size: 12px;
    display: block;
    padding-top: 5px;
}
.logo-f p {
    color: var(--color2);
    font-size: 13px;
    display: block;
    padding-top: 10px;
    line-height: 33px;
}

.copy-right {
    text-align: center;
}
.copy-right p {
    font-size: 14px;
    color: var(--color2);
    padding: 10px 0px;
}
.phone .phone1 {
    font-family: peydawebbold;
    font-size: 13px;
    color: var(--color1);
    padding-right: 4px;
    display: inline-block;
}
.email span {
    font-family: peydawebbold;
    font-size: 13px;
    color: var(--color1);
    padding-right: 9px;
    position: relative;
    display: inline-block;
}
.address span {
    font-family: peydawebbold;
    font-size: 13px;
    color: var(--color1);
    padding-right: 5px;
    display: inline-flex;
}
.information {
    padding-top: 53px;
    padding-right: 80px;
}
.phone p {
    color: var(--color3);
    font-size: 13px;
    padding: 10px 0px;
    display: inline-block;
}
.phone .phone2 {
    /* font-family: peydawebbold; */
    color: var(--color2);
    font-size: 13px;
    padding-right: 15px;
}
.email p {
    color: var(--color2);
    font-size: 13px;
    padding: 10px 0px;
    display: inline-block;
    padding-right: 10px;
}
.address p {
    font-size: 12px;
    line-height: 23px;
    color: var(--color2);
    padding: 0px 18px 0px 0px;
    display: inline-block;
}
.phone .phone1:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(assets/images/phone.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: 100%;
    right: -9px;
    top: 6px;
}
.email span:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(assets/images/email.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: 100%;
    right: -10px;
    top: 6px;
}
.address span:before {
    content: "";
    width: 15px;
    height: 18px;
    background: url(assets/images/location.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: 100%;
    right: -7px;
    top: 0;
}
li.address {
    display: flex;
    margin-top: 15px;
}

.footer-box {
    background-color: #f7f7f7;
    border-radius: 30px;
    padding: 40px 65px;
    position: relative;
}

.logo-footer img {
    width: 100px;
}
.menu-footerbox span:before {
    content: "";
    width: 45px;
    height: 1px;
    background-color: #d2d2d2;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: 100%;
    top: 40px;
}
.blog {
    margin-bottom: 30px;
}
.information .titlei {
    font-family: peydawebbold;
    font-size: 16px;
    color: var(--color1);
    margin-bottom: 22px;
    display: block;
    margin-top: 22px;
    position: relative;
}
.information .titlei:before {
    content: "";
    width: 45px;
    height: 1px;
    background-color: #d2d2d2;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: 100%;
    top: 36px;
}
li.phone {
    padding-top: 4px;
}

li.email {
    padding-top: 14px;
}
.menu-footerbox li a:hover {
    color: var(--color1);
}
.logo-footer li:hover {
    color: var(--color1);
}

.blog-title {
    position: relative;
}
.footer-box:before {
    content: "";
    width: 110%;
    height: 85%;
    background-image: url(assets/images/bgfooter.png);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    top: 59px;
    right: -59px;
}
.owl-nav .owl-next svg {
    position: relative;
    top: 8px;
}
.owl-carousel.owl-brand .owl-nav .owl-next svg {
    top: -25px;
}
.owl-brand svg path {
    stroke: #fff;
}
.owl-carousel.owl-brand .owl-nav .owl-prev svg {
    top: -25px;
}
.owl-nav .owl-prev svg {
    position: relative;
    top: 8px;
}

.titlespagebox {
    background-color: var(--color1);
    background-size: 100%;
    min-height: 202px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    padding: 0px 0px;
    position: relative;
    background-image: url(assets/images/bgno.png);
    background-repeat: no-repeat;
}
.titlespagebox:before {
    content: "";
    width: 173px;
    height: 40px;
    background-image: url(assets/images/bf.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -6px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.titlespagebox h1 {
    color: #ffffff;
    font-size: 38px;
    position: relative;
    padding-top: 50px;
}
.titlespagebox p {
    font-size: 12px;
    color: #ffffff;
    position: relative;
    padding-top: 14px;
}
.titlespagebox:after {
    content: "";
    width: 11px;
    height: 9px;
    background-image: url(assets/images/arrow.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 8px;
    right: -3px;
    left: 0;
    transform: rotate(180deg);
    margin: 0 auto;
}

.about-right h2 {
    font-family: peydawebbold;
    color: var(--color2);
    font-size: 27px;
}
.about-right span {
    color: var(--color1);
    font-size: 32px;
}
.about-right p {
    line-height: 38px;
    color: var(--color3);
    font-size: 15px;
    margin-top: 10px;
}
.aboutpage {
    margin-top: 60px;
}
.about-left img {
    width: 100%;
}
.about-l2 h2 {
    color: var(--color2);
    font-size: 40px;
}
.about-l2 span {
    color: var(--color1);
}
.about-l2 p {
    line-height: 38px;
    color: var(--color3);
    font-size: 15px;
    margin-top: 10px;
}
.about-r2 img {
    width: 90%;
    position: absolute;
    top: 5px;
}
.about-box2 {
    background-color: #f7f7f7;
    border-radius: 25px;
    height: 100%;
    padding: 40px 60px;
    position: relative;
    background-image: url(assets/images/bgabout.png);
    background-repeat: no-repeat;
    margin-top: 75px;
}
.about-box2:before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(to bottom, #ffffff 40%, var(--color1));
    z-index: -1;
    border-radius: 25px;
    transition: 0.5s;
}
.tech-icon2 img {
    filter: brightness(0) invert(1);
    opacity: 1;
    height: 37px;
    margin: 0;
    display: block;
}
.tech-icon2 {
    display: inline-block;
    padding: 8px 8px;
    border-radius: 9px;
    text-align: center;
    margin: 4px;
    background-color: var(--color1);
}
.tech-title2 {
    font-family: peydawebbold;
    font-size: 19px;
    color: var(--color1);
    padding-top: 5px;
}
.tech-text2 {
    font-size: 15px;
    color: var(--color2);
    line-height: 23px;
    margin-top: 7px;
}
.technology-title2 {
    text-align: center;
}
.technology-title2 h2 {
    font-size: 40px;
    color: var(--color2);
}
.technology-title2 span {
    color: var(--color1);
}
.technology-title2 p {
    font-size: 15px;
    padding-top: 10px;
    color: var(--color2);
}
.technology2 {
    margin-top: 80px;
    position: relative;
    margin-bottom: 50px;
}
.technology2 .container:before {
    content: "";
    width: 69%;
    height: 2px;
    background: url(assets/images/line.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    bottom: -46px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.about-left2 img {
    width: 90%;
}
.about-right2 h2 {
    font-size: 40px;
    color: var(--color2);
}
.about-right2 span {
    color: var(--color1);
}
.aboutpage2 {
    margin-top: 50px;
}
.about-right2 .para1 {
    line-height: 43px;
    font-size: 15px;
    margin-top: 21px;
    color: var(--color3);
}
.col-lg-6.about-left2 {
    margin-top: 60px;
}

.col-lg-6.about-right2 {
    margin-top: 78px;
}
.about-right2 .para2 {
    color: var(--color1);
    line-height: 39px;
    font-size: 14px;
    font-family: "PeydaWebbold";
}

.sidbar-box1 span {
    font-family: peydawebbold;
    font-size: 15px;
    color: var(--color1);
    padding-right: 5px;
    position: relative;
    margin-bottom: 23px;
    display: block;
}
.sidbar-box1 span:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -11px;
    right: 0;
}
.sidbar-box1 ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: url(assets/images/sid-before.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: 100%;
    top: 1px;
    right: -5px;
}
.popblog a {
    display: flex;
    align-items: stretch;
    margin-top: 12px;
}
.popblog-img img {
    margin: 0 auto;
    width: auto;
    height: 50px;
    border-radius: 6px;
}
.popblog .pop-text {
    padding-right: 10px;
}
.popblog .date {
    font-size: 11px;
    color: var(--color1);
}
.popblog .explain {
    font-size: 12px;
    color: var(--color2);
    transition: 0.5s;
    height: 40px;
    overflow: hidden;
}
.content-blog h1 {
    font-size: 28px;
    color: var(--color1);
    position: relative;
    padding-bottom: 10px;
}
.content-blog h1:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -2px;
}
.datefact {
    display: flex;
    padding-top: 14px;
    padding-bottom: 10px;
}
.datefact .cat {
    padding-right: 23px;
    position: relative;
}
.datef p {
    color: var(--color2);
    font-size: 11px;
    padding-right: 36px;
    position: relative;
    font-family: "PeydaWebbold";
}
.sidbar-box1 {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    padding: 20px 14px;
    margin-top: 21px;
    border: 2px solid transparent;
    background-clip: padding-box;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
}
.sidbar-box1:before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(to top, #ffffff 40%, var(--color1));
    z-index: -1;
    border-radius: 15px;
    transition: 0.5s;
}
.sidbar-box1 ul li a:hover {
    color: var(--color1);
}
.owl-blog .blog-box {
    width: 90%;
}
.blog2 {
    margin-top: 21px;
}
.popblog:hover .explain {
    color: var(--color1);
}
.cat span {
    color: var(--color3);
    font-size: 11px;
    font-family: "PeydaWeb";
}
.cat p {
    color: var(--color2);
    font-size: 11px;
    font-family: "PeydaWebbold";
}
.blog2 .blog-box {
    width: 100%;
}
.sidbar-box {
    margin-top: 18px;
}
.datefact .cat:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(assets/images/datefact.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    right: 4px;
}
.datefact .datef:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(assets/images/datef.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    right: 16px;
}
.single-text p {
    line-height: 38px;
    color: var(--color3);
    font-size: 15px;
    text-align: right;
    margin-top: 13px;
    position: relative;
}
.single-text ul , .single-text ol {
    margin-top: 10px;
    padding: 0;
}
.single-text ul li , .single-text ol li {
    line-height: 38px;
    color: var(--color3);
    font-size: 16px;
    text-align: right;
    position: relative;
    padding-right: 18px;
}
.single-text ul li:before , .single-text ol li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--color1);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    border-radius: 10px;
    right: 0;
    top: 17px;
}

.blog-button span {
    color: var(--color3);
    font-size: 16px;
}
.blog-button {
    display: inline-block;
    margin-top: 27px;
    width: 100%;
    border-top: 1px solid #ececec;
    padding-top: 15px;
}
.blog-button .button2 {
    display: inline-block;
    margin-right: 10px;
}

.blog-button .button1 a {
    background-color: transparent;
    color: var(--color1);
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid var(--color1);
    padding: 2px 12px;
    display: inline-block;
    margin-right: 6px;
}
.blog-button .button1 {
    display: inline-block;
}
.similar-blog h2 {
    font-size: 30px;
    color: var(--color1);
    text-align: center;
    margin-bottom: 10px;
}
.similar-blog {
    margin-top: 60px;
}
.content-blog {
    margin-top: 34px;
}
.similar-blog h2 {
    margin-bottom: 20px;
    text-align: center;
}
.similar-blog h2 {
    font-size: 30px;
    color: var(--color1);
    text-align: center;
    margin-bottom: 10px;
}
.datef span {
    font-family: peydaweb;
}
.datef {
    position: relative;
}

.product-box2 .title-prt {
    color: var(--color1);
    font-family: peydawebbold;
    padding-top: 10px;
    display: block;
    font-size: 15px;
}
.product-box2 .part2 {
    font-size: 9px;
    color: #b4b4b4;
}
.product-box2 {
    text-align: center;
    border-radius: 16px;
    margin: 10px 0px;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    background: #ffffff;
    background-clip: padding-box;
    position: relative;
    /* overflow: hidden; */
}
.product-box2:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(to bottom, #ffffff 40%, var(--color1));
    z-index: -1;
    border-radius: 15px;
    transition: 0.5s;
}

.prt-footer .more {
    font-size: 10px;
    color: var(--color1);
    padding-top: 16px;
    position: relative;
    padding-right: 38px;
}
.dtprt {
    line-height: 19px;
    font-size: 10px;
    color: var(--color2);
    padding-top: 8px;
}
.prt-footer {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.prt-footer .price span {
    font-size: 10px;
    color: var(--color1);
    font-family: peydawebbold;
}
.prt-footer .price {
    text-align: left;
    padding-left: 10px;
}
.prt-footer .price p {
    font-size: 11px;
    color: #b4b4b4;
    font-family: arial;
}

.prt-footer .more a {
    color: var(--color1);
    text-align: right;
}
.product-box2 a:after {
    content: "";
    width: 47px;
    height: 45px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    border-radius: 23px;
    background-color: var(--color1);
    bottom: -13px;
    right: -12px;
    transition: 0.3s;
    z-index: 0;
}

.more i {
    background: #f6f6f6;
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
    position: absolute;
    right: 5px;
    top: 10px;
    font-style: normal;
    transition: 0.5s;
}
.product-img2 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.product-img2:before {
    content: "";
    width: 100px;
    height: 21px;
    background-image: url(assets/images/prt-bef.png);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -3px;
    z-index: 1;
}
.product-box2 a {
    padding: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 14px;
}
.col-lg-9.product-page {
    margin-top: 28px;
}
.product-box2:hover:after {
    bottom: -40px;
    right: -35px;
}

.product-box2:hover .more:after {
    color: #ffffff;
    background: #1e56a0;
}

.product-img2:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
    transition: 0.5s;
    background: linear-gradient(180deg, rgba(216, 175, 104, 0) 0%, rgb(237 28 36) 99.81%);
}

.product-box2:hover .product-img2:after {
    height: 100%;
}

.contact-box .phone-i:before {
    content: "";
    width: 52px;
    height: 52px;
    background-image: url(assets/images/phone2.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 60%;
    background-color: var(--color1);
    border-radius: 10px;
    top: -14px;
}
.contact-head {
    font-family: peydawebbold;
    font-size: 20px;
    color: var(--color1);
    padding-right: 66px;
}
.contact-value2 {
    font-size: 15px;
    font-family: peydawebbold;
    color: var(--color2);
    /* margin: 10px 0px; */
    margin-top: 19px;
    margin-bottom: 2px;
}
.contact-text {
    color: #838383;
    font-size: 15px;
    padding-top: 12px;
}
.contact-value {
    font-size: 15px;
    font-family: peydawebbold;
    color: var(--color2);
    padding-top: 6px;
    position: relative;
}
p.contact-value a {
    text-decoration: underline;
}
.contact-box {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 12px 18px;
    margin-top: 64px;
    box-sizing: border-box;
    background-clip: padding-box;
}
.contact-box:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(to bottom, #ffffff 40%, var(--color1));
    z-index: -1;
    border-radius: 15px;
    transition: 0.5s;
}
.contact-box .email-i:before {
    content: "";
    width: 52px;
    height: 52px;
    background-image: url(assets/images/email2.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 60%;
    background-color: var(--color1);
    border-radius: 10px;
    top: -14px;
}
.contact-box .location-i:before {
    content: "";
    width: 52px;
    height: 52px;
    background-image: url(assets/images/location2.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 60%;
    background-color: var(--color1);
    border-radius: 10px;
    top: -14px;
}
.contactpage {
    margin-top: 40px;
}
.socialmedia {
    margin-top: 30px;
    position: relative;
}
.socialmedia .social-r {
    text-align: right;
    font-size: 18px;
    color: var(--color1);
    font-family: peydawebbold;
}
.social-l li {
    display: inline-block;
    text-align: center;
    margin-left: 13px;
}
.social-l {
    text-align: left;
    padding-top: 5px;
}
.socialmedia:before {
    content: "";
    width: 51%;
    height: 1px;
    background-image: url(assets/images/line-red.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 17px;
}
.form-contact {
    margin-top: 60px;
}

.map iframe {
    border-radius: 20px;
    width: 100%;
    height: 323px;
}
.map {
    margin-top: 60px;
}

.single-pr {
    margin-top: 80px;
}
.singlepr-left h2 {
    font-size: 39px;
    font-family: peydawebbold;
    color: var(--color1);
    line-height: 46px;
}
.singlepr-left .title1 {
    font-size: 15px;
    color: #b4b4b4;
    padding-top: 20px;
    display: inline-block;
}
.singlepr-left .title2 {
    font-size: 15px;
    color: #b4b4b4;
    margin-top: 20px;
    display: inline-block;
    padding-right: 40px;
    position: relative;
}
.singlepr-left .title2:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--color1);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    border-radius: 13px;
    right: 15px;
    top: 7px;
}
.singlepr-left p {
    line-height: 39px;
    color: var(--color2);
    font-size: 15px;
    padding-top: 13px;
}

.product-specs .spec-label {
    color: var(--color1);
    font-size: 18px;
    font-family: peydawebbold;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 0px 10px 10px 0px;
    padding: 13px 25px;
    margin-top: 12px;
    box-sizing: border-box;
    background-clip: padding-box;
}
.product-specs .titlebox {
    font-family: peydawebbold;
    font-size: 40px;
    color: var(--color1);
    margin-bottom: 30px;
}
.product-specs {
    margin-top: 60px;
}
.product-specs .spec-label:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(to right, #ffffff 40%, var(--color1));
    z-index: -1;
    border-radius: 10px;
    transition: 0.5s;
}
.product-specs .spec-value {
    color: var(--color2);
    font-size: 17px;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0px 0px 10px;
    padding: 13px 25px;
    margin-top: 13px;
    box-sizing: border-box;
    background-clip: padding-box;
}
.product-specs .spec-value:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(to left, #ffffff 40%, var(--color1));
    z-index: -1;
    border-radius: 10px;
    transition: 0.5s;
}
.single-prtext .titlebox {
    font-family: peydawebbold;
    font-size: 40px;
    color: var(--color1);
    margin-bottom: 30px;
}
.single-prtext {
    margin-top: 80px;
}
.single-prtext {
    line-height: 51px;
    font-size: 18px;
    color: var(--color2);
}
.similar-pr .titlebox {
    font-family: peydawebbold;
    font-size: 40px;
    color: var(--color1);
    margin-bottom: 30px;
}
.similar-pr {
    margin-top: 70px;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    text-align: right;
}

.socials {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
    padding: 0;
    justify-content: center;
}

.socials .si a {
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
    outline: none;
}

.socials .si a svg path {
    fill: #777777;
    transition: 0.5s;
}

.socials .si a:hover svg path {
    fill: var(--color1);
}

.owl-nav {
    width: 100%;
    position: relative;
}

button.owl-next {
    right: -20px;
    position: absolute;
}

button.owl-prev {
    position: absolute;
    left: -20px;
}

.owl-carousel.owl-brand {
    width: 92%;
    margin: 0 auto;
}

.parallax-container {
    position: absolute;
    width: 580px;
    height: 540px;
    perspective: 1200px;
    overflow: hidden;
    border-radius: 20px;
    transform-style: preserve-3d;
    top: -40px;
    left: 0;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.15s ease-out;
    will-change: transform;
    pointer-events: none;
}

.layer.bg {
    background: url("assets/images/bnr.png") no-repeat;
    z-index: 1;
    background-size: 430px;
    width: 430px;
    height: 500px;
    left: 90px;
}

.layer.main {
    background: url("assets/images/bnr1.png") no-repeat;
    z-index: 2;
    background-size: 430px;
    width: 430px;
    height: 500px;
    left: 90px;
}

.layer.particles {
    background: url("assets/images/bnr2.png") no-repeat;
    opacity: 0.7;
    z-index: 3;
    mix-blend-mode: screen;
    background-size: 430px;
    width: 430px;
    height: 500px;
    left: 90px;
}
.about-l h2 span {
    font-size: 45px;
    font-family: peydawebextrabold;
}
.product-box > a:hover .product-img:after {
    width: 100%;
}

.product-img:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: linear-gradient(89deg, rgba(216, 175, 104, 0) 0%, #ed1c24 80%);
    right: 0;
    top: 0;
    opacity: 0.8;
    z-index: 0;
    transition: 0.5s;
}

.product-box > a:hover {
}

.product-box > a:hover h3.product-title {
    color: var(--color1);
}
.blog-title2.btst a {
    margin-top: 6px;
}
.blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.blog-img:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
    transition: 0.5s;
    background: linear-gradient(180deg, rgba(216, 175, 104, 0) 0%, rgb(237 28 36) 99.81%);
}

.blog-box:hover .blog-img:after {
    height: 100%;
}

.blog-img:before {
    content: "";
    width: 161px;
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0 auto;
    left: 0;
    background: url(assets/images/logo.png) no-repeat;
    height: 60px;
    transition: 0.5s;
    background-size: contain;
    z-index: 2;
    opacity: 0;
    filter: brightness(0) invert(1);
}

.blog-box:hover .blog-img:before {
    opacity: 1;
    top: 49px;
}

.open_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    /* this left's value is important */
    right: -100%;
    top: 0;
    /* if you'd change the width's value then you have to change left's value of the .open_menu as well*/
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: 450ms cubic-bezier(0.1, 0, 0, 1);
    transition: 450ms cubic-bezier(0.1, 0, 0, 1);
    z-index: 99999999;
}
.dark .open_menu {
    background: #545454;
}
.menu-content {
    display: block;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 30px;
}
.menu-content::-webkit-scrollbar {
    width: 0;
}

.opened {
    right: 0;
}

.toOpen {
    display: block;
    width: 25px;
    position: absolute;
    cursor: pointer;
    padding: 20px;
    right: -165px;
}
/* The open and close mark. It toggles automatically */
.toOpened {
    /* width: 25px; */
}
.toOpened .line {
    width: 25px !important;
    -webkit-transition: 0ms !important;
    transition: 0ms !important;
}

.toOpened .one {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
}

.toOpened .two {
    opacity: 0;
}

.toOpened .three {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 25px;
}

.toOpen .line {
    height: 3px;
    margin: 0 0 2px 0;
    background-color: #dc6161;
    -webkit-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}

.toOpen .two {
    width: 15px;
}
.toOpen .three {
    width: 20px;
}

.toOpen:hover div {
    width: 25px;
}
.line.one {
    transition: 400ms cubic-bezier(0, 1.05, 0.26, 0.82) !important;
}
.toOpened > .three {
    transition: 400ms cubic-bezier(0, 1.05, 0.26, 0.82) !important;
}

.open_menu h1 {
    text-align: center;
    color: white;
}
.menu-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: montserrat;
    font-weight: 700;
    margin: 25px 0;
    text-align: center;
}

.menu-content ul {
    list-style-type: none;
    text-align: center;
}

.menu-content ul li {
    text-align: right;
    border-bottom: 1px solid #88888826;
}
.menu-content ul li:first-child {
    border-top: 1px solid #88888826;
}

.menu-content ul li a {
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding: 16px 10px;
    text-decoration: none;
    color: #595959;
    -webkit-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
    text-align: center;
}

.menu-content ul li a:hover {
    background: var(--color1);
    color: #fff !important;
}

.menu-logo img {
    width: 110%;
    margin: 0 auto;
}

.menu-content .menu-btn svg {
    width: 22px;
    height: auto;
    position: absolute;
    left: 20px;
    fill: var(--color1);
    top: 20px;
}

.menu-content ul li ul li a {
    background: #f7f7f7;
    padding: 10px 40px;
}
.dark .menu-content ul li ul li a {
    background: #3b3b3b8a;
    padding: 10px 40px;
}

.menu-content ul li ul li {
    border: navajowhite;
}

.logomobile img {
    height: 60px;
    width: auto;
    text-align: center;
}

.logomobile {
    padding: 10px 20px 40px 20px;
}

.menu-content .menu-btn.toOpened {
    top: 0px;
    right: 20px;
}

.logomobile {
    text-align: center;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    z-index: 99999999;
}

/* Ã˜Â¬Ã˜Â¹Ã˜Â¨Ã™â€¡ Ã™Â¾Ã˜Â§Ã™Â¾Ã¢â‚¬Å’Ã˜Â¢Ã™Â¾ */
.popup-box {
    background: #fff;
    padding: 0;
    border-radius: 32px;
    width: 60%;
    max-width: 80%;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-40px) scale(0.95);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    padding: 40px 30px;
    text-align: center;
}
.popup-box h3 {
    margin-bottom: 12px;
    color: var(--color2);
}
.popup-box p {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
    line-height: 1.8;
}

/* Ã˜Â¯ÃšÂ©Ã™â€¦Ã™â€¡ Ã˜Â¨Ã˜Â³Ã˜ÂªÃ™â€  */
.popup-close {
    position: absolute;
    top: 12px;
    left: 12px;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    color: var(--color1);
    cursor: pointer;
    transition: 0.2s;
    z-index: 99;
}
.popup-close:hover {
    color: #333;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}
.popup-overlay.active .popup-box {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.field input,
.field textarea {
    width: 100% !important;
    border: 1px solid #d4d4d4 !important;
    padding: 6px 10px !important;
    border-radius: 37px !important;
    background: transparent !important;
    font-family: "PeydaWeb" !important;
    text-align: right !important;
    height: auto !important;
    box-shadow: none !important;
}

.field textarea {
    height: 130px !important;
    border-radius: 13px !important;
}
.field {
    text-align: right;
}

.field input {
    width: 100%;
}

.field label {
    color: var(--color1) !important;
    font-size: 13px !important;
    margin-bottom: 10px;
    display: block !important;
    font-family: "PeydaWebbold" !important;
}
.form-actions button {
    width: 150px;
    border: none;
    border-radius: 8px;
    height: 46px;
    position: relative;
    top: 4px;
    font-family: "PeydaWeb";
    transition: 0.5s;
    cursor: pointer;
    background: var(--color1);
    color: #fff;
}

.col-12.col-lg-2.align-self-center {
    padding-right: 0;
}

.form-actions button:hover {
    background: var(--color2);
}

form.cl-form {
    position: relative;
    z-index: 1;
}

.form-actions {
    text-align: left;
}

.secsingtitle {
    margin-bottom: 30px;
}

.secsingtitle h2 {
    font-family: "PeydaWebbold";
    font-size: 40px;
    color: var(--color1);
    margin-bottom: 20px;
}

.secsingtitle h2 span {
    color: var(--color2);
}
.popup-box .bg-box:before {
    display: none;
}

.float-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color1);
    border: none;
    display: inline-grid;
    place-items: center;
    color: white;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    z-index: 9999;
    transition: transform 200ms cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 200ms;
    isolation: isolate;
    display: none;
}

.float-btn::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ed1c2478;
    transform-origin: center;
    animation: pulse 1800ms infinite ease-out;
    z-index: -2;
}

.float-btn::after {
    content: "";
    position: absolute;
    width: 70.4px; /* 64px * 1.1 */
    height: 70.4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    border-radius: 50%;
    border: 2px solid #e51b235c;
    animation: ripple 1800ms infinite ease-out;
    z-index: -3;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 1;
    }
    40% {
        transform: scale(1.25);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.9;
    }
    60% {
        transform: translate(-50%, -50%) scale(1.06);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

.float-btn svg {
    width: 31px;
    height: 27px;
    display: block;
    transform: translateZ(0);
}

input#gform_submit_button_1,
input#gform_submit_button_2,
input#gform_submit_button_3,
input#gform_submit_button_4 {
    background: var(--color1) !important;
    width: 150px !important;
    border: none !important;
    border-radius: 58px !important;
    height: 46px !important;
    position: relative !important;
    top: 4px !important;
    font-family: "PeydaWeb" !important;
    transition: 0.5s !important;
    cursor: pointer !important;
    border: 1px solid var(--color1) !important;
    color: #fff !important;
    text-align: center !important;
}

.gform-footer.gform_footer.top_label {
    display: flex;
    justify-content: flex-end;
}

div#gform_fields_1,
div#gform_fields_2,
div#gform_fields_3,
div#gform_fields_4 {
    gap: 21px;
}
.field input:focus,
.field textarea:focus {
    border: 1px solid var(--color1) !important;
}

input#gform_submit_button_1:hover,
input#gform_submit_button_2:hover,
input#gform_submit_button_3:hover,
input#gform_submit_button_4:hover {
    background: transparent !important;
    color: var(--color1) !important;
}

header.sticky {
    position: sticky;
    top: 0;
    background: #fff !important;
    box-shadow: 0px 2px 7px #0000000d;
    z-index: 999999;
}

.wow {
    animation-duration: 1.5s; /* طول انیمیشن */
}

/* استایل دکمه بالا رونده */
#scrollTopBtn {
    position: fixed;
    bottom: 35px;
    right: 25px;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: var(--color1);
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 2px 8px #ef84514d;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(20px);
}
#scrollTopBtn.show {
    opacity: 1;
    transform: translateY(0);
}
#scrollTopBtn .arrow {
    position: absolute;
    font-weight: bold;
}

/* svg progress */
.progress-ring {
    transform: rotate(-90deg); /* شروع از بالا */
    position: absolute;
    top: 0;
    left: 0;
}
.progress-ring__circle {
    stroke-dasharray: 163.36; /* طول محیط دایره = 2πr (اینجا r=26) */
    stroke-dashoffset: 163.36;
    transition: stroke-dashoffset 0.25s linear;
}
/* فلش چورون بالا (˄) */
#scrollTopBtn .arrow {
    position: relative;
    width: 14px;
    height: 14px;
    display: block;
    margin: auto;
    top: -2px;
}

#scrollTopBtn .arrow::before,
#scrollTopBtn .arrow::after {
    content: "";
    position: absolute;
    left: 46%;
    width: 10px;
    height: 2px;
    background: #ffffff; /* رنگ فلش */
    transform-origin: center;
}

/* خط‌ها رو بالای دایره کمی پایین‌تر می‌ذاریم تا X نشه */
#scrollTopBtn .arrow::before {
    bottom: 4px;
    transform: translateX(-50%) rotate(45deg);
    right: -6px;
}
#scrollTopBtn .arrow::after {
    bottom: 4px;
    transform: translateX(-50%) rotate(-45deg);
    left: 4px;
}

/* دکمه‌ی منو - پیشنهاد سبک ساده */
.toggle-sidebar-btn {
    width: 88%;
    border: 0;
    background: var(--color1);
    color: #fff;
    padding: 11px 12px;
    border-radius: 8px;
    margin-bottom: 10px !important;
    display: none;
    margin: 0 auto;
}

/* اوورلی پشت سایدبار (موبایل) */
.sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1049;
}

/* فقط روی موبایل سایدبار رو تبدیل به کشویی کن */
@media (max-width: 991.98px) {
    .single.single-post .toggle-sidebar-btn {
        margin: 50px auto 0px auto;
    }

    .blog-button .button1 a {
        margin: 5px 3px;
    }

    .toggle-sidebar-btn {
        display: block;
    }

    .offcanvas-mobile {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85vw; /* عرض منطقی در موبایل */
        max-width: 360px; /* سقف عرض */
        height: 100dvh; /* ارتفاع تمام صفحه */
        background: #ffffff;
        z-index: 1050;
        box-shadow: -2px 0 12px rgba(0, 0, 0, 0.25);
        overflow-y: auto;
        transition: right 0.3s ease;
        padding: 16px; /* اگر در دسکتاپ padding داری، اینجا کمی بده */
    }
    .offcanvas-mobile.open {
        right: 0;
        padding-top: 20px;
        z-index: 99999999;
    }
    .sidebar-overlay.open {
        display: block;
    }
    body.noscroll {
        overflow: hidden;
    }

    /* دکمه بستن داخل سایدبار */
    .offcanvas-mobile .close-btn {
        border: 0;
        background: transparent;
        font-size: 28px;
        line-height: 1;
        margin-bottom: 8px;
        cursor: pointer;
        position: absolute;
        left: 10px;
        color: var(--color1);
        top: 10px;
    }
}

/* روی دسکتاپ همه‌چیز مثل قبل */
@media (min-width: 992px) {
    .sidebar-overlay {
        display: none !important;
    }
    .offcanvas-mobile {
        position: static;
        right: auto;
        width: auto;
        max-width: none;
        height: auto;
        box-shadow: none;
        padding: 0;
        transition: none;
        padding-left: 15px;
    }
}

.single-blog-img img {
    height: auto;
}

.yoast_breadcrumb {
    direction: rtl;
    font-size: 14px;
    margin-top: 10px;
}

.yoast_breadcrumb a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
    margin-left: 8px;
}

.yoast_breadcrumb a::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #ffffff;
}

.yoast_breadcrumb .breadcrumb_last {
    color: #fff;
}

.social-l ul.socials {
    display: inline-block;
    margin-top: 0;
    background: #fff;
    padding-right: 10px;
}

.social-r p {
    display: inline-block;
    background: #fff;
    padding-left: 9px;
}

.formbox.field {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 25px 18px;
    box-sizing: border-box;
    background-clip: padding-box;
}
.formbox.field h4 {
    text-align: center;
    font-size: 37px;
}

.formbox.field p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.formbox.field h4 span {
    color: var(--color1);
}

.formbox.field textarea {
    min-height: 0 !important;
    max-height: 89px !important;
}

.formbox.field input {
    padding: 2px 14px !important;
}
.contact-value2 {
    font-size: 15px;
    font-family: peydawebbold;
    color: var(--color2);
    /* margin: 10px 0px; */
    margin-top: 19px;
    margin-bottom: 2px;
}
p.contact-value a:hover,
p.contact-value2 a:hover {
    color: var(--color1) !important;
}

.allpost {
    margin-top: 22px;
}

.blog-page {
    padding-top: 20px;
}

.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 30px 0;
}

.pagination-wrap a,
.pagination-wrap span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 26px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
}

.pagination-wrap a:hover {
    background: var(--color1);
    color: #fff;
    border-color: var(--color1);
}

.pagination-wrap .current {
    background: var(--color1);
    color: #fff !important;
    border-color: var(--color1);
    font-weight: bold;
}

/* فلش‌های راست و چپ رو درست کنیم */
.pagination-wrap .prev::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(assets/images/sid-before.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: 100%;
    top: -1px;
    right: 0;
    transform: rotate(180deg);
}
.pagination-wrap .next::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(assets/images/sid-before.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: 100%;
    top: 0;
    right: 0;
}

/* متن قبلی/بعدی رو مخفی کن */
.pagination-wrap .prev,
.pagination-wrap .next {
    font-size: 0;
}

a.next.page-numbers:hover:before,
a.prev.page-numbers:hover:before {
    border-color: #fff;
}
.pagination-wrap a:hover:before {
    filter: brightness(0) invert(1);
}

.single-blog-img img {
    height: auto;
    border-radius: 10px;
}

.blog-button .button1 a:hover {
    background: var(--color1);
    color: #fff;
}

.comment input {
    border-radius: 26px;
    border: none;
    font-size: 12px;
    height: 40px;
    width: 100%;
    padding: 0 15px;
    font-family: "PeydaWeb";
    border: 1px solid #c8c8c8;
}
.comment textarea {
    border-radius: 10px;
    border: none;
    font-size: 12px;
    height: 130px;
    width: 100%;
    font-family: "PeydaWeb";
    padding: 15px 15px;
    border: 1px solid #c8c8c8;
}

.comment button#submit {
    border: none;
    background: var(--color1);
    padding: 8px 50px;
    color: #fff;
    font-weight: 100;
    border-radius: 36px;
    font-family: "PeydaWeb";
    font-size: 14px;
    margin-top: 13px;
    transition: 0.5s;
    border: 1px solid var(--color1);
    cursor: pointer;
}

span.cmtitle i {
    margin-left: 6px;
    position: relative;
    top: 6px;
    font-size: 19px;
    color: var(--color2);
}

span.cmtitle {
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
    color: var(--color1);
    font-family: "PeydaWebbold";
}

.cm1 {
    margin-bottom: 10px;
}

.comment .float-right.mb-5 {
    text-align: left;
}
.dark .cat,
.dark .cat a,
.dark .datef {
    color: #d7d7d7;
}

.dark .comment textarea,
.dark .comment input {
    background: #0e2535;
}

.namecomment {
    float: right;
    font-size: 16px;
    color: var(--color1);
    position: relative;
    padding-right: 0;
}

.datecomment {
    float: left;
    position: relative;
    font-size: 14px;
    color: #919191;
    padding-right: 20px;
}

.comment-avatar p {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.comment-avatar {
    display: grid;
}

.reply {
    text-align: left;
}

.reply a {
    color: var(--color1);
    font-weight: bold;
    font-size: 14px;
}

ul.children {
    width: 90%;
    margin-right: 10%;
    margin-top: 10px;
}

.commentbox {
    width: 100%;
}

.comment-list .commentbox {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 20px 30px;
}

.comment-list > li {
    margin-bottom: 50px;
}

ul.children {
}

.comment-list .children li .commentbox {
    background: #f0f0f066;
    border: 1px solid #007bff;
}

span.wpcf7-spinner {
    display: none;
}

.comment_section {
    margin-bottom: 40px;
    width: 90%;
    margin: 0 auto;
}

form#commentform {
    width: 100%;
    display: block;
}

.send_for_damin input#submit {
    background: var(--color1);
    color: #fff;
    width: 130px;
}

.namecomment i {
    margin-left: 5px;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.datecomment i {
    margin-left: 4px;
    font-size: 17px;
    position: relative;
    top: 3px;
}
.col-lg-9.contentblog h1 {
    color: var(--color2);
    margin-bottom: 10px;
}
.contentblog img {
    border-radius: 10px;
}

ul.children {
    width: 95%;
    margin-right: 5%;
}

.similar-blog h2 {
    margin-bottom: 20px;
    text-align: center;
    font-family: "PeydaWebbold";
}

.comment h3 {
    font-size: 35px;
    font-family: "PeydaWebbold";
    text-align: center;
    color: var(--color1);
    margin-bottom: 30px;
}

.comment {
    margin-top: 70px;
}
.single-post header,
.single-products header {
    background: #f7f7f7;
}

.comment button#submit:hover {
    background: transparent;
    color: var(--color1);
}

.cmtbx.mb-5 {
    text-align: left;
}
.cat p {
    color: var(--color1);
}

.datef p {
    color: var(--color1);
}

.datef p span {
    color: var(--color3);
}

.sidbar-box1 {
    background: #fff;
    border: 1px solid #f0f0f000;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.sidbar-box1 > span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #de1f0d; /* رنگ قرمز برند */
    margin-bottom: 15px;
}

.sidbar-box1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* خط قرمز کناری */
}

.sidbar-box1 ul li {
    /* margin: 0; */
    padding: 8px 0;
    position: relative;
}

.sidbar-box1 ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #444;
    transition: color 0.3s ease;
    display: inline-block;
}

.sidbar-box1 ul li a:hover {
    color: #de1f0d;
}

.sidbar-box1 ul li.active > a {
    color: #de1f0d; /* آیتم فعال */
    font-weight: bold;
}

.sidbar-box1 li.has-sub > a::after {
    content: "+";
    font-size: 15px;
    color: #de1f0d;
    position: absolute;
    left: -10px;
    transition: transform 0.3s ease;
    width: 28px;
    text-align: left;
    padding-left: 10px;
}

.sidbar-box1 li.open > a::after {
    content: "-";
}

.sidbar-box1 ul ul {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
    padding-right: 12px;
}

li.has-sub.open .active {
    color: var(--color1);
}

li.has-sub.open ul {
    margin-top: 10px;
}

.sidbar-box1 ul li li:before {
    background: transparent;
    content: "-";
    color: var(--color1);
}

.product-gallery {
    margin-bottom: 20px;
}
.product-gallery .owl-main .item img {
    width: 100%;
    border-radius: 8px;
}
.product-gallery .owl-thumbs .item img {
    height: 105px;
    object-fit: cover;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 13px;
}
.product-gallery .owl-thumbs .item.active img {
    border-color: #d60000; 
}

.lg-backdrop {
    background: rgba(0, 0, 0, 0.6) !important;
}

.owl-thumbs {
    margin-top: 14px;
}
.owl-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 48px;
    background: url(assets/images/btnprt.png);
    z-index: 1;
    bottom: -6px;
    background-repeat: no-repeat;
    background-position: center;
}
.owl-carousel.owl-main {
    overflow: hidden;
}
.single-prbutton.btst a {
    width: 140px;
    text-align: center;
    margin-top: 14px;
}

.product-box2:hover a:after {
    right: -40px;
    bottom: -30px;
}

.product-box2:hover .more i {
    background: var(--color1);
    color: #fff;
}

.product-specs .titlebox {
    text-align: center;
    color: var(--color1);
    font-weight: 800;
    margin-bottom: 22px;
}
.specs-rows {
    background: #f7f7f7;
    padding: 10px 15px 25px 15px;
    border-radius: 10px;
}

.spec-row {
    z-index: 3;
    position: relative;
}

p.notfoundprt {
    background: #f0f0f0;
    padding: 18px 15px;
    margin-top: 15px;
    border-radius: 6px;
    border-right: 2px solid var(--color1);
    border-left: 2px solid var(--color1);
}


/* Dropdown Menu */
.menu ul > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 320 512'%3E%3Cpath d='M143 352.3L7 216.3C-2.3 207-2.3 192.9 7 183.6l22.6-22.6c9.3-9.3 24.4-9.3 33.7 0l96.7 96.7 96.7-96.7c9.3-9.3 24.4-9.3 33.7 0l22.6 22.6c9.3 9.3 9.3 24.4 0 33.7l-136 136c-9.3 9.3-24.4 9.3-33.7 0z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    opacity: 0.5;
    top: 4px;
    position: relative;
    left: -1px;
}

.menu ul li:hover > a::after {
    transform: rotate(180deg);
    left: -4px;
}

.menu ul ul {
    position: absolute;
    top: 50px;
    right: 0;
    background: #ffffff;
    min-width: 230px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    z-index: 100;
    padding: 4px 0px;
    border-radius: 9px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-bottom: 2px solid var(--color1);
}

.menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 40px;
}

.menu ul ul li {
    padding: 11px 0;
    /* background: #9c8484; */
    margin: 0 5px;
    width: 100%;
}

.menu ul ul li a {
    padding: 3px 12px;
    display: block;
}

.menu ul ul li a:hover {
    color: var(--color1);
}

.menu ul ul li a:before {
    display: none;
}
.menu ul ul li a {
}
.menu-content ul li ul li a {
    background: #ffeef0;
}

.errorpage4 {
    text-align: center;
    margin: 100px 0;
}

.errorpage4 h1 {
    font-size: 140px;
    color: var(--color1);
    margin-bottom: 20px;
}

/* استایل اصلی لودر */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  background: transparent;
}

/* نیمه‌های بک‌گراند */
#loader .bg {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: var(--color1);
  transition: transform 1s ease-in-out;
}
.bg.left { left: 0; }
.bg.right { right: 0; }


/* لوگو */
.loader img {
  width: 160px;
  height: auto;
  z-index: 2;
  animation: spin 1.5s linear infinite;
  filter: brightness(0) invert(1);
  transition: opacity .8s ease;
}

/* انیمیشن چرخش لوگو */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* حالت خروج (hidden) */
#loader.hidden .bg.left {
  transform: translateX(-100%);
}
#loader.hidden .bg.right {
  transform: translateX(100%);
}
#loader.hidden .loader img {
  opacity: 0;         /* فقط محو بشه */
  transform: none;    /* دیگه ریز نشه */
}

a.whatsapp-btn {
    background: var(--color1);
    padding: 12px 50px;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    width: 250px;
    margin: 0 auto;
}

.whtc {
    margin-top: 40px;
}
a.whatsapp-btn svg {
    width: 20px;
    fill: #fff;
}
li {}

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
    color: var(--color1);
}

div#attachment_664 img {
}

.wp-caption {min-width: 50% !important;display: block;margin: 0 auto;text-align: center;}

.wp-caption img {
    border-radius: 15px;
}

.wp-caption p {
    text-align: center;
}
span.brand-name {
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
}
.product .row {
    display: flex;
    justify-content: center;
}
.single-prbutton.btst.d-flex.gap-3 {
    gap: 10px;
}
