body {
    --token-b869ab58-088c-4905-bcbc-400ff0e9696c: #fff;
    --token-de246ca6-e17f-4574-8e67-32752bf06b8d: #fffc;
    --token-ac28eefb-8f37-4670-b9b3-c2c16758ca75: #fbfcfd;
    --token-9afff705-2d9b-4d97-aafa-56a51b45b999: #edf0f2;
    --token-9efe7c6f-4867-4be4-820d-4f8ea9e5095a: #666970;
    --token-02096e0c-c7e4-4c7a-9aa6-d45f700fb642: #94afff;
    --token-e34a1bfd-72c8-46f1-b714-8c44bac09235: #178bff;
    --token-992b5ad4-20aa-49a8-ba89-8c2e7cff22a5: #000;
    --token-315dac1c-0450-4cbb-9933-1a3590d5e9f6: #fbfcfde6
}

body {
    font-family: Vazir, sans-serif;
    background-color: #fff;
    color: #111;
}

.navbar {
    padding: 1rem 0;
}

.navbar-nav {
    margin: auto;
}

.navbar-nav .nav-link {
    font-weight: 500;
    margin-right: 1rem;
    color: var(--token-9efe7c6f-4867-4be4-820d-4f8ea9e5095a, #5c5f66);
    text-decoration: none;
    transition: color .4s cubic-bezier(.12, .23, .5, 1);
}

.navbar-nav .nav-link:hover {
    color: var(--token-e34a1bfd-72c8-46f1-b714-8c44bac09235, #1665e3);
    text-decoration: none;
}

.navbar-brand-img {
    height: 36px;
}

.btn-demo {
    background-color: var(--token-e34a1bfd-72c8-46f1-b714-8c44bac09235, rgb(0, 68, 110));
    color: #fff;
    font-weight: 500;
}

.hero {
    padding: 4rem 0;
    text-align: center;
    z-index: 0;
    background: linear-gradient(#fff 28%, #fbfcfd 100%);
    flex-flow: column;
    flex: none;
    align-items: center;
    width: 100%;
    padding: 180px 32px 8px;
    display: flex;
    position: relative;
    overflow: visible;
}

.hero h1 {
    text-align: center;
    color: var(--token-992b5ad4-20aa-49a8-ba89-8c2e7cff22a5, rgb(0, 0, 0));
    font-size: 56px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.04em;
    text-decoration: none;
    text-transform: none;
    font-family: Kara;
}

.hero p {
    text-align: center;
    color: var(--token-9efe7c6f-4867-4be4-820d-4f8ea9e5095a, rgb(92, 95, 102));
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.4em;
    text-decoration: none;
    text-transform: none
}

.hero .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.btn-outline-light {
    border: 1px solid #ccc;
    color: #111;
    background-color: #fff;
}

.m-auto {
    margin: auto;
}

.btn {
    border-bottom-width: 2px;
    border-color: var(--token-58a904ff-197a-49b3-8356-adaa464e1642, rgba(255, 255, 255, 0.12));
    border-left-width: 2px;
    border-right-width: 2px;
    border-style: solid;
    border-top-width: 2px;
    border-radius: 99px;
    box-shadow: rgba(26, 140, 255, 0.3) 0px 4px 8px 0px;
    filter: brightness(1);
    opacity: 1;
    will-change: auto;
}

.hero-image {
    will-change: transform;
    opacity: 1;
    transform: perspective(1800px) rotateX(25.051deg);
    border: 2px solid #000;
    border-color: var(--token-9afff705-2d9b-4d97-aafa-56a51b45b999, #edf0f2);
    border-radius: 10px;
    box-shadow: 0 .636954px 1.14652px #00182900, 0 1.9316px 3.47689px #00182903, 0 5.10612px 9.19102px #00182905, 0 16px 28.8px #0018290d
}

.hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover
}

.owl-carousel .item {
    position: relative;
}

.owl-carousel .item img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.owl-carousel .caption {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    padding: .5rem .75rem;
    border-radius: 8px;
    font-size: .9rem;
}


/* اندازه دکمه‌های قبلی/بعدی */

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    font-size: 1.25rem !important;
    padding: .25rem .5rem !important;
    background: #fff !important;
    color: #111 !important;
    border-radius: 999px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

.featur-card {
    border-bottom-width: 1px;
    border-color: var(--token-9afff705-2d9b-4d97-aafa-56a51b45b999, #edf0f2);
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    background-color: var(--token-e34a1bfd-72c8-46f1-b714-8c44bac09235, #178bff);
    will-change: var(--framer-will-change-override, transform);
    border-radius: 16px;
    flex-flow: row;
    flex: none;
    place-content: center space-between;
    align-items: center;
    height: min-content;
    padding: 50px;
    display: flex;
    position: relative;
    overflow: hidden
}

.text-wheat {
    color: var(--token-b869ab58-088c-4905-bcbc-400ff0e9696c, rgb(255, 255, 255));
}

.featur-card h2 {
    font-size: 40px;
}

.featur-card-title {
    color: var(--token-de246ca6-e17f-4574-8e67-32752bf06b8d, rgba(255, 255, 255, 0.8));
}

.featur-card-description {
    color: var(--token-b869ab58-088c-4905-bcbc-400ff0e9696c, rgb(255, 255, 255));
}

.featur-card-bg {
    filter: hue-rotate(310deg) blur(20px);
    aspect-ratio: 1;
    height: var(--framer-aspect-ratio-supported, 2567px);
    opacity: .8;
    z-index: 1;
    flex: none;
    position: absolute;
    bottom: -1402px;
    left: -1064px;
    right: -383px;
    overflow: visible;
}

.featur-card .row {
    z-index: 2;
}

section .container {
    max-width: 1120px;
}

.card-box {
    border-bottom-width: 1px;
    border-color: var(--token-9afff705-2d9b-4d97-aafa-56a51b45b999, #edf0f2);
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    background-color: var(--token-ac28eefb-8f37-4670-b9b3-c2c16758ca75, #fbfcfd);
    will-change: var(--framer-will-change-override, transform);
    border-radius: 16px;
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start;
    align-items: flex-start;
    width: 1px;
    height: 460px;
    padding: 48px 40px 32px;
    display: flex;
    position: relative;
    overflow: hidden;
}

section {
    margin-bottom: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

@media (max-width: 576px) {
    .mr-15 {
        margin-right: 0px;
    }
    .ml-15 {
        margin-left: 0px;
    }
}

.card-box h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.3em;
    text-align: start;
    color: #000;
    text-decoration: none;
    text-transform: none;
}

.card-box p {
    color: var(--token-9efe7c6f-4867-4be4-820d-4f8ea9e5095a, rgb(92, 95, 102));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.4em;
    text-align: start;
    text-decoration: none;
    text-transform: none;
}

.card-box img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: contain;
}

.list-style-arabic-indic {
    list-style: arabic-indic;
}

.card-min-box {
    border-bottom-width: 1px;
    border-color: var(--token-9afff705-2d9b-4d97-aafa-56a51b45b999, rgb(243, 245, 246));
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    background: linear-gradient(132deg, var(--token-02096e0c-c7e4-4c7a-9aa6-d45f700fb642, rgb(161, 184, 255)) -6%, var(--token-e34a1bfd-72c8-46f1-b714-8c44bac09235, rgb(0, 127, 242)) 100%);
    border-radius: 16px;
    opacity: 1;
    will-change: var(--framer-will-change-override, transform);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 260px;
    padding: 32px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.card-min-box img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: inherit;
    object-position: center center;
    object-fit: cover;
}

.card-min-box-text {
    flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    height: min-content;
    padding: 0 16px;
    display: flex;
    position: relative;
    overflow: visible;
}

.card-min-box-text {
    margin-top: 20px;
}

.card-min-box-text h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.3em;
    text-align: start;
    color: #000;
    text-decoration: none;
    text-transform: none;
    text-wrap: balance;
}

.card-min-box-text p {
    color: var(--extracted-r6o4lv, var(--token-9efe7c6f-4867-4be4-820d-4f8ea9e5095a, rgb(92, 95, 102)));
}

.text-right {
    text-align: right !important;
}

.text-balance {
    text-wrap: balance;
}


/***********blog***********/


/* رنگ‌ها و ظرافت‌ها برای نزدیک شدن به طرح */

 :root {
    --primary-ink: #0d0f13;
    --muted-ink: #6b7280;
    --accent: #2563eb;
    --card-bg: #ffffff;
    --soft-border: #e5e7eb;
    --sidebar-bg: #f8fafc;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.section-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
}

.section-subtitle {
    color: var(--muted-ink);
    font-size: .95rem;
}


/* کارت مقاله */

.article-card {
    background: var(--card-bg);
    border: 1px solid var(--soft-border);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow .2s ease, transform .2s ease;
}

.article-card:hover {
    box-shadow: 0 8px 24px rgba(2, 6, 23, .08);
    transform: translateY(-2px);
}

.article-media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #eef2ff, #f0f9ff);
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-media img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .12));
}

.google-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: #fff;
    border: 1px solid var(--soft-border);
    border-radius: 999px;
    padding: .35rem .6rem;
    font-size: .85rem;
    color: var(--muted-ink);
}

.google-badge i {
    color: #ea4335;
    font-size: 1rem;
}

.article-content {
    padding: 1rem .75rem 1rem 1rem;
}

.article-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: .35rem;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.article-title .bi-search {
    color: var(--accent);
}

.article-meta {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: var(--muted-ink);
    font-size: .9rem;
}

.article-meta .dot {
    width: 4px;
    height: 4px;
    background: var(--soft-border);
    border-radius: 50%;
    display: inline-block;
}


/* سایدبار نویسندگان */

.sidebar {
    background: var(--sidebar-bg);
    border: 1px solid var(--soft-border);
    border-radius: 16px;
    padding: 1rem;
}

.sidebar h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.sidebar-note {
    color: var(--muted-ink);
    font-size: .9rem;
    margin-bottom: 1rem;
}

.author-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .6rem .5rem;
    border-radius: 12px;
    transition: background .2s ease;
}

