
@font-face {
    font-family: TitanOneRegular;
    src: url(../fonts/TitanOne-Regular.ttf);
}

@font-face {
    font-family: CourgetteRegular;
    src: url(../fonts/Courgette-Regular.ttf);
}

@font-face {
    font-family: VarelaRoundRegular;
    src: url(../fonts/VarelaRoundRegular.ttf);
}

@font-face {
    font-family: titleFont;
    src: url(../fonts/PlayfairDisplay-BlackItalic.ttf);
}

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    direction: ltr !important;
    overflow-x: hidden;
    font-family: VarelaRoundRegular;
}

.swiper {
    min-height: 400px;
}

.border-radius {
    border-radius: 10px;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}



.container-fluid {
    padding: 0 !important;
    overflow: hidden;
}

:root {
    --kaveh-color-1-1: #3CBCFF;
    --kaveh-color-1-2: #198754;
    --kaveh-color-1-3: #BED4F5;
    --kaveh-color-1-4: #2D6CDC;
}

h1 {
    color: var(--kaveh-color-1-1)
}

h4 {
    color: var(--kaveh-color-1-2)
}

.btn-default {
    width: 150px;
    height: 50px;
    color: #fff;
    text-align: center;
    background-color: var(--kaveh-color-1-1);
    border: none;
    border-radius: 10px;
    display:inline-block;
}

    .btn-default a {
        color: #fff;
        padding-top: 10px;
    }

.title {
    width: 100%;
    height: 50px;
    text-align: center
}
/*...................header-page-css*/

.header-page {
    width: 100%;
    height: 250px;
    text-align: center;
    position: relative;
    padding-top: 100px;
    background: #182F4B;
    background: linear-gradient(90deg, rgba(24,47,75,1) 8%, rgba(246,248,252,1) 69%);
}

.wrapper {
    width: 100%;    
    height: 250px;
    position: absolute;
}



/* effect-shine */
h2.effect-shine {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}


/*///////////////////////contact-css*/
.contact {
    width: 100%;
    min-height: 80px;
    background-color: #fff;
    color: #000;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
}

    .contact .social i {
        font-size: 20px;
        color: #fff;
        margin: 0 20px;
    }

    .contact .number ul {
        list-style: none;
    }

        .contact .number ul li {
            display: inline-block;
            margin: 0 20px;
        }

    .contact .number i {
        font-size: 20px;
        color: var(--kaveh-color-1-3);
    }

    .contact .logo {
        height: 80px;
        display: flex;
        align-items: center;
    }

    .contact .social i {
        color: #000;
    }

    .contact .social {
        width: 100%;
        min-height: 80px;
        display: flex;
    }

    .contact .item {
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .contact .item .icon {
            width: 50px;
            height: 50px;
            border: 1px solid #3CBCFF;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 100%;
            margin-right: 30px;
        }

    .contact .search {
        height: 80px;
        display: flex;
        align-items: center;
    }
/*........................*/
.menu-default {
    height: 70px;
}

.menu-default .logo {
    max-width: 50px;
    position: relative;
}

.brand {
    color: var(--kaveh-color-1-2);
}

.menu-default .list,
.brand {
    padding-top: 22px;
}

.brand,
.header-page .title h2,
h1 {
    font-family: titleFont !important;
}

.menu-default .list a {
    color: #000;
    position: relative;
}

.icon-item i:hover {
    color: var(--kaveh-color-1-1);
}

.menu-default .list,
.menu-mob .list {
    list-style: none;
    position: relative;
}

.menu-mob .list {
    margin: 0;
    padding: 0;
}

.menu-mob .list li {
    padding: 10px 0;
}

.menu-default .list li {
    padding: 0 10px;
    display: inline-block;
    border-top: 3px solid transparent;
    position: relative;
    font-weight: bold;
}

.menu-default .list li > a span {
    vertical-align: middle;
    padding: 10px;
    position: relative;
}

.menu-default .list li > a span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: all 0.5s ease;
    opacity: .3;
}

.menu-default .list li:hover span:after {
    width: 100%;
    border: 1px solid var(--kaveh-color-1-1);
}

