﻿@import url('variables.css');

img {
    border: none !important;
    background: transparent !important;
}

a, div, p, span, h6, h5, h4, h3, h2, h1, input, button, ul, li, table, ol, nav, b {
    font-family: "anjoman" !important;
}

h2, .h2 {
    font-weight: 600;
    color: var(--secondary);
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary);
}

h4, .h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary);
}

h5, .h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary);
}

h6, .h6 {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary);
}

@media (max-width: 768px) {
    h2, .h2 {
        font-size: 20px;
        line-height: 1.6;
    }

    h3, .h3 {
        font-size: 18px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    h5, .h5 {
        font-size: 14px;
    }

    h6, .h6 {
        font-size: 13px;
    }
}

body {
    overflow-x: hidden !important;
    background-color: white;
}

.btn {
    border-radius: var(--radius);
}


.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
    background-color: var(--gray-1);
}

.me-4 {
    margin-left: 24px !important;
    margin-right: 0 !important;
}

.me-3 {
    margin-left: 16px !important;
    margin-right: 0 !important;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}



.banner-desktop {
    margin-top: 24px;
}

    .banner-desktop .card {
        border: none;
        overflow: hidden;
    }

    .banner-desktop img, .banner-desktop .card {
        border-radius: 20px;
    }

    .banner-desktop .card-img {
        max-height: 100%;
        min-height: auto; 
        border-radius: 20px;
    }

    .banner-desktop .card-img-overlay {
        text-align: right;
        margin-right: 7%;
        top: 25%;
    }

    .banner-desktop h1 {
        font-size: 56px;
        font-weight: 600;
        margin-bottom: 16px;
        color: var(--secondary);
    }

    .banner-desktop p {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 24px !important;
        color: var(--secondary);
    }



@media (max-width: 768px) {
    .shopCart-details {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        .shopCart-details > div,
        .shopCart-details > p {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }

    .shop-cart-item .d-flex.justify-content-start.gap-3.mb-4 {
        flex-wrap: wrap;
    }

    .shopCart-details img {
        flex-shrink: 0;
    }

    .shopCart-details span {
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .my-order .order-details-product-card {
        height: auto;
        padding: 12px 0;
        gap: 12px;
        border: 1px solid #E5E5E5;
        border-radius: 8px;
        align-items: stretch;
    }

        .my-order .order-details-product-card .row.g-0 {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 0;
            width: 100%;
            height: auto;
        }

    .my-order .order-details-product-image-col {
        width: 120px;
        height: 112px;
        padding: 0;
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .my-order .order-details-product-image {
        position: absolute;
        width: 120px;
        height: 112px;
        right: 10px;
        top: 5 px;
        max-width: none;
        max-height: none;
        object-fit: contain;
    }

    .my-order .order-details-product-content {
        width: auto;
        height: auto;
        padding: 8px;
        gap: 2px;
        justify-content: space-between;
        align-items: flex-start;
    }

    .my-order .order-details-product-title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 1px;
    }

    .my-order .order-details-product-price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1px;
        width: 100%;
        height: auto;
    }

    .my-order .order-details-product-price-old {
        font-size: 12px;
        line-height: 22px;
        display: flex;
        align-items: flex-start;
    }

    .my-order .order-details-product-price {
        color: #033A35;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: flex-end;
    }

    .my-order .order-details-product-meta {
        flex-direction: row;
        align-items: flex-end;
        padding: 0 8px;
        gap: 2px;
        width: 100%;
        height: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        margin-bottom: 0;
    }

        .my-order .order-details-product-meta > * {
            white-space: nowrap;
        }

    .order-details-product-meta-desktop {
        display: none;
    }

    .order-details-product-meta-mobile {
        display: flex;
    }

    .order-details-product-action-desktop {
        display: none !important;
    }

    .order-details-product-action-mobile {
        display: flex !important;
    }

        .order-details-product-action-mobile .action-btn-mobile {
            width: 100%;
        }

    .order-details-product-meta-desktop {
        display: none !important;
    }

    .order-details-product-meta-mobile {
        display: flex !important;
    }
}

.order-details-product-action-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 12px;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border: 1px solid #E74C3C;
    border-radius: 8px;
    background: transparent;
    color: #E74C3C;
    cursor: pointer;
    font-family: 'Kalameh(FaNum)';
    font-size: 16px;
    line-height: 22px;
}

    .action-btn .action-icon {
        width: 20px;
        height: 20px;
    }

.action-text-row {
    display: flex;
    align-items: center;
    gap: 4px;
}

    .action-text-row .reward-icon {
        width: 24px;
        height: 24px;
    }

    .action-text-row .action-text {
        font-family: 'Kalameh(FaNum)';
        font-size: 14px;
        line-height: 22px;
        color: #033A35;
    }

.order-details-product-action-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    gap: 8px;
}

.order-details-product-action-mobile {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
}

.action-text-row-mobile {
    display: flex;
    align-items: center;
    gap: 4px;
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 16px;
    border: 1px solid #E74C3C;
    border-radius: 8px;
    background: transparent;
    color: #E74C3C;
    font-family: 'Kalameh(FaNum)';
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    min-width: 120px;
    height: 40px;
}

.action-btn-mobile {
    width: 100%;
}

.action-text-row,
.action-text-row-mobile {
    display: flex;
    align-items: center;
    gap: 4px;
}

.action-text,
.reward-text {
    font-family: 'Kalameh(FaNum)';
    font-size: 14px;
    line-height: 22px;
    color: #033A35;
}

.reward-icon {
    width: 24px;
    height: 24px;
}

.product-feature-title {
    font-size: 14px;
    color: var(--secondary);
    font-weight: 600;
}

.colors-box,
.size-box {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.color-item,
.size-item {
    border-radius: 8px;
    border: 1px solid var(--gray-7);
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--gray-10);
}

    .color-item.active,
    .size-item.active {
        background-color: var(--gray-7);
    }

.color-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.color-circles-container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.single-row-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.meta-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 20px;
    background: var(--gray-10);
    border: 1px solid var(--gray-7);
    font-size: 13px;
}

.color-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.my-order .order-details-link,
.my-order .order-details-link:link,
.my-order .order-details-link:visited,
.my-order .order-details-link:hover,
.my-order .order-details-link:active {
    font-family: 'Yekan Bakh FaNum';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #23242E !important;
    text-decoration: none !important;
}

.banner-desktop a {
    font-size: 16px;
    font-weight: 500;
}

.card-img-overlay svg {
    width: 22px;
    margin-right: 8px;
}

.card svg {
    width: 22px;
    margin-right: 8px;
}

.text-danger {
    color: var(--tertiary);
}

.btn-danger {
    background-color: var(--tertiary);
    border-color: var(--tertiary);
}

.btn-outline-danger {
    color: var(--tertiary);
    border-color: var(--tertiary);
}

    .btn-outline-danger:hover {
        color: var(--bs-white);
        background-color: var(--tertiary);
        border-color: var(--tertiary);
    }

    .btn-outline-danger:active,
    .btn-outline-danger.active,
    .btn-outline-danger:active:focus,
    .btn-outline-danger.active:focus {
        background-color: transparent !important;
        color: var(--tertiary) !important;
        border-color: var(--tertiary) !important;
    }

.section-header,
h6.section-header,
.h6.section-header,
p.section-header,
p.h6.section-header {
    font-family: "doran" !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 18px !important;
    line-height: 120% !important;
    letter-spacing: 0% !important;
    text-align: right !important;
    color: #033A35 !important;
    display: inline-block !important;
    position: relative;
}

    .section-header h6 {
        margin-bottom: 0;
    }

h1.section-header {
    font-family: 'doran' !important;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem !important;
    line-height: 120%;
    letter-spacing: 0%;
    display: block !important;
    text-align: center !important;
    width: 100%;
    margin-bottom: 0;
    color: #033A35;
}

.categories .section-header {
    margin-top: 80px;
}

.new-products .section-header::after,
.new-products-header .section-header::after,
.top-sell-products .section-header::after {
    width: 200px;
}

.blog .section-header::after {
    width: 220px;
}

.categories img {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 8px;
}

.categories a {
    font-size: 16px;
    color: var(--secondary);
}

