/*
Theme Name: Company
Theme URI: https://rtl-theme.com/
Author: Mostafa Kalantari Fard
Author URI: https://rtl-theme.com/author/mostafa-kf/
Description: Company exclusive WordPress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: company
*/

/* Global styles */
.center-absolute-horizontal {
    position: absolute;
    left: 50% !important;
    right: inherit !important;
    transform: translateX(-50%) !important;
}

@media screen and (max-width: 1024px) {
    .center-absolute-horizontal-tablet {
        position: absolute;
        left: 50% !important;
        right: inherit !important;
        transform: translateX(-50%) !important;
    }
}

@media screen and (max-width: 767px) {
    .center-absolute-horizontal-mobile {
        position: absolute;
        left: 50% !important;
        right: inherit !important;
        transform: translateX(-50%) !important;
    }
}

selector iframe,
selector video {
    object-fit: contain;
    background-color: black;
}

.back-to-top {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    border: none;
    padding: 12px 16px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

.back-to-top.show {
    display: block;
    opacity: 0.5;
}

.back-to-top:hover {
    opacity: 1;
}

/* Hide only before header is ready */
html:not(.header-ready) body:not(.elementor-editor-active):not(.elementor-editor-preview) .top-nav,
html:not(.header-ready) body:not(.elementor-editor-active):not(.elementor-editor-preview) .header-container {
    visibility: hidden;
    opacity: 0;
    min-height: 80px;
}

/* Show when header is ready */
html.header-ready .top-nav,
html.header-ready .header-container {
    visibility: visible;
    opacity: 1;
    transition: .3s;
}
/* /Global styles */


/*  Custom styles */
@font-face {
    font-family: "IRANSansXVF";
    src: local("IRANSansXVF"), url("../fonts/IRANSansXVF.ttf");
}
@font-face {
    font-family: "YekanBakh";
    src: local("YekanBakh-VF"), url("../fonts/YekanBakh-VF.ttf");
}
@font-face {
    font-family: "YekanBakh-FaNum";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-thin.woff") format("woff"), url("../fonts/yekanbakh/woff2/YekanBakhFaNum-thin.woff2") format("woff2");
}
@font-face {
    font-family: "YekanBakh-FaNum";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Light.woff") format("woff"), url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Light.woff2") format("woff2");
}
@font-face {
    font-family: "YekanBakh-FaNum";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Regular.woff") format("woff"), url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "YekanBakh-FaNum";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-SemiBold.woff") format("woff"), url("../fonts/yekanbakh/woff2/YekanBakhFaNum-SemiBold.woff2") format("woff2");
}
@font-face {
    font-family: "YekanBakh-FaNum";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Bold.woff") format("woff"), url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "YekanBakh-FaNum";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-ExtraBold.woff") format("woff"), url("../fonts/yekanbakh/woff2/YekanBakhFaNum-ExtraBold.woff2") format("woff2");
}
@font-face {
    font-family: "YekanBakh-FaNum";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Black.woff") format("woff"), url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Black.woff2") format("woff2");
}
@font-face {
    font-family: "YekanBakh-FaNum";
    font-style: normal;
    font-weight: 950;
    src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-ExtraBlack.woff") format("woff"), url("../fonts/yekanbakh/woff2/YekanBakhFaNum-ExtraBlack.woff2") format("woff2");
}
.persian-number {
    font-family: "YekanBakh-FaNum", serif;
}

body {
    font-family: "YekanBakh-FaNum", serif;
}

#bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 8;
}

.company-pagination ul li:hover, .company-pagination ul li:hover a,
.company-pagination ul li .current {
    color: #FFF;
    background: #d62828;
    transition: 0.3s;
}
.company-pagination ul li a {
    font-family: "YekanBakh-FaNum", serif;
    background: #F7F7F7;
    border-radius: 5px;
    height: 40px;
    padding: 10px 16px;
    color: #4D4D4D;
    transition: 0.3s;
}
.company-pagination ul li span {
    background: #F7F7F7;
    border-radius: 5px;
    height: 40px;
    padding: 10px 16px;
}

.theme-dark .company-pagination ul li:hover, .theme-dark .company-pagination ul li:hover a,
.theme-dark .company-pagination ul li .current {
    background: #d62828 !important;
    transition: 0.3s;
}
.theme-dark .company-pagination ul li span, .theme-dark .company-pagination ul li a {
    color: #fff !important;
    background: #3e3e3e !important;
    transition: 0.3s;
}

/* /Pagination */
hr.highlighted {
    background: linear-gradient(90deg, rgba(221, 221, 221, 0) 0%, #DDD 50%, rgba(221, 221, 221, 0) 100%);
    border: none;
    width: 100%;
    height: 1px;
}

.elementor-widget-container ul,
.elementor-widget-container ul li {
    list-style: inherit;
    margin: 0 15px;
}

.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
    height: 500px !important;
    margin: auto !important;
}

.underlined-text {
    text-underline-offset: 24px !important;
}
@media screen and (max-width: 767px) {
    .underlined-text {
        text-underline-offset: 8px !important;
    }
}

.post-type-archive-product,
.tax-product_cat {
    background-color: #f7f7f7 !important;
}
.post-type-archive-product .company-breadcrumb,
.tax-product_cat .company-breadcrumb {
    background-color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.theme-dark .post-type-archive-product {
    background-color: #292929 !important;
}
.theme-dark .post-type-archive-product .company-breadcrumb {
    background-color: #292929;
    padding-bottom: 20px;
    border-bottom: none;
}

.post-type-archive-portfolio {
    background-color: #f3f3f3 !important;
}

/* Portfolio inner page */
.portfolio-inner-slider .swiper-pagination {
    margin-bottom: 30px;
}
.portfolio-inner-slider .swiper-pagination .swiper-pagination-bullet {
    display: none;
}
.portfolio-inner-slider .swiper-pagination .swiper-pagination-bullet:nth-child(1), .portfolio-inner-slider .swiper-pagination .swiper-pagination-bullet:nth-child(2), .portfolio-inner-slider .swiper-pagination .swiper-pagination-bullet:nth-child(3), .portfolio-inner-slider .swiper-pagination .swiper-pagination-bullet:nth-child(4), .portfolio-inner-slider .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
    display: inline-block;
}
.portfolio-inner-slider .elementor-swiper-button-prev,
.portfolio-inner-slider .elementor-swiper-button-next {
    position: absolute !important;
    left: 50% !important;
    right: inherit !important;
    top: 100% !important;
    margin-top: -65px;
    transform: translateX(-50%) !important;
    z-index: 11 !important;
}
.portfolio-inner-slider .elementor-swiper-button-prev {
    margin-left: 75px;
}
.portfolio-inner-slider .elementor-swiper-button-next {
    margin-left: -75px;
}

/* /Portfolio inner page */
/* Blog single */
.single-post .blog-single-content h2 {
    font-family: "YekanBakh-FaNum", serif;
    font-size: 18px;
    font-weight: bold;
}
.single-post .blog-single-content ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}
.single-post .blog-single-content ul li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}
.single-post .blog-single-content ul ul li a {
    font-size: 14px;
    color: rgba(77, 77, 77, 0.5);
}
.single-post .blog-single-content ul ul svg {
    display: none;
}
.single-post .blog-single-content .elementor-widget-table-of-contents .elementor-toc__header-title {
    text-indent: 34px;
}
.single-post .blog-single-content .elementor-widget-table-of-contents .elementor-toc__header-title:before {
    content: "";
    width: 22px;
    height: 22px;
    background-color: #d62828;
    border: 5px solid rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    margin-right: -36px;
    position: absolute;
}

.theme-dark .blog-single-hero-box {
    border-color: #575757 !important;
}
.theme-dark .blog-single-hero-box .elementor-divider-separator {
    border-color: #575757 !important;
}
.theme-dark .blog-single-content .bg-dark-support2 {
    background: transparent !important;
}
.theme-dark .blog-single-content .elementor-widget-table-of-contents .elementor-widget-container {
    background-color: #2f2f2f !important;
    border-color: #343434 !important;
    border-radius: 12px;
}
.theme-dark .blog-single-content .elementor-widget-table-of-contents svg path {
    fill: #fff;
}
.theme-dark .blog-single-content .elementor-widget-table-of-contents .elementor-toc__header-title:before {
    border: 5px solid rgba(40, 40, 40, 0.8);
}
.theme-dark .blog-single-sidebar .e-search-form input {
    color: #999999 !important;
    background-color: #343434 !important;
    border-color: #343434 !important;
}
.theme-dark .blog-single-sidebar .e-search-form input::placeholder {
    color: rgba(153, 153, 153, 0.7) !important;
}
.theme-dark .blog-single-sidebar .e-search-form svg path {
    fill: #fff;
}
.theme-dark .blog-single-sidebar .bg-dark-support2 {
    border-color: #343434 !important;
    background-color: #343434 !important;
}
.theme-dark .blog-single-sidebar .bg-dark-support2 .elementor-grid-item .elementor-share-btn:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #959595;
    position: absolute;
    margin-left: -50px;
}
.theme-dark .blog-single-sidebar .bg-dark-support2 .elementor-grid-item:last-child .elementor-share-btn:after {
    background-color: transparent;
}

/* Blog single */
.woocommerce-breadcrumb {
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.company-btn {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    border: 1.5px solid #ea5a5a;
    border-radius: 15px;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
    box-shadow: 1px 1px 1px 1px #ea5a5a inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 48px;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

/* Breadcrumb */
.company-breadcrumb {
    font-size: 14px;
    padding-bottom: 16px;
}

.company-breadcrumb a {
    color: #43454D;
}

/* /Breadcrumb */
/* Homepage styles */
.link-with-arrow svg {
    width: 40px !important;
    margin-top: -8px;
}

@media screen and (max-width: 767px) {
    .link-with-arrow svg {
        width: 24px !important;
        margin-top: -8px;
    }
}
#btn-download svg {
    width: auto;
}

#btn-download:hover svg path {
    fill: transparent;
}

#btn-add-product-compare {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    border-radius: 15px;
    border: 2px solid #ea5a5a;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
    box-shadow: 1px 1px 1px 1px #ea5a5a inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    height: 48px;
    padding: 14px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

#homepage-video .elementor-custom-embed-play svg {
    height: 150px;
    width: 150px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}

/* /Homepage styles */
/* Contact form */
#contact-form input:focus {
    border: 1px solid #d62828;
}
#contact-form #form-field-name {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'><path d='M0.19921 16.1662C0.623355 13.234 2.8984 10.8379 5.85963 10.6227C7.55152 10.4997 9.12529 10.4995 10.8139 10.622C13.774 10.8368 16.0474 13.2327 16.4714 16.1637L16.5538 16.7338C16.7982 18.423 15.6221 19.9998 13.9213 20.1817C9.92965 20.6088 6.75435 20.6039 2.75678 20.1784C1.05332 19.9971 -0.126665 18.419 0.118061 16.7272L0.19921 16.1662Z' fill='%232E2F35'/><path opacity='0.4' d='M12.6649 4.82099C12.6649 7.2074 10.7261 9.14198 8.33442 9.14198C5.94275 9.14198 4.00391 7.2074 4.00391 4.82099C4.00391 2.43457 5.94275 0.5 8.33442 0.5C10.7261 0.5 12.6649 2.43457 12.6649 4.82099Z' fill='%232E2F35'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 18px;
    text-indent: 30px;
}
#contact-form #form-field-tel {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'><path opacity='0.4' d='M6.47455 3.01636L9.71482 7.43492C10.0449 7.88498 9.93268 8.51944 9.4683 8.82903C8.38425 9.55173 7.94268 10.9014 8.67926 11.9761C9.12328 12.6239 9.74091 13.3997 10.5886 14.2474C11.4362 15.095 12.212 15.7127 12.8598 16.1567C13.9345 16.8933 15.2842 16.4517 16.0069 15.3676C16.3165 14.9033 16.951 14.7911 17.401 15.1211L21.8196 18.3614C22.5273 18.8804 22.5034 19.945 21.7732 20.4318L19.9363 21.6564C18.6354 22.5236 17.0521 22.8275 15.6883 22.063C14.1237 21.186 11.7366 19.5055 8.53352 16.3024C5.33039 13.0993 3.64991 10.7123 2.77291 9.14766C2.00841 7.78379 2.31229 6.20053 3.17958 4.8996L4.40419 3.06269C4.89098 2.3325 5.95558 2.30867 6.47455 3.01636Z' fill='%232E2F35'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13.5859 3.5C13.5859 3.08579 13.9217 2.75 14.3359 2.75C15.3537 2.75 16.3615 2.95046 17.3017 3.33993C18.242 3.72941 19.0964 4.30027 19.816 5.01992C20.5357 5.73958 21.1065 6.59393 21.496 7.5342C21.8855 8.47448 22.0859 9.48226 22.0859 10.5C22.0859 10.9142 21.7502 11.25 21.3359 11.25C20.9217 11.25 20.5859 10.9142 20.5859 10.5C20.5859 9.67924 20.4243 8.86651 20.1102 8.10823C19.7961 7.34994 19.3357 6.66095 18.7554 6.08058C18.175 5.50022 17.486 5.03984 16.7277 4.72575C15.9694 4.41166 15.1567 4.25 14.3359 4.25C13.9217 4.25 13.5859 3.91421 13.5859 3.5ZM13.5859 7C13.5859 6.58579 13.9217 6.25 14.3359 6.25C14.8941 6.25 15.4467 6.35993 15.9623 6.57351C16.478 6.78709 16.9465 7.10015 17.3411 7.4948C17.7358 7.88944 18.0488 8.35796 18.2624 8.8736C18.476 9.38923 18.5859 9.94188 18.5859 10.5C18.5859 10.9142 18.2502 11.25 17.8359 11.25C17.4217 11.25 17.0859 10.9142 17.0859 10.5C17.0859 10.1389 17.0148 9.78127 16.8766 9.44762C16.7384 9.11398 16.5358 8.81082 16.2805 8.55546C16.0251 8.3001 15.722 8.09753 15.3883 7.95933C15.0547 7.82113 14.6971 7.75 14.3359 7.75C13.9217 7.75 13.5859 7.41421 13.5859 7Z' fill='%232E2F35'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 18px;
    text-indent: 30px;
}
#contact-form #form-field-email {
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.49896 4.5H18.499C18.9634 4.5 19.1956 4.5 19.3905 4.52567C20.7367 4.7029 21.7961 5.76222 21.9733 7.10842C21.9751 7.12229 21.9768 7.13634 21.9784 7.15065L12.4083 12.4189C12.2605 12.5002 12.1766 12.5461 12.1114 12.5772C12.0712 12.5964 12.0533 12.6024 12.0486 12.6038C12.0158 12.6104 11.9821 12.6104 11.9494 12.6038C11.9446 12.6024 11.9267 12.5964 11.8865 12.5772C11.8214 12.5461 11.7372 12.5001 11.5893 12.4188L2.01953 7.15066C2.02111 7.13634 2.0228 7.12229 2.02463 7.10842C2.20186 5.76222 3.26118 4.7029 4.60738 4.52567C4.80233 4.5 5.03454 4.5 5.49896 4.5Z' fill='%232E2F35'/><path opacity='0.4' d='M2 8.85157V15.7C2 17.3801 2 18.2202 2.32698 18.8619C2.6146 19.4264 3.07354 19.8854 3.63803 20.173C4.27976 20.5 5.11984 20.5 6.8 20.5H17.2C18.8802 20.5 19.7202 20.5 20.362 20.173C20.9265 19.8854 21.3854 19.4264 21.673 18.8619C22 18.2202 22 17.3801 22 15.7V8.85156L13.1328 13.7329L13.0767 13.7639C12.8533 13.8874 12.6145 14.0194 12.3496 14.0734C12.1189 14.1205 11.8811 14.1205 11.6504 14.0734C11.3855 14.0194 11.1467 13.8874 10.9233 13.7639L10.8675 13.7331L2 8.85157Z' fill='%232E2F35'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 24px;
    text-indent: 30px;
}
#contact-form #form-field-message {
    background-color: #F5F5F5;
}
#contact-form #btn-send-message svg {
    width: 24px;
}

/* /Contact form */
/* Honors */
.honor-item:hover h2.elementor-heading-title {
    color: #d62828 !important;
    transition: 0.3s;
}

/* /Honors */
/* Company people */
.people-item .company-people-title,
.people-item .company-people-social .elementor-icon {
    background: rgba(0, 0, 0, 0.23);
    backdrop-filter: blur(19.0499992371px);
}

/* /Company people */
/* Commenting form */
.elementor-widget-post-comments ul, .elementor-widget-post-comments li {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0 !important;
}
.elementor-widget-post-comments .woocommerce-Reviews-title {
    display: none;
}
.elementor-widget-post-comments .title {
    margin-top: 16px;
    color: #d62828;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    height: 67px;
    padding: 7px 23px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    border-radius: 8px;
    background: rgba(244, 128, 38, 0.07);
}
.elementor-widget-post-comments .title h3 {
    color: #d62828;
}
.elementor-widget-post-comments .comment-form-cookies-consent {
    margin-top: 8px !important;
}
.elementor-widget-post-comments .company-comment-item {
    border-top: 2px solid rgba(204, 204, 204, 0.2) !important;
    padding-top: 40px !important;
}
.elementor-widget-post-comments .company-comment-item:first-child {
    border-top: none;
    padding-top: 0;
}
.elementor-widget-post-comments .company-comment-item.comment-reply {
    background: rgba(204, 204, 204, 0.2) !important;
    box-shadow: 0 0 1px 0 #949494;
    border-radius: 16px;
    padding: 28px !important;
    margin-bottom: 40px !important;
}
.elementor-widget-post-comments .company-comment-item .comment-image img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.elementor-widget-post-comments .company-comment-item .comment-author {
    font-size: 16px;
    font-weight: 400;
    color: #a6a6a6;
}
.elementor-widget-post-comments .company-comment-item .comment-text {
    font-weight: 400;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.elementor-widget-post-comments .company-comment-item .btn-comment-reply {
    color: #a6a6a6;
}
.elementor-widget-post-comments .company-comment-item .btn-comment-reply svg path {
    fill: #d62828;
}
.elementor-widget-post-comments .company-comment-item .comment-actions .btn-like,
.elementor-widget-post-comments .company-comment-item .comment-actions .btn-dislike,
.elementor-widget-post-comments .company-comment-item .comment-actions .btn-report {
    cursor: pointer;
}
.elementor-widget-post-comments .company-comment-item .comment-actions .btn-like.active svg path {
    stroke: green;
}
.elementor-widget-post-comments .company-comment-item .comment-actions .btn-dislike.active svg path {
    stroke: red;
}
.elementor-widget-post-comments .company-comment-item .comment-actions .btn-report:hover svg path {
    stroke: red;
}

.company-custom-comment-form .field-box {
    border-radius: 15px;
    background: rgba(204, 204, 204, 0.2);
    box-shadow: 0 0 1px 0 #949494;
    height: 62px;
    padding: 8px;
}
.company-custom-comment-form .field-box input {
    color: rgba(67, 69, 77, 0.5);
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    display: flex;
    padding: 4px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.company-custom-comment-form .field-box input:focus-within {
    outline: none;
}
.company-custom-comment-form textarea {
    color: rgba(67, 69, 77, 0.5);
    font-size: 16px;
    font-weight: 500;
    height: auto !important;
    border-radius: 15px;
    background: rgba(204, 204, 204, 0.2);
    box-shadow: 0 0 1px 0 #949494;
    display: flex;
    padding: 20px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.company-custom-comment-form textarea:focus-within {
    outline: none;
}
.company-custom-comment-form button[type=submit] {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background: #d62828;
    display: flex;
    height: 67px;
    padding: 0 23px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    opacity: 1;
    transition: 0.3s;
}
.company-custom-comment-form button[type=submit]:hover {
    opacity: 0.9;
    transition: 0.3s;
}
.company-custom-comment-form .stars a::before {
    background-repeat: no-repeat;
    background-position: center;
    content: "" !important;
    width: 22px;
    height: 22px;
}
.company-custom-comment-form .stars a:hover ~ a::before, .company-custom-comment-form .stars a:hover::before {
}
.company-custom-comment-form .stars.selected a:not(.active)::before::before {
}
.company-custom-comment-form .stars.selected a.active::before,
.company-custom-comment-form .stars.selected a.active ~ a::before {
}

.theme-dark .elementor-widget-post-comments .title {
    border: 1px solid #d62828;
}
.theme-dark .elementor-widget-post-comments .comment-actions .btn-like svg path,
.theme-dark .elementor-widget-post-comments .comment-actions .btn-dislike svg path,
.theme-dark .elementor-widget-post-comments .comment-actions .btn-report svg path {
    fill: #fff;
}

/* /Commenting form */
/* Archive pages */
#stock-status-field {
    font-size: 14px;
}
#stock-status-field .company-toggle-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    vertical-align: middle;
}
#stock-status-field .company-toggle-wrapper .company-toggle {
    width: 38px;
    height: 22px;
    border-radius: 16px;
    background: #e6e6e6;
    position: relative;
    transition: background 220ms ease;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}
