:root {
    --primary: #0d6efd;
    --primary-light: #3283fb;
    --primary-dark: #00182e;
    --secondary: rgba(255, 64, 129, 1);
    --secondary-dark: rgb(255, 31, 105);
    --danger: #dc3545;
    --gray: #EAEAEA;
    --gray-light: #f8f8f8;
    --white: #fff;
    --input-border-color: #bdbdbd;
    --default-border-radius: 8px !important;
    --text-size-body: 12px;
    --body-color: #474747;
    --bs-primary: var(--primary);
    --bs-secondary: var(--secondary);
}

/* Desktop */
@media (min-width: 959.9px) {
    .hide-on-desktop {
        display: none !important;
    }

    .home-header-typewriter-wrapper {
        min-height: 48px;
    }

    .installation-step {
        background-position: center !important;
    }
}

/* Mobile */
@media (max-width: 960px) {
    .only-on-desktop {
        display: none !important;
    }

    body {
        padding-bottom: 60px !important;
    }

    .home-header-typewriter-wrapper {
        min-height: 96px;
    }

    #home-header-typewriter {
        font-size: 28px;
    }

    .home-header-title h1 {
        font-size: 24px !important;
    }

    .home-header .image-cover {
        margin-top: 1.5rem;
    }

    .section-title h3 {
        font-size: 24px !important;
    }

    .installation-step .item {
        margin-bottom: 50px;
    }

    .post-generator-feed-card {
        margin: 10px 0;
    }

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

    .page-header h1 {
        font-size: 28px !important;
    }

    .sidebar-menu aside{
        left: -100%;
    }

    .blog-header-pattern {
        height: 250px !important;
    }

    .blog-header-pattern h1{
        font-size: 30px !important;
    }
}

body {
    direction: rtl;
    margin: 0;
    padding: 0;
    position: relative;
}

* {
    text-decoration: none;
    font-family: IRANYekanX, serif;
    padding: 0;
    margin: 0;
}

.bg-gray {
    background-color: var(--gray-light);
}

.btn {
    padding: 10px;
    border-radius: var(--default-border-radius);
    font-size: 12px;
    cursor: pointer;
    color: var(--body-color);
}

.btn-outline:hover {
    transition: 0.2s;
    background: rgba(0, 0, 0, 5%);
}

.btn-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--default-border-radius);
    border: none;
}

.btn-icon i {
    font-size: 20px;
    display: flex;
}

.btn-primary:hover {
    transition: 0.2s;
    background: #0b62e4;
}

.btn-primary {
    background: var(--primary);
    color: white !important;
    border: 1px solid rgb(11, 98, 228, 0.3);
}

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

.btn-secondary:hover {
    transition: 0.2s;
    background: var(--secondary-dark);
}

.btn-light {
    background: var(--gray-light);
}

.text-body {
    color: var(--body-color) !important;
    font-size: 12px;
}

.btn-light:hover {
    transition: 0.2s;
    background: var(--gray);
}

header {
    height: 60px;
    background: white;
    border-bottom: 1px solid var(--gray-light);
    width: 100%;
    position: relative;
    z-index: 10;
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
    padding: 0 12px;
    height: 100%;
}

header nav .nav-start {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: -3px;
}

header nav .brand a {
    font-weight: 400 !important;
    color: var(--primary);
    font-family: Lalehzar, serif !important;
    font-size: 1.7rem !important;
}

header nav .navbar {
    display: flex;
    align-items: center;
}

header nav .navbar li {
    list-style: none;
    padding: 2px 5px 0;
    display: flex;
    margin-top: -3px;
}

header nav .navbar li a {
    color: var(--body-color);
    font-size: 12px;
    border-radius: var(--default-border-radius);
    padding: 10px;
}

header nav .navbar li a:hover {
    transition: 0.2s;
    background: rgba(0, 0, 0, 5%);
}

header nav .mobile-nav {
    position: fixed;
    height: 60px;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
    border-top: 1px solid var(--gray-light);
    width: 100%;
    background: white;
    z-index: 10;
}

header nav .mobile-nav {

}

header nav .mobile-nav ul {
    display: flex;
    margin: auto;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

header nav .mobile-nav ul li {
    width: 20%;
}

header nav .mobile-nav ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    gap: 3px;
    color: #272727;
}