.row-banner {
    margin-top: 60px;
    margin-bottom: 28px;
}

    .row-banner img, .row-banner .card {
        border-radius: 16px;
        border: none !important;
    }

    .row-banner a {
        color: var(--bs-white);
    }

    .row-banner .right-overlay {
        margin-right: 7%;
        margin-top: 5%;
        text-align: right;
    }

    .row-banner .left-overlay {
        margin-right: 45%;
        margin-top: 5%;
        text-align: right;
    }

    .row-banner h2 {
        font-size: 40px;
        font-weight: 700;
    }

    .row-banner p {
        font-size: 40px;
        font-weight: 400;
    }

    .row-banner .btn {
        border: 2px solid;
        background-color: transparent;
        color: var(--bs-white);
        margin-top: 24px;
        font-size: 24px;
    }

.info p {
    line-height: 2;
    font-weight: 500;
    margin-bottom: 0;
    text-align: justify;
}

.info .h6 {
    font-weight: 600 !important;
    color: var(--secondary) !important;
    font-size: 24px !important;
}

.service-info {
    margin-bottom: 64px;
    display: flex;
    justify-content: space-around;
}

    .service-info img {
        width: 64px;
        margin-left: 8px;
    }

    .service-info .col-6 {
        font-family: 'Kalameh(FaNum)', 'Kalameh', "anjoman", sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: right;
    }

.blog {
    margin-bottom: 120px;
}

    .blog .card {
        border-radius: 20px;
        border: 2px solid #EAEAEA;
    }

        .blog .card:hover {
            background-color: #FFFFFF;
        }

    .blog img {
        padding: 16px 24px;
        border-radius: 12px;
    }

    .blog p {
        font-size: 18px;
        font-weight: 500;
        color: var(--gray-2);
        margin-bottom: 40px;
    }

    .blog small {
        float: left;
        font-size: 14px;
        margin-top: 2%;
    }

    .blog .btn-sm.btn-outline-danger {
        padding: 8px;
        width: 118px;
        height: 36px;
        border: 1px solid var(--tertiary) !important;
        border-radius: 16px;
        font-family: 'Kalameh(FaNum)', 'Kalameh', "anjoman", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        color: var(--tertiary) !important;
        background-color: transparent;
        white-space: nowrap;
    }

        .blog .btn-sm.btn-outline-danger:hover,
        .blog .btn-sm.btn-outline-danger:active,
        .blog .btn-sm.btn-outline-danger.active,
        .blog .btn-sm.btn-outline-danger:focus,
        .blog .btn-sm.btn-outline-danger:active:focus,
        .blog .btn-sm.btn-outline-danger.active:focus {
            background-color: transparent !important;
            color: var(--tertiary) !important;
        }

        .blog .btn-sm.btn-outline-danger svg {
            width: 20px;
            height: 20px;
        }

            .blog .btn-sm.btn-outline-danger svg path,
            .blog .btn-sm.btn-outline-danger svg line,
            .blog .btn-sm.btn-outline-danger svg polyline,
            .blog .btn-sm.btn-outline-danger svg polygon,
            .blog .btn-sm.btn-outline-danger svg circle,
            .blog .btn-sm.btn-outline-danger svg ellipse,
            .blog .btn-sm.btn-outline-danger svg rect {
                stroke: var(--tertiary) !important;
                fill: none !important;
                stroke-width: 1.5px;
            }

        .blog .btn-sm.btn-outline-danger:hover svg path,
        .blog .btn-sm.btn-outline-danger:hover svg line,
        .blog .btn-sm.btn-outline-danger:hover svg polyline,
        .blog .btn-sm.btn-outline-danger:hover svg polygon,
        .blog .btn-sm.btn-outline-danger:hover svg circle,
        .blog .btn-sm.btn-outline-danger:hover svg ellipse,
        .blog .btn-sm.btn-outline-danger:hover svg rect {
            stroke: var(--tertiary) !important;
        }

.btn-outline-danger {
    color: var(--danger);
    border: 2px solid var(--danger);
    background-color: var(--bs-white);
}

    .btn-outline-danger:hover {
        background-color: var(--danger);
        color: var(--bs-white);
    }

    .btn-outline-danger:focus {
        background-color: var(--danger);
        color: var(--bs-white);
    }

    .btn-outline-danger:active,
    .btn-outline-danger.active,
    .btn-outline-danger:active:focus,
    .btn-outline-danger.active:focus {
        background-color: transparent !important;
        color: var(--danger) !important;
        border-color: var(--danger) !important;
    }

.btn-show-all {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 8px;
    height: unset;
    border: none;
    border-radius: 16px;
    font-family: 'Kalameh(FaNum)', 'Kalameh', "anjoman", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: unset;
    background-color: transparent;
    float: left;
    text-decoration: none;
}

    .btn-show-all:hover,
    .btn-show-all:active,
    .btn-show-all.active,
    .btn-show-all:focus,
    .btn-show-all:active:focus,
    .btn-show-all.active:focus {
        background-color: unset;
        color: unset;
    }

    .btn-show-all svg {
        width: 24px;
        height: 24px;
        margin-right: 0;
        margin-left: 8px;
        flex-shrink: 0;
    }

        .btn-show-all svg path,
        .btn-show-all svg line,
        .btn-show-all svg polyline,
        .btn-show-all svg polygon,
        .btn-show-all svg circle,
        .btn-show-all svg ellipse,
        .btn-show-all svg rect {
            stroke: black;
            fill: none !important;
            stroke-width: 1.5px;
        }

    .btn-show-all:hover svg path,
    .btn-show-all:hover svg line,
    .btn-show-all:hover svg polyline,
    .btn-show-all:hover svg polygon,
    .btn-show-all:hover svg circle,
    .btn-show-all:hover svg ellipse,
    .btn-show-all:hover svg rect {
        stroke: var(--tertiary) !important;
    }

.offer-products {
    margin-top: 128px;
    background-color: #F2F2F2;
    border-radius: 24px;
    /* background-image: url(../images/icon/ball.png); */
    /* background-repeat: no-repeat; */
    /* background-position-x: right; */
    padding: 48px 32px;
    height: 354px;
}

    .offer-products .card, #product-list .card {
        border-radius: 15px;
        border: none;
        padding: 16px 16px;
        color: var(--secondary) !important;
    }

    .offer-products .swiper a, .new-products .swiper a, .top-sell-products .swiper a {
        color: var(--secondary) !important;
    }

    .offer-products .h4, #product-list .h4 {
        font-family: 'Kalameh(FaNum)';
        font-weight: 600;
        font-style: normal;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: right;
        margin-bottom: 16px;
    }

    .offer-products .btn-show-all {
        float: right;
        background-color: transparent;
        margin-top: 16px;
        white-space: nowrap;
    }

        .offer-products .btn-show-all:hover {
            color: var(--tertiary) !important;
            background-color: transparent;
        }

    .offer-products .card-img-top, #product-list .card-img-top {
        margin: auto;
        margin-bottom: 16px;
    }

    .offer-products svg, .new-products svg, .top-sell-products svg, #product-list svg {
        margin: 0;
        vertical-align: bottom;
    }

    .offer-products .card .btn, .new-products .card .btn, .top-sell-products .card .btn {
        border-radius: 4px;
        padding: 0;
        background-color: var(--secondary);
    }

#product-list .product-card .price-action .btn.btn-dark.btn-sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    gap: 10px;
    margin: 0 !important;
    width: 96px;
    height: 27px;
    background: #EFEFEF !important;
    border-radius: 16px;
    border: none !important;
    flex: none;
    flex-grow: 0;
    font-family: 'Yekan Bakh FaNum', 'Kalameh(FaNum)', 'Kalameh', "anjoman", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: #033A35 !important;
}

.offer-products .product-card .h3, #product-list .h3 {
    margin-bottom: 16px;
    line-height: 1.5;
}

.offer-products .swiper {
    padding-right: 0 !important;
}

.offer-products .product-list {
    padding-right: 0 !important;
    overflow: visible !important;
}

.new-products {
    margin-top: 32px;
}

    .new-products .product-list {
        margin-bottom: 16px !important;
        margin-top: 0 !important;
    }

        .new-products .product-list:last-child {
            margin-bottom: 0 !important;
        }

        .new-products .product-list:first-of-type {
            margin-top: 0 !important;
        }

    .new-products .swiper {
        overflow: hidden;
    }

    .new-products .card {
        border: 1px solid var(--primary);
        border-radius: 15px;
    }

        .new-products .card:hover {
            background-color: var(--primary);
        }

    .new-products .card {
        padding: 16px !important;
    }

        .new-products .card img {
            border-radius: 24px;
            margin: auto;
        }

