.fill-appli-after::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background-image: url("../images/fil.svg");
    right: 0;
    left: 0;
    bottom: -18px;
}

.appli-title::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    background-image: url(../images/appli-elipsis.svg);
    right: 0;
    left: 0;
    bottom: 32px;
    background-size: 100% 100%;
    right: 131px;
}

.abresan::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(../images/abresan.svg);
    right: 0;
    left: 0;
    bottom: 0px;
    background-size: 100% 100%;
    right: -20px;
}

.Products-applications {
    max-width: 95%;
}
.Products-applications .carousel-indicators {
    position: relative;
    margin-top: 12px;
}

.Products-applications .carousel-indicators button {
    width: 28px;
    height: 4px;
    border-radius: 4px;
    background-color: rgba(230, 230, 230, 1);
    opacity: 1;
    border: unset !important;
}

.Products-applications .carousel-indicators .active {
    background-color: rgba(244, 177, 159, 1);
}

.Products-applications .carousel-item,
.Products-applications .carousel-inner {
    border-bottom-right-radius: 20px;
}

.appli-title {
    font-size: 40px;
    font-family: "yekanBakh-bold";
}

.appli-semi {
    font-family: "yekanBakh-semi-bold";
}

.font-35 {
    font-size: 35px;
}

.page-like-after::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 45px;
    background-image: url(../images/afterr.svg);
    right: 0;
    left: 0;
    bottom: -20px;
    background-size: 100% 100%;
    right: 0px;
}

.page-like-after2::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 45px;
    background-image: url(../images/afterr.svg);
    right: 0;
    left: 0;
    bottom: -20px;
    background-size: 100% 100%;
    right: 0px;
    left: 0;
    margin: auto;
}

.hide-2 {
    color: #808080;
}

.appli-btn-mode {
    background-color: rgba(244, 177, 159, 1);
    padding: 15px 30px;
    border-radius: 15px;
    color: rgba(63, 56, 53, 1);
    font-family: "yekanBakh-bold";
}

.bold {
    font-family: "yekanBakh-bold";
}

.pointer {
    cursor: pointer;
}

.category-tabs {
    display: flex;
    gap: 10px;
    border-radius: 20px;

    justify-content: center;
    background: #fef7f5;
}

.tab-btn {
    border: none;
    font-size: 18px;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    color: #666666;
}

.tab-btn.active {
    background: #ffb3a7 !important;
    color: #000;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.font-26 {
    color: rgba(63, 56, 53, 1);
    font-size: 26px;
}

.appli-fit {
    width: max-content;
}

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

.font-24 {
    font-size: 24px;
}

.fill-appli-after::after {
    background-size: 100% 100%;
}

.ellip-pro {
    background-color: #f7f7f7;
    transition: 0.5s;
    border: 1px solid #e6e6e6;
}

.ellip-pro img {
    border-radius: 12px;
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

.ellip-pro .title {
    color: #1a1a1a;
}

.ellip-pro:hover {
    background-color: #fdf3f1 !important;
    border-color: #f4b19f !important;
}

.accordion-button:not(.collapsed) {
    background-color: rgb(255, 255, 255) !important;
}

.sec-bg .product-section:nth-child(even) {
    background-color: #fef7f5 !important;
}

.product-section {
    scroll-margin-top: 100px;
}

.vivid-video-after::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    border-radius: 0.75rem;
    z-index: 2;
}

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

.see-more {
    padding: 8px 16px;
    border: 1px solid rgba(244, 177, 159, 1);
    width: max-content;
    font-family: "yekanBakh-bold";
    color: rgba(63, 56, 53, 1);
    transition: 0.5s;
    border-radius: 15px;
}

.see-more:hover {
    background-color: rgba(244, 177, 159, 1);
    color: white;
}

.elli-faq .accordion-item,
.elli-faq .accordion-button {
    transition: background-color 0.25s ease, border 0.25s ease;
    border-radius: 0.75rem !important;
}

.elli-faq .accordion-button {
    background-color: #f8f9fa;
}

.elli-faq .accordion-item:has(.accordion-collapse.show) {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(244, 177, 159, 1) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/acoordiao-1.svg") !important;
}

