﻿@font-face {
    font-family: IranSans;
    src: url(../../Content/IRANSans.woff) format('woff');
}

* {
    font-family: IranSans,sans-serif !important;
}
body {
    padding-top: 90px;
    font-family: Vazirmatn, sans-serif;
    direction:rtl;
}

/* نوار اصلی */
.custom-navbar {
    background: RGB(13, 13, 13);
    padding: 12px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transition: 0.3s;
}

/* لوگو */
.site-logo {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-left: 10px;
}

.brand-text {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

/* لینک ها */
.navbar-nav .nav-link {
    color: #fff !important;
    margin: 0 10px;
    font-size: 16px;
    transition: 0.3s;
    position: relative;
}

    .navbar-nav .nav-link:hover {
        color: #60a5fa !important;
    }

/* دکمه تماس */
.call-btn {
    background: RGB(128, 128, 128);
    color: white;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
    font-weight: bold;
}

    .call-btn:hover {
        background: #1d4ed8;
        color: white;
        transform: translateY(-2px);
    }

/* موبایل */
@media (max-width: 991px) {

    .navbar-collapse {
        background: RGB(13, 13, 13);
        margin-top: 15px;
        padding: 20px;
        border-radius: 15px;
    }

    .navbar-nav .nav-link {
        padding: 12px 0;
        font-size: 17px;
    }

    .call-btn {
        width: 100%;
        margin-top: 10px;
    }
}


/* اسلایدر */
.hero-slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

#mainSlider {
    width: 100%;
}

/* عکس */
.slider-image {
    height: auto;
    object-fit: cover;
    filter: brightness(0.65);
    max-height:70vh;
}

/* متن */
.custom-caption {
    bottom: 50%;
    transform: translateY(50%);
    text-align: center;
}

    .custom-caption h1 {
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .custom-caption p {
        font-size: 22px;
        margin-bottom: 30px;
    }

/* دکمه */
.slider-btn {
    background: RGB(128, 128, 128);
    color: white;
    padding: 14px 30px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
    display: inline-block;
}

    .slider-btn:hover {
        background: #1d4ed8;
        color: white;
        transform: translateY(-3px);
    }

/* فلش ها */
.carousel-control-prev,
.carousel-control-next {
    width: 8%;
    opacity: 1;
}

.custom-arrow {
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: white;
    transition: 0.3s;
    backdrop-filter: blur(4px);
}

    .custom-arrow:hover {
        background: rgba(37,99,235,0.9);
        transform: scale(1.1);
    }

/* نقطه ها */
.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    margin: 0 6px !important;
}

/* موبایل */
@media(max-width:768px) {

    .slider-image {
        height: auto;
        max-height: 70vh;
    }

    .custom-caption h1 {
        font-size: 32px;
    }

    .custom-caption p {
        font-size: 16px;
    }

    .slider-btn {
        padding: 12px 24px;
        font-size: 15px;
    }

    .custom-arrow {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }
}
@media(max-width:991px) {

    #mainNavbar {
        display: none;
        transition: all 0.3s ease;
    }

        #mainNavbar.show {
            display: block;
        }
}


/* معرفی شرکت */
.about-company-section {
    padding: 100px 0;
    background: #f8fafc;
}

/* تصویر */
.about-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.about-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: 0.5s;
}

    .about-image:hover {
        transform: scale(1.05);
    }

/* متن */
.about-content {
    padding: 10px 20px;
}

.about-mini-title {
    display: inline-block;
    background: #dbeafe;
    color: RGB(128, 128, 128);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}

.about-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #111827;
}

.about-text {
    font-size: 17px;
    line-height: 2;
    color: #4b5563;
    margin-bottom: 20px;
}

/* دکمه */
.about-btn {
    display: inline-block;
    background: RGB(128, 128, 128);
    color: white;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
    font-weight: bold;
}

    .about-btn:hover {
        background: #1d4ed8;
        color: white;
        transform: translateY(-3px);
    }

/* موبایل */
@media(max-width:768px) {

    .about-company-section {
        padding: 70px 0;
    }

    .about-title {
        font-size: 30px;
    }

    .about-text {
        font-size: 15px;
    }

    .about-image {
        height: 350px;
    }
}

