@font-face {
    font-family: 'YekanBakh';
    src: url('../../fonts/YekanBakh.woff2') format('woff2'),url('../../fonts/YekanBakh.woff') format('woff'),url('../../fonts/YekanBakh.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: optional;
}

html {
    scroll-behavior: smooth;
    font-family: 'YekanBakh' !important
}

body {
    font-family: 'YekanBakh';
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden
}

.layout_padding {
    padding: 90px 0
}

.layout_margin {
    margin: 90px 0
}

.layout_padding2 {
    padding: 75px 0
}

.layout_padding2-top {
    padding-top: 75px
}

.layout_padding2-bottom {
    padding-bottom: 75px
}

.layout_padding-top {
    padding-top: 90px
}

.detail-box p {
    text-align: right;
    text-justify: auto
}

.layout_padding-bottom {
    padding-bottom: 90px
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .heading_container h2 {
        position: relative;
        font-weight: bold
    }

        .heading_container h2 span {
            color: #7335b7
        }

    .heading_container.heading_center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

a, a:hover, a:focus {
    text-decoration: none
}

    a:hover, a:focus {
        color: initial
    }

., .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .hero_area {
        position: relative;
        min-height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #3E116B;
        background: linear-gradient(90deg,rgba(62,17,107,1) 0%,rgba(90,24,154,0.95) 100%);
        border-radius: 0 0 350px 0
    }

    .sub_page .hero_area {
        min-height: auto;
        border-radius: 0 0 45px 0
    }

    .header_section {
        padding: 15px 0
    }

        .header_section .container-fluid {
            padding-right: 25px;
            padding-left: 25px
        }

    .navbar-brand span {
        font-weight: bold;
        color: #ffffff;
        font-size: 24px
    }

    .custom_nav-container {
        padding: 0
    }

        .custom_nav-container .navbar-nav {
            margin: auto
        }

            .custom_nav-container .navbar-nav .nav-item .nav-link {
                padding: 5px 25px;
                color: #ffffff;
                text-align: center;
                text-transform: uppercase;
                border-radius: 5px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s
            }

            .custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
                color: #000000;
                background-color: #ffffff
            }

        .custom_nav-container .navbar-toggler {
            outline: none
        }

        .custom_nav-container .navbar-toggler {
            padding: 0;
            width: 37px;
            height: 42px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s
        }

            .custom_nav-container .navbar-toggler span {
                display: block;
                width: 35px;
                height: 4px;
                background-color: #ffffff;
                margin: 7px 0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                position: relative;
                border-radius: 5px;
                transition: all 0.3s
            }

                .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    background-color: #ffffff;
                    top: -10px;
                    border-radius: 5px;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s
                }

                .custom_nav-container .navbar-toggler span::after {
                    top: 10px
                }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
            }

                .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg)
                }

                    .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
                        -webkit-transform: rotate(90deg);
                        transform: rotate(90deg);
                        top: 0
                    }

                .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    margin: 0;
                    margin-bottom: -4px
                }

                .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
                    display: none
                }

                .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    margin: 0;
                    margin-top: -4px
                }

            .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1, .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2, .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
                -webkit-transform: none;
                transform: none
            }

    .quote_btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px
    }

        .quote_btn-container a {
            color: #000000;
            text-transform: uppercase
        }

            .quote_btn-container a span {
                margin-left: 5px
            }

            .quote_btn-container a:hover {
                color: #f8842b
            }

        .quote_btn-container .quote_btn {
            display: inline-block;
            padding: 5px 25px;
            background-color: #ffffff;
            color: #5a2a8f;
            border-radius: 5px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            border: 1px solid #ffffff
        }

            .quote_btn-container .quote_btn:hover {
                color: #5a2a8f;
                -webkit-transform: translateY(-3px);
                transform: translateY(-3px)
            }

    .slider_section {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 45px 0
    }

        .slider_section .row {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .slider_section #customCarousel1 {
            width: 100%;
            position: unset
        }

        .slider_section .detail-box {
            text-align: center;
            color: #ffffff
        }

            .slider_section .detail-box h1 {
                font-weight: bold;
                margin-bottom: 20px
            }

            .slider_section .detail-box .btn-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin: 0 -5px;
                margin-top: 45px;
                margin-bottom: 10px
            }

    .sign-link {
        display: inline-block;
        position: relative;
        z-index: 10;
        pointer-events: auto;
        text-decoration: none;
        color: #fff;
        transition: transform 0.3s ease,color 0.3s ease
    }

        .sign-link:hover {
            transform: translateY(-3px);
            color: #ddd
        }

    .slider_section .detail-box .btn-box a {
        margin: 5px;
        text-align: center;
        width: 185px
    }

    .slider_section .detail-box .btn-box .btn1 {
        display: inline-block;
        padding: 12px 15px;
        background: #ffffff;
        background: linear-gradient(270deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 100%);
        color: #5a2a8f;
        border-radius: 5px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #ffffff
    }

        .slider_section .detail-box .btn-box .btn1:hover {
            color: #f8842b;
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
            border: 1px solid #f8842b
        }

    .slider_section .detail-box .btn-box .btn2 {
        display: inline-block;
        padding: 12px 15px;
        background: #28a745;
        background: linear-gradient( 270deg,rgba(40,167,69,1) 0%,rgba(30,140,55,0.95) 100% );
        color: #ffffff;
        border-radius: 5px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #28a745
    }

        .slider_section .detail-box .btn-box .btn2:hover {
            color: #ffffff;
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
            border: 1px solid #28a745
        }

    .slider_section .img-box img {
        width: 100%
    }

    .slider_section .carousel-indicators {
        position: unset;
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 45px
    }

        .slider_section .carousel-indicators li {
            background-color: #ffffff;
            width: 15px;
            height: 15px;
            border-radius: 100%;
            opacity: 1;
            cursor: pointer
        }

            .slider_section .carousel-indicators li.active {
                width: 23px;
                height: 23px;
                background-color: #f8842b
            }

    .service_section {
        text-align: center
    }

        .service_section .heading_container {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

    .service_section {
        padding: 60px 0
    }

        .service_section .row > div[class*="col-"] {
            display: flex
        }

        .service_section .box {
            width: 100%;
            margin-top: 25px;
            padding: 20px 18px;
            border-radius: 16px;
            background: #ffffff;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
            position: relative;
            overflow: hidden;
            transition: transform 0.25s ease,box-shadow 0.25s ease;
            display: flex;
            flex-direction: column;
            text-align: center
        }

            .service_section .box::before {
                content: "";
                width: 220px;
                height: 220px;
                position: absolute;
                right: -110px;
                bottom: -110px;
                background: radial-gradient(circle,rgba(90,24,154,.12),transparent 70%);
                border-radius: 50%;
                transition: transform 0.3s ease;
                z-index: 0
            }

            .service_section .box:hover {
                transform: translateY(-6px);
                box-shadow: 0 14px 35px rgba(0,0,0,0.12)
            }

                .service_section .box:hover::before {
                    transform: scale(1.8)
                }

            .service_section .box .img-box {
                height: 90px;
                width: 90px;
                margin: 0 auto 15px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 18px;
                background: linear-gradient(135deg,rgba(62,17,107,.08),rgba(90,24,154,.08));
                border: 1px solid rgba(90,24,154,0.10);
                z-index: 1
            }

                .service_section .box .img-box img {
                    max-width: 46px;
                    max-height: 46px;
                    width: auto;
                    height: auto;
                    object-fit: contain;
                    transition: transform 0.2s ease
                }

            .service_section .box:hover .img-box img {
                transform: scale(1.08)
            }

            .service_section .box .detail-box {
                flex: 1;
                display: flex;
                flex-direction: column;
                z-index: 1
            }

                .service_section .box .detail-box h3 {
                    margin: 10px 0 8px;
                    font-weight: 900;
                    font-size: 1.05rem;
                    line-height: 1.6;
                    color: #222;
                    min-height: 50px;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden
                }

                .service_section .box .detail-box p {
                    margin: 0;
                    font-size: 0.95rem;
                    line-height: 1.9;
                    color: #666;
                    min-height: 75px;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden
                }

@media (max-width:768px) {
    .service_section {
        padding: 40px 0
    }

        .service_section .box {
            padding: 18px
        }

            .service_section .box .img-box {
                height: 80px;
                width: 80px
            }

                .service_section .box .img-box img {
                    max-width: 40px;
                    max-height: 40px
                }
}

.service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px
}

    .service_section .btn-box a {
        display: inline-block;
        padding: 10px 45px;
        background-color: #7335b7;
        color: #ffffff;
        border-radius: 5px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #7335b7
    }

        .service_section .btn-box a:hover {
            color: #ffffff;
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px)
        }

.about_section {
    background: #3E116B;
    background: linear-gradient(90deg,rgba(62,17,107,1) 0%,rgba(90,24,154,0.95) 100%);
    color: #ffffff;
    border-radius: 250px 0 250px 0
}

@media (max-width:770) {
    .about_section {
        height: calc(100vh+50px)
    }
}

.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about_section .img-box {
    position: relative
}

    .about_section .img-box img {
        width: 100%
    }

.about_section .detail-box p {
    margin-top: 15px
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background: #F8C12A;
    background: linear-gradient(270deg,rgba(248,193,42,1) 0%,rgba(248,159,43,0.95) 100%);
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #f8842b;
    margin-top: 15px
}

@media (max-width:800px) {
    .about_section .detail-box a {
        display: block;
        margin: 15px auto 0 auto
    }
}

.about_section .detail-box a:hover {
    color: #ffffff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.case_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .case_section .heading_container h2::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

.case_section .box {
    margin-top: 45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    text-align: center
}

    .case_section .box .img-box {
        position: relative
    }

        .case_section .box .img-box img {
            width: 100%
        }

    .case_section .box .detail-box {
        padding: 25px
    }

        .case_section .box .detail-box h5 {
            font-weight: bold
        }

        .case_section .box .detail-box p {
            font-size: 15px
        }

        .case_section .box .detail-box a {
            color: #7335b7
        }

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 45px 0;
    text-align: center
}

    .client_section .box .img-box {
        width: 125px;
        height: 125px;
        min-width: 125px;
        position: relative;
        margin-bottom: -62.5px
    }

        .client_section .box .img-box img {
            width: 100%;
            border-radius: 100%
        }

    .client_section .box .client_info .client_name h5 {
        font-weight: bold;
        margin-bottom: 0;
        text-transform: uppercase
    }

    .client_section .box .client_info .client_name h6 {
        margin-bottom: 0;
        color: #7335b7;
        font-weight: normal;
        font-size: 15px;
        text-transform: uppercase
    }

    .client_section .box .client_info i {
        font-size: 24px
    }

    .client_section .box p {
        margin-top: 15px
    }

    .client_section .box .detail-box {
        background-color: #ffffff;
        background-color: #7335b7;
        color: #ffffff;
        border-radius: 15px;
        padding: 85px 45px 15px 45px
    }