.menu-default .login {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.icon-item i {
    font-size: 20px;
    color: var(--kaveh-color-1-3);
    margin: 5px;
}

/* ========== موبایل آکاردئون اصلاح‌شده ========== */

/* پایه موبایل */
.menu-mob .list {
    margin: 0;
    padding: 0;
}

/* هر آیتم موبایل */
.menu-mob .list > li,
.menu-mob .mob-menu li {
    padding: 0;
    margin: 0;
    width: 100%;
}

/* لینک‌های اصلی موبایل */
.menu-mob a {
    display: block;
    padding: 12px 8px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

/* چک‌باکس‌های مخفی اما قابل تعامل */
.menu-mob .mob-toggle {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

/* label نقش دکمه باز/بسته را دارد */
.menu-mob .mob-label {
    display: block;
    padding: 12px 8px;
    cursor: pointer;
    font-weight: 600;
    user-select: none;
    background: transparent;
    border: none;
    width: 100%;
    box-sizing: border-box;
    color: #000;
}

/* فلش سمت راست */
.menu-mob .mob-label::after {
    content: "\25B6"; /* ► */
    float: right;
    transform-origin: center;
    transition: transform .18s ease, opacity .18s ease;
    opacity: 0.7;
}

/* چرخش فلش وقتی باز است */
.menu-mob .mob-toggle:checked + .mob-label::after {
    transform: rotate(90deg);
}

/* منوهای تودرتو پنهان در حالت اولیه */
.menu-mob .mob-menu {
    display: none;
    padding-left: 12px;
    background: transparent;
}

/* وقتی چک‌شده شد نمایش بده */
.menu-mob .mob-toggle:checked + .mob-label + .mob-menu {
    display: block;
}

/* برای سطوح عمیق تر کمی فاصله میدهیم */
.menu-mob .mob-menu .mob-menu {
    padding-left: 12px;
}

/* قابل لمس بودن فیچر: بزرگتر کردن ناحیه لمس برای لیبل‌ها و لینک‌ها */
.menu-mob .mob-label,
.menu-mob a {
    padding-top: 14px;
    padding-bottom: 14px;
}

/* جداکننده‌های سبک بین آیتم‌ها */
.menu-mob .mob-menu > li + li,
.menu-mob .list > li + li {
    border-top: 1px solid rgba(0,0,0,0.06);
}

/* استایل برای لینک‌های زیرمنو */
.menu-mob .mob-menu a {
    font-weight: 500;
    padding-left: 6px;
}

/* جلوگیری از تداخل hover دسکتاپ روی موبایل */
@media (max-width: 768px) {
    .menu-default .list li {
        display: block;
    }

    /* اطمینان از اینکه بوت‌استرپ collapse وقتی داخل ما هست رفتار خاصی نداشته باشه */
    #navbarToggleExternalContent .bg-light {
        overflow: visible;
    }
}

/* دست نزن به دسکتاپ — همه چیز بر اساس کد قبلی بمونه */
@media (min-width: 769px) {
    /* هیچ تغییر موبایلی اعمال نشود */
}

/*////////////////////slider-css*/
.slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    font-family: 'Arial', sans-serif;
}

.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.slide.active {
    left: 0;
    opacity: 1;
}

.slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
}

.slide-content.left {
    flex-direction: row;
}

.slide-content.right {
    flex-direction: row-reverse;
}

.slide-content .text {
    color: #fff;
    max-width: 600px;
    text-align: left;
}

.slide-content h1 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.slide-content p {
    font-size: 1.2rem;
}

.slide-content .image img {
    max-width: 400px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    margin-left: 20px;
    margin-right: 20px;
}

/* اصلاح سه اسلاید آخر در دسکتاپ */
.slide.slide-mobile {
    height: 500px;
    min-height: 500px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
}