/* سکشن محصولات */
.products-section {
    padding: 100px 0;
    background: white;
}

/* عنوان */
.section-title {
    margin-bottom: 60px;
}

    .section-title .mini-title {
        display: inline-block;
        background: #dbeafe;
        color: RGB(128, 128, 128);
        padding: 8px 18px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .section-title h2 {
        font-size: 42px;
        font-weight: bold;
        color: #111827;
        margin-bottom: 15px;
    }

    .section-title p {
        color: #6b7280;
        font-size: 17px;
    }

/* کارت */
.product-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.4s;
    height: 100%;
}

    .product-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    }

/* عکس */
.product-image-box {
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: 0.5s;
}

.product-card:hover .product-image {
    transform: scale(1.08);
}

/* محتوا */
.product-content {
    padding: 25px;
    text-align: center;
}

    .product-content h3 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #111827;
        font-weight: bold;
    }

    .product-content p {
        color: #6b7280;
        line-height: 1.9;
        margin-bottom: 25px;
        font-size: 15px;
    }

/* دکمه */
.product-btn {
    display: inline-block;
    background: RGB(128, 128, 128);
    color: white;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
}

    .product-btn:hover {
        background: #1d4ed8;
        color: white;
    }

/* موبایل */
@media(max-width:768px) {

    .products-section {
        padding: 70px 0;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .product-image {
        height: 220px;
    }
}


/* سکشن برندها */
.brands-section {
    padding: 100px 0;
    background: #ffffff;
}

/* عنوان */
.brands-header {
    margin-bottom: 60px;
}

.brands-mini-title {
    display: inline-block;
    background: #dbeafe;
    color: RGB(128, 128, 128);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.brands-main-title {
    font-size: 42px;
    font-weight: bold;
    color: #111827;
    margin-bottom: 15px;
}

.brands-desc {
    color: #6b7280;
    font-size: 17px;
}

/* کارت برند */
.brand-card {
    background: #f8fafc;
    border-radius: 24px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    transition: 0.35s;
    text-decoration: none;
    border: 1px solid #edf2f7;
}

    /* hover */
    .brand-card:hover {
        transform: translateY(-10px);
        background: white;
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
        border-color: transparent;
    }

    /* لوگو */
    .brand-card img {
        max-width: 100%;
        max-height: 60px;
        object-fit: contain;
        filter: grayscale(100%);
        opacity: 0.7;
        transition: 0.35s;
    }

    .brand-card:hover img {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.08);
    }

/* موبایل */
@media(max-width:768px) {

    .brands-section {
        padding: 70px 0;
    }

    .brands-main-title {
        font-size: 30px;
    }

    .brands-desc {
        font-size: 15px;
    }

    .brand-card {
        height: 110px;
        padding: 18px;
    }

        .brand-card img {
            max-height: 42px;
        }
}









/* فوتر */
.main-footer {
    background: RGB(13, 13, 13);
    color: #cbd5e1;
    padding-top: 80px;
    margin-top: 80px;
}

/* لوگو */
.footer-logo {
    width: 70px;
    margin-bottom: 20px;
}

/* توضیح */
.footer-about p {
    line-height: 2;
    font-size: 15px;
    color: #94a3b8;
}

/* عنوان */
.footer-title {
    color: white;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: bold;
}

/* لینک ها */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 14px;
    }

    .footer-links a {
        color: #cbd5e1;
        text-decoration: none;
        transition: 0.3s;
        font-size: 15px;
    }

        .footer-links a:hover {
            color: #60a5fa;
            padding-right: 6px;
        }

/* اطلاعات تماس */
.footer-contact p {
    margin-bottom: 16px;
    line-height: 2;
    color: #cbd5e1;
    font-size: 15px;
}

/* نمادها */
.footer-symbols {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

    .footer-symbols img {
        width: 85px;
        height: 85px;
        object-fit: contain;
        background: white;
        border-radius: 14px;
        padding: 8px;
        transition: 0.3s;
    }

        .footer-symbols img:hover {
            transform: translateY(-5px);
        }

/* پایین فوتر */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 60px;
    padding: 25px 0;
    text-align: center;
}

    .footer-bottom p {
        margin: 0;
        color: #94a3b8;
        font-size: 14px;
    }

