/*
 Theme Name:   Saman Masoumi
 Theme URI:    https://imsaman.ir/
 Author:       Saman Masoumi
 Author URI:   https://imsaman.ir/
 Description:  A custom theme created for Saman Masoumi.
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Saman Masoumi-theme
*/

html {
    direction: rtl;
}

:root {
    --main: #002f6c;
}

ul {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Yekan-Bakh-VF";
    src: url(_assets/fonts/YekanBakhFaNum-VF.woff),
    src: url(_assets/fonts/YekanBakhFaNum-VF.woff2);
}

body {
    font-family: Yekan-Bakh-VF;
    overflow-x: hidden;
}

body a {
    text-decoration: none;
}

.page-template-index section {
    overflow-x: hidden;
}

.box {
    padding: 20px 10px 10px;
    background-color: #fff;
    transition: all .2s;
    position: relative;
    border: 1px solid var(--main);
    border-radius: 8px;
    box-shadow: 1px 5px var(--main);
}

.box a {
    text-decoration: none;
    color: #575757;
    font-weight: 400;
    line-height: 2;
    transition: all .3s;
    font-size: 14px;
}

.box a:hover {
    margin-right: 5px;
}

.text-top {
    text-align: right;
    line-height: 1.5;
    color: #4f4f4f;
}

h2 {
    font-weight: 800;
    color: var(--main);
    font-size: 18px;
}

.top {
    position: fixed;
    bottom: 10px;
    width: 45px;
    height: 45px;
    background-color: #046887;
    border-radius: 50%;
}

.top a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#topbtn {
    transition: all .2s;
    right: -60px;
    box-shadow: 0 0 6px 3px rgba(135, 139, 142, 0.32);
}

#topbtn:hover {
    bottom: 15px;
}

#topbtn img {
    width: 26px;
    height: auto;
}

center img {
    width: 20px !important;
}

.box img {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 50px;
    height: auto;
}

.imsam {
    display: block;
    margin: 0 auto 20px;
    max-width: 80px;
}

/* New Style */

:root {
    --brand-border: #d0d5dd;
    --darkmod-color: #4e4e4e;
}

body {
    background-color: #fefefe;
}

.container {
    width: 93%;
    margin: 0 auto;
    border-right: 1px dashed var(--brand-border);
    border-bottom: 1px none var(--brand-border);
    border-left: 1px dashed var(--brand-border);
}

.container-fluid {
    max-width: 992px;
    margin: 0 auto;
    padding: 0 !important;
}

.top-border {
    border-top: 1px dashed var(--brand-border);
}

.bottom-border {
    border-bottom: 1px dashed var(--brand-border);
}

.left-border {
    border-left: 1px dashed var(--brand-border);
}

.right-border {
    border-right: 1px dashed var(--brand-border);
}

header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 97;
    width: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.hero .container {
    padding: 0 !important;
}

.menu {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -300px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 10px 0 0 10px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: -10px 0 20px 20px #00000008;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    background-color: rgba(255, 255, 255, .3);
    backdrop-filter: blur(5px);
}

#overlay.show {
    display: block;
}

.menu-wrapper {
    height: 100%;
    margin: 0 15px;
    border-right: 1px dashed var(--brand-border);
    border-left: 1px dashed var(--brand-border);
    padding: 15px 0;
}

.menuButton {
    border: 1px solid var(--brand-border);
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 16px;
    background-color: #fff;
}

.menuButton img {
    width: 8px;
    height: auto;
}

.menuButton span {
    display: block;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #1e2124;
}

.menu.open {
    box-shadow: -188px 172px 131px -100px #ffffff inset, -55px 0 30px -45px #8989891f;
    right: 0;
}

.menu .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px dashed var(--brand-border);
}

