/*----------------------- Start ----------------------------------------- */
/*----------------------- End ------------------------------------------ */
/* #region Start Variable  */
:root {
    /*!!  Text Color */
    --text-color-white: #ffffff;
    --text-color-semi-white: #E9EAEA;
    --text-color-dark: #000B1D;
    --text-color-313A48: #313A48;
    --text-color-main: #2B7DC0;
    --text-color-5597CD: #5597CD;
    --text-color-main-sec: #80B1D9;
    --text-color-first: #626973;
    --text-color-sec: #464455;
    --text-color-for-paragraph: #626973;
    --text-color-for-header: #C4C6CA;
    --text-color-for-header-under: #000B1D;
    --text-color-3D3D3D: #3D3D3D;
    --text-color-for-svgs: #626973;
    --text-color-red: #ED1D24;
    --text-color-green: #009118;
    --text-color-93979E: #93979E;
    /*!!  End Text Color */
    /*!!  BackGround Color */
    --bg-color-body: #ededed;
    --bg-color-ededed: #ededed;
    --bg-color-white: #ffffff;
    --bg-color-third: #E9EAEA;
    --bg-color-main: #2B7DC0;
    --bg-color-main-5597CD: #5597CD;
    --bg-color-white-header: #ffffff;
    --bg-color-313A48: #313A48;
    --bg-color-green: #009118;
    --bg-color-yellow: #F8B300;
    --bg-color-for-header: #C4C6CA;
    /*!!  End BackGround Color */
    /*!!  Start Btn and forms Color */
    /*!!  End Btn and forms Color */
    /*!!  Started Radius Variable  */
    --border-radius-5-px: 5px;
    --border-radius-1-0-px: 10px;
    --border-radius-1-5-px: 15px;
    --border-radius-2-0-px: 20px;
    --border-radius-2-5-px: 25px;
    --border-radius-3-0-px: 30px;
    --border-radius-3-5-px: 35px;
    --border-radius-4-0-px: 40px;
    --border-radius-4-5-px: 45px;
    --border-radius-5-0-px: 50px;
    /*!!  End Radius Variable  */
    /*!!  Start Font Size  */
    --fs-1-0-px: 0.625rem;
    --fs-1-2-px: 0.75rem;
    --fs-1-3-px: 0.813rem;
    --fs-1-4-px: 0.875rem;
    --fs-1-4-px-dm: clamp(0.813rem, 2vw + 0.188rem, 0.875rem);
    --fs-1-5-px: 0.938rem;
    --fs-1-6-px: 1rem;
    --fs-1-6-px-dm: clamp(0.875rem, 2vw + 0.188rem, 1rem);
    --fs-1-8-px: 1.125rem;
    --fs-2-0-px-dm: clamp(0.875rem, 2vw + 0.188rem, 1.25rem);
    --fs-2-0-px: 1.25rem;
    --fs-2-2-px: 1.375rem;
    --fs-2-4-px: 1.5rem;
    --fs-2-4-px-dm: clamp(1rem, 2vw + 0.313rem, 1.5rem);
    --fs-2-6-px: 1.625rem;
    --fs-2-8-px: 44.8px;
    --fs-2-8-px-dm: clamp(1.25rem, 2vw + 0.313rem, 1.75rem);
    --fs-3-0-px-dm: clamp(1.5rem, 2vw + 1rem, 1.875rem);
    --fs-3-0-px: 1.875rem;
    --fs-3-2-px: 2rem;
    --fs-3-2-px-dm: clamp(20px, 2vw + 0.313rem, 32px);
    --fs-3-4-px: 2.125rem;
    --fs-3-6-px: 2.25rem;
    --fs-3-6-px-dm: clamp(1.5rem, 2vw + 0.313rem, 2.25rem);
    --fs-3-8-px: 2.375rem;
    --fs-4-0-px-dm: clamp(1.25rem, 2vw + 0.313rem, 2.5rem);
    /*!!  End Font Size */
}

.fs-3-2-px-dm {
    font-size: var(--fs-3-2-px-dm);
}

