/*!
 * Code By "Amir H Fadaee"
 * Contact email: amir.gardeshgar@gmail.com
 * Contact email: amir_fadaiee@yahoo.com
 */

@import url("./megamenu.css");
@import url("./scroll-to-top.css");

/* scrollBar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f9f9f9;
}

::-webkit-scrollbar-thumb {
    background: #3e71af;
}

::-webkit-scrollbar-thumb:hover {
    background: #023f88;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

a:hover {
    text-decoration: none !important;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

.form-control {
    background: #e8f0fe;
    border: 1px solid #dedede;
    border-radius: 0.5rem;
    font-size: 14px;
}

input {
    font-family: tahoma;
}

input[type=tel] {
    direction: rtl;
}


.card-header h2 button.btn-link {
    color: #ddd;
}

.card-header h2 button.btn-link:hover,
.card-header h2 button.btn-link:focus {
    color: #fff;
    text-decoration: none;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

ul {
    padding-inline-start: 0px;
}

body,
html,
td,
span,
tspan,
text,
div {
    font-family: IRANSans, 'tahoma' !important;
}

body {
    direction: rtl;
    text-align: right;
    background-color: #1DA1F2 !important;
    background-color: #fafafa !important;
    font-weight: normal !important;
    font-size: 15px;
}

body>header.navigation {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.619);
}

.bg-darkest {
    background: #fff;
    box-shadow: 0px 5px 25px 0px rgba(79, 105.00000000000004, 139, 0.09);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


footer {
    background: #333333;
    padding-top: 50px;
    padding-bottom: 45px;
    position: relative;
}

footer>img {
    top: -173px;
    left: 50%;
    margin-left: -60px;
}

.support {
    box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.619);
    border-radius: 10px;
    margin-bottom: 45px;
    color: #212529;
    margin-top: -100px;
}

.support h4 {
    color: #fafafa;
}

footer p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
    text-align: justify;
}

.footer_content ul {
    list-style: none;
    padding: 0;
}

.footer_content ul li {
    margin-bottom: 17px;
}

.footer_content ul li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer_content h4 {
    color: #FFF;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.app_link {
    border-radius: 15px;
    border: 0.5px solid #757C9C;
    background: #fafafa;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    display: block;
}

.app_link img {
    height: 50px;
}

.social {
    text-align: left;
    padding-top: 15px;
}

.social .sbtnf {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    opacity: .70;
    filter: alpha(opacity=70);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-align: center;
    width: 40px;
    text-decoration: none;
}

.social .sbtnf:hover {
    opacity: 1.0;
}

.color.icon-facebook {
    background: #3b5998;
}

.color.icon-twitter {
    background: #00bdec;
}

.color.icon-gplus {
    background: #d94a39;
}

.color.icon-linkedin {
    background: #1b92bd;
}

.app_content_link h4 {
    color: #515670;
    margin-bottom: 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.app_content_link h2 {
    color: #FFF;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bottom_footer_sec {
    background: #333333;
    padding: 15px 0;
    border-top: 1px solid #333333;
}

.bottom_footer_sec span {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
}

.title_sec {
    background: linear-gradient(180deg, #7694c9 0%, #023f88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bg-darkest .title_sec {
    background: linear-gradient(180deg, #ddd 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.img-fluid-custom {
    width: 100%;
}

.close {
    float: left;
}

.modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

.modal-footer>:not(:first-child) {
    margin-right: .25rem;
    margin-left: 0;
}

.modal-footer>:not(:last-child) {
    margin-left: .25rem;
    margin-right: 0;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

a {
    color: #023f88;
}

.bg-site-primary {
    background-color: #023f88;
}

.btn-primary {
    background-color: #023f88;
    border-color: #1c4386;
}

.btn-outline-primary:hover {
    background-color: #023f88;
}

.btn-outline-primary {
    color: #023f88;
    border-color: #023f88;
}

.btn-primary:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #39689e;
    border-color: #1c4386;
}

.btn-primary.disabled,
.btn-primary:disabled {
    cursor: auto;
    background-color: #83a8cf;
    border-color: #60a0e5;
}

.ads img {
    border-radius: 10px;
}

.over-opacity:hover {
    opacity: 0.9;
}

.header-search-box {
    position: fixed;
    top: 0;
    width: 360px;
    left: 50%;
    margin-left: -180px;
    opacity: 0;
    transition: all 0.3s;
    background: #fafafa;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 0 0 10px 10px;
    padding: 0 20px;
    visibility: hidden;
}

.slide-in {
    top: 80px;
    opacity: 1.0;
    visibility: visible;
}



@media (max-width: 767px) {
    .support>div {
        margin-bottom: 35px;
    }

    .slide-in {
        top: 59px;
    }
}











.readmore {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
    color: #707070;
    transition: max-height 0.5s ease-out;
    font-size: 0.9rem;
}

.readmore.expand {
    max-height: 5000px !important;
    transition: max-height 0.7s ease-in-out;
}

.readmore-link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #023f88;
    font-weight: bold;
    font-size: 16px;
    padding-top: 40px;
    background-image: linear-gradient(to bottom, transparent, white);
    cursor: pointer;
}

.readmore-link.expand {
    position: relative;
    background-image: none;
    padding-top: 10px;
    height: 20px;
}

.readmore-link:after {
    content: "مشاهده بیشتر ...";
    bottom: 15px;
    position: relative;
}

.readmore-link.expand:after {
    content: "مشاهده کمتر";
}

.box-shadow-bottom {
    position: relative;
    padding: 20px 25px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 18px -16px #131313;
    box-shadow: 0 3px 18px -16px #131313;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    border-radius: 3px;
}




/*=========================[Modal style]==============================*/
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-dialog {
    margin: 70px auto 0;
}