#stock-status-field .company-toggle-wrapper .company-toggle:focus {
    outline: none;
}
#stock-status-field .company-toggle-wrapper .company-toggle.on {
    background: #d62828;
}
#stock-status-field .company-toggle-wrapper .company-toggle.on .company-knob {
    transform: translateX(16px);
}
#stock-status-field .company-toggle-wrapper .company-toggle .company-knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 220ms cubic-bezier(0.2, 0.9, 0.3, 1);
}

#archive-search-field {
    border: 1px solid rgba(172, 172, 172, 0.3);
    border-radius: 4px;
    padding: 8px 16px;
}
#archive-search-field input {
    font-size: 12px;
    background: transparent;
}
#archive-search-field input:focus {
    outline: none;
}
#archive-search-field svg {
    width: 20px;
}

.archive-sorting-box {
    font-size: 16px;
    font-weight: 400;
    color: #43454D;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    display: flex;
    padding: 10px 19px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.archive-sorting-box .active {
    color: #FFF;
    border-radius: 15px;
    border: 1.5px solid #ea5a5a;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
    box-shadow: 1px 1px 1px 1px var(--Primary-100, #ea5a5a) inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    height: 40px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

#company-archive-side {
    font-family: "YekanBakh-FaNum", serif;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    display: inline-flex;
    padding: 14px 19px;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
#company-archive-side input[type=checkbox] {
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 2px solid #D3D3D3;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}
#company-archive-side input[type=checkbox]:checked {
    background: #d62828;
    border-color: #d62828;
}
#company-archive-side input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#company-archive-side .company-filter-header {
    color: #43454D;
    font-size: 14px;
    border-radius: 5px;
    background: #F7F7F7;
    display: flex;
    height: 42px;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
#company-archive-side .company-filter-header svg {
    stroke-width: 1.5px;
    stroke: currentColor;
    transition: all 0.2s ease;
}
#company-archive-side .company-filter-group.active .company-filter-header {
    background: rgba(244, 128, 38, 0.11);
    color: #d62828;
}
#company-archive-side .company-filter-group.active .company-filter-header svg {
    stroke-width: 2px;
    stroke: #d62828;
}
#company-archive-side .company-filter-body label {
    color: #43454D;
    font-size: 14px;
    font-weight: 400;
}
#company-archive-side {
    /* Price range slider */
}
#company-archive-side .price-slider-labels {
    font-size: 12px;
}
#company-archive-side #price-slider {
    background-color: rgba(172, 172, 172, 0.3);
    height: 6px;
    margin-bottom: 12px;
    border: none;
    box-shadow: none;
}
#company-archive-side #price-slider .noUi-connects .noUi-connect {
    background: #d62828;
}
#company-archive-side #price-slider .noUi-origin {
    margin-left: 17px !important;
}
#company-archive-side #price-slider .noUi-origin .noUi-handle {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    margin-top: -4px;
}
#company-archive-side #price-slider .noUi-origin .noUi-handle::before, #company-archive-side #price-slider .noUi-origin .noUi-handle::after {
    display: none;
}
#company-archive-side #price-slider .noUi-origin .noUi-handle.noUi-handle-upper {
    margin-left: -22px;
}
#company-archive-side {
    /* /Price range slider */
}

.theme-dark #company-archive-side {
    background-color: #2d2d2d;
    border: none !important;
    color: #fff;
}
.theme-dark #company-archive-side input[type=checkbox] {
    border: 2px solid #fff !important;
}
.theme-dark #company-archive-side input[type=checkbox]:checked {
    border: 2px solid #d62828 !important;
}
.theme-dark #company-archive-side input[type=checkbox]:checked::after {
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
}
.theme-dark #company-archive-side .company-filter-header {
    background: #292929 !important;
}
.theme-dark #company-archive-side .company-filter-group.active .company-filter-header {
    background: #4c3626 !important;
}

.company-shop-pagination .nav-links {
    display: flex;
    height: 38px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 12px;
}
.company-shop-pagination .nav-links span, .company-shop-pagination .nav-links a {
    font-family: "YekanBakh-FaNum", serif;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    border-radius: 5px;
    border: 1px solid #ECECEC;
    background: #F7F7F7;
    height: 38px;
    padding: 10px 16px;
}
.company-shop-pagination .nav-links span.current, .company-shop-pagination .nav-links a.current {
    color: #FFF;
    background: #d62828;
}

/* /Archive pages */
/* PDP */
.company-compare-btn,
.btn-add-to-favorite {
    cursor: pointer;
    transition: 0.3s;
}

.btn-remove-favorite svg path {
    cursor: pointer;
    fill: #d62828;
    stroke: #d62828;
    transition: 0.3s;
}
.btn-remove-favorite.heart-icon svg path {
    fill: #d62828;
    stroke: #d62828;
}

#product-details .wc-tabs, #product-details h2 {
    display: none;
}
#product-details .panel {
    border: none;
    padding: 0;
    margin: 0;
}
#product-details table.shop_attributes,
#product-details table.shop_attributes th,
#product-details table.shop_attributes td {
    border: none;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 600;
}
#product-details table.shop_attributes td {
    color: rgba(67, 69, 77, 0.5);
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    padding-right: 20px;
}
#product-details table.shop_attributes tr:nth-child(even) th,
#product-details table.shop_attributes tr:nth-child(even) td {
    background-color: transparent;
    height: 55px;
    border-radius: 15px;
    line-height: 40px;
}
#product-details table.shop_attributes tr:nth-child(odd) th,
#product-details table.shop_attributes tr:nth-child(odd) td p {
    height: 55px;
    border-radius: 15px;
    background: #F7F7F7;
    line-height: 40px;
}
#product-details table.shop_attributes tr td p {
    padding-right: 30px;
}
@media screen and (max-width: 1024px) {
    #product-details table.shop_attributes,
    #product-details table.shop_attributes th,
    #product-details table.shop_attributes td {
        font-size: 12px;
        line-height: 18px;
    }
    #product-details table.shop_attributes tr td p {
        padding-right: 12px;
        line-height: 18px;
    }
}

.product-features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.product-features .product-feature-item {
    color: #43454D;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    padding: 10px;
    background: #F7F7F7;
}
@media screen and (max-width: 767px) {
    .product-features .product-feature-item {
        font-size: 12px;
    }
}

.product-content-wrapper {
    position: relative;
}
.product-content-wrapper .pdp-fixed-box {
    position: sticky;
    top: 20px;
    left: 0;
    height: fit-content;
}

#product-content-tab {
    color: #d62828 !important;
}
#product-content-tab:after {
    content: "";
    width: 24px;
    height: 1.5px;
    background-color: #d62828;
    position: absolute;
    margin-top: 12px;
    margin-right: 16px;
    box-shadow: 0 1px 6px #d62828;
}

body .company-breadcrumb .price-last-update {
    display: none;
}
body.single-product .company-breadcrumb .price-last-update {
    font-weight: 700;
    color: #38c976;
    background-color: rgba(56, 201, 118, 0.1);
    border-radius: 6px;
    float: left;
    padding: 6px 16px;
    display: flex;
}

/* /PDP */
/* Compare page */
.company-compare-table {
    border-collapse: collapse;
}
.company-compare-table .company-product-item {
    background-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: none;
}
.company-compare-table th, .company-compare-table td {
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    padding: 0 30px;
}
.company-compare-table th {
    background-color: transparent;
    width: 244px;
}
.company-compare-table tr td {
    border-left: 2px solid rgba(172, 172, 172, 0.15);
}
.company-compare-table tr td:first-child, .company-compare-table tr td:last-child {
    border: none;
}
.company-compare-table tr td div {
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    min-height: 55px;
    padding: 12px;
    border-radius: 15px;
}
.company-compare-table tr td:first-child {
    font-weight: 600;
    text-align: right;
}
.company-compare-table tr td:nth-child(even) div {
    font-weight: 600;
    background: rgba(172, 172, 172, 0.15);
    margin-top: 27px;
}

/* /Compare page */
/* Mobile menu popup */
#mobile-menu-burger:hover svg path {
    fill: #d62828;
}

.theme-dark #mobile-menu-burger svg path {
    fill: #fff;
}

.dialog-type-lightbox.mobile-main-menu-popup {
    z-index: 12 !important;
}

.dialog-type-lightbox.mobile-megamenu-popup {
    z-index: 10 !important;
}
.dialog-type-lightbox.mobile-megamenu-popup svg path {
    stroke: #43454D;
}

/* /Mobile menu popup */
/* Mobile bottom menu */
#mobile-bottom-menu .elementor-widget-icon-box {
    height: 78px;
}
#mobile-bottom-menu .mobile-nav-item .elementor-widget-container .elementor-icon-box-title {
    margin-top: 0;
}
#mobile-bottom-menu .mobile-nav-item .elementor-widget-container.active {
    background-color: transparent;
    background-position: top -1px center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    transition: none;
}
#mobile-bottom-menu .mobile-nav-item .elementor-widget-container.active .elementor-icon {
    background-color: #d62828;
    border-radius: 100%;
    width: 58px;
    height: 58px;
    margin-top: -45px;
}
#mobile-bottom-menu .mobile-nav-item .elementor-widget-container.active .elementor-icon svg {
    margin: 16px auto;
}
#mobile-bottom-menu .mobile-nav-item .elementor-widget-container.active .elementor-icon-box-title {
    margin-top: 10px;
}

/* /Mobile bottom menu */
/* Auth page */
#auth-page {
    color: #43454D;
    font-size: 16px;
    font-weight: 400;
    min-height: 100%;
    margin: 0;
    background-color: #F3F3F3;
    background-position: top left;
}
#auth-page input.company-otp {
    width: 70px;
    height: 70px;
    text-align: center;
    border: 1px solid #43454D;
    border-radius: 6px;
}
@media screen and (max-width: 1279px) {
    #auth-page input.company-otp {
        width: 60px;
        height: 60px;
    }
}
#auth-page #auth-main-section {
    background: #FFF;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 101%;
    border-top: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-radius: 30px;
    width: 500px;
    max-width: 100%;
    padding: 37px;
}
#auth-page #auth-main-section label {
    color: #43454D;
    font-size: 16px;
    font-weight: 500;
}
#auth-page #auth-main-section #title {
    color: #43454D;
    font-size: 24px;
    font-weight: 500;
}
#auth-page #auth-main-section #title svg path {
    fill: #d62828;
}
#auth-page #auth-main-section .company-auth-field {
    border-radius: 8px;
    border: 1px solid rgba(67, 69, 77, 0.2);
    height: 52px;
    padding: 0 16px;
}
#auth-page #auth-main-section .company-auth-field input {
    padding: 0;
}
#auth-page #auth-main-section .company-auth-field input:focus-visible {
    outline: none;
}
#auth-page #auth-main-section .btn-submit {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    background: #d62828;
    height: 52px;
    padding: 12px 24px;
}
#auth-page #auth-main-section .btn-login-with-pass {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    background: #43454D;
    height: 52px;
    padding: 12px 24px;
}
#auth-page #auth-main-section .change-action span {
    color: #d62828;
    font-size: 16px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    #auth-page #auth-page #auth-main-section {
        padding: 24px 12px;
    }
}
#auth-page #copyright {
    color: #43454D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    height: 26px;
    justify-content: center;
    align-self: stretch;
}
#auth-page #copyright a {
    color: rgba(67, 69, 77, 0.5);
}
#auth-page #copyright a:hover {
    color: inherit;
}
#auth-page #auth-footer-section {
    background: #d62828;
    min-height: 77px;
    margin-top: 80px;
}
#auth-page #auth-footer-section p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    #auth-page #auth-footer-section p {
        color: #FFF;
        font-size: 12px;
        font-weight: 400;
    }
}
#auth-page #auth-footer-section .social-link {
    padding: 10px;
    border-radius: 7px;
    background: #ea5a5a;
}

/* /Auth page */
/***** Cart page *****/
#cart-page .company-cart-content-section {
    background-color: #FFFFFF;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
#cart-page #cart-steps-box {
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    height: 104px;
}
@media screen and (max-width: 1023px) {
    #cart-page #cart-steps-box svg {
        width: 40px;
    }
    #cart-page .company-cart-content-section.not-found {
        margin-top: 60px;
    }
}
#cart-page .company-cart-content-section.not-found {
    font-size: 24px;
    font-weight: bold;
    color: #02314B;
}
#cart-page .company-cart-content-section.not-found img {
    margin-top: -80px;
}
#cart-page .cart-step {
    font-size: 14px;
    font-weight: 500;
    color: #43454D;
    border-radius: 50px;
    width: 316px;
}
@media screen and (max-width: 1023px) {
    #cart-page .cart-step {
        font-size: 10px;
        width: auto;
    }
}
#cart-page .cart-step svg {
    border-radius: 12px;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#cart-page .cart-step.active {
    color: #d62828;
}
#cart-page .cart-step.active svg {
    background: rgba(255, 108, 0, 0.1);
}
#cart-page .cart-step.active svg path {
    stroke: #d62828;
}
#cart-page .cart-step.completed {
    color: #38C976;
}
#cart-page .cart-item {
    min-height: 114px;
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    padding: 16px;
}
#cart-page .cart-item .image {
    width: 130px;
    height: 100px;
}
#cart-page .cart-item .image div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#cart-page .cart-item .title {
    font-size: 15px;
    font-weight: 500;
    color: #4D4D4D;
}
#cart-page .cart-item .company-product-price {
    color: #595454;
    border: none;
    padding: 12px;
    margin-bottom: 0;
}
#cart-page .cart-item .woocommerce-cart-form .company-product-price {
    min-width: 160px;
}
#cart-page .cart-item .company-price .amount {
    font-size: 12px;
    font-weight: 500;
    color: #d62828;
}
#cart-page .cart-item .company-price del {
    text-decoration: none;
}
#cart-page .cart-item .company-price del * {
    font-size: 12px;
    color: #9B9B9B;
}
#cart-page .cart-item .company-price del bdi {
    text-decoration: line-through;
}
#cart-page .cart-item .company-price del bdi span {
    display: inline-block;
    width: 33px;
    height: 19px;
    margin-left: -10px;
    rotate: 0deg;
    margin-right: -6px;
}
#cart-page .cart-item .company-price del bdi span {
    display: none;
}
#cart-page .cart-item .company-price ins {
    text-decoration: none;
}
#cart-page .company-quantity {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}
#cart-page .company-quantity input {
    font-size: 13px;
    width: 20px !important;
    padding-right: 0;
    text-align: center;
}
#cart-page .company-quantity input:focus-visible {
    outline: none;
}
#cart-page .company-qty-btn {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    color: #43454D;
    border: 1px solid #EBEBEB;
    border-radius: 6px !important;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
#cart-page .company-qty-btn:hover {
    background: #ddd;
}
#cart-page .quantity input.qty {
    -moz-appearance: textfield; /* Firefox */
}
#cart-page #cart-totals {
    border-radius: 15px;
    border: 1px solid #F4F4F4;
    height: fit-content;
    padding: 19px 16px;
    gap: 16px;
}
#cart-page #cart-totals .hr {
    background: linear-gradient(90deg, rgba(221, 221, 221, 0) 0%, #DDD 50%, rgba(221, 221, 221, 0) 100%);
    width: 100%;
    height: 1px;
}
#cart-page #cart-totals .total-item {
    background: #F6F6F6;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 10px;
}
#cart-page #cart-totals .total-item p {
    font-size: 14px;
    font-weight: 600;
    color: #43454D;
}
#cart-page #cart-totals .company-price {
    font-size: 14px;
    font-weight: 600;
    color: #595454;
    padding: 0;
}
#cart-page #cart-totals #total-discount {
    font-size: 14px;
    font-weight: 600;
    color: #38C976;
}
#cart-page #cart-totals .btn {
    padding: 12px;
    border-radius: 50px;
}
#cart-page #cart-totals .btn span {
    padding: 8px 20px;
}
#cart-page #btn-submit {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 15px;
    border: 1.5px solid #ea5a5a;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
    box-shadow: 1px 1px 1px 1px var(--Primary-100, #ea5a5a) inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    height: 48px;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.cart-products-carousel .company-products-navigation {
    display: none;
}