/* #endregion End Variable */
/* #region Start Font  */
@font-face {
    font-family: "first-font-thin";
    src: url("../fonts/Poppins-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "first-font-semi_bold";
    src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "first-font-regular";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "first-font-medium";
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "first-font-light";
    src: url("../fonts/Poppins-Light.ttf") format("truetype");
}

@font-face {
    font-family: "first-font-extra_light";
    src: url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: "first-font-extra_bold";
    src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "first-font-bold";
    src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "first-font-black";
    src: url("../fonts/Poppins-Black.ttf") format("truetype");
}

.first-font-black {
    font-family: first-font-black;
}

.first-font-bold {
    font-family: first-font-bold !important;
}

.first-font-extra_bold {
    font-family: first-font-extra_bold;
}

.first-font-extra_light {
    font-family: first-font-extra_light;
}

.first-font-light {
    font-family: first-font-light;
}

.first-font-medium {
    font-family: first-font-medium;
}

.first-font-regular {
    font-family: first-font-regular;
}

.first-font-semi_bold {
    font-family: first-font-semi_bold;
}

.first-font-thin {
    font-family: first-font-thin;
}

/* #endregion End Font */
/* #region Start Reset Css Files  */
input:focus-visible {
    outline: none !important;
}

* {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    font-family: first-font-regular;
}

hr {
    margin: 1rem 0;
    border: 0;
    border-top: 1px RED solid;
    opacity: 0.25;
}

a {
    text-decoration: none !important;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

input:focus {
    outline: 0;
}

address {
    margin-bottom: 1rem;
    line-height: inherit;
}

dt {
    font-weight: 700;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.1875em;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

a:not([href]):not([className]),
a:not([href]):not([className]):hover {
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    border-radius: 0.25rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: right;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-width: 0;
}

label {
    display: inline-block;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

a {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* #endregion End Reset Css Files  */
/*----------------------- Start ----------------------------------------- */
/* شروع قسمت هدر اصلی وب سایت */
/* Start Main Header Website */
/* header in other page */
.header-in-other .nav-menu__link {
    color: #313A48;
    font-weight: 300;
    font-size: 15px;
}

/* end header in other page */
/*  Header */
.language-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.language-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
}

.language-dropdown-toggle img {
    width: 24px;
    height: 16px;
}

.arrow {
    margin-left: 5px;
    transition: transform 0.3s;
}

.link-phone-call-in-mobile {
    border-right: 1px solid white;
}

.link-phone-call-in-mobile:last-child {
    border: none;
}

.language-dropdown.open .arrow {
    transform: rotate(180deg);
}

.language-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 100;
}

.language-dropdown.open .language-dropdown-menu {
    display: block;
    width: 100%;
}

.language-dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    justify-content: space-between;
}

.language-dropdown-item:hover {
    background: #2B7DC050;
    color: var(--text-color-313A48);
}

.language-dropdown-item img {
    width: 24px;
    height: 16px;
}

/*  Start Header Mobile */
.nav-menu__link:hover {
    color: var(--bg-color-main) !important;
}

@media (min-width: 1px) and (max-width: 991px) {
    .upper-slider-black {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        padding: 8px 0;
    }

    .search-box_header {
        display: flex;
        overflow: hidden;
        padding: 2px 10px;
        height: 40px;
        border-top-right-radius: 20px;
        background-color: white;
        border: 1px solid #93979E;
    }

    .search-box_input {
        background-color: white;
        border-left: 1px solid #93979E;
        margin-left: 10px;
        width: 100%;
        color: var(--text-color-3D3D3D);
        padding: 0 10px;
        font-size: 16px;
        font-family: first-font-light;
    }

    .search-box_input::placeholder {
        color: #E9EAEA;
    }

    .busket-in-mobile {
        position: relative;
        display: flex;
    }

    .busket-in-mobile__number {
        background-color: var(--bg-color-main);
        color: white;
        top: -15px;
        left: -5px;
        width: 18px;
        height: 18px;
        font-size: 12px;
        border-radius: 50%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Shopping Cart Badge Styles - More Specific Selectors */
    a.z-99 {
        position: relative !important;
    }

    span.busket-in-desktop__number {
        background-color: #ff4444 !important;
        color: white !important;
        top: -8px !important;
        right: -8px !important;
        min-width: 18px !important;
        height: 18px !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        border-radius: 50% !important;
        position: absolute !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        border: 2px solid white !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
        z-index: 10 !important;
        transition: all 0.2s ease !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    span.busket-in-desktop__number:hover {
        transform: scale(1.1) !important;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15) !important;
    }

    /* Hide badge when count is 0 */
    span.busket-in-desktop__number:empty {
        display: none !important;
    }

    /* Animation for when count changes */
    span.busket-in-desktop__number.animate {
        animation: badgePulse 0.3s ease-in-out !important;
    }

    @keyframes badgePulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.2);
        }

        100% {
            transform: scale(1);
        }
    }

    /* Ultra-specific selector for cart badge - debugging */
    a.z-99 span.busket-in-desktop__number {
        background-color: #ff0000 !important;
        color: #ffffff !important;
        position: absolute !important;
        top: -10px !important;
        right: -10px !important;
        width: 20px !important;
        height: 20px !important;
        border-radius: 50% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 12px !important;
        font-weight: bold !important;
        border: 2px solid #ffffff !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
        z-index: 9999 !important;
    }

    .dropdown-container {
        position: relative;
        display: inline-block;
    }

    .dropdown-profile {
        display: none;
        position: absolute;
        top: 50px;
        left: -200px;
        background-color: #2a2a2a;
        border: 1px solid #444;
        padding: 10px;
        min-width: 250px;
        z-index: 1000;
    }

    .dropdown-profile a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 8px;
    }

    .dropdown-profile a:hover {
        background-color: #444;
    }

    .header {
        position: relative;
        z-index: 4;
    }

    .header-main {
        display: flex;
        align-items: center;
        padding: 12px 0;
        flex-direction: row-reverse;
    }

    .nav-menu__list {
        display: inline-block;
        margin-left: 1.875rem;
        font-size: 0.875rem;
        position: relative;
    }

    .nav-menu__list.active .nav-menu__link {
        font-weight: bold;
        position: relative;
        color: var(--text-color-main);
    }

    .nav-menu__list.nav-menu__list-has-children.active {
        background-color: #F4F4F4;
    }

    .nav-menu__link {
        display: flex;
        align-items: center;
        color: #FFFFFF;
        padding-top: 2rem;
        padding-bottom: 1.6rem;
        transition: all 0.3s ease;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        font-weight: 500;
    }

    .nav-menu__arrow {
        position: relative;
        display: block;
        width: 1.063rem;
        text-align: center;
        height: 1.063rem;
    }

    .nav-menu__arrow:before {
        content: "";
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        border-bottom: 1px solid;
        border-right: 1px solid;
        transform: rotate(45deg);
        left: 4px;
        top: 2px;
    }

    .nav-menu__first-link:hover,
    .nav-menu__list:hover .nav-menu__link {
        color: var(--text-color-main);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .nav-menu__first-ul {
        width: 200px;
        position: absolute;
        right: 0;
        top: 100%;
        background-color: #FFFFFF;
        padding: 10px 0;
        border-top: 3px solid var(--bg-color-main);
        transform: translateX(10px);
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .nav-menu__first-list {
        display: block;
    }

    .nav-menu__first-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-size: 0.875rem;
        position: relative;
        color: #313A48;
        font-weight: 500;
    }

    .nav-menu__first-link:hover span {
        color: red;
        transition: 0.3s all ease-in;
        background-color: red;
    }

    .nav-menu__first-link span {
        border-radius: 0.3rem;
        background-color: red;
    }

    .header-main__open-nav {
        height: 34px;
        width: 40px;
        display: none;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .header-main__open-nav-span {
        display: block;
        height: 2px;
        width: 24px;
        background-color: #626973;
        position: relative;
    }

    .header-main__open-nav-span:before,
    .header-main__open-nav-span:after {
        content: "";
        position: absolute;
        right: 0px;
        width: 24px;
        height: 100%;
        background-color: #626973;
    }

    .header-main__open-nav-span:before {
        top: -7px;
    }

    .header-main__open-nav-span:after {
        top: 7px;
    }

    .header-main__offcanvas {
        position: fixed;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.4);
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .header-main__offcanvas.active {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu__list.active .nav-menu__link {
        font-weight: bold;
        color: var(--text-color-dark) !important;
    }

    .nav-menu__list-has-children.active .nav-menu__arrow {
        transform: rotate(180deg) !important;
        -webkit-transform: rotate(180deg) !important;
        -moz-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        -o-transform: rotate(180deg) !important;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .nav-menu {
        position: fixed;
        visibility: hidden;
        overflow-y: auto;
        inset: 0;
        background-color: var(--bg-color-white);
        z-index: 1000;
        transition: all 0.3s ease;
    }

    .nav-menu.open {
        visibility: visible;
        right: 0;
        left: 0;
    }

    .nav-menu__list {
        display: flex;
        margin: 0;
        align-items: center;
        justify-content: space-between;
        width: 95%;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .nav-menu__list-has-children>.nav-menu__link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-menu__link {
        color: #313A48;
        padding: 15px;
    }

    .nav-menu__arrow {
        color: var(--text-color-dark);
        padding: 10px;
        background-color: transparent;
        position: coursor;
    }

    .nav-menu__arrow:before {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg);
        left: 6px;
        top: 5px;
    }

    .nav-menu__list.nav-menu__list-has-children {
        border-bottom: #E1E3E4 1px solid;
    }

    .nav-menu__list-has-children.active>.nav-menu__arrow {
        color: var(--text-color-main);
    }

    .nav-menu__list-has-children.active>.nav-menu__arrow::after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .nav-menu__first-ul {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
        border-bottom: 1px solid var(--bg-color-for-border-or-hr);
        border-radius: 0;
    }

    .nav-menu__first-link {
        padding: 12px 45px;
        color: #313A48;
        white-space: nowrap;
    }

    .header .nav-menu__close {
        display: flex;
        align-items: center;
    }

    .header .header-main__open-nav {
        display: flex;
        justify-content: start;
    }

    .nav-menu__close {
        display: BLOCK;
    }

    .nav-menu__close {
        display: none;
    }

    .nav-menu__close-span {
        width: 3.125rem;
        height: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .nav-menu__close-span::after {
        content: "";
        height: 1.25rem;
        border-left: 2px solid #626973;
        position: absolute;
        transform: rotate(45deg);
        cursor: pointer;
        left: 20px;
    }

    .nav-menu__close-span::before {
        content: "";
        height: 1.25rem;
        border-left: 2px solid #626973;
        position: absolute;
        transform: rotate(-45deg);
        cursor: pointer;
        left: 20px;
    }

    .nav-menu__first-list:hover {
        overflow: hidden;
    }
}

/*  End Header Mobile */
/*  Start Header Desktop */
.search-container {
    position: relative;
    display: flex;
}

.search-toggle {
    cursor: pointer;
    border: none;
    padding: 6px;
    transition: transform 0.3s ease;
    background-color: transparent;
}

.search-toggle svg {
    color: #626973;
}

.search-box {
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: white;
    border-top-right-radius: 20px;
    padding: 0;
    opacity: 0;
    transition: all 0.4s ease;
}

.search-container.active {
    border: 1px solid #93979E;
    border-top-right-radius: 20px;
}

.search-box input {
    border: none;
    border-left: 1px solid #93979E;
    padding: 10px;
    width: 200px;
    background-color: white;
    color: var(--text-color-3D3D3D);
    outline: none;
}

.search-box input::placeholder {
    color: var(--text-color-3D3D3D);
}

.search-box .close-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--text-color-3D3D3D);
    cursor: pointer;
}

.search-container.active .search-box {
    width: 240px;
    opacity: 1;
    padding: 0 10px;
    border-left: 1px solid white;
}

@media (min-width: 992px) {
    .header {
        margin: 6px 0;
    }

    .header-main {
        display: flex;
        align-items: center;
        flex-direction: row !important;
        border-radius: 0.75rem;
    }

    .nav-menu {
        font-family: first-font-extra_light;
    }

    .nav-menu__list {
        display: inline-block;
        margin: 0 0.6rem;
        font-size: 0.875rem;
        position: relative;
    }

    .nav-menu__link {
        display: flex;
        align-items: center;
        color: #313A48;
        font-family: first-font-regular;
    }

    .nav-menu__arrow {
        position: relative;
        display: block;
        width: 1rem;
        text-align: center;
        height: 1rem;
    }

    .nav-menu__arrow:before {
        content: "";
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid;
        border-right: 1px solid;
        transform: rotate(45deg);
        left: 10px;
        top: 3px;
    }

    .nav-menu__first-ul {
        width: 200px;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #FFFFFF;
        padding: 10px 0;
        border-top: 3px solid var(--bg-color-main);
        transform: translateX(10px);
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }

    .nav-menu__list-has-children:hover .nav-menu__first-ul {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

    .nav-menu__list-has-children:hover .nav-menu__arrow:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .nav-menu__first-list {
        display: block;
    }

    .nav-menu__first-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-size: 0.875rem;
        font-weight: 500;
        position: relative;
        color: #313A48;
    }

    .nav-menu__first-link:hover {
        color: var(--text-color-main);
    }

    .search-box_header {
        display: flex;
        overflow: hidden;
        padding: 2px 10px;
        height: 40px;
        border-top-right-radius: 20px;
        background-color: #626973;
    }

    .search-box_input {
        background-color: #626973;
        border-left: 1px solid #fff;
        margin-left: 10px;
        width: 100%;
        color: #fff;
        padding: 0 10px;
        font-size: 16px;
        font-family: first-font-light;
    }

    .search-box_input::placeholder {
        color: #ffffffb4;
    }

    .dropdown-container {
        position: relative;
        display: inline-block;
    }

    .dropdown-profile {
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        background-color: #2a2a2a;
        border: 1px solid #444;
        padding: 10px;
        min-width: 200px;
        z-index: 1000;
    }

    .dropdown-profile a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 8px;
    }

    .dropdown-profile a:hover {
        background-color: #444;
    }
}

/*  End Header Desktop */
/*  Header */
/* #region Start Index */
/* Hero Section */
/* first slider style */
.slider-font-size-three {
    font-size: clamp(1.25rem, 2vw + 0.25rem, 3rem) !important;
    color: var(--text-color-main) !important;
    font-family: first-font-bold !important;
}

.hero-section-index-two .slider-font-size-two {
    font-size: clamp(1.875rem, 2vw + 0.25rem, 4rem) !important;
    color: var(--text-color-main) !important;
    font-family: first-font-bold !important;
}

.hero-section-index-one .slider-font-size {
    font-size: clamp(1.25rem, 2vw + 0.188rem, 3rem);
}


.hero-section-index-one__small-text {
    font-size: clamp(0.875rem, 2vw + 0.188rem, 1.875rem);
}

.hero-section-index-two__small-text {
    font-size: clamp(0.875rem, 2vw + 0.188rem, 2.25rem);
}

.hero-section-index-three .hero-section-index-three__small-text {
    font-size: clamp(0.875rem, 2vw + 0.188rem, 1.875rem);
}

.hero-section-index-one__mt {
    height: 100%;
    display: flex;
    justify-content: center;
}

.hero-section-index-two__mt {
    height: 100%;
    display: flex;
}

.hero-section-index-three__mt {
    height: 100%;
    display: flex;
}

/* first slider style */
.hero-section-index__btn {
    background-color: var(--bg-color-main);
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    border-radius: 0 10px 0 0;
    font-family: first-font-extra_light;
    color: white;
    margin-top: 15px;
}

.div-for-hero__number {
    font-size: clamp(64px, 10vw + 2rem, 180px);
    color: var(--text-color-main);
    font-family: first-font-bold;
    line-height: 0rem;
}


.hero-section-index {
    position: relative;
    height: 500px;
}

.hero-section-index__image {
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (min-width: 576px) {
    .hero-section-index {
        position: relative;
        height: 550px;
    }
}

@media (min-width: 768px) {
    .hero-section-index {
        position: relative;
        height: 620px;
    }
}

@media (min-width: 992px) {
    .hero-section-index {
        position: relative;
        height: 500px;
    }

    .hero-section-index__btn {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .hero-section-index {
        position: relative;
        height: 550px;
    }

    @media (min-width: 1400px) {
        .hero-section-index {
            position: relative;
            height: 630px;
        }
    }

    @media (min-width: 1600px) {
        .hero-section-index {
            position: relative;
            height: 730px;
        }
    }
}

.hero-swiper {
    height: 100%;
}

/* End Hero Section */
/* Why Choose Us */
.why-chose-us__paraghraph table {
    width: 100%;
    border-collapse: collapse;
    background-color: #FFFFFFBF;
    border-top-right-radius: 16px;
    margin: 1rem 0;
    overflow-x: scroll !important;
}

.why-chose-us__paraghraph {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 992px) {
    .why-chose-us__paraghraph table {
        width: 90%;
    }
}

.why-chose-us__paraghraph tr {
    border: none;
    border-bottom: 1px solid #C4C6CA;
}

.why-chose-us__paraghraph td {
    text-align: center !important;
}

.why-chose-us__paraghraph td>span {
    all: unset !important;
    display: flex !important;
    justify-content: center !important;
    color: #313a48 !important;
    font-family: first-font-regular !important;
    font-size: 14px !important;
}

.why-chose-us__paraghraph th,
.why-chose-us__paraghraph td {
    padding: 8px;
    text-align: center;
}

.why-chose-us__paraghraph p {
    color: var(--text-color-313A48);
    font-size: 16px;
    line-height: 24px;
    font-family: first-font-regular;
    margin-top: 2px;
    text-align: justify !important;
}

.why-chose-us__paraghraph span {
    color: var(--text-color-313A48);
    font-size: 16px;
    line-height: 24px;
    font-family: first-font-regular;
    margin-top: 2px;
    text-align: justify !important;
    display: flex;
}

@media (max-width: 600px) {

    .why-chose-us__paraghraph table,
    .why-chose-us__paraghraph tbody,
    .why-chose-us__paraghraph tr,
    .why-chose-us__paraghraph td {
        display: block;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .why-chose-us__border-text {
        border-left: 10px solid #2B7DC0;
        padding-left: 16px;
    }
}

@media (max-width: 992px) {
    .why-choose-us__number-counter {
        background-color: #626973d5;
        height: 8rem;
        margin-top: 1rem;
    }


    .why-chose-us__box-under-parent>.why-chose-us__box-under-parent-under:first-child .why-choose-us__number-counter {
        border-radius: 25px 0 0 0;
    }

    .why-chose-us__box-under-parent>.why-chose-us__box-under-parent-under:nth-child(2) .why-choose-us__number-counter {
        border-radius: 0 25px 0 0;
    }

    .why-chose-us__box-under-parent>.why-chose-us__box-under-parent-under:nth-child(3) .why-choose-us__number-counter {
        border-radius: 0 0 0 25px;
    }

    .why-chose-us__box-under-parent>.why-chose-us__box-under-parent-under:nth-child(4) .why-choose-us__number-counter {
        border-radius: 0 0 25px 0;
    }
}

.tab-content_why-choose {
    display: none;
}

.tab-content_why-choose.active {
    display: block;
}

.why-chose-us__span-side {
    position: absolute;
    background-color: var(--bg-color-main);
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 1;
}

.why-chose-us {
    position: relative;
}

.why-chose-us__box.active * {
    display: none;
}

.why-chose-us__box {
    height: 160px;
    background-color: #FFFFFFBF;
    padding: 18px;
    border: 1px solid var(--text-color-main);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: 0.3s all ease-in;
    color: #626973;
}

@media (min-width: 992px) {
    .why-chose-us {
        min-height: 86vh;
        background-size: cover;
        position: relative;
    }
}

.why-chose-us__gradiant {
    position: absolute;
    background-image: linear-gradient(#ffffff70, #ffffff70, #ffffff70);
    inset: 0;
}

/* End Why Choose Us  */
/* product Section */
.mySwiperProduct .swiper-slide-active {
    transform: scale(1.1) !important;
}

.mySwiperProduct .swiper-slide-next {
    transform: scale(0.9) !important;
}

.mySwiperProduct .swiper-slide-prev {
    transform: scale(0.9) !important;
}

.mySwiperProduct .swiper-wrapper {
    padding: 1rem 0;
}

.product-section-desktop__left-card {
    border: 1px solid #E9EAEA;
    border-start-end-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    position: sticky;
    top: 10px;
    width: 475px;
    height: 500px;
}

.product-section-desktop__left-card-detailes {
    padding-bottom: 16px;
    padding-right: 32px;
    padding-left: 32px;
}

.product-section-desktop__left-card-detailes h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 23ch;
    font-size: 28px;
    color: #000B1D;
    margin-top: 9px;
    font-family: first-font-medium;
}

.product-section-desktop__left-card-detailes h5>* {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 18ch;
    font-size: 20px;
    color: #626973;
    margin-top: 5px;
    font-family: first-font-extra_light;
    font-weight: 200;
}

.product-section-desktop__left-card-detailes h6 {
    color: #626973 !important;
    font-family: first-font-light !important;
    font-size: 24px !important;
    margin-top: 4px !important;
}

.product-section-desktop__left-card-img {
    background-color: #E9EAEA;
    height: 365.5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-section-desktop__left-card-img img {
    width: 250px;
    height: 250px;
}

@media (min-width: 1200px) {
    .product-section-desktop__left-card {
        width: 450px;
        height: 500px;
    }

    .product-section-desktop__left-card-img img {
        width: 250px;
        height: 250px;
    }
}

@media (min-width: 1400px) {
    .product-section-desktop__left-card {
        width: 454.75px;
        height: 508px;
    }

    .product-section-desktop__left-card-img img {
        width: 338px;
        height: 329px;
    }
}

@media (min-width: 1600px) {
    .product-section-desktop__left-card {
        width: 525px;
        height: 508px;
    }

    .product-section-desktop__left-card-img img {
        width: 338px;
        height: 329px;
    }
}

.product-section-desktop__right-card {
    border: 1px solid #E9EAEA;
    border-start-end-radius: 20px;
    border-end-start-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 280px;
}

.product-section-desktop__right-card-detailes {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-section-desktop__right-card-detailes__inside {
    width: 90%;
}

.product-section-desktop__right-card-img {
    background-color: #E9EAEA;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
}

.product-section-desktop__right-card-img img {
    width: 159px;
    height: 150px;
}

.product-section-desktop__right-card-detailes h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 20ch;
    color: #000B1D;
    font-family: first-font-light;
    margin-top: 3px;
    font-size: 16px;
}

.product-section-desktop__right-card-detailes h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 12px;
    color: #626973;
    margin-top: 1px;
    font-family: first-font-light;
}

.product-section-desktop__right-card-detailes h6 {
    color: #626973;
    font-family: first-font-medium;
    font-size: 13px;
    margin-top: 1px;
}

@media (min-width: 1200px) {
    .product-section-desktop__right-card {
        width: 95%;
        height: 280px;
    }
}

@media (min-width: 1400px) {
    .product-section-desktop__right-card {
        width: 214px;
        height: 250px;
    }

    .product-section-desktop__right-card-img {
        background-color: #E9EAEA;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 172px;
        width: 213px;
    }

    .product-section-desktop__right-card-img img {
        width: 160px;
        height: 160px;
    }
}

@media (min-width: 1600px) {
    .product-section-desktop__right-card {
        width: 240px;
        height: 250px;
    }

    .product-section-desktop__right-card-img {
        background-color: #E9EAEA;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 172px;
        width: 240px;
    }

    .product-section-desktop__right-card-img img {
        width: 160px;
        height: 160px;
    }
}

.pooduct-in-mobile__product-card {
    border: 1px solid #E9EAEA;
    border-start-end-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}

.pooduct-in-mobile__product-card-detailes {
    padding: 16px;
}

.pooduct-in-mobile__product-card-detailes h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 18ch;
}

.pooduct-in-mobile__product-card-detailes h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 18ch;
}

.pooduct-in-mobile__product-card-img {
    background-color: #E9EAEA;
    display: flex;
    justify-content: center;
}



.pooduct-in-mobile .swiper-button-next:after {
    font-size: 1.5rem !important;
    font-weight: bold !important;
}


.pooduct-in-mobile .swiper-button-prev:after {
    font-size: 1.5rem !important;
    font-weight: bold !important;
}


.product-section-desktop__img-one {
    width: 180px;
    height: 180px;
}

.Product-Section {
    background-color: var(--bg-color-white);
    position: relative;
}

.Product-Section__span-side {
    position: absolute;
    background-color: var(--bg-color-main);
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
}

.product-card__indent {
    background-color: #E9EAEA;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.product-card__indent__comapre {
    left: 0;
    top: 0;
    position: absolute;
    padding-left: 7px;
    padding-top: 7px;
}

.product-card {
    overflow: hidden;
    border-start-end-radius: 30px;
    position: relative
}

/* product End Section */
/* Section color chart */
.color-chart-section {
    position: relative;
    padding: 20px 0;
}

@media (min-width: 1200px) {
    .color-chart-section {
        position: relative;
        padding: 120px 0;
    }
}

.color-chart-section__card-img-download-parent {
    background-color: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 6px 0;
}

.color-chart-section__card-img {
    display: flex;
}

.color-chart-section__card-img-download {
    color: #808080;
}

.color-chart-section__span-side {
    position: absolute;
    background-color: var(--bg-color-main);
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
}

.markets-section__span-side {
    position: absolute;
    background-color: var(--bg-color-main);
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
}

.color-chart-section__card-img-img {
    width: 100%;
    height: 100%;
    object-position: right;
    object-fit: cover;
}

.color-chart-section__card-img__card {
    display: flex;
    flex-direction: column;
    border-top-right-radius: 25px;
    overflow: hidden;
    width: 95%;
}

.color-chart-section__card-img-img-parent {
    height: 300px;
    width: 100%;
    object-position: right;
    object-fit: cover;
}

@media (min-width: 768px) {
    .color-chart-section__card-img-img-parent {
        height: 300px;
        width: 100%;
        object-position: right;
        object-fit: cover;
    }
}

/* Section color chart */
/* Section Encode Sans Condensed */
.sncode-sans {
    background-color: var(--bg-color-body);
    position: relative;
}

@media (min-width: 992px) {
    .sncode-sans {
        height: 80vh;
    }
}

.encode-sans__span-side {
    position: absolute;
    background-color: var(--bg-color-main);
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
}

.sncode-sans__sec-img {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top-left-radius: 32px;
    overflow: hidden;
}

.clamp-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 2rem;
    max-height: calc(10rem);
    transition: max-height 0.3s ease;
    color: var(--text-color-first);
    font-family: first-font-regular;
}

.clamp-text.expanded {
    max-height: calc(20rem);
}

#toggleBtn {
    margin-top: 4px;
    border: none;
    cursor: pointer;
    color: #626973;
    font-size: 14px;
}