.accordion-button::after {
    background-image: url("../images/acoordiao-2.svg") !important;
    width: 0.9rem;
    height: 0.9rem;
    background-size: 100% 100%;
}

.related-products .box {
    background-color: #fef7f5;
}

.opacity-0 {
    opacity: 0;
}

.comment-bg,
#exampleModal .modal-content {
    background-color: #f7f7f7;
}

input {
    padding: 10px;
}

input:focus,
textarea:focus {
    background: white !important;
}

input:focus-visible,
textarea:focus-visible {
    border: unset !important;
    outline: unset !important;
}

.custom-select-wrapper {
    position: relative;
}

.custom-select {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    appearance: none;
    background-color: #fff;
    color: #b3b3b3;
    font-family: "yekanBakh-light" !important;

    cursor: pointer;
    height: unset !important;
    padding: 10px !important;
    transition: border 0.3s, box-shadow 0.3s;
}

textarea {
    padding: 10px;
}

::placeholder {
    font-family: "yekanBakh-light" !important;

    color: #b3b3b3;
}

select:focus-visible {
    outline: unset !important;
    border: unset !important;
}

select:focus {
    color: black !important;
    background-color: white !important;
}

/* فلش سفارشی */
.custom-select-wrapper::after {
    content: "";
    background-repeat: no-repeat;
    font-size: 12px;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    color: #555;
    position: absolute;
    background-image: url("../images/s-select.svg");
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.star-rating {
    display: flex;
    gap: 5px;
    font-size: 19px;
    cursor: pointer;
}

@-moz-document url-prefix() {
    .star-rating {
        font-size: 30px;
    }

    .star-rating {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.star {
    color: #d9d9d9; /* رنگ خاکستری ستاره‌ها */
    font-size: 30px;
    cursor: pointer;
}

.star {
    color: #d9d9d9;
    transition: color 0.3s;
}

.star.active {
    color: #ffb3a7; /* رنگ زرد ستاره‌ها */
    color: #ffb3a7;
}

.send-comment {
    padding: 10px 20px;
    color: #3f3835;
    background-color: #f4b19f;
    transition: 0.5s;
    border: 1px solid #f4b19f;
}

.send-comment:hover {
    background-color: transparent;
}

.hide-1 {
    color: #666666;
}

.light {
    font-family: "yekanBakh-light" !important;
}

.font-12 {
    font-size: 12px;
}

.reply {
    transition: 0.5s;
}

.reply:hover {
    opacity: 0.5;
}

.text-container {
    max-height: 130px; /* ارتفاع محدود */
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}

.text-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50px;
    background: linear-gradient(rgb(255 255 255 / 78%), rgba(255, 255, 255, 1));
    width: 100%;
}

.show-more-btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    margin-top: 10px;
    cursor: pointer;
    color: #3f3835 !important;
    text-decoration: underline;
    background: none;
    border: none;
    font-size: 13px;
}

.expanded .show-more-btn {
    display: none !important;
}

.expanded::after {
    content: unset !important;
}

.overflow-auto::-webkit-scrollbar {
    display: none;
}

.stuck .category-tabs {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.limit-2-verse p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 42px;
}

.pink {
    color: #ffb3a7 !important;
}

@media (max-width: 992px) {
    .com-after::after {
        content: unset !important;
    }

    .page-like-after::after {
        left: 0;
        margin: auto;
    }

    .brand-detail-slider::after,
    .brand-detail-slider::after,
    .brand-detail-slider::before {
        content: unset !important;
    }

    .text-lg-cen {
        text-align: center !important;
    }

    .appli-title {
        font-size: 25px;
    }

    .related-products .box {
        margin-top: 3.5rem;
    }

    .abresan::after {
        content: unset !important;
    }

    .ellpi-non-bo {
        width: 25px;
    }

    .font-35 {
        font-size: 20px;
    }

    .appli-title::after {
        position: absolute;
        content: "";
        height: 40px;
        width: 40px;
        background-image: url(../images/appli-elipsis.svg);
        right: 0;
        left: 0;
        bottom: 22px;
        background-size: 100% 100%;
        right: 160px;
    }

    .font-26 {
        font-size: 20px;
    }

    .position-stickyposition-sticky {
        top: 6rem !important;
    }

    .Products-applications {
        max-width: 100%;
    }

    .shoar {
        background-position: 30%;
    }
}

/* داخلی برند */

.none-after::after {
    content: unset !important;
}

.brands {
    padding: 15px 40px;
    border: 1px solid #e6e6e6;
}

#productApplicationCarousel::after {
    content: "";
    position: absolute;
    width: 190px;
    left: 0;
    right: 0;
    bottom: 11px;
    z-index: 0;
    background-size: 100% 100%;
    background-image: url("../images/Subtract\ copy.svg");
    margin: auto;
    height: 30px;
}