.modal.fade .modal-dialog {
    transform: translateX(100px);
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}

.modal.show .modal-dialog {
    transform: translateX(0);
    top: 90px;
}

.modal-dialog .modal-content {
    background: #fff;
    text-align: center;
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.modal-dialog .modal-content .close {
    color: #023f88;
    font-size: 30px;
    line-height: 15px;
    opacity: 1;
    position: absolute;
    right: auto;
    top: 20px;
    left: 15px;
    z-index: 1;
    transition: all 0.3s;
}

.modal-dialog .modal-content .close span {
    margin: -2px 0 0 0;
    display: block;
}

.modal-content .close:hover {
    color: #1eaaf1;
}

.modal-dialog .modal-content .modal-body {
    padding: 0 30px 30px !important;
}

.modal-dialog .modal-content .modal-body .modal-icon {
    color: #fff;
    background: #023f88;
    font-size: 70px;
    line-height: 125px;
    width: 125px;
    height: 125px;
    margin: -63px auto 15px;
    border-radius: 50%;
    display: inline-block;
}

.modal-dialog .modal-content .modal-body .title {
    color: #023f88;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    text-transform: capitalize;
    margin: 0 0 15px;
}



.modal-dialog .modal-content .modal-body .description {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
}

.modal-dialog .modal-content .modal-body .input-group {
    background-color: #eff7ff;
    padding: 2px 1px;
    margin: 0 auto;
    border: 1px solid #c5cfdb;
    border-radius: 25px;
}

.modal-dialog .modal-content .modal-body input {
    background-color: transparent;
    width: calc(100% - 45px);
    height: 40px;
    border-radius: 25px;
    border: none;
    box-shadow: none;
}

.modal-dialog .modal-content .modal-body input:focus {
    box-shadow: none;
}

.modal-dialog .modal-content .modal-body.default-form input {
    width: 100%;
    height: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 0;
}

.modal-dialog .modal-content .modal-body.default-form .checkbox input[type=checkbox] {
    width: 20px;
}

.modal-dialog .modal-content .modal-body .btn {
    color: #fff;
    background-color: #023f88;
    font-size: 20px;
    line-height: 35px;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50%;
    border: none;
    transition: all 0.4s ease 0s;
}

.modal-dialog .modal-content .modal-body .btn:hover {
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: 95% !important;
    }

    .modal-dialog .modal-content .modal-body {
        padding: 0 25px 45px !important;
    }

    .modal-dialog .modal-content .modal-body .title {
        font-size: 26px;
    }
}

.fa-rotate-225 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(225deg);
}


.modal-error .modal-dialog .modal-content .close,
.modal-error .modal-dialog .modal-content .modal-body .title {
    color: #bb0b0b;
}