/* موبایل */
@media(max-width:768px) {

    .main-footer {
        padding-top: 60px;
    }

    .footer-title {
        margin-top: 20px;
        font-size: 20px;
    }

    .footer-symbols {
        justify-content: center;
    }

    .footer-bottom {
        margin-top: 40px;
    }
}





/* هدر صفحه */
.page-header {
    background: linear-gradient(135deg, RGB(13, 13, 13), #1e293b);
    padding: 120px 0 80px;
    text-align: center;
    color: white;
}

    .page-header h1 {
        font-size: 52px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .page-header p {
        font-size: 18px;
        color: rgba(255,255,255,0.75);
        max-width: 800px;
        margin: auto;
        line-height: 2;
    }

/* سکشن محتوا */
.page-content-section {
    padding: 80px 0;
    background: #f8fafc;
}

/* باکس محتوا */
.page-content-box {
    background: white;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    line-height: 2.2;
    font-size: 17px;
    color: #374151;
}

/* تصویر */
.page-cover-box {
    margin-bottom: 35px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.page-cover-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* استایل محتوای TinyMCE */

.page-content-box h1,
.page-content-box h2,
.page-content-box h3,
.page-content-box h4 {
    color: #111827;
    margin-top: 35px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-content-box p {
    margin-bottom: 25px;
}

.page-content-box img {
    max-width: 100%;
    border-radius: 16px;
    margin: 25px 0;
}

.page-content-box ul,
.page-content-box ol {
    padding-right: 25px;
    margin-bottom: 25px;
}

.page-content-box a {
    color: RGB(128, 128, 128);
    text-decoration: none;
}

.page-content-box blockquote {
    border-right: 4px solid RGB(128, 128, 128);
    background: #eff6ff;
    padding: 20px;
    border-radius: 14px;
    margin: 30px 0;
}

/* موبایل */
@media(max-width:768px) {

    .page-header {
        padding: 100px 0 60px;
    }

        .page-header h1 {
            font-size: 34px;
        }

    .page-content-box {
        padding: 25px;
        font-size: 15px;
    }

    .page-cover-image {
        height: 260px;
    }
}






/* هدر وبلاگ */
.blog-header {
    background: linear-gradient(135deg, RGB(13, 13, 13), #1e293b);
    padding: 120px 0 80px;
    text-align: center;
    color: white;
}

    .blog-header h1 {
        font-size: 52px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .blog-header p {
        font-size: 18px;
        color: rgba(255,255,255,0.75);
    }

/* سکشن */
.blog-section {
    padding: 90px 0;
    background: #f8fafc;
}

/* کارت */
.blog-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    transition: 0.35s;
    height: 100%;
}

    .blog-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 18px 45px rgba(0,0,0,0.10);
    }

/* عکس */
.blog-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

/* محتوا */
.blog-content {
    padding: 28px;
}

/* تاریخ */
.blog-date {
    color: RGB(128, 128, 128);
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: bold;
}

/* عنوان */
.blog-content h2 {
    margin-bottom: 15px;
}

    .blog-content h2 a {
        color: #111827;
        text-decoration: none;
        font-size: 24px;
        line-height: 1.7;
        font-weight: bold;
    }

        .blog-content h2 a:hover {
            color: RGB(128, 128, 128);
        }

/* متن */
.blog-content p {
    color: #6b7280;
    line-height: 2;
    font-size: 15px;
    margin-bottom: 25px;
}

/* دکمه */
.blog-btn {
    display: inline-block;
    background: RGB(128, 128, 128);
    color: white;
    padding: 12px 22px;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.3s;
}

    .blog-btn:hover {
        background: #1d4ed8;
        color: white;
    }

/* صفحه بندی */
.pagination-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
    flex-wrap: wrap;
}

    .pagination-box a {
        width: 45px;
        height: 45px;
        border-radius: 12px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #111827;
        box-shadow: 0 5px 15px rgba(0,0,0,0.06);
        transition: 0.3s;
    }

        .pagination-box a:hover,
        .pagination-box a.active {
            background: RGB(128, 128, 128);
            color: white;
        }

/* موبایل */
@media(max-width:768px) {

    .blog-header {
        padding: 100px 0 60px;
    }

        .blog-header h1 {
            font-size: 34px;
        }

    .blog-section {
        padding: 70px 0;
    }

    .blog-image {
        height: 220px;
    }

    .blog-content h2 a {
        font-size: 20px;
    }
}





/* هدر */
.products-header {
    background: linear-gradient(135deg, RGB(13, 13, 13), #1e293b);
    color: white;
    text-align: center;
    padding: 120px 0 70px;
}

    .products-header h1 {
        font-size: 50px;
        margin-bottom: 10px;
    }

/* صفحه */
.products-page {
    padding: 80px 0;
    background: #f8fafc;
}

/* فیلتر */
.filters-box {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.form-select {
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #ddd;
    min-width: 180px;
}

.filter-btn {
    background: RGB(128, 128, 128);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 12px;
}

/* کارت محصول */
.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s;
}

    .product-card:hover {
        transform: translateY(-8px);
    }

.product-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.product-body {
    padding: 20px;
    text-align: center;
}

    .product-body h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

.price {
    color: RGB(128, 128, 128);
    font-weight: bold;
    margin-bottom: 15px;
}

/* دکمه */
.product-btn {
    display: inline-block;
    background: RGB(128, 128, 128);
    color: white;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
}

/* pagination */
.pagination-box {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

    .pagination-box a {
        width: 40px;
        height: 40px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        text-decoration: none;
        color: #111;
    }

        .pagination-box a.active {
            background: RGB(128, 128, 128);
            color: white;
        }




/* سایدبار مدیریت */
.admin-sidebar {
    width: 280px;
    min-height: 100vh;
    background: RGB(13, 13, 13);
    position: fixed;
    right: 0;
    top: 0;
    padding: 30px 20px;
    overflow-y: auto;
    z-index: 9999;
}

/* لوگو */
.admin-logo {
    text-align: center;
    margin-bottom: 40px;
}

    .admin-logo img {
        width: 75px;
        margin-bottom: 15px;
    }

    .admin-logo h3 {
        color: white;
        font-size: 24px;
        margin: 0;
    }

/* منو */
.admin-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .admin-menu li {
        margin-bottom: 12px;
    }

    .admin-menu a {
        display: flex;
        align-items: center;
        padding: 14px 18px;
        border-radius: 14px;
        color: #cbd5e1;
        text-decoration: none;
        transition: 0.3s;
        font-size: 15px;
    }

        .admin-menu a:hover {
            background: #1e293b;
            color: white;
            transform: translateX(-4px);
        }

/* محتوای پنل */
.admin-content {
    margin-right: 280px;
    padding: 35px;
}

/* موبایل */
@media(max-width:992px) {

    .admin-sidebar {
        width: 100%;
        min-height: auto;
        position: relative;
    }

    .admin-content {
        margin-right: 0;
    }
}

/* دکمه چرخ دنده */
.admin-toggle-btn {
    position: fixed;
    right: 20px;
    bottom: 10px;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 18px;
    background: RGB(128, 128, 128);
    color: white;
    font-size: 44px;
    cursor: pointer;
    z-index: 10001;
    box-shadow: 0 10px 30px rgba(37,99,235,0.35);
    transition: 0.3s;
}



/* سایدبار */
.admin-sidebar {
    width: 280px;
    min-height: 100vh;
    background: RGB(13, 13, 13);
    position: fixed;
    right: -320px; /* مخفی */

    top: 0;
    padding: 30px 20px;
    overflow-y: auto;
    z-index: 10000;
    transition: 0.35s ease;
}

    /* باز شدن */
    .admin-sidebar.active {
        right: 0;
    }

/* محتوای صفحه */
.admin-content {
    padding: 35px;
    transition: 0.3s;
}

/* بک دراپ */
.admin-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

    .admin-backdrop.active {
        opacity: 1;
        visibility: visible;
    }




.product-details-page {
    padding: 100px 0;
    background: #f8fafc;
}

.product-image-box {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    padding: 20px;
}

    .product-image-box img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

.product-info h1 {
    font-size: 42px;
    margin-bottom: 20px;
}

.product-price {
    color: RGB(128, 128, 128);
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}

.product-desc {
    line-height: 2.2;
    color: #555;
    margin-bottom: 35px;
}

.add-cart-btn {
    display: inline-block;
    background: RGB(128, 128, 128);
    color: white;
    padding: 16px 30px;
    border-radius: 14px;
    text-decoration: none;
}



.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: auto; /* مهم برای RTL */
}

.nav-icon-btn {
    position: relative;
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 12px;
    transition: 0.3s;
    background: rgba(255,255,255,0.08);
}

    .nav-icon-btn:hover {
        background: rgba(255,255,255,0.2);
    }

/* سبد خرید */
.cart-btn {
    font-size: 18px;
}

/* عدد روی سبد */
.cart-count {
    position: absolute;
    top: -6px;
    left: -6px;
    background: #ef4444;
    color: white;
    width: 18px;
    height: 18px;
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* دکمه ثبت نام */
.register {
    background: RGB(128, 128, 128);
}








/* صفحه auth */
.auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#0f172a,#1e293b);
    padding: 40px 20px;
}

/* باکس */
.auth-box {
    width: 100%;
    max-width: 1100px;
    min-height: 650px;
    background: white;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

/* فرم */
.auth-form-side {
    width: 50%;
    padding: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* تصویر */
.auth-image-side {
    width: 50%;
    position: relative;
    background: url('/Content/login.jpg');
    background-size: cover;
    background-position: center;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(15,23,42,0.75), rgba(30,41,59,0.75));
}

.auth-image-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 40px;
}

    .auth-image-content h2 {
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .auth-image-content p {
        font-size: 20px;
        opacity: 0.9;
    }

/* تیتر */
.auth-header {
    margin-bottom: 40px;
}

    .auth-header h1 {
        font-size: 38px;
        margin-bottom: 10px;
        color: #0f172a;
    }

    .auth-header p {
        color: #64748b;
    }

/* input */
.modern-input {
    margin-bottom: 22px;
}

    .modern-input label {
        display: block;
        margin-bottom: 8px;
        color: #334155;
    }

    .modern-input .form-control {
        height: 55px;
        border-radius: 14px;
        border: 1px solid #dbeafe;
        background: #f8fafc;
        padding: 10px 18px;
        transition: 0.3s;
    }

        .modern-input .form-control:focus {
            border-color: RGB(128, 128, 128);
            box-shadow: 0 0 0 4px rgba(37,99,235,0.12);
        }

/* دکمه */
.auth-btn {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 14px;
    background: RGB(128, 128, 128);
    color: white;
    font-size: 17px;
    transition: 0.3s;
}

    .auth-btn:hover {
        background: #1d4ed8;
        transform: translateY(-2px);
    }

/* لینک */
.auth-link {
    margin-top: 25px;
    text-align: center;
    color: #64748b;
}

    .auth-link a {
        color: RGB(128, 128, 128);
        text-decoration: none;
        font-weight: bold;
    }

/* remember */
.remember-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
}

/* موبایل */
@media(max-width:992px) {

    .auth-box {
        flex-direction: column;
    }

    .auth-form-side,
    .auth-image-side {
        width: 100%;
    }

    .auth-image-side {
        min-height: 260px;
    }

    .auth-form-side {
        padding: 40px 25px;
    }

    .auth-image-content h2 {
        font-size: 42px;
    }
}






.remove-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 10px;
    background: #ef4444;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

    .remove-cart-btn:hover {
        background: #dc2626;
        transform: translateY(-2px);
    }







.profile-page {
    padding: 120px 0;
    background: #f8fafc;
    min-height: 100vh;
}

.profile-box {
    max-width: 850px;
    margin: auto;
    background: white;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.profile-header {
    margin-bottom: 40px;
}

    .profile-header h1 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .profile-header p {
        color: #64748b;
    }