.new-products-header {
    margin-bottom: 24px;
}

.top-sell-products {
    margin-bottom: 64px;
    margin-top: 64px;
}

    .top-sell-products .product-list {
        margin-bottom: 40px !important;
    }

    .top-sell-products .card {
        color: var(--gray-3);
        border: 1px solid var(--primary);
        border-radius: 24px;
        padding: 16px;
    }

    .top-sell-products img {
        border-radius: 24px;
    }

    .top-sell-products .card .card-body {
        padding: 0;
    }

    .top-sell-products .card .btn {
        float: left;
    }

.slider-nav {
    display: none !important;
}

footer {
    background-color: unset;
    background-image: unset;
    border: none;
    min-height: unset;
    background-repeat: unset;
    background-position-x: unset;
    background-size: unset;
    padding: 0;
}

    footer .h4 {
        font-weight: 600;
        font-size: 24px;
        color: var(--secondary);
    }

    footer .logo {
        width: 120px;
    }

    footer hr {
        margin-bottom: 32px;
        margin-top: 32px !important;
        color: var(--gray-1);
    }

    footer b {
        color: var(--secondary);
    }

    footer p {
        color: var(--secondary);
    }

    footer .h6 {
        font-size: 16px;
        margin-bottom: 24px !important;
    }

    footer .input-group {
        width: 90%;
        height: 48px;
        margin-top: 24px;
    }

    footer input {
        background: transparent !important;
        border-bottom-right-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }

    footer .input-group-text {
        background-color: var(--tertiary) !important;
        color: var(--bs-white) !important;
        border: none !important;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    footer svg {
        width: 16px;
    }

    footer .footer-text {
        font-size: 16px;
        color: var(--secondary);
        line-height: 2;
    }

.all-products {
    margin-top: 60px;
    margin-bottom: 48px;
}

    .all-products a {
        color: var(--secondary);
    }

    .all-products img {
        border-radius: 16px;
    }

    .all-products .section-header {
        text-align: center;
    }

        .all-products .section-header::after {
            width: 20%;
            margin-right: auto;
            margin-left: auto;
            margin-bottom: 0;
        }

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: var(--mute);
    padding-left: 1rem;
    padding-right: 1rem;
}

.breadcrumb-item {
    padding: 0 !important;
}

.product-filter {
    padding-left: 0;
    padding-left: 0;
    border: 1px solid var(--primary);
    border-radius: 16px;
    padding-top: 16px;
}

    .product-filter .h6 {
        border-top: 1px solid var(--primary);
        padding-top: 16px;
        padding-bottom: 8px;
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: var(--secondary);
    }

    .product-filter .h5 {
        padding-bottom: 16px;
        text-align: center;
        font-size: 18px;
        color: var(--secondary);
        font-family: 'doran-bold' !important;
    }

    .product-filter .items {
        max-height: 300px;
        margin-bottom: 16px;
        overflow: auto;
    }

    .product-filter #price .d-flex div {
        margin-left: 4px;
    }

    .product-filter #price .d-flex input {
        height: 32px;
        box-shadow: none;
    }

.sticky-column {
    position: sticky;
    top: 0; /* Adjust based on header if any */
    height: fit-content;
}

#product-list .card {
    border: 1px solid var(--primary);
}

#product-list .product-index-col {
    padding-left: 16px;
    padding-right: 16px;
}

#product-list svg {
    width: 22px;
}

.paging {
    margin-top: 64px;
}

    .paging a {
        border-radius: 4px;
        background-color: var(--primary);
        border: 1px solid var(--secondary);
        color: var(--secondary);
        margin-left: 8px;
        margin-right: 8px;
        padding: 4px 16px;
        font-weight: 500;
    }

        .paging .active, .paging a:hover {
            background-color: var(--secondary) !important;
            border: 1px solid var(--primary) !important;
            color: var(--primary) !important;
        }

.contactUs, .about-us {
    margin-bottom: 130px;
}

    .contactUs .breadcrumb, .about-us .breadcrumb {
        margin-bottom: 80px;
        margin-top: 24px;
    }

    .contactUs h1, .about-us h1 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 24px;
        color: var(--secondary);
    }

    .contactUs p, .about-us p {
        color: var(--gray-13);
    }


    .contactUs .contactUs-form .card, .about-us .card {
        border-radius: 16px;
    }

        .contactUs .contactUs-form .card .card-body, .about-us .card .card-body {
            padding: 24px;
        }

    .contactUs .contactUs-form .h6 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 32px;
        display: none;
    }

    .contactUs .contactUs-form label {
        margin-bottom: 8px;
        color: var(--secondary);
    }

    .contactUs .contactUs-form input {
        margin-bottom: 16px;
        height: 48px;
        border-radius: 8px;
    }

    .contactUs .contactUs-form textarea {
        margin-bottom: 16px;
        border-radius: 8px;
    }

    .contactUs .contactUs-form .btn-orange {
        width: 100%;
        text-align: center;
        vertical-align: center;
        background-color: var(--secondary);
        border-radius: 8px;
        color: var(--bs-white);
        padding-top: 11.5px;
        padding-bottom: 11.5px;
    }

    .contactUs .contactUs-form .contact-us-map {
        height: 100%;
    }

        .contactUs .contactUs-form .contact-us-map #map {
            height: 100%;
            width: 100%;
            border-radius: 16px;
        }

    .contactUs svg {
        margin-left: 16px;
    }

    .contactUs b {
        color: var(--secondary);
        font-size: 20px;
        font-weight: 500;
    }

.address-section {
    display: flex;
    justify-content: center;
}

.about-us img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.about-us h6 {
    font-size: 20px;
    font-weight: 500;
    color: var(--secondary);
}

.about-us p {
    line-height: 220%;
}

.about-us .about-us-boxes {
    text-align: center;
    margin-top: 58px;
}

    .about-us .about-us-boxes svg {
        width: 72px;
        height: 72px;
        margin-bottom: 16px;
    }

    .about-us .about-us-boxes h6 {
        font-weight: 700;
        font-size: 16px;
    }

    .about-us .about-us-boxes p {
        font-size: 14px;
    }



.banner-one {
    max-height: 420px;
    width: 100%;
}

.banner-two {
    min-height: 171px !important;
    max-height: 171px !important;
}