.modal-error .modal-content .close:hover {
    color: #ee0a0a;
}

.modal-error .modal-dialog .modal-content .modal-body .modal-icon,
.modal-error .modal-dialog .modal-content .modal-body .btn {
    background: #bb0b0b;
}


.modal-hint .modal-dialog .modal-content .close,
.modal-hint .modal-dialog .modal-content .modal-body .title {
    color: #ffaf03;
}

.modal-hint .modal-content .close:hover {
    color: #f8d848;
}

.modal-hint .modal-dialog .modal-content .modal-body .modal-icon,
.modal-hint .modal-dialog .modal-content .modal-body .btn {
    background: #ffaf03;
}


.modal-success .modal-dialog .modal-content .close,
.modal-success .modal-dialog .modal-content .modal-body .title {
    color: #04e67c;
}

.modal-success .modal-content .close:hover {
    color: #61fab3;
}

.modal-success .modal-dialog .modal-content .modal-body .modal-icon,
.modal-success .modal-dialog .modal-content .modal-body .btn {
    background: #04e67c;
}

/*=========================[/Modal style]==============================*/













.container form .form-row {
    display: flex;
    margin: 10px 0;
    width: 100%;
    flex-wrap: nowrap;
}

form .form-row .input-data {
    width: 100%;
    height: 40px;
    margin: 0 10px;
    position: relative;
}

form .form-row .textarea {
    height: 70px;
}

.input-data input,
.input-data select,
.textarea textarea {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    background: transparent;
}

.sort-bar .input-data input {
    border-bottom: 2px solid rgba(255, 255, 255, 0.88);
    color: #fff;
}

.sort-bar form {
    min-width: 250px;
}

.header-search-box .input-data input {
    background: transparent;
}

.input-data input:focus~label,
.textarea textarea:focus~label,
.input-data input:valid~label,
.textarea textarea:valid~label,
.input-data input.empty-valid~label,
.input-data input.empty-valid:placeholder-shown:focus~label,
.input-data select:focus~label,
.input-data select.noempty-select~label {
    transform: translateY(-20px);
    font-size: 13px;
    color: #3498db;
}

.input-data input.empty-valid:placeholder-shown~label {
    font-size: 15px;
    color: inherit;
    transform: translateY(0px);
}

.input-data input:invalid~label,
.textarea textarea:invalid~label,
.input-data select:invalid~label {
    color: rgb(234 67 53);
    transform: translateY(-20px);
    font-size: 13px;
}

.input-data input:invalid:placeholder-shown~label,
.textarea textarea:invalid:placeholder-shown~label,
.input-data select.empty-select:invalid~label {
    color: inherit;
    transform: translateY(0px);
    font-size: 14px;
}

.input-data input:invalid:focus~label,
.textarea textarea:invalid:focus~label,
.input-data select.empty-select:invalid:focus~label {
    color: rgb(234 67 53);
    transform: translateY(-20px);
    font-size: 13px;
}

.textarea textarea {
    resize: none;
    padding-top: 10px;
}

.input-data label {
    position: absolute;
    pointer-events: none;
    bottom: 0px;
    font-size: 15px;
    transition: all 0.3s ease;
    right: 0;
}

.input-data.checkbox label,
.input-data.checkbox input:valid~label {
    bottom: -20px;
    right: 5px;
    color: #212529;
}

.textarea label {
    width: 100%;
    bottom: 40px;
    background: #fff;
    text-align: right;
}

.input-data .underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.input-data .underline:before,
.input-data input.empty-valid:placeholder-shown~.underline:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #3498db;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    right: 0;
}

.input-data input:focus~.underline:before,
.input-data input:valid~.underline:before,
.textarea textarea:focus~.underline:before,
.textarea textarea:valid~.underline:before,
.input-data input.empty-valid:placeholder-shown:focus~.underline:before,
.input-data select.noempty-select~.underline:before {
    transform: scale(1);
}

.input-data input:invalid~.underline:before,
.textarea textarea:invalid~.underline:before,
.input-data select:invalid~.underline:before {
    background: rgb(234 67 53);
    transform: scale(1);
}

.input-data input:invalid:placeholder-shown~.underline:before,
.textarea textarea:invalid:placeholder-shown~.underline:before,
.input-data select.empty-select:invalid~.underline:before {
    transform: scale(0);
}

