@font-face { /*Light 300*/
    font-family: 'MyFont';
    src: url('fonts/Alibaba-Light.woff2') format('woff2'),
         url('fonts/Alibaba-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face { /*Regular 400*/
    font-family: 'MyFont';
    src: url('fonts/Alibaba-Regular.woff2') format('woff2'),
         url('fonts/Alibaba-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face { /*Bold 700*/
    font-family: 'MyFont';
    src: url('fonts/Alibaba-Bold.woff2') format('woff2'),
         url('fonts/Alibaba-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face { /*Black 900*/
    font-family: 'MyFont';
    src: url('fonts/Alibaba-Black.woff2') format('woff2'),
         url('fonts/Alibaba-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
/*----------------------------*/
body {
    font-family: 'MyFont';
    font-weight: 400;
    margin:0;
    padding:0;

    background-image: url("images/background-e689443a.png");
    background-size: 100% auto;
    /* background-repeat: repeat-y; */
    background-position: center top;
}
section {
    padding: 40px 0px;
    /* max-width:1000px; */
    margin:auto;
}
h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align:center;
    margin-bottom: 10px;
    color:#000000;
    font-family: 'MyFont';
    font-weight: 700;
    font-size:23px;
}
/*============================================================= لاین استودیو مشکات*/
header {
    /* background-image: url("images/background-e689443a.png"); */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    color: #000000;
    padding: 50px 20px;
    text-align: center;
    padding-top: 110px;
}
header h1 {
    color: #003a73;
    font-family: 'MyFont';
    font-weight: 900;
    font-size:26px;
    direction: rtl;
    text-align: center;
    /* max-width: 600px; */
    /* margin: 0 auto 20px; */
}
header p {
    font-family: 'MyFont';
    font-weight: 500;
    font-size:15px;
    direction: rtl;
    text-align: center;
}
header a {
    font-family: 'MyFont';
    font-weight: 700;
    font-size:14px;
    text-decoration:none;
    background:#0073ff;
    color:white;
    padding: 5px 15px;
    border-radius: 5px;
}
header a:hover {
    background: #005fcc;
}
/*============================================================= انواع خدمات*/
.services {
    /* margin: 0 auto 20px; */
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    padding: 0px 0px;
}
.service {
    text-align: center;
    width: 125px;
    padding: 10px 0px;
}
.service img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    margin: 0 auto 10px;
}
.service p {
    font-family: 'MyFont';
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    /* line-height: 1.6; */
    margin: 0;
}
.icon-before svg, .icon-after svg {
    width: 30px;
    height: 30px;
    fill: #0057c1;
}
.icon-after svg {
    transform: scaleX(-1);
}
/*============================================================= نوار سفید PNG */
.features {
    padding: 0px 0px 50px 0px;
    margin: 0px 0px;
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}
.feature-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0px 20px;
}
.feature-column img {
    width: 80px;
    height: 80px;
    /* margin-bottom: 15px; */
}
.feature-column p {
    font-family: 'MyFont';
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    text-align: center;
}
/*============================================================= چرا مشکات؟ */
.section-subtitle-grid{
    text-align:center;
    color:#000000;
    font-family: 'MyFont';
    font-weight: 400;
    font-size:15px;
    direction: rtl;
}
.feature-grid2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    direction: rtl;
    justify-content: center;
    align-items: center;
    max-width:1000px;
    margin: 0 auto;
}
.feature-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* background-color: #f9fafb; */
    border-radius: 12px;
    padding: 15px;
    min-width: 150px;
    max-width: 200px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;

    background: rgba(255, 255, 255, 0.25); /* شفافیت */
    backdrop-filter: blur(10px);
    /* -webkit-backdrop-filter: blur(10px); */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
}
.feature-box:hover {
    background-color: #e2e8f0;
}
.feature-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.feature-header h3 {
    font-family: 'MyFont';
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.feature-box p {
    font-family: 'MyFont';
    font-weight: 500;
    font-size: 12px;
    color: #555;
    line-height: 1.4;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.feature-icon {
    width: 18px;
    height: 18px;
    /* align-self: flex-start; */
    /* padding: 10px 0px; */
    margin: 0;
}
/*============================================================= شرکتها*/
.logo-row {
    padding:50px 0px;
    max-width:1000px;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
}
.logo-row img {
    width: 110px;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
    flex-shrink: 0;
    /* opacity: .8; */
    transition: .3s;
}
/* .logo-row img:hover {
    opacity: 1;
} */
/*----------------------------*/
/* نمونه کار */
/* .portfolio { display:flex; flex-wrap:wrap; justify-content:center; gap:20px;}
.portfolio-item { flex:1 1 300px; background:white; border-radius:5px; overflow:hidden; box-shadow:0 0 10px rgba(0,0,0,0.1);}
.portfolio-item img { width:100%; display:block;} */
/*----------------------------*/
/* پکیج‌ها */
/* .pricing {
    direction: rtl;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
} */
/* .package { flex:1 1 250px; background:#1a1c21; border-radius:5px; padding:20px; text-align:center; box-shadow:0 0 10px rgba(0,0,0,0.1);}
.package h3 { margin-bottom:10px;}
.package p { margin-bottom:10px; font-size:18px; color:#ffffff;} */
/*----------------------------*/
/* فرم تماس */
.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    max-width: 500px;
    margin: auto;
    font-family: 'MyFont', sans-serif;
}
.contact-form input, .contact-form textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #000000;
    width: 70%;
    font-family: 'MyFont', sans-serif;
    text-align: right;
    direction: rtl;
    max-width: 100%;
}
.contact-form button {
    padding: 5px 20px;
    background: #0073ff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'MyFont', sans-serif;
    /* transition: background 0.3s ease; */
    /* align-self: center; */
}
.contact-form button:hover {
    background: #005fcc;
}
/*=============================================================آدرس و اطلاعات تماس*/
.contact-social {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1f2937;
    padding: 10px 20px;
    flex-wrap: wrap;
    direction: rtl;
    font-family: 'MyFont';
}
.contact-info span {
    margin-left: 25px;
    font-size: 14px;
    color: #ffffff;
}
.social-icons {
    display: flex;
    gap: 10px;
}
.social-icons a {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.social-icons i {
    font-size: 20px;
    color: #1a1c21;
}
.social-icons img {
    /* color: #1a1c21; */
    width: 24px;
    height: 24px;
}
/*----------------------------*/
footer {
    text-align: center;
    padding: 10px;
    background: #1f2937;
    color: #ffffff;
    font-size: 13px;
}
/*======================================================================================*/
/*======================================================================================*/
/*======================================================================================*/
/* نوار منو */
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 0 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    z-index: 9999;
    direction: rtl;
    gap: 30px;

    /* شیشه‌ای */
    background: rgba(255, 255, 255, 0.35); /* شفافیت */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);   /* برای Safari */
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); /* خط کم‌رنگ */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/* لیست اصلی */
.navbar ul {
    list-style: none;
    margin: 0;
    /* padding: 10px; */
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
    /* justify-content: center; */
    align-items: center;
    /* gap: 10px; */
}
/* آیتم‌ها */
.navbar li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}
/* خط جداکننده */
.navbar li:not(:last-child)::after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    background: #ccc;
    margin-left: 0px;
}
/* لینک‌ها */
.navbar a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    font-family: 'MyFont', sans-serif;
    /* text-align: right; */
    font-size: 16px;
    /* color: #ffffff; */
    transition: color 0.3s ease;
    color: rgb(0, 0, 0);
}
.navbar a:hover {
  color: #0073ff;
}
/* زیرمنو */
.dropdown-content {
    position:absolute;
    background:#ffffff;
    top:50px;
    right:0;
    min-width:160px;
    box-shadow:0 2px 5px rgba(0,0,0,0.2);
    border-radius:5px;
    opacity:0;
    transform:translateY(10px);
    pointer-events:none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    direction: rtl;
    text-align: right;
}
/* آیتم‌های زیرمنو */
.dropdown-content a {
    padding:10px 15px;
    white-space:nowrap;
    border-bottom:1px solid #f0f0f0;
    font-size:14px;
    font-family:'MyFont', sans-serif;
    color: black;
}
.dropdown-content a:last-child {
    border:none;
}
/* نمایش با افکت */
.navbar li:hover .dropdown-content {
    opacity:1;
    transform: translateY(0);
    pointer-events:auto;
    visibility: visible;
}
.navbar .logo img {
    max-height: 40px;
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
}
/* دکمه همبرگری */
.hamburger {
    display: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    transition: transform 0.3s ease;
}
.hamburger::before {
  content: "☰";
}
.hamburger.active::before {
  content: "✖";
}
/* شماره موبایل */
.contact-number a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}
/* نمایش منو در موبایل */
@media (max-width: 768px) {
    .navbar .logo {
        margin-top: 10px;
        display: block;
    }
    .contact-number {
        position: absolute;
        left: 5px;
        top: 20px;
        font-size: 10x;
        unicode-bidi: bidi-override;
        direction: rtl;
    }
    .hamburger {
        display: block;
        font-size: 25px;
        cursor: pointer;
        color: #fff;
        position: absolute;
        top: 5px;
        right: 20px;
    }
    .navbar ul {
        flex-direction: column;
        width: 100%;
        transform-origin: top;
        transform: scaleY(0);
        max-height: 0;
        /* overflow: hidden; */
        opacity: 0;
        transition: max-height 0.5s ease, opacity 0.5s ease;
        background: #323740;
    }
    .navbar ul.active {
        /* display: flex; */
        transform: scaleY(1);
        max-height: 1000px;
        opacity: 1;
    }
    .navbar li {
        width: 100%;
        display: block;
        text-align: right;
    }
    .navbar a {
        display: block;
        width: 100%;
        padding: 8px 10px;
        color: #fff;
    }
    .hamburger::before {
        content: "☰";
        /* transition: transform 0.3s ease; */
    }
    .hamburger.active::before {
        content: "✖";
    }
    .dropdown-content {
        position: static;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.4s ease;
        background: #323740;
        text-align: right;
    }
    .dropdown-content a {
        color: #fff;
        padding: 10px 15px;
        border-bottom: 1px solid #333;
        display: block;
    }
    .dropdown-content a:last-child {
        border-bottom: none;
    }
    .dropdown-open .dropdown-content {
        max-height: 300px;
        opacity: 1;
    }
    .navbar li.open .dropdown-content {
        max-height: 500px;
        opacity: 1;
    }
    .navbar li:not(:last-child)::after {
        display: none;
    }
    .dropdown-content a:hover {
        color: #00a2ff;
    }
}
/*======================================================================================*/