.slider-nav button {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: #97d1db;
    font-size: 2rem;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.slider-nav button:hover {
    background: rgba(255, 255, 255, 0.6);
}

/* لپ‌تاپ و تبلت */
@media (max-width: 992px) {
    .slider {
        height: 420px;
    }
    .slide-content {
        flex-direction: column !important;
        text-align: center;
        width: 100%;
    }
    .slide-content .text {
        max-width: 90%;
        text-align: center;
    }
    .slide-content h1 {
        font-size: 2.2rem;
    }
    .slide-content p {
        font-size: 1rem;
    }
    .slide-content .image img {
        max-width: 280px;
        margin: 15px auto;
    }
}

/* موبایل */
@media (max-width: 600px) {

    .slider {
        height: auto;
        min-height: 420px;
    }

    .slide {
        padding: 10px;
        height: auto;
        min-height: 420px;
        background-size: cover;
    }

    .slide.slide-mobile {
        height: 420px !important;
        min-height: 420px !important;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slide-content {
        flex-direction: column !important;
        text-align: center;
        width: 100%;
        padding: 0 10px;
    }

    .slide-content .text {
        max-width: 100%;
        text-align: center;
    }

    .slide-content h1 {
        font-size: 1.7rem;
        line-height: 1.4;
    }

    .slide-content p {
        font-size: 0.9rem;
    }

    .slide-content .image img {
        max-width: 200px;
        margin: 10px auto;
    }

    .slider-nav button {
        font-size: 1.4rem;
        padding: 8px 14px;
    }
}


/*///////////////////category*/
.category {
    width: 100%;
    min-height: 300px;
    margin: 50px 0;
    padding: 10px 0;
}

    .category .item {
        width: 100%;
        height: 250px;
        border: 1px solid #ddd;
        margin: 30px 0;
        padding: 10px;
        text-align: center;
        border-radius: 10px;
        transition: all .5s;
        position: relative;
    }

        .category .item:hover {
            border-bottom: 3px solid var(--kaveh-color-1-1)
        }

        .category .item .name {
            width: 100%;
            height: 50px;
        }

        .category .item .info {
            width: 100%;
            height: 130px;
        }

        .category .item .right-icon,
        .category .item .left-icon {
            fill: #edfdff;
            height: 80px;
            max-width: 80px;
            position: absolute;
            animation-duration: 2s;
            animation-timing-function: ease-out;
            animation-delay: 0;
            animation-direction: alternate;
            animation-iteration-count: infinite;
            animation-play-state: running;
        }

        .category .item .right-icon {
            right: -30px;
            top: 80px;
            animation-name: virus-up;
        }

        .category .item .left-icon {
            left: -30px;
            top: 100px;
            animation-name: virus-down;
        }

@keyframes virus-down {
    0% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes virus-up {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}
/*/////////////////////counter-css*/
.counter {
    width: 100%;
    min-height: 500px;
    padding: 30px 0;
    background-image: url(../images/slider/counter-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

    .counter:after {
        content: "";
        width: 100%;
        min-height: 500px;
        height:auto;
        background-color: #172D4C;
        position: absolute;
        left: 0;
        bottom: 0;
        top:0;
        opacity: .9;
    }

    .counter h1,
    .counter small {
        position: relative;
        z-index: 10;
    }

    .counter .item {
        width: 100%;
        min-height: 150px;
        border: 1px solid #fff;
        margin: 10px 0;
        border-radius: 10px;
        padding: 20px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 10;
        transition: all .5s;
    }

        .counter .item:hover {
            margin: 0;
            border-bottom: 1px solid var(--kaveh-color-1-1)
        }
/*///////////////////////////////products*/
.products {
    width: 100%;
    min-height: 500px;
    padding: 30px 0;
}

    .products .product-item {
        width: 100%;
        min-height: 300px;
    }

        .products .product-item .image-product {
            width: 300px;
            height: 300px;
            background-size: cover;
            background-position: center center;
        }

        .products .product-item .info-product {
            width: 300px;
            min-height: 150px;
            padding: 20px 0;
        }
/*//////////////////////////////////////adverst*/
.adverst {
    width: 100%;
    min-height: 500px;
    padding: 30px 0;
}

    .adverst .image-adverst {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        padding: 30px;
        background-size: cover;
        background-position: center center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 20px 0;
    }

        .adverst .image-adverst:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 250px;
            background-color: #fff;
            opacity: .5;
        }

.content-adverst {
    position: relative;
    z-index: 100;
}
/*/////////////////////////about-css*/
.about {
    width: 100%;
    min-height: 500px;
    padding: 30px 0;
}

    .about .image-about {
        width: 100%;
        min-height: 600px;
        border-radius: 20px;
        background-image: url('../images/slider/about.png');
        background-size: cover;
        background-position: center center;
    }

.about {
    width: 100%;
    min-height: 400px;
    padding: 30px 0;
    position: relative;
}

.about-us .image-about {
    background-image: url(../images/about/images.jfif);
    background-size: cover;
    position: relative;
}

/*//////////////////////email-css*/




/*/////////////////////////////client-css*/
.client {
    width: 100%;
    min-height: 400px;
    padding: 30px 0;
    background-color: #F8FDFF;
}
    .client .swiper{
        height:300px;
    }

    .client .item {
        width: 100%;
        height: 200px;
        background-color: #fff;
        padding: 30px;
    }

        .client .item .title {
            display: flex;
            justify-content: space-between;
        }

            .client .item .title img {
                max-width: 50px;
            }

        .client .item .icon-client i {
            font-size: 20px;
            margin: 5px;
            color: #FFC107;
        }
/*//////////////////////////////////////faq-css*/
.faq {
    width: 100%;
    min-height: 300px;
    background-image: url('../images/slider/faq.jpg');
    background-size: cover;
    background-position: center center;
}

    .faq .item-faq {
        min-height: 400px;
        text-align: center;
        padding: 30px;
    }

/*//////////////////////////////certificate*/
.certificate {
    width: 100%;
    min-height: 300px;
    padding: 30px 0;
}

    .certificate .image-certificate {
        width: 100%;
        min-height: 300px;
        padding: 30px 0;
    }

        .certificate .image-certificate .item-certificate {
            width: 150px;
            height: 150px;
            border-radius: 100%;
            border: 1px solid #ddd;
            background-image: url('../images/slider/pdf.png');
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            margin: 10px 0;
        }

    .certificate .info-certificate {
        width: 100%;
        min-height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
/*////////////////////////////////blog-css*/
.blog {
    width: 100%;
    min-height: 500px;
    padding: 30px 0
}

    .blog .item {
        width: 100%;
        min-height: 400px;
        background-color: #f2f2f2;
        padding: 10px;
        margin: 10px 0;
    }

        .blog .item .image {
            width: 100%;
            height: 200px;
            background-size: cover;
            background-position: center center;
        }

        .blog .item .caption {
            height: 200px;
            overflow: hidden;
            padding: 10px;
        }


/*......................foter*/
.footer {
    width: 100%;
    min-height: 300px;
    background-color: #182F4B;
    padding: 10px 0;
    color: #fff;
}

    .footer .email {
        width: 100%;
        min-height: 100px;
        border-bottom: 1px solid #ddd;
        margin: 30px 0;
        padding: 30px 0;
    }

    .footer .email-wrapper {
        width: 100%;
        height: 50px;
        border-radius: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-top: 10px;
    }

    .footer .email input {
        width: 80%;
        min-height: 50px;
        border: none;
        border-radius: 20px 0 0 20px;
    }

    .footer .email-wrapper .btn-email {
        width: 20%;
        height: 50px;
        border-radius: 0 20PX 20PX 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: var(--kaveh-color-1-1)
    }

    .footer img {
        max-width: 150px
    }

    .footer .contact-footer i {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        font-size: 20px;
        color: #fff;
        padding: 10px;
        margin: 10px;
        background-color: var(--kaveh-color-1-2);
    }

    .footer .links ul {
        list-style: none;
    }

        .footer .links ul li {
            height: 50px;
        }

            .footer .links ul li a {
                color: #fff
            }



/*///////////////////////////////copy-right-css*/

.copy-right {
    width: 100%;
    height: 20px;
    padding-top: 10px;
    background-color: #fff;
    text-align: center;
}

    .copy-right i {
        color: red
    }



/*////////////////////////////////csspages*/
/*////////////////////////////about-us css*/
/*////////////////////////////////about-us-css*/
.about-us,
.contact-us,
.counter-page {
    width: 100%;
    min-height: 500px;
    padding-bottom: 30px;
}

    .about-us .info {
        padding: 30px 0;
        min-height: 400px;
    }

    .about-us .caption {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 500px;
    }

    .about-us .video-about {
        width: 100%;
        height: 500px;
        border: 3px solid #ddd;
        position: relative;
    }

        .about-us .video-about video {
            width: 100%;
            height: 500px;
            object-fit: cover;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

    .about-us .content-about-us {
        width: 100%;
        min-height: 500px;
        padding: 30px 0;
    }

        .about-us .content-about-us .image-team,
        .about-us .content-about-us .info-team {
            width: 100%;
            min-height: 300px;
        }

        .about-us .content-about-us .image-team {
            background-size: cover;
            background-position: center center;
            min-height: 500px;
            background-image: url('../images/slider/team.jpg')
        }

        .about-us .content-about-us .info-team .service {
            width: 100%;
            height: 200px;
            border-radius: 30px;
            background-color: var(--kaveh-color-1-1);
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

            .about-us .content-about-us .info-team .service .box {
                width: 130px;
                height: 130px;
                background-color: var(--kaveh-color-1-2);
                color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                border-radius: 20px;
            }

  .branches {
        width: 100%;
        min-height: 300px;
        padding: 30px 0;
    }

       .branches .item-branche {
            width: 100%;
            min-height: 200px;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 20px;
            margin:20px 0;
            transition:all .5s;
        }
            .branches .item-branche:hover{
                margin:0;
                border-bottom:1px solid var(--kaveh-color-1-1)

            }
            .branches .item-branche .flag-branch {
                width: 100%;
                height: 100px;
                background-size: cover;
                background-position: center center;
            }
            .branches .item-branche .info-branch {
                width:100%;
                text-align:center;
                padding-top:20px;

            }
            /*///////////////////////////////////*/
                .contact-us .wrapper-contact-us {
                width: 100%;
                height: auto;
                min-height: 400px;
                padding: 30px 0;
            }

    .contact-us .wrapper-contact-us .form-contact-us {
        min-height: 400px;
        padding: 30px;
        text-align: center;
    }

        .contact-us .wrapper-contact-us .form-contact-us input {
            height: 50px;
            margin: 20px 0;
        }

    .contact-us .wrapper-contact-us .info-contact-us {
        width: 100%;
        min-height: 400px;
    }

        .contact-us .wrapper-contact-us .info-contact-us .item {
            width: 100%;
            height: 150px;
            border-bottom: 2px solid #ddd;
            display: flex;
            align-items: center;
            margin: 10px 0
        }

            .contact-us .wrapper-contact-us .info-contact-us .item i {
                width: 60px;
                height: 60px;
                padding: 20px;
                background-color: var(--kaveh-color-1-1);
                color: #fff;
                font-size: 20px;
                border-radius: 50%;
                margin-right: 50px;
            }

    /*///////////////////////////////.counter-page*/

    .counter-page .wrapper-counter {
        padding: 30px 0;
    }


    .product-detail{
        width:100%;
        min-height:300px;
        padding:30px 0;
    }

        .product-detail .image-product{
            width:100%;
            min-height:300px;
            background-size:contain;
            background-repeat:no-repeat;
            background-position:center center;
            margin:30px 0;
        }
        .product-detail .info-product {
            width: 100%;
            min-height: 300px;
            display:flex;
            justify-content:center;
            align-items:center;
            flex-direction:column
        }
        .product-detail .card-product-detail {
            width: 100%;
            min-height: 200px;
            padding: 20px;
            margin: 20px 0;
            border: 1px solid #ddd;
            border-radius: 20px;
            box-shadow: 10px 10px 5px -8px rgba(194,188,194,1);
        }

            .product-detail .card-product-detail .header-detail {
                width: 100%;
                height: 50px;
               display:flex;
               justify-content:center;
               align-items:center;
                background-color: var(--kaveh-color-1-1);
                border-radius:20px;
                color:#fff;
            }
        .product-detail .card-product-detail .features-detail ul li {
            margin:20px 0;

        }
        .product-detail .order-now {
            width: 100%;
            min-height: 200px;
            height:auto;
            border: 1px solid #ddd;
            border-radius: 20px;
            box-shadow: 10px 10px 5px -8px rgba(194,188,194,1);
            background-color: #F8FDFF;
        }
                 {
                width: 100%;
                height: 300px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
            }
            .product-detail .order-now .phone-order {
                width: 100%;
                height: 50px;
                border-radius: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: var(--kaveh-color-1-1);
                color: #fff;
                margin:20px 0;
            }
                .product-detail .order-now .phone-order i{
                    font-size:25px;
                    margin:20px;
                }



/*//////////////////////mob-css*/
                @media only screen and (max-width: 768px) {
                    .menu-mob .logo{
                        width:150px
                    }
                    .contact .social {
                        flex-direction: column;
                            margin-left: 16px;
    margin-top: 10px;
                    }
                    .contact ul {
                        list-style: none;
                        display: flex
                    }

                    .contact ul li i {
                        display: none
                    }

                .contact ul {
                    margin-top: 20px;
                }

                .client .item {
                    width: 100%;
                    height: 250px;
                }

                .email .email-form {
                    flex-direction: column;
                }
                .slider{
                    background-size:contain;
                    height:200px;
                    background-repeat:no-repeat;
                }
                .slider .content{
                    height:200px;
                }
                    .about-us .content-about-us .info-team .service{
                        flex-direction:column;
                    }
            }

            /* ---------- Dropdown Base ---------- */
.menu .list li {
    position: relative;
}

/* فلش کنار آیتم‌هایی که زیرمنو دارند */
.menu .list li.dropdown > a::after {
    content: "▾";
    font-size: 15px;
    margin-left: 6px;
    transition: transform .25s ease;
    display: inline-block;
}

/* وقتی هاور شد فلش بچرخه */
.menu .list li.dropdown:hover > a::after {
    transform: rotate(180deg);
}

/* ---------- Dropdown Menu ---------- */
.menu .list .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transform: translateY(10px);
    transition: all .25s ease;
    z-index: 999;
}

/* باز شدن جذاب */
.menu .list li:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* آیتم‌های منو */
.menu .list .dropdown-menu li a {
    display: block;
    padding: 10px 18px;
    color: #333;
    font-size: 14px;
    transition: .2s;
    white-space: nowrap;
}

/* هاور روی آیتم‌ها */
.menu .list .dropdown-menu li a:hover {
    background: #f5f7ff;
    color: #0056d6;
}

/* ---------- Sub Menu (Level 2) ---------- */
.menu .list .dropdown-menu li.dropdown > a::after {
    content: "▸";
    font-size: 15px;
    float: right;
    transition: transform .25s ease;
}

/* هاور چرخش فلش زیرمنو */
.menu .list .dropdown-menu li.dropdown:hover > a::after {
    transform: translateX(3px);
}

/* موقعیت زیرمنو سطح دوم */
.menu .list .dropdown-menu.sub {
    top: 0;
    left: 100%;
    margin-left: 8px;
    transform: translateX(10px);
    transition: all .25s ease;
}

/* باز شدن زیرمنو */
.menu .list .dropdown-menu li:hover > .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* ---------- موبایل ---------- */
/* موبایل ساده‌تر بدون انیمیشن زیاد */
.menu-mob .dropdown-menu {
    padding-left: 15px;
    border-left: 2px solid #ddd;
}

.side-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* دقیقاً چسبیده به راست */
}

.side-img {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.logo-side {
    width: 70%;
    height: auto;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .side-wrapper {
        align-items: center; /* در موبایل وسط‌چین */
    }
    .side-img {
        height: 240px;
    }
    .logo-side {
        width: 110px;
    }
}

        .product-detail {
    padding: 30px 0;
}

.header-page .wrapper h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.info-product .main-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.side-wrapper {
    text-align: right;
}

.logo-side {
    max-width: 100%;
    height: auto;
}

.detail {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .side-wrapper {
        text-align: center;
        margin-top: 20px;
    }
}


.main-img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.small-img {
    max-width: 250px;
    display: block;
    margin: 0 auto 20px auto;
}


.order-now .wrapper-detail h1 {
    font-size: 26px;
}

.phone-order {
    display: flex;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

.phoneNumberFooter {
    margin-top: 16px !important;
    color: white !important;
    
}
.footer .contact-footer .phoneNumberFooter {
    color: #fff !important;
}
.footer,
.footer .contact-footer *,
.footer .contact-footer i {
    color: #fff !important;
}