header nav .mobile-nav ul li a svg {
    width: 26.5px;
    height: 26.5px;
    display: flex;
}

header nav .mobile-nav ul li a.active {
    color: var(--primary);
}

.no-list-style {
    list-style: none;
}

footer {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
    border-top: 1px solid var(--gray-light);
    position: relative;
    z-index: 9;
}

footer .footer-list {
    margin: 24px 0;
    line-height: 1.5;
}

footer .footer-list li {
    margin: 10px 0;
}

footer .footer-list li a {
    color: var(--body-color);
}

footer p {
    font-size: 12px;
}

.icon-enclosed {
    border-radius: var(--default-border-radius);
    background-color: #F9FAFB;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
}

.icon-enclosed img {
    width: 48px;
    height: 48px;
}

.copy-right {
    text-align: center;
    line-height: 2;
}

.home-header {
    min-height: 50vh;
    padding: 24px 8px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.home-header-title {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 5px;
    height: 100%;
}

.home-header-title h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
}

.home-header-title p {
    text-align: justify;
    line-height: 2;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
}

#home-header-typewriter {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
}

#home-header-typewriter b {
    color: var(--primary);
    font-weight: 800;
}

.text-justify {
    text-align: justify;
}

.supported-platforms {
    text-align: center;
}

.supported-platforms p {
    font-weight: 700;
}

.image-glow {
    border-radius: var(--default-border-radius);
    box-shadow: 0 0 15px 5px rgba(13, 110, 253, 0.6);
}

.section-padding {
    padding: 24px 0;
}

.installation-step {
    background: var(--primary);
    background-image: url("../img/backgrounds/blue-light.webp");
    background-size: cover;
    text-align: center;
    position: relative;
}

.installation-step .filter{
    background: rgba(13, 110, 253, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.installation-step .body{
    position: relative;
    z-index: 1;
}

.installation-step .image {
    margin-bottom: 20px;
    position: relative;
}

.installation-step img {
    width: 80%;
    margin: 0 auto;
}

.installation-step .step-counter {
    position: absolute;
    top: -12.5px;
    left: 25px;
}

.installation-step .description {
    margin: 10px 0;
    line-height: 1.5;
    padding: 0 12px;
}

.installation-step .description p {
    text-align: justify;
    font-size: 14px;
    margin: 0;
    color: white;
}

.installation-step .description h6 {
    margin: 5px 0;
    font-weight: 800;
    color: white;
    font-size: 20px;
}

.section-title {
    text-align: center;
    line-height: 2;
}

.section-title h3 {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
}

.section-title p {
    font-size: 14px;
    margin: 0;
}

.lh-xl {
    line-height: 2.5;
}

.list {
    padding-right: 20px;
}

.rounded {
    border-radius: var(--default-border-radius) !important;
}

.post-generator-feed-card {
    position: relative;
}

.post-generator-feed-card img {
    width: 100%;
    border-radius: var(--default-border-radius);
}

.post-generator-feed-card .filter {
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(202, 222, 255, 0.65);
    backdrop-filter: blur(5px);
    border-bottom-left-radius: var(--default-border-radius);
    border-bottom-right-radius: var(--default-border-radius);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}

.page-header {
    text-align: center;
    line-height: 2;
}

.page-header h1 {
    font-size: 32px;
    font-weight: 800;
    margin: 5px 0;
}

.page-header p {
    font-size: 14px;
    margin: 0 0 18px;
}

.contact-card {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--gray);
    border-radius: var(--default-border-radius);
    padding: 32px;
    gap: 10px;
    background: white;
}

.contact-card:hover {
    transition: 0.2s;
    border: 1px solid var(--primary);
}

.contact-card span {
    font-size: 14px;
    color: var(--body-color);
    margin: 0;
}

.contact-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--bs-body-color);
    margin: 0;
}

.contact-card i {
    font-size: 48px;
    display: flex;
    color: var(--primary);
}

.contact-card i:hover {
    color: var(--primary);
}

.contact-card .info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 2px;
}

.page {
    padding: 18px 12px;
}