.client_section .carousel-indicators {
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .client_section .carousel-indicators li {
        background-color: #7335b7;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        opacity: 1
    }

        .client_section .carousel-indicators li.active {
            width: 20px;
            height: 20px;
            background-color: #f8842b
        }

.contact_section {
    position: relative
}

    .contact_section form {
        margin-top: 45px
    }

    .contact_section input {
        width: 100%;
        border: none;
        height: 50px;
        margin-bottom: 25px;
        padding-left: 15px;
        background-color: transparent;
        outline: none;
        color: #000000;
        border: 1px solid #a5a5a5
    }

        .contact_section input::-webkit-input-placeholder {
            color: #1c1b1b
        }

        .contact_section input:-ms-input-placeholder {
            color: #1c1b1b
        }

        .contact_section input::-ms-input-placeholder {
            color: #1c1b1b
        }

        .contact_section input::placeholder {
            color: #1c1b1b
        }

        .contact_section input.message-box {
            height: 120px
        }

    .contact_section button {
        font-family: "Poppins",sans-serif;
        display: inline-block;
        padding: 10px 65px;
        background-color: #7335b7;
        color: #ffffff;
        border-radius: 3px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #7335b7;
        color: #fff;
        margin-top: 10px
    }

        .contact_section button:hover {
            color: #ffffff;
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px)
        }

    .contact_section .map_container {
        height: 100%;
        min-height: 325px;
        overflow: hidden;
        margin-left: 45px
    }

        .contact_section .map_container .map {
            height: 100%
        }

            .contact_section .map_container .map #googleMap {
                height: 100%
            }

.footer_container {
    background: #3E116B;
    background: linear-gradient(315deg,rgba(62,17,107,1) 0%,rgba(90,24,154,0.95) 100%);
    color: #ffffff;
    border-radius: 350px 0 0 0;
    padding-top: 145px
}

.info_section h4 {
    font-weight: 600;
    margin-bottom: 20px
}

@media (max-width:500) {
    .info_detail p {
        padding: 20px !important
    }
}

.navbar-toggler:focus {
    box-shadow: none !important
}

.info_section .info_contact .contact_link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.text-primary {
    color: #5A189A !important
}

.info_section .info_contact .contact_link_box a {
    margin: 5px 0;
    color: #ffffff
}

    .info_section .info_contact .contact_link_box a span {
        margin-right: 5px
    }

    .info_section .info_contact .contact_link_box a:hover {
        color: #f8842b
    }

.info_section .info_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

    .info_section .info_social a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
        border-radius: 100%;
        margin-right: 10px;
        font-size: 24px
    }

        .info_section .info_social a:hover {
            color: #f8842b
        }

.info_section .info_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .info_section .info_links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
        color: #ffffff
    }

        .info_section .info_links a:hover {
            color: #f8842b
        }

.info_section form input {
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    width: 100%;
    height: 45px;
    color: #ffffff;
    outline: none
}

    .info_section form input::-webkit-input-placeholder {
        color: #ffffff
    }

    .info_section form input:-ms-input-placeholder {
        color: #ffffff
    }

    .info_section form input::-ms-input-placeholder {
        color: #ffffff
    }

    .info_section form input::placeholder {
        color: #ffffff
    }

.info_section form button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 55px;
    background-color: #f8842b;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #f8842b;
    margin-top: 15px
}

    .info_section form button:hover {
        color: #ffffff;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

.footer_section {
    position: relative;
    text-align: center
}

    .footer_section p {
        padding: 25px 0;
        margin: 0
    }

        .footer_section p a {
            color: inherit
        }

.mobile-login-btn {
    display: none
}

@media (max-width:991px) {
    .custom_nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .mobile-login-btn {
        display: block;
        margin-right: auto;
        margin-left: auto
    }

    .btn-login-mobile {
        background-color: #ffffff;
        color: #5a2a8f !important;
        padding: 6px 18px;
        border-radius: 5px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(248,132,43,0.3);
        border: 1px solid rgba(255,255,255,0.2);
        transition: all 0.5s ease-in-out
    }

    .mobile-login-btn:active {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(248,132,43,0.4)
    }

    .navbar-brand {
        margin-right: 0
    }
}

﻿:root {
    --primary-color: #5A189A;
    --bright-orange: #F8C12A;
    --main-bg: #ffffff;
    --card-bg: #ffffff;
    --text-main: #2d3436;
    --text-secondary: #7D7C7C;
    --border-light: #eeeeee;
    --input-bg: rgba(238,238,238,0.87)
}

[data-theme="dark"] {
    --main-bg: #121212;
    --card-bg: #1e1e1e;
    --text-main: #e0e0e0;
    --text-secondary: #b0b0b0;
    --border-light: #333333;
    --input-bg: #2d2d2d
}

.text-purple {
    color: var(--primary-color) !important
}

.pricing-grid {
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 1400px;
    margin: 16px auto 0;
    padding: 0 8px
}

.pricing-item {
    box-sizing: border-box;
    flex: 0 0 calc(20% - 16px);
    max-width: calc(20% - 16px);
    display: flex
}

.pricing_box {
    position: relative;
    overflow: hidden;
    background-color: var(--card-bg);
    border-radius: 24px;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
    padding: 24px 24px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 540px
}

.pricing_title {
    margin: 0 0 16px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500
}

.pricing_view {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.pricing_icon {
    display: flex;
    justify-content: center;
    margin-bottom: 12px
}

.tariff-image {
    max-height: 120px;
    width: auto
}

.pricing-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%
}

.pricing_cost {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px
}

.pricing_amount {
    font-size: 1.6rem;
    font-weight: 800;
    color: #222
}

.pricing_toman {
    font-size: .9rem;
    font-weight: 600;
    color: var(--text-secondary)
}

.pricing-original-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 4px 0 6px
}

.pricing_original_price {
    text-decoration: line-through;
    color: #aaa;
    font-size: 1rem
}

.pricing_discount_badge {
    font-size: .85rem;
    font-weight: 700
}

    .pricing_discount_badge.no {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 8px 12px;
        border-radius: 999px;
        background-color: #f3f3f3;
        margin: 4px auto 0;
        width: 100% !important
    }

.fee-percent {
    color: var(--primary-color);
    font-size: 1.4rem;
    font-weight: 800
}

.total-sms-count {
    margin-top: 10px;
    font-size: .9rem
}

.pricing-fee-discount-section {
    text-align: center;
    margin-top: 16px
}

.pricing_description {
    margin-top: 10px;
    padding: 0 4px;
    font-size: .85rem;
    color: var(--text-secondary);
    flex-grow: 1
}

.description-ellipsis {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8;
    white-space: pre-line
}

.pricing_button_container {
    margin-top: 16px;
    display: flex;
    justify-content: center
}

.pricing_button {
    display: block;
    width: 50%;
    height: 44px;
    border-radius: 999px;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
    font-weight: 700;
    font-size: .95rem;
    background: linear-gradient(90deg,#3E116B 0%,#5A189A 95%);
    color: #fff;
    transition: all .25s
}

    .pricing_button:hover {
        color: #fff;
        opacity: .9;
        transform: translateY(-2px)
    }

@media (max-width:1500px) {
    .pricing-item {
        flex: 0 0 calc(33.333% - 16px);
        max-width: calc(33.333% - 16px)
    }
}

@media (max-width:992px) {
    .pricing-item {
        flex: 0 0 calc(50% - 16px);
        max-width: calc(50% - 16px)
    }

    .pricing_box {
        min-height: 0
    }

    .description-ellipsis {
        -webkit-line-clamp: 3;
        white-space: normal
    }
}

@media (max-width:600px) {
    .pricing-item {
        flex: 0 0 100%;
        max-width: 100%
    }

    .pricing_box {
        padding: 20px 18px 16px;
        min-height: 0
    }

    .pricing_title {
        font-size: 1.05rem;
        margin-bottom: 12px
    }

    .tariff-image {
        max-height: 100px
    }

    .description-ellipsis {
        -webkit-line-clamp: 2
    }

    .pricing_button_container {
        margin-top: 12px
    }

    .pricing_view {
        flex-direction: row-reverse !important
    }
}

.click-btn {
    display: inline-block;
    padding: 12px 15px;
    background: linear-gradient(270deg,rgba(248,193,42,1) 0%,rgba(248,159,43,0.95) 100%);
    color: #ffffff;
    border-radius: 5px;
    transition: all .3s;
    border: 0;
    width: 100px;
    margin: 5px;
    text-align: center
}

    .click-btn:hover {
        color: #fff;
        transform: translateY(-3px)
    }

.primary-button {
    display: inline-block;
    padding: 12px 15px;
    background: linear-gradient(90deg,rgba(62,17,107,1) 0%,rgba(90,24,154,0.95) 100%);
    color: #ffffff;
    border-radius: 5px;
    transition: all .3s;
    border: 0;
    text-align: center;
    margin: 5px
}

    .primary-button:hover {
        color: #fff;
        transform: translateY(-3px)
    }

.s-panel {
    margin-bottom: 100px;
    justify-content: center;
    align-content: center
}

    .s-panel .item {
        background-color: #eee;
        border-radius: 15px;
        padding: 16px;
        margin: 16px;
        height: 100px;
        align-content: center
    }

        .s-panel .item * {
            color: #000;
            font-size: 1.2em;
            text-align: center;
            font-weight: bold
        }

.e-form-container {
    direction: rtl;
    display: flex;
    justify-content: center
}

.e-form-body {
    margin: 20px;
    border-radius: 15px;
    background-color: #e1e1e1;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-shadow: 0 2px 3px rgba(0,0,0,.16)
}

.e-form-title {
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

    .e-form-title h3 {
        text-align: center
    }

.e-form-input {
    border-radius: 15px;
    padding: 10px;
    color: #000;
    background-color: var(--input-bg);
    border: 0;
    margin-bottom: 15px
}

    .e-form-input:focus {
        outline: none
    }

.e-form-textarea {
    border-radius: 0 15px 15px 0;
    padding: 10px;
    color: #000;
    background-color: rgba(238,238,238,0.87);
    border: none;
    margin-bottom: 15px;
    height: 100px;
    resize: vertical;
    width: 100%;
    outline: none;
    font-family: inherit;
    font-size: 1rem;
    scrollbar-width: thin;
    scrollbar-color: #999 #e0e0e0
}

    .e-form-textarea::-webkit-scrollbar {
        width: 8px
    }

    .e-form-textarea::-webkit-scrollbar-track {
        background: #e0e0e0;
        border-radius: 10px
    }

    .e-form-textarea::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 10px;
        border: 2px solid #e0e0e0
    }

.e-form-control {
    padding-top: 10px;
    display: flex;
    justify-content: center
}

.file-upload {
    position: relative;
    display: inline-block
}

    .file-upload input[type="file"] {
        display: none
    }

    .file-upload label {
        background-color: var(--primary-color);
        color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 500;
        transition: background-color .3s;
        display: inline-block
    }

        .file-upload label:hover {
            background-color: #45a049;
            color: #fff
        }

.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px
}