.main {
    font-family: Arial;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.mycard {
    /*background: #fff;
    color: #3498db;
    font-size: 36px;*/
    line-height: 100px;
    margin: 10px;
    width: 225px;
    /*padding: 2%;
    position: relative;
    text-align: center;*/
}


.card-product-category {
    margin-left: 5px;
    /*width: 200px;*/
}

.background-white {
    background-color: white !important;
}

.mycard-title {
    padding: 0px 5px 0px 0px !important;
}

[dir='rtl'] .slick-prev:before, [dir='rtl'] .slick-next:before {
    color: var(--secondary) !important;
}

[dir='rtl'] .slick-prev:before {
    color: var(--secondary) !important;
}

.card-brands {
    margin: 10px !important;
    width: 200px;
}

.filter-mobile {
    display: none;
}

.filter-desktop {
    display: block;
}

.product-card {
    /*max-width: 181px !important;*/
    width: 100% !important;
    max-height: 450px !important;
    /*margin: 5px !important;*/
}

.text-truncated-2-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


.home-product {
    height: 100%;
}

.landscape .card-body {
    display: flex;
    flex-direction: column;
}

.landscape .card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landscape .price-action {
    margin-top: auto;
}

.product-card.landscape {
    background: #FCFAFA;
    width: 325px;
    height: 200px;
    border: 1px solid #EAEAEA;
}

.landscape-content-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.landscape .product-rate,
.landscape .text-muted,
.landscape .text-success,
.landscape .text-danger {
    text-align: right;
}

.product-card .card-body {
    padding: 0.5rem 0.5rem !important;
}

.swiper-wrapper:has(.product-card:not(.landscape)) {
    display: flex !important;
    align-items: stretch !important;
}

.swiper-slide:has(.product-card:not(.landscape)) {
    display: flex !important;
    align-items: stretch !important;
    height: auto;
}

    .swiper-slide:has(.product-card:not(.landscape)) > a {
        display: flex !important;
        align-items: stretch !important;
        height: 100%;
        width: auto;
        flex: 1;
    }

.category-page .product-card:not(.landscape) {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    height: 100% !important;
}

.category-page h3.card-title {
    overflow: unset !important;
    margin-bottom: 16px;
    max-height: 100% !important;
    height: auto !important;
    min-height: auto !important;
    -webkit-box-orient: unset !important;
}

.category-page img {
    height: 160px !important;
    object-fit: scale-down !important;
}

.category-page .card-body {
    display: unset !important;
}

.category-page .product-card:not(.landscape) .price-action {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    padding: 0px;
    gap: 9px;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 28px;
    justify-content: space-between !important;
}

.product-card:not(.landscape) .card-img-top {
    width: 100% !important;
    height: 190px !important;
    object-fit: contain;
    margin-bottom: 12px;
    background: #FFFFFF;
    border-radius: 8px;
    opacity: 1;
    transform: rotate(0deg);
}

.product-card .card-img-top {
    max-width: 100%;
    margin-bottom: 16px;
}

.product-card:not(.landscape):hover .card-img-top {
    background: transparent;
}

.product-card:not(.landscape) .card-body {
    display: flex;
    /* flex: 1; */
    /* gap: 8px; */
    padding: 0 !important;
    overflow: unset;
    min-height: 0;
    flex-grow: 1;
    flex-direction: column;
    align-content: flex-end;
    align-items: stretch;
}

.product-card:not(.landscape) .card-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0;
    margin-bottom: 16px;
    font-family: 'Kalameh(FaNum)', 'Kalameh', "anjoman", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: right;
    flex: 0 0 auto;
    flex-shrink: 1;
    max-height: 44.8px;
    overflow: hidden;
    min-height: 0;
}

.product-card:not(.landscape) .card-text {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 0 auto;
    min-height: 0;
    justify-content: flex-end;
    overflow: visible;
    gap: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin-top: auto;
    flex-shrink: 0;
}

    .product-card:not(.landscape) .card-text > .discount-row {
        margin-bottom: 0 !important;
    }

    .product-card:not(.landscape) .card-text > .price-action {
        margin-top: 0 !important;
    }

.product-card:not(.landscape) .card-text-top {
    margin-bottom: 8px;
}

.product-card:not(.landscape) .price-action {
    margin-top: auto !important;
}

.product-card:not(.landscape) .card-text-top {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    margin-bottom: 0;
    gap: 8px;
    flex-shrink: 0;
    min-height: 0;
}

    .product-card:not(.landscape) .card-text-top:empty {
        display: none !important;
    }

    .product-card:not(.landscape) .card-text-top > span,
    .product-card:not(.landscape) .card-text-top > .badge {
        flex-shrink: 0;
        order: 2;
    }

    .product-card:not(.landscape) .card-text-top .product-rate-row {
        flex-shrink: 0;
        order: 1;
        margin-right: auto;
    }

.product-card:not(.landscape) .discount-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 0px;
    gap: 8px;
    width: 208px;
    height: 19px;
    flex: none;
    order: 0;
    align-self: flex-start;
    flex-grow: 0;
    margin-bottom: 0;
    margin-top: 4px;
    margin-right: auto;
    margin-left: 0;
    box-sizing: border-box;
}

#product-list .product-card:not(.landscape) .card-text {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 0 auto;
    min-height: 0;
    justify-content: flex-end;
    overflow: visible;
    gap: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin-top: auto;
    flex-shrink: 0;
}

#product-list .product-card:not(.landscape) .card-text-top {
    order: 0;
    margin-bottom: 0;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    margin-bottom: 0;
    gap: 8px;
    flex-shrink: 0;
    min-height: 0;
}

    #product-list .product-card:not(.landscape) .card-text-top:empty {
        display: none !important;
    }

#product-list .product-card:not(.landscape) .discount-row {
    margin-left: 4px !important;
    margin-right: 0 !important;
    align-self: flex-end !important;
    width: 208px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    order: 1;
    position: relative;
    justify-content: flex-end;
}

#product-list .product-card:not(.landscape) .price-action {
    order: 2;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
}

#product-list .product-card:not(.landscape) .card-text > .discount-row {
    margin-bottom: 0 !important;
}

#product-list .product-card:not(.landscape) .card-text > .price-action {
    margin-top: 0 !important;
}

#product-list .product-card:not(.landscape) .card-title,
#product-list .product-card:not(.landscape) h3.card-title {
    display: -webkit-box !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0;
    margin-bottom: 16px;
    font-family: 'Kalameh(FaNum)', 'Kalameh', "anjoman", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: right;
    flex: 0 0 auto;
    flex-shrink: 1;
    max-height: 44.8px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 0;
    text-align: justify;
}

.product-card:not(.landscape) .discount-row:empty {
    display: none !important;
}

.product-card:not(.landscape) .card-img-overlay {
    display: none !important;
}

.product-card:not(.landscape) .discount-row .old-price {
    width: auto;
    height: 19px;
    font-family: 'Kalameh(FaNum)', 'Kalameh', "anjoman", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    display: flex;
    align-items: center;
    text-align: right;
    text-decoration-line: line-through;
    color: #676F71;
    opacity: 0.6;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0;
    padding: 0;
}

.product-card:not(.landscape) .discount-row .discount-badge-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 143px;
    height: 16px;
    flex: none;
    order: 0;
    flex-grow: 1;
    margin-right: auto;
}

.product-card:not(.landscape) .discount-row .discount-percent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    gap: 10px;
    width: 29px;
    height: 16px;
    background: var(--tertiary);
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Kalameh', 'Kalameh(FaNum)', "anjoman", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
    margin: 0;
}

.product-card:not(.landscape) .price-action {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-evenly !important;
    align-items: center !important;
    padding: 0px;
    gap: 100px;
    width: 100% !important;
    max-width: 208px !important;
    min-height: 28px;
    height: 28px;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    flex: 0 0 28px;
    order: 3;
    align-self: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    bottom: 0;
    box-sizing: border-box;
    padding-right: 0;
}

    .product-card:not(.landscape) .price-action b,
    .product-card:not(.landscape) .price-action .remove-price,
    .product-card:not(.landscape) .price-action .discount {
        display: inline-flex !important;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
        padding: 0px;
        gap: 4px;
        width: 94px;
        height: 27px;
        margin: 0;
        margin-right: 0;
        flex: none;
        order: 0;
        flex-grow: 0;
        visibility: visible !important;
        opacity: 1 !important;
        font-family: 'Kalameh(FaNum)', 'Kalameh', "anjoman", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: right;
        vertical-align: middle;
        color: #033A35;
        position: relative;
    }

    /* Add SVG icon after the first price element */
    .product-card:not(.landscape) .price-action > b:first-of-type::after,
    .product-card:not(.landscape) .price-action > .remove-price:first-of-type::after {
        content: ' تومان';
        display: inline-block;
        margin-right: 4px;
    }

    .product-card:not(.landscape) .price-action span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: none;
        order: 1;
        flex-grow: 0;
        margin: 0;
        margin-right: 0 !important;
    }

.product-card:not(.landscape) .product-rate-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    flex: 0 0 auto;
    flex-shrink: 0;
    min-height: 20px;
    max-height: 20px;
}

    .product-card:not(.landscape) .product-rate-row .rate-value {
        font-family: 'Kalameh(FaNum)', 'Kalameh', "anjoman", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: right;
        color: #033A35;
    }

    .product-card:not(.landscape) .product-rate-row svg {
        width: 12px;
        height: 11px;
        flex-shrink: 0;
    }

.product-card:not(.landscape) b,
.product-card:not(.landscape) .text-muted,
.product-card:not(.landscape) .text-success,
.product-card:not(.landscape) .text-danger {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Button styling for vertical cards only */
.product-card:not(.landscape) .price-action .btn.btn-dark.btn-sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    gap: 10px;
    margin: 0 !important;
    margin-right: 0 !important;
    width: max-content;
    height: unset;
    background: #EFEFEF !important;
    border-radius: 8px;
    border: none !important;
    flex: none;
    flex-grow: 0;
    font-family: 'Yekan Bakh FaNum', 'Kalameh(FaNum)', 'Kalameh', "anjoman", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: #033A35 !important;
}