.brand-detail-slider .carousel-indicators {
    bottom: 20px !important;
}

.brand-detail-slider img {
    border-radius: 50px;
}

.brand-detail-slider::after {
    content: "";
    position: absolute;
    width: 125px;
    border-top-left-radius: 58px;
    left: -20px;
    /* right: 0; */
    /* bottom: 0; */
    top: -20px;
    z-index: 0;
    background-size: 100% 100%;
    background-image: url(../images/brand-detail-slider-after.svg);
    margin: auto;
    height: 125px;
    z-index: -1;
}

.brand-detail-slider::before {
    content: "";
    position: absolute;
    width: 80px;
    border-top-left-radius: 58px;
    right: -45px;
    /* right: 0; */
    /* bottom: 0; */
    top: -30px;
    z-index: 0;
    background-size: 100% 100%;
    background-image: url(../images/brand-detail-slider-before.svg);
    margin: auto;
    height: 80px;
    z-index: -1;
}

.shoar {
    background-image: url("../images/shoar.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.bartari {
    background-color: #f4b19f;
    border-bottom-right-radius: 50px;
}

.tarikh {
    background-color: #fef7f5;
    border-bottom-left-radius: 50px;
}

/* contact */

.hide-4 {
    color: #4d4d4d;
}

.light {
    font-family: "yekanBakh-light" !important;
    color: #4d4d4d;
}

.light {
    font-family: "yekanBakh-light" !important;
}

.map-banner {
    border-radius: 20px;
}

.adress-bg {
    background-color: #f7f7f7;
    border-radius: 20px;
}

.f-35 {
    color: #3f3835;
}

.adress-linear {
    border-radius: 20px;
    background: linear-gradient(
        90deg,
        rgba(249, 250, 252, 0.93) 0%,
        rgba(0, 212, 116, 0) 100%
    );
}

.adress-linear .rounded-pill {
    background: linear-gradient(
        90deg,
        rgba(249, 250, 252, 0.93) 0%,
        rgba(0, 212, 116, 0) 100%
    );
}

.adress-linear .rounded-pill {
    box-shadow: 0px 0px 35px 0px #0000001c;
}

.font-30 {
    font-size: 30px;
}

.between-row::after {
    content: "";
    position: absolute;
    background-image: url("../images/c-between.svg");
    width: 50px;
    background-size: 100% 100%;
    border-radius: 50%;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.one-four-banner {
    background-image: url("../images/04-Banner-Section.png");
    background-repeat: no-repeat;
    border-radius: 20px;
    background-size: cover;
}

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

.margin-div {
    margin-top: -175px;
}

@media (max-width: 992px) {
    .margin-div {
        margin-top: unset !important;
    }

    .between-row::after {
        content: unset !important;

        margin-top: unset !important;
    }

    .between-row::after {
        content: unset !important;
    }
}

/* راهنما */

.payafter1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    width: 133px;
    background-image: url(../images/pay-after-1.png);
    border-radius: 0.75rem;
    z-index: -1;
    height: 135px;
}

.payafter1::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 88%;
    background-color: #e6e6e6;
    border-radius: 20px;
    z-index: -1;
    height: 60px;
    bottom: 0px;
}

.rounded-20 {
    border-radius: 20px;
}

.way-border {
    border: 1px solid #f4b19f;
}

.way-counter {
    width: 40px;
    height: 40px;
    border: 1px solid #f4b19f;
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    right: -20px;
    background-color: white;
}

.row-orders .row:nth-child(even) {
    flex-direction: row-reverse;
}

.row-orders .row:nth-child(even) .order {
    padding-right: 12px !important;
}