.menu .logo img {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.menu .closeButton {
    border: 1px solid var(--brand-border);
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 16px;
    height: 35px;
}

.menu .closeButton span {
    font-weight: 500;
    color: #1e2124;
    display: block;
    font-size: 12px;
    margin-left: 5px;
}

.menu .closeButton img {
    width: 5px;
    height: auto;
    margin-top: -2px;
}

.nav-section {
    position: relative;
}

.nav-section::after {
    content: '';
    width: 100%;
    height: 25px;
    border-top: 1px dashed var(--brand-border);
    border-bottom: 1px dashed var(--brand-border);
    display: block;
}

.nav-section p {
    color: #98a2b3;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-inline: 4px;
}

.nav-section a {
    display: block;
    color: #0f141f;
    line-height: 35px;
    font-size: 13px;
    padding-inline: 4px;
}

.menu .nav-section:nth-of-type(3)::after {
    content: none;
}

.menu .nav-section:last-of-type {
    border-bottom: 1px dashed var(--brand-border);
    border-top: 1px dashed var(--brand-border);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #e5e5e54d;
    padding: 10px 0;
}

.menu .nav-section:last-of-type::after {
    content: none;
}

.menu .link-btn {
    background-color: #000;
    width: 95%;
    text-align: center;
    padding: 5px 0;
    display: block;
    margin: 0 auto;
    border-radius: 100px;
    color: #fff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    display: none;
    transition: 0.5s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #e5e5e54d;
}

.overlay.show {
    display: block;
}

.getStartBtn {
    cursor: pointer;
}

.indexHero h1 {
    min-height: 270px;
    color: #333;
    line-height: 40px;
    font-size: 20px;
    margin: 0;
    max-width: 680px;
    padding-top: 110px;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
    color: #1380fc;
}

.imsam-logo img {
    display: block;
    width: 55px;
    height: auto;
}

.desktop-nav {
    display: flex;
    padding: 0;
    margin: 0 50px 0 0;
}

.desktop-nav li {
    list-style-type: none;
    margin-left: 30px;
}

.desktop-nav a {
    color: #475467;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.desktop-nav > li.has-child > a::after {
    content: '';
    background-image: url(_assets/image/nav-arrow.png);
    width: 7px;
    height: 8px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
}


.desktop-nav .dropdown {
    display: none;
    flex-direction: column;
    position: absolute;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid #eaecf0;
    border-radius: 12px;
    align-items: flex-start;
    margin-top: 15px;
    padding: 23px 18px 3px;
    font-size: 14px;
    line-height: 1.4;
    margin-right: -3px;
    background: rgba(255, 255, 255, .97);
}

.desktop-nav .dropdown::before {
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    right: 0;
    top: -22px;
}

.desktop-nav .dropdown a {
    color: #0f141f;
    margin-bottom: 18px;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
}

.desktop-nav .dropdown a:hover {
    color: #0a8bfe;
}

.desktop-nav > li.has-child:hover > .dropdown {
    display: flex;
}

.new-box {
    padding: 15px;
    background-color: #fff;
}

.new-box a {
    text-decoration: none;
    color: #575757;
    font-weight: 400;
    line-height: 2;
    transition: all .3s;
    font-size: 14px;
}

.white-space .container {
    min-height: 100px;
    height: 100px;
}

.white-space.seo-steps .container {
    min-height: 50px;
    height: 50px;
}

.white-space.half .container {
    min-height: 70px;
    height: 70px;
}

.quote .container {
    position: relative;
    padding-block: 50px !important;
}

.quote .container:before {
    content: '';
    background-image: url(../image/quote.png);
    width: 23px;
    height: 24px;
    display: block;
    position: absolute;
    top: -14px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.quote .container:after {
    content: '';
    background-image: url(../image/quote.png);
    width: 23px;
    height: 24px;
    display: block;
    position: absolute;
    bottom: -14px;
    left: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.quote :where(blockquote,p) {
    padding: 0;
    margin: 0;
}

.quote p {
    font-weight: 800;
    color: #333;
    text-align: center;
    line-height: 55px;
    padding: 0 15px;
    font-size: 24px;
}

.services .col-12 {
    overflow: hidden;
}

.service {
    padding: 20px;
    position: relative;
    transition: all .3s;
}

.services .service:hover {
    transform: scale(1.03);
}

.service a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
}

.service h2 {
    font-size: 16px;
    font-weight: 700;
    margin-block: 30px 15px;
    color: #333;
    min-height: 19px;
}

.service p {
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    color: #444;
    margin-bottom: 0;
}

.service p strong {
    background-color: #e0e9ff;
    font-weight: 700;
}

.dark-mode .service p strong {
    background-color: #3a445a;
}

.service img {
    max-width: 100%;
}

.service-final.right {

}

.service-final.left {

}

.service-final .title {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
    margin: 0;
    font-weight: 600;
    border-bottom: 1px dashed var(--brand-border);
    border-top: 1px dashed var(--brand-border);
}

.service-final ul {
    border-top: 0;
    padding: 20px 15px 10px 30px;
    margin: 0;
}

.service-final li {
    list-style-type: none;
    font-size: 13px;
    margin-bottom: 12px;
    position: relative;
    padding-right: 15px;
    line-height: 24px;
}

.service-final li:before {
    content: '';
    width: 6px;
    height: 11px;
    background-image: url(_assets/image/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 4px;
    top: 5px;
    transform: rotate(180deg);
}

.service-final li strong {
    font-weight: 600;
    font-size: 13px;
}

.light-mode {
    background-color: #fff;
}

.dark-mode {
    background-color: #0e0e0e;
}

.dark-mode :where(h2,p, .title,li) {
    color: #E8E2D8 !important;
}

.dark-mode .title {
    border-bottom: 1px dashed var(--darkmod-color);
    border-top: 1px dashed var(--darkmod-color);
}

.dark-mode .col-12.col-md-6.left {
    border-right: 1px dashed var(--darkmod-color) !important;
}

.no-padding {
    padding: 0 !important;
}

.sticky {
    z-index: 10;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    justify-content: flex-start;
    align-items: stretch;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    display: flex;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
}

.sticky a {
    width: 130px;
    text-align: center;
    padding: 10px;
    display: block;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 13px;
}

.sticky a:first-child {
    background-color: #000;
    color: #fff;
}

.sticky a:last-child {
    background-color: #e7e7e7;
    color: #1e2124;
}

#serviceModal {
    background: rgba(0, 0, 0, .8) !important;
}

.modal-body {
    padding: 0 !important;
}

.modal-content h5 {
    font-size: 17px;
    font-weight: 700;
    color: #333;
}

.modal-content img {
    max-width: 100%
}

.service span {
    border: 1px dashed #1380fc;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 100px;
    color: #1380fc;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}

.logos h3 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
    color: #333;
    line-height: 25px;
}

.logos p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    color: #333;
    max-width: 500px;
}

.sites h3 {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
    margin: 0;
}

.sites .content p {
    font-size: 14px;
    font-weight: 400;
    padding-top: 35px;
    line-height: 25px;
    margin: 0;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    border-bottom: 1px dashed var(--brand-border);
}

.sites .container {
    padding: 0 !important;
    display: flex;
    flex-direction: column
}

.btn {
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #eaecf0;
    border-bottom-color: #d0d5dd;
    border-radius: 12px;
    padding: 11px 10px 11px 30px;
    transition: all .2s
}

.btn:hover {
    border-color: #e2e5ea;
    box-shadow: 0 5px 20px #00000008;
    outline: 0;
}

.sites-title .btn {
    display: block;
    margin-top: 40px;
}

.sites-title .btn span {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.125;
}

.sites-title .btn span:after {
    /*content: '';*/
    width: 6px;
    height: 11px;
    background-image: url(_assets/image/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: 6px;
}

.site-box {
    display: flex;
    flex-direction: column;
    border: 1px dashed var(--brand-border);
    margin: 0;
    padding: 30px 30px 0 30px;
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    transition: all .2s;
}

.site-box:hover {
    background: #f1f1f1;
}

.site-box .name h3 {
    padding: 0;
    font-size: 16px;
    font-weight: 800;
}

.site-box img {
    max-width: 100%;
}

.site-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
}

.site-box .name img {
    width: 80px;
    height: auto;
}

.site-screenshot {
    /*filter: grayscale(100%);*/
    transform: translate(-2px, -2px);
    transition: filter 0.3s ease, transform 0.3s ease;
    background-color: #fff;
    max-width: 100%;
    max-height: 350px;
    padding: 12px;
    margin-block: 15px -10px;
    border-radius: 8px;
    border: 1px solid #e2e5ea;
}

.site-box:hover {
    transform: translateY(-4px);
}

.site-box:hover .site-screenshot {
    border: 1px solid #e2e5ea;
}

.site-box p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.site-box p span {
    background-color: #e0e9ff;
}

.site-box .detail {
    display: flex;
    align-items: flex-start;
    padding: 0;
    flex-direction: column;
}

.site-box .detail li {
    font-size: 13px;
    list-style-type: none;
    border: 1px dashed var(--brand-border);
    padding: 4px 12px;
    border-radius: 20px;
    background-color: #fff;
}

.site-box .detail li:first-child {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.site-box .detail li img {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 7px;
}

.site-box .detail .block {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #1e2124;
    margin-left: 7px;
}

.site-view-more {
    padding: 0;
    display: flex;
}

.site-view-more a {
    display: inline-block;
    max-width: 240px;
    padding: 30px 25px;
    border-top: 0 !important;
    font-size: 15px;
    text-decoration: none;
    color: #333;
    line-height: 25px;
    position: relative;
}

.left-up-arrow-wrapper {
    margin-left: -2px;
    display: inline;
    position: absolute;
    top: 0px;
    left: 0px;
}

.right-arrow-wrap img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.line-section {
    width: 33%;
    border-left: 1px dashed var(--brand-border);
}

.comments .container:nth-of-type(2) {
    padding: 0 !important;
    border-left: 0;
}

.comments h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
    line-height: 35px;
    padding: 20px calc(var(--bs-gutter-x) * .5) 0 calc(var(--bs-gutter-x) * .5);
}

.comments h3 + p {
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-top: 20px;
}

.comment {
    padding: 25px 26px;
    border-left: 1px dashed var(--brand-border);
    border-top: 1px dashed var(--brand-border);
}

.comment .logo {
    position: relative;
}

.comment .logo::before {
    content: '';
    width: 2px;
    height: 28px;
    background-color: #0f141f;
    position: absolute;
    top: 0;
    right: -26px;
}

.comment .logo img {
    width: 80px;
    height: auto;
}

.comment .co-info {
    margin-top: 5px;
}

.comment .co-info span {
    color: #667085;
    font-size: 13px;
    font-weight: 400;
}

.comment .text {
    min-height: 90px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-block: 35px;
    line-height: 30px;
}

.comment .text span {
    background-color: #e0e9ff;
    font-weight: 700;
}

.comment .customer-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.comment .customer-info span {
    display: block;
}

.comment .customer-info span:first-child {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.comment .customer-info span:last-child {
    font-size: 12px;
    font-weight: 400;
    color: #555;
    margin-top: 5px;
}

.comment .customer-info img {
    filter: grayscale(100%);
    width: 80px;
    transition: all .15s ease-in;
}

.comment:hover .customer-info img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.swiper-btn div {
    border: .5px solid var(--brand-border);
    background-color: #fff;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    transition: box-shadow .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}

.contact .container {
    background-color: #eff1f5;
    background-image: linear-gradient(#eff1f5 50%, #e7e9ee);
}

.contactus {
    padding: 40px 20px;
}

.contactus h3 {
    text-align: center;
    font-weight: 800;
    font-size: 28px;
    line-height: 35px;
    color: #333;
}

.contactus p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin-block: 25px;
    color: #333;
}

.contact-btn {
    width: 170px;
    background: #111;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 100px;
    margin: 35px auto;
}

.contact-btn a {
    color: #fff;
}

.contactus .logo {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-around;
}

.contactus .logo li {
    list-style-type: none;
    margin: 10px;
}

.contactus span {
    color: #667085;
    text-align: center;
    font-size: 12px;
    display: block;
}

footer .container {
    display: flex;
}

.devider {
    width: 33%;
    height: 100%;
    border-left: 1px dashed var(--brand-border)
}

.service-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

#logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.logo-item {
    width: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    transition: transform 0.3s ease, opacity 0.5s ease; /* برای انیمیشن های نرم */
}

.logo-item img {
    width: 110px;
    height: auto;
}

@keyframes swapIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes swapOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

.logo-item.incoming {
    animation: swapIn 0.7s ease-in-out forwards;
}

.logo-item.outgoing {
    animation: swapOut 0.7s ease-in-out forwards;
}

.breadcrumbWrapper {

}

.breadcrumb {
    margin-right: -1px;
}

.breadcrumb ul {
    border-right: 2px solid #0a8bfe;
    height: 18px;
    display: flex;
    align-items: center;
    padding-right: 5px;
}

.breadcrumb li {
    list-style-type: none;
    padding-right: 5px;
}

.breadcrumb a {
    font-size: 13px;
}

.heading-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.hero-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
}

.hero-grid .hero-empty-wrapper {
    display: none;
}

.heading-empty-wrapper {
    border-right: 1px dashed var(--brand-border);
    position: relative;
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.serviceHero .container {
    padding: 0 !important;
}

.serviceHero h1 {
    color: #333;
    line-height: 45px;
    font-size: 28px;
    margin: 0;
    max-width: 660px;
    font-weight: 600;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.hero-content-wrapper {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-top: 50px;
}

.empty-grid-3-cols .container {
    padding: 50px 0 !important;
}

.empty-grid-3-cols .hero-empty-wrapper {
    display: none;
}

.serviceHero p {
    font-size: 13px;
    line-height: 25px;
    max-width: 295px;
}

.cards-section .row {
    margin: 0 -24px;
}

.content-card {
    min-height: 101%;
    background-color: #fff;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    margin: -2px -1px;
    padding: 25px;
    transition: all .1s;
    cursor: context-menu;
}

.content-card:hover {
    box-shadow: 0 5px 20px #00000008;
    transform: scale(1.02);
}

.content-card img {
    display: block;
    margin: 30px auto 55px;
    transition: all .3s;
}

.content-card:hover img {
    transform: scale(1.07);
}

.content-card h2 {
    color: #1e2124;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 13px;
}

.content-card p {
    color: #667085;
    margin-bottom: 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.services-logo h3 {
    font-size: 15px;
    margin-right: 0;
    color: #0f141f;
    position: relative;
    line-height: 25px;
}

.services-logo h3::before {
    content: '';
    background-color: #0f141f;
    width: 2px;
    height: 26px;
    display: block;
    position: absolute;
    top: 0;
    right: -13px;
    margin-top: 3rem !important;
}

.services-logo .logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.services-logo .logo-container li {
    list-style-type: none;
    margin-bottom: 40px;
    width: 50%;
}

.services-logo .logo-container img {
    width: 90px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.steps h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
    margin: 0;
    color: var(--bs-heading-color);
}

.stepContent .num {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.stepContent .num::before {
    content: '';
    background-color: #0f141f;
    width: 2px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: -13px;
}

.stepContent h3 {
    color: #1e2124;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 21px;
}

.stepContent p {
    color: #667085;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.stepActivity .activities, .stepActivity .outputs {
    background-color: #fff;
    border: 1px solid #eaecf0;
}

.stepActivity .activities {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom: 0;
}

.stepActivity .outputs {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.stepActivity p {
    border-bottom: 1px solid #eaecf0;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px;
    margin: 0;
    background: #fbfbfb;
}

.stepActivity .activities ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.stepActivity .activities li {
    list-style-type: none;
    font-size: 13px;
    color: #667085;
    border: 1px solid #eaecf0;
    border-radius: 30px;
    margin: 0 0 8px 8px;
    padding: 5px 10px;
    font-weight: 500;
}

.stepActivity .outputs ul {
    padding: 10px;
}

.stepActivity .outputs li {
    list-style-type: none;
    font-size: 13px;
    color: #667085;
    margin-bottom: 8px;
    line-height: 25px;
    font-weight: 500;
    position: relative;
    padding-right: 10px;
}

.stepActivity .outputs li::before {
    content: '';
    width: 5px;
    height: 8px;
    background-image: url(_assets/image/list-arrow.png);
    display: block;
    background-size: cover;
    position: absolute;
    top: 8px;
    right: 2px;
}

.hero h1 {
    color: #333;
    line-height: 45px;
    font-size: 28px;
    margin: 0;
    max-width: 680px;
    font-weight: 800;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.hero p {
    font-size: 13px;
    line-height: 25px;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-block: 1rem 0;
    color: #444;
    padding-bottom: 30px;
}

.hero img {
    display: block;
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-bottom: 10px;
}

.portfolio-hero h1 {
    max-width: 100%;
}

.portfolio-hero p {
    font-size: 15px;
    line-height: 29px;
    padding-bottom: 10px;
}

.content-wrapper p {
    font-size: 14px;
    line-height: 30px;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-block: 1rem;
    color: #222;
}

.content-wrapper :where(h2,h3,h4,h5,h6) {
    line-height: 35px;
    margin-block: 1.5rem 1rem;
    color: #333;
    font-weight: 700;
}

.content-wrapper h2 {
    font-size: 20px;
    position: relative;
    width: fit-content;
}

.content-wrapper h2::after {
    content: '';
    width: 2px;
    height: 19px;
    background-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    position: absolute;
    top: calc(50% - 10px);
    right: -14px;
}

.content-wrapper h3 {
    font-size: 18px;
}

.content-wrapper h4 {
    font-size: 17px;
}

.content-wrapper h5 {
    font-size: 16px;
}

.content-wrapper img {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 25px auto;
    border: 1px dashed var(--brand-border);
    padding: 3px;
    overflow: hidden;
}

.content-wrapper ul {
    margin-right: 20px;
}

.content-wrapper ul li {
    font-size: 14px;
    color: #222;
    line-height: 30px;
    list-style-type: none;
    position: relative;
    margin-bottom: 12px;
}

.content-wrapper ul li::before {
    content: '';
    width: 5px;
    height: 8px;
    background-image: url(_assets/image/list-arrow.png);
    display: block;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: -13px;
}

.content-wrapper .sitelink {
    background-color: #0e0e0e;
    padding: 20px;
    border-radius: 4px;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.content-wrapper .sitelink::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(_assets/image/link.png);
    position: absolute;
    top: 50px;
    left: 0;
    background-repeat: no-repeat;
    opacity: 0.05;
    transform: rotate(10deg);
    background-size: contain;
}

.content-wrapper .sitelink h2 {
    font-size: 16px;
    font-weight: 700;
    color: #E8E2D8;
}

.content-wrapper .sitelink a {
    color: #E8E2D8;
}

.content-wrapper .sitelink ul li::before {
    background-image: url(_assets/image/link-list.png);
}

.view-website {
    font-size: 14px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    font-weight: 600;
    display: inline-block;
    margin-block: 10px 15px
}

.buttonCustom {
    font-size: 13px;
    padding: 7px 25px;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    background: #000000;
    margin-top: 25px;
}

.loadMoreBtn {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #eaecf0;
    border-bottom-color: #d0d5dd;
    border-radius: 12px;
    padding: 11px 10px 11px 30px;
    transition: all .2s;
    font-size: 13px;
}

.line-grid-container {
    padding: 0 !important;
}

.line-grid-wrapper {
    position: relative;
}

.svg-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

/* =========================================
   موبایل (< 768px): تایم‌لاین عمودی
========================================= */
.line-grid {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.line-item {
    position: relative;
    padding: 2rem 0;
    /*opacity: 0.3;*/
    transition: opacity 0.5s ease;
}

.line-item h3 {
    color: #1e2124;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 13px;
}

.line-item p {
    color: #333;
    margin-bottom: 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.line-item span {
    display: block;
    transition: all .4s;
    min-height: 30px;
}

.empty-cell.no-border, .line-item.step3 {
    border-left: 0 !important;
}

.line-item.is-active span {
    color: #1380fc;
    font-size: 19px;
    font-weight: 800;
}

@keyframes finalPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(17, 17, 17, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(17, 17, 17, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(17, 17, 17, 0);
    }
}

.line-node.pulse-active {
    animation: finalPulse 1.5s infinite;
    background-color: #007bff; /* رنگ دلخواهت رو بذار */
}

.empty-cell {
    display: none; /* در موبایل سلول‌های خالی محو می‌شوند */
}

.line-node {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #111;
    top: -4px;
    right: -25px;
    z-index: 10;
}

.portfolio-info-wrapper .story h2, .techs-wrapper h2 {
    font-size: 20px;
    position: relative;
    width: fit-content;
    line-height: 35px;
    margin-block: 1.5rem 1rem;
    color: #333;
    font-weight: 700;
}

.portfolio-info-wrapper .story h2::after, .techs-wrapper h2::after {
    content: '';
    width: 2px;
    height: 19px;
    background-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    position: absolute;
    top: calc(50% - 10px);
    right: -14px;
}

.portfolio-info-wrapper .story p {
    font-size: 14px;
    line-height: 30px;
    margin-block: 1rem;
    color: #222;
}

.portfolio-info {
    max-width: 610px;
}

.portfolio-info li {
    display: flex;
    flex-direction: column;
    font-size: 14px !important;
    color: #1380fc !important;
    font-weight: 400;
    margin-bottom: 20px;
}

.portfolio-info li span {
    line-height: 1.75;
    color: #344054;
    font-weight: 500;
    display: block;
    margin-top: 3px;
}

.techs ul, .services ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
}

.techs-wrapper .item {
    list-style-type: none;
}

.techs-wrapper .techs .item div {
    display: none;
}

.techs-wrapper .item img {
    width: 50px;
    height: auto;
}

.techs-wrapper .services p {
    display: none;
}

.techs-wrapper .services h5 {
    margin-block: 15px;
    color: #344054;
    font-size: 15px;
    font-weight: 700;
}

.techs-wrapper .services .item {
    width: 46%;
}

.development-steps h2 {
    font-size: 20px;
    position: relative;
    width: fit-content;
    line-height: 35px;
    margin-block: 1.5rem 1rem;
    color: #333;
    font-weight: 700;
}

.development-steps h2::after {
    content: '';
    width: 2px;
    height: 19px;
    background-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    position: absolute;
    top: calc(50% - 10px);
    right: -14px;
}

.development-process {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
    justify-content: center;
}

.development-process .process-box {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    margin: -2px -1px;
    padding: 25px;
    transition: all .1s;
    cursor: context-menu;
}

.development-process .process-box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 30px;
}

.development-process .personaBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.development-process .personaBox .person-name {
    font-size: 17px;
    font-weight: 500;
    color: #344054;
}

.development-process .personaBox .person-detail {
    color: #767e8b;
    font-size: 14px;
}

.development-process .personaBox img {
    display: block;
    margin: 0 auto;
    width: 78px;
    height: 94px;
}

.security-box {
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
}

.process-box.architecture {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.security-box .box-header {
    padding: 1.5rem;
    z-index: 2;
}

.security-box .step-desc {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 0.5rem;
    line-height: 1.6;
}

.security-box .illustration-wrapper {
    width: 100%;
    height: 120px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
}

.security-box .security-svg {
    width: 100%;
    max-width: 200px;
    overflow: visible;
}

.security-box .base-line {
    stroke: #e2e8f0;
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 4 4;
}

.security-box .data-flow {
    stroke: #344054;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    opacity: 0;
}

.security-box .server-node {
    fill: #f8fafc;
    stroke: #94a3b8;
    stroke-width: 2;
}

.security-box .shield-body {
    fill: #344054;
}

.security-box .shield-check {
    fill: none;
    stroke: #ffffff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* استایل‌های اختصاصی باکس مهندسی - نسخه وایرفریم مینیمال */
.process-box.engineering {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.engineering .dev-svg {
    width: 100%;
    max-width: 200px;
    overflow: visible;
    display: block;
    margin: 0 auto;
}

/* قالب ترمینال کاملاً هماهنگ با باکس امنیت */
.engineering .window-frame {
    fill: transparent; /* بدون رنگ */
    stroke: #cbd5e1; /* طوسی روشن */
    stroke-width: 2;
}

.engineering .window-header-line {
    stroke: #cbd5e1;
    stroke-width: 2;
}

.engineering .window-btn {
    fill: none;
    stroke: #cbd5e1;
    stroke-width: 1.5;
}

/* خطوط کد که با انیمیشن کشیده میشن */
.engineering .code-line {
    fill: none;
    stroke: #94a3b8; /* طوسی کمی تیره‌تر برای دیده شدن بهتر */
    stroke-width: 4;
    stroke-linecap: round;
}

.engineering .dev-cursor {
    stroke: #64748b; /* طوسی تیره */
    stroke-width: 3;
    stroke-linecap: round;
}

/* استایل اختصاصی باکس محتوا */
.process-box.content-staging {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; /* مهم برای قرارگیری پترن در کل باکس */
    overflow: hidden;
    z-index: 1;
}

/* لایه پس‌زمینه حروف */
.content-staging .letters-pattern {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* میره پشتِ پشتِ همه چیز */
    pointer-events: none; /* تا مزاحم کلیک و هاور نشه */
}

/* برای اینکه حروف زیر متن اصلی شلوغی ایجاد نکنند */
.content-staging .box-header {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

.content-staging .illustration-wrapper {
    position: relative;
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    z-index: 2;
}

.content-staging .glasses-img {
    width: 200px;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.1));
    transform-origin: center center;
}

/* استایل‌های اختصاصی باکس کنترل کیفیت (QA) */
.process-box.qa {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.qa .qa-svg {
    width: 100%;
    max-width: 200px;
    overflow: visible;
    display: block;
    margin: 0 auto;
}

/* استایل خطوط وایرفریم (هماهنگ با بقیه باکس‌ها) */
.qa .wf-frame,
.qa .wf-box {
    fill: none;
    stroke: #cbd5e1;
    stroke-width: 2;
}

.qa .wf-line {
    fill: none;
    stroke: #cbd5e1;
    stroke-width: 2;
    stroke-linecap: round;
}

/* خط اسکنر */
.qa .qa-laser {
    stroke: #38bdf8; /* رنگ آبی روشن و مهندسی */
    stroke-width: 2;
    stroke-linecap: round;
    /* یک سایه ملایم برای ایجاد حس درخشش لیزر */
    filter: drop-shadow(0 2px 4px rgba(56, 189, 248, 0.4));
    opacity: 0; /* در حالت عادی مخفیه */
}

/* استایل تیک تایید نهایی */
.qa .qa-check-bg {
    fill: #ffffff;
    stroke: #10b981; /* سبز ملایم تایید */
    stroke-width: 2;
}

.qa .qa-check-path {
    fill: none;
    stroke: #10b981;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* استایل‌های اختصاصی باکس اتصال ماژول (توسعه) */
.process-box.strategic {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.strategic .strategic-svg {
    width: 100%;
    max-width: 200px;
    overflow: visible;
    display: block;
    margin: 0 auto;
}

/* ظاهر هسته مرکزی */
.strategic .core-shape {
    fill: #ffffff;
    stroke: #94a3b8; /* طوسی تیره */
    stroke-width: 2;
}

.strategic .core-line {
    fill: none;
    stroke: #cbd5e1; /* طوسی روشن */
    stroke-width: 2;
    stroke-linecap: round;
}

/* ظاهر ماژول جدید (در ابتدا با کمی فاصله قرار دارد) */
.strategic .ext-module {
    transform: translateX(25px); /* فاصله اولیه قبل از اتصال */
}

.strategic .ext-shape {
    fill: #f8fafc; /* یک بک‌گراند خیلی محو */
    stroke: #94a3b8; /* آبی روشن */
    stroke-width: 2;
    stroke-dasharray: 4 4; /* نقطه‌چین به معنی "در دست توسعه" */
}

.strategic .ext-plus {
    fill: none;
    stroke: #94a3b8;
    stroke-width: 2.5;
    stroke-linecap: round;
}

/* استایل‌های اختصاصی باکس طراحی رابط کاربری (Frontend) */
.process-box.frontend {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.frontend .ui-svg {
    width: 100%;
    max-width: 200px;
    overflow: visible;
    display: block;
    margin: 0 auto;
}

/* قاب اصلی مرورگر */
.frontend .wf-frame {
    fill: #ffffff;
    stroke: #cbd5e1;
    stroke-width: 2;
}

.frontend .wf-line {
    stroke: #cbd5e1;
    stroke-width: 2;
}

.frontend .wf-dot {
    fill: #cbd5e1;
}

/* عناصر داخلی UI */
.frontend .ui-box,
.frontend .ui-btn {
    fill: none;
    stroke: #cbd5e1;
    stroke-width: 2;
}

.frontend .ui-text {
    stroke: #cbd5e1;
    stroke-width: 2;
    stroke-linecap: round;
}

/* نشانگر موس */
.frontend .ui-cursor {
    fill: #1e293b; /* رنگ تیره و شارپ برای موس */
    stroke: #ffffff;
    stroke-width: 1;
    stroke-linejoin: round;
    pointer-events: none; /* جلوگیری از اختلال در هاور باکس */
}

/* استایل‌های باکس ترکینگ */
.process-box.tracking {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 90px; /* فضای کافی برای نمودار */
}

.tracking .box-header {
    position: relative;
    z-index: 2;
}

.tracking .chart-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 1;
}

.tracking .tracking-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.tracking .track-fill {
    fill: #f1f5f9;
    opacity: 1; /* در حالت عادی کاملاً پیداست */
}

.tracking .track-dotted {
    fill: none;
    stroke: #94a3b8;
    stroke-width: 1.5;
    stroke-dasharray: 2 6;
    stroke-linecap: round;
}

.tracking .track-line {
    fill: none;
    stroke: #ef4444;
    stroke-width: 2.5;
    /* این دو خط باعث میشن شکستگی‌های نمودار نرم بشن */
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tracking .track-points circle {
    fill: #ef4444;
}

/* استایل‌های اختصاصی باکس معماری تبدیل و گیمیفیکیشن */
.process-box.conversion {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.conversion .conv-svg {
    width: 100%;
    max-width: 200px;
    overflow: visible;
}

/* مسیر پله‌ای خاموش */
.conversion .step-base {
    fill: none;
    stroke: #cbd5e1;
    stroke-width: 3;
    stroke-linejoin: round;
}

/* مسیر پله‌ای روشن (آبی) */
.conversion .step-progress {
    fill: none;
    stroke: #38bdf8;
    stroke-width: 3;
    stroke-linejoin: round;
    stroke-linecap: round;
}

/* گره‌ها (مراحل) */
.conversion .cp-node {
    fill: #ffffff;
    stroke: #94a3b8; /* در ابتدا طوسی تیره هستند */
    stroke-width: 2.5;
}

/* مدال جایزه (پاداش نهایی) */
.conversion .reward-bg {
    fill: #ffffff;
    stroke: #eab308; /* حاشیه طلایی */
    stroke-width: 1.5;
}

.conversion .star {
    fill: #facc15; /* ستاره زرد پررنگ */
}

.process-box.lead-gen-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lead-gen-box .lead-svg {
    width: 100%;
    max-width: 200px;
    overflow: visible;
}

/* استایل بدنه آهنربا */
.lead-gen-box .lead-magnet-body {
    fill: none;
    stroke: #cbd5e1; /* طوسی روشن */
    stroke-width: 2;
    stroke-linejoin: round;
}

/* استایل قطب‌های آهنربا */
.lead-gen-box .lead-magnet-pole {
    fill: #ffffff;
    stroke: #94a3b8; /* طوسی تیره‌تر برای کنتراست */
    stroke-width: 2;
}

/* امواج جذب (در حالت عادی مخفی) */
.lead-gen-box .lead-arc {
    fill: none;
    stroke: #38bdf8; /* آبی روشن برند */
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 4 6;
    opacity: 0;
}

/* نودهای کاربران/لیدها */
.lead-gen-box .lead-node {
    fill: #ffffff;
    stroke: #94a3b8;
    stroke-width: 2.5;
}

/* استایل‌های اختصاصی باکس A/B Test */
.process-box.ab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ab .ab-svg {
    width: 100%;
    max-width: 200px;
    overflow: visible;
}

/* لیبل‌های A و B */
.ab .variant-label {
    fill: #94a3b8;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-anchor: middle;
}

/* کارت‌های وایرفریم */
.ab .wf-card {
    fill: #ffffff;
    stroke: #cbd5e1;
    stroke-width: 2;
}

/* اجزای داخلی وایرفریم */
.ab .wf-img,
.ab .wf-btn {
    fill: none;
    stroke: #cbd5e1;
    stroke-width: 2;
}

.ab .wf-text {
    stroke: #cbd5e1;
    stroke-width: 2;
    stroke-linecap: round;
}

/* استایل نوارهای پیشرفت (نرخ تبدیل) */
.ab .res-track {
    fill: none;
    stroke: #f1f5f9; /* طوسی خیلی محو */
    stroke-width: 4;
    stroke-linecap: round;
}

.ab .res-fill {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
}

.ab .a-fill {
    stroke: #94a3b8; /* طوسی خنثی برای بازنده */
}

.ab .b-fill {
    stroke: #38bdf8; /* آبی روشن برای برنده */
}

/* تیک موفقیت */
.ab .winner-check {
    fill: none;
    stroke: #10b981; /* سبز */
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.get-start-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    background-color: rgba(255, 255, 255, .3);
    backdrop-filter: blur(5px);
    transition: 0.5s;
    /*background-color: #0f141f0d;*/
}

.get-start-overlay.show {
    display: block;
}

.get-start {
    z-index: 200;
    object-fit: fill;
    width: 100%;
    max-width: 500px;
    min-height: 100vh;
    max-height: 100vh;
    padding: 0;
    transition: all .3s;
    position: fixed;
    overflow: auto;
    box-shadow: -10px 0 20px 20px #00000010;
    top: 0;
    right: -100%;
    background: #fff;
    display: none;
}

.get-start.open {
    right: 0;
    display: block;
}

.aside-header {
    display: flex;
    justify-content: space-between;
}

.aside-header .close {
    border: 1px solid var(--brand-border);
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 16px;
    height: 35px;
}

.aside-header .close img {
    width: 5px;
    height: auto;
    margin-top: -2px;
}

.aside-header .close span {
    font-weight: 500;
    color: #1e2124;
    display: block;
    font-size: 12px;
    margin-left: 5px;
}

.gform-body label {
    font-size: 13px !important;
    font-weight: 600 !important;
}

.gform-body :where(input,textarea) {
    border: 1px solid #d0d5dd !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    color: #333 !important;
    vertical-align: middle !important;
    width: 100% !important;
    height: 38px !important;
    margin-bottom: 10px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    line-height: 1.42857 !important;
    display: block !important;
    text-align: right !important;
}

.gform-body input::placeholder {
    color: #333 !important;
    opacity: .6;
}

.gform-body textarea::placeholder {
    color: #333 !important;
    opacity: .6;
}

.gform-body input:focus {
    border: 1px solid #a3a8af !important;
}

.gform-body textarea:focus {
    color: #333 !important;
    opacity: .6;
}

.gform-theme--foundation .gform_fields {
    gap: 10px !important;
}

.gfield_required {
    display: none !important;
}

.gform_button {
    width: 130px !important;
    text-align: center !important;
    padding: 10px !important;
    display: block !important;
    border-radius: 100px !important;
    font-size: 14px !important;
    background-color: #000 !important;
    color: #fff !important;
}

.get-start .title {
    font-size: 18px;
    font-weight: 900;
    color: #333;
    min-height: 40px;
    margin: 0;
    line-height: 30px;
}

.get-start .description {
    font-size: 14px;
    color: #555;
}

.get-start .gform_confirmation_message {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

.contact-heading-grid {
    display: grid;
    grid-template-columns: 1fr;
}

.contact-empty-wrapper, .contact-empty-wrapper .container {
    min-height: 85px;
}

.page-template-template_contact header.bottom-border {
    border-bottom: 0;
}

.contact-main-wrapper h1 {
    color: #1e2124;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
}

.contact-main-wrapper h1 strong {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    font-weight: 600;
}

.contact-call .contact-empty-wrapper {
    min-height: 10px;
}

.contact-call h2 {
    margin-block: 60px 0;
    color: #1e2124;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
}

.contact-call a[href^="tel:"]  {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    direction: ltr;
    font-size: 20px;
    font-weight: 500;
}

.contact-form .grid-setup {
    max-width: 95%;
    margin: 0 auto;
}

.contact-form .gform_confirmation_message {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

.social {
    display: flex;
    gap: 20px;
}

.social li,.links li {
    list-style-type: none;
}

.contact-call .links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-call .links img {
    width: 35px;
    height: auto;
}

@media screen and (min-width: 576px) {
    .logo-item {
        width: 33%;
    }

    .service img {
        max-width: 80%;
        display: block;
        margin: 0 auto;
    }

    .logos .content {
        max-width: 530px;
    }

    .logos h3 {
        font-size: 20px;
        line-height: 30px
    }

    .site-view-more a {
        border-left: 1px dashed var(--brand-border);
    }

    .services-logo .logo-container li {
        width: 33%;
        margin-bottom: 50px;
    }

    .services-logo .logo-container img {
        width: 110px;
    }

}

@media screen and (min-width: 768px) {
    .indexHero h1 {
        line-height: 40px;
        font-size: 25px;
        max-width: 490px;
        padding-top: 90px;
    }

    .services .col-12.col-md-6.left {
        border-right: 1px dashed var(--brand-border);
    }

    .logo-item {
        width: 20%;
    }

    .sites h3 {
        font-size: 24px;
        line-height: 40px;
    }

    .sites .container {
        flex-direction: row;
        align-items: flex-end;
    }

    .sites .content {
        border-left: 1px dashed var(--brand-border);
        width: 70%;
    }

    .sites .content p {
        max-width: 530px;
        border-bottom: 0;
    }

    .sites-title .btn {
        width: 30%;
        margin: 0;
    }

    .site-view-more a {
        max-width: 33%;
    }

    .comments h3 {
        font-size: 25px;
        width: 420px;
        line-height: 40px;
        padding-bottom: 0;
    }

    .contactus {
        max-width: 700px;
        margin: 0 auto;
        padding: 70px 40px;
    }

    .service-title {
        display: none;
    }

    .hero p {
        max-width: 680px;
    }

    .steps h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .line-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* تغییر به ۳ ستون مساوی */
        margin-right: 0;
        padding-right: 0;
    }

    .line-item, .empty-cell {
        position: relative;
        padding: 3rem 2rem;
        border-left: 1px dashed #d1d5db;
        border-bottom: 1px dashed #d1d5db;
        display: block;
    }

    /* مربع مشکی تقاطع در دسکتاپ */
    .line-node {
        border-radius: 0;
        top: auto;
        bottom: -6px;
        left: -6px; /* قرارگیری دقیق در تقاطع پایین-چپ هر باکس محتوی */
        right: auto;
    }

    .line-node.topright {
        top: -5px;
        right: -5px;
    }

    .line-node.bottomright {
        bottom: -5px;
        right: -5px;
    }

    .line-node.bottomleft {
        bottom: -5px;
        left: -5px;
    }

    .line-node.bottomright {
        bottom: -5px;
        right: -5px;
    }

    .development-process .process-box {
        width: 48%;
    }

    .contact-heading-grid {
        grid-template-columns: 2.5fr 1fr;
    }

    .contact-main-wrapper {
        border-left: 1px dashed var(--brand-border);
    }

    .contact-main-wrapper h1 {
        font-size: 22px;
    }

    .techs-wrapper .services .item {
        width: 30%;
    }


}

@media screen and (min-width: 992px) {

    .container {
        width: 992px;
    }

    .service img {
        max-width: 100%;
    }

    .services .col-12:first-child {

    }

    .services .seo-wrapper {

    }

    .comments h3 {
        width: 50%;
    }

    .sticky {
        bottom: 20px;
    }

    .sticky a {
        font-size: 14px;
    }

    .sites h3 {
        max-width: 490px;
    }

    .heading-grid {
        grid-template-columns: 2fr 1fr;
    }

    .hero-grid {
        grid-row-gap: 0;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .hero-grid .hero-empty-wrapper {
        display: block;
    }

    .empty-grid-3-cols .container {
        padding: 0 !important;
    }

    .empty-grid-3-cols .hero-empty-wrapper {
        display: block;
        padding-block: 50px;
    }

    .services-logo h3::before {
        margin-top: 3rem;
    }

    .steps h2 {
        max-width: 490px;
    }

    .site-box .detail {
        flex-direction: row;
    }

    .site-box .detail li:first-child {
        margin-left: 5px;
    }

    .techs-wrapper .item {
        width: 22%;
        margin-top: 20px;
    }

    .techs-wrapper .techs .item div {
        display: block;
    }

    .techs-wrapper .item h5 {
        margin-block: 15px;
        color: #344054;
        font-size: 15px;
        font-weight: 700;
    }

    .techs-wrapper .item p {
        font-size: 13px;
    }

    .techs-wrapper .services p {
        display: block;
    }

    .development-process {
    }

    .development-process .process-box {
        width: 31%;
    }

    .contact-main-wrapper h1 {
        font-size: 24px;
    }

    .contact-form .grid-setup {
        display: grid;
        grid-template-columns: 1fr 1.5fr 1fr;
    }

    .contact-form .form-wrapper {
        grid-column: 2 / 3;
    }

    .contact-form .grid-setup {
        max-width: 100%;
    }

    .contact-form .form-wrapper {
        padding: 15px 30px;
    }

}

@media screen and (min-width: 1200px) {
    .sites .col-md-6:nth-child(odd) {
        padding-right: 0 !important;
    }

    .sites .col-md-6:nth-child(even) {
        padding-left: 0 !important;
    }

    .sites .col-md-6:nth-child(odd) .site-box {
        border-right-style: none;
        border-radius: 8px 0 0 8px;
    }

    .sites .col-md-6:nth-child(even) .site-box {
        border-left-style: none;
        border-radius: 0 8px 8px 0;
    }

    .sites .content {
        width: 75%;
    }

    .sites-title .btn {
        width: 25%;
    }

    .site-box .detail li:first-child {
        margin-left: 20px;
    }
}