.card {
    border-radius: var(--default-border-radius);
    background: white;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.card .card-header {
    font-size: 14px;
    line-height: 2;
}

.card .card-body iframe {
    border-radius: var(--default-border-radius);
}

form .form-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

form .form-item label {
    font-size: 12px;
}

form .form-item input {
    padding: 10px;
    font-size: 8px;
    border-radius: var(--default-border-radius);
    border: 1px solid var(--input-border-color);
}

form .form-item input:focus {
    outline: 1px solid var(--primary);
}

form .form-item textarea {
    padding: 10px;
    font-size: 8px;
    border-radius: var(--default-border-radius);
    border: 1px solid var(--input-border-color);
}

form .form-item textarea:focus {
    outline: 1px solid var(--primary);
}

.sidebar-menu aside {
    width: 300px;
    background: white;
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    padding: 0 12px;
    border-left: 1px solid var(--gray-light);
}

.sidebar-menu aside .top-left{
    position: absolute;
    top: 15px;
    left: 15px;
}

.sidebar-menu aside .footer {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.sidebar-menu aside .header {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.text-version {
    font-family: monospace;
    font-size: 12px;
}

.sidebar-menu aside .header h1 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.sidebar-menu aside hr {
    margin: 0;
}

.sidebar-menu aside .body ul {
    list-style: none;
    text-align: start;
    margin: 8px 0;
}

.sidebar-menu aside .body ul li {
    padding: 8px;
}

.sidebar-menu aside .body ul li a {
    color: var(--body-color);
    font-size: 14px;
}

.content {
    line-height: 2;
    text-align: justify;
}

.adjacent-page ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.adjacent-page ul li {
    list-style: none;
}

.adjacent-page ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.adjacent-page ul li a i {
    display: flex;
}

@keyframes slide-in {
    from {
        left: -100%;
    }
    to{
        left: 0;
    }
}

.slide-in{
    animation: slide-in 0.2s ease-in-out;
}

@keyframes slide-out {
    from {
        left: 0;
    }
    to{
        left: -100%;
    }
}

.slide-out{
    animation: slide-out 0.2s ease-in-out;
}

.blog-header-pattern{
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("../img/backgrounds/blue-light.webp");
    position: relative;
}

.blog-header-pattern .filter{
    background: rgba(13, 110, 253, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-header-pattern .overlay{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.blog-header-pattern .overlay h1{
    color: white;
    font-size: 36px;
    font-weight: 800;
    margin-top: -40px;
}

.blog-header-pattern .overlay p{
    color: white;
}

.blog-header{
    margin: 0 auto;
    padding: 0 12px;
}

.blog-header .overlay{
    background: white;
    border-radius: var(--default-border-radius);
    position: relative;
    margin-top: -80px;
    z-index: 2;
}

.blog-header .overlay .search-box{
    display: flex;
    flex-direction: row;
}

.blog-header .overlay .search-box input{
    font-size: 14px;
    padding: 12px;
    width: calc(100% - 50px);
    display: inline-block;
}

.blog-header .card{
    border: 1px solid var(--gray);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
}

.blog-header .overlay .search-box .btn-icon{
    width: 47px;
    height: 47px;
}

.row-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-title h2{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.post-card{
    background: white;
    border-radius: var(--default-border-radius);
    border: 1px solid var(--gray);
    position: relative;
}

.post-card .image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: var(--default-border-radius) var(--default-border-radius) 0 0;
}

.post-card .info{
    padding: 16px;
    border-radius: 0 0 var(--default-border-radius);
}

.post-card .info h6{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card .info p{
    margin-bottom: 16px;
    font-size: 12px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card .top-left{
    position: absolute;
    top: 15px;
    left: 9px;
    z-index: 2;
}

.blog-sidebar{
    padding: 12px;
    background: white;
    border-radius: var(--default-border-radius);
    border: 1px solid var(--gray);
}

.blog-sidebar ul{
    list-style: none;
    font-size: 14px;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 6px;
}

.blog-sidebar hr{
    margin: 12px 0;
}

.blog-sidebar ul li a{
    color: var(--body-color);
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2px;
}

.banner-16-9{
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    border-radius: var(--default-border-radius);
    position: relative;
}

.dark-blue-image{
    background-image: url("../img/backgrounds/blue-dark.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.call-center-image{
    background-image: url("../img/backgrounds/call-center.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.dark-blue-filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 110, 253, 0.7);
    border-radius: var(--default-border-radius);
}

.banner-16-9 .overlay{
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    color: white;
    gap: 10px;
}

.banner-16-9 .overlay h6{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.banner-16-9 .overlay p{
    margin: 0;
    font-size: 14px;
}

.dark-blur-filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--default-border-radius);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
}

.pagination{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pagination ul{
    display: flex;
    flex-direction: row;
    list-style: none;
}

.pagination ul li a{
    padding: 5px 10px;
    margin: 0 5px;
    font-size: 14px;
    border-radius: var(--default-border-radius);
}

.pagination ul li.active a{
    background: var(--primary);
    border: 1px solid var(--primary);
    color: white;
}

article.post{
    background: white;
    border-radius: var(--default-border-radius);
}

article .post-image img{
    border-radius: var(--default-border-radius) var(--default-border-radius) 0 0;
    width: 100%;
}

article .post-body{
    padding: 16px;
}

article .post-meta{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

article .post-meta h1{
    line-height: 1.5;
    font-size: 20px;
    text-align: start;
    margin: 0;
    font-weight: 700;
}

article .post-meta div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

article .post-meta span{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
}

article .post-meta a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
}

article .post-meta div i{
    display: flex;
}

article .post-content{
    line-height: 2;
}

article .post-content img{
    border-radius: var(--default-border-radius);
    width: 100%;
    height: auto;
    margin: 10px 0;
}

article .post-content h2, article .post-content h3, article .post-content h4, article .post-content h5, article .post-content h6{
    margin-top: 12px;
    line-height: 2;
}

article .post-content h2{
    font-size: 18px;
    font-weight: 700;
}

article .post-content h3{
    font-size: 17px;
    font-weight: 700;
}

article .post-content h4{
    font-size: 16px;
    font-weight: 700;
}

article .post-content h5{
    font-size: 16px;
    font-weight: 700;
}

article .post-content h6{
    font-size: 15px;
    font-weight: 700;
}

article .post-content p,
article .post-content span,
article .post-content b,
article .post-content strong,
article .post-content a,
article .post-content td,
article .post-content table,
article .post-content li{
    font-size: 14px;
}

article .post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    text-align: center;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

article .post-content table thead{
    background: var(--primary);
    color: white;
}

article .post-content thead th {
    padding: 10px;
    font-weight: 700;
}

article .post-content tbody tr {
    border-bottom: 1px solid var(--gray);
}

article .post-content tbody tr:nth-child(even) {
    background-color: #fafafa;
}

article .post-content tbody td {
    padding: 10px;
}

article .post-content ul, article .post-content ol{
    padding-right: 20px;
    line-height: 2;
}

article .post-content ul{
    list-style: none;
}

main.sidebar-menu article{
    width: 100%;
    padding: 0 12px;
    height: calc(100vh - 60px);
    overflow: auto;
}


article .content{
    line-height: 2;
}

article .content img{
    border-radius: var(--default-border-radius);
    width: 100%;
    height: auto;
    margin: 10px 0;
}

article .content h2, article .content h3, article .content h4, article .content h5, article .content h6{
    margin-top: 5px;
    line-height: 2;
}

article .content h2{
    font-size: 18px;
    font-weight: 700;
}

article .content h3{
    font-size: 17px;
    font-weight: 700;
}

article .content h4{
    font-size: 16px;
    font-weight: 700;
}

article .content h5{
    font-size: 16px;
    font-weight: 700;
}

article .content h6{
    font-size: 15px;
    font-weight: 700;
}

article .content p,
article .content span,
article .content b,
article .content strong,
article .content a,
article .content td,
article .content table,
article .content li{
    font-size: 14px;
}

article .content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    text-align: center;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

article .content table thead{
    background: var(--primary);
    color: white;
}

article .content thead th {
    padding: 10px;
    font-weight: 700;
}

article .content tbody tr {
    border-bottom: 1px solid var(--gray);
}

article .content tbody tr:nth-child(even) {
    background-color: #fafafa;
}

article .content tbody td {
    padding: 10px;
}

article .content ul, article .content ol{
    padding-right: 20px;
    line-height: 2;
}

article .content ul{
    list-style: none;
}

article pre{
    direction: ltr;
}