.input-data input:invalid:focus~.underline:before,
.textarea textarea:invalid:focus~.underline:before,
.input-data select:invalid:focus~.underline:before {
    background: rgb(234 67 53);
    transform: scale(1);
}

.content {
    height: 51px;
    width: 100%;
    display: flex;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.show-hide {
    position: absolute;
    left: 10px;
    top: 12px;
}

.show-hide i {
    font-size: 19px;
    color: #023f88;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.show-hide i.hide::before {
    content: '\f070';
}

input:valid~.show-hide i {
    transform: translateX(0);
}




@media (max-width: 767px) {

    .container form .form-row {
        margin: 6px 0;
        flex-wrap: wrap;
    }

    form .form-row .input-data {
        margin: 0 !important;
    }

    .content {
        height: 52px;
    }
}






#progress-bar-container li .step-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 14px;
}

#progress-bar-container li.active,
#progress-bar-container li:hover {
    color: #444;
}

#progress-bar-container li::after {
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #777;
    margin: auto;
    border: 7px solid #fff;
    border-radius: 50%;
    margin-top: 40px;
    box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.2);
    transition: all ease 0.25s;
}

#progress-bar-container li:hover::after {
    background: #555;
}

#progress-bar-container li.active::after {
    background: #207893;
}

#progress-bar-container #line {
    width: 90%;
    margin: auto;
    background-color: #eee;
    height: 6px;
    position: absolute;
    left: 5%;
    top: 50px;
    z-index: 1;
    border-radius: 50px;
    transition: all ease 0.75s;
}

#progress-bar-container #line-progress {
    content: " ";
    width: 16%;
    height: 100%;
    background-color: #207893;
    background: linear-gradient(to right #207893 0%, #2ea3b7 100%);
    position: absolute;
    z-index: 2;
    border-radius: 50px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.25);
}

#progress-content-section {
    position: relative;
    top: 100px;
    width: 100%;
    margin: auto;
    background: #f3f3f3;
    background: #023f88;
    background-image: -webkit-linear-gradient(to right, #023f88, #7694c9);
    background-image: linear-gradient(to right, #023f88, #7694c9);
    color: #ddd;
    border-radius: 4px;
}

#progress-content-section .section-content {
    padding: 30px 40px;
    text-align: center;
}

.progress-wrapper {
    margin: auto;
    max-width: 1080px;
}

#progress-bar-container {
    position: relative;
    width: 100%;
    margin: auto;
    height: 100%;
    margin-top: 65px;
}

#progress-bar-container ul {
    padding-top: 15px;
    z-index: 999;
    position: absolute;
    width: 100%;
    margin-top: -40px;
}

#progress-bar-container li::before {
    content: " ";
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #aaa;
    transition: all ease 0.3s;
}

#progress-bar-container li.active::before,
#progress-bar-container li:hover::before {
    border: 2px solid #fff;
    background-color: #007bff;
}

#progress-bar-container li {
    list-style: none;
    float: right;
    width: 33%;
    text-align: center;
    color: #aaa;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.2s;
    vertical-align: bottom;
    height: 60px;
    position: relative;
}



.section-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #333;
    color: #fff;
    letter-spacing: 1px;
}

.section-content p {
    font-size: 16px;
    line-height: 1.8rem;
    color: #777;
    color: #fff;
}

.section-content {
    display: none;
    animation: FadeinUp 0.7s ease 1 forwards;
    transform: translateY(15px);
    opacity: 0;
}

.section-content.active {
    display: block;
    opacity: 1;
}


@keyframes FadeInUp {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


input[type=number],
input[type=tel] {
    font-family: IRANSans, 'tahoma' !important;
}







#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: right;
    background: #c5d7f7;
    color: #222;
    padding: 20px;
}

#faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: left;
}

#faq .card .card-header .btn-header-link.collapsed {
    background: #023f88;
    color: #fff;
}

#faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#faq .card .collapsing {
    background: #c5d7f7;
    line-height: 30px;
}

#faq .card .collapse {
    border: 0;
}

#faq .card .collapse.show {
    background: #c5d7f7;
    line-height: 30px;
    color: #222;
}


#inner-header {
    max-height: 100vh;
    overflow-y: hidden;
}