.h-228 {
    height: 228px !important;
}

.mw-70 {
    max-width: 70% !important;
}

.min-h-100 {
    min-height: 100% !important;
}


[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl !important;
}

.login-info {
    margin-bottom: 1rem;
}


.filter-accordion .accordion-button {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.filter-accordion {
    margin-bottom: 1rem;
}

.sort-desktop span {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

    .sort-desktop span:hover {
        background-color: #f5f5f5;
        border-radius: 10px;
    }

.sort-desktop .active-span {
    background-color: #e9ecef;
    border-radius: 10px;
}

.sort-desktop {
    display: flex;
}

.main-image {
    max-width: 100%;
    height: 360px;
}

.gallery-image {
    max-width: 100%;
    height: 100px;
}

.product-color {
    display: inline-block;
    padding: .35em .65em;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2rem;
}

.desktop {
    display: block;
}

.desktop-inline {
    display: inline-block;
}

.desktop-flex {
    display: flex;
}

.banner-mobile {
    display: none;
}

.mobile {
    display: none;
}

.slick-track {
    width: max-content;
}

.card-result {
    text-align: center;
    line-height: 2.5;
}


.mouse-pointer {
    cursor: pointer !important;
}

.brands-card:hover {
    box-shadow: 1px 10px 10px 1px #a7caf0;
}

.parents-ul {
    list-style-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.current-ul {
    /*list-style-type: circle;*/
    list-style-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.child-ul {
    list-style-type: circle;
}

.mr-40p {
    margin-right: 40%;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.btn-count {
    cursor: unset !important;
}

.page-loader {
    padding: 10px;
    margin: 20% auto auto auto;
}

.accordion-body {
    max-height: 300px;
    overflow-y: auto;
}

.cat-section {
    width: 100px;
    text-align: center;
    margin: 5px;
}

.profile-dropdown {
    position: relative;
    display: inline-block;
}

.profile-dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    color: var(--secondary);
    min-width: 100%;
    box-shadow: 0px 0px 30px 5px rgba(2.9999999999999996, 58, 53.00000000000003, 0.2);
    z-index: 1;
    left: 0%;
    top: 100%;
    border-radius: 8px;
}

    .profile-dropdown-content a {
        color: var(--secondary);
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .profile-dropdown-content a:hover {
            background-color: #ffffff;
            color: var(--secondary);
        }

.profile-dropdown:hover .profile-dropdown-content {
    display: block;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f5f5f5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e9ecef;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #e9ecef;
    }

.a-text {
    color: inherit !important;
    text-decoration: none !important;
}

.active-img {
    border: 1px solid #3e5067;
}

.login-suggestion-card {
    min-height: 165px !important;
}

.first-li-home-profile {
    border-top-left-radius: .2rem !important;
    border-top-right-radius: .2rem !important;
}

.lirst-li-home-profile {
    border-bottom-left-radius: .2rem !important;
    border-bottom-right-radius: .2rem !important;
}

#zarinpal img {
    width: 80px;
    height: 110px;
    margin-top: 10px;
    text-align: center;
}

.brand-logo {
    width: 80px;
    height: 110px;
    border-radius: 0.5rem !important;
}

.license {
    min-height: 192px;
}

.accordion-button {
    padding: 0.5rem 0.75rem !important;
}

.srch-card {
    min-height: 255px;
}

.img-brand {
    padding: 0px !important;
    margin: 0px !important;
}

.card-img-overlay {
    padding: .2rem !important;
}

.badge {
    font-weight: 400 !important;
    font-size: .9rem;
}

.discount {
    font-size: medium;
    color: #96a8c0;
}

.mr-0 {
    margin-right: 0px !important;
}






.blog-section {
    padding: 20px 0;
}


.logo-text {
    font-family: "logo-font" !important;
    font-size: 27px;
    font-weight: bold;
}

.main-image-div {
    position: relative;
}

    .main-image-div:hover .img-magnifier-glass {
        position: absolute;
        border: 3px solid #000;
        border-radius: 50%;
        cursor: none;
        /*Set the size of the magnifier glass:*/
        width: 150px;
        height: 150px;
        display: block;
    }

.img-magnifier-glass {
    display: none;
}

a {
    text-decoration: none;
}

.cart-img {
    transition: transform .5s;
}

    .cart-img:hover {
        transform: scale(1.03);
        overflow: hidden;
    }

.no-border {
    border: none;
}

.product-index-card-header {
    border-bottom: 1px solid #e9ecef !important;
}

.product-index-col {
    padding-left: 5px;
    padding-right: 5px;
}

.category-section-card-body {
    padding: 10px !important;
}

.max-h-200 {
    max-height: 200px;
}

.logo-namad {
    background-color: #e9ecef;
    border-radius: 10px;
    height: 140px;
}

.insta-body {
    text-align: center;
}

.blog-img {
    max-width: 215px;
    max-height: 215px;
    padding: 10px;
}

.h1-heading {
    font-size: 1.25rem !important;
}

.home-h1 {
    line-height: 20px;
    position: absolute;
    text-indent: -9999px;
}

.index-h1 h1 {
    margin-top: 24px;
    font-size: 32px;
    font-weight: 600;
}

.bg-\[\#ECF0F1\] {
    background-color: #ECF0F1 !important;
}

.font-600 {
    font-weight: 600;
}

.text-\[\#033A35\] {
    color: #033A35;
}

.orange-underline::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--tertiary);
    border-radius: 12px;
    z-index: 2;
}

.input-field {
    padding: 16px 24px;
    border: none;
    outline: none;
    background-color: #FFFFFF;
    color: #033A35;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #EAEAEA;
    border-radius: 16px;
}

    .input-field::placeholder {
        color: #636C75;
    }

    .input-field:read-only {
        background-color: #F5F5F5;
        color: #A0A6AB;
        border-color: #D5D5D5;
        cursor: not-allowed;
        opacity: 1;
    }

.input-field-label {
    color: #033A35;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 18px;
}

.orange-btn {
    width: 100%;
    padding: 11px;
    border-radius: 16px;
    background-color: var(--tertiary);
    color: #ECF0F1;
    font-size: 20px;
    font-weight: 600;
    border: none;
    outline: none;
    text-align: center !important;
}

    .orange-btn:hover {
        background-color: var(--tertiary);
        color: #ECF0F1 !important;
    }

@media (max-width:992px) {
    .input-field {
        font-size: 14px;
        border: 1px solid #EAEAEA;
        border-radius: 15px;
        padding: 15px;
    }

    .input-field-label {
        font-size: 16px;
    }

    .orange-btn {
        font-size: 16px;
        border-radius: 10px;
    }
}

.orange-btn-outline {
    width: 100%;
    padding: 11px;
    border-radius: 16px;
    background-color: transparent;
    color: var(--s-secondary);
    font-size: 20px;
    font-weight: 600;
    border: 2px solid var(--s-secondary);
    outline: none;
    transition: all 300ms;
    cursor: pointer;
}

    .orange-btn-outline:hover {
        background-color: var(--s-secondary) !important;
        color: white;
    }

        .orange-btn-outline:hover svg path {
            stroke: white;
        }

        .orange-btn-outline:hover svg path {
            stroke: white;
        }

@media (max-width:992px) {
    .orange-btn-outline {
        font-size: 16px;
        padding: 11px;
        border-radius: 10px;
    }
}


.btn-no-outline {
    color: var(--tertiary);
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}

.select-container {
    position: relative;
    width: 100%;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FCFCFC;
    border: 2px solid #EEF2F5;
    border-radius: 16px;
    box-shadow: none !important;
}

.select-angle-icon {
    padding: 2px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #033A35;
    border-radius: 5px;
}

    .select-angle-icon i {
        font-size: 20px;
        color: #FFFFFF;
        padding: 0;
        margin: 0;
    }

.fill-primary svg {
    fill: var(--primary);
}

.fill-secondary svg {
    fill: var(--secondary);
}

.fill-tertiary svg {
    fill: var(--tertiary);
}

.fill-light-pink svg {
    fill: var(--light-pink);
}

.stroke-tertiary svg path,
.stroke-tertiary svg line,
.stroke-tertiary svg polyline,
.stroke-tertiary svg polygon,
.stroke-tertiary svg circle,
.stroke-tertiary svg ellipse,
.stroke-tertiary svg rect {
    stroke: var(--tertiary) !important;
}

.stroke-secondary svg path,
.stroke-secondary svg line,
.stroke-secondary svg polyline,
.stroke-secondary svg polygon,
.stroke-secondary svg circle,
.stroke-secondary svg ellipse,
.stroke-secondary svg rect {
    stroke: var(--secondary) !important;
}

.offer-section {
    margin-top: 130px;
    margin-bottom: 106px;
}

.offer-card svg {
    width: 32px;
}

    .offer-card svg path,
    .offer-card svg line,
    .offer-card svg polyline,
    .offer-card svg polygon,
    .offer-card svg circle,
    .offer-card svg ellipse,
    .offer-card svg rect {
        stroke: var(--tertiary) !important;
    }

.offer-card .offer-desc {
    background-color: var(--gray-12);
    border-radius: 6px;
    padding: 12px 24px;
    text-align: center;
}

.offer-card img {
    border-radius: 6px;
}

.offer-card .offer-description {
    font-size: 28px;
    font-weight: 700;
}

.offer-card .offer-desc a {
    color: var(--secondary) !important;
}

.offer-card .offer-title {
    font-size: 24px;
    font-weight: 500;
}

.swiper-bullet {
    user-select: none;
}

    .swiper-bullet .swiper-pagination {
        position: unset;
        margin-top: 24px;
    }

    .swiper-bullet .swiper-pagination-bullet {
        width: 16px !important;
        height: 16px !important;
    }

    .swiper-bullet .swiper-pagination-bullet-active {
        width: 24px !important;
        height: 24px !important;
        vertical-align: sub;
        background-color: var(--tertiary) !important;
    }

.tag-category-section {
    margin-top: 32px;
}

    .tag-category-section .card {
        border: none;
    }

    .tag-category-section img, .tag-category-section .card {
        border-radius: 16px;
    }

    .tag-category-section .card-img-overlay {
        top: unset;
        bottom: 16px;
        right: 16px;
    }

        .tag-category-section .card-img-overlay h5 {
            font-size: 16px;
            font-weight: 700;
            color: white;
        }

        .tag-category-section .card-img-overlay .bg-transparent {
            background-color: rgba(255, 255, 255, 0.2) !important;
            border-color: rgba(255, 255, 255, 0.2);
            border: 1px solid;
            border-radius: 60px;
            margin-left: 4px;
        }

    .tag-category-section .card-gradiant-overlay {
        display: block;
        width: 100%;
        height: 24%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
        position: absolute;
        bottom: 0px;
        border-radius: 16px;
    }

.brand-section {
    margin-top: 130px;
    margin-bottom: 130px;
}

    .brand-section img {
        border-radius: 60px;
    }

.tag-page .section-header {
    font-size: 16px !important;
}

.btn-outline-primary:hover {
    background-color: var(--light-pink);
}

.modal-content {
    border-radius: 16px;
    border: none;
    color: var(--secondary);
}

.modal-header {
    border-bottom: none;
}

    .modal-header .btn-close {
        font-size: 14px;
    }

.rating {
    border-radius: 8px;
    border: 1px solid var(--gray-7);
    padding: 12px 16px;
}

textarea {
    border-radius: 8px !important;
    border: 1px solid var(--gray-7) !important;
}

.insert-comment .btn {
    padding: 8px 64px;
    border-radius: 8px !important;
}

.star-rating {
    direction: rtl; /* highest star on the left */
    display: inline-flex;
    float: left;
}

    .star-rating input {
        display: none;
    }

    .star-rating label {
        cursor: pointer;
        padding: 0 5px;
    }

    .star-rating svg {
        width: 24px;
        height: 24px;
    }

        .star-rating svg path {
            fill: white; /* default gray */
            stroke: var(--gold);
            transition: fill 0.2s;
        }

    /* checked stars */
    .star-rating input:checked ~ label svg path {
        fill: var(--gold);
    }

    /* hover effect */
    .star-rating label:hover svg path,
    .star-rating label:hover ~ label svg path {
        fill: var(--gold);
    }

    .star-rating svg, .star-rating svg {
        margin-right: 4px;
    }

.comment-list .text-muted {
    font-size: 14px;
    color: var(--mute) !important;
    vertical-align: bottom;
}

.comment-item, .comment-summary {
    color: var(--secondary);
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--gray-7);
}
.comment-child {
    width: 90%;
    margin-right: auto;
    margin-bottom: 16px;
}

.comment-item, .name {
    color: var(--secondary);
    font-weight: 600;
}

.comment-summary {
    border-radius: 8px;
    position: relative;
}

    .comment-summary .card-body {
        padding: 24px;
    }

    .comment-summary .btn {
        width: 100%;
        border-radius: 8px !important;
    }

.comment-item .card-body {
    padding: 16px;
}

.comment-item .star-rating label {
    padding: 0;
}

.comment-item .rate-text {
    vertical-align: text-bottom;
    margin-left: 16px;
}

.comment-item .comment-item-rate {
    float: left;
}

.comment-item .bg-success {
    border-radius: 16px;
    background-color: var(--s-success) !important;
    border-color: var(--s-success) !important;
    color: var(--success);
    font-size: 12px;
    margin-right: 8px;
}

.comment-item .comment-text {
    margin-top: 16px;
    margin-bottom: 16px;
}

.comment-item .iconsax {
    float: right;
    margin-top: 8px;
    margin-left: 4px;
}

.comment-item .star-fill svg path {
    fill: var(--gold);
}

.comment-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .comment-rate .star-fill svg path {
        fill: var(--gold);
    }

.gallery-main-image {
    max-width: 100%;
    max-height: 500px;
    border-radius: 16px;
    object-fit: cover;
}

.modal-thumbnails {
    display: flex;
    bottom: 16px;
    position: absolute;
    overflow-x: scroll;
    width: 90%;
}

    .modal-thumbnails img {
        width: 100px;
        margin: 8px;
        cursor: pointer;
        border-radius: 16px;
    }

.gallery-thumb {
    cursor: pointer;
}

#gallery-modal {
    z-index: 99999999;
}

    #gallery-modal .modal-body {
        background-color: var(--primary);
    }

    #gallery-modal .modal-dialog {
        height: 100vh;
        text-align: center;
        width: 100vw;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    #gallery-modal .modal-content {
        height: 100%;
    }