.checkbox-hidden {
    display: none
}

.checkbox-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    font-weight: 500
}

    .checkbox-label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        background-color: #eee;
        border: 2px solid #ccc;
        border-radius: 4px;
        transition: all .2s ease
    }

.checkbox-hidden:checked + .checkbox-label::before {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.checkbox-hidden:checked + .checkbox-label::after {
    content: "✓";
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 18px;
    color: #fff
}

.case_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

    .case_row.reverse {
        flex-direction: row-reverse
    }

.imagebox {
    flex: 1;
    text-align: center
}

.case_image {
    max-width: 100%;
    height: auto
}

    .case_image.notification {
        filter: contrast(1.2)
    }

.case_details {
    direction: rtl;
    text-align: justify;
    flex: 2;
    font-size: 1.2em
}

@media (max-width:768px) {
    .case_row, .case_row.reverse {
        flex-direction: column
    }

    .case_details {
        text-align: center;
        margin-top: 10px;
        padding: 10px
    }

    .imagebox {
        padding: 20px
    }
}

.err-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    position: relative
}

    .err-page .paper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 100px;
        width: 90%;
        max-width: 500px;
        min-height: 500px;
        height: 720px;
        border-radius: 30px;
        background-color: #fff;
        box-shadow: rgba(0,0,0,0.35) 0 5px 15px;
        z-index: 1
    }

    .err-page .image img {
        width: 400px;
        height: auto
    }

    .err-page .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px
    }

    .err-page .paper .text h2 {
        color: #B71C1C
    }

    .err-page .paper .text p {
        direction: rtl;
        text-align: center;
        line-height: 1.3
    }

    .err-page .footer {
        padding: 20px 40px 20px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 90%;
        max-width: 800px;
        min-height: 150px;
        height: 200px;
        border-radius: 30px;
        box-shadow: rgba(0,0,0,0.6) 0 5px 15px;
        position: relative;
        bottom: 70px;
        background-color: #fff
    }

        .err-page .footer p {
            margin-top: 80px;
            direction: rtl;
            text-align: right;
            line-height: 1.8
        }

.action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.error-btn {
    display: inline-block;
    padding: 12px 15px;
    color: #fff;
    background: #B71C1C;
    border-radius: 15px;
    transition: all .3s;
    border: 0;
    outline: none
}

    .error-btn:hover {
        transform: translateY(-2px);
        color: #fff
    }

@media (max-width:900px) {
    .err-page .paper {
        min-height: 550px
    }

    .err-page .footer {
        margin: 10px !important;
        padding: 0;
        bottom: 0;
        width: 90%;
        min-height: 200px
    }

        .err-page .footer p {
            margin-top: 0;
            padding: 15px
        }
}

@media (max-height:900px) {
    .err-page .image img {
        width: 250px
    }
}

.admin-page__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.admin-table {
    width: 100%;
    border-collapse: collapse
}

    .admin-table th, .admin-table td {
        padding: 12px 14px;
        border-bottom: 1px solid #e5e5e5;
        text-align: right
    }

    .admin-table th {
        background: #f9f9f9;
        font-weight: 600
    }

.admin-actions {
    display: flex;
    gap: 8px
}

.admin-btn {
    padding: 6px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px
}

.admin-btn--primary {
    background: #2563eb;
    color: #fff
}

.admin-btn--ghost {
    background: #f3f4f6;
    color: #111
}

.admin-btn--danger {
    background: #dc2626;
    color: #fff
}

.badge {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px
}

.badge--success {
    background: #dcfce7;
    color: #166534
}

.badge--danger {
    background: #fee2e2;
    color: #991b1b
}

.articles-menu-panel {
    width: 100%
}

.articles-menu-inner {
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 14px 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,.12)
}

.articles-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.articles-menu-title {
    font-weight: 700;
    font-size: 14px
}

.articles-menu-close {
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0 6px
}

.articles-menu-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px
}

.articles-cat {
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 10px;
    padding: 10px
}

.articles-cat-title {
    display: block;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    margin-bottom: 8px
}

.articles-subcats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.articles-subcat {
    display: inline-block;
    font-size: 13px;
    opacity: .85;
    text-decoration: none;
    color: inherit;
    padding: 4px 8px;
    border-radius: 8px;
    background: rgba(0,0,0,.04)
}

    .articles-subcat:hover {
        opacity: 1
    }

@media (max-width:1200px) {
    .articles-menu-grid {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media (max-width:992px) {
    .articles-menu-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media (max-width:576px) {
    .articles-menu-grid {
        grid-template-columns: 1fr
    }
}

.blog-container {
    padding-top: 30px;
    direction: rtl
}

.category-title {
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 15px;
    text-align: right
}

    .category-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60px;
        height: 4px;
        background-color: #6a11cb;
        border-radius: 2px
    }

.category-desc {
    color: #636e72;
    margin-bottom: 40px;
    font-size: 1.1rem;
    text-align: right
}

.post-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 12px;
    background-color: var(--card-bg);
    text-decoration: none !important;
    transition: all .3s ease;
    overflow: hidden
}

    .post-card:hover {
        box-shadow: 0 10px 25px rgba(0,0,0,.08);
        border-color: #ddd;
        transform: translateY(-5px)
    }

.post-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background-color: #fcfcfc;
    flex: 0 0 auto
}

.post-body {
    padding: 20px;
    text-align: right;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.post-title {
    font-size: 1.30rem;
    font-weight: 800;
    color: var(--text-main);
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

    .post-title.shrink {
        font-size: 1rem
    }

.post-summary {
    font-size: .92rem;
    line-height: 1.85;
    color: #555;
    background: #f8f9fa;
    padding: 12px 15px;
    border-right: 4px solid #6a11cb;
    border-radius: 8px;
    margin: 0;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 84px

}

.post-footer {
    margin-top: auto;
    padding: 14px 20px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    color: #b2bec3
}

    .post-footer span {
        direction: ltr;
        display: inline-flex;
        align-items: center
    }

.post-page-title {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.5;
    margin: 0 0 10px
}

.post-hero {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px
}

.post-breadcrumb {
    font-size: .85rem;
    margin-bottom: 20px;
    color: #95a5a6
}

    .post-breadcrumb a {
        color: #7f8c8d;
        text-decoration: none;
        transition: color .2s
    }

        .post-breadcrumb a:hover {
            color: #6a11cb
        }

.post-meta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 15px 0 25px;
    font-size: .9rem;
    color: var(--text-secondary)
}

.post-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(0,0,0,.03);
    padding: 4px 12px;
    border-radius: 50px;
    transition: all .3s
}

    .post-meta-item i {
        color: var(--primary-color)
    }

.post-cover-wrapper {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 30px;
    border-radius: 15px;
    overflow: hidden
}

    .post-cover-wrapper img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,.1)
    }

.post-content {
    width: 100%;
    font-size: 1.12rem;
    line-height: 1.95;
    color: var(--text-main);
    text-justify: auto;
    word-spacing: normal;
    letter-spacing: 0;
    margin-bottom: 25px;
    border-right: 2px solid rgba(90,24,154,.10);
    padding-right: 18px
}

    .post-content h2, .post-content h3 {
        color: #14061f;
        font-weight: 900;
        line-height: 1.55;
        margin: 52px 0 16px;
        position: relative;
        scroll-margin-top: 90px
    }

    .post-content h2 {
        font-size: 1.55rem;
        padding-right: 14px
    }

        .post-content h2::before {
            content: "";
            position: absolute;
            right: 0;
            top: .20em;
            width: 6px;
            height: 22px;
            border-radius: 99px;
            background: linear-gradient(180deg,#3E116B 0%,#5A189A 100%)
        }

    .post-content h3 {
        font-size: 1.25rem;
        margin-top: 40px;
        padding-right: 12px
    }

        .post-content h3::before {
            content: "";
            position: absolute;
            right: 0;
            top: .62em;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(90,24,154,.55)
        }

    .post-content p {
        margin-bottom: 28px
    }

    .post-content a {
        color: var(--primary-color);
        text-decoration: none;
        font-weight: 700;
        border-bottom: 1px solid rgba(90,24,154,.35);
        transition: border-color .2s ease,color .2s ease,background .2s ease
    }

        .post-content a:hover {
            color: #3E116B;
            border-bottom-color: rgba(62,17,107,.65);
            background: rgba(90,24,154,.06)
        }

    .post-content ul, .post-content ol {
        margin: 0 0 26px;
        padding-right: 22px;
        line-height: 2
    }

    .post-content li {
        margin: 10px 0
    }

    .post-content img {
        max-width: 100%;
        height: auto;
        border-radius: 18px;
        box-shadow: 0 12px 30px rgba(0,0,0,.10);
        margin: 10px 0 26px
    }

    .post-content table {
        width: 100%;
        border-collapse: collapse;
        margin: 0 0 26px;
        overflow: hidden;
        border-radius: 14px;
        border: 1px solid rgba(0,0,0,.08)
    }

    .post-content th, .post-content td {
        padding: 12px 14px;
        border-bottom: 1px solid rgba(0,0,0,.06);
        text-align: right
    }

    .post-content th {
        background: rgba(90,24,154,.06);
        font-weight: 800
    }

.post-tags {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px dashed #eee
}

.tag-item {
    display: inline-block;
    background: #f1f2f6;
    color: #57606f;
    padding: 6px 15px;
    margin: 5px;
    border-radius: 50px;
    font-size: .85rem;
    transition: all .3s
}

    .tag-item:hover {
        background: #6a11cb;
        color: #fff
    }

.post-cta {
    margin: 60px 0;
    direction: rtl;
    text-align: right;

}

.post-cta__box {
    background: linear-gradient(135deg,#f0f2f5 0%,#e9ecef 100%);
    border-radius: 24px;
    padding: 35px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border: 1px solid #dee2e6;
    box-shadow: 0 10px 25px rgba(0,0,0,.05)
}

.cta-text h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a1b;
    margin-bottom: 8px
}

.cta-text p {
    color: #6c757d;
    font-size: 1rem;
    margin: 0
}

.post-cta__actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-shrink: 0
}

.cta-btn {
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    cursor: pointer
}