.banner-cats {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 0 0;
    background: linear-gradient(to top, #fff, #fff, transparent);
}

@media (max-width: 576px) {
    .banner-cats {
        position: relative;
    }

    #inner-header {
        max-height: unset;
    }
}

.banner-cats-content {
    min-height: 50%;
    max-width: 90%;
    margin: 0 auto;
    padding: 20% 30px 0 30px;
}

.banner-cat {
    border: 1px solid #023f88;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
}

.banner-cat-caption {
    padding: 15px 0;
    font-size: 1.2rem;
}

.banner-cats-bg {
    top: 0;
    left: 0;
    right: 0;
}

.dynamic-row.two-items {
    display: flex;
    justify-content: center;
    /* وسط‌چین افقی */
    gap: 30px;
}

.dynamic-row.two-items .dynamic-item {
    max-width: 220px;
    /* سایز مناسب */
}

.dynamic-row.two-items .banner-cat img {
    width: 100%;
    height: auto;
}

#carpetCarousel .carousel-control-next,
#carpetCarousel .carousel-control-prev {
    bottom: 500px;
}

.carousel-caption {
    top: 200px;
    bottom: auto;
}

.primary-cat {
    background: url(../img/primary-cat-bg.jpg ) no-repeat;
    background-size: cover;
}

.primary-cat p {
    padding: 15px 0;
    color: #909090;
}

.primary-cat-slogan {
    font-size: 1.05rem;
    color: #464646;
}

.primary-cat-links a {
    width: 49%;
    border-radius: 20px;
}

.primary-cat-img {
    margin: 0 auto;
}


.offers-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.fixed-box {
    width: 300px;
    flex-shrink: 0;
    /* از کوچک شدن جلوگیری می‌کند */
}

.info-box {
    background-color: #023f88;
    color: #d9dfe7;
    padding: 60px 25px 30px;
    border-radius: 20px 0 0 20px;
    text-align: center;
}

.info-box h4 {
    margin-bottom: 15px;
}

.info-box>span {
    display: block;
    background: #d9dfe7;
    color: #023f88;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}

.info-box>a {
    color: #d9dfe7;
}

.slider-controls button {
    border-radius: 50%;
    border: 1px solid #d9dfe7;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
}

.special-offers-content {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.slider-box {
    flex: 1;
    direction: ltr;
    min-width: 0;
    /* برای جلوگیری از رشد بیش از حد Slick */
}


.special-offer {
    height: 290px;
    padding: 0 15px;
    text-align: center;
}

.offer-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    display: inline-block;
}

.offer-card img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    border-radius: 14px;
    transition:
        transform .45s ease,
        filter .45s ease;
}

/* شیشه */
.offer-overlay {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;

    padding: 14px;

    border-radius: 18px;

    background: rgba(255, 255, 255, .18);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, .22);

    opacity: 0;
    transform: translateY(20px);

    transition: all .35s ease;

    text-align: center;
}