.modal-thumb.selected {
    border: 3px solid #033A35;
    box-shadow: 0 0 10px rgba(44, 62, 80, 0.5);
}

.brand-section img {
    background: var(--gray-7);
    padding: 8px 8px;
    border-radius: 50%;
}

.children-category-card {
    aspect-ratio: 3/4;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .children-category-card:hover {
        transform: scale(1.03);
    }

    .children-category-card .children-category-image {
        border-radius: 16px;
    }

    .children-category-card .children-category-title {
        height: 75px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
        bottom: 0;
    }

    .children-category-card .children-category-title-text {
        bottom: 12px;
        margin: 0;
        padding: 0.5rem 0.75rem;
    }

.children-category-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.tab-link {
    color: var(--secondary);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 0.25rem;
    margin-bottom: -1px;
    position: relative;
    transition: color 0.3s ease;
}

    .tab-link:not(.active):hover {
        color: var(--tertiary);
    }

    .tab-link.active {
        color: var(--tertiary);
        font-weight: 600;
    }

        .tab-link.active::after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background-color: var(--tertiary);
            border-radius: 3px;
        }

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.children-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--gray-1);
    margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
    .children-category-header {
        flex-direction: column;
        border-bottom: none;
    }

    .children-category-tabs {
        justify-content: center;
        border-bottom: 1px solid var(--gray-1);
        margin-bottom: 2rem;
        width: 100%;
    }
}

.fw-500 {
    font-weight: 500;
}

.no-scrollbar::-webkit-scrollbar {
    display: none !important;
}

.category-short-text, .category-text {
    border: 1px solid var(--gray-15);
    color: var(--secondary);
    font-weight: 300;
    line-height: 2;
    text-align: justify;
    border-radius: 16px;
    padding: 24px 36px;
    margin-bottom: 48px;
}