/* Section Encode Sans Condensed */
/*  Section markets */
.markets-section__border-back::before {
    height: 100%;
    content: "";
    position: absolute;
    background-color: #2B7DC0;
    right: 0px;
    width: 10px;
}

.markets-section__slider-bottom-text * {
    line-height: 25px !important;
}

.markets-section {
    position: relative;
}

.markets-rite-wrapper {
    position: absolute;
    bottom: 0;
    left: 87%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.number-markets {
    font-size: 120px;
    font-weight: 900;
    color: var(--text-color-for-header);
    line-height: .9;
    font-family: first-font-semi_bold;
}

.markets-section .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.mySwiperProduct .swiper-button-next {
    right: 17%;
}

.mySwiperProduct .swiper-button-prev {
    left: 17%;
}

@media (min-width: 420px) {
    .mySwiperProduct .swiper-button-next {
        right: 18%;
    }

    .mySwiperProduct .swiper-button-prev {
        left: 18%;
    }
}

@media (min-width: 500px) {
    .mySwiperProduct .swiper-button-next {
        right: 22%;
    }

    .mySwiperProduct .swiper-button-prev {
        left: 22%;
    }
}

.markets__span-side {
    position: absolute;
    background-color: var(--bg-color-main);
    right: -30px;
    top: 0;
    bottom: 0;
    width: 20px;
}

/*  Section markets */
/* #endregion End Index */
/* #region Start Footer  */
.footer {
    background: #313A48;
    background-image: url("../Images/FooterPatern/Footer-pattern.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.footer__border {
    border-bottom: 4px #F8B300 solid;
}

.copy-right-footer {
    background-color: #2B7DC0;
    margin-top: 30px;
}

/* #endregion Start Footer  */
/*  #region Start  shop   */
.form-search-filters {
    border: 1px solid var(--bg-color-for-header);
    padding: 5px;
    margin-top: 10px;
    display: flex;
    align-items: stretch;
}

.form-search-filters input {
    font-size: 20px;
}

.form-search-filters button {
    padding: 10px;
    background-color: var(--bg-color-main);
    border-bottom-left-radius: 15px;
}

.check-clearance-sale {
    width: 20px;
    height: 20px;
}

.check-clearance-sale input[ type="checkbox"] {
    width: 100%;
    height: 100%;
}

.accordion-filter_shop {
    width: 100%;
    margin: 20px auto;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-filter_shop .accordion-item.active .accordion-header span svg {
    transform: rotate(180deg);
}

.accordion-filter_shop .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
}

.accordion-filter_shop .accordion-item.active .accordion-content {
    max-height: 800px;
    padding: 10px;
    padding: 0;
    margin: 0;
}

.accordion-section_color-items {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--bg-color-ededed);
    padding: 8px;
}

.accordion-section_color-items .accordion-section_color-items__input {
    display: none;
}

.accordion-section_color-items .svg-container {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 0 0 0 8px;
    border: 1px solid #a3a3a38e;
}

.accordion-section_color-items .svg-container .toggle-svg {
    opacity: 0;
    transition: opacity linear .3s;
}

.accordion-section_color-items .accordion-section_color-items__input:checked~.svg-container .toggle-svg {
    opacity: 1;
}

.dropdown_sort-by {
    position: relative;
    display: inline-block;
    width: 250px;
}

.dropdown-btn_sort-by {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0 15px 0 0;
    background-color: white;
    cursor: pointer;
    text-align: left;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-content_sort-by {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s linear, opacity .3s linear;
    opacity: 0;
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.dropdown-content_sort-by div {
    padding: 10px;
    cursor: pointer;
}

.dropdown-content_sort-by div:hover {
    background-color: #dddddd;
}

.dropdown-btn_sort-by-svg {
    transition: all .3s ease-in-out;
}

.dropdown_sort-by:hover .dropdown-content_sort-by {
    max-height: 500px;
    opacity: 1;
}

.dropdown_sort-by:hover .dropdown-btn_sort-by-svg {
    transform: rotate(180deg);
}

/*  #endregion End  shop   */
/*  #region Start  Product  Detaills   */
/*  info  product */
.product-details-cards_img {
    background-color: var(--bg-color-ededed);
    padding: 15px;
    border-top-right-radius: 15px;
}

.product-details-cards-preview_img {
    overflow: hidden;
    border-radius: 0 50px 0 0;
}

.package-card_details {
    border: 1px solid var(--bg-color-ededed);
    padding: 8px 15px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.package-card_details-active {
    /* active  package-card*/
    background-color: #2b7dc02d;
    border-color: #2b7dc0;
    border-radius: 0 10px 0 10px;
}

/*  Quantity  */
.quantity-btn-guest,
.quantity-btn-plus {
    background-color: var(--bg-color-yellow);
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.quantity-btn-plus {
    border-radius: 0 0 0 10px;
}

.quantity-btn-guest {
    border-radius: 0 10px 0 0;
}

.quantity-cont {
    display: flex;
    justify-content: stretch;
    border: 1px solid var(--bg-color-ededed);
    height: 40px;
}

/* buttons */
.btn-details {
    border: 2px solid var(--bg-color-main-5597CD);
    border-radius: 0 15px 0 0;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    font-size: 20px;
    height: 46px;
}

/*  info  product */
/* description */
.description-row-item h4 {
    font-weight: 400;
    color: #313A48;
}

.description-row-item p {
    font-weight: 700;
    color: #313A48;
}

.description-wrapper {
    border: 2px solid var(--bg-color-body);
    border-radius: 0 15px 0 0;
    padding: 15px 18px;
}

.description-row-item {
    display: flex;
    border-bottom: 2px solid var(--bg-color-body);
    padding: 8px 0;
}

.description-row-item:last-child {
    border-bottom: none;
}

.slider-bottom-text * {
    font-size: 16px;
    font-family: first-font-light !important;
    color: var(--text-color-93979E);
    width: 89%;
}

/* description */
/*  #endregion End  Product  Detaills   */
/* Delivery Method Buttons */

/* Rate List Styles */
.fedex-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-wrapper {
    display: block;
    padding: 16px;
    border: 1px solid var(--text-color-93979E);
    border-radius: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.card-wrapper:hover {
    border-color: var(--text-color-main);
    background: rgba(43, 125, 192, 0.05);
}

input[type="radio"]:checked+.card-wrapper {
    border-color: var(--bg-color-main);
    background: rgba(43, 125, 192, 0.1);
    box-shadow: 0 4px 12px rgba(43, 125, 192, 0.15);
}

.fedex-form input[type="radio"] {
    display: none;
}

/* Tab Content */
.tab-contents_delivery_wrapper {
    margin-top: 24px;
}

#tab-content-delivery_item1 {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* comapre page */
.remove__button-in-compare {
    position: absolute;
    left: 10px;
    top: 10px;
    border-bottom-right-radius: 10px;
    padding: 4px;
    background-color: white;
    cursor: pointer;
    z-index: 99;
}

.remove__button-in-compare--btn {
    background-color: transparent;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.remove__button-in-compare--btn:hover svg {
    color: #ED1D24;
}

.remove__button-in-compare--btn svg {
    color: #93979E;
}

.h2-in-compare {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 23ch;
    font-size: 19px !important;
}

/* comapre page */
/* Style loading */
#loader {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}


.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top: 5px solid #2B7DC0;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


#loader.hidden {
    opacity: 0;
    visibility: hidden;
}

/* Style loading */


.img-baner-top_wrapper {
    position: relative;
    margin-top: 10px;
    height: 100px;
}




.title-section_index {
    text-align: center;
    color: var(--text-color-313A48);
    margin-top: 40px;
    font-size: 30px;
}

.title-section_index span {
    position: relative;
}



/* Modern Alert Styles */
.modern-alert {
    border-radius: 10px;
    padding: 18px 16px;
    position: relative;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modern-alert-success {
    border: 1px solid #43A047;
    background-color: #E8F5E9;
}

.modern-alert-error {
    border: 1px solid #F44336;
    background-color: #FFEBEE;
}

.modern-alert-warning {
    border: 1px solid #FF9800;
    background-color: #FFF3E0;
}

.modern-alert-info {
    border: 1px solid #2196F3;
    background-color: #E3F2FD;
}

.cluse_btn {
    position: absolute;
    right: 18px;
    top: 15px;
    cursor: pointer;
}

.modern-alert-link {
    text-decoration: underline !important;
    color: #546E7A;
    margin-top: 15px;
    font-size: 14px;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modern-alert {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .modern-alert-icon {
        align-self: center;
    }
}

.bg-color-DDEAF2 {
    background-color: #DDEAF2;
}

/* language-in-dropdown-phone */

@media (max-width: 991px) {


    .section-inside-phone {
        background-color: #2B7DC0;
        padding: 28px;
    }

    .mobile-only {
        display: flex;
        width: 100%;
    }

    .language-dropdown {
        position: relative;
        width: 100%;
        font-family: sans-serif;
    }

    /* toggle */
    .language-dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        color: #5597CD;
        padding: 10px 15px;
        border-top-right-radius: 20px;
        cursor: pointer;
    }


    .language-dropdown-menu {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: white;
        z-index: 100;
        border-top: 1px #5597CD solid;
    }


    .language-dropdown-item {
        padding: 10px 15px;
        color: #5597CD;
        cursor: pointer;
        transition: background 0.2s;
    }


    .language-dropdown.open .language-dropdown-menu {
        display: block;
    }
}

.container.markets-section.bg-color-DDEAF2+.footer {
    margin-top: 0 !important;
    /* مارجین بالا حذف می‌شود */
}

/* wish list  */
.card-product_wishlist {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bg-color-ededed);
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.card-product_wishlist img {
    height: 225px;
    width: 225px;
}

.card-product_wishlist h2 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 23ch;
    font-weight: 400;
    color: #000B1D;
}

.card-product_wishlist h5 {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 23ch;
    font-weight: 400;
    color: #626973;
    margin-top: 4px;
}

.card-product_wishlist__code {
    color: #626973;
    font-size: 13px;
    font-weight: first-font-regular;
    margin-top: 4px;
}

.card-product_wishlist__detailes {
    padding: 10px 20px;
}

.card-product_wishlist__tcode {
    color: #93979E;
    font-size: 16px;
    font-weight: first-font-regular;
    margin-top: 4px;
    margin-right: 0px;
}

.card-product_wishlist__comapre {
    left: 4px;
    position: absolute;
    top: 4px;
}

.card-product_wishlist__comapre button {
    background-color: white;
    border-bottom-right-radius: 10px;
    padding: 4px;
}

.card-product_wishlist__delete {
    left: 4px;
    position: absolute;
    top: 4px;
    background-color: white;
    width: 40px;
    height: 39px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

/* wish list  */

/* banner in top of pages styles */
.banner-in-top-of-pages-one {
    position: relative;
    margin-top: 10px;
    height: 100px;
}

.banner-in-top-of-pages-one img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-bottom-right-radius: 40px;
}

.banner-in-top-of-pages-one__detailes {
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner-in-top-of-pages-one__detailes-p {
    color: var(--text-color-main);
    font-size: clamp(14px, 2vw, 36px);
    font-weight: 600;
}

.banner-in-top-of-pages-one__detailes-span {
    color: var(--text-color-white);
    font-size: clamp(12px, 2vw, 32px);
    font-weight: 400;
}

@media (min-width: 992px) {
    .banner-in-top-of-pages-one {
        height: 240px;
    }
}

/* banner two */
.banner-in-top-of-pages-two {
    position: relative;
    margin-top: 10px;
    height: 100px;
}

.banner-in-top-of-pages-two img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-bottom-right-radius: 40px;
}

.banner-in-top-of-pages-two__detailes {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

.banner-in-top-of-pages-two__detailes-p {
    color: var(--text-color-white);
    font-size: clamp(14px, 2vw, 32px);
    font-weight: 400;
}

.banner-in-top-of-pages-two__detailes-span {
    color: var(--text-color-white);
    font-size: clamp(14px, 2vw, 32px);
    font-weight: 400;
    line-height: 20px;

}

.banner-in-top-of-pages-two__detailes-and {
    color: var(--text-color-main);
    font-size: 18px;
    font-weight: 600;
    margin-left: 32px;
}

@media (min-width: 992px) {
    .banner-in-top-of-pages-two {
        height: 150px;
    }

    .banner-in-top-of-pages-two__detailes-span {
        line-height: 50px;

    }

    .banner-in-top-of-pages-two__detailes-and {
        color: var(--text-color-main);
        font-size: 64px;
        font-weight: 600;
        margin-left: 64px;
    }
}

/* banner Four */
.banner-in-top-of-pages-four {
    position: relative;
    margin-top: 10px;
    height: 110px;
}

.banner-in-top-of-pages-four img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-bottom-right-radius: 40px;
}

.banner-in-top-of-pages-four__detailes {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.banner-in-top-of-pages-four__detailes-p {
    color: var(--text-color-white);
    font-size: clamp(14px, 2vw, 32px);
    font-weight: 400;
}

.banner-in-top-of-pages-four__detailes-span {
    color: var(--text-color-white);
    font-size: clamp(14px, 2vw, 32px);
    font-weight: 400;
}

.banner-in-top-of-pages-four__detailes-and {
    display: inline-block;
    color: var(--text-color-main);
    font-size: 31px;
    font-weight: 600;
    line-height: 16px;
    width: 22px;
}

@media (min-width: 992px) {
    .banner-in-top-of-pages-four {
        height: 220px;
    }

    .banner-in-top-of-pages-four__detailes-and {
        display: inline-block;
        color: var(--text-color-main);
        font-size: 64px;
        font-weight: 600;
        line-height: 38px;
        width: 42px;
    }
}

/* banner in top of pages styles */
/* order history */
.order-history-card {
    border: 1px solid #C4C6CA;
    border-top-right-radius: 14px;
    padding: 0;
    overflow: hidden;
}

.order-history-card__header {
    background-color: #EAF2F9;
}

.order-history-card__header h2 {
    color: #626973;
    font-size: 16px;
    font-family: first-font-light;
    padding: 8px;
}

.empty-cart-section-for-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding: 40px 20px;
    margin: 0 auto;
    width: 100%;
}

.btn-shop-now-for-404 {
    background-color: rgba(85, 151, 205, 1) !important;
    background: rgba(85, 151, 205, 1) !important;
    border-radius: 0 !important;
    border-top-right-radius: 15px !important;
    font-weight: light !important;
    padding: 12px 72px !important;
    color: WHITE;
    margin-top: 1rem;
}

.modal-close-btn__getway {
    position: absolute;
    background-color: transparent;
    font-size: 30px;
    right: 10px;
    color: red;

}