.cta-btn--primary {
    background-color: rgb(89 31 146);
    color: #fff !important;
    border: 2px solid #6b12d1;
    box-shadow: 0 4px 14px rgba(107,18,209,.25)
}

    .cta-btn--primary:hover {
        transform: translateY(-3px) scale(1.03);
        border-color: #580eb1;
        box-shadow: 0 6px 20px rgba(107,18,209,.35)
    }

.cta-btn--ghost {
    background-color: transparent;
    color: rgb(89 31 146) !important;
    border: 2px solid rgb(89 31 146)
}

    .cta-btn--ghost:hover {
        background-color: rgba(107,18,209,.08);
        transform: translateY(-2px)
    }

@media (max-width:992px) {
    .post-cta__box {
        flex-direction: column;
        text-align: center;
        padding: 30px
    }

    .post-cta__actions {
        width: 100%;
        justify-content: center
    }
}

@media (max-width:480px) {
    .post-cta__actions {
        flex-direction: column;
        gap: 15px
    }

    .cta-btn {
        width: 100%
    }

    .cta-text h3 {
        font-size: 1.4rem
    }
}

.blog-categories {
    padding: 52px 0 70px;
    min-height: 70vh;
    position: relative;
    isolation: isolate;
    background: radial-gradient(1200px 420px at 85% 10%,rgba(90,24,154,.10) 0%,rgba(90,24,154,0) 60%),radial-gradient(900px 380px at 10% 25%,rgba(62,17,107,.08) 0%,rgba(62,17,107,0) 60%),linear-gradient(180deg,rgba(250,248,255,1) 0%,rgba(255,255,255,1) 55%)
}

.cats-head {
    display: grid;
    gap: 8px;
    margin-bottom: 18px
}

.cats-title {
    margin: 0;
    font-weight: 900;
    letter-spacing: -.2px;
    font-size: clamp(1.2rem,1.2rem+.25vw,1.45rem);
    color: #14061f
}

.cats-subtitle {
    margin: 0;
    color: rgba(20,6,31,.55);
    line-height: 1.9;
    font-size: .96rem
}

.cats-grid {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 18px
}

.cats-item {
    margin: 0
}

.cat-card {
    text-decoration: none;
    color: inherit;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
    padding: 18px 18px 16px;
    background: linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.86));
    border: 1px solid rgba(70,16,120,.10);
    box-shadow: 0 10px 26px rgba(14,6,26,.06),inset 0 1px 0 rgba(255,255,255,.8);
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: transform .18s ease,box-shadow .18s ease,border-color .18s ease
}

    .cat-card::before {
        content: "";
        position: absolute;
        left: 14px;
        right: 14px;
        top: 12px;
        height: 3px;
        border-radius: 99px;
        background: linear-gradient(90deg,rgba(62,17,107,1) 0%,rgba(90,24,154,.95) 60%,rgba(124,58,237,.85) 100%);
        opacity: .85
    }

    .cat-card::after {
        content: "";
        position: absolute;
        inset: -30% -40% auto auto;
        width: 220px;
        height: 220px;
        background: radial-gradient(circle at 30% 30%,rgba(90,24,154,.14),rgba(90,24,154,0) 65%);
        transform: rotate(18deg);
        pointer-events: none
    }

    .cat-card:hover {
        transform: translateY(-6px);
        border-color: rgba(90,24,154,.22);
        box-shadow: 0 20px 48px rgba(90,24,154,.16),0 10px 26px rgba(14,6,26,.06),inset 0 1px 0 rgba(255,255,255,.85)
    }

.cat-top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 8px
}

.cat-iconWrap {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 25%,rgba(255,255,255,.85),rgba(255,255,255,.55) 60%),linear-gradient(180deg,rgba(90,24,154,.10),rgba(62,17,107,.08));
    border: 1px solid rgba(90,24,154,.16);
    box-shadow: 0 10px 22px rgba(90,24,154,.10),inset 0 1px 0 rgba(255,255,255,.7);
    position: relative
}

    .cat-iconWrap::before {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: 18px;
        padding: 1px;
        background: linear-gradient(135deg,rgba(90,24,154,.55),rgba(62,17,107,.15),rgba(124,58,237,.45));
        -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: .9;
        pointer-events: none
    }

.cat-icon {
    font-size: 1.45rem;
    line-height: 1;
    color: rgba(62,17,107,1)
}

.cat-title {
    font-weight: 900;
    font-size: 1rem;
    color: #14061f
}

.cat-desc {
    margin: 0;
    color: rgba(20,6,31,.58);
    font-size: .92rem;
    line-height: 1.85;
    text-align: justify;
    min-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.cat-cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: .9rem;
    color: rgba(62,17,107,1);
    opacity: .95;
    transition: transform .18s ease,opacity .18s ease
}

.cat-card:hover .cat-cta {
    transform: translateX(-2px);
    opacity: 1
}

.cat-card:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(124,58,237,.16),0 20px 48px rgba(90,24,154,.16);
    border-color: rgba(124,58,237,.35)
}

@media (max-width:1200px) {
    .cats-grid {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media (max-width:768px) {
    .cats-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 14px
    }
}

@media (max-width:480px) {
    .cats-grid {
        grid-template-columns: 1fr
    }
}

.post-shell {
    width: 100%
}

.post-layout {
    direction: rtl;
    display: grid;
    grid-template-columns: 300px minmax(0,950px) 360px;
    gap: 18px;
    align-items: start;
    max-width: 1600px;
    margin: 28px auto 0;
    padding: 0 16px
}

.post-main {
    grid-column: 2;
    grid-row: 1;
    min-width: 0
}

    .post-main .post-container {
        max-width: none;
        margin: 0
    }

.post-sidebar {
    grid-column: 1 / 4;
    grid-row: 1;
    display: contents
}

.sidebar-right {
    grid-column: 1;
    grid-row: 1;
    min-width: 0
}

.sidebar-left {
    grid-column: 3;
    grid-row: 1;
    min-width: 0
}

@media (max-width:1024px) {
    .post-layout {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .post-main, .sidebar-right, .sidebar-left {
        grid-column: 1;
        grid-row: auto
    }
}

@media (max-width:1024px) {
    .post-layout {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .post-sidebar {
        grid-column: 1;
        grid-template-columns: 1fr;
        gap: 14px
    }

    .post-main, .sidebar-right, .sidebar-left {
        grid-column: 1
    }
}

.yt-related {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    overflow: hidden
}

.yt-related__head {
    padding: 14px;
    font-weight: 800;
    font-size: 1.15rem;
    border-bottom: 1px solid rgba(0,0,0,.06);
    direction: rtl;
    text-align: right;
    align-items: center;
    gap: 8px;
    background-color: #f8842b
}

.yt-related__icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    object-fit: contain
}

.yt-related__head::before {
    font-size: .9rem
}

.yt-related__list {
    padding: 10px;
    background-color: #e7d7f8
}

.yt-related__item {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    padding: 10px;
    border-radius: 14px;
    text-align: right;
    background: rgba(255,255,255,.65);
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    border: 1px solid rgba(255,255,255,.45);
    box-shadow: 0 10px 30px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.6);
    transition: background .2s ease,transform .15s ease,box-shadow .2s ease
}

    .yt-related__item:hover {
        background: rgba(255,255,255,.85);
        transform: translateY(-2px);
        box-shadow: 0 14px 32px rgba(90,24,154,.18)
    }

.yt-related__thumb {
    flex: 0 0 140px;
    height: 78px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0,0,0,.06)
}

    .yt-related__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

.yt-related__meta {
    flex: 1 1 auto;
    min-width: 0
}

.yt-related__title {
    font-weight: 750;
    font-size: .95rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.yt-related__sub {
    margin-top: 6px;
    font-size: .8rem;
    color: rgba(0,0,0,.55);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap
}

    .yt-related__sub .dot {
        opacity: .7
    }

.yt-related__item + .yt-related__item {
    margin-top: 6px
}

@media (max-width:1100px) {
    .yt-related__thumb {
        flex-basis: 120px;
        height: 68px
    }
}

.toc-panel {
    direction: rtl;
    text-align: right;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(0,0,0,.06);
    border: 1px solid rgba(90,24,154,.18);
    background: rgba(255,255,255,.65);
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    overflow: hidden;
    margin-bottom: 16px
}

.toc-head {
    padding: 10px 12px;
    font-size: .9rem;
    font-weight: 900;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: linear-gradient( 90deg,#ffb066 0%,#ffd4a3 60%,#fff4e8 100% )
}

.toc-list {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.toc-link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #14061f;
    background: rgba(255,255,255,.75);
    border: 1px solid rgba(90,24,154,.12);
    transition: background .2s ease,transform .15s ease,box-shadow .2s ease
}

    .toc-link:hover {
        background: linear-gradient(135deg,rgba(90,24,154,.18),rgba(255,255,255,.9));
        transform: translateX(-4px);
        box-shadow: 0 10px 25px rgba(90,24,154,.22)
    }

.toc-dot {
    width: 8px;
    height: 8px;
    margin-top: 7px;
    border-radius: 50%;
    background: rgba(90,24,154,.75);
    flex: 0 0 auto
}

.toc-text {
    font-size: .9rem;
    line-height: 1.6;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.toc-l2 .toc-text {
    padding-right: 0
}

.toc-l3 .toc-text {
    padding-right: 14px;
    font-weight: 600;
    opacity: .9
}

.toc-l3 .toc-dot {
    transform: scale(.85);
    opacity: .75
}

.toc-mobile {
    display: none;
    margin: 10px 0 14px
}

@media (max-width:1024px) {
    .toc-mobile {
        display: block;
        top: 10px;
        z-index: 50
    }

    .sidebar-right .toc-panel {
        display: none
    }

    .toc-link {
        padding: 9px 10px
    }

    .toc-text {
        font-size: .88rem
    }
}

.toc-mobile__box {
    direction: rtl;
    text-align: right;
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    border: 1px solid rgba(90,24,154,.16);
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(0,0,0,.08);
    overflow: hidden
}

.toc-mobile__summary {
    list-style: none;
    cursor: pointer;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    user-select: none
}

    .toc-mobile__summary::-webkit-details-marker {
        display: none
    }

.toc-mobile__title {
    font-weight: 900;
    font-size: .95rem;
    color: #14061f
}

.toc-mobile__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: rgba(90,24,154,.95);
    transition: transform .25s ease
}

.toc-mobile__box[open] .toc-mobile__icon {
    transform: rotate(180deg)
}

.toc-mobile__body {
    border-top: 1px solid rgba(0,0,0,.06);
    padding: 10px
}

.progress-container {
    position: fixed !important;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 5px;
    z-index: 2147483647;
    direction: rtl
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #f8842b;
    box-shadow: 0 0 10px rgba(248,193,42,0.6);
    float: right;
    transition: width .1s ease-out
}

.ck-editor__editable_inline {
    min-height: 300px !important;
    text-align: right !important;
    direction: rtl !important
}

.ck-editor__main > .ck-editor__editable {
    border-radius: 0 0 12px 12px !important;
    border-color: #e5e5e5 !important
}

.ck-toolbar {
    border-radius: 12px 12px 0 0 !important;
    border-color: #e5e5e5 !important
}

@media (min-width:1024px) {
    .sidebar-right .toc-panel, #tocPanel {
        position: static !important;
        top: auto !important
    }

    .sidebar-right .toc-list {
        max-height: none !important;
        overflow: visible !important
    }
}

.err-wrap {
    min-height: calc(100vh - 0px);
    display: grid;
    place-items: center;
    padding: 28px 16px;
    direction: rtl;
    text-align: right
}

.err-card {
    width: min(980px,100%);
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 22px;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 14px 50px rgba(0,0,0,.35);
    backdrop-filter: blur(10px)
}

.err-visual {
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: radial-gradient(350px 220px at 50% 30%,rgba(176,124,255,.20),transparent 60%),rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
    padding: 14px
}

.err-lottie {
    width: 140px;
    height: 140px;
    margin: 0 auto 8px
}

.err-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 6px 6px 6px 10px;
    color: rgba(255,255,255,.92)
}