.offer-title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.offer-price {
    color: #fff;
    font-size: 13px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.offer-price del {
    display: block;
    text-decoration: line-through;
}

/* Hover */
.offer-card:hover img {
    transform: scale(1.06);
    filter: brightness(.82);
}

.offer-card:hover .offer-overlay {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1200px) {
    .special-offers-content {
        top: 35%;
    }
}

@media (max-width: 768px) {
    .special-offers-content {
        top: 30%;
    }

    .special-offers {
        height: 700px;
    }

    .offers-row {
        flex-direction: column;
        align-items: stretch;
    }

    .fixed-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .info-box {
        border-radius: 20px 20px 0 0;
        padding: 30px 15px;    
    }

    .special-offers-bg {
        display: none;
    }

    .special-offers-content {
        background: #d9dfe7;
        padding: 0 0 20px;
        border-radius: 20px 20px 0 0;
    }

    .offer-card img {
        transform: scale(1.06);
        filter: brightness(.82);
    }

    .offer-card .offer-overlay {
        opacity: 1;
        transform: translateY(0);
    }

    .bottom_footer_sec span {
        font-size: 13px;
    }

    .bottom_footer_sec .container {
        padding: 0 0.8rem;
    }
}


.advanced-search {
    padding-bottom: 200px;
}

.advanced-search-box {
    background-color: #023f88;
    border-radius: 30px;
    padding: 30px;
}

.advanced-search-box input,
.advanced-search-box select {
    background: transparent;
    border: 0;
    border-right: 1px solid #fff;
    font-size: 13px;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 5px;
}

.advanced-search-box input::placeholder {
    color: #fff;
}

.advanced-search-box button {
    background: #000;
    color: #fff;
    border-radius: 25px;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.advanced-search .logo-reverse {
    left: calc(50% - 60px);
    top: calc(100% - 14px);
}

.about {
    background: url(../img/about-bg-full.jpg ) no-repeat;
    background-size: cover;
}

.seperator {
    width: 120px;
    border: 1px solid #b1b2b3;
}

.about .seperator {
    border: 1px solid #fff;
}

/*==========================[Article section]===========================*/
.article-cart {
    position: relative;
    padding: 120px 30px 30px;
    border: 1px solid #b1b2b3;
    border-radius: 30px;
    margin-top: 130px;
    transition: all .35s ease;
    background: #fff;
}

.article-cart>* {
    position: relative;
    z-index: 2;
}

.article-cart>img {
    position: absolute;
    top: -100px;
    height: 200px;
    width: 90%;
    left: 5%;
    border-radius: 20px;
    object-fit: cover;
    transition: transform .5s ease;
}

.article-cart h4 {
    height: 90px;
    transition: color .3s ease;
}

.article-date {
    position: absolute;
    top: -80px;
    background: #fff;
    border-radius: 0 25px 25px 0;
    left: 5%;
    display: inline-block;
    padding: 10px;
    transition: all .3s ease;
}

.article-cart a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all .3s ease;
}

.article-cart a::after {
    content: "←";
    transition: transform .3s ease;
}

/* Hover */
.article-cart:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    border-color: transparent;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0));
}

.article-cart:hover>img {
    transform: scale(1.05);
}

.article-cart:hover a {
    color: #0d6efd;
}

.article-cart:hover .article-date {
    background: #1e4384;
    color: #fff;
    border-radius: 25px;
    top: -90px;
}

.article-cart:hover a::after {
    transform: translateX(-5px);
}

/*==========================[/Article section]==========================*/


/*===========================[Colors section]===========================*/
.color-seperated .container>* {
    position: relative;
    z-index: 1;
}

.colors-wrraper {
    border: 1px solid #b1b2b3;
    border-radius: 30px;
    background: #fff;
    padding: 20px 45px;
}

.color-wrraper {
    border: 1px solid #b1b2b3;
    border-radius: 20px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    transition: transform .25s ease, filter .25s ease;
}

/* افکت نور */
.color-wrraper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 70%;
    height: 100%;
    background: rgba(255, 255, 255, .35);
    transform: skewX(-25deg);
    transition: left .6s ease;
}

.color-box>a {
    display: block;
    width: 100%;
}

.color-box:hover .color-wrraper {
    transform: scale(1.06);
    filter: saturate(1.2) brightness(1.05);
}

.color-box:hover .color-wrraper::before {
    left: 150%;
}

/*===========================[/Colors section]==========================*/


/*============================[Certificates]============================*/
.certificates {
    background: url(../img/bottom-bg.jpg ) no-repeat;
    background-size: cover;
    margin-top: -380px;
    padding-top: 280px;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
}

.certificate-item {
    position: relative;
    transition: transform .3s ease;
}

.certificate-item img {
    transition:
        transform .35s ease,
        filter .35s ease;
}

.certificate-item>div {
    transition:
        transform .3s ease,
        letter-spacing .3s ease;
}

/* خط زیر */
.certificate-item::after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(to left, transparent, #c8a97e, transparent);
    transition: all .35s ease;
    transform: translateX(50%);
    border-radius: 20px;
}

/* Hover */
.certificate-item:hover img {
    transform: translateY(-8px);
    filter: saturate(1.15);
}

.certificate-item:hover>div {
    transform: translateY(-4px);
    letter-spacing: .3px;
}

.certificate-item:hover::after {
    width: 70%;
}

/*============================[/Certificates]===========================*/


footer .socials a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding-top: 12px;
}

.quick-menu {
    display: inline-block;
}

.quick-menu li {
    margin-bottom: 1.2rem;
}