.category-short-text {
    background-color: var(--gray-16);
    font-size: 16px;
    display: flex;
    align-items: center;
}

    .category-short-text .qoute {
        margin-left: 16px;
    }

        .category-short-text .qoute svg path {
            fill: #0000000D;
        }

.category-text {
    font-size: 16px;
    background-color: #F5F5F5;
    border: none;
    padding: 16px 28px;
    margin-top: 28px;
}

    .category-text img {
        border-radius: 12px !important;
        width: 100%;
        max-height: 350px;
        object-fit: cover;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .category-text h2:not(:first-of-type) {
        margin-top: 48px;
    }

.category-info .accordion {
    margin-bottom: 48px;
}

blockquote {
    background-color: var(--gray-16);
    padding: 24px 36px;
    border-radius: 16px;
    font-size: 16px;
    position: relative;
    padding-right: 78px;
}

    blockquote::before {
        content: "“";
        position: absolute;
        top: 24px;
        right: 16px;
        font-size: 100px;
        color: var(--gray-7);
        line-height: 0;
        transform: rotate(180deg);
        transform-origin: center;
        font-weight: 900;
    }

.all-unset {
    all: unset !important;
}

.radius-8 {
    border-radius: 8px;
}

.designed-h2 h2 {
    padding-bottom: 12px;
}

.banner-desktop .card-img.mobile {
    max-height: 240px;
    object-fit: cover;
}
 

.call-widget {
    position: fixed;
    z-index: 9999999;
    top: 77%;
    right: 2%;
    background-color: var(--primary);
    width: fit-content;
    border-radius: 50%;
    padding: 11px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2), 0 1px 10px rgba(0, 0, 0, .15);
    border: 1px solid var(--secondary);
}

    .call-widget img {
        width: 38px;
    }