.err-badge {
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: .5px;
    background: rgba(124,58,237,.18);
    border: 1px solid rgba(124,58,237,.35);
    color: rgba(225,210,255,.95)
}

.err-title {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.4
}

.err-desc {
    margin: 0;
    color: rgba(255,255,255,.78);
    line-height: 1.9;
    max-width: 52ch
}

.err-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px
}

.btn {
    border: 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    font-weight: 700;
    transition: transform .15s ease,box-shadow .15s ease,background .15s ease;
    user-select: none
}

    .btn:active {
        transform: translateY(1px)
    }

.btn-primary {
    color: #fff;
    background: linear-gradient(90deg,rgba(62,17,107,1) 0%,rgba(124,58,237,1) 100%);
    box-shadow: 0 10px 24px rgba(124,58,237,.22)
}

    .btn-primary:hover {
        box-shadow: 0 12px 34px rgba(124,58,237,.30)
    }

.btn-ghost {
    color: rgba(255,255,255,.90);
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12)
}

    .btn-ghost:hover {
        background: rgba(255,255,255,.10)
    }

.err-help {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.70);
    line-height: 1.8;
    font-size: .95rem
}

.err-page .text {
    text-align: center
}

.err-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 16px;
    border-radius: 6px;
    background: #5a189a;
    color: #fff;
    text-decoration: none;
    font-size: .95rem
}

    .err-btn:hover {
        opacity: .9
    }

@media (max-width:860px) {
    .err-card {
        grid-template-columns: 1fr
    }

    .err-visual {
        order: -1
    }

    .err-lottie {
        width: 190px;
        height: 190px
    }
}

.err-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.err-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px
}

.err-lottie {
    width: 500px;
    height: 500px
}

.err-link {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 16px;
    border-radius: 6px;
    background: #5a189a;
    color: #fff;
    text-decoration: none;
    font-size: .95rem;
    transition: transform .18s ease,box-shadow .18s ease,opacity .18s ease
}

    .err-link:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(90,24,154,0.25);
        color: #fff
    }

    .err-link:active {
        transform: translateY(0) scale(0.97);
        box-shadow: 0 3px 8px rgba(90,24,154,0.2)
    }

.about-hero {
    position: relative;
    padding: 64px 0;
    background: radial-gradient(1200px 600px at 80% -10%,rgba(90,24,154,.18),transparent 60%),radial-gradient(900px 500px at 10% 10%,rgba(62,17,107,.14),transparent 55%),linear-gradient(180deg,rgba(250,248,255,1) 0%,rgba(255,255,255,1) 55%);
    overflow: hidden
}

.about-shell {
    max-width: 1180px;
    margin: 0 auto
}

.about-card {
    border: 1px solid rgba(90,24,154,.10);
    box-shadow: 0 16px 40px rgba(16,24,40,.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 20px 24px
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(90,24,154,.10);
    color: #3E116B;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 12px
}

    .about-badge .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #5a189a;
        box-shadow: 0 0 0 4px rgba(90,24,154,.18)
    }

.about-title {
    margin: 0 0 10px;
    font-weight: 800;
    letter-spacing: -.3px;
    color: #3E116B;
    font-size: clamp(1.55rem,2.2vw,2.2rem)
}

.about-lead {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: 1.06rem;
    line-height: 2.05
}

.about-text {
    margin: 0 0 14px;
    color: #374151;
    font-size: .98rem;
    line-height: 2
}

.about-list {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    gap: 10px
}

    .about-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 10px 12px;
        border-radius: 12px;
        background: rgba(90,24,154,.06);
        border: 1px solid rgba(90,24,154,.08);
        color: #2b2f36;
        line-height: 1.95
    }

.about-ico {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: rgba(90,24,154,.14);
    color: #3E116B;
    font-weight: 900;
    transform: translateY(2px)
}

.about-foot {
    margin: 0 0 18px;
    color: #111827;
    font-size: 1rem;
    line-height: 2
}

.about-actions {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse
}

.about-btn {
    --p1: #3E116B;
    --p2: #5a189a;
    position: relative;
    border-radius: 14px;
    padding: 10px 18px;
    font-weight: 700;
    font-size: .95rem;
    letter-spacing: -.2px;
    transition: all .25s ease;
    box-shadow: 0 8px 18px rgba(90,24,154,.18)
}

    .about-btn.btn-primary {
        background: linear-gradient(135deg,var(--p1),var(--p2));
        border: none;
        color: #fff
    }

    .about-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(90,24,154,.28)
    }

    .about-btn:active {
        transform: translateY(0);
        box-shadow: 0 6px 14px rgba(90,24,154,.25)
    }

    .about-btn.outline {
        background: rgba(255,255,255,.55);
        color: var(--p1);
        border: 1px solid rgba(90,24,154,.35);
        box-shadow: inset 0 0 0 0 rgba(90,24,154,.15);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px)
    }

        .about-btn.outline:hover {
            background: rgba(90,24,154,.08);
            box-shadow: 0 10px 22px rgba(90,24,154,.18)
        }

    .about-btn:focus-visible {
        outline: none;
        box-shadow: 0 0 0 3px rgba(90,24,154,.35)
    }

.about-media {
    position: relative;
    display: grid;
    place-items: center;
    padding: 18px
}

.about-img {
    max-width: 100%;
    border-radius: 18px;
    filter: drop-shadow(0 18px 40px rgba(90,24,154,.18))
}

.about-glow {
    position: absolute;
    inset: auto 10% 6% 10%;
    height: 48%;
    border-radius: 999px;
    background: radial-gradient(circle,rgba(90,24,154,.22) 0%,transparent 65%);
    filter: blur(18px);
    z-index: -1
}

@media (max-width:991.98px) {
    .about-hero {
        padding: 44px 0
    }

    .about-card {
        padding: 22px 18px
    }
}


body {
    font-family: 'YekanBakh';
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden
}

.layout_padding {
    padding: 90px 0
}

.layout_margin {
    margin: 90px 0
}

.layout_padding2 {
    padding: 75px 0
}

.layout_padding2-top {
    padding-top: 75px
}

.layout_padding2-bottom {
    padding-bottom: 75px
}

.layout_padding-top {
    padding-top: 90px
}

.detail-box p {
    text-align: right;
    text-justify: auto
}