footer a,
footer p {
    color: #7e7e7e;
}

footer a:hover {
    color: #fff;
}

.signs a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 25px;
    width: 132px;
    height: 138px;
    text-align: center;
    vertical-align: middle;
    background: #7e7e7e;
    margin: 0 auto 10px; 
}

.signs a img {
    min-width: 80%;
}

.signs a:hover {
    background: #fff;
}

.dynamic-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap, 16px);
    box-sizing: border-box;
}

.dynamic-item {
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    flex: 0 0 calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
    max-width: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
}

.dynamic-item:hover .banner-cat-caption {
    color: #000;
    font-weight: 500;
}

.dynamic-item:hover .banner-cat {
    box-shadow: 0 30px 60px rgba(0, 0, 0, .12);
}

.banner-cat img {
    width: 100%;
    height: auto;
    transition: transform .7s ease;
}

.dynamic-item:hover img {
    transform: scale(1.06);
}

@media (max-width: 575.98px) {
    .dynamic-row {
        --cols: 2;
    }
}

@media (min-width: 576px) {
    .dynamic-row {
        --cols: var(--cols-desktop);
    }
}

.primary-cat-img-wrapper {
    position: relative;
    display: inline-block;
    width: 340px;
    height: 340px;
    border-radius: 25px;
    overflow: hidden;
}

.primary-cat-img {
    display: block;
    width: 100%;
    height: 100%;
}

/* هاله آبی دایره‌ای */
.primary-cat-img-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    /* بزرگتر از wrapper تا هاله همه جهات را بگیرد */
    height: 200%;
    transform: translate(-50%, -50%);
    pointer-events: none;

    background: radial-gradient(circle,
            rgba(2, 63, 136, 0.0) 0%,
            rgba(2, 63, 136, 0.6) 50%,
            rgba(2, 63, 136, 0.7) 100%);
}


.input-data input[readonly],
.input-data textarea[readonly],
.input-data select[disabled] {
    border-bottom: 2px solid transparent !important;
    font-weight: bold;
    color: #000;
}

.input-data input[readonly]~.underline:before,
.input-data textarea[readonly]~.underline:before,
.input-data select[disabled]~.underline:before {
    transform: scale(0);
}

.input-data input[readonly]~label,
.input-data textarea[readonly]~label,
.input-data select[disabled]~label {
    color: #212529;
    transform: translateY(-20px) !important;
    font-size: 14px;
}

.user-desktop button[disabled] {
    display: none;
}

button.form-editor,
button.form-editor:active,
button.form-editor:focus {
    outline: none !important;
    border: 0;
    box-shadow: none;
}





.brand img {
    max-height: 50px;
}


#cart-icon {
    position: relative;
}

.cart-dropdown {
    position: absolute;
    top: 30px;
    /* فاصله از آیکون */
    right: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1440px) {
    .cart-dropdown {
        right: -100px;
    }
}

@media (max-width: 1070px) {
    .cart-dropdown {
        right: -150px;
    }
}

@media (max-width: 760px) {
    .cart-dropdown {
        right: -200px;
        display: none !important;
    }
}

.cart-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 90px;
}


#dropArea {
    height: auto;
}

#browseBtn,
.ticket-modal .modal-dialog .modal-content .modal-body .btn {
    width: auto;
    height: auto;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: normal;
}

.ticket-modal .modal-dialog .modal-content .modal-body .btn {
    width: 100px;
    padding: 8px 10px;
}

.ticket-modal .modal-dialog .modal-content .modal-body .btn.btn-outline-primary {
    width: 40px;
    padding: 8px 10px;
}

.ml-xs-2 {
    margin-left: .5rem;
}

.ticket-message {
    width: 70%;
}

@media (max-width: 450px) {
    .ticket-modal .modal-dialog .modal-content .modal-body .btn {
        width: 41%;
        padding: 7px 9px;
    }

    .ticket-modal .modal-dialog .modal-content .modal-body .btn.btn-outline-primary {
        width: 12%;
        padding: 7px 9px;
    }

    .ml-xs-2 {
        margin-left: 0;
    }

    .modal-dialog .modal-content .modal-body {
        padding: 0 20px 45px !important;
    }

    .ticket-message {
        width: 95%;
    }
}



.img-frame {
    position: relative;
    display: inline-block
}