/* Hide number input arrows (all browsers) */
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* /Cart item */
/***** /Cart page *****/
/***** Checkout page *****/
.checkout-content-section label {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #43454D;
}
.checkout-content-section.bordered-box {
    border-radius: 14.088px;
    border: 1px solid #EBEBEB;
    padding: 12px;
    gap: 12px;
}
.checkout-content-section .title {
    font-size: 16px !important;
    font-weight: 500;
    color: #43454D;
}
.checkout-content-section input,
.checkout-content-section textarea,
.checkout-content-section .select2-selection {
    font-family: "YekanBakh-FaNum", serif !important;
    font-size: 14px;
    font-weight: 500 !important;
    color: #43454D !important;
    border-radius: 10px !important;
    border: 1px solid #EBEBEB !important;
    height: 47px !important;
    padding: 12px 8px !important;
}
.checkout-content-section input.coupon-code,
.checkout-content-section textarea.coupon-code,
.checkout-content-section .select2-selection.coupon-code {
    background-color: #EBE5E3;
}
.checkout-content-section .select2-selection__rendered {
    padding: 0 !important;
}
.checkout-content-section input:focus-visible,
.checkout-content-section textarea:focus-visible {
    border: 1px solid #d62828;
}
.checkout-content-section .form-row-third {
    width: 32% !important;
    float: right;
    margin-left: 2%;
    margin-bottom: 15px;
    clear: none !important;
}
@media (max-width: 768px) {
    .checkout-content-section .form-row-third {
        width: 100%;
        margin-left: 0;
    }
}
.checkout-content-section .form-row-third:nth-child(3n) {
    margin-left: 0;
}
.checkout-content-section .form-row-wide {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}
.checkout-content-section .woocommerce-additional-fields h3 {
    display: none;
}
.checkout-content-section .order-review-box,
.checkout-content-section .place-order {
    display: none;
}
.checkout-content-section input[type=radio] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 22px !important;
    height: 22px !important;
    vertical-align: middle !important;
    border: 5px solid #DFDFDF !important;
    border-radius: 50% !important;
    padding: 0 !important;
    position: relative;
    cursor: pointer;
    outline: none;
    background-color: #fff !important;
    transition: all 0.2s ease;
}
.checkout-content-section input[type=radio]:checked {
    border-color: #38C976 !important;
    background-color: #fff !important;
}
.checkout-content-section input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
}
.checkout-content-section input[type=radio]:checked + label {
    opacity: 1;
}
.checkout-content-section ul {
    padding: 0;
}
.checkout-content-section ul li {
    font-size: 18px;
    color: #595454;
    height: 40px;
}
.checkout-content-section ul li:hover, .checkout-content-section ul li:focus {
    color: #02314B;
}
.checkout-content-section .wc_payment_method label {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.checkout-content-section .form-row {
    margin-bottom: 20px;
}
.checkout-content-section .coupon-code-row {
    margin-bottom: 0;
}

.woocommerce-info {
    display: none !important;
}

.checkout_coupon {
    display: block !important;
}

.coupon-error-notice {
    font-size: 14px;
    line-height: 32px;
}

/***** /Checkout page *****/
/* Thank you page */
#thankyou-page h2 {
    color: #d62828;
    font-size: 16px;
    font-weight: 700;
}
#thankyou-page p {
    color: #43454D;
    font-size: 16px;
    font-weight: 500;
}

/* /Thank you page */
/*****
* Dark Mode
*****/
.theme-dark #product-sku span,
.theme-dark #product-sku:before {
    color: rgba(255, 255, 255, 0.5);
}

.theme-dark .product-features .product-feature-item {
    color: #fff;
    background: rgba(255, 255, 255, 0.1019607843);
}

.theme-dark body {
    background-color: #292929 !important;
}
.theme-dark .only-light {
    display: none;
}

.theme-dark .theme-light {
    display: none;
}

.theme-light .only-dark {
    display: none;
}

.theme-dark .only-text-dark-support,
.theme-dark .only-text-dark-support a {
    color: #fff !important;
}

.theme-dark .only-text-dark-support a:hover {
    color: inherit !important;
}

.theme-dark .text-dark-support,
.theme-dark .text-dark-support span,
.theme-dark .text-dark-support div,
.theme-dark .text-dark-support a,
.theme-dark .text-dark-support h6,
.theme-dark .text-dark-support h5,
.theme-dark .text-dark-support h4,
.theme-dark .text-dark-support h3,
.theme-dark .text-dark-support h2,
.theme-dark .text-dark-support h1 {
    color: #fff !important;
}

.theme-dark .text-dark-support svg path {
    stroke: #fff !important;
}

.theme-dark .text-dark-support-fill svg path {
    fill: #fff !important;
}

.theme-dark .dark-no-border {
    border-color: transparent !important;
}

.theme-dark .bg-dark-support {
    background-color: #292929 !important;
}

.theme-dark .bg-dark-support2 {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.theme-dark .bg-dark-support-back,
.theme-dark .bg-dark-support-black {
    background-color: #110F0F !important;
}

.theme-dark .border-dark-support,
.theme-dark .border-dark-support .elementor-divider-separator {
    border-color: #292929 !important;
}

.theme-dark .border-dark-support2,
.theme-dark .border-dark-support2 .elementor-divider-separator {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.theme-light .bg-mode {
    background-image: none !important;
    background-color: transparent !important;
}

.theme-dark .bg-mode:before {
    background-image: none !important;
    background-color: transparent !important;
}

.theme-dark .header-box {
    background-color: #151515 !important;
    border: none !important;
}

.theme-dark .footer-social-item {
    background: transparent !important;
    border-color: transparent !important;
}

.theme-dark .footer-social-item a {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: transparent !important;
}

.theme-dark .footer-social-item a:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #d62828 !important;
}

.theme-dark .footer-social-item a svg path {
    fill: #fff !important;
}

/* Breadcrumb */
.theme-dark .company-breadcrumb svg path {
    stroke: #fff;
}

.theme-dark .company-breadcrumb li,
.theme-dark .company-breadcrumb a {
    color: #fff;
}

/* /Breadcrumb */
/* Contact form */
.theme-dark #contact-form input {
    color: #fff;
    background-color: transparent;
    border: 0.966px solid #4A4A4A;
}

.theme-dark #contact-form input:focus {
    border: 0.966px solid #d62828;
}

.theme-dark #contact-form #form-field-name {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3.86327 17.6662C4.28742 14.734 6.56246 12.3379 9.52369 12.1227C11.2156 11.9997 12.7894 11.9995 14.478 12.122C17.4381 12.3368 19.7114 14.7327 20.1354 17.6637L20.2179 18.2338C20.4622 19.923 19.2861 21.4998 17.5854 21.6817C13.5937 22.1088 10.4184 22.1039 6.42084 21.6784C4.71739 21.4971 3.5374 19.919 3.78212 18.2272L3.86327 17.6662Z" fill="white"/><path opacity="0.4" d="M16.329 6.32099C16.329 8.7074 14.3902 10.642 11.9985 10.642C9.60681 10.642 7.66797 8.7074 7.66797 6.32099C7.66797 3.93457 9.60681 2 11.9985 2C14.3902 2 16.329 3.93457 16.329 6.32099Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 18px;
    text-indent: 30px;
}

.theme-dark #contact-form #form-field-tel {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path opacity="0.4" d="M6.13861 2.51636L9.37889 6.93492C9.70893 7.38498 9.59674 8.01944 9.13236 8.32903C8.04831 9.05173 7.60674 10.4014 8.34332 11.4761C8.78734 12.1239 9.40497 12.8997 10.2526 13.7474C11.1003 14.595 11.8761 15.2127 12.5239 15.6567C13.5986 16.3933 14.9483 15.9517 15.671 14.8676C15.9806 14.4033 16.615 14.2911 17.0651 14.6211L21.4836 17.8614C22.1913 18.3804 22.1675 19.445 21.4373 19.9318L19.6004 21.1564C18.2995 22.0236 16.7162 22.3275 15.3523 21.563C13.7877 20.686 11.4007 19.0055 8.19758 15.8024C4.99446 12.5993 3.31398 10.2123 2.43697 8.64766C1.67248 7.28379 1.97635 5.70053 2.84364 4.3996L4.06825 2.56269C4.55504 1.8325 5.61964 1.80867 6.13861 2.51636Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.25 3C13.25 2.58579 13.5858 2.25 14 2.25C15.0177 2.25 16.0255 2.45046 16.9658 2.83993C17.9061 3.22941 18.7604 3.80027 19.4801 4.51992C20.1997 5.23958 20.7706 6.09393 21.1601 7.0342C21.5495 7.97448 21.75 8.98226 21.75 10C21.75 10.4142 21.4142 10.75 21 10.75C20.5858 10.75 20.25 10.4142 20.25 10C20.25 9.17924 20.0883 8.36651 19.7742 7.60823C19.4602 6.84994 18.9998 6.16095 18.4194 5.58058C17.8391 5.00022 17.1501 4.53984 16.3918 4.22575C15.6335 3.91166 14.8208 3.75 14 3.75C13.5858 3.75 13.25 3.41421 13.25 3ZM13.25 6.5C13.25 6.08579 13.5858 5.75 14 5.75C14.5581 5.75 15.1108 5.85993 15.6264 6.07351C16.142 6.28709 16.6106 6.60015 17.0052 6.9948C17.3999 7.38944 17.7129 7.85796 17.9265 8.3736C18.1401 8.88923 18.25 9.44188 18.25 10C18.25 10.4142 17.9142 10.75 17.5 10.75C17.0858 10.75 16.75 10.4142 16.75 10C16.75 9.63886 16.6789 9.28127 16.5407 8.94762C16.4025 8.61398 16.1999 8.31082 15.9445 8.05546C15.6892 7.8001 15.386 7.59753 15.0524 7.45933C14.7187 7.32113 14.3611 7.25 14 7.25C13.5858 7.25 13.25 6.91421 13.25 6.5Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 18px;
    text-indent: 30px;
}

.theme-dark #contact-form #form-field-email {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5.49896 4H18.499C18.9634 4 19.1956 4 19.3905 4.02567C20.7367 4.2029 21.7961 5.26222 21.9733 6.60842C21.9751 6.62229 21.9768 6.63634 21.9784 6.65065L12.4083 11.9189C12.2605 12.0002 12.1766 12.0461 12.1114 12.0772C12.0712 12.0964 12.0533 12.1024 12.0486 12.1038C12.0158 12.1104 11.9821 12.1104 11.9494 12.1038C11.9446 12.1024 11.9267 12.0964 11.8865 12.0772C11.8214 12.0461 11.7372 12.0001 11.5893 11.9188L2.01953 6.65066C2.02111 6.63634 2.0228 6.62229 2.02463 6.60842C2.20186 5.26222 3.26118 4.2029 4.60738 4.02567C4.80233 4 5.03454 4 5.49896 4Z" fill="white"/><path opacity="0.4" d="M2 8.35157V15.2C2 16.8801 2 17.7202 2.32698 18.3619C2.6146 18.9264 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9264 21.673 18.3619C22 17.7202 22 16.8801 22 15.2V8.35156L13.1328 13.2329L13.0767 13.2639C12.8533 13.3874 12.6145 13.5194 12.3496 13.5734C12.1189 13.6205 11.8811 13.6205 11.6504 13.5734C11.3855 13.5194 11.1467 13.3874 10.9233 13.2639L10.8675 13.2331L2 8.35157Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 24px;
    text-indent: 30px;
}

.theme-dark #contact-form #form-field-message {
    color: rgba(255, 255, 255, 0.3);
    border: 0.966px solid #4A4A4A;
    background-color: transparent;
}

.theme-dark #contact-form #form-field-message:focus {
    border: 0.966px solid #d62828;
}

.theme-dark #contact-form #btn-send-message svg {
    width: 24px;
}

/* /Contact form */
/* Honors */
.theme-dark .honor-item {
    border: none !important;
}
.theme-dark .honor-item:hover h2.elementor-heading-title {
    color: #fff !important;
    transition: 0.3s;
}

/* /Honors */
/* Archive pages */
.theme-dark .archive-sorting-box {
    color: #fff;
    border: 1px solid #575757;
    display: flex;
    padding: 10px 19px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.theme-dark .archive-sorting-box .active {
    color: #575757;
    border: 1.5px solid #ea5a5a;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
    box-shadow: 1px 1px 1px 1px var(--Primary-100, #ea5a5a) inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
}

.theme-dark #company-archive-side {
    border: 1px solid #575757;
}
.theme-dark #company-archive-side .company-filter-header {
    color: #fff;
    background: #575757;
}
.theme-dark #company-archive-side .company-filter-group.active .company-filter-header {
    background: rgba(244, 128, 38, 0.11);
    color: #d62828;
}
.theme-dark #company-archive-side .company-filter-body label {
    color: #fff;
}

.theme-dark #company-archive-side input[type=checkbox] {
    border: 2px solid #575757;
}

.theme-dark #company-archive-side input[type=checkbox]:checked {
    background: #d62828;
    border-color: #d62828;
}

.theme-dark #company-archive-side input[type=checkbox]:checked::after {
    border: solid #575757;
}

.company-filter-group.active .company-filter-header svg {
    stroke: #d62828;
}

.company-shop-pagination .nav-links span,
.company-shop-pagination .nav-links a {
    color: #fff;
    border: 1px solid #575757;
    background: #575757;
}

.company-shop-pagination .nav-links span.current {
    color: #575757;
    background: #d62828;
}

/* /Archive pages */
/* PDP */
.theme-dark #product-details table.shop_attributes tr {
    color: #fff;
}
.theme-dark #product-details table.shop_attributes tr:nth-child(odd) th,
.theme-dark #product-details table.shop_attributes tr:nth-child(odd) td p {
    background-color: rgba(255, 255, 255, 0.1019607843);
}
.theme-dark #product-details table.shop_attributes tr th {
    color: #fff;
}
.theme-dark #product-details table.shop_attributes tr td p {
    color: rgba(255, 255, 255, 0.5019607843);
}
.theme-dark .company-compare-btn svg path,
.theme-dark .btn-share svg path,
.theme-dark .btn-add-to-favorite svg path {
    fill: transparent;
    stroke: #fff;
}
.theme-dark .share-popup .bg-dark-support {
    background-color: rgba(41, 41, 41, 0.9) !important;
}

/* /PDP */
/* Compare page */
.theme-dark .company-compare-table .company-product-item {
    box-shadow: none !important;
}
.theme-dark .company-compare-table th, .theme-dark .company-compare-table td {
    color: #fff;
}

/* /Compare page */
/* Auth page */
.theme-dark #auth-page {
    color: #fff;
    background-color: #292929;
}
.theme-dark #auth-page input.company-otp {
    background: transparent;
    border: 1px solid #575757;
}
.theme-dark #auth-page input.company-otp:focus, .theme-dark #auth-page input.company-otp:focus-within, .theme-dark #auth-page input.company-otp:active {
    color: #d62828;
    border: 1px solid #d62828 !important;
    outline: none;
}
.theme-dark #auth-page #auth-main-section {
    background: #3e3e3e;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 102%;
    border: none;
}
.theme-dark #auth-page #auth-main-section label {
    color: #fff;
}
.theme-dark #auth-page #auth-main-section #title {
    color: #fff;
}
.theme-dark #auth-page #auth-main-section #edit-phone svg path {
    stroke: #fff;
}
.theme-dark #auth-page #auth-main-section .company-auth-field {
    border: 1px solid #575757;
}
.theme-dark #auth-page #auth-main-section .company-auth-field:focus, .theme-dark #auth-page #auth-main-section .company-auth-field:focus-within, .theme-dark #auth-page #auth-main-section .company-auth-field:active {
    color: #d62828;
    border: 1px solid #d62828 !important;
    outline: none;
}
.theme-dark #auth-page #auth-main-section .company-auth-field:focus svg path, .theme-dark #auth-page #auth-main-section .company-auth-field:focus-within svg path, .theme-dark #auth-page #auth-main-section .company-auth-field:active svg path {
    stroke: #d62828;
}
.theme-dark #auth-page #auth-main-section .company-auth-field svg path {
    fill: #fff;
}
.theme-dark #auth-page #auth-main-section .company-auth-field input {
    background-color: transparent;
    padding: 0;
}
.theme-dark #auth-page #auth-main-section .company-auth-field input:focus-visible {
    outline: none;
}
.theme-dark #auth-page #auth-main-section .company-auth-field .btn-submit {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    background: #d62828;
    height: 52px;
    padding: 12px 24px;
}
.theme-dark #auth-page #auth-main-section .btn-login-with-pass {
    background: #292929;
}
.theme-dark #auth-page #auth-main-section .change-action span {
    color: #d62828;
    font-size: 16px;
    cursor: pointer;
}
.theme-dark #auth-page #copyright {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    height: 26px;
    justify-content: center;
    align-self: stretch;
}
.theme-dark #auth-page #copyright a {
    color: rgba(255, 255, 255, 0.5);
}
.theme-dark #auth-page #copyright a:hover {
    color: #d62828;
}
.theme-dark #auth-page #auth-footer-section {
    background: #d62828;
    min-height: 77px;
}
.theme-dark #auth-page #auth-footer-section p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .theme-dark #auth-page #auth-footer-section p {
        color: #FFF;
        font-size: 12px;
        font-weight: 400;
    }
}
.theme-dark #auth-page #auth-footer-section .social-link {
    padding: 10px;
    border-radius: 7px;
    background: #ea5a5a;
}

/* /Auth page */
/*****
* /Dark Mode
*****/
#company-dashboard #side-menu {
    border-radius: 15px;
    border: 1px solid #d62828;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) -27.76%, rgba(244, 128, 38, 0.04) 55.41%, rgba(255, 255, 255, 0) 162.33%);
    height: 800px;
}
@media screen and (max-width: 767px) {
    #company-dashboard #side-menu {
        height: auto;
    }
}
#company-dashboard #side-menu #company-profile-name .user-name {
    color: #43454D;
    font-size: 14px;
    font-weight: 500;
}
#company-dashboard #side-menu #company-profile-name .user-registered-at {
    color: rgba(67, 69, 77, 0.5);
    font-size: 14px;
    font-weight: 400;
}
#company-dashboard #side-menu .menu-group-title {
    margin-bottom: 20px;
}
#company-dashboard #side-menu .menu-group-title span {
    color: #92929D;
    font-size: 12px;
    font-weight: 500;
    background-color: #FEFBF8;
    padding: 0 5px;
    margin-right: 16px;
}
#company-dashboard #side-menu .menu-group-title hr {
    margin-top: -12px;
    z-index: 0;
    border-color: rgba(154, 154, 154, 0.2);
}
#company-dashboard #side-menu .menu-item {
    font-size: 14px;
    font-weight: 500;
    color: #43454D;
    display: flex;
    margin: 12px 0;
    padding: 4px 12px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    transition: 0.3s;
}
#company-dashboard #side-menu .menu-item.active {
    color: #FFF;
    height: 48px;
    padding: 12px;
    border-radius: 15px;
    border: 1px solid #ea5a5a;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
    box-shadow: 1px 1px 1px 1px var(--Primary-100, #ea5a5a) inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
}
#company-dashboard #side-menu .menu-item.active svg.menu-icon path {
    fill: #fff;
}
#company-dashboard #side-menu .menu-item:not(#menu-addresses):not(.active):hover {
    color: #d62828;
    transition: 0.3s;
}
#company-dashboard #side-menu .menu-item svg.menu-icon path {
    fill: #43454D;
}
#company-dashboard #side-menu .sub-menus {
    background-position: top -4px right 10px;
    background-repeat: no-repeat;
    background-size: 12px 50px;
}
#company-dashboard #side-menu .sub-menus .sub-menu-item.active {
    color: #d62828;
}
#company-dashboard #side-menu #menu-addresses-toggle svg:last-of-type {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
#company-dashboard #side-menu #menu-addresses-toggle svg:last-of-type.rotated {
    transform: rotate(0deg);
}
#company-dashboard #side-menu .btn-profile-logout {
    border-radius: 15px;
    background: rgba(239, 90, 60, 0.07);
    display: flex;
    height: 53px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
