 @font-face {
    font-family: variableFont;
    font-weight: 100 1000;
    font-style: normal;
    src: url("../font/FilimoDemoVariableVF.woff2") format('woff2'), url("../font/FilimoDemo-Medium.woff") format('woff');
}
.mar-t-3{margin-top:3em;}
.mar-t-2{margin-top:2em;}
.pad-t-3{padding-top:3em;}
.pad-t-2{padding-top:2em;}
.mar-b-3{margin-bottom:3em;}
.mar-b-30{margin-bottom:30px;}
.mar-b-25{margin-bottom:25px;}
.mar-b-20{margin-bottom:20px;}
.mar-b-2{margin-bottom:2em;}
.pad-b-3{padding-bottom:3em;}
.pad-b-2{padding-bottom:2em;}
.pad-0{padding:0 !important; }
.mar-0{ margin:0 !important}
.mar-pad-0{padding:0 !important; margin:0 !important}
.product-support{background-color: #222222;}
.product-support-box {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.product-support-content {
    font-size: 14px !important;
    display: inline-block;
    text-align: center;
    fill: #999;
    box-sizing: content-box !important;
    margin: 29px auto;
    color: #999;
    padding: 0;
    box-sizing: border-box;
}
.product-support-icon {
    display: block;
    width: 100%;
    color: #999;
    fill: #999;
}
.product-support-icon svg {
    overflow-clip-margin: content-box;
    width: 1em;
    height: 1em;
    overflow: hidden;
    color: #999;
    font-size: 2rem !important;
}
.product-support-content strong {
    margin: auto;
    color: #999;
    text-align: center;
    line-height: 30px;
	font-family: variableFont;
}
.home-brand-box{padding: 0 0 4em !important;}
.home-brand-icon.home-brand-box-icon {
    display: inline-block;
    transition: all .25s ease;
    overflow: hidden;
}
.home-brand-icon-wrapper { flex: 0 0 auto; line-height: 0; color: #215184; font-size: 52px; font-weight: 700; }.home-brand-info-box { display: flex; align-items: stretch; flex-direction: column;  }
.home-brand-icon.home-brand-box-icon a img {
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: opacity .3s ease, -webkit-filter .3s ease;
    transition: filter .3s ease, opacity .3s ease;
    transition: filter .3s ease, opacity .3s ease, -webkit-filter .3s ease; max-width:100%; max-height:75px;
}
.home-brand-icon.home-brand-box-icon:hover a img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
i:before, .fa:before,  .fas:before {
    font-family: FontAwesome !important;}
@media only screen and (min-width: 1640px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .l-wrapper, .l-wrapper--boxed, main > .notifications-container {
        max-width: 1620px !important;
    }
}

        /* Reset و تنظیمات پایه */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary-color: #1a73e8;
            /* آبی حرفه&zwnj;ای */
            --secondary-color: #0d47a1;
            /* آبی تیره */
            --accent-color: #ff6d00;
            /* نارنجی برای هایلایت */
            --light-color: #f8f9fa;
            --dark-color: #212529;
            --gray-color: #6c757d;
            --shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            --transition: all 0.3s ease;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: variableFont;
            line-height: 1.6;
            color: var(--dark-color);
            background-color: #fff;
            overflow-x: hidden;
        }

        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section-padding {
            padding: 80px 0;
        }

        .bg-light {
            background-color: var(--light-color);
        }
a{font-family: variableFont;text-decoration: none !important;color: rgb(171 140 9);}
        /* تایپوگرافی */
        h1,
        h2,
        h3,
        h4 {
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1rem;
            font-family: variableFont;
        }

        p {font-family: variableFont;
            margin-bottom: 1rem;
            color: var(--gray-color); text-align:justify;
        }

        .highlight {
            color: #ab8c09;
        }

        .section-title {
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 1rem;
        }

        .section-subtitle {
            text-align: center;
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto 50px;
            color: var(--gray-color);
        }

        /* دکمه&zwnj;ها */
        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 28px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
            transition: var(--transition);
            border: none;
            font-family: inherit;
            gap: 8px;
        }
.btn-windowfilm{background-color: #ab8c09 !important;}
        .btn-primary {
            background-color: #ab8c09;
            color: white;
        }

        .btn-primary:hover {
            background-color: #e8c759;
            transform: translateY(-3px);
            box-shadow: var(--shadow);
        }

        .btn-secondary {
            background-color: transparent;
            color: #ab8c09;
            border: 2px solid #ab8c09;
        }

        .btn-secondary:hover {
            background-color: rgba(26, 115, 232, 0.1);
            transform: translateY(-3px);
        }

        .btn-large {
            padding: 16px 40px;
            font-size: 1.1rem;
        }

        /* هدر و نوار ناوبری */
        .header {
            position: fixed;
            top: 0;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.98);
            box-shadow: var(--shadow);
            z-index: 1000;
            padding: 15px 0;
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            display: flex;
            align-items: center;
            font-size: 1.8rem;
            font-weight: 700;
            text-decoration: none;
            color: var(--dark-color);
            gap: 10px;
        }

        .logo-highlight {
            color: #ab8c09;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 30px;
        }

        .nav-menu a {
            text-decoration: none;
            color: var(--dark-color);
            font-weight: 500;
            transition: var(--transition);
        }

        .nav-menu a:hover {
            color: #ab8c09;
        }

        /* بخش Hero */
        .hero {
            padding-top: 150px;
            overflow: hidden;
        }

        .hero .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: row-reverse;
            gap: 50px;
        }

        .hero-content {
            flex: 1;
        }

        .hero-title {
            font-size: 3rem;
            margin-bottom: 20px;
        }

        .hero-subtitle {
            font-size: 1.2rem;
            margin-bottom: 30px;
            color: var(--gray-color);
        }

        .hero-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .hero-image {
            flex: 1;
            text-align: center;
        }

        .hero-image img {
            max-width: 100%;
            border-radius: 10px;
            box-shadow: var(--shadow);
        }

        /* بخش Features */
        .features-grid {
            display: grid;
            grid-template-columns: auto auto auto;
            gap: 30px;
            margin-top: 50px;
        }

        .feature-card {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: var(--shadow);
            transition: var(--transition);
            text-align: center;
        }

        .feature-card:hover {
            transform: translateY(-10px);
        }

        .feature-icon {
            font-size: 2.5rem;
            color: #ab8c09;
            margin-bottom: 20px;
        }

        .feature-card h3 {font-family: variableFont;
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        /* بخش Applications */
        .applications-list {
            display: grid;
            grid-template-columns: auto auto auto auto;
            gap: 20px;
            margin-top: 50px;
        }

        .app-item {
            background: white;
            padding: 20px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            gap: 15px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
            transition: var(--transition);
        }

        .app-item:hover {
            transform: translateX(-5px);
            box-shadow: var(--shadow);
        }

        .app-item i {
            font-size: 1.5rem;
            color: #ab8c09;
            min-width: 30px;
        }

        /* بخش Protection Levels */
        .protection-levels {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .level-card {
            padding: 30px;
            border-radius: 10px;
            color: white;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .level-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
            z-index: -1;
        }

        .level-1 {
            background: url('../images/level1-bg.jpg') center/cover no-repeat;
        }

        .level-2 {
            background: url('../images/level2-bg.jpg') center/cover no-repeat;
        }

        .level-3 {
            background: url('../images/level3-bg.jpg') center/cover no-repeat;
        }

        .level-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .level-card ul {
            list-style: none;
            margin-top: 20px;
        }
		.level-card p{color:white}
        .level-card li {
			 font-family: variableFont;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .level-card i {
            color: #4CAF50;
        }

        /* بخش CTA */
        .cta {
            background: linear-gradient(135deg, #ab8c09, #e8c759);
            color: white;
            text-align: center;
        }

        .cta h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .cta p {
            color: rgba(255, 255, 255, 0.9);
            max-width: 700px;
            margin: 0 auto 30px;
        }

        .cta .btn-large {
            background-color: white;
            color: #ab8c09;
            margin-bottom: 15px;
        }

        .cta .btn-large:hover {
            background-color: var(--light-color);
            transform: scale(1.05);
        }

        .cta-note {
            font-size: 0.9rem;
            opacity: 0.8;
        }

        /* فرم تماس */
        .contact-form .container {
            max-width: 800px;
        }

        form#contactForm {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 30px;
        }

        .form-group {
            display: flex;
            flex-direction: column;
        }

        .form-group.full-width {
            grid-column: 1 / -1;
        }

        input,
        select,
        textarea {
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-family: variableFont;
            font-size: 1rem;
            transition: var(--transition);
        }

        #contactForm input:focus,
         #contactForm select:focus,
        #contactForm textarea:focus {
            outline: none;
            border-color: #ab8c09;
            box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.2);
        }

        /* فوتر */
        .footer {
            background-color: var(--dark-color);
            color: white;
            padding-top: 60px;
        }

        .footer .container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-info p {
            color: rgba(255, 255, 255, 0.7);
            margin: 0 0 20px 0;
        }

        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-links a {font-family: variableFont;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: white;
            text-decoration: none;
            transition: var(--transition);
        }

        .social-links a:hover {
            background-color: #ab8c09;
            transform: translateY(-3px);
        }

        .footer-links,
        .footer-contact {
            display: flex;
            flex-direction: column;
        }

        .footer-links h4,
        .footer-contact h4 {font-family: variableFont;
            font-size: 1.2rem;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-links h4::after,
        .footer-contact h4::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 50px;
            height: 2px;
            background-color: #ab8c09;
        }

        .footer-links a {font-family: variableFont;
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            margin-bottom: 10px;
            transition: var(--transition);
        }

        .footer-links a:hover {
            color: #ab8c09;
            padding-right: 5px;
        }

        .footer-contact p {font-family: variableFont;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            color: rgba(255, 255, 255, 0.7);
        }

        .footer-contact i {
            color: #ab8c09;
            min-width: 20px;
        }

        .footer-bottom {
            text-align: center;
            padding: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.9rem;
        }
.windowfilm-main-header {
    position: sticky;
    top: 0;
    z-index: 390;
    backface-visibility: hidden;
}
.windowfilm-main-header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 390;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.windowfilm-main-header-content {
    background-color: #212529;
    padding: 0;
}
.header-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.site-logo .logo-link {
    display: block;
}
.site-logo img {
    max-width: 200px;
    height: auto;
}
.search-container {
    flex: 1;
    max-width: 500px;
}
.searchform {
    position: relative;
}
.searchform input[type=search] {
    padding: 0 15px;
    width: 100%;
    background-color: #FFF;
    min-width: 290px;
    height: 46px;
    font-size: 15px;
    border-radius: 30px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
.search-field {
    width: 100%;
    padding: 12px 52px 12px 15px;
    background-color: #FFF;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
.searchform .searchsubmit {
    position: absolute;
    bottom: 0;
    padding: 0;
    left: 0;
    height: 46px;
    width: 52px;
    color: #FFF;
    background-color: #ab8c09;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    line-height: 18px;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.contact-info {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.contact-item {
    display: flex;
    align-items: center;
    margin: 0 5px;
}
.contact-item i {
    margin-left: 5px;
}
.contact-divider {
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
}
.headerfull {
    width: 100%;
	background:unset;
    background-color: #f8f9fa;
    height: 50px;
}
        /* رسپانسیو */
        @media (max-width: 992px) {
            .hero .container {
                flex-direction: column;
                text-align: center;
            }

            .section-title {
                font-size: 2rem;
            }

            .hero-title {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 768px) {
            .nav-menu {
                display: none;
                /* برای سادگی، منوی همبرگری نیاز به جاوااسکریپت بیشتری دارد */
            }

            .hero-buttons {
                justify-content: center;
            }

            form {
                grid-template-columns: 1fr;
            }

            .section-padding {
                padding: 60px 0;
            }
        }

        @media (max-width: 576px) {
			.textwidget p .logo {
        justify-content: center;
        display: flex !important;}
			.textwidget {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}
			.social-links{align-items: center;
    justify-content: center;}
            .hero-title {
                font-size: 2rem;
            }

            .hero-subtitle {
                font-size: 1rem;
            }

            .btn {
                padding: 10px 20px;
            }
        }