.img-frame img:first-child {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px
}

/* ذره‌بین دایره‌ای */
.magnifier {
    position: fixed;
    /* تغییر از absolute به fixed برای هماهنگی با clientX/Y */
    width: 160px;
    /* سایز ذره‌بین (قطر) — قابل تنظیم */
    height: 160px;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    border: 4px solid rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    /* مقدار دقیق در JS تنظیم می‌شود */
    pointer-events: none;
    /* تا موس به عنصر زیر برسد */
    transform: translate(-50%, -50%);
    display: none;
    /* وقتی موس نیست مخفی باشه */
    z-index: 20;
}

/* نمایش یک حلقه کوچک در مرکز (اختیاری) */
.magnifier::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.55);
}




.tag-list {
    width: 90rem;
    max-width: 90vw;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 1rem 0;
    position: relative;
    padding: 1.5rem 0;
    overflow: hidden;
}

.tag {
    display: flex;
    /* width: 145px; */
    align-items: center;
    gap: 0 0.2rem;
    color: #e2e8f0;
    font-size: 0.9rem;
    background-color: #334155;
    border-radius: 0.4rem;
    padding: 0.7rem 1rem;
    margin-right: 1rem;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2), 0 0.1rem 0.5rem rgba(0, 0, 0, 0.3), 0 0.2rem 1.5rem rgba(0, 0, 0, 0.4);
    direction: rtl;
}

.tag span {
    font-size: 1.2rem;
    color: #64748b;
}


.article_item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.article_item .shop_article_content {
    bottom: 30px !important;
    display: block;
}

.article_item .shop_article_content .article_image {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: auto;
}

.article_item .shop_article_content .article_image img {
    max-width: 100%;
    width: 90%;
    height: 200px;
    border-radius: 10px;
}

.article_info .writer_info .writerImg {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}


.shop_article_txt {
    font-size: 16px !important;
    font-weight: 600;
    height: auto;
    color: rgb(112, 112, 112);
}

.shop_article_dsc {
    font-size: 14px;
    color: rgb(112, 112, 112);
}

.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: auto;
    padding-left: .5rem;
}

.writer img {
    width: 76px;
    border-radius: 50%;
    border: 5px solid #ffffff85;
}

@media (max-width: 768px) {
    .writer img {
        margin: 0 auto;
    }
}




.select-card {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 12px 40px 12px 12px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.2s;
    background: #fff;

    position: relative;
    overflow: hidden;
}

.select-card:hover {
    border-color: #999;
}

.select-card.selected {
    border-color: #023f88;
    background: #eef5ff;
}

/* مخفی کردن رادیو */
.select-card input[type=radio] {
    display: none;
}


/* ستون رنگی سمت راست */
.select-card.selected::after {

    content: "✓";

    position: absolute;

    top: 0;
    right: 0;

    width: 28px;
    height: 100%;

    background: #023f88;

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    font-weight: bold;

}

.sticky-summary {

    position: sticky;

    top: 100px;

    max-height: calc(100vh - 120px);

    overflow-y: auto;

}

/* موبایل */
@media (max-width: 992px) {

    .sticky-summary {

        position: static;

    }

}


@media only screen and (max-width: 768px) {

    .h1,
    h1 {
        font-size: 1.9rem;
    }

    .h3,
    h3 {
        font-size: 1.2rem;
    }

    .h5,
    h5 {
        font-size: 1.1rem;
    }
}

.emergency-error {
    background: rgba(220, 53, 69, 0.9);
    color: #fff;
    width: 100%;
    display: block;
    top: -50px;
    transition: all 0.5s;
    font-size: 13px;
}


.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 0 .25rem .25rem 0;
    border-left: 0;
}
.page-item:last-child .page-link {
    margin-right: 0;
    border-radius: .25rem 0 0 .25rem;
}






.is-loading {
    position: relative;
    pointer-events: none;
}

.js-loading-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(2px);
    z-index: 999;
}

.spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-bottom: 8px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* button spinner */
.btn-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    display: inline-block;
    margin-left: 6px;
    animation: spin 0.7s linear infinite;
}




footer .socials {
    display: flex;
    justify-content: center;
    gap: 10px;
}

footer .socials > div {
    flex: 1;
    text-align: center;
}