.row-orders .row:nth-child(even) .pe-4 {
    padding-right: 1.5rem !important;
}

.row-orders .row:nth-child(even) .ps-lg-4 {
    padding-left: 1.5rem !important;
}

.row-orders .row:nth-child(even) .order-22 {
    padding-left: 12px !important;
}

.row-orders .row:nth-child(even) .way-counter {
    left: -20px;
    margin-left: unset;
}

.row-orders .row:nth-child(even) .payafter1::after {
    right: unset;
    left: 0 !important;
    background-image: url("../images/pay-after-2.png");
}

.way-border::after {
    content: "";
    position: absolute;
    /* right: 0; */
    background-size: cover;
    left: -40px;
    /* margin: auto; */
    width: 39px;
    background-image: url(../images/line-vectore.svg);
    border-radius: 20px;
    z-index: -1;
    height: 290px;
    /* bottom: 0px; */
    top: -240px;
}

.row-orders .row:nth-child(1) .way-border::after {
    content: unset;
}

.row-orders .row:nth-child(3) .way-border::after {
    background-image: url("../images/line-vectore2.svg");
    right: -40px;
}

.row-orders .row:nth-child(5) .way-border::after {
    background-image: url("../images/line-vectore2.svg");
    right: -40px;
}

.row-orders .row:nth-child(7) .way-border::after {
    background-image: url("../images/line-vectore2.svg");
    right: -40px;
}

@media (max-width: 1370px) {
    .way-border::after {
        top: -200px !important;
    }
}

@media (max-width: 992px) {
    .row-orders .row:nth-child(1) {
        margin-top: 1.5rem;
    }

    .row-orders .row:last-child {
        margin-bottom: unset !important;
    }

    .row-orders .row {
        flex-direction: column-reverse !important;
    }

    .row-orders .row:nth-child(even) .ps-lg-4 {
        padding-left: 12px !important;
    }

    .way-border::after {
        content: unset !important;
    }

    .lg-text-center {
        text-align: center !important;
    }

    .row-orders .pe-4 {
        padding-left: 12px !important;
    }

    .ellip-a {
        min-width: unset !important;
        font-size: 14px;
        width: 100%;
    }

    .ellip-b {
        min-width: unset !important;
        font-size: 14px;
        width: max-content;
    }

    .way-counter {
        right: 0 !important;
        left: 0 !important;
        margin-bottom: unset;
        margin-top: unset;
        top: -20px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .order-22 {
        position: relative;
    }

    .order-22::after {
        content: "";
        position: absolute;
        right: 0;
        background-size: contain;
        left: 0;
        margin: auto;
        width: 72px;
        background-image: url(../images/line-vectore.svg);
        border-radius: 20px;
        z-index: -1;
        height: 700px;
        bottom: 0;
        top: 300px;
        background-repeat: no-repeat;
    }

    .row-orders .row:nth-child(even) .order-22 {
        padding-right: 12px !important;
    }

    .payafter1::before {
        bottom: -8px;
    }

    .payafter1 img {
        position: relative;
    }
}

.pay-matn {
    color: #f4b19f;
}

.pay-matn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 95px;
    margin: auto;
    height: 50px;
    background-image: url(../images/pay-matn.svg);
    background-size: 100% 100%;
    z-index: -1;
}

.ellip-a {
    padding: 10px 20px;
    border: 1px solid #f7f7f7;
    transition: 0.5s;
    min-width: 240px;
}

.ellip-b {
    padding: 10px 20px;
    border: 1px solid #f7f7f7;
    transition: 0.5s;
}

.ellip-b:hover,
.ellip-a:hover {
    background-color: rgba(253, 243, 241, 1);
    border-color: #f4b19f;
    color: #553e38;
}

@media (min-width: 992px) {
    .text-lg-start {
        text-align: right !important;
    }
}

.comment-rate-group {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
}

.comment-rate-group input {
    display: none !important;
}

.comment-rate-group label {
    font-size: 20px;
    color: rgba(153, 153, 153, 0.5);
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1;
    margin: 0;
}

.comment-rate-group input:checked ~ label,
.comment-rate-group label:hover,
.comment-rate-group label:hover ~ label {
    color: #ffc107 !important;
}