#company-dashboard #company-profile-content-section .title {
    color: #d62828;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 28px;
}
#company-dashboard #company-profile-content-section .title:before {
    content: " ";
    width: 101px;
    height: 14px;
    background: rgba(244, 128, 38, 0.11);
    margin-top: 10px;
    position: absolute;
}
#company-dashboard #company-profile-content-section .middle-title {
    color: #43454D;
    font-size: 16px;
    font-weight: 500;
}
#company-dashboard #company-profile-content-section section.bordered-only {
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -12.94%, rgba(244, 128, 38, 0.02) 42.75%, rgba(255, 255, 255, 0) 114.35%);
}
@media screen and (max-width: 767px) {
    #company-dashboard #company-profile-content-section #overview-profile-info section {
        background: none !important;
    }
}
#company-dashboard #company-profile-content-section #overview-profile-info .profile-info {
    color: #43454D;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
#company-dashboard #company-profile-content-section #overview-profile-info .profile-info label {
    color: rgba(67, 69, 77, 0.5);
}
#company-dashboard #company-profile-content-section #overview-profile-info .profile-info input {
    padding: 4px;
    border: 1px solid lightgray;
    border-radius: 8px;
}
#company-dashboard #company-profile-content-section #overview-profile-info .profile-info input[disabled] {
    background: transparent;
    border: none;
}
#company-dashboard #company-profile-content-section #overview-profile-info .btn-edit:hover path {
    stroke: #d62828;
}
#company-dashboard #company-profile-content-section .bordered-and-filled {
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    background: #F6F6F6;
    padding: 16px;
}
#company-dashboard #company-profile-content-section {
    /* Search box */
}
#company-dashboard #company-profile-content-section .search-box {
    background: #F1F1F1;
    width: 227px;
    height: 48px;
    border-radius: 10px;
    padding: 12px;
}
#company-dashboard #company-profile-content-section .search-box input {
    color: rgba(77, 77, 77, 0.5);
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    height: 30px;
    outline: none;
}
#company-dashboard #company-profile-content-section .search-box #search-field {
    padding: 8px;
}
#company-dashboard #company-profile-content-section {
    /* /Search box */
    /* Latest orders */
}
#company-dashboard #company-profile-content-section #latest-orders .order-item {
    background: #FFF;
    border-radius: 15px;
    border: 1px solid #F4F4F4;
    padding: 12px;
}
#company-dashboard #company-profile-content-section #latest-orders .order-item-details {
    color: rgba(67, 69, 77, 0.5);
    font-size: 12px;
    font-weight: 500;
}
#company-dashboard #company-profile-content-section #latest-orders .order-item-details span {
    font-weight: 600;
    color: #43454D;
}
#company-dashboard #company-profile-content-section {
    /* /Latest orders */
    /* Orders page */
}
#company-dashboard #company-profile-content-section #orders #orders-filters .btn-filter {
    color: #43454D;
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
    display: flex;
    height: 44px;
    padding: 14px 12px;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s;
}
#company-dashboard #company-profile-content-section #orders #orders-filters .btn-filter.active {
    color: #FFF;
    border: 1px solid #ea5a5a;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
    box-shadow: 1px 1px 1px 1px var(--Primary-100, #ea5a5a) inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
}
#company-dashboard #company-profile-content-section #orders #orders-filters .btn-filter.active svg path {
    fill: #fff;
}
#company-dashboard #company-profile-content-section #orders #orders-filters .btn-filter:not(.active):hover {
    color: #d62828;
    transition: 0.3s;
}
#company-dashboard #company-profile-content-section #orders #orders-filters .btn-filter svg path {
    fill: #43454D;
}
#company-dashboard #company-profile-content-section #orders .middle-title {
    color: #43454D;
    font-size: 14px;
    font-weight: 500;
}
#company-dashboard #company-profile-content-section #orders .order-status.processing {
    color: #38C976;
}
#company-dashboard #company-profile-content-section #orders .orders-list .order-item-details {
    color: rgba(67, 69, 77, 0.5);
    font-size: 16px;
    font-weight: 500;
}
#company-dashboard #company-profile-content-section #orders .orders-list .order-item-details span {
    color: #43454D;
    font-weight: 500;
}
#company-dashboard #company-profile-content-section {
    /* /Orders page */
    /* Downloads page */
}
#company-dashboard #company-profile-content-section #downloads .middle-title {
    color: #43454D;
    font-size: 14px;
    font-weight: 500;
}
#company-dashboard #company-profile-content-section #downloads .order-status.processing {
    color: #38C976;
}
#company-dashboard #company-profile-content-section #downloads .orders-list .order-item-details {
    color: rgba(67, 69, 77, 0.5);
    font-size: 16px;
    font-weight: 500;
}
#company-dashboard #company-profile-content-section #downloads .orders-list .order-item-details span {
    color: #43454D;
}
#company-dashboard #company-profile-content-section #downloads .company-product-download-item {
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
#company-dashboard #company-profile-content-section #downloads .company-product-download-item .company-product-image {
    border-radius: 8px;
}
#company-dashboard #company-profile-content-section #downloads .company-product-download-item .company-product-name {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 500;
}
#company-dashboard #company-profile-content-section #downloads .company-product-download-item .btn-download {
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #ea5a5a;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
    box-shadow: 1px 1px 1px 1px var(--Primary-100, #ea5a5a) inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    height: 40px;
    padding: 12px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
}
#company-dashboard #company-profile-content-section #downloads .company-product-download-item .btn-view-product {
    font-size: 14px;
    color: #d62828;
    border-radius: 8.627px;
    background: rgba(244, 128, 38, 0.07);
    display: flex;
    height: 40px;
    padding: 12px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
}
#company-dashboard #company-profile-content-section {
    /* /Downloads page */
    /* Favorites */
}
#company-dashboard #company-profile-content-section #favorites #btn-remove-all-favorites {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}
#company-dashboard #company-profile-content-section #favorites #btn-remove-all-favorites:hover {
    color: #d62828;
    transition: 0.3s;
}
#company-dashboard #company-profile-content-section #favorites .company-product-favorite-item {
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    padding: 12px;
    height: 120px;
}
#company-dashboard #company-profile-content-section #favorites .company-product-favorite-item .company-product-image {
    width: 120px;
}
#company-dashboard #company-profile-content-section #favorites .company-product-favorite-item .company-product-image img {
    border-radius: 8px;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
#company-dashboard #company-profile-content-section #favorites .company-product-favorite-item .created-at {
    color: rgba(77, 77, 77, 0.5);
    font-size: 12px;
    font-weight: 500;
}
#company-dashboard #company-profile-content-section #favorites .company-product-favorite-item .company-product-cta-buttons .btn-remove-favorite svg path {
    fill: #d62828;
}
#company-dashboard #company-profile-content-section {
    /* /Favorites */
    /* Addresses */
}
#company-dashboard #company-profile-content-section #addresses .company-address-item {
    color: #43454D;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    padding: 16px;
}
#company-dashboard #company-profile-content-section #addresses .company-address-item svg {
    margin-left: 4px;
}
#company-dashboard #company-profile-content-section #addresses .company-address-item .address {
    color: #d62828;
}
#company-dashboard #company-profile-content-section #addresses #new-address {
    color: #43454D;
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
    border: 1px dashed rgba(67, 69, 77, 0.35);
    background: #FFF;
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 200px;
    padding: 10px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
#company-dashboard #company-profile-content-section #addresses #new-address:hover {
    color: #d62828;
}
#company-dashboard #company-profile-content-section {
    /* /Addresses */
    /* New address */
}
#company-dashboard #company-profile-content-section #add-new-address input,
#company-dashboard #company-profile-content-section #add-new-address select {
    font-family: "YekanBakh-FaNum", serif;
    font-size: 14px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid rgba(142, 142, 142, 0.2);
    height: 47px;
    padding: 12px 8px;
    margin-top: 4px;
    width: 100%;
}
#company-dashboard #company-profile-content-section #add-new-address input:focus-visible,
#company-dashboard #company-profile-content-section #add-new-address select:focus-visible {
    border: 1px solid #d62828;
    outline: none;
}
#company-dashboard #company-profile-content-section {
    /* /New address */
}

/* Dark mode */
.theme-dark #company-dashboard #side-menu {
    border: 1px solid #d62828;
    background: transparent;
}

.theme-dark #company-dashboard #side-menu #company-profile-name .user-name {
    color: #43454D;
    font-size: 14px;
    font-weight: 500;
}

.theme-dark #company-dashboard #side-menu #company-profile-name .user-registered-at {
    color: rgba(255, 255, 255, 0.5);
}

.theme-dark #company-dashboard #side-menu .menu-group-title span {
    color: #fff;
    background: #3f3f3f;
}

.theme-dark #company-dashboard #side-menu .menu-item {
    color: #fff;
    transition: 0.3s;
}

.theme-dark #company-dashboard #side-menu .menu-item:not(#menu-addresses):not(.active):hover {
    color: #d62828;
    transition: 0.3s;
}

.theme-dark #company-dashboard #side-menu .menu-item svg.menu-icon path {
    fill: #fff;
}

.theme-dark #company-dashboard #side-menu .menu-item.active {
    color: #292929;
    border: 1.5px solid #ea5a5a;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
    box-shadow: 1px 1px 1px 1px var(--Primary-100, #ea5a5a) inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
}

.theme-dark #company-dashboard #side-menu .menu-item.active svg.menu-icon path {
    fill: #292929;
}

.theme-dark #company-dashboard #side-menu .sub-menus {
}

.theme-dark #company-dashboard #side-menu .sub-menus .sub-menu-item.active {
    color: #d62828;
}

.theme-dark #company-dashboard #side-menu .btn-profile-logout {
    background: rgba(239, 90, 60, 0.07);
}

.theme-dark #company-dashboard #company-profile-content-section .title {
    color: #d62828;
}

.theme-dark #company-dashboard #company-profile-content-section .title:before {
    background: rgba(244, 128, 38, 0.11);
}

.theme-dark #company-dashboard #company-profile-content-section .middle-title {
    color: #fff;
}

.theme-dark #company-dashboard #company-profile-content-section .middle-title svg path {
    fill: #fff;
}

.theme-dark #company-dashboard #company-profile-content-section section.bordered-only {
    border: 1px solid #4A4A4A;
    background: transparent;
}

.theme-dark #company-dashboard #company-profile-content-section #overview-profile-info .profile-info {
    color: #fff;
}

.theme-dark #company-dashboard #company-profile-content-section #overview-profile-info .profile-info label {
    color: rgba(255, 255, 255, 0.5);
}

.theme-dark #company-dashboard #company-profile-content-section #overview-profile-info .btn-edit path {
    stroke: #fff;
}

.theme-dark #company-dashboard #company-profile-content-section #overview-profile-info .btn-edit:hover path {
    stroke: #d62828;
}

.theme-dark #company-dashboard #company-profile-content-section .bordered-and-filled {
    border: 1px solid #4A4A4A;
    background: #292929;
}

/* Search box */
.theme-dark #company-dashboard #company-profile-content-section .search-box {
    background: rgba(246, 246, 246, 0.05);
}

.theme-dark #company-dashboard #company-profile-content-section .search-box input {
    color: rgba(255, 255, 255, 0.5);
}

.theme-dark #company-dashboard #company-profile-content-section .search-box svg path {
    stroke: #fff;
}

/* /Search box */
/* Latest orders */
.theme-dark #company-dashboard #company-profile-content-section #latest-orders .order-item {
    background: #292929;
    border: 1px solid #292929;
}

.theme-dark #company-dashboard #company-profile-content-section #latest-orders .order-item-details {
    color: rgba(255, 255, 255, 0.5);
}

.theme-dark #company-dashboard #company-profile-content-section #latest-orders .order-item-details span {
    color: #fff;
}

/* /Latest orders */
/* Orders page */
.theme-dark #company-dashboard #company-profile-content-section #orders #orders-filters .btn-filter {
    color: #fff;
    transition: 0.3s;
}

.theme-dark #company-dashboard #company-profile-content-section #orders #orders-filters .btn-filter:not(.active):hover {
    color: #d62828;
    transition: 0.3s;
}

.theme-dark #company-dashboard #company-profile-content-section #orders #orders-filters .btn-filter svg path {
    fill: #fff;
}

.theme-dark #company-dashboard #company-profile-content-section #orders #orders-filters .btn-filter.active {
    color: #292929;
    border: 1.5px solid #ea5a5a;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
    box-shadow: 1px 1px 1px 1px var(--Primary-100, #ea5a5a) inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
}

.theme-dark #company-dashboard #company-profile-content-section #orders #orders-filters .btn-filter.active svg path {
    fill: #292929;
}

.theme-dark #company-dashboard #company-profile-content-section #orders .middle-title {
    color: #fff;
}

.theme-dark #company-dashboard #company-profile-content-section #orders .order-status.processing {
    color: #38C976;
}

.theme-dark #company-dashboard #company-profile-content-section #orders .orders-list .order-item-details {
    color: rgba(255, 255, 255, 0.5);
}

.theme-dark #company-dashboard #company-profile-content-section #orders .orders-list .order-item-details span {
    color: #fff;
    font-weight: 500;
}

/* /Orders page */
/* Downloads page */
.theme-dark #company-dashboard #company-profile-content-section #downloads .middle-title {
    color: #fff;
}

.theme-dark #company-dashboard #company-profile-content-section #downloads .order-status.processing {
    color: #38C976;
}

.theme-dark #company-dashboard #company-profile-content-section #downloads .orders-list .order-item-details {
    color: rgba(255, 255, 255, 0.5);
}

.theme-dark #company-dashboard #company-profile-content-section #downloads .orders-list .order-item-details span {
    color: #fff;
}

.theme-dark #company-dashboard #company-profile-content-section #downloads .company-product-download-item {
    border: 1px solid #292929;
}

.theme-dark #company-dashboard #company-profile-content-section #downloads .company-product-download-item .company-product-name {
    color: #fff;
}

.theme-dark #company-dashboard #company-profile-content-section #downloads .company-product-download-item .btn-download {
    color: #292929;
    border: 1px solid #ea5a5a;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
    box-shadow: 1px 1px 1px 1px var(--Primary-100, #ea5a5a) inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
}

.theme-dark #company-dashboard #company-profile-content-section #downloads .company-product-download-item .btn-view-product {
    color: #d62828;
    background: rgba(244, 128, 38, 0.07);
}

/* /Downloads page */
/* Favorites */
.theme-dark #company-dashboard #company-profile-content-section #favorites #btn-remove-all-favorites {
    color: #fff;
    transition: 0.3s;
}

.theme-dark #company-dashboard #company-profile-content-section #favorites #btn-remove-all-favorites:hover {
    color: #d62828;
    transition: 0.3s;
}

.theme-dark #company-dashboard #company-profile-content-section #favorites .company-product-favorite-item {
    border: 1px solid #292929;
    background: #292929;
}

.theme-dark #company-dashboard #company-profile-content-section #favorites .company-product-favorite-item .created-at {
    color: rgba(255, 255, 255, 0.5);
}

/* /Favorites */
/* Addresses */
.theme-dark #company-dashboard #company-profile-content-section #addresses .company-address-item {
    color: #fff;
    border: 1px solid #292929;
    background: #292929;
}

.theme-dark #company-dashboard #company-profile-content-section #addresses .company-address-item .address {
    color: #d62828;
}

.theme-dark #company-dashboard #company-profile-content-section #addresses #new-address {
    color: #fff;
    border: 1px dashed rgba(255, 255, 255, 0.35);
    background: #292929;
}

.theme-dark #company-dashboard #company-profile-content-section #addresses #new-address:hover {
    color: #d62828;
}

/* /Addresses */
.theme-dark #company-dashboard #side-menu {
    border: none;
}
.theme-dark #company-dashboard #side-menu .menu-item.active {
    border: 1px solid #ea5a5a;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
}
.theme-dark #company-dashboard #side-menu .menu-item.active svg.menu-icon path {
    fill: #fff;
    stroke: #fff;
}
.theme-dark #company-dashboard #side-menu .menu-item:not(#menu-addresses):not(.active):hover {
    color: #d62828 !important;
}
.theme-dark #company-dashboard #company-profile-content-section #orders #orders-filters .btn-filter.active {
    color: #FFF !important;
}
.theme-dark #company-dashboard #company-profile-content-section #favorites #btn-remove-all-favorites svg path {
    fill: #fff;
}
.theme-dark #company-dashboard #company-profile-content-section #favorites .company-product-favorite-item .company-product-cta-buttons .add-to-cart svg path {
    fill: #fff;
}

