﻿:root {
    --primary-color: #040303;
    --secondary-color: #F4F4F4;
    --text-color: #808080;
    --accent-color: #00CC61;
    --dark-color: #02183c; /* #004050; */ /*#001f50*/ /*#02183c*/
    --white-color: #FFFFFF;
    --divider-color: #F3F3F3;
    --dark-divider-color: #FFFFFF1A;
    --error-color: rgb(230, 87, 87);
    --default-font: "YekanBakh", "DM Sans", sans-serif;

}

    * {
    /*direction:rtl;*/
    text-align:right;
    letter-spacing:unset !important;
}
.dirrtl {
    direction:rtl;
}
.dirltr {
    direction: ltr;
}

.text-align-right {
    text-align: right;
}
.text-align-left {
    text-align:left;
}

.service-item-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 25px;
    transition: all 0.4sease-in-out;
}
.service-item-content p {
     margin-bottom: unset;
    transition: all 0.4sease-in-out;
}

.displaynone {
    display:none !important;
}
.btn-default {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background: var(--accent-color);
    color: var(--white-color);
    border-radius: 100px;
    padding: 18px 30px 18px 30px;
    border: none;
    overflow: hidden;
    transition: all 0.5sease-in-out;
    z-index: 1;
}
.section-row {
    margin-bottom: 0px !important;
}
.highlighted-box::before {
    content: 'پیشنهاد ویژه' !important;
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--dark-color);
    top: 35px;
    right: -50px;
    width: 190px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    transform: rotate(45deg);
}

.accordion-header, accordion-body {
    text-align:right;
    direction:rtl;
}
.our-faqs {
    background-color: var(--secondary-color) !important;
}

.swiper-slide {
    margin-right:5px !important;
    font-weight:bolder !important;
}

.border-radius-5 {
     border-radius:220px 10px 100px 0px !important;
}


.highlighted-box::before {
    content: 'پیشنهاد ویژه' !important;
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--dark-color);
    top: 35px;
    right: -50px;
    width: 190px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(206, 9, 9);
    transform: rotate(45deg);
}


.blog-title {
    font-size: 16pt !important;
    color: #000 !important;
}
.gallery-items-div {
    padding: 10px 5px 0px 5px;
    font-size: 16px;
    font-weight: 400;
    font-weight: bold;
}

.company-logo {
    padding: 50px 40px;
}
.company-logo img {
     width: unset;
     height: unset;
}