.author-item:hover {
    background: #fff;
}

.author-left {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--soft-border);
    object-fit: cover;
    background: #fff;
}

.author-name {
    font-weight: 600;
}

.author-link {
    color: var(--muted-ink);
    text-decoration: none;
}

.author-link:hover {
    color: var(--accent);
}

.h-auto {
    height: auto !important;
}

.footer-hero {
    border-bottom-width: 1px;
    border-color: rgba(34, 34, 34, 0.08);
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    will-change: transform;
    border-radius: 8px;
    box-shadow: rgba(0, 4, 15, 0.06) -4px 16px 40px 0px;
    opacity: 1;
    transform: perspective(1800px) rotate(-11deg) rotateX(22deg) rotateY(8deg);
    aspect-ratio: 1.6087;
    height: var(--framer-aspect-ratio-supported, 561px);
    transform-style: preserve-3d;
    z-index: 3;
    flex: none;
    width: 903px !important;
    position: absolute;
    bottom: -200px;
    left: -332px;
    overflow: hidden;
}

.footer {
    border-bottom-width: 0px;
    border-color: var(--token-9afff705-2d9b-4d97-aafa-56a51b45b999, rgb(243, 245, 246));
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-top-width: 1px;
    width: 100%;
    opacity: 1;
    margin-top: 80px;
}