.company-add-to-cart-widget form.cart {
    margin-bottom: 0 !important;
}
.company-add-to-cart-widget hr {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    border-color: rgba(133, 133, 133, 0.3);
}
.company-add-to-cart-widget .quantity input.qty {
    -moz-appearance: textfield; /* Firefox */
    /* Hide number input arrows (all browsers) */
}
.company-add-to-cart-widget .quantity input.qty::-webkit-outer-spin-button, .company-add-to-cart-widget .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.company-add-to-cart-widget .company-attribute .company-attribute-label {
    font-size: 17px;
    font-weight: 600;
    color: #02314B;
}
.company-add-to-cart-widget .company-attribute .company-attribute-options {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    min-height: 32px;
}
.company-add-to-cart-widget .company-attribute .company-attribute-options select {
    background-color: #fafafa;
    border-radius: 8px;
    padding: 0 4px;
    border: 1px solid #dfdfdf;
}
.company-add-to-cart-widget .company-attribute .company-attribute-btn {
    font-family: "MorabbaVF", serif;
    font-size: 13px;
    color: #43454D;
    padding: 4px 14px;
    border: 1px solid rgba(67, 69, 77, 0.1);
    border-radius: 6px !important;
    cursor: pointer;
    transition: all 0.3s;
}
.company-add-to-cart-widget .company-attribute .company-attribute-btn:hover {
    background: rgba(67, 69, 77, 0.06);
}
.company-add-to-cart-widget .company-attribute .company-attribute-btn.active {
    background: rgba(67, 69, 77, 0.06);
}
.company-add-to-cart-widget .company-attribute .company-attribute-btn.company-color-circle {
    width: 24px;
    height: 24px;
    border-radius: 100% !important;
    border: 5px solid rgba(255, 255, 255, 0.8);
    padding: 0;
    position: relative;
    display: inline-block;
}
.company-add-to-cart-widget .company-attribute .company-attribute-btn.company-color-circle.active {
    width: 32px;
    height: 32px;
    border-radius: 100% !important;
    border: 5px solid rgba(255, 255, 255, 0.8);
    padding: 0;
}
.company-add-to-cart-widget .company-attribute .company-attribute-btn.company-color-circle.active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px; /* اندازه SVG */
    height: 14px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.33301 6.92635L5.35709 10.3147C5.40318 10.3664 5.48576 10.367 5.53263 10.316L11.6663 3.64551' stroke='white' stroke-width='2' stroke-linecap='round'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.company-add-to-cart-widget .company-attribute #color-attribute-title {
    color: #d62828;
    font-size: 11px;
}
.company-add-to-cart-widget {
    /* Price */
}
.company-add-to-cart-widget .company-product-price {
    font-size: 18px;
    font-weight: 400;
    color: rgba(67, 69, 77, 0.5);
}
.company-add-to-cart-widget .company-price .price {
    font-size: 24px;
    font-weight: bold;
    color: #d62828 !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 14px;
}
.company-add-to-cart-widget .company-price .price del {
    color: #7B7B7B;
    margin-left: auto;
}
.company-add-to-cart-widget .company-price .price del bdi::after {
    width: 0;
    height: 0;
    margin-left: 0;
    background: none;
    display: none;
}
.company-add-to-cart-widget .company-price .price bdi span {
    display: none;
}
.company-add-to-cart-widget .company-price .price ins {
    text-decoration: none;
}
.company-add-to-cart-widget .company-price .price bdi::after {
    content: "تومان";
    position: absolute;
    rotate: 270deg;
    font-size: 12px;
    margin-right: -10px;
    margin-top: 6px;
}
.company-add-to-cart-widget .company-price .price .discount-percent {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background-color: #d62828;
    border-radius: 4px;
    padding: 4px 8px 2px;
    margin-top: 3px;
    display: block;
    position: absolute;
    left: 50% !important;
    right: inherit !important;
    transform: translateX(-50%) !important;
}
.company-add-to-cart-widget {
    /* Quantity */
}
.company-add-to-cart-widget .company-quantity {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}
.company-add-to-cart-widget .company-quantity input {
    font-family: "YekanBakh-FaNum", serif;
    font-size: 21px;
    font-weight: 400;
    color: #43454D;
    line-height: normal;
    width: 20px !important;
    padding-right: 3px;
    text-align: center;
}
.company-add-to-cart-widget .company-quantity input:focus-visible {
    outline: none;
}
.company-add-to-cart-widget .company-qty-btn {
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    color: #43454D;
    border: 1px solid #DBDBDB;
    border-radius: 9px !important;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s;
}
.company-add-to-cart-widget .company-qty-btn:hover {
    background: #ddd;
    transition: 0.3s;
}
.company-add-to-cart-widget .company-add-btn {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    flex-shrink: 0;
    border-radius: 7px !important;
    background: #38C976;
    padding: 0 12px;
}

/* Dark mode */
.theme-dark .company-attribute-label {
    color: #fff !important;
}
.theme-dark .company-attribute-btn {
    color: #fff;
    border: 1px solid rgba(67, 69, 77, 0.1);
}
.theme-dark .company-attribute-btn:hover {
    background: rgba(67, 69, 77, 0.06);
}
.theme-dark .company-attribute-btn.active {
    background: rgba(67, 69, 77, 0.06);
}
.theme-dark .company-attribute-btn.company-color-circle {
    border: 5px solid rgba(40, 40, 40, 0.8) !important;
}
.theme-dark .company-attribute-btn.company-color-circle.active {
    border: 5px solid rgba(40, 40, 40, 0.8) !important;
}
.theme-dark {
    /* Price */
}
.theme-dark .company-product-price {
    color: rgba(255, 255, 255, 0.5);
}
.theme-dark .company-price del {
    color: #fff;
}
.theme-dark .company-price .price {
    color: #d62828 !important;
}
.theme-dark {
    /* Quantity */
}
.theme-dark .company-quantity input {
    color: #fff;
    background-color: transparent !important;
}
.theme-dark .company-qty-btn {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-dark .company-qty-btn:hover {
    background: #292929;
}
.theme-dark .company-qty-btn svg path {
    fill: #fff;
    stroke: transparent;
}
.theme-dark .company-add-btn {
    color: #fff;
    background: #38C976;
}

/* /Dark mode */
#company-ajax-search #ajax-search-box {
    background: #F1F1F1;
    width: 733px;
    height: 48px;
    margin-right: -680px;
    border-radius: 10px;
    margin-top: -12px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
@media screen and (max-width: 1024px) {
    #company-ajax-search #ajax-search-box {
        width: 100%;
        margin-right: 0;
    }
}
#company-ajax-search #ajax-search-box input {
    color: rgba(77, 77, 77, 0.5);
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    height: 30px;
    outline: none;
}
#company-ajax-search #ajax-search-box #search-field {
    padding: 8px;
}
#company-ajax-search #search-results-box {
    font-size: 12px;
    color: #43454D;
    width: 733px;
    padding: 12px;
    margin-top: 26px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
@media screen and (max-width: 1024px) {
    #company-ajax-search #search-results-box {
        width: 100%;
        margin-top: 8px;
    }
}
#company-ajax-search #search-results-box .recent-search-item {
    color: #43454D;
    font-size: 12px;
    font-weight: 600;
    border-radius: 59px;
    background: #F0F0F0;
    padding: 8px;
}

/* Dark mode */
.theme-dark #company-ajax-search #ajax-search-box {
    background: #292929;
}
.theme-dark #company-ajax-search #ajax-search-box input {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    height: 30px;
    outline: none;
}
.theme-dark #company-ajax-search svg path {
    stroke: #fff;
}
.theme-dark #company-ajax-search #search-results-box {
    color: #fff;
    background: #292929;
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}
.theme-dark #company-ajax-search #search-results-box .recent-search-item {
    color: #fff;
    background: #292929;
}

/* /Dark mode */
.company-blog-posts-carousel .swiper-wrapper {
    padding-bottom: 20px;
}
.company-blog-posts-carousel .swiper-navigation div {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    width: 86px;
    height: 45px;
    padding: 10px 31px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}
.company-blog-posts-carousel .swiper-navigation div:hover {
    border: 1px solid #e45454;
    transition: 0.3s;
}
.company-blog-posts-carousel .swiper-navigation div:hover svg path {
    stroke: #e45454;
    transition: 0.3s;
}
.company-blog-posts-carousel .swiper-navigation div.disabled {
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    width: 46px;
    height: 46px;
    padding: 11px;
    display: inline-block;
    cursor: default;
}
.company-blog-posts-carousel .swiper-navigation div.disabled svg path {
    stroke: rgba(255, 255, 255, 0.45);
}
.company-blog-posts-carousel .swiper-navigation div svg path {
    stroke: rgba(255, 255, 255, 0.45);
}
.company-blog-posts-carousel .company-blog-post-item {
    margin-right: 0 !important;
    padding: 8px;
    border-radius: 40px;
    border: 1px solid #EEE;
    background: rgba(245, 245, 245, 0.95);
    backdrop-filter: blur(16px);
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .company-blog-posts-carousel .company-blog-post-item {
        border-radius: 20px;
    }
}
.company-blog-posts-carousel .company-blog-post-item:hover {
    background: rgba(252, 252, 252, 0.95);
    box-shadow: 0 0 20px 0 #e3e3e3;
    transition: 0.3s;
}
.company-blog-posts-carousel .company-blog-post-item .company-post-image .image {
    width: 100%;
    height: 290px;
    background-position: center;
    background-size: cover;
    border-radius: 32px;
}
@media screen and (max-width: 767px) {
    .company-blog-posts-carousel .company-blog-post-item .company-post-image .image {
        height: 134px;
    }
}
.company-blog-posts-carousel .company-blog-post-item .company-post-categories {
    position: absolute;
    top: 13px;
    right: 19px;
}
.company-blog-posts-carousel .company-blog-post-item .company-post-categories .company-post-category {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.24);
    padding: 4px;
}
.company-blog-posts-carousel .company-blog-post-item .company-post-categories .company-post-category a {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .company-blog-posts-carousel .company-blog-post-item .company-post-categories .company-post-category a {
        font-size: 10px;
    }
}
.company-blog-posts-carousel .company-blog-post-item .company-blog-post-title {
    padding: 8px;
}
@media screen and (max-width: 767px) {
    .company-blog-posts-carousel .company-blog-post-item .company-blog-post-title {
        padding: 0;
    }
}
.company-blog-posts-carousel .company-blog-post-item .company-blog-post-title a {
    color: #43454D;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    display: block;
}
@media screen and (max-width: 767px) {
    .company-blog-posts-carousel .company-blog-post-item .company-blog-post-title a {
        color: #43454D;
        font-size: 10px;
        font-weight: 500;
    }
}
.company-blog-posts-carousel .company-blog-post-item .company-blog-post-excerpt {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* Dark mode */
.theme-dark .company-blog-posts-carousel .swiper-navigation div {
    border: 1px solid rgba(0, 0, 0, 0.45);
    transition: 0.3s;
}
.theme-dark .company-blog-posts-carousel .swiper-navigation div:hover {
    border: 1px solid #e45454;
    transition: 0.3s;
}
.theme-dark .company-blog-posts-carousel .swiper-navigation div:hover svg path {
    stroke: #e45454;
    transition: 0.3s;
}
.theme-dark .company-blog-posts-carousel .swiper-navigation div svg path {
    stroke: rgba(0, 0, 0, 0.45);
}
.theme-dark .company-blog-posts-carousel .swiper-navigation div.disabled {
    border: 1px solid rgba(0, 0, 0, 0.45);
}
.theme-dark .company-blog-posts-carousel .swiper-navigation div.disabled svg path {
    stroke: rgba(0, 0, 0, 0.45);
}
.theme-dark .company-blog-posts-carousel .company-blog-post-item {
    border: 1px solid #292929;
    background: rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}
.theme-dark .company-blog-posts-carousel .company-blog-post-item:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px 0 #292929;
    transition: 0.3s;
}
.theme-dark .company-blog-posts-carousel .company-blog-post-item .company-post-categories .company-post-category {
    background: rgba(255, 255, 255, 0.2);
}
.theme-dark .company-blog-posts-carousel .company-blog-post-item .company-post-categories .company-post-category a {
    color: #fff;
}
.theme-dark .company-blog-posts-carousel .company-blog-post-item .company-blog-post-title a {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .theme-dark .company-blog-posts-carousel .company-blog-post-item .company-blog-post-title a {
        color: #fff;
    }
}
.theme-dark .company-blog-posts-carousel .company-blog-post-item .company-blog-post-excerpt {
    color: rgba(0, 0, 0, 0.5);
}

/* /Dark mode */
.company-blog-posts-grid .company-blog-post-item {
    font-family: "YekanBakh-FaNum", serif;
    padding: 18px 12px;
    border-radius: 14px;
    border: 2px solid #EBEBEB;
    transition: 0.3s;
}
.company-blog-posts-grid .company-blog-post-item:hover {
    border: 2px solid #d62828;
    transition: 0.3s;
}
.company-blog-posts-grid .company-blog-post-item .company-blog-post-image {
    width: 100%;
    height: 274px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .company-blog-posts-grid .company-blog-post-item .company-blog-post-image {
        height: 200px;
    }
}
.company-blog-posts-grid .company-blog-post-item .company-blog-post-meta {
    color: rgba(77, 77, 77, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    padding: 12px 0;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.company-blog-posts-grid .company-blog-post-item .company-blog-post-meta span {
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.company-blog-posts-grid .company-blog-post-item .company-blog-post-title {
    border-right: 2px solid #d62828;
    padding-right: 8px;
}
.company-blog-posts-grid .company-blog-post-item .company-blog-post-title a {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
}
.company-blog-posts-grid .company-blog-post-item .company-blog-post-excerpt {
    color: #4D4D4D;
    text-align: justify;
    font-size: 13px;
    font-weight: 400;
}
.company-blog-posts-grid .company-blog-post-item .btn-read-more {
    color: #4D4D4D;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    background: #F7F7F7;
    display: flex;
    height: 42px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 10px;
    transition: 0.3s;
}
.company-blog-posts-grid .company-blog-post-item .btn-read-more:hover {
    color: #FFF;
    background: #d62828;
    transition: 0.3s;
}
.company-blog-posts-grid .company-blog-post-item .btn-read-more:hover svg path {
    stroke: #fff;
    transition: 0.3s;
}
.company-blog-posts-grid .company-blog-post-item .btn-read-more svg path {
    stroke: #4D4D4D;
    transition: 0.3s;
}

/* Dark mode */
.theme-dark .company-blog-posts-grid .company-blog-post-item {
    background-color: rgba(255, 255, 255, 0.05);
    border: 2px solid #292929;
    transition: 0.3s;
}
.theme-dark .company-blog-posts-grid .company-blog-post-item:hover {
    border: 2px solid #d62828;
    transition: 0.3s;
}
.theme-dark .company-blog-posts-grid .company-blog-post-item hr {
    border-color: #575757;
}
.theme-dark .company-blog-posts-grid .company-blog-post-item .company-blog-post-meta {
    color: rgba(255, 255, 255, 0.5);
}
.theme-dark .company-blog-posts-grid .company-blog-post-item .company-blog-post-meta span {
    color: #fff;
}
.theme-dark .company-blog-posts-grid .company-blog-post-item .company-blog-post-meta svg path {
    fill: #fff;
}
.theme-dark .company-blog-posts-grid .company-blog-post-item .company-blog-post-title {
    border-right: 2px solid #d62828;
}
.theme-dark .company-blog-posts-grid .company-blog-post-item .company-blog-post-title a {
    color: #fff;
}
.theme-dark .company-blog-posts-grid .company-blog-post-item .company-blog-post-excerpt {
    color: #fff;
}
.theme-dark .company-blog-posts-grid .company-blog-post-item .btn-read-more {
    color: #fff;
    background: #292929;
    transition: 0.3s;
}
.theme-dark .company-blog-posts-grid .company-blog-post-item .btn-read-more:hover {
    color: #FFF;
    background: #d62828;
    transition: 0.3s;
}
.theme-dark .company-blog-posts-grid .company-blog-post-item .btn-read-more:hover svg path {
    stroke: #fff;
    transition: 0.3s;
}
.theme-dark .company-blog-posts-grid .company-blog-post-item .btn-read-more svg path {
    stroke: #fff;
    transition: 0.3s;
}

/* /Dark mode */
.company-faq-item {
    text-align: right;
    border-radius: 0;
    background: #FFF;
    padding: 24px 58px 24px 24px;
    min-height: 103px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 16px;
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .company-faq-item {
        padding: 12px;
    }
}
.company-faq-item.active {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 10px 10px #eeeeee;
    border-bottom: none;
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .company-faq-item.active {
        box-shadow: 0 4px 10px 4px #eeeeee;
    }
}
.company-faq-item.active button {
    color: #d62828;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .company-faq-item.active button {
        font-size: 12px;
    }
}
.company-faq-item.active button .icon {
    margin-left: 4px;
}
.company-faq-item.active button .icon path {
    fill: #d62828;
    opacity: 1;
}
.company-faq-item button {
    color: #43454D;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .company-faq-item button {
        font-size: 12px;
    }
}
.company-faq-item button:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.company-faq-item .company-faq-answer {
    color: #43454D;
    font-size: 14px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .company-faq-item .company-faq-answer {
        font-size: 12px;
    }
}

/* Dark mode */
.theme-dark .company-faq-item {
    background: #292929;
    border-bottom: 1px solid #9B9B9B;
    transition: 0.3s;
}
.theme-dark .company-faq-item.active {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 40px 32px 0 rgba(0, 0, 0, 0.05), 0 10px 16px 0 rgba(0, 0, 0, 0.08), 0 10px 8px 0 rgba(0, 0, 0, 0.03), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
    transition: 0.3s;
}
.theme-dark .company-faq-item.active button {
    color: #d62828;
    transition: 0.3s;
}
.theme-dark .company-faq-item.active button .icon path {
    fill: #d62828;
}
.theme-dark .company-faq-item button {
    color: #fff;
}
.theme-dark .company-faq-item button .icon path {
    fill: #fff;
}
.theme-dark .company-faq-item .company-faq-question svg path {
    stroke: #fff;
    fill: transparent;
}
.theme-dark .company-faq-item .company-faq-question svg path[fill="#d62828"], .theme-dark .company-faq-item .company-faq-question svg path[stroke="#d62828"] {
    stroke: #d62828;
}
.theme-dark .company-faq-item .company-faq-question svg path[fill="#43454D"] {
    stroke: transparent;
    fill: #fff;
}
.theme-dark .company-faq-item .company-faq-answer {
    color: #fff;
}

/* /Dark mode */
#company-basket:hover #company-basket-summary-box {
    display: block;
    transition: 0.3s;
}
#company-basket #company-basket-summary-box {
    padding-top: 38px;
}
#company-basket #company-basket-summary-box:hover {
    display: block;
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    #company-basket #btn-basket {
        border: 1px solid #43454D;
        border-radius: 10px;
        padding: 7px 8px;
    }
}
@media screen and (max-width: 767px) {
    #company-basket #btn-basket svg {
        width: 20px;
    }
}
#company-basket #btn-basket #company-basket-summary {
    color: #4E5364;
    font-size: 12px;
    font-weight: 700;
    background-color: #FFF;
    border-radius: 24px;
    width: 391px;
    padding: 16px 24px;
    margin-right: -270px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    #company-basket #btn-basket #company-basket-summary {
        width: 350px;
        padding: 12px;
    }
}
#company-basket #btn-basket #company-basket-summary .basket-summary-item {
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    padding: 12px;
    margin: 5px 0;
}
#company-basket #btn-basket #company-basket-summary .basket-summary-item img {
    max-width: 35px;
    margin-left: 15px;
}
#company-basket #btn-basket #company-basket-summary .basket-summary-item .item-title {
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 500;
}
#company-basket #btn-basket #company-basket-summary .basket-summary-item .btn-increase,
#company-basket #btn-basket #company-basket-summary .basket-summary-item .btn-decrease {
    color: #43454D;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
    transition: 0.3s;
}
#company-basket #btn-basket #company-basket-summary .basket-summary-item .btn-increase:hover,
#company-basket #btn-basket #company-basket-summary .basket-summary-item .btn-decrease:hover {
    background-color: ghostwhite;
    transition: 0.3s;
}
#company-basket #btn-basket #company-basket-summary .basket-summary-item .btn-remove {
    opacity: 1;
    transition: 0.2s;
}
#company-basket #btn-basket #company-basket-summary .basket-summary-item .btn-remove:hover {
    opacity: 0.7;
    transition: 0.2s;
}
#company-basket #btn-basket #company-basket-summary .basket-summary-item .item-count {
    color: #9B9CA4;
    font-size: 14px;
    font-weight: 400;
    margin: 0 4px;
}
#company-basket #btn-basket #company-basket-summary .basket-summary-item .item-total {
    font-family: "YekanBakh-FaNum", serif;
    color: #d62828;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    margin-right: 6px;
}
#company-basket #btn-basket #company-basket-summary #btn-goto-cart {
    color: #d62828;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    border-radius: 4px;
    background: rgba(244, 128, 38, 0.15);
    width: 134px;
    height: 42px;
    padding: 0 12px;
    transition: 0.3s;
}
#company-basket #btn-basket #company-basket-summary #btn-goto-cart:hover {
    background: rgba(244, 128, 38, 0.3);
    transition: 0.3s;
}
#company-basket #btn-basket #company-basket-summary #btn-goto-checkout {
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    border-radius: 4px;
    background: #38C976;
    height: 42px;
    padding: 0 12px;
    transition: 0.3s;
}
#company-basket #btn-basket #company-basket-summary #btn-goto-checkout:hover {
    background: #2ba860;
    transition: 0.3s;
}
#company-basket #btn-basket #basket-total {
    font-family: "YekanBakh-FaNum", serif;
    color: #43454D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-top: 23px;
}

