﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

@font-face {
    font-family: iransans;
    src: url(../fonts/IRANSansXV.woff) format("woff-variations"),url(../fonts/IRANSansXV.woff) format("woff");
    font-weight: 100 1000;
    font-display: swap
}

@font-face {
    font-family: iransansRegular;
    src: url(../fonts/IRANSansX-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: iransansBold;
    src: url(../fonts/IRANSansX-Bold.woff) format("woff");
    font-weight: 700;
    font-display: swap
}

:root {
    --font-dots: 4;
    --font-feature-settings: "ss02";
    --font-feature-settings-en-num: "ss00"
}

@supports (font-variation-settings:normal) {
    body {
        font-family: inherit;
        font-feature-settings: var(--font-feature-settings);
        font-variation-settings: "DOTS" var(--font-dots);
    }
}

.text-2xl {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700
}

.overflow-scroll {
    overflow: scroll
}

body {
    font-family: iransans, sans-serif !important;
    background-color: #f9f9f9 !important;
    color: #333 !important;
}

.nav-gh {
    background-color: #FFFFFF;
    color: #252525;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    position: sticky;
    z-index: 1100;
    top: 0;
    right: auto;
    left: 0;
    --AppBar-background: #171D26;
    --AppBar-color: #fff;
    background-color: var(--AppBar-background);
    color: var(--AppBar-color);
    background-color: #FFFFFF;
    color: #252525;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    height: 56px;
    -webkit-backdrop-filter: var(--mui-appbar-backdrop-filter, none);
    backdrop-filter: var(--mui-appbar-backdrop-filter, none);
    height: auto;
}

.hero {
    background: linear-gradient(to right, #0f2341, #17497a, #0f2341);
}

.fide-side {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    flex-direction: row;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .fide-side h1 {
        padding-top: 15px;
    }

.fside-box {
    box-sizing: border-box;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    flex-direction: row;
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
    order: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-right: 16px;
    padding-left: 16px;
    height: 100%;
}

.bholder {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    width: 100%;
}

.sui-img {
    width: 85%;
    overflow: hidden;
    float: left;
}

.fside-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    position: relative;
}

    .fside-img img {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        color: transparent;
    }

.featured-prompts {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.business-header {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(45deg, rgba(37, 99, 235, 0.1), rgba(59, 130, 246, 0.1));
}

    .business-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(37, 99, 235, 0.9), rgba(59, 130, 246, 0.8), rgba(147, 51, 234, 0.7));
    }

.business-logo {
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    margin-top: -75px;
    position: relative;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .business-logo:hover {
        transform: scale(1.05);
    }

.contact-badge {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

    .contact-badge:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0,0,0,0.1);
        background: var(--primary-color);
        color: white !important;
    }

.dark-mode .contact-badge:hover {
    background: var(--accent-color);
}

.sui-side-right {
    margin: 0;
    font-family: inherit;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    color: #F7F7F7;
    z-index: 1;
}

.contact-badge:hover .text-muted,
.contact-badge:hover .text-body {
    color: white !important;
}

.social-icon {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.dark-mode .social-icon {
    background: #334155;
    color: #e2e8f0;
}

.social-icon:hover {
    transform: translateY(-3px) rotate(8deg);
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.gallery-img {
    height: 250px;
    object-fit: cover;
    border-radius: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

    .gallery-img:hover {
        transform: scale(1.03);
        box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    }

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: rotateY(180deg);
}

.achievement-card {
    border-radius: 1rem;
    border: none;
    background: linear-gradient(135deg, #fff, #f8fafc);
    transition: all 0.3s ease;
}

.dark-mode .achievement-card {
    background: linear-gradient(135deg, #1e293b, #334155);
}

.achievement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.rating-stars {
    color: var(--warning-color);
}

.testimonial-card {
    border-radius: 1rem;
    border: none;
    background: linear-gradient(135deg, #fff, #f8fafc);
    transition: all 0.3s ease;
}

.dark-mode .testimonial-card {
    background: linear-gradient(135deg, #1e293b, #334155);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.btn-primary {
    border: none;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
    }

.certificate-badge {
    background: linear-gradient(135deg, var(--success-color), #059669);
    color: white;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    display: inline-block;
    margin: 0.25rem;
    transition: all 0.3s ease;
}

    .certificate-badge:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
    }

.custom-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .custom-shape-divider svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 50px;
    }

    .custom-shape-divider .shape-fill {
        fill: #FFFFFF;
    }

.dark-mode .custom-shape-divider .shape-fill {
    fill: #0f172a;
}

.card {
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.blog-header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    padding: 6rem 0;
    margin-bottom: 3rem;
    color: white;
}

.blog-card {
    transition: all 0.3s ease;
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    }

.blog-image {
    height: 200px;
    object-fit: cover;
}

.category-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    color: var(--primary-color);
    backdrop-filter: blur(4px);
}

.reading-time {
    font-size: 0.875rem;
    color: #64748b;
}

.dark-mode .reading-time {
    color: #94a3b8;
}

.share-button {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f1f5f9;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dark-mode .share-button {
    background: #334155;
    color: #94a3b8;
}

.share-button:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.search-box {
    border-radius: 2rem;
    padding: 0.75rem 1.5rem;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

    .search-box:focus {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
    }

.dark-mode .search-box {
    background-color: #1e293b;
    border-color: #334155;
    color: #e2e8f0;
}

    .dark-mode .search-box:focus {
        border-color: var(--accent-color);
    }

.pagination .page-link {
    border-radius: 0.5rem;
    margin: 0 0.25rem;
    border: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.dark-mode .pagination .page-link {
    background-color: #1e293b;
    color: #e2e8f0;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    color: white;
}

.category-filter {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: #f1f5f9;
    color: #64748b;
    text-decoration: none;
    margin: 0.25rem;
    transition: all 0.3s ease;
}

.dark-mode .category-filter {
    background: #334155;
    color: #94a3b8;
}

.category-filter:hover,
.category-filter.active {
    background: var(--primary-color);
    color: white;
}

.txt-right {
    text-align: right;
}

.whiteColor {
    color: #fff;
}

.mui-sazi0 {
    margin: 0;
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.75;
    color: #F7F7F7;
    display: block;
    padding-top: 8px;
}

.btn-dashboard {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--variant-containedBg);
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
    --variant-textColor: #EBEDEF;
    --variant-outlinedColor: #EBEDEF;
    --variant-outlinedBorder: rgba(235, 237, 239, 0.5);
    --variant-containedColor: rgba(0, 0, 0, 0.87);
    --variant-containedBg: #EBEDEF;
    padding: 8px 22px;
    font-size: 0.9375rem;
    box-shadow: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 8px;
    padding: 6px 16px;
    min-width: initial;
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.75;
    padding: 10px 16px;
    color: #252525;
}

    .btn-dashboard:hover {
        background-color: var(--variant-containedBg);
        box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
        transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    }

.nav-primary {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 16px;
    padding-left: 16px;
    min-height: 56px;
    align-items: start;
    justify-content: space-between;
    padding: 8px;
    padding-right: 8px;
    padding-left: 8px;
}

.nav-ulfr {
    list-style-type: none;
    padding-right: 0px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 40px;
}

.navbar-nav .nav-link {
    padding: 8px 15px;
}



.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    margin-top: 12px;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.nav-item.dropdown.show .dropdown-menu {
    display: block;
    opacity: 1;
}



.navbar-nav .nav-link {
    margin-left: 8px;
    color: #151515;
    font-family: inherit;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.715;
}

    .navbar-nav .nav-link:hover {
        background-color: #dedede !important;
        border-radius: 10px;
    }

.dropdown-toggle::after {
    margin-right: 8px;
    vertical-align: middle;
    color: #7a7979;
    user-select: none;
    display: inline-block;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px !important;
    border-radius: 1px
}

.ul-navi {
    display: flex;
    flex-shrink: 0;
    list-style-type: none;
    padding-right: 0px;
    align-items: center;
    height: 40px;
    margin: 0px;
}

.mui-o3qwdu {
    background-color: #FFFFFF;
    color: #252525;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
    top: -40px;
    height: 75px;
    max-width: 1139px;
    width: calc(100% - 32px);
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: -80px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2),0px 4px 10px rgba(0, 0, 0, 0.1);
}

.nav-a-il {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    color: inherit;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50% !important;
    color: #717171 !important;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    --IconButton-hoverBg: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background-color: #F5F6F7;
    color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    background-color: transparent;
    line-height: 0 !important;
}

.nav-ico {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
}

.login-apge {
    background: linear-gradient(to right, #0f2341, #17497a, #0f2341);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-container {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav-li-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    margin-left: 0px;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border: 0;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: var(--variant-containedColor);
    background-color: var(--variant-containedBg);
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
    --variant-textColor: #171D26;
    --variant-outlinedColor: #171D26;
    --variant-outlinedBorder: rgba(23, 29, 38, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #171D26;
    padding: 4px 10px;
    font-size: 0.8125rem;
    box-shadow: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 8px;
    padding: 6px 16px;
    min-width: initial;
    font-family: inherit;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 4px 16px;
    color: #FFFFFF;
    margin-left: 8px;
}

.nav-login-a, .nav-login-a:hover, .nav-login-a:active, .nav-login-a:visited, .nav-login-a:focus {
    text-decoration: none;
    color: #fff;
}

.nav-li-login::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: inherit;
    transition: background-color .2s ease;
    pointer-events: none;
}

.navi-seprator {
    margin: 0;
    flex-shrink: 0;
    border-width: 0;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    border-bottom-width: thin;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 100%;
    border-bottom-width: 0;
    border-left-width: thin;
    align-self: stretch;
    height: auto;
    border-color: rgba(0, 0, 0, 0.05);
    margin-right: 8px;
    margin-left: 8px;
}