.layout_padding-bottom {
    padding-bottom: 90px
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .heading_container h2 {
        position: relative;
        font-weight: bold
    }

        .heading_container h2 span {
            color: #7335b7
        }

    .heading_container.heading_center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

a, a:hover, a:focus {
    text-decoration: none
}

    a:hover, a:focus {
        color: initial
    }

., .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .hero_area {
        position: relative;
        min-height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #3E116B;
        background: linear-gradient(90deg,rgba(62,17,107,1) 0%,rgba(90,24,154,0.95) 100%);
        border-radius: 0 0 350px 0
    }

    .sub_page .hero_area {
        min-height: auto;
        border-radius: 0 0 45px 0
    }

    .header_section {
        padding: 15px 0
    }

        .header_section .container-fluid {
            padding-right: 25px;
            padding-left: 25px
        }

    .navbar-brand span {
        font-weight: bold;
        color: #ffffff;
        font-size: 24px
    }

    .custom_nav-container {
        padding: 0
    }

        .custom_nav-container .navbar-nav {
            margin: auto
        }

            .custom_nav-container .navbar-nav .nav-item .nav-link {
                padding: 5px 25px;
                color: #ffffff;
                text-align: center;
                text-transform: uppercase;
                border-radius: 5px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s
            }

            .custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
                color: #000000;
                background-color: #ffffff
            }

        .custom_nav-container .navbar-toggler {
            outline: none
        }

        .custom_nav-container .navbar-toggler {
            padding: 0;
            width: 37px;
            height: 42px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s
        }

            .custom_nav-container .navbar-toggler span {
                display: block;
                width: 35px;
                height: 4px;
                background-color: #ffffff;
                margin: 7px 0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                position: relative;
                border-radius: 5px;
                transition: all 0.3s
            }

                .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    background-color: #ffffff;
                    top: -10px;
                    border-radius: 5px;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s
                }

                .custom_nav-container .navbar-toggler span::after {
                    top: 10px
                }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
            }

                .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg)
                }

                    .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
                        -webkit-transform: rotate(90deg);
                        transform: rotate(90deg);
                        top: 0
                    }

                .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    margin: 0;
                    margin-bottom: -4px
                }

                .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
                    display: none
                }

                .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    margin: 0;
                    margin-top: -4px
                }

            .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1, .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2, .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
                -webkit-transform: none;
                transform: none
            }

    .quote_btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px
    }

        .quote_btn-container a {
            color: #000000;
            text-transform: uppercase
        }

            .quote_btn-container a span {
                margin-left: 5px
            }

            .quote_btn-container a:hover {
                color: #f8842b
            }

        .quote_btn-container .quote_btn {
            display: inline-block;
            padding: 5px 25px;
            background-color: #ffffff;
            color: #5a2a8f;
            border-radius: 5px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            border: 1px solid #ffffff
        }

            .quote_btn-container .quote_btn:hover {
                color: #5a2a8f;
                -webkit-transform: translateY(-3px);
                transform: translateY(-3px)
            }

    .slider_section {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 45px 0
    }

        .slider_section .row {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .slider_section #customCarousel1 {
            width: 100%;
            position: unset
        }

        .slider_section .detail-box {
            text-align: center;
            color: #ffffff
        }

            .slider_section .detail-box h1 {
                font-weight: bold;
                margin-bottom: 20px
            }

            .slider_section .detail-box .btn-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin: 0 -5px;
                margin-top: 45px;
                margin-bottom: 10px
            }

    .sign-link {
        display: inline-block;
        position: relative;
        z-index: 10;
        pointer-events: auto;
        text-decoration: none;
        color: #fff;
        transition: transform 0.3s ease,color 0.3s ease
    }

        .sign-link:hover {
            transform: translateY(-3px);
            color: #ddd
        }

    .slider_section .detail-box .btn-box a {
        margin: 5px;
        text-align: center;
        width: 185px
    }

    .slider_section .detail-box .btn-box .btn1 {
        display: inline-block;
        padding: 12px 15px;
        background: #ffffff;
        background: linear-gradient(270deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 100%);
        color: #5a2a8f;
        border-radius: 5px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #ffffff
    }

        .slider_section .detail-box .btn-box .btn1:hover {
            color: #f8842b;
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
            border: 1px solid #f8842b
        }

    .slider_section .detail-box .btn-box .btn2 {
        display: inline-block;
        padding: 12px 15px;
        background: #28a745;
        background: linear-gradient( 270deg,rgba(40,167,69,1) 0%,rgba(30,140,55,0.95) 100% );
        color: #ffffff;
        border-radius: 5px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #28a745
    }

        .slider_section .detail-box .btn-box .btn2:hover {
            color: #ffffff;
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
            border: 1px solid #28a745
        }

    .slider_section .img-box img {
        width: 100%
    }

    .slider_section .carousel-indicators {
        position: unset;
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 45px
    }

        .slider_section .carousel-indicators li {
            background-color: #ffffff;
            width: 15px;
            height: 15px;
            border-radius: 100%;
            opacity: 1;
            cursor: pointer
        }

            .slider_section .carousel-indicators li.active {
                width: 23px;
                height: 23px;
                background-color: #f8842b
            }

    .service_section {
        text-align: center
    }

        .service_section .heading_container {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

    .service_section {
        padding: 60px 0
    }

        .service_section .row > div[class*="col-"] {
            display: flex
        }

        .service_section .box {
            width: 100%;
            margin-top: 25px;
            padding: 20px 18px;
            border-radius: 16px;
            background: #ffffff;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
            position: relative;
            overflow: hidden;
            transition: transform 0.25s ease,box-shadow 0.25s ease;
            display: flex;
            flex-direction: column;
            text-align: center
        }

            .service_section .box::before {
                content: "";
                width: 220px;
                height: 220px;
                position: absolute;
                right: -110px;
                bottom: -110px;
                background: radial-gradient(circle,rgba(90,24,154,.12),transparent 70%);
                border-radius: 50%;
                transition: transform 0.3s ease;
                z-index: 0
            }

            .service_section .box:hover {
                transform: translateY(-6px);
                box-shadow: 0 14px 35px rgba(0,0,0,0.12)
            }

                .service_section .box:hover::before {
                    transform: scale(1.8)
                }

            .service_section .box .img-box {
                height: 90px;
                width: 90px;
                margin: 0 auto 15px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 18px;
                background: linear-gradient(135deg,rgba(62,17,107,.08),rgba(90,24,154,.08));
                border: 1px solid rgba(90,24,154,0.10);
                z-index: 1
            }

                .service_section .box .img-box img {
                    max-width: 46px;
                    max-height: 46px;
                    width: auto;
                    height: auto;
                    object-fit: contain;
                    transition: transform 0.2s ease
                }

            .service_section .box:hover .img-box img {
                transform: scale(1.08)
            }

            .service_section .box .detail-box {
                flex: 1;
                display: flex;
                flex-direction: column;
                z-index: 1
            }

                .service_section .box .detail-box h3 {
                    margin: 10px 0 8px;
                    font-weight: 900;
                    font-size: 1.05rem;
                    line-height: 1.6;
                    color: #222;
                    min-height: 50px;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden
                }

                .service_section .box .detail-box p {
                    margin: 0;
                    font-size: 0.95rem;
                    line-height: 1.9;
                    color: #666;
                    min-height: 75px;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden
                }

@media (max-width:768px) {
    .service_section {
        padding: 40px 0
    }

        .service_section .box {
            padding: 18px
        }

            .service_section .box .img-box {
                height: 80px;
                width: 80px
            }

                .service_section .box .img-box img {
                    max-width: 40px;
                    max-height: 40px
                }
}

.service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px
}

    .service_section .btn-box a {
        display: inline-block;
        padding: 10px 45px;
        background-color: #7335b7;
        color: #ffffff;
        border-radius: 5px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #7335b7
    }

        .service_section .btn-box a:hover {
            color: #ffffff;
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px)
        }

.about_section {
    background: #3E116B;
    background: linear-gradient(90deg,rgba(62,17,107,1) 0%,rgba(90,24,154,0.95) 100%);
    color: #ffffff;
    border-radius: 250px 0 250px 0
}

@media (max-width:770) {
    .about_section {
        height: calc(100vh+50px)
    }
}

.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about_section .img-box {
    position: relative
}

    .about_section .img-box img {
        width: 100%
    }

.about_section .detail-box p {
    margin-top: 15px
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background: #F8C12A;
    background: linear-gradient(270deg,rgba(248,193,42,1) 0%,rgba(248,159,43,0.95) 100%);
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #f8842b;
    margin-top: 15px
}

@media (max-width:800px) {
    .about_section .detail-box a {
        display: block;
        margin: 15px auto 0 auto
    }
}

.about_section .detail-box a:hover {
    color: #ffffff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.case_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .case_section .heading_container h2::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

.case_section .box {
    margin-top: 45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    text-align: center
}

    .case_section .box .img-box {
        position: relative
    }

        .case_section .box .img-box img {
            width: 100%
        }

    .case_section .box .detail-box {
        padding: 25px
    }

        .case_section .box .detail-box h5 {
            font-weight: bold
        }

        .case_section .box .detail-box p {
            font-size: 15px
        }

        .case_section .box .detail-box a {
            color: #7335b7
        }

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 45px 0;
    text-align: center
}

    .client_section .box .img-box {
        width: 125px;
        height: 125px;
        min-width: 125px;
        position: relative;
        margin-bottom: -62.5px
    }

        .client_section .box .img-box img {
            width: 100%;
            border-radius: 100%
        }

    .client_section .box .client_info .client_name h5 {
        font-weight: bold;
        margin-bottom: 0;
        text-transform: uppercase
    }

    .client_section .box .client_info .client_name h6 {
        margin-bottom: 0;
        color: #7335b7;
        font-weight: normal;
        font-size: 15px;
        text-transform: uppercase
    }

    .client_section .box .client_info i {
        font-size: 24px
    }

    .client_section .box p {
        margin-top: 15px
    }

    .client_section .box .detail-box {
        background-color: #ffffff;
        background-color: #7335b7;
        color: #ffffff;
        border-radius: 15px;
        padding: 85px 45px 15px 45px
    }

.client_section .carousel-indicators {
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .client_section .carousel-indicators li {
        background-color: #7335b7;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        opacity: 1
    }

        .client_section .carousel-indicators li.active {
            width: 20px;
            height: 20px;
            background-color: #f8842b
        }

.contact_section {
    position: relative
}

    .contact_section form {
        margin-top: 45px
    }

    .contact_section input {
        width: 100%;
        border: none;
        height: 50px;
        margin-bottom: 25px;
        padding-left: 15px;
        background-color: transparent;
        outline: none;
        color: #000000;
        border: 1px solid #a5a5a5
    }

        .contact_section input::-webkit-input-placeholder {
            color: #1c1b1b
        }

        .contact_section input:-ms-input-placeholder {
            color: #1c1b1b
        }

        .contact_section input::-ms-input-placeholder {
            color: #1c1b1b
        }

        .contact_section input::placeholder {
            color: #1c1b1b
        }

        .contact_section input.message-box {
            height: 120px
        }

    .contact_section button {
        font-family: "Poppins",sans-serif;
        display: inline-block;
        padding: 10px 65px;
        background-color: #7335b7;
        color: #ffffff;
        border-radius: 3px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #7335b7;
        color: #fff;
        margin-top: 10px
    }

        .contact_section button:hover {
            color: #ffffff;
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px)
        }

    .contact_section .map_container {
        height: 100%;
        min-height: 325px;
        overflow: hidden;
        margin-left: 45px
    }

        .contact_section .map_container .map {
            height: 100%
        }

            .contact_section .map_container .map #googleMap {
                height: 100%
            }

.footer_container {
    background: #3E116B;
    background: linear-gradient(315deg,rgba(62,17,107,1) 0%,rgba(90,24,154,0.95) 100%);
    color: #ffffff;
    border-radius: 350px 0 0 0;
    padding-top: 145px
}

.info_section h4 {
    font-weight: 600;
    margin-bottom: 20px
}

@media (max-width:500) {
    .info_detail p {
        padding: 20px !important
    }
}

.navbar-toggler:focus {
    box-shadow: none !important
}

.info_section .info_contact .contact_link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.text-primary {
    color: #5A189A !important
}

.info_section .info_contact .contact_link_box a {
    margin: 5px 0;
    color: #ffffff
}

    .info_section .info_contact .contact_link_box a span {
        margin-right: 5px
    }

    .info_section .info_contact .contact_link_box a:hover {
        color: #f8842b
    }

.info_section .info_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

    .info_section .info_social a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
        border-radius: 100%;
        margin-right: 10px;
        font-size: 24px
    }

        .info_section .info_social a:hover {
            color: #f8842b
        }

.info_section .info_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .info_section .info_links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
        color: #ffffff
    }

        .info_section .info_links a:hover {
            color: #f8842b
        }

.info_section form input {
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    width: 100%;
    height: 45px;
    color: #ffffff;
    outline: none
}

    .info_section form input::-webkit-input-placeholder {
        color: #ffffff
    }

    .info_section form input:-ms-input-placeholder {
        color: #ffffff
    }

    .info_section form input::-ms-input-placeholder {
        color: #ffffff
    }

    .info_section form input::placeholder {
        color: #ffffff
    }