/* Dark mode */
.theme-dark #company-basket #btn-basket svg path {
    fill: #fff;
}
.theme-dark #company-basket #btn-basket #company-basket-summary {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}
.theme-dark #company-basket #btn-basket #company-basket-summary .basket-summary-item {
    border: 1px solid #292929;
    background-color: rgba(80, 80, 80, 0.4);
}
.theme-dark #company-basket #btn-basket #company-basket-summary .basket-summary-item .item-title {
    color: #fff;
}
.theme-dark #company-basket #btn-basket #company-basket-summary .basket-summary-item .btn-increase,
.theme-dark #company-basket #btn-basket #company-basket-summary .basket-summary-item .btn-decrease {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-dark #company-basket #btn-basket #company-basket-summary .basket-summary-item .btn-increase:hover,
.theme-dark #company-basket #btn-basket #company-basket-summary .basket-summary-item .btn-decrease:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}
.theme-dark #company-basket #btn-basket #company-basket-summary .basket-summary-item .btn-remove svg path {
    fill: #292929;
}
.theme-dark #company-basket #btn-basket #company-basket-summary .basket-summary-item .item-count {
    color: #fff;
}
.theme-dark #company-basket #btn-basket #company-basket-summary .basket-summary-item .item-total {
    color: #fff;
}
.theme-dark #company-basket #btn-basket #basket-total {
    color: #fff;
}
.theme-dark #company-basket #btn-basket #company-basket-summary #btn-goto-cart {
    color: #d62828;
    background: rgba(244, 128, 38, 0.15);
}
.theme-dark #company-basket #btn-basket #company-basket-summary #btn-goto-checkout {
    color: #292929;
    background: #38C976;
}

/* /Dark mode */
/* Desktop menu and megamenu */
.megamenu-wrapper {
    display: none;
}
.megamenu-wrapper:not(.hidden) {
    padding-top: 0;
    display: block;
}
.megamenu-wrapper .menu-item {
    color: #43454D;
    font-size: 16px;
    font-weight: 500;
}
.megamenu-wrapper .menu-item:not(.btn-megamenu):hover {
    color: #d62828;
    transition: 0.3s;
}
.megamenu-wrapper .menu-item:not(.btn-megamenu):hover svg path {
    fill: #d62828;
    transition: 0.3s;
}
.megamenu-wrapper .menu-item:not(.btn-megamenu) svg path {
    fill: #43454D;
    transition: 0.3s;
}
.megamenu-wrapper .megamenu-box .side-menus {
    padding: 16px;
    background-color: #fff;
    border-radius: 15px;
    width: 296px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.megamenu-wrapper .megamenu-box .side-menus li:hover .title {
    color: #d62828;
    border-radius: 4px;
    border-left: 2px solid #d62828;
    background: rgba(244, 128, 38, 0.15);
    transition: 0.3s;
}
.megamenu-wrapper .megamenu-box .side-menus li .title {
    color: #43454D;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    border-left: 2px solid #FFF;
    height: 38px;
    padding: 0 12px;
    border-radius: 4px;
    transition: 0.3s;
}
.megamenu-wrapper .megamenu-box .side-menus li .title:hover svg path {
    stroke: #d62828;
    transition: 0.3s;
}
.megamenu-wrapper .megamenu-box .side-menus li .title.active {
    color: #d62828;
    background: #d62828;
    border-radius: 4px;
    border-left: 2px solid #d62828;
    background: rgba(244, 128, 38, 0.15);
    transition: 0.3s;
}
.megamenu-wrapper .megamenu-box .side-menus li .title svg path {
    stroke: #43454D;
    transition: 0.3s;
}
.megamenu-wrapper .megamenu-box .sub-categories {
    width: max-content;
    background-color: transparent;
    position: absolute;
    height: 87%;
    margin-right: 324px;
    top: 55px;
    display: none;
}
.megamenu-wrapper .megamenu-box .sub-categories.active {
    display: flex;
}
.megamenu-wrapper .megamenu-box .sub-categories li a {
    color: #43454D;
    font-size: 14px;
    font-weight: 600;
    border-right: 2px solid #d62828;
    padding-right: 10px;
}
.megamenu-wrapper .megamenu-box .sub-categories li a:hover {
    color: #d62828;
}
.megamenu-wrapper .megamenu-box .sub-categories li ul li a {
    color: #43454D;
    font-size: 14px;
    font-weight: 400;
    border-right: none;
    padding-right: 0;
    transition: 0.3s;
}
.megamenu-wrapper .megamenu-box .sub-categories li ul li a:hover {
    color: #d62828;
    transition: 0.3s;
}

.company-main-menu svg {
    display: inline;
    margin-left: 5px;
}
.company-main-menu .menu-item {
    color: #43454D;
    font-size: 16px;
    font-weight: 500;
}
.company-main-menu .menu-item:not(.btn-megamenu):hover {
    color: #d62828;
    transition: 0.3s;
}
.company-main-menu .menu-item:not(.btn-megamenu):hover svg path {
    fill: #d62828;
    transition: 0.3s;
}
.company-main-menu .menu-item:not(.btn-megamenu) svg path {
    fill: #43454D;
    transition: 0.3s;
}
.company-main-menu .menu-item.active {
    color: #d62828;
}
.company-main-menu .btn-megamenu {
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    border-radius: 15px;
    border: 1.5px solid #ea5a5a;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
    box-shadow: 1px 1px 1px 1px #ea5a5a inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
    height: 48px;
    padding: 14px 24px;
    margin-left: 4px;
}
.company-main-menu .btn-megamenu:hover .megamenu-box {
    opacity: 1;
    visibility: visible;
}
.company-main-menu .btn-megamenu svg.arrow-down {
    display: none;
    margin-left: 0;
}
.company-main-menu .btn-megamenu i {
    font-size: 12px;
}
.company-main-menu .btn-megamenu .megamenu-box {
    background-color: rgba(255, 255, 255, 0.76);
    position: absolute;
    width: 100%;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.company-main-menu .btn-megamenu .megamenu-box ul {
    list-style: none;
    margin: 0;
}
.company-main-menu .btn-megamenu .megamenu-box ul li .title {
    color: #43454D;
    font-size: 16px;
    font-weight: 600;
}
.company-main-menu .btn-megamenu .megamenu-box ul li .title:before {
    content: "";
    width: 16px;
    height: 8px;
    display: inline-block;
    margin-right: -25px;
    margin-left: 5px;
}
.company-main-menu .btn-megamenu .megamenu-box ul ul {
    padding-top: 12px;
}
.company-main-menu .btn-megamenu .megamenu-box ul ul li {
    padding: 8px 0;
}
.company-main-menu .btn-megamenu .megamenu-box ul ul li:last-child {
    padding-bottom: 0;
}
.company-main-menu .btn-megamenu .megamenu-box ul ul li a {
    color: #43454D;
    font-size: 14px;
    font-weight: 400;
    border-radius: 50px;
    padding: 6px 0 6px 36px;
    transition: 0.3s;
}
.company-main-menu .btn-megamenu .megamenu-box ul ul li a:hover {
    background-color: #EBE5E3;
    padding: 6px 16px 6px 20px;
    transition: 0.2s;
}
.company-main-menu .btn-megamenu .megamenu-box ul ul li i {
    font-size: 9px;
    margin-right: 4px;
}
.company-main-menu .btn-sliding-menu:hover .megamenu-box {
    opacity: 1;
    visibility: visible;
}
.company-main-menu .btn-sliding-menu .megamenu-box {
    background-color: #fff;
    border-radius: 15px;
    position: absolute;
    min-width: 174px;
    margin-top: 35px;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.company-main-menu .btn-sliding-menu .megamenu-box:hover {
    opacity: 1;
    visibility: visible;
}
.company-main-menu .btn-sliding-menu ul {
    list-style: none;
    margin: 0;
}
.company-main-menu .btn-sliding-menu ul li {
    background: #fff;
    border-radius: 8px;
    margin: 4px 0;
    padding: 7px 8px;
    transition: 0.3s;
}
.company-main-menu .btn-sliding-menu ul li:hover {
    background: #d62828;
    color: #fff;
    transition: 0.3s;
}
.company-main-menu .btn-sliding-menu ul li:hover a {
    color: #fff;
    transition: 0.3s;
}
.company-main-menu .btn-sliding-menu ul li a {
    font-size: 12px;
    font-weight: 600;
    color: #43454D;
}

.megamenu-box {
    background-position: bottom left !important;
    background-repeat: no-repeat !important;
    padding-top: 36px;
    padding-bottom: 36px;
}
@media screen and (max-width: 1023px) {
    .megamenu-box {
        background-image: none !important;
        padding-left: 10px;
    }
}
.megamenu-box:hover {
    opacity: 1;
    visibility: visible;
}

/* /Desktop menu and megamenu */
/* Mobile megamenu */
#company-main-menu-mobile {
    overflow-y: scroll !important;
    max-height: 58vh !important;
}
#company-main-menu-mobile .company-main-menu {
    display: none;
}
#company-main-menu-mobile .side-menus li:hover .title {
    color: #d62828;
    border-radius: 4px;
    border-left: 2px solid #d62828;
    background: rgba(244, 128, 38, 0.15);
    transition: 0.3s;
}
#company-main-menu-mobile .side-menus li .title {
    font-size: 12px;
    background: transparent;
    border: none;
    padding: 8px;
}
#company-main-menu-mobile .side-menus .sub-categories {
    display: none;
}
#company-main-menu-mobile .side-menus .sub-categories.active, #company-main-menu-mobile .side-menus .sub-categories.active .sub-categories {
    display: block;
}
#company-main-menu-mobile .side-menus .sub-categories li a {
    color: #43454D;
    font-size: 14px;
    font-weight: 600;
    border-right: 2px solid #d62828;
    padding-right: 10px;
}
#company-main-menu-mobile .side-menus .sub-categories li a:hover {
    color: #d62828;
}
#company-main-menu-mobile .side-menus .sub-categories li ul li a {
    color: #43454D;
    font-size: 14px;
    font-weight: 400;
    border-right: none;
    padding-right: 0;
    transition: 0.3s;
}
#company-main-menu-mobile .side-menus .sub-categories li ul li a:hover {
    color: #d62828;
    transition: 0.3s;
}