@media (max-width: 768px) {
    .widget-icon {
        width: 48px !important;
        height: 48px !important;
    }

    .call-widget {
        top: 68%;
        padding: 11px;
    }

    .cart-notification-popup {
        width: calc(100% - 32px) !important;
        max-width: 580px !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        right: auto !important;
        top: 50% !important;
        bottom: auto !important;
        height: auto !important;
        min-height: 80px !important;
        padding: 12px 14px !important;
        gap: 12px !important;
        animation: slideInCenterMobile 0.3s ease-out;
        z-index: 99999 !important;
        position: fixed !important;
    }

    .cart-notification-backdrop {
        z-index: 99998 !important;
    }

    .cart-notification-content {
        gap: 12px;
        flex-wrap: nowrap;
        width: 100%;
    }

    .cart-notification-left {
        gap: 12px;
        flex: 1;
        min-width: 0;
    }

    .cart-notification-message-wrapper {
        flex: 1;
        min-width: 0;
    }

    .cart-notification-message {
        font-size: 16px;
        width: auto;
        max-width: 100%;
        height: auto;
        line-height: 1.4;
        word-wrap: break-word;
    }

    .cart-notification-right {
        gap: 8px;
        flex-shrink: 0;
    }

    .cart-notification-button {
        width: auto;
        min-width: 140px;
        height: 40px;
        gap: 6px;
        padding: 0 8px;
    }

    .cart-notification-button-text {
        font-size: 16px;
        width: auto;
        height: auto;
        line-height: 1.4;
        white-space: nowrap;
    }

    .cart-notification-arrow {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .cart-notification-close {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
    }

        .cart-notification-close img {
            width: 28px;
            height: 28px;
        }
}

@media (max-width: 480px) {
    .cart-notification-popup {
        width: calc(100% - 24px) !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        right: auto !important;
        top: 50% !important;
        bottom: auto !important;
        padding: 10px 12px !important;
        gap: 10px !important;
        min-height: 70px !important;
        animation: slideInCenterMobile 0.3s ease-out;
        z-index: 99999 !important;
        position: fixed !important;
    }

    .cart-notification-backdrop {
        z-index: 99998 !important;
    }

    .cart-notification-content {
        gap: 10px;
    }

    .cart-notification-left {
        gap: 10px;
    }

    .cart-notification-message {
        font-size: 14px;
    }

    .cart-notification-button {
        min-width: 120px;
        height: 36px;
        gap: 4px;
        padding: 0 6px;
    }

    .cart-notification-button-text {
        font-size: 14px;
    }

    .cart-notification-arrow {
        width: 20px;
        height: 20px;
    }

    .cart-notification-close {
        width: 24px;
        height: 24px;
    }

        .cart-notification-close img {
            width: 24px;
            height: 24px;
        }
}

.swiper-button-next, .swiper-button-prev {
    top: 90% !important;
    color: white !important;
}

.swiper-button-next {
    left: 48px !important;
    right: auto !important;
}

.swiper-rtl .swiper-button-prev {
    right: auto !important;
    left: 98px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: 700 !important;
    font-size: 24px !important;
}

.product-slider-banner .card {
    border: none;
    background-color: unset;
    padding: 0 !important;
    border-radius: 16px;
}

    .product-slider-banner .card:hover {
        background-color: unset;
    }

    .product-slider-banner .card .card-title {
        margin-top: 80% !important;
        text-align: center;
        width: 50%;
        color: white;
        line-height: 1.5;
        margin: auto;
    }

    .product-slider-banner .card .btn {
        background: unset;
        border: unset;
        margin-top: 10%;
        margin: auto;
        margin-top: 10%;
        text-align: center;
        width: 100%;
        font-size: 16px;
    }
.product-slider-banner {
    margin: auto;
}
.product-slider-banner .card img {
    width: 70%;
    border-radius: 16px;
}

    .product-slider-banner .card .right-overlay {
        background-image: linear-gradient(0deg, #000000BA 20%, #00000000 100%);
        width: 90%;
        margin: auto;
        border-radius: inherit;
    }

.new-products-categories .price-action {
    gap: 80px !important;
}

.new-products-categories {
    margin-bottom: 60px;
}

.service-info-dynno img {
    width: 28px;
    margin-left: 0px;
    height: 28px;
    object-fit: scale-down;
}

.service-info-dynno .image-div {
    padding: 16px;
    border-radius: 16px;
    background: #F5F5F5 !important;
    width: max-content;
}

.service-info-dynno p {
    font-size: 16px;
    font-weight: 400;
}

.service-info .title {
    font-weight: 700;
    color: var(--secondary);
}

.index-faq {
    margin-bottom: 64px;
}

    .index-faq .accordion-item {
        margin-bottom: 16px;
        border: none;
    }

    .index-faq .accordion-button {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        color: var(--secondary);
        background-color: #F5F5F5;
        border-radius: 8px;
    }

        .index-faq .accordion-button:not(.collapsed) {
            color: white !important;
            background-color: var(--secondary) !important;
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
        }

        .index-faq .accordion-button::after {
            margin-left: initial;
            margin-right: auto;
        }

    .index-faq .accordion-collapse {
        margin-top: 16px;
        border: 1px solid;
        border-color: #033a354a;
        border-radius: 8px;
    }

    .index-faq .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }


.btn-outline-green {
    border: 1px solid;
    border-color: var(--s-secondary);
    border-radius: 6px;
    color: var(--s-secondary);
    font-size: 12px;
    padding: 16px 10px;
}

    .btn-outline-green:hover {
        color: white;
        background-color: var(--s-secondary);
    }

    .btn-outline-green:before {
        background-image: url('data:image/svg+xml,%3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M22 7.25H16C15.59 7.25 15.25 6.91 15.25 6.5C15.25 6.09 15.59 5.75 16 5.75H22C22.41 5.75 22.75 6.09 22.75 6.5C22.75 6.91 22.41 7.25 22 7.25Z" fill="#292D32"/> <path d="M6 7.25H2C1.59 7.25 1.25 6.91 1.25 6.5C1.25 6.09 1.59 5.75 2 5.75H6C6.41 5.75 6.75 6.09 6.75 6.5C6.75 6.91 6.41 7.25 6 7.25Z" fill="#292D32"/> <path d="M10 10.75C7.66 10.75 5.75 8.84 5.75 6.5C5.75 4.16 7.66 2.25 10 2.25C12.34 2.25 14.25 4.16 14.25 6.5C14.25 8.84 12.34 10.75 10 10.75ZM10 3.75C8.48 3.75 7.25 4.98 7.25 6.5C7.25 8.02 8.48 9.25 10 9.25C11.52 9.25 12.75 8.02 12.75 6.5C12.75 4.98 11.52 3.75 10 3.75Z" fill="#292D32"/> <path d="M22 18.25H18C17.59 18.25 17.25 17.91 17.25 17.5C17.25 17.09 17.59 16.75 18 16.75H22C22.41 16.75 22.75 17.09 22.75 17.5C22.75 17.91 22.41 18.25 22 18.25Z" fill="#292D32"/> <path d="M8 18.25H2C1.59 18.25 1.25 17.91 1.25 17.5C1.25 17.09 1.59 16.75 2 16.75H8C8.41 16.75 8.75 17.09 8.75 17.5C8.75 17.91 8.41 18.25 8 18.25Z" fill="#292D32"/> <path d="M14 21.75C11.66 21.75 9.75 19.84 9.75 17.5C9.75 15.16 11.66 13.25 14 13.25C16.34 13.25 18.25 15.16 18.25 17.5C18.25 19.84 16.34 21.75 14 21.75ZM14 14.75C12.48 14.75 11.25 15.98 11.25 17.5C11.25 19.02 12.48 20.25 14 20.25C15.52 20.25 16.75 19.02 16.75 17.5C16.75 15.98 15.52 14.75 14 14.75Z" fill="#292D32"/%3e%3c/svg%3e');
        width: 24px;
        content: "";
    }

.btn-outline-red {
    border: 1px solid;
    border-color: var(--tertiary);
    border-radius: 6px;
    color: var(--tertiary);
    font-size: 12px;
    padding: 16px 10px;
}

    .btn-outline-red:hover {
        color: white;
        background-color: var(--tertiary);
    }

    .btn-outline-red:before {
        background-image: url('data:image/svg+xml,%3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M22 7.25H16C15.59 7.25 15.25 6.91 15.25 6.5C15.25 6.09 15.59 5.75 16 5.75H22C22.41 5.75 22.75 6.09 22.75 6.5C22.75 6.91 22.41 7.25 22 7.25Z" fill="#292D32"/> <path d="M6 7.25H2C1.59 7.25 1.25 6.91 1.25 6.5C1.25 6.09 1.59 5.75 2 5.75H6C6.41 5.75 6.75 6.09 6.75 6.5C6.75 6.91 6.41 7.25 6 7.25Z" fill="#292D32"/> <path d="M10 10.75C7.66 10.75 5.75 8.84 5.75 6.5C5.75 4.16 7.66 2.25 10 2.25C12.34 2.25 14.25 4.16 14.25 6.5C14.25 8.84 12.34 10.75 10 10.75ZM10 3.75C8.48 3.75 7.25 4.98 7.25 6.5C7.25 8.02 8.48 9.25 10 9.25C11.52 9.25 12.75 8.02 12.75 6.5C12.75 4.98 11.52 3.75 10 3.75Z" fill="#292D32"/> <path d="M22 18.25H18C17.59 18.25 17.25 17.91 17.25 17.5C17.25 17.09 17.59 16.75 18 16.75H22C22.41 16.75 22.75 17.09 22.75 17.5C22.75 17.91 22.41 18.25 22 18.25Z" fill="#292D32"/> <path d="M8 18.25H2C1.59 18.25 1.25 17.91 1.25 17.5C1.25 17.09 1.59 16.75 2 16.75H8C8.41 16.75 8.75 17.09 8.75 17.5C8.75 17.91 8.41 18.25 8 18.25Z" fill="#292D32"/> <path d="M14 21.75C11.66 21.75 9.75 19.84 9.75 17.5C9.75 15.16 11.66 13.25 14 13.25C16.34 13.25 18.25 15.16 18.25 17.5C18.25 19.84 16.34 21.75 14 21.75ZM14 14.75C12.48 14.75 11.25 15.98 11.25 17.5C11.25 19.02 12.48 20.25 14 20.25C15.52 20.25 16.75 19.02 16.75 17.5C16.75 15.98 15.52 14.75 14 14.75Z" fill="#292D32"/%3e%3c/svg%3e');
        width: 24px;
        content: "";
    }

.btn-green {
    border: 1px solid;
    background-color: var(--secondary);
    border-radius: 6px;
    color: white;
    font-size: 12px;
    padding: 16px 10px;
}

    .btn-green:hover {
        color: white;
        background-color: var(--secondary);
    }

    .btn-green:before {
        background-image: url('data:image/svg+xml,%3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M22 7.25H16C15.59 7.25 15.25 6.91 15.25 6.5C15.25 6.09 15.59 5.75 16 5.75H22C22.41 5.75 22.75 6.09 22.75 6.5C22.75 6.91 22.41 7.25 22 7.25Z" fill="#292D32"/> <path d="M6 7.25H2C1.59 7.25 1.25 6.91 1.25 6.5C1.25 6.09 1.59 5.75 2 5.75H6C6.41 5.75 6.75 6.09 6.75 6.5C6.75 6.91 6.41 7.25 6 7.25Z" fill="#292D32"/> <path d="M10 10.75C7.66 10.75 5.75 8.84 5.75 6.5C5.75 4.16 7.66 2.25 10 2.25C12.34 2.25 14.25 4.16 14.25 6.5C14.25 8.84 12.34 10.75 10 10.75ZM10 3.75C8.48 3.75 7.25 4.98 7.25 6.5C7.25 8.02 8.48 9.25 10 9.25C11.52 9.25 12.75 8.02 12.75 6.5C12.75 4.98 11.52 3.75 10 3.75Z" fill="#292D32"/> <path d="M22 18.25H18C17.59 18.25 17.25 17.91 17.25 17.5C17.25 17.09 17.59 16.75 18 16.75H22C22.41 16.75 22.75 17.09 22.75 17.5C22.75 17.91 22.41 18.25 22 18.25Z" fill="#292D32"/> <path d="M8 18.25H2C1.59 18.25 1.25 17.91 1.25 17.5C1.25 17.09 1.59 16.75 2 16.75H8C8.41 16.75 8.75 17.09 8.75 17.5C8.75 17.91 8.41 18.25 8 18.25Z" fill="#292D32"/> <path d="M14 21.75C11.66 21.75 9.75 19.84 9.75 17.5C9.75 15.16 11.66 13.25 14 13.25C16.34 13.25 18.25 15.16 18.25 17.5C18.25 19.84 16.34 21.75 14 21.75ZM14 14.75C12.48 14.75 11.25 15.98 11.25 17.5C11.25 19.02 12.48 20.25 14 20.25C15.52 20.25 16.75 19.02 16.75 17.5C16.75 15.98 15.52 14.75 14 14.75Z" fill="#292D32"/%3e%3c/svg%3e');
        width: 24px;
        content: "";
    }

.contactUs .breadcrumb {
    margin-bottom: 24px !important;
    margin-top: 24px;
}

.contact-us-section h1 {
    font-family: 'doran-bold' !important;
    text-align: center;
    font-size: 28px;
}

.contact-us-section .card {
    background-color: var(--card-back);
    border-radius: 8px;
    border: none;
    padding: 24px 48px;
}

.contact-us-body {
    display: flex;
    gap: 24px;
    align-items: center;
}

.contact-us-text {
    width: 60%;
}

.contactUs-form {
    width: 40%;
}

.contact-us-text a {
    color: var(--secondary);
}

    .contact-us-text a:hover {
        color: var(--s-secondary);
    }

.contact-us-text img {
    width: 16px;
    vertical-align: middle;
    margin-left: 8px;
}

.contact-us-description {
    display: flex;
    gap: 8px;
    margin-top: 48px;
    align-items: center;
    width: 90%;
}

    .contact-us-description .h6 {
        color: var(--secondary);
        font-size: 16px;
        font-weight: 600;
    }

    .contact-us-description img {
        width: 130px;
    }

.social {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

    .social a {
        background-color: var(--secondary);
        padding: 4px 8px;
        border-radius: 8px;
    }

        .social a:hover {
            background-color: var(--s-secondary);
        }

    .social img {
        width: 16px;
        margin: auto;
    }

.footer-contact svg {
    margin-left: 8px;
}

    .footer-contact svg path {
        fill: var(--secondary);
    }
