﻿@font-face {
    font-family: "Vazir";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/vazir/Farsi-Digits/Vazir-FD.eot");
    src: url("../fonts/vazir/Farsi-Digits/Vazir-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/vazir/Farsi-Digits/Vazir-FD.woff2") format("woff2"), url("../fonts/vazir//Farsi-Digits/Vazir-FD.woff") format("woff"), url("../fonts/vazir/Farsi-Digits/Vazir-FD.ttf") format("truetype");
    /*    src: url("../fonts/vazir/Vazir.eot");
    src: url("../fonts/vazir/Vazir.eot?#iefix") format("embedded-opentype"), url("../fonts/vazir/Vazir.woff2") format("woff2"), url("../fonts/vazir/Vazir.woff") format("woff"), url("../fonts/vazir/Vazir.ttf") format("truetype");
*/
}

:root {
    --bs-body-font-family: 'Vazirmatn', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    --brand-primary: #6f42c1; /* بنفش شرکتی */
    --brand-accent: #20c997; /* سبز فیروزه‌ای */
    --brand-dark: #0f1020;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 60px;
  font-family:Vazir !important;
}
.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

/* ?????????? ?????? */
.btn-brand {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
}

    .btn-brand:hover {
        background: #5b36a0;
        border-color: #5b36a0
    }

.btn-accent {
    background: var(--brand-accent);
    border-color: var(--brand-accent);
}

    .btn-accent:hover {
        background: #17a77e;
        border-color: #17a77e
    }

.navbar-brand span.logo-dot {
    width: 10px;
    height: 10px;
    background: var(--brand-accent);
    display: inline-block;
    border-radius: 50%;
    margin-inline-start: 6px
}

.hero {
    position: relative;
    background: radial-gradient(1200px 600px at 80% -10%, rgba(111,66,193,.30), rgba(32,201,151,.15) 60%, transparent 70%), linear-gradient(180deg, rgba(111,66,193,.06), transparent 40%)
}

.hero-curve {
    position: absolute;
    inset: auto 0 0 0;
}

.glass {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.6);
    border: 1px solid rgba(255,255,255,.6)
}

[data-bs-theme="dark"] .glass {
    background: rgba(15,16,32,.5);
    border-color: rgba(255,255,255,.08)
}

.service-card {
    transition: transform .25s ease, box-shadow .25s ease
}

    .service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 1rem 2rem rgba(0,0,0,.08)
    }

.nav-link {
    position: relative
}

    .nav-link::after {
        content: "";
        position: absolute;
        inset: auto 0 -8px 0;
        height: 2px;
        background: transparent;
        transition: all .2s
    }

    .nav-link:hover::after, .nav-link.active::after {
        background: var(--brand-primary)
    }

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover
}

.client-logo {
    filter: grayscale(1);
    opacity: .7;
    transition: all .2s
}

    .client-logo:hover {
        filter: none;
        opacity: 1
    }

.shadow-soft {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05)
}

.floating-cta {
    position: fixed;
    inset: auto 1rem 1rem auto;
    z-index: 1040
}

html {
    scroll-behavior: smooth
}

.prime-section {
    background: #eef6ff;
}

.flag-germany {
    width: 64px;
    height: 48px;
    display: inline-block;
    border: 1px solid #333;
}

    .flag-germany div {
        height: 33%;
    }

    .flag-germany .black {
        background: #000;
    }

    .flag-germany .red {
        background: #dd0000;
    }

    .flag-germany .yellow {
        background: #ffce00;
    }

section {
    padding: 5rem 1rem;
}

.intl-section {
    background: #f8f9fa;
    text-align: center;
}

a{
    text-decoration:none;
    cursor:pointer;
}

.seo-card {
    min-width: 280px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: right;
}

    .seo-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.card-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

/* موبایل: اسکرول افقی */
.mobile-scroll {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
}

    .mobile-scroll::-webkit-scrollbar {
        height: 8px;
    }

    .mobile-scroll::-webkit-scrollbar-thumb {
        background-color: #6c757d;
        border-radius: 4px;
    }

.inline-image {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 100%;
    height: auto;
    border: 1px solid #d5d0d0;
}


@media (max-width: 1024px) {
    .inline-image {
        display: block !important;
        justify-content: center !important;
        width: 100% !important;
        align-items: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        height: 250px !important;
    }
}

.card-img-top{
    height:250px !important;
}
h1 {
    font-size: 20px !important;
    font-weight: bold !important;
}
h2, h3, h4, h5, h6 {
    font-size: 18px !important;
    font-weight: bold !important;
}
.convert-app-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    margin: 40px auto;
    width: 70%;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    background-size: 400% 400%;
    color: white;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.3);
    animation: scaleUpDown 6s ease-in-out infinite, backgroundShift 12s ease-in-out infinite;
}

.convert-app-section .title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-out;
}

.convert-app-section .subtitle {
    font-size: 1.3rem;
    margin-bottom: 35px;
    line-height: 1.6;
    opacity: 0.95;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.convert-app-section .btn-order {
    display: inline-block;
    padding: 14px 35px;
    background-color: #ff6a00;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
    transition: background 0.3s ease, transform 0.3s ease;
}

    .convert-app-section .btn-order:hover {
        background: #e65c00;
        transform: scale(1.05);
    }

/* انیمیشن fade in */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* انیمیشن بزرگ و کوچک شدن */
@keyframes scaleUpDown {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

/* انیمیشن تغییر بک‌گراند */
@keyframes backgroundShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