/* /Mobile megamenu */
/* Dark mode */
/* Desktop menu and megamenu */
.theme-dark .megamenu-wrapper:not(.hidden) {
}
.theme-dark .company-main-menu .menu-item,
.theme-dark .megamenu-wrapper .menu-item {
    color: #fff;
}
.theme-dark .company-main-menu .menu-item:not(.btn-megamenu):hover,
.theme-dark .megamenu-wrapper .menu-item:not(.btn-megamenu):hover {
    color: #d62828;
    transition: 0.3s;
}
.theme-dark .company-main-menu .menu-item:not(.btn-megamenu):hover svg path,
.theme-dark .megamenu-wrapper .menu-item:not(.btn-megamenu):hover svg path {
    fill: #d62828;
    transition: 0.3s;
}
.theme-dark .company-main-menu .menu-item:not(.btn-megamenu) svg path,
.theme-dark .megamenu-wrapper .menu-item:not(.btn-megamenu) svg path {
    fill: #fff;
    transition: 0.3s;
}
.theme-dark .company-main-menu .megamenu-box .side-menus,
.theme-dark .megamenu-wrapper .megamenu-box .side-menus {
    background-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.05);
    border: 2px solid #292929;
}
.theme-dark .company-main-menu .megamenu-box .side-menus li:hover .title,
.theme-dark .megamenu-wrapper .megamenu-box .side-menus li:hover .title {
    color: #d62828;
    border-left: 2px solid #d62828;
    background: rgba(244, 128, 38, 0.15);
}
.theme-dark .company-main-menu .megamenu-box .side-menus li .title,
.theme-dark .megamenu-wrapper .megamenu-box .side-menus li .title {
    color: #fff;
    background: transparent;
    border-left: transparent;
}
.theme-dark .company-main-menu .megamenu-box .side-menus li .title:hover svg path,
.theme-dark .megamenu-wrapper .megamenu-box .side-menus li .title:hover svg path {
    stroke: #d62828;
}
.theme-dark .company-main-menu .megamenu-box .side-menus li .title.active,
.theme-dark .megamenu-wrapper .megamenu-box .side-menus li .title.active {
    color: #d62828;
    background: #d62828;
    border-left: 2px solid #d62828;
    background: rgba(244, 128, 38, 0.15);
}
.theme-dark .company-main-menu .megamenu-box .side-menus li .title svg path,
.theme-dark .megamenu-wrapper .megamenu-box .side-menus li .title svg path {
    stroke: #fff;
}
.theme-dark .company-main-menu .megamenu-box .sub-categories li a,
.theme-dark .megamenu-wrapper .megamenu-box .sub-categories li a {
    color: #fff;
    border-right: 2px solid #d62828;
}
.theme-dark .company-main-menu .megamenu-box .sub-categories li a:hover,
.theme-dark .megamenu-wrapper .megamenu-box .sub-categories li a:hover {
    color: #d62828;
}
.theme-dark .company-main-menu .megamenu-box .sub-categories li ul li a,
.theme-dark .megamenu-wrapper .megamenu-box .sub-categories li ul li a {
    color: #fff;
    border-right: transparent;
}
.theme-dark .company-main-menu .megamenu-box .sub-categories li ul li a:hover,
.theme-dark .megamenu-wrapper .megamenu-box .sub-categories li ul li a:hover {
    color: #d62828;
}
.theme-dark .company-main-menu .menu-item.active {
    color: #d62828;
}
.theme-dark .company-main-menu .btn-megamenu {
    color: #FFF;
    border: 1.5px solid #ea5a5a;
    background: linear-gradient(180deg, #d62828 0%, #d62828 100%);
    box-shadow: 1px 1px 1px 1px #ea5a5a inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
}
.theme-dark .company-main-menu .btn-megamenu .megamenu-box {
    background-color: rgba(40, 40, 40, 0.2);
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.1);
}
.theme-dark .company-main-menu .btn-megamenu .megamenu-box .side-menus {
    background-color: rgba(40, 40, 40, 0.2);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.05);
    border: 2px solid #292929;
}
.theme-dark .company-main-menu .btn-megamenu .megamenu-box .side-menus ul li:hover .title {
    color: #d62828;
    background: #d62828;
    border-left: 2px solid #d62828;
    background: rgba(244, 128, 38, 0.15);
    transition: 0.3s;
}
.theme-dark .company-main-menu .btn-megamenu .megamenu-box .side-menus ul li .title {
    color: #fff;
    background: transparent;
    border-left: none;
    transition: 0.3s;
}
.theme-dark .company-main-menu .btn-megamenu .megamenu-box .side-menus ul li .title:hover svg path {
    stroke: #d62828;
    transition: 0.3s;
}
.theme-dark .company-main-menu .btn-megamenu .megamenu-box .side-menus ul li .title svg path {
    stroke: #fff;
    transition: 0.3s;
}
.theme-dark .company-main-menu .btn-megamenu .megamenu-box .side-menus ul li .title.active {
    color: #d62828;
    background: #d62828;
    border-left: 2px solid #d62828;
    background: rgba(244, 128, 38, 0.15);
    transition: 0.3s;
}
.theme-dark .company-main-menu .btn-megamenu .megamenu-box .side-menus ul li ul li a {
    color: #fff;
    transition: 0.3s;
}
.theme-dark .company-main-menu .btn-megamenu .megamenu-box .side-menus ul li ul li a:hover {
    background-color: #292929;
    transition: 0.2s;
}
.theme-dark .company-main-menu .btn-sliding-menu .megamenu-box {
    background-color: #292929;
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.theme-dark .company-main-menu .btn-sliding-menu ul li {
    background: #292929;
    transition: 0.3s;
}
.theme-dark .company-main-menu .btn-sliding-menu ul li a {
    color: #fff;
}
.theme-dark .company-main-menu .btn-sliding-menu ul li:hover {
    background: #d62828;
    color: #292929;
    transition: 0.3s;
}
.theme-dark .company-main-menu .btn-sliding-menu ul li:hover a {
    color: #292929;
    transition: 0.3s;
}
.theme-dark .megamenu-wrapper .sub-categories li a {
    color: #fff;
    border-right: 2px solid #d62828;
}
.theme-dark .megamenu-wrapper .sub-categories li a:hover {
    color: #d62828;
}
.theme-dark .megamenu-wrapper .sub-categories li ul li a {
    color: #fff;
    border-right: transparent;
    transition: 0.3s;
}
.theme-dark .megamenu-wrapper .sub-categories li ul li a:hover {
    color: #d62828;
    transition: 0.3s;
}

/* /Desktop menu and megamenu */
/* /Dark mode */
.company-portfolio-tabs .company-tabs-nav {
    min-height: 48px;
    padding: 7px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: 1px solid rgba(14, 12, 12, 0);
    background: rgba(61, 64, 67, 0.08);
    backdrop-filter: blur(16px);
    display: flex;
}
.company-portfolio-tabs .company-tabs-nav .company-tab-btn {
    color: #181304;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    border-radius: 32px;
    transition: 0.3s;
}
.company-portfolio-tabs .company-tabs-nav .company-tab-btn:hover, .company-portfolio-tabs .company-tabs-nav .company-tab-btn.active {
    color: #fff;
    background: #181304;
    box-shadow: 0 20px 18px 1px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}
.company-portfolio-tabs .company-tabs-nav .company-tab-btn:hover svg path, .company-portfolio-tabs .company-tabs-nav .company-tab-btn.active svg path {
    stroke: #fff;
    transition: 0.3s;
}
.company-portfolio-tabs .company-tabs-nav .company-tab-btn svg path {
    stroke: #181304;
}

.company-portfolio-item {
    color: #43454D;
    font-weight: 500;
    border-radius: 30px;
    background: rgba(61, 64, 67, 0.03);
    padding: 16px;
    gap: 10px;
    transition: 0.3s;
}
.company-portfolio-item:hover {
    background: #181304;
    box-shadow: 0 1px 1px 0 rgba(61, 64, 67, 0), 0 1px 1px 0 rgba(61, 64, 67, 0.01), 0 2px 2px 0 rgba(61, 64, 67, 0.02);
    transition: 0.3s;
}
.company-portfolio-item:hover .company-portfolio-title {
    color: #d62828;
}
.company-portfolio-item:hover .company-portfolio-type,
.company-portfolio-item:hover .company-portfolio-execution-date {
    color: #fff;
}
.company-portfolio-item .company-portfolio-title {
    font-size: 16px;
}
.company-portfolio-item .company-portfolio-type,
.company-portfolio-item .company-portfolio-execution-date {
    color: rgba(61, 64, 67, 0.5);
    font-size: 12px;
    font-weight: 500;
}
.company-portfolio-item .company-portfolio-execution-date {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.company-portfolio-item .company-portfolio-image {
    width: 100%;
    border-radius: 30px;
    height: 250px;
    background-position: center;
    background-size: cover;
}

/* Dark mode */
/* /Dark mode */
.company-portfolio-grid .company-portfolio-item-box {
    border-radius: 15px;
    border: 3px solid #EBEBEB;
    display: flex;
    padding: 4px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: none;
    transition: 0.3s;
}
.company-portfolio-grid .company-portfolio-item-box:hover {
    border: 3px solid #d62828;
    transition: 0.3s;
}
.company-portfolio-grid .company-portfolio-item-box .company-portfolio-item {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
    border: 2px solid #FFF;
    padding: 8px;
    height: 330px;
}
.company-portfolio-grid .company-portfolio-item-box .company-portfolio-item .company-portfolio-info {
    z-index: 1;
}
.company-portfolio-grid .company-portfolio-item-box .company-portfolio-item .company-portfolio-title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.company-portfolio-grid .company-portfolio-item-box .company-portfolio-item .company-portfolio-execution-date {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

/* Dark mode */
.theme-dark .company-portfolio-grid .company-portfolio-item-box {
    border-color: rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}
.theme-dark .company-portfolio-grid .company-portfolio-item-box:hover {
    border-color: #d62828;
    transition: 0.3s;
}
.theme-dark .company-portfolio-grid .company-portfolio-item {
    border: 2px solid #292929;
}
.theme-dark .company-portfolio-grid .company-portfolio-item .company-portfolio-title {
    color: #292929;
}
.theme-dark .company-portfolio-grid .company-portfolio-item .company-portfolio-title .company-portfolio-execution-date {
    color: #292929;
}

/* /Dark mode */
.company-portfolio-grid .company-portfolio-item2 {
    color: #43454D;
    font-weight: 500;
    border-radius: 30px;
    background: #fff;
    padding: 16px;
    gap: 10px;
    transition: 0.3s;
}
.company-portfolio-grid .company-portfolio-item2:hover {
    background: #181304;
    box-shadow: 0 1px 1px 0 rgba(61, 64, 67, 0), 0 1px 1px 0 rgba(61, 64, 67, 0.01), 0 2px 2px 0 rgba(61, 64, 67, 0.02);
    transition: 0.3s;
}
.company-portfolio-grid .company-portfolio-item2:hover .company-portfolio-title {
    color: #d62828;
}
.company-portfolio-grid .company-portfolio-item2 .company-portfolio-title {
    font-size: 16px;
}
.company-portfolio-grid .company-portfolio-item2 .company-portfolio-image {
    width: 100%;
    border-radius: 30px;
    height: 250px;
    background-position: center;
    background-size: cover;
}

/* Dark mode */
/* /Dark mode */
.company-product-categories-carousel .swiper-wrapper {
    display: flex;
    align-items: start; /* vertical center */
}
.company-product-categories-carousel .swiper-slide {
    text-align: center;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 20px;
    height: auto;
    transition: 0.3s;
}
.company-product-categories-carousel .swiper-slide:hover {
    transition: 0.3s;
}
.company-product-categories-carousel .swiper-slide:hover svg path {
    stroke: #d62828;
}
.company-product-categories-carousel .swiper-slide:hover a {
    color: #d62828 !important;
}
.company-product-categories-carousel .swiper-slide:hover .company-product-category-name {
    color: #d62828;
    transition: 0.3s;
}
.company-product-categories-carousel .swiper-slide img, .company-product-categories-carousel .swiper-slide svg {
    margin: auto;
    max-height: 51px;
}
@media screen and (max-width: 767px) {
    .company-product-categories-carousel .swiper-slide img, .company-product-categories-carousel .swiper-slide svg {
        max-height: 24px;
    }
}
.company-product-categories-carousel .swiper-slide .company-product-category-name {
    font-family: "Meem", serif;
    color: #43454D;
    font-size: 14px;
    font-weight: 500;
    margin-top: 14px;
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .company-product-categories-carousel .swiper-slide .company-product-category-name {
        font-family: "Meem", serif;
        color: #43454D;
        font-size: 12px;
        font-weight: 500;
        margin-top: 14px;
        transition: 0.3s;
    }
}

/* Dark mode */
.theme-dark .company-product-categories-carousel .swiper-slide {
    transition: 0.3s;
}
.theme-dark .company-product-categories-carousel .swiper-slide:hover {
    transition: 0.3s;
}
.theme-dark .company-product-categories-carousel .swiper-slide:hover a {
    color: #d62828 !important;
}
.theme-dark .company-product-categories-carousel .swiper-slide:hover svg path {
    stroke: #d62828;
}
.theme-dark .company-product-categories-carousel .swiper-slide:hover .company-product-category-name {
    color: #d62828;
    transition: 0.3s;
}
.theme-dark .company-product-categories-carousel .swiper-slide .company-product-category-name {
    color: #fff;
    transition: 0.3s;
}
.theme-dark .company-product-categories-carousel .swiper-slide svg path {
    stroke: #fff;
}
.theme-dark .company-product-categories-carousel .swiper-slide svg path[stroke="#d62828"], .theme-dark .company-product-categories-carousel .swiper-slide svg path[stroke="url(#paint0_linear_66_1685)"], .theme-dark .company-product-categories-carousel .swiper-slide svg path[stroke="url(#paint0_linear_66_1702)"] {
    stroke: #d62828;
}
.theme-dark .company-product-categories-carousel .swiper-slide svg path[fill="#d62828"] {
    fill: #d62828;
}

/* /Dark mode */
.company-product-gallery-wrapper {
    align-items: flex-start;
}
.company-product-gallery-wrapper img {
    max-height: 100%;
    display: block;
}

.company-product-thumbnails {
    height: 62px;
    position: relative;
    overflow: hidden;
}
.company-product-thumbnails .swiper-wrapper {
    padding-right: 30px;
}
.company-product-thumbnails .company-thumb {
    border: 1px solid #EEE;
    border-radius: 6px;
    padding: 0;
    width: 62px;
    height: 62px;
    overflow: hidden;
    transition: border-color 0.3s;
}
.company-product-thumbnails .company-thumb.active {
    border: 2px solid #EEE;
}
.company-product-thumbnails .custom-next,
.company-product-thumbnails .custom-prev {
    width: 28px;
    height: 102%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}
.company-product-thumbnails .custom-next svg,
.company-product-thumbnails .custom-prev svg {
    display: block;
    pointer-events: none; /* allow click on parent div */
    background-color: rgba(244, 128, 38, 0.4);
    width: 18px;
    height: 18px;
    padding: 4px;
    border-radius: 50px;
}
.company-product-thumbnails .custom-prev {
    left: 0;
}

.company-product-main-image {
    height: 262px;
    border-radius: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.company-main-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

/* Dark mode */
.theme-dark .custom-next,
.theme-dark .custom-prev {
    background-color: #292929;
}

/* /Dark mode */
.company-products-carousel {
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-width: 32px;
    --swiper-pagination-bullet-height: 5px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
}
@media screen and (max-width: 767px) {
    .company-products-carousel {
        /* Prevent internal padding from Elementor or container */
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }
}
.company-products-carousel .swiper-wrapper {
    padding-bottom: 44px;
}
@media screen and (max-width: 767px) {
    .company-products-carousel .swiper-wrapper {
        /* Ensure wrapper uses full width and distributes slides evenly */
        justify-content: space-between !important;
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .company-products-carousel .swiper-slide {
        /* Remove any default Swiper margin between slides */
        margin-right: 0 !important;
    }
}
.company-products-carousel .swiper-slide .company-product-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 8px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}
.company-products-carousel .swiper-slide .company-product-item:hover {
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}
.company-products-carousel .swiper-pagination {
    bottom: 14px !important;
}
.company-products-carousel .swiper-pagination .swiper-pagination-bullet {
    border-radius: 50px;
}

.company-products-carousel .company-product-item,
.company-compare-table .company-product-item {
    padding: 8px;
    position: relative;
    z-index: 1;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .company-products-carousel .company-product-item .hr-line,
    .company-products-carousel .company-product-item .hr-line,
    .company-compare-table .company-product-item .hr-line,
    .company-compare-table .company-product-item .hr-line {
        width: 152px;
    }
}
.company-products-carousel .company-product-item:hover,
.company-compare-table .company-product-item:hover {
    border: 1px solid #d62828;
    transition: 0.3s;
}
.company-products-carousel .company-product-item img,
.company-compare-table .company-product-item img {
    margin: auto;
    width: auto;
    border-radius: 10px;
}
.company-products-carousel .company-product-item .hr,
.company-compare-table .company-product-item .hr {
    background: linear-gradient(270deg, #F8F8F8 0%, #E1E1E1 50%, #F8F8F8 100%);
    width: 100%;
    height: 1px;
    margin: 5px 0;
}
.company-products-carousel .company-product-item .company-product-name,
.company-compare-table .company-product-item .company-product-name {
    color: #43454D;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}
@media screen and (max-width: 767px) {
    .company-products-carousel .company-product-item .company-product-name,
    .company-compare-table .company-product-item .company-product-name {
        font-size: 12px;
    }
}
.company-products-carousel .company-product-item .company-product-name a,
.company-compare-table .company-product-item .company-product-name a {
    transition: 0.3s;
}
.company-products-carousel .company-product-item .company-product-name a:hover,
.company-compare-table .company-product-item .company-product-name a:hover {
    transition: 0.3s;
}
.company-products-carousel .company-product-item .company-product-cta-buttons,
.company-compare-table .company-product-item .company-product-cta-buttons {
    min-height: 55px;
}
@media screen and (max-width: 767px) {
    .company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons,
    .company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons {
        margin-top: 17px;
    }
}
@media screen and (max-width: 767px) {
    .company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons svg,
    .company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons svg {
        width: 18px;
    }
}
.company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons .add-to-bookmark,
.company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons .add-to-bookmark {
    border-radius: 4px;
    border: 1px solid #ECF0F4;
    padding: 4px;
    opacity: 1;
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons .add-to-bookmark,
    .company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons .add-to-bookmark {
        padding: 0 2px;
    }
}
.company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons .add-to-bookmark:hover,
.company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons .add-to-bookmark:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons .add-to-cart,
.company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons .add-to-cart {
    background: rgba(244, 128, 38, 0.12);
    border-radius: 4px;
    border: 1px solid #ECF0F4;
    padding: 4px;
    opacity: 1;
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons .add-to-cart,
    .company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons .add-to-cart {
        padding: 0 2px;
    }
}
.company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons .add-to-cart:hover,
.company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons .add-to-cart:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.company-products-carousel .company-product-item .price,
.company-compare-table .company-product-item .price {
    font-family: "YekanBakh-FaNum", serif;
    font-size: 13px;
    color: #d62828 !important;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-top: -20px;
    padding-top: 18px;
    padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
    .company-products-carousel .company-product-item .price,
    .company-compare-table .company-product-item .price {
        font-size: 12px;
    }
}
.company-products-carousel .company-product-item .price del,
.company-compare-table .company-product-item .price del {
    color: #9B9B9B;
    padding-bottom: 10px;
}
.company-products-carousel .company-product-item .price del bdi::after,
.company-compare-table .company-product-item .price del bdi::after {
    display: none;
}
.company-products-carousel .company-product-item .price bdi span,
.company-compare-table .company-product-item .price bdi span {
    display: none;
}
.company-products-carousel .company-product-item .price ins,
.company-compare-table .company-product-item .price ins {
    text-decoration: none;
}
.company-products-carousel .company-product-item .price bdi::after,
.company-compare-table .company-product-item .price bdi::after {
    content: "تومان";
    display: inline-block;
    width: 33px;
    height: 19px;
    margin-left: -10px;
    rotate: 270deg;
    margin-right: -6px;
}

/* Dark mode */
.theme-dark .company-products-carousel {
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
}
.theme-dark .company-products-carousel .company-product-item {
    background-color: #292929;
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.1);
    border: none;
}
.theme-dark .company-compare-table .company-product-item {
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid #292929;
    background: #292929;
}
.theme-dark .company-compare-table .company-product-item:hover {
    border: 1px solid #d62828;
    transition: 0.3s;
}
.theme-dark .company-products-carousel .company-product-item .hr,
.theme-dark .company-compare-table .company-product-item .hr {
    background: linear-gradient(270deg, #292929 0%, #9B9B9B 50%, #292929 100%);
}
.theme-dark .company-products-carousel .company-product-item .company-product-name,
.theme-dark .company-compare-table .company-product-item .company-product-name {
    color: #fff;
}
.theme-dark .company-products-carousel .company-product-item .company-product-cta-buttons,
.theme-dark .company-compare-table .company-product-item .company-product-cta-buttons {
    min-height: 55px;
}
.theme-dark .company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons,
.theme-dark .company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons {
    margin-top: 10px;
}
.theme-dark .company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons .add-to-bookmark,
.theme-dark .company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons .add-to-bookmark {
    border: 1px solid #292929;
}
.theme-dark .company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons .add-to-cart,
.theme-dark .company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons .add-to-cart {
    background: rgba(244, 128, 38, 0.1);
    border: 1px solid #292929;
}
.theme-dark .company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons .price,
.theme-dark .company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons .price {
    color: #d62828 !important;
}
.theme-dark .company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons .price del,
.theme-dark .company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons .price del {
    color: #9B9B9B;
}
.theme-dark .company-products-carousel .company-product-item .company-product-cta-buttons .cta-buttons .price ins bdi::after,
.theme-dark .company-compare-table .company-product-item .company-product-cta-buttons .cta-buttons .price ins bdi::after {
    content: "تومان";
}

/* /Dark mode */
.company-products-grid .company-product-item {
    padding: 8px;
    position: relative;
    z-index: 1;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .company-products-grid .company-product-item .hr-line,
    .company-products-grid .company-product-item .hr-line {
        width: 152px;
    }
}
.company-products-grid .company-product-item:hover {
    border: 1px solid #d62828;
    transition: 0.3s;
}
.company-products-grid .company-product-item img {
    margin: auto;
    width: auto;
    border-radius: 10px;
}
.company-products-grid .company-product-item .hr {
    background: linear-gradient(270deg, #F8F8F8 0%, #E1E1E1 50%, #F8F8F8 100%);
    width: 100%;
    height: 1px;
    margin: 5px 0;
}
.company-products-grid .company-product-item .company-product-name {
    color: #43454D;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}
@media screen and (max-width: 767px) {
    .company-products-grid .company-product-item .company-product-name {
        font-size: 12px;
    }
}
.company-products-grid .company-product-item .company-product-cta-buttons {
    min-height: 55px;
}
@media screen and (max-width: 767px) {
    .company-products-grid .company-product-item .company-product-cta-buttons .cta-buttons {
        margin-top: 17px;
    }
}
@media screen and (max-width: 767px) {
    .company-products-grid .company-product-item .company-product-cta-buttons .cta-buttons svg {
        width: 18px;
    }
}
.company-products-grid .company-product-item .company-product-cta-buttons .cta-buttons .add-to-bookmark {
    border-radius: 4px;
    border: 1px solid #ECF0F4;
    padding: 4px;
}
@media screen and (max-width: 767px) {
    .company-products-grid .company-product-item .company-product-cta-buttons .cta-buttons .add-to-bookmark {
        padding: 0 2px;
    }
}
.company-products-grid .company-product-item .company-product-cta-buttons .cta-buttons .add-to-cart {
    background: rgba(244, 128, 38, 0.12);
    border-radius: 4px;
    border: 1px solid #ECF0F4;
    padding: 4px;
}
@media screen and (max-width: 767px) {
    .company-products-grid .company-product-item .company-product-cta-buttons .cta-buttons .add-to-cart {
        padding: 0 2px;
    }
}
.company-products-grid .company-product-item .price {
    font-family: "YekanBakh-FaNum", serif;
    font-size: 13px;
    color: #d62828 !important;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-top: -20px;
    padding-top: 18px;
    padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
    .company-products-grid .company-product-item .price {
        font-size: 12px;
    }
}
.company-products-grid .company-product-item .price del {
    color: #9B9B9B;
    padding-bottom: 10px;
}
.company-products-grid .company-product-item .price bdi span {
    display: none;
}
.company-products-grid .company-product-item .price ins {
    text-decoration: none;
}
.company-products-grid .company-product-item .price ins bdi::after {
    content: "تومان";
    display: inline-block;
    width: 33px;
    height: 19px;
    margin-left: -10px;
    rotate: 270deg;
    margin-right: -6px;
}

/* Dark mode */
.theme-dark .company-products-grid .company-product-item {
    box-shadow: none;
    border: 1px solid #292929;
    background: #343434;
}
.theme-dark .company-products-grid .company-product-item:hover {
    border: 1px solid #d62828;
    transition: 0.3s;
}
.theme-dark .company-products-grid .company-product-item .hr {
    background: linear-gradient(270deg, #292929 0%, #9B9B9B 50%, #292929 100%);
}
.theme-dark .company-products-grid .company-product-item .company-product-name {
    color: #fff;
}
.theme-dark .company-products-grid .company-product-item .company-product-cta-buttons {
    min-height: 55px;
}
.theme-dark .company-products-grid .company-product-item .company-product-cta-buttons .cta-buttons {
    margin-top: 10px;
}
.theme-dark .company-products-grid .company-product-item .company-product-cta-buttons .cta-buttons .add-to-bookmark {
    border: 1px solid #292929;
}
.theme-dark .company-products-grid .company-product-item .company-product-cta-buttons .cta-buttons .add-to-cart {
    background: rgba(244, 128, 38, 0.1);
    border: 1px solid #292929;
}
.theme-dark .company-products-grid .company-product-item .company-product-cta-buttons .cta-buttons .price {
    color: #d62828 !important;
}
.theme-dark .company-products-grid .company-product-item .company-product-cta-buttons .cta-buttons .price del {
    color: #9B9B9B;
}
.theme-dark .company-products-grid .company-product-item .company-product-cta-buttons .cta-buttons .price ins bdi::after {
    content: "تومان";
}

/* /Dark mode */
.company-profile-button .btn-register {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background-color: #d62828;
    border: 2px solid #ea5a5a;
    border-radius: 15px;
    padding: 10px;
    width: max-content;
}
@media screen and (max-width: 767px) {
    .company-profile-button .btn-register {
        padding: 6px;
    }
}
.company-profile-button .btn-profile {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background-color: #d62828;
    border: 2px solid #ea5a5a;
    border-radius: 15px;
    padding: 6px;
}
@media screen and (max-width: 767px) {
    .company-profile-button .btn-profile {
        border-radius: 10px;
    }
}
.company-profile-button .btn-profile #user-avatar {
    width: 30px;
    height: 30px;
    background-color: gray;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
}
.company-profile-button #company-profile .truncate-name {
    display: inline-block;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.company-profile-button #company-profile .profile-name svg:hover path {
    fill: #d62828;
}
.company-profile-button #company-profile .phone-number {
    font-family: "YekanBakh-FaNum", serif;
    color: rgba(67, 69, 77, 0.5);
    font-size: 10px;
    font-weight: 600;
}
.company-profile-button #company-profile #company-profile-menus {
    font-size: 12px;
    font-weight: 600;
    background-color: #FFF;
    border-radius: 15px;
    width: 262px;
    margin-top: 38px;
    margin-right: -190px;
    padding: 12px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
    .company-profile-button #company-profile #company-profile-menus {
        margin-right: -230px;
    }
}
.company-profile-button #company-profile #company-profile-menus ul {
    list-style: none;
    margin: 0;
}
.company-profile-button #company-profile #company-profile-menus ul li:first-child {
    color: #43454D;
    border-radius: 8px;
    margin: 0;
}
.company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item {
    color: #43454D;
    padding: 6px 8px;
    margin: 8px 0;
    border-radius: 8px;
    transition: 0.3s;
}
.company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item:hover {
    color: #fff;
    background-color: #d62828;
    transition: 0.3s;
}
.company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item:hover svg {
    opacity: 1;
    transition: 0.3s;
}
.company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item:hover svg path {
    fill: #fff;
    transition: 0.3s;
}
.company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item a {
    font-size: 12px;
    display: block;
}
.company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item a:hover {
    color: #fff;
    transition: 0.3s;
}
.company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item svg:nth-child(2) {
    margin-top: 5px;
}
.company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item svg path {
    fill: #43454D;
    transition: 0.3s;
}
.company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item svg .arrow {
    margin-top: 5px;
}
.company-profile-button #company-profile #company-profile-menus ul li.profile-logout {
    text-align: center;
    border-radius: 4px;
    border-right: 2px solid #d62828;
    background: rgba(244, 128, 38, 0.15);
    padding: 6px 8px;
    margin: 0;
}
.company-profile-button #company-profile #company-profile-menus ul li.profile-logout a {
    color: #d62828;
    font-size: 12px;
    font-weight: 600;
}
.company-profile-button #company-profile:hover #company-profile-menus-box,
.company-profile-button #company-profile-menus-box:hover {
    z-index: 1;
    display: block;
    transition: 0.3s;
}

/* Dark mode */
.theme-dark .company-profile-button .btn-register {
    color: #fff;
    background-color: #d62828;
    border: 2px solid #ea5a5a;
}
.theme-dark .company-profile-button .btn-profile {
    color: #292929;
    background-color: transparent;
    border: 2px solid #d62828;
    transition: 0.3s;
}
.theme-dark .company-profile-button .btn-profile:hover {
    background-color: #d62828;
    transition: 0.3s;
}
.theme-dark .company-profile-button .btn-profile:hover svg path {
    fill: #fff;
}
.theme-dark .company-profile-button .btn-profile svg path {
    fill: #d62828;
}
.theme-dark .company-profile-button .btn-profile #user-avatar {
    background-color: #fff;
}
.theme-dark .company-profile-button #company-profile .profile-name svg path {
    fill: #fff;
}
.theme-dark .company-profile-button #company-profile .profile-name svg:hover path {
    fill: #d62828;
}
.theme-dark .company-profile-button #company-profile .phone-number {
    color: rgba(255, 255, 255, 0.5);
}
.theme-dark .company-profile-button #company-profile #company-profile-menus {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.1);
}
.theme-dark .company-profile-button #company-profile #company-profile-menus ul li:first-child {
    color: #fff;
}
.theme-dark .company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item {
    color: #fff;
    transition: 0.3s;
}
.theme-dark .company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item:hover {
    color: #fff;
    background-color: #d62828;
    transition: 0.3s;
}
.theme-dark .company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item:hover svg path {
    fill: #fff;
    transition: 0.3s;
}
.theme-dark .company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item svg path {
    fill: #fff;
    transition: 0.3s;
}
.theme-dark .company-profile-button #company-profile #company-profile-menus ul li.profile-menu-item a:hover {
    color: #fff;
    transition: 0.3s;
}
.theme-dark .company-profile-button #company-profile #company-profile-menus ul li.profile-logout {
    border-right: 2px solid #d62828;
    background: rgba(244, 128, 38, 0.15);
}
.theme-dark .company-profile-button #company-profile #company-profile-menus ul li.profile-logout a {
    color: #d62828;
}

/* /Dark mode */
.company-readmore-wrapper {
    font-family: "YekanBakh-FaNum", serif;
    color: rgba(77, 77, 77, 0.7);
    font-size: 16px;
    font-weight: 600;
}
.company-readmore-wrapper h1, .company-readmore-wrapper h2, .company-readmore-wrapper h3, .company-readmore-wrapper h4 {
    font-family: "YekanBakh-FaNum", serif !important;
    font-weight: 600 !important;
    color: #4D4D4D;
    margin-bottom: 16px;
}
.company-readmore-wrapper p {
    display: contents;
}
.company-readmore-wrapper .company-readmore-btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 12px 12px 12px 20px;
    align-items: center;
    flex-shrink: 0;
    gap: 8px;
    border-radius: 11px;
    background: #d62828;
}
.company-readmore-wrapper .company-readmore-btn-icon svg {
    transition: transform 0.3s ease;
}
.company-readmore-wrapper .company-readmore-btn-icon.rotated svg {
    transform: rotate(180deg);
}

/* Dark mode */
.theme-dark .company-readmore-wrapper {
    color: rgba(255, 255, 255, 0.7);
}
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4 {
    color: rgba(255, 255, 255, 0.9);
}

/* /Dark mode */
.company-stats-wrapper .company-stat-item {
    min-width: 120px;
}
@media screen and (max-width: 767px) {
    .company-stats-wrapper .company-stat-item {
        min-width: 45px;
    }
}
.company-stats-wrapper .company-stat-item.with-separators:after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #43454D;
    position: absolute;
    margin-top: -60px;
    margin-right: 77px;
}
.company-stats-wrapper .company-stat-item.with-separators:last-child:after {
    background-color: transparent !important;
    display: none;
}
.company-stats-wrapper .company-stat-item .stat-number {
    font-family: "YekanBakh-FaNum", serif;
    font-size: 44px;
    font-weight: bold;
    color: #43454D;
}
.company-stats-wrapper .company-stat-item .stat-title {
    font-family: "YekanBakh-FaNum", serif;
    font-size: 15px;
    color: #43454D;
}
.company-stats-wrapper .company-stat-item.featured {
    color: #d62828;
}
.company-stats-wrapper .company-stat-item.featured .stat-number,
.company-stats-wrapper .company-stat-item.featured .stat-title {
    color: #d62828;
}

/* Dark mode */
.theme-dark .company-stats-wrapper .company-stat-item {
    color: #fff;
}
.theme-dark .company-stats-wrapper .company-stat-item .stat-number {
    color: #fff;
}
.theme-dark .company-stats-wrapper .company-stat-item .stat-title {
    color: #fff;
}
.theme-dark .company-stats-wrapper .company-stat-item.featured {
    color: #d62828;
}
.theme-dark .company-stats-wrapper .company-stat-item.featured .stat-title {
    color: #d62828;
}
.theme-dark .company-stats-wrapper .company-stat-item.featured .stat-number {
    color: #d62828;
}

/* /Dark mode */
.company-stories.swiper {
    padding: 0 15px;
}
@media screen and (max-width: 1023px) {
    .company-stories.swiper {
        padding: 0 12px;
    }
}
.company-stories .company-story-image {
    width: 98px;
    height: 98px;
    background-size: cover;
    border: 2px solid #d62828;
    padding: 2px;
    margin: 0 auto 4px;
    border-radius: 100%;
    cursor: pointer;
}
@media screen and (max-width: 1023px) {
    .company-stories .company-story-image {
        width: 60px;
        height: 60px;
        border: 1px solid #d62828;
    }
}
.company-stories .company-story-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #4D4D4D;
}
@media screen and (max-width: 1023px) {
    .company-stories .company-story-title {
        font-size: 10px;
        text-align: center;
        line-height: 16px;
    }
}

.company-story-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.company-story-popup .company-story-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
.company-story-popup .company-story-content .company-story-close {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: -30px;
    background-color: #fff;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    rotate: 45deg;
    cursor: pointer;
}
.company-story-popup .company-story-content .company-story-navigation .next-story,
.company-story-popup .company-story-content .company-story-navigation .prev-story {
    position: absolute;
    top: 47%;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
}
.company-story-popup .company-story-content .company-story-navigation .next-story:hover,
.company-story-popup .company-story-content .company-story-navigation .prev-story:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.company-story-popup .company-story-content .company-story-navigation .next-story {
    right: -70px;
}
.company-story-popup .company-story-content .company-story-navigation .prev-story {
    left: -70px;
}
.company-story-popup img {
    height: 540px !important;
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px !important;
}

.company-story-overlay {
    position: absolute;
    inset: 0;
}

.company-story-progress-bars {
    position: absolute;
    top: 16px;
    width: 97%;
    overflow: hidden;
    left: 50% !important;
    right: inherit !important;
    transform: translateX(-50%) !important;
    direction: ltr;
}
.company-story-progress-bars .company-story-progress {
    background: rgba(255, 255, 255, 0.3);
    height: 4px;
    width: inherit;
}
.company-story-progress-bars .company-story-progress .company-story-progress-bar {
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 12px;
    transition: width linear;
}

/* Dark mode */
.theme-dark .company-stories .company-story-title {
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .theme-dark .company-stories .company-story-image {
        border: 1px solid #d62828;
    }
}
.theme-dark .company-story-popup {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.theme-dark .company-story-progress {
    background: rgba(0, 0, 0, 0.3);
}
.theme-dark .company-story-progress-bar {
    background: #292929;
    transition: width linear;
}

/* Dark mode */
/* Wrapper for swiper and navigation */
.company-testimonial-item {
    background-color: #1A1A1A;
    border: 1px solid #1A1A1A;
    border-radius: 24px;
    padding: 18px;
    transition: 0.3s;
}
.company-testimonial-item:hover {
    border: 1px solid #e45454;
    box-shadow: 0 18px 88px 0 rgba(255, 204, 38, 0.18);
    transition: 0.3s;
}

.company-testimonial-image img {
    width: 60px;
    border-radius: 2px;
}

.company-testimonial-name {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .company-testimonial-name {
        font-size: 16px;
    }
}

.company-testimonial-title {
    color: rgba(255, 255, 255, 0.34);
    font-size: 12px;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .company-testimonial-title {
        font-size: 14px;
    }
}

.company-testimonial-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .company-testimonial-text {
        font-size: 14px;
    }
}

.company-testimonials-carousel .swiper-navigation div {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    width: 86px;
    height: 45px;
    margin-top: 20px;
    padding: 10px 31px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}
.company-testimonials-carousel .swiper-navigation div:hover {
    border: 1px solid #e45454;
    transition: 0.3s;
}
.company-testimonials-carousel .swiper-navigation div:hover svg path {
    stroke: #e45454;
    transition: 0.3s;
}
.company-testimonials-carousel .swiper-navigation div.disabled {
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    width: 46px;
    height: 46px;
    padding: 11px;
    display: inline-block;
    cursor: default;
}
.company-testimonials-carousel .swiper-navigation div.disabled svg path {
    stroke: rgba(255, 255, 255, 0.45);
}
.company-testimonials-carousel .swiper-navigation div svg path {
    stroke: rgba(255, 255, 255, 0.45);
}

/* Dark mode */
/* /Dark mode */
.company-theme-mode-button {
    width: 48px;
    height: 27px;
    padding: 4px;
    border-radius: 126px;
}
.company-theme-mode-button.theme-light {
    background: #E5E7EB;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    transition: 0.3s;
}
.company-theme-mode-button.theme-light svg path {
    fill: #43454D;
}
.company-theme-mode-button.theme-light .selected-theme-mode {
    margin-right: 20px;
    transition: 0.3s;
}
.company-theme-mode-button.theme-dark {
    background: #404040;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    transition: 0.3s;
}
.company-theme-mode-button.theme-dark svg path {
    fill: #43454D;
}
.company-theme-mode-button.theme-dark .company-icon-light svg path {
    fill: #fff;
}
.company-theme-mode-button.theme-dark .selected-theme-mode {
    margin-right: 0;
    transition: 0.3s;
}
.company-theme-mode-button svg {
    z-index: 1;
}
.company-theme-mode-button .company-icon-light {
    margin-right: 20px;
}
.company-theme-mode-button .company-icon-dark {
    position: absolute;
    margin-top: 5px;
    margin-right: 3px;
}
.company-theme-mode-button .company-icon-dark svg {
    width: 10px !important;
    height: 10px !important;
}
.company-theme-mode-button .selected-theme-mode {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    padding: 2px;
    position: absolute;
    z-index: 0;
}

.company-button-icon {
    display: inline-flex;
    align-items: center;
}

/* Dark mode */
/* /Dark mode */
@media screen and (max-width: 767px) {
    .company-timeline-wrapper .timeline-nav-container {
        overflow-x: scroll;
        max-width: 100%;
        height: 100px;
    }
    .company-timeline-wrapper .timeline-nav-container {
        overflow-x: scroll;
        height: 100px;
    }
}
.company-timeline-wrapper .timeline-nav-container .timeline-nav {
    position: relative;
}
.company-timeline-wrapper .timeline-progress {
    position: absolute;
    bottom: -26px;
    width: 90%;
    height: 3px;
    background: #E0E0E7;
    border-radius: 9999px;
    z-index: -1;
    left: 50% !important;
    right: inherit !important;
    transform: translateX(-50%) !important;
}
.company-timeline-wrapper .timeline-progress-fill {
    height: 100%;
    background: #d62828;
    width: 0;
    transition: width 0.4s ease;
}
.company-timeline-wrapper .timeline-year {
    color: #43454D;
    min-width: 71px;
    min-height: 40px;
    border-radius: 0;
}
.company-timeline-wrapper .timeline-year:focus-visible {
    border: none;
}
.company-timeline-wrapper .timeline-year.active {
    color: white;
    min-width: 71px;
    min-height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}
.company-timeline-wrapper .timeline-year.active svg path:nth-child(1) {
    fill: #d62828;
}
.company-timeline-wrapper .timeline-year.completed svg path:nth-child(1) {
    fill: #d62828;
}
.company-timeline-wrapper .timeline-year svg {
    position: absolute;
    margin-top: 20px;
    margin-right: 24px;
}
.company-timeline-wrapper .timeline-item .timeline-main-content {
    background-repeat: no-repeat;
    background-position: top left;
}
.company-timeline-wrapper .timeline-item .timeline-title {
    font-family: "Meem", serif;
    color: #43454D;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 50px;
}
.company-timeline-wrapper .timeline-item .timeline-description {
    color: #43454D;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
}
.company-timeline-wrapper .timeline-item .timeline-navigation div {
    border-radius: 100px;
    border: 1px solid #43454D;
    width: 86px;
    height: 45px;
    padding: 10px 31px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}
.company-timeline-wrapper .timeline-item .timeline-navigation div:hover {
    border: 1px solid #d62828;
    transition: 0.3s;
}
.company-timeline-wrapper .timeline-item .timeline-navigation div:hover svg path {
    stroke: #d62828;
    transition: 0.3s;
}
.company-timeline-wrapper .timeline-item .timeline-navigation div.disabled {
    border-radius: 23px;
    border: 1px solid rgba(62, 62, 63, 0.45);
    width: 46px;
    height: 46px;
    padding: 11px;
    display: inline-block;
    cursor: default;
}
.company-timeline-wrapper .timeline-item .timeline-navigation div.disabled svg path {
    stroke: rgba(62, 62, 63, 0.4);
}
.company-timeline-wrapper .timeline-item .timeline-navigation div svg path {
    stroke: #43454D;
    trsnaition: 0.3s;
}

/* Dark mode */
.theme-dark .company-timeline-wrapper .timeline-progress {
    background: #fff;
}
.theme-dark .company-timeline-wrapper .timeline-progress-fill {
    background: #d62828;
    transition: width 0.4s ease;
}
.theme-dark .company-timeline-wrapper .timeline-year {
    color: #fff;
}
.theme-dark .company-timeline-wrapper .timeline-year.active {
    color: #292929;
}
.theme-dark .company-timeline-wrapper .timeline-year.active svg path:nth-child(1) {
    fill: #d62828;
}
.theme-dark .company-timeline-wrapper .timeline-year.completed svg path:nth-child(1) {
    fill: #d62828;
}
.theme-dark .company-timeline-wrapper .timeline-item .timeline-title {
    color: #fff;
}
.theme-dark .company-timeline-wrapper .timeline-item .timeline-description {
    color: #fff;
}
.theme-dark .company-timeline-wrapper .timeline-item .timeline-navigation div {
    border: 1px solid #fff;
}
.theme-dark .company-timeline-wrapper .timeline-item .timeline-navigation div svg path {
    stroke: #fff;
}
.theme-dark .company-timeline-wrapper .timeline-item .timeline-navigation div.disabled {
    border: 1px solid rgba(255, 255, 255, 0.45);
}
.theme-dark .company-timeline-wrapper .timeline-item .timeline-navigation div.disabled svg path {
    stroke: #fff;
}

/* /Dark mode */
/* Homepage */
@media screen and (min-width: 1024px) {
    #demo1-homepage-faq-section {
        height: 615px;
        overflow-y: scroll;
        direction: ltr;
    }
    #demo1-homepage-faq-section .company-faq-wrapper {
        direction: rtl;
    }
    #demo1-homepage-faq-section::-webkit-scrollbar {
        background-color: #e4e4e4;
        width: 3px;
    }
    #demo1-homepage-faq-section::-webkit-scrollbar-thumb {
        background-color: #d62828;
    }
}
/* /Homepage */
/* Footer */
.footer-links a:hover {
    color: #d62828 !important;
    transition: 0.3s;
}

/* /Footer */
/*  /Custom styles */