.info_section form button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 55px;
    background-color: #f8842b;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #f8842b;
    margin-top: 15px
}

    .info_section form button:hover {
        color: #ffffff;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

.footer_section {
    position: relative;
    text-align: center
}

    .footer_section p {
        padding: 25px 0;
        margin: 0
    }

        .footer_section p a {
            color: inherit
        }

.mobile-login-btn {
    display: none
}

@media (max-width:991px) {
    .custom_nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .mobile-login-btn {
        display: block;
        margin-right: auto;
        margin-left: auto
    }

    .btn-login-mobile {
        background-color: #ffffff;
        color: #5a2a8f !important;
        padding: 6px 18px;
        border-radius: 5px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(248,132,43,0.3);
        border: 1px solid rgba(255,255,255,0.2);
        transition: all 0.5s ease-in-out
    }

    .mobile-login-btn:active {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(248,132,43,0.4)
    }

    .navbar-brand {
        margin-right: 0
    }
}

﻿.platform-container {
    margin: 35px 20px 20px 20px
}

.platform-section {
    position: relative;
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    border-radius: 16px;
    overflow: hidden;
    padding: 40px 20px
}

.platform-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.1);
    z-index: 1
}

.platform-card {
    position: relative;
    z-index: 2;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    max-width: 350px;
    width: 90%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    transition: transform 0.3s ease;
    text-align: center
}

    .platform-card:hover {
        transform: translateY(-6px)
    }

.platform-section.TelegramApi {
    background-image: url('/images/telegram-banner.jpg')
}

.platform-section.SmsApi {
    background-image: url('/images/SmsApi-banner.jpg')
}

.platform-section.BaleApi {
    background-image: url('/images/bale-banner.png')
}

.platform-link.TelegramApi {
    background: #29A9EA !important
}

.platform-link.SmsApi {
    background: #5A189A !important
}

.platform-link.BaleApi {
    background: rgba(67,200,157) !important
}

.platform-logo {
    width: 64px;
    height: 64px;
    background-image: url('file:///E:\Source\Workspace\PayavaSmsSite\wwwroot\images\bale-banner.png');
    margin-bottom: 1rem
}

.platform-name {
    font-size: 1.5rem;
    margin-bottom: 1rem
}

.platform-link {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    background: #0088cc;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold
}

    .platform-link:hover {
        display: inline-block;
        padding: 0.5rem 1.2rem;
        background: #0088cc;
        color: white;
        text-decoration: none;
        border-radius: 8px;
        font-weight: bold
    }

@media (max-width:500px) {
    .platform-section.left {
        justify-content: center !important
    }

    .platform-section.right {
        justify-content: center !important
    }
}

.platform-section.left {
    justify-content: flex-start
}

.platform-section.right {
    justify-content: flex-end
}

.platform-header {
    position: relative;
    height: 280px;
    background: linear-gradient(135deg,#1c1f2a,#2d334a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 16px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3)
}

    .platform-header .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 1
    }

    .platform-header .content {
        position: relative;
        z-index: 2;
        text-align: center
    }

.platform-tagline {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.85;
    margin-top: 0.5rem
}

.two-column-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
    align-items: flex-start
}

.platform-left {
    flex: 1 1 400px
}

.platform-right {
    flex: 0 0 140px;
    display: flex;
    justify-content: center;
    align-items: center
}

.platform-logo-right {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffffff;
    padding: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1)
}

.platform-features {
    list-style: none;
    padding: 0;
    font-size: 1.05rem;
    color: #444
}

    .platform-features li {
        margin-bottom: 0.8rem;
        display: flex;
        align-items: center;
        gap: 8px
    }

        .platform-features li code {
            background: #f0f0f0;
            padding: 4px 8px;
            border-radius: 6px;
            font-family: monospace;
            direction: ltr
        }

.platform-action- {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.7rem 1.8rem;
    background: linear-gradient(135deg,#0088cc,#006fa9);
    color: white;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0,136,204,0.3);
    transition: all 0.3s ease-in-out
}

.platform-action-btn:hover {
    background: linear-gradient(135deg,#006fa9,#005b8a);
    box-shadow: 0 6px 20px rgba(0,136,204,0.4)
}

.platform-description {
    margin-top: 30px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333
}

    .platform-description h2 {
        font-size: 1.4rem;
        font-weight: 700;
        color: #222;
        margin-bottom: 12px;
        border-bottom: 2px solid #0088cc;
        display: inline-block;
        padding-bottom: 4px
    }

.platform-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    font-size: 1.05rem;
    color: #333
}

.status-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border-bottom: 1px solid #e0e0e0
}

    .status-item:last-child {
        border-bottom: none
    }

.label {
    font-weight: 600;
    color: #555
}

.value {
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 6px
}

    .value.active {
        background-color: #e0f9f0;
        color: #0a8754
    }

    .value.inactive {
        background-color: #fce8e6;
        color: #c62828
    }

﻿:root {
    --border: #d9d9d9;
    --text: #222;
    --muted: #666;
    --bg: #fff;
    --primary: #5A189A
}

.page {
    padding: 16px;
    max-width: 100%;
    margin: 16px auto;
    background: var(--bg);
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
    border-radius: 10px;
    direction: rtl
}

.wrap {
    padding: 18px
}

.header {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 14px;
    background: #fafafa
}

.label {
    color: var(--muted);
    margin-left: 6px
}

.rowline {
    display: flex;
    gap: 12px;
    align-items: center;
    white-space: nowrap;
    justify-content: space-between
}

    .rowline b {
        font-weight: 700
    }

.full {
    grid-column: 1 / -1
}

.spacer {
    height: 12px
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

.table {
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    background: #fff
}

thead th {
    background: #f7f7f9;
    color: #444;
    font-weight: 600;
    text-align: center;
    padding: 10px 8px;
    border-bottom: 1px solid var(--border)
}

tbody td {
    padding: 12px 10px;
    border-bottom: 1px solid var(--border);
    text-align: center
}

tbody tr:last-child td {
    border-bottom: none
}

.no {
    width: 60px
}

.name {
    text-align: right
}

.qty {
    width: 90px
}

.price, .sum, .discount {
    white-space: nowrap
}

.total-container {
    display: flex;
    justify-content: end
}

.totals {
    width: 50%;
    margin-top: 14px;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    background: #fff
}

    .totals table td {
        padding: 10px 14px;
        border-bottom: 1px solid var(--border)
    }

    .totals table tr:last-child td {
        border-bottom: none
    }

.tlabel {
    color: #444
}

.tval {
    text-align: left;
    font-weight: 700
}

.final {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f9;
    padding: 12px 14px;
    border-top: 1px solid var(--border);
    font-weight: 800
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eef3ff;
    color: #2746b6;
    border: 1px solid #dbe6ff;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px
}

.inv-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.inv-btn {
    display: inline-block;
    padding: 12px 15px;
    color: #ffffff;
    background: rgba(0,191,80,1);
    background: linear-gradient(165deg,rgb(34 193 0) 0%,rgba(0,191,80,1) 25%,rgb(0 103 8) 100%);
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0px;
    outline: none
}

    .inv-btn:hover {
        color: #ffffff;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

@media (max-width:860px) {
    .wrap {
        padding: 12px;
        font-size: 14px
    }

    .header {
        flex-direction: column !important;
        flex-wrap: wrap !important
    }

    .table table, .table thead, .table tbody, .table th, .table td, .table tr {
        display: block
    }

    .table thead {
        position: absolute;
        left: -9999px;
        top: -9999px
    }

    .table tbody tr {
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 10px;
        margin-bottom: 10px;
        background: #fff
    }

    .table tbody td {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 8px 6px;
        border-bottom: 0
    }

        .table tbody td + td {
            border-top: 1px dashed #eee
        }

        .table tbody td::before {
            content: attr(data-label);
            color: #666;
            white-space: nowrap
        }

    .name {
        text-align: end !important
    }

    .no, .qty {
        width: auto
    }

    .total-container {
        justify-content: stretch
    }

    .totals {
        width: 100%
    }

        .totals td {
            padding: 10px
        }

    .final {
        padding: 12px 10px
    }

    .inv-btn-container {
        position: fixed;
        bottom: 0;
        width: 100%
    }

    .completed {
        color: #000;
        height: 50px;
        background: #ddd;
        padding-top: 15px
    }

    .inv-btn {
        width: 100vw !important;
        border-radius: 25px 0 0 0;
        transition: none
    }

        .inv-btn::after {
            content: attr( data-label)
        }

        .inv-btn:hover {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
}

@media print {
    body {
        background: #fff
    }

    .page {
        width: 210mm;
        box-shadow: none;
        margin: 0;
        width: auto
    }
}

﻿ .card {
    max-width: 1000px;
    margin: 50px auto;
    background: #f9f9f9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    display: flex;
    flex-wrap: wrap;
    direction: rtl
}

.pro-card-detail {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

    .pro-card-detail .left {
        flex: 1 1 300px;
        background-color: #5A189A;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
        min-height: 280px
    }

        .pro-card-detail .left img {
            max-width: 100%;
            max-height: 200px;
            object-fit: contain
        }

    .pro-card-detail .right {
        flex: 2 1 400px;
        background-color: #eee;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

.product-info h1 {
    font-size: 24px;
    color: #5A189A;
    margin-bottom: 10px
}

.product-info .details {
    font-size: 16px;
    color: #444
}

.product-info .fs-4 {
    font-size: 22px
}

.pricing_discount_badge {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #5A189A;
    background: #e0d4f4;
    padding: 10px;
    border-radius: 8px;
    display: inline-block
}

.p-table-container {
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto
}

.p-table {
    width: 100%;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    justify-self: center
}

    .p-table thead tr {
        color: #fff;
        text-align: center;
        font-size: 20px
    }

    .p-table th, .table td {
        padding: 12px 16px;
        text-align: center;
        border-bottom: 1px solid #eee
    }

    .p-table tbody tr:hover {
        background-color: #f5f5f5
    }

    .p-table tbody tr {
        background-color: #eee;
        border: 1px solid #f9f9f9
    }

        .p-table tbody tr td {
            text-align: center;
            padding: 10px;
            font-size: 18px
        }

@media (max-width:768px) {
    .p-table thead {
        display: none
    }

    .p-table, .p-table tbody, .p-table tr, .p-table td {
        display: block;
        width: 100%
    }

        .p-table tr {
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 10px;
            background-color: #f9f9f9;
            text-align: center !important
        }

        .p-table td {
            text-align: center !important;
            padding: 8px 12px;
            position: relative;
            padding-right: 50%
        }

            .p-table td::before {
                content: attr(data-label);
                position: absolute;
                right: 12px;
                top: 8px;
                font-weight: bold;
                color: #555
            }
}

.product-info i {
    margin-right: 10px;
    color: #777;
    cursor: pointer;
    transition: color 0.3s ease
}

    .product-info i:hover {
        color: #5A189A
    }

﻿ .kb-hero {
    background: radial-gradient(circle at 30% 20%,rgba(255,255,255,0.35),rgba(255,255,255,0) 55%),linear-gradient(180deg,#F8C12A,#F8A02B);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 28px 0 22px
}

.kb-hero--compact {
    padding: 22px 0 18px
}

.kb-hero__inner {
    width: min(1180px,92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px
}

.kb-hero__title h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    color: #1f2937
}

.kb-hero__title p {
    margin: 8px 0 0;
    color: rgba(31,41,55,0.85);
    line-height: 1.9;
    max-width: 920px
}

.kb-search {
    background: #fff;
    border-radius: 16px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
    max-width: 420px
}

.kb-search__icon {
    opacity: .65
}

.kb-search input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    background: transparent
}

.kb-cats {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 14px;
    margin-top: 8px
}

@media (max-width:1100px) {
    .kb-cats {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media (max-width:680px) {
    .kb-cats {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

.kb-cat {
    background: rgba(255,255,255,0.92);
    border-radius: 18px;
    padding: 16px 16px;
    text-decoration: none;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
    transition: transform .15s ease,box-shadow .15s ease
}

    .kb-cat:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 26px rgba(0,0,0,0.11)
    }

.kb-cat__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.06);
    font-weight: 700
}

.kb-cat__title {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    font-weight: 800;
    font-size: 14px
}

.kb-cat__go {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.06);
    font-size: 16px
}

.kb-section {
    width: min(1180px,92%);
    margin: 18px auto 40px
}

.kb-section__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin: 10px 0 14px
}

    .kb-section__head h2 {
        margin: 0;
        font-size: 18px;
        font-weight: 900;
        color: #111827
    }

.kb-section__sub {
    color: rgba(17,24,39,0.55);
    font-size: 13px
}

.kb-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px
}

@media (max-width:980px) {
    .kb-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media (max-width:640px) {
    .kb-grid {
        grid-template-columns: 1fr
    }
}

.kb-post {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: #111827;
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
    transition: transform .15s ease,box-shadow .15s ease;
    display: block
}

    .kb-post:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 26px rgba(0,0,0,0.11)
    }

.kb-post__img {
    height: 170px;
    background: rgba(0,0,0,0.05)
}

    .kb-post__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

.kb-post__body {
    padding: 12px 14px 14px
}

.kb-post__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: .7;
    font-size: 12px;
    margin-bottom: 6px
}

.kb-post__title {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.8
}

.kb-post__summary {
    margin: 8px 0 0;
    color: rgba(17,24,39,0.75);
    font-size: 13px;
    line-height: 1.9
}

.kb-empty {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.08)
}

.post-hero {
    width: min(980px,92%);
    margin: 18px auto 0
}

.post-hero__inner {
    background: #fff;
    border-radius: 18px;
    padding: 18px 18px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.08)
}