.footer .row {
    margin-top: 40px;
}

.footer h5 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #000;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: .5rem;
}

.footer ul li a {
    color: var(--token-9efe7c6f-4867-4be4-820d-4f8ea9e5095a, #5c5f66);
    text-decoration: none;
    transition: color .2s ease;
}

.footer ul li a:hover {
    color: #ffffff;
}

.footer-note {
    font-size: .9rem;
    color: #d1d5db;
    margin-top: .5rem;
}

.social-icons a {
    color: #d1d5db;
    font-size: 1.3rem;
    margin-left: .75rem;
    transition: color .2s ease;
}

.social-icons a:hover {
    color: #ffffff;
}

.footer img {
    height: 36px;
}

.testimonial-col {
    height: 350px;
    overflow: hidden;
    position: relative;
}


/* محو شدن بالا و پایین ستون‌ها */

.testimonial-col {
    height: 420px;
    /* ارتفاع بیشتر برای 3 سطر */
    overflow: hidden;
    position: relative;
}

.testimonial-col::before,
.testimonial-col::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 5;
    pointer-events: none;
}

.testimonial-col::before {
    top: 0;
    background: linear-gradient(to bottom, #fff, rgba(248, 248, 248, 0));
}

.testimonial-col::after {
    bottom: 0;
    background: linear-gradient(to top, #fff, rgba(248, 248, 248, 0));
}

.marquee-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    animation: scrollUp 18s linear infinite;
    list-style: none;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.testimonial-card {
    background: white;
    padding: 1.4rem;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.testimonial-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-card h6 {
    font-weight: bold;
    margin: 0;
}

.testimonial-card span {
    font-size: .85rem;
    color: #666;
}

.testimonial-text {
    font-size: .95rem;
    line-height: 1.7;
}

.position-relative {
    position: relative !important;
}

.hero-left {
    position: absolute;
    width: 55%;
    height: 55%;
    background-image: url(../img/featur-card-bg.png);
    background-repeat: no-repeat;
    background-size: 97%;
    background-position: 0;
    left: -150px;
    top: 50px;
    will-change: transform;
    opacity: 1;
    transform: translateY(-17.05px);
    filter: hue-rotate(310deg);
    aspect-ratio: 1;
    overflow: visible;
}

.hero-right {
    position: absolute;
    width: 55%;
    height: 55%;
    background-image: url(../img/featur-card-bg.png);
    background-repeat: no-repeat;
    background-size: 88%;
    background-position: 0;
    right: -220px;
    bottom: -10px;
    will-change: transform;
    opacity: 1;
    transform: translateY(-17.05px);
    filter: hue-rotate(310deg);
    aspect-ratio: 1;
    overflow: visible;
}