html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* vertical-align: baseline; */
}


ol,
ul {
    list-style: none;
}

a {
    text-decoration: none !important;
    transition: 0.3s all ease;
}

* {
    line-height: normal;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-margin-top: 50px;
}

/* End Css Resset */



/* Fonts */

@font-face {
    font-family: Iransansxv;
    src: url('fonts/IRANSansXV.eot') format('eot'), url('fonts/IRANSansXV.ttf') format('ttf'), url('fonts/IRANSansXV.woff') format('woff'), url('fonts/IRANSansXV.woff2') format('woff2');
    font-display: swap;
    font-weight: 100 1000;
    font-display: fallback;
}

@font-face {
    font-family: Iransansx;
    src: url('fonts/IRANSansX-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: Iransansx;
    src: url('fonts/IRANSansX-Bold.woff') format('woff');
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: 'taavtech';
    src: url('fonts/taavtech.eot?dujn8z');
    src: url('fonts/taavtech.eot?dujn8z#iefix') format('embedded-opentype'),
        url('fonts/taavtech.ttf?dujn8z') format('truetype'),
        url('fonts/taavtech.woff?dujn8z') format('woff'),
        url('fonts/taavtech.svg?dujn8z#taavtech') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 24px;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'taavtech' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.fs-h1,
.fs-h1 span {
    font-family: Iransansxv;
    font-size: 40px;
    line-height: 1.6em;
    font-weight: 900;
    font-variation-settings: "DOTS" 4;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.fs-h2,
.fs-h2 span {
    font-family: Iransansxv;
    font-size: 34px;
    line-height: 1.6em;
    font-weight: 700;
    font-variation-settings: "DOTS" 4;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.fs-h3,
.fs-h3 span {
    font-family: Iransansxv;
    font-size: 28px;
    line-height: 1.6em;
    font-weight: 700;
    font-variation-settings: "DOTS" 4;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.fs-h4,
.fs-h4 span {
    font-family: Iransansxv;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: 700;
    font-variation-settings: "DOTS" 4;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.fs-h5 {
    font-family: Iransansxv;
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 700;
    font-variation-settings: "DOTS" 4;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.fs-h6 {
    font-family: Iransansxv;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 700;
    font-variation-settings: "DOTS" 4;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.fs-p {
    font-family: Iransansxv;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-variation-settings: "DOTS" 4;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.fs-caption {
    font-family: Iransansxv;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    font-variation-settings: "DOTS" 4;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.font-bold {
    font-weight: 700 !important;
}

.font-normal {
    font-weight: 500 !important;
}

/* Colors */
.cl-grey {
    color: var(--grey-100);
}

.cl-black,
.cl-black a {
    color: var(--black-100) !important;
}

.cl-black-70,
.cl-black-70 a {
    color: var(--black-70) !important;
}

.cl-black-50,
.cl-black-50 a {
    color: var(--black-50) !important;
}

.cl-black-20,
.cl-black-20 a {
    color: var(--black-20) !important;
}


.cl-white,
.cl-white a {
    color: white;
}

.cl-primary,
.cl-primary a {
    color: var(--primary-100);
}

.cl-primary-20,
.cl-primary-20 a {
    color: var(--primary-20);
}

.cl-secondary,
.cl-secondary a {
    color: var(--secondary-100);
}

/* Core */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.container {
    max-width: 1600px;
}

:root {
    --primary-100: #39B156;
    --primary-50: #9CD8AA;
    --primary-20: #D7EFDD;
    --primary-10: #EBF7EE;
    --primary-5: #F5FBF7;

    --secondary-100: #1F8DD6;
    --secondary-50: #8FC6EB;
    --secondary-20: #D2E8F7;
    --secondary-10: #E9F4FB;
    --secondary-5: #F3F9FD;

    --black-100: #000000;
    --black-70: #4D4D4D;
    --black-50: #808080;
    --black-20: #CCCCCC;
    --black-10: #E5E5E5;
    --black-5: #F2F2F2;

    --grey-100: #6B7280;
    --grey-50: #B5B9C0;
    --grey-20: #E1E3E6;
    --grey-10: #F1F1F3;
    --grey-5: #F7F8F8;

    --danger: #8A0000;

    --white: #ffffff;
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;

    --modal-z: 1000;
    --modal-bg: rgba(0, 0, 0, .4);
    --modal-radius: 12px;
    --modal-shadow: 0 20px 40px rgba(0, 0, 0, .16);
    --modal-transition: 0.28s ease;
    --modal-gap: 16px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 3rem !important
}

a:hover {
    color: var(--primary-100) !important;
    transition: 0.3s all ease;
}

.shadow {

    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.h-100 {
    height: 100%;
}

* {
    font-family: Iransansxv;
}

body {
    line-height: 1;
    position: relative;
    font-family: iransansxv, iransansx, tahoma;
    font-weight: 500;
    background-color: var(--bg);

    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

@supports (font-variation-settings: normal) {
    body {
        font-family: iransansxv, tahoma;
    }
}

.min-vh-100 {
    min-height: 100vh;
}

.vh-100 {
    height: 100vh;
}

.w-100 {
    width: 100%;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}


.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-100 {
    margin-bottom: 10px !important;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.gap-10 {
    gap: 10px !important;
}

.gap-20 {
    gap: 20px !important;
}

.gap-30 {
    gap: 30px !important;
}

.gap-50 {
    gap: 50px !important;
}

.gap-100 {
    gap: 100px !important;
}

.line-height p {
    line-height: 1.6em;
}

.w-fit {
    width: max-content;
}

.bg-p5 {
    background-color: var(--primary-5);
}

.bg-s5 {
    background-color: var(--secondary-5);
}

.p-30 {
    padding: 30px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-10 {
    padding: 10px !important;
}

/* Accordion */
.accordion {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-item {
    border: 1px solid var(--black-10);
    border-radius: 5px;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px;
    transition: padding 0.3s ease;
}

.accordion-header.active {
    background-color: var(--primary-5);
    color: var(--primary-100);
}

.accordion-header [class^="icon-"],
.accordion-header [class*=" icon-"] {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    transition: transform 0.3s;
    font-size: 24px;
}

.accordion-header.active [class^="icon-"],
.accordion-header.active [class*=" icon-"] {
    transform: rotate(90deg);
}

.accordion-content {
    display: none;
    background-color: var(--primary-5);
    padding: 0 20px 20px 20px;

}

/* ProgressBar */
.ip-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    color: var(--black-100);
    font-weight: 700;
}


.ip-percent {
    font-size: 14px;
    color: var(--primary-100);
}

.ip-bar {
    height: 10px;
    border-radius: 999px;
    background: #eee;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .06);
}

.ip-fill {
    height: 100%;
    width: 0%;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .25) 0 10px, rgba(255, 255, 255, 0) 10px 20px),
        var(--primary-100);
    border-radius: 999px;
    transition: width .6s ease;
}

.ip-note {
    margin: 10px 0 0;
}

.ip-note .accent {
    color: var(--primary-100);
    font-weight: 700;
}

.invoice-progress.done .ip-fill {
    background: var(--primary-100);
}

.invoice-progress.done .ip-percent {
    color: var(--primary-100);
}



/* Footer */
footer .bg-p5 hr {
    border: 2px solid var(--primary-20);
    margin-top: 40px;
    margin-bottom: 40px;
}

footer .bg-p5 {
    padding-bottom: 40px;
}

footer .info {
    display: flex;
    gap: 50px;
}

.footer-data .social-media span {
    font-size: 32px;
}

.footer-data .links {
    gap: 20px;
}

.footer-data {
    gap: 40px;
}


/* Header */
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 300;
    background: var(--white);
    transition: box-shadow .22s ease, transform .22s ease;
    will-change: transform, box-shadow;
}

.top-header,
.bottom-header {
    transition: padding .18s ease;
}

.sticky-header.is-scrolled {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.sticky-header.is-scrolled .top-header,
.sticky-header.is-scrolled .bottom-header {
    padding-top: 9px;
    padding-bottom: 9px;
}


.top-header {
    background-color: var(--primary-5);
    padding-top: 15px;
    padding-bottom: 15px;
}

.bottom-header {
    background-color: var(--white);
    padding-top: 15px;
    padding-bottom: 15px;
}

.mobile-call-2 {
    display: none !important;
}

.bottom-header input[type=search] {
    width: 314.66px;
}

.main-nav li a.active {
    color: var(--primary-100) !important;
}

.main-nav ul {
    display: flex;
    gap: 50px;
}


/* MegaMenu */
.nav-wrapper {
    background: var(--white);
    border-bottom: 1px solid var(--black-5);
}

.has-mega {
    position: relative;
}

.mega-panel {
    position: absolute;
    inset-inline-start: 0;
    top: calc(100% + 30px);
    width: 1000px;
    max-width: 1100px;
    background: var(--white);
    border: 1px solid var(--black-5);
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 15px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
}

.has-mega:hover .mega-panel,
.has-mega:focus-within .mega-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0s;
}

.mega-cats {
    padding-left: 15px;
    border-left: 1px solid var(--primary-10);
}

.mega-sub {
    padding-right: 20px;
}

.mega-cats .cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

.mega-cats .cat-item:hover,
.mega-cats .cat-item.active {
    background: var(--primary-5);
}

.mega-cats .cat-link {
    text-decoration: none;
    color: var(--black-100);
    flex: 1;
}

.mega-cats .cat-item.active,
.mega-cats .cat-item.active .cat-link {
    color: var(--primary-100) !important;
}

.subcat-panel {
    display: none;
}

.subcat-panel.active {
    display: block;
}

.subcat-list a {
    color: var(--black-50) !important;
}

.subcat-list a:hover {
    color: var(--primary-100) !important;
}

.cat-figure {
    display: none;
}

.cat-figure.active {
    display: block;
}

.cat-figure .thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
}


.sheet-menu {
    list-style: none;
    margin: 0;
    padding: 0 8px 16px;
}

.sheet-menu li {
    border-bottom: 1px solid var(--black-5);
}

.sheet-menu .sheet-link {
    display: block;
    padding: 14px 8px;
    text-decoration: none;
    color: var(--black-100);
    border-bottom: 1px solid var(--black-5);
}

.sheet-menu .sheet-link:hover {
    color: var(--primary-100);
    background: var(--primary-5);
}

.sheet-menu .accordion-header {
    width: 100%;
    background: var(--white);
    border: 0;
    padding: 14px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    cursor: pointer;
}

.sheet-menu .accordion-header .chev {
    transition: transform .2s ease;
    opacity: .7;
}

.sheet-menu .accordion-header.active .chev {
    transform: rotate(180deg);
}

.sheet-menu .accordion-content {
    display: none;
    padding: 0 8px 12px;
}

.sheet-menu .accordion-content a {
    display: block;
    padding: 10px 6px;
    border-radius: 8px;
    color: var(--black-50);
    text-decoration: none;
}

.sheet-menu .accordion-content a:hover {
    color: var(--primary-100);
    background: var(--primary-5);
}


/* Modal */
.body--lock {
    overflow: hidden;
}

.modal[hidden] {
    display: none !important;
}

.modal {
    position: fixed;
    inset: 0;
    z-index: var(--modal-z);
}

.modal__overlay {
    position: absolute;
    inset: 0;
    background: var(--modal-bg);
    opacity: 0;
    transition: opacity var(--modal-transition);
}

.modal__panel {
    position: absolute;
    background: #fff;
    color: #111;
    box-shadow: var(--modal-shadow);
    border-radius: var(--modal-radius);
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    outline: none;
}

.modal__close {
    inset-inline-end: 8px;
    inset-block-start: 8px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.modal__close:hover {
    background: rgba(0, 0, 0, .06);
}

.modal__header {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 0 20px;
}

.modal__body {
    padding: 20px;
    overflow: auto;
}

.modal__footer {
    padding: 0 20px 20px 20px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.modal--sheet {
    top: 0;
    bottom: 0;
    right: 0;
    inset-inline-end: 0;
    width: 80vw;
    max-width: none;
    border-radius: 0;
    transform: translateX(100%);
    transition: transform var(--modal-transition);
    height: 100vh;
    max-height: 100vh;
}

.modal--center {
    inset: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    transition:
        transform var(--modal-transition),
        opacity var(--modal-transition);
    opacity: 0;
    width: 100%;
    max-width: 600px;
}

.job-cards .modal--center {
    max-width: 800px;
}

.job-cards .modal__body,
.job-cards .modal__header {
    text-align: right;
}

.modal.is-open .modal__overlay {
    opacity: 1;
}

.modal.is-open .modal--sheet {
    transform: translateX(0);
}

.modal.is-open .modal--center {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.modal--sheet .modal__body {
    overflow: auto;
}


/* Form */
input {
    height: 50px;
    outline: none;
    border: 1px solid var(--black-5);
    border-radius: 5px;
    font-size: 16px;
    line-height: 30px;
    color: var(--black-100);
    padding: 10px;
    width: 100%;
    background-color: var(--white);
}

input::placeholder,
textarea::placeholder {
    color: var(--black-20);
}

.input-group {
    display: flex;
    gap: 10px;
}

textarea {
    height: 120px;
    outline: none;
    border: 1px solid var(--black-5);
    border-radius: 5px;
    font-size: 16px;
    line-height: 30px;
    color: var(--black-100);
    padding: 10px;
    width: 100%;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: max-content;
}

.custom-select select {
    height: 50px;
    outline: none;
    border: 1px solid var(--black-5);
    border-radius: 5px;
    font-size: 16px;
    line-height: 30px;
    color: var(--black-100);
    padding: 10px;
    width: 100%;
    cursor: pointer;
}

.custom-select select:hover {
    background-color: transparent;
}

select,
::picker(select) {
    appearance: base-select;
}

select::picker-icon {
    color: var(--black-20);
    font-size: 24px;
    font-family: 'taavtech';
    content: "\e934";
    transition: 0.3s rotate;
}

select:open::picker-icon {
    rotate: 180deg;
}

/* Button */
.btn.header-btn {
    padding: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.header-btn.no-icon img {
    display: none;
}

.btn.sm {
    font-size: 14px;
    padding: 10px 20px;
}

.btn {
    padding: 10px 30px;
    outline: none;
    border: 2px solid;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    font-variation-settings: "DOTS" 4;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s all ease;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 50px;
    text-align: center;
    justify-content: center;
}

.btn [class^="icon-"],
.btn [class*=" icon-"] {
    font-size: 24px;
}

.btn.primary {
    border-color: var(--primary-100);
    background-color: var(--primary-100);
}

.btn.primary.square {
    width: 50px;
    padding: 10px;
    border-color: var(--primary-100);
    background-color: var(--primary-100);
}

.btn.primary.square:hover {
    background-color: var(--secondary-100);
    border-color: var(--secondary-100);
    transition: 0.3s all ease;
    color: var(--white) !important;
}

.btn.primary:hover {
    background-color: var(--secondary-100);
    border-color: var(--secondary-100);
    transition: 0.3s all ease;
    color: var(--white) !important;
}

.btn.secondary {
    border-color: var(--secondary-100);
    background-color: var(--secondary-100);
}

.btn.secondary.outline {
    color: var(--secondary-100);
}

.btn.secondary.outline:hover {
    color: var(--primary-100) !important;
}

.btn.secondary.outline.square:hover {
    color: var(--white) !important;
}


.btn.secondary:hover {
    background-color: var(--primary-100);
    border-color: var(--primary-100);
    transition: 0.3s all ease;
    color: var(--white) !important;
}

.btn.black {
    border-color: var(--black-100);
    background-color: var(--black-100);
}

.btn.black:hover {
    background-color: var(--secondary-100);
    border-color: var(--secondary-100);
}

.btn.outline {
    background-color: transparent;
}

.btn.outline:hover {
    background-color: transparent;
    color: var(--secondary-100);
}

.btn.outline.primary {
    color: var(--primary-100);
}

.btn.outline.primary:hover {
    color: var(--secondary-100);
}

.btn.outline.black {
    color: var(--black-100);
}

.btn.outline.black:hover {
    color: var(--secondary-100) !important;
}

.btn.outline.square.secondary {
    width: 50px;
    padding: 10px;
    background-color: transparent;
    color: var(--secondary-100);
    border-color: var(--secondary-100);
}

.btn.outline.square.secondary:hover {
    background-color: var(--primary-100);
    border-color: var(--primary-100);
    color: var(--white);
}

.btn.outline.square.primary {
    width: 50px;
    padding: 10px;
    background-color: transparent;
    color: var(--primary-100);
    border-color: var(--primary-100);
}

.btn.outline.square.primary:hover {
    background-color: var(--secondary-100);
    color: var(--white);
    border-color: var(--secondary-100);
}

.btn.round {
    border-radius: 100px;
}

/* Swiper */
.swiper {
    width: 100%;
}

.swiper-wrapper {
    padding-top: 40px;
}

.product-slider-pic .swiper-wrapper {
    padding-top: 0;
}

.product-slider-thumb .swiper-wrapper {
    padding-top: 20px;
}

.swiper.primary .swiper-pagination-bullet,
.swiper.primary .swiper-pagination-bullet-active {
    background-color: var(--primary-100);
}

.swiper.secondary .swiper-pagination-bullet,
.swiper.secondary .swiper-pagination-bullet-active {
    background-color: var(--secondary-100);
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.6;
    margin: 0 5px !important;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 30px;
    z-index: 10;
}

.product-slider-pic {
    width: 100%;
}

.product-slider-thumb {
    box-sizing: border-box;
    padding: 10px 0;
}

.product-slider-thumb .swiper-slide {
    opacity: .4;
}

.product-slider-thumb .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid var(--black-5);
    cursor: pointer;
}

.product-slider-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.product-gallery-slider .product-next,
.product-gallery-slider .product-prev {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    z-index: 10;
}

.product-gallery-slider .product-next {
    right: 10px;
}

.product-gallery-slider .product-prev {
    left: 10px;
}

.product-slider-pic .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid var(--black-5);
}

.heroSlider .swiper-button-next::after,
.heroSlider .swiper-button-prev::after {
    content: "";
}

.heroSlider .swiper-button-next,
.heroSlider .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

.heroSlider .heroNext i,
.heroSlider .heroPrev i {
    font-size: 30px;
}

/* Card */
.card {
    padding: 15px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s all;
    border-radius: 10px;
}

.card.primary:hover {
    box-shadow: 0 0 30px rgba(57, 177, 86, 0.25);
    border: 1px solid 1px var(--primary-100);
    transition: 0.3s all;
}

.card.secondary:hover {
    box-shadow: 0 0 30px rgba(31, 141, 214, 0.25) !important;
    border: 1px solid 1px var(--secondary-100) !important;
    transition: 0.3s all;
}

.card-img {
    display: flex;
}

.card-img img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.card-header {
    position: relative;
}

.card-meta {
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.card.secondary .card-meta {
    background-color: var(--secondary-10);
    color: var(--secondary-100);
}

.card.primary .card-meta {
    background-color: var(--primary-10);
    color: var(--primary-100);
}

.card-description,
.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.card-title {
    color: var(--black-100);
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-title * {
    display: inline;
}

.card.product img {
    /* height: 250px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
}

.card-footer {
    display: flex;
    gap: 10px;
    width: 100%;
}

.card.product-cat {
    text-align: center;
    box-shadow: none;
    border: 1px solid var(--primary-10);
    transition: 0.3s all;
}

.card.product-cat:hover {
    background-color: var(--primary-10);
}

.product-cat img {
    border-radius: 5px;
}

/* Styles */

.main {
    display: flex;
    flex-direction: column;
    position: relative;
}

.hero {
    padding-top: 50px;
    padding-bottom: 20px;
}

.hero-img {
    width: 100%;
}

.hero h1 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.divider-ltr {
    content: "";
    width: 100%;
    height: 200px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: -1;
}

.divider-rtl {
    content: "";
    width: 100%;
    height: 200px;
    clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
    z-index: -1;
}

.divider-ltr-2 {
    content: "";
    width: 100%;
    height: 200px;
    clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.divider-rtl-2 {
    content: "";
    width: 100%;
    height: 200px;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 0);
    z-index: -1;
}

.faq-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.border-right {
    border-right: 2px solid var(--primary-10);
    padding-right: 40px;
}

.toc-list a.active {
    font-weight: 700;
    color: var(--primary-100) !important;

}

.toc-list {
    position: sticky;
    top: 160px;
    padding-left: 40px;
}

.sp-ul {
    list-style: inside;
}

.sp-hero-img {
    position: relative;
    z-index: 5;
}

.sp-hero-img::before {
    content: "";
    background-image: url(img/polygon-2.svg);
    width: 238px;
    height: 214px;
    z-index: -1;
    position: absolute;
    top: -50px;
    right: 50px;
}

.sp-hero-img::after {
    content: "";
    background-image: url(img/polygon-3.svg);
    width: 238px;
    height: 214px;
    z-index: -1;
    position: absolute;
    bottom: -50px;
    left: 50px;
}

.license-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row.gallery {
    row-gap: 20px;
}


.comments-wrapper {
    height: 700px;
    overflow-y: auto;
    padding-left: 20px;

}

.custom-scroll::-webkit-scrollbar {
    width: 10px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: var(--primary-20);
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: var(--primary-100);
    border-radius: 10px;
    border: 2px solid transparent;
}

.comment-card {
    background-color: white;
    width: 100%;
    border-radius: 5px;
    padding: 20px;
}

.comment-avatar {
    border-radius: 50%;
}

.comment-card.reply {
    background-color: var(--primary-50);
    max-width: 90%;
}

.tab-container {
    width: 100%;
}

.tab-buttons {
    display: flex;
    width: 100%;
    justify-content: center;
}

.tab-buttons button {
    cursor: pointer;
    background: none;
    border: none;
    border-bottom: 2px solid var(--black-10);
    transition: all 0.3s ease;
    width: fit-content;
    padding: 10px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.tab-buttons button:hover {
    color: var(--primary-100);
}

.tab-counter {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--primary-10);
    color: var(--primary-100);
}

.tab-buttons button.active {
    border-bottom: 2px solid var(--primary-100);
    color: var(--primary-100);
}

.tab-content {
    padding-top: 40px;
    display: none;
}

.tab-content.active {
    display: block;
}

.search-wrapper {
    display: flex;
    position: relative;
}

.search-wrapper button {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-wrapper button span {
    font-size: 20px;
}

#map {
    height: 500px;
    background-color: #e5e3df;
    border-radius: 5px;
}

#map address {
    margin: 0;
    padding: 0.625rem 0.875rem;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

#map a {
    display: inline-block;
    margin-top: 0.8rem;
    font-size: 1.2rem;
    text-transform: uppercase
}

.sticky-div {
    padding-left: 40px;
    position: sticky;
    top: 20px;
}

.sticky-div-left {
    padding-right: 40px;
    position: sticky;
    top: 20px;
}

.title-divder {
    border-color: var(--primary-20);
    width: 100px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.old-price {
    text-decoration: line-through;
}

.product-action-buttons {
    display: flex;
    gap: 20px;
}

.product-detail-hero {
    display: flex;
    gap: 40px;
}

.divider-ver {
    height: 100%;
    width: 1px;
    background-color: var(--black-20);
    display: block;
}

.product-specifications {
    position: sticky;
    top: 20px;
    background-color: var(--primary-5);
    padding: 40px;
    border-radius: 5px;
}

.product-specifications-item {
    display: flex;
    justify-content: space-between;
}

video {
    border-radius: 5px;
}

.responsive-div {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.3s ease;
    z-index: 10;
}

.responsive-div.active {
    bottom: 20px;
    transform: translateY(0);
    opacity: 1;
}

.responsive-add-to-cart {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--primary-10);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}


.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-filter-wrapper {
    position: sticky;
    top: 160px;
}

.product-filter-wrapper-2 .search-wrapper {
    width: 350px;
}

.product-filter-wrapper-2 .custom-select {
    width: 150px;
}

.product-filter-wrapper .accordion {
    padding-top: 0;
}

.product-filter-wrapper .accordion-header {
    background-color: var(--primary-10);
    color: var(--primary-100);
    padding: 15px;
}

.product-filter-wrapper .accordion-header [class^="icon-"],
.product-filter-wrapper .accordion-header [class*=" icon-"] {
    transform: rotate(0deg);
}

.product-filter-wrapper .accordion-header.active [class^="icon-"],
.product-filter-wrapper .accordion-header.active [class*=" icon-"] {
    transform: rotate(180deg);
}

.product-filter-wrapper .accordion-content {
    padding: 15px;
    background-color: var(--white);
}

.product-filter-wrapper .accordion-item {
    border: 1px solid var(--primary-10);
}

.options-list {
    overflow: auto;
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 200px;
}

.options-list::-webkit-scrollbar {
    width: 6px
}


.option-row {
    display: flex;
    align-items: center;
    gap: 10px;
}


.option-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid var(--black-10);
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.option-checkbox:checked {
    border-color: var(--primary-100);
    background: var(--primary-100);
}

.option-checkbox:checked::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--primary-100);
}

.option-checkbox:checked~.option-label {
    color: var(--primary-100) !important;
}

.not-found {
    display: none;
}

.content-box {
    position: relative;
    overflow: hidden;
}

.content-text {
    max-height: calc(1.6em * 3);
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

.content-box:not(.expanded) .content-text::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 2.5em;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 90%);
}

.content-box.expanded .content-text {
    max-height: 2000px;
}

.content-box.expanded .content-text::after {
    display: none;
}

.show-more {
    cursor: pointer;
    user-select: none;
}

.responsive-filter-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.3s ease;
    z-index: 1000;
}

.responsive-filter-wrapper.active {
    bottom: 20px;
    transform: translateY(0);
    opacity: 1;
}

.responsive-filter {
    color: var(--primary-100);
    width: 100%;
    padding: 20px 10px;
    border-radius: 10px;
    background-color: var(--primary-10);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.cart-item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-item {
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.cart-item-detail {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 50%;
}

.cart-item-detail .icon-Delete {
    font-size: 24px;
    cursor: pointer;
}

.cart-item-detail .icon-Delete:hover {
    color: var(--danger) !important;
}

.cart-item-price {
    width: 15%;
    text-align: left;
}

.cart-item-quantity {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.cart-coutner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c70000;
    border-radius: 100px;
    font-size: 8px;
    width: 15px !important;
    height: 15px !important;
    color: var(--white);
    top: 5px;
    right: 5px;
}
a.btn:has(.cart-coutner) {
    position: relative;
  }

.qty-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--black-10);
    border-radius: 5px;
    background: #fff;
    color: var(--black-50);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, color 0.2s;
}

.qty-btn:hover {
    border-color: var(--black-50);
    color: var(--black-50);
}

.qty-input {
    width: 40px;
    height: 40px;
    border: 1px solid var(--black-50);
    border-radius: 5px;
    text-align: center;
    color: var(--black-50);
    background: var(--white);
}

.cart-summary {
    padding: 40px;
    border-radius: 5px;
    background-color: var(--primary-5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 20px;
}

.cart-summary-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.checkout-form .input-group {
    gap: 20px;
}

.cart-summary .custom-select select {
    padding: 0;
    border: none;
    color: var(--black-50);
    height: auto;
}

.input-group .custom-select {
    width: 100%;
}

.input-group .custom-select select:not(:invalid) {
    color: var(--black-100) !important
}

.input-group .custom-select select:invalid {
    color: var(--black-20) !important;
}

.job-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.job-cards {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid var(--primary-20);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call-btn {
    display: none;
}

.pagination {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pagination span {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.pagination-page {
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--primary-20);
    transition: 0.3s all ease;
}

.pagination-page.active,
.pagination-page:hover {
    background-color: var(--primary-100);
    color: var(--white);
    border: 1px solid var(--primary-100);
}

.pagination [class^="icon-"] {
    background-color: var(--primary-10);
    color: var(--primary-100);
    padding: 10px 20px;
    transition: 0.3s all ease;
    width: 50px;
    height: 50px;
    font-size: 30px;
}
.pagination [class^="icon-"]:hover {
    background-color: var(--primary-100);
    color: white;
}