.post-breadcrumb {
    font-size: 12px;
    opacity: .75;
    margin-bottom: 10px
}

    .post-breadcrumb a {
        color: inherit;
        text-decoration: none
    }

.post-meta {
    margin-top: 8px;
    font-size: 12px;
    opacity: .75;
    display: flex;
    gap: 8px;
    align-items: center
}

    .post-meta .dot {
        opacity: .5
    }

.post-body {
    width: min(980px,92%);
    margin: 14px auto 44px
}

.post-cover {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0,0,0,0.08)
}

    .post-cover img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        display: block
    }

.post-content {
    background: #fff;
    border-radius: 18px;
    padding: 18px 18px;
    margin-top: 14px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
    line-height: 2.1;
    direction: rtl;
    text-align: right;
}

.admin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    border: 1px solid rgba(0,0,0,0.12);
    background: #fff;
    color: #111827
}

.admin-btn--primary {
    border: none;
    color: #fff;
    background: linear-gradient(270deg,rgba(248,193,42,1) 0%,rgba(248,159,43,0.95) 100%)
}

.admin-btn--ghost {
    background: rgba(255,255,255,0.7)
}

﻿ .collapse-area {
    background: #fff
}

.faq-icon-bg {
    padding: 10px;
    border-radius: 18px;
    display: inline-flex
}

.panel {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    border-radius: 15px !important;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03) !important;
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,0.03) !important;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.03) !important;
    transition: all 0.3s ease
}

    .panel .panel-heading {
        border-radius: 15px !important;
        background: #f5f6f8;
        padding: 0px !important
    }

        .panel .panel-heading .panel-title a {
            text-decoration: none;
            display: flex !important;
            align-items: center;
            justify-content: space-between;
            padding: 20px 25px;
            font-weight: 700;
            color: #000000c7;
            background-color: #ffffff;
            line-height: normal;
            position: relative;
            border-radius: 20px !important;
            word-wrap: break-word;
            white-space: normal !important;
            max-width: 100%;
            min-height: 75px
        }

            .panel .panel-heading .panel-title a:not(.collapsed) {
                color: #5A189A !important;
                background: rgba(90,24,154,0.02) !important
            }

            .panel .panel-heading .panel-title a.collapsed {
                background: linear-gradient(-90deg,rgba(90,24,154,.08),rgba(255,255,255,.35)) !important;
                position: relative;
                transition: all 0.4s
            }

            .panel .panel-heading .panel-title a:hover, .panel .panel-heading .panel-title a:active {
                text-decoration: none;
                cursor: pointer;
                transition: all 0.4s;
                color: #5A189A
            }

            .panel .panel-heading .panel-title a span {
                float: left;
                margin-top: 15px;
                margin-right: 30px;
                transition: all 0.4s
            }

.faq-chevron-icon::before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: transform 0.3s;
    display: inline-block;
    float: left;
    margin-left: 10px
}

.panel-title a:not(.collapsed) .faq-chevron-icon::before {
    transform: rotate(180deg)
}

.panel .panel-heading .panel-title a .bar, .panel .panel-heading .panel-title a .bar:after {
    border-width: 1px;
    border-style: solid;
    width: 21px;
    border-radius: 10px;
    transition: all 0.4s
}

    .panel .panel-heading .panel-title a .bar:after {
        content: "";
        height: 0;
        position: absolute;
        top: 38px;
        left: 15px
    }

.panel .panel-heading .panel-title a.collapsed .bar {
    border-color: #75767F
}

    .panel .panel-heading .panel-title a.collapsed .bar:after {
        transform: rotate(90deg);
        border-color: #75767F
    }

.panel-collapse {
    background-color: #ffffff
}

    .panel-collapse .panel-body {
        background-color: #ffffff;
        border: 0px solid !important;
        border-top: 1px solid rgba(90,24,154,0.05) !important;
        line-height: 26px;
        font-weight: 300;
        padding: 20px 25px;
        padding-bottom: 20px;
        text-align: justify;
        color: #60626d
    }

.robot-animation {
    animation: float 4s ease-in-out infinite
}

@keyframes float {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(0px)
    }
}

@media (max-width:768px) {
    .panel .panel-heading .panel-title a .bar {
        display: none !important
    }

    .panel .panel-heading .panel-title a {
        padding: 18px 12px
    }
}

.flex-grow-1 {
    margin-left: 50px !important
}

.col-lg-8 {
    padding-left: 40px !important
}

section.collapse-area img[alt="Robot"], .robot-animation {
    margin-right: 20px
}

@media (max-width:992px) {
    .flex-grow-1, .col-lg-8 {
        margin-left: 0 !important;
        padding-left: 15px !important
    }
}

.ribbon-container {
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 5;
}

.ribbon {
    position: relative;
    padding: 0 0.7em;
    font-size: 0.9rem;
    line-height: 2rem;
    color: white;
    background: #5A189A;
    font-weight: bold;
    border-radius: 0 6px 6px 0;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
}

    .ribbon:before, .ribbon:after {
        position: absolute;
        content: '';
        display: block;
    }

    .ribbon:before {
        width: 0.469em;
        height: 100%;
        padding: 0 0 0.438em;
        top: 0;
        left: -0.469em;
        background: inherit;
        border-radius: 0.313em 0 0 0.313em;
    }

    .ribbon:after {
        width: 0.313em;
        height: 0.313em;
        background: rgba(0,0,0,0.35);
        bottom: -0.313em;
        left: -0.313em;
        border-radius: 0.313em 0 0 0.313em;
        box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
    }

﻿@media (max-width:1300px) {
    .footer_container

{
    border-radius: 250px 0 0 0
}

}

@media (max-width:1120px) {
}

@media (max-width:992px) {
    . {
        height: auto
    }

        .quote_btn-container {
            display: none
        }

        .custom_nav-container .navbar-nav {
            margin: 0;
            margin-left: auto;
            align-items: center
        }

        .custom_nav-container .navbar-nav {
            padding-top: 15px
        }

            .custom_nav-container .navbar-nav .nav-item .nav-link {
                padding: 5px 25px;
                margin: 5px
            }

        .slider_section {
            padding: 75px 0
        }

        .contact_section .img-box {
            margin-top: 45px
        }

        .info_section .row > div:nth-child(1) {
            margin-bottom: 25px
        }

        .info_section .row > div:nth-child(2) {
            margin-bottom: 25px
        }
}

@media (max-width:768px) {
    .hero_area {
        border-radius: 0 0 250px 0
    }

    .slider_section .detail-box {
        margin-top: 45px
    }

    .about_section {
        border-radius: 150px 0 150px 0
    }

        .about_section .img-box {
            margin-top: 45px
        }

    .contact_section .row {
        flex-direction: column-reverse
    }

    .contact_section .map_container {
        margin-left: 0;
        margin-bottom: 45px;
        height: 375px
    }

    .info_section .row > div:nth-child(3) {
        margin-bottom: 35px
    }

    .info_section .row > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .info_section .info_links {
        align-items: center
    }

    .info_section form input {
        text-align: center
    }
}

@media (max-width:576px) {
}

@media (max-width:480px) {
}

@media (max-width:420px) {
}

@media (max-width:376px) {
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

@media (max-width:768px) {
    .slider_section .img-box img {
        width: 100% !important;
        max-width: 300px !important;
        height: auto !important;
        margin: 0 auto;
        display: block
    }

    .slider_section .img-box {
        display: flex;
        justify-content: center;
        margin-bottom: 25px
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
html, body {
    direction: rtl;
    text-align: right;
}

input, textarea, select {
    direction: rtl;
    text-align: right;
}

.header_section,
.header_section .navbar {
    direction: rtl;
}

    .header_section .custom_nav-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

   
    .header_section .navbar-brand {
        order: 3;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .header_section .navbar-collapse {
        order: 2;
        justify-content: center;
    }
    .header_section .mobile-login-btn,
    .header_section .auth-buttons,
    .header_section .navbar-nav {
        order: 1;
    }

.hero_area .row,
.hero_area .hero-row,
.hero_area .hero-container {
    direction: ltr; 
}

.hero_area .row {
    flex-direction: row !important; 
}

    
    .hero_area .row > [class*="col-"] {
        direction: rtl; 
    }