*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:"Vazirmatn",sans-serif;color:#14253b;background:#fff}
a{text-decoration:none;color:inherit}
.header-container{padding-right: 15px;padding-left: 15px;}
.header{width:100%;background:#fff}
.header-container{max-width:1800px;margin:auto;padding:0 45px}
.header-top{height:170px;display:flex;align-items:center;gap:35px;direction:ltr;}
.logo{width:230px;display:flex;justify-content:center;align-items:center;flex-shrink:0}
.logo img{max-width:220px;max-height:90px;object-fit:contain}
.search-area{flex:1;display:flex;justify-content:center}
.search-box{width:100%;max-width:900px;height:48px;border:1px solid #d3d3d3;border-radius:13px;display:flex;align-items:center;overflow:hidden;background:#fff}
.search-box input{width:100%;height:100%;border:0;outline:0;padding:0 25px;font-family:inherit;font-size:15px;text-align:right}
.search-box input::placeholder{color:#b8b8b8}
.search-box button{width:65px;height:100%;border:0;background:#fff;display:flex;align-items:center;justify-content:center;color:#17304b;font-size:29px}
.header-actions{width:330px;display:flex;align-items:center;gap:30px;flex-shrink:0;direction:ltr}
.header-icon{width:40px;height:45px;display:flex;align-items:center;justify-content:center;position:relative}
.header-icon i{font-size:30px}
.cart-icon span{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border-radius:50%;background:#e9004f;color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center}
.header-line{width:1px;height:42px;background:#ddd}
.branch-link{display:flex;align-items:center;gap:8px;direction:rtl;font-size:16px;white-space:nowrap}
.branch-link i{font-size:25px;color:#ff482e}
.navigation{height:80px;border-bottom:1px solid #d5d5d5;display:flex;align-items:center;justify-content:space-between}
.nav-right,.nav-left{display:flex;align-items:center;gap:40px}
.nav-link-custom{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:15px;color:#142b45}
.nav-link-custom i{font-size:25px}
.nav-link-custom:hover{color:#ed462c}
.small-icon{font-size:12px!important}
.red-icon{color:#ff4b31}
.category-link{font-weight:600}
.phone-link{direction:ltr}
.categories{height:150px;background:#fff;overflow:hidden}
.categories-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:10px 15px;overflow-x:auto;scrollbar-width:none}
.categories-inner::-webkit-scrollbar{display:none}
.category-item{width:85px;min-width:85px;text-align:center}
.category-image{width:85px;height:85px;border:3px solid #9345a4;border-radius:50%;padding:4px;background:#fff}
.category-image img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}
.category-item span{display:block;margin-top:10px;font-size:11px;white-space:nowrap;color:#222}

.hero-section{margin:0 35px;position:relative}
.hero-swiper{width:100%;overflow:hidden;border-radius:30px;padding-bottom:35px}
.hero-slide{display:block;width:100%;height:420px;overflow:hidden;border-radius:30px}
.hero-slide img{display:block;width:100%;height:100%;object-fit:cover}
.hero-slide-empty{background:#fffbd5}
.hero-swiper .swiper-pagination{bottom:0;height:20px;display:flex;align-items:center;justify-content:center;gap:6px}
.hero-swiper .swiper-pagination-bullet{width:7px;height:7px;margin:0!important;background:#b8b8b8;opacity:1;transition:.25s}
.hero-swiper .swiper-pagination-bullet-active{width:22px;border-radius:10px;background:#9345a4}
@media(max-width:991.98px){
.hero-section{margin:0 10px}
.hero-swiper{border-radius:20px;padding-bottom:30px}
.hero-slide{height:auto;aspect-ratio:16/7;border-radius:20px}
.hero-swiper .swiper-pagination{bottom:0}
.hero-swiper .swiper-pagination-bullet{width:6px;height:6px}
.hero-swiper .swiper-pagination-bullet-active{width:18px}
}
@media(max-width:575.98px){
.hero-swiper{padding-bottom:27px}
.hero-slide{aspect-ratio:16/9;border-radius:15px}
}
.mobile-header{display:none}
@media(max-width:991.98px){
.header-container{display:none}
.mobile-header{display:block;padding:0 15px;border-bottom:1px solid #ddd}
.mobile-top{height:65px;display:flex;align-items:center;justify-content:space-between}
.mobile-logo{display:flex;justify-content:center;flex:1}
.mobile-logo img{width:135px;max-height:52px;object-fit:contain}
.mobile-menu,.mobile-cart{width:42px;height:42px;border:0;background:transparent;color:#142b45;font-size:27px;display:flex;align-items:center;justify-content:center;position:relative}
.mobile-cart span{position:absolute;top:0;right:0;width:17px;height:17px;background:#e9004f;border-radius:50%;color:#fff;font-size:9px;display:flex;align-items:center;justify-content:center}
.mobile-search{padding-bottom:12px}
.mobile-search .search-box{height:48px;border-radius:10px}
.mobile-search .search-box button{width:50px;font-size:22px}
.mobile-search .search-box input{font-size:13px;padding:0 15px}
.categories{height:155px}
.categories-inner{justify-content:flex-start;gap:18px;padding:10px 15px}
.category-item{width:78px;min-width:78px}
.category-image{width:75px;height:75px;border-width:2px;padding:3px}
.category-item span{font-size:10px;margin-top:7px}
.hero{margin:0 10px;border-radius:20px 20px 0 0}
.hero-content{min-height:350px;padding:30px 20px;flex-direction:column;text-align:center;justify-content:center}
.hero-text h1{font-size:28px}
.hero-text p{font-size:14px}
.hero-image{max-width:280px;margin-top:20px}
}
@media(max-width:575.98px){
.mobile-top{height:60px}
.mobile-logo img{width:120px}
.categories{height:140px}
.categories-inner{gap:16px}
.category-item{width:70px;min-width:70px}
.category-image{width:67px;height:67px}
.category-item span{font-size:9px}
.hero-text h1{font-size:23px}
.hero-text p{font-size:13px}
}

.amazing-section{margin:35px 0 0;padding:30px 35px 45px;background:#fff2c9;position:relative;overflow:hidden}
.amazing-section:before{content:"";position:absolute;top:0;left:0;right:0;height:35px;background-image:linear-gradient(90deg,transparent 0 3%,#fff7df 3% 6%,transparent 6% 8%,#fff7df 8% 11%,transparent 11% 15%,#fff7df 15% 18%,transparent 18% 21%,#fff7df 21% 25%,transparent 25% 28%,#fff7df 28% 32%,transparent 32% 36%,#fff7df 36% 39%,transparent 39% 43%,#fff7df 43% 46%,transparent 46% 50%,#fff7df 50% 54%,transparent 54% 58%,#fff7df 58% 62%,transparent 62% 66%,#fff7df 66% 70%,transparent 70% 74%,#fff7df 74% 78%,transparent 78% 82%,#fff7df 82% 86%,transparent 86% 90%,#fff7df 90% 94%,transparent 94%)}
.amazing-title{font-size:22px;font-weight:700;text-align:right;margin:15px 20px 25px;color:#111}
.amazing-content{display:flex;flex-direction:row-reverse;align-items:center;gap:30px;min-height:390px;direction:ltr;}
.amazing-campaign{width:260px;height:360px;display:block;flex:0 0 190px;border-radius:16px;overflow:hidden}
.amazing-campaign img{width:100%;height:100%;display:block;object-fit:cover}
.amazing-products{width:calc(100% - 290px);min-width:0;position:relative}
.amazing-swiper{padding:5px 10px 10px}
.amazing-swiper .swiper-slide{height:auto}
.product-card{display:block;background:#fff;border-radius:15px;padding:10px 10px 16px;height:360px;box-shadow:0 1px 4px rgba(0,0,0,.03);transition:.2s}
.product-card:hover{transform:translateY(-4px)}
.product-image{height:225px;border-radius:12px;overflow:hidden;position:relative;background:#f7f7f7}
.product-image img{width:100%;height:100%;display:block;object-fit:cover}
.product-badge{position:absolute;top:7px;right:7px;background:#e90050;color:#fff;padding:3px 7px;border-radius:5px;font-size:11px;font-weight:600;z-index:2}
.product-title{font-size:13px;color:#222;text-align:right;margin:14px 4px 12px;line-height:1.8;height:45px;overflow:hidden}
.product-price{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:0 5px}
.product-price strong{font-size:15px;color:#111;font-weight:700}
.product-price del{font-size:11px;color:#999}
.amazing-prev,.amazing-next{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.12);z-index:5;display:flex;align-items:center;justify-content:center;color:#172b40;cursor:pointer}
.amazing-prev{right:-5px}
.amazing-next{left:-5px}
.amazing-prev i,.amazing-next i{font-size:18px}
@media(max-width:1199.98px){
.amazing-section{padding-left:20px;padding-right:20px}
.amazing-campaign{width:220px;flex-basis:220px;height:330px}
.amazing-products{width:calc(100% - 250px)}
.product-card{height:330px}
.product-image{height:200px}
}
@media(max-width:991.98px){
.amazing-section{margin-top:25px;padding:30px 15px 35px}
.amazing-title{font-size:18px;margin:15px 10px 20px}
.amazing-content{gap:15px;min-height:330px}
.amazing-campaign{width:190px;flex-basis:190px;height:300px}
.amazing-products{width:calc(100% - 205px)}
.product-card{height:300px;padding:8px}
.product-image{height:175px}
.product-title{font-size:11px;margin-top:10px}
.product-price strong{font-size:13px}
}
@media(max-width:767.98px){
.amazing-content{display:block}
.amazing-campaign{width:180px;height:180px;margin:0 auto 20px}
.amazing-products{width:100%}
.amazing-swiper{padding-left:25px;padding-right:25px}
.product-card{height:285px}
.product-image{height:165px}
.amazing-prev{right:0}
.amazing-next{left:0}
}
@media(max-width:575.98px){
.amazing-section{padding-left:10px;padding-right:10px}
.amazing-title{text-align:center;font-size:17px}
.amazing-campaign{width:170px;height:170px}
.product-card{height:270px;border-radius:12px}
.product-image{height:150px}
.product-title{font-size:10px;height:40px}
.product-price strong{font-size:12px}
.product-price del{font-size:10px}
}
.age-section{width:100%;background:#fff;padding:0 45px 25px;overflow:hidden}
.age-section-inner{max-width:1800px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.age-item{display:block;width:19%;max-width:220px;text-align:center;flex-shrink:0}
.age-item img{display:block;width:100%;height:auto;object-fit:contain}
.age-item:hover img{transform:translateY(-3px)}
@media(max-width:991.98px){
.age-section{padding:10px 15px 20px;overflow-x:auto;scrollbar-width:none}
.age-section::-webkit-scrollbar{display:none}
.age-section-inner{width:max-content;max-width:none;justify-content:flex-start;gap:12px}
.age-item{width:135px;max-width:135px}
}
@media(max-width:575.98px){
.age-section{padding:5px 10px 15px}
.age-section-inner{gap:8px}
.age-item{width:115px;max-width:115px}
}
.new-products-section{width:100%;padding:0 45px 35px;background:#fff}
.new-products-header{max-width:1800px;margin:0 auto 12px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ddd;padding-top:8px}
.new-products-header h2{font-size:17px;font-weight:700;color:#111;margin:0}
.new-products-more{font-size:10px;color:#222;display:flex;align-items:center;gap:5px}
.new-products-more i{width:20px;height:20px;border-radius:5px;background:#e90050;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px}
.new-products-slider{max-width:1800px;margin:auto;display:grid;grid-template-columns:repeat(6,1fr);gap:7px}
.new-product-card{height:235px;border:1px solid #e7e7e7;border-radius:9px;background:#fff;overflow:hidden;transition:.2s}
.new-product-card:hover{transform:translateY(-3px);box-shadow:0 4px 15px rgba(0,0,0,.08)}
.new-product-card a{display:block;height:100%;padding:8px}
.new-product-image{width:100%;height:150px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.new-product-image img{width:100%;height:100%;object-fit:contain}
.new-product-card h3{font-size:9px;font-weight:400;color:#333;line-height:1.7;text-align:right;margin:8px 2px 5px;height:30px;overflow:hidden}
.new-product-price{font-size:11px;font-weight:700;color:#111;text-align:right;white-space:nowrap}
@media(max-width:1199.98px){
.new-products-section{padding-left:20px;padding-right:20px}
.new-products-slider{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:991.98px){
.new-products-section{padding-left:15px;padding-right:15px}
.new-products-slider{display:flex;overflow-x:auto;gap:8px;scrollbar-width:none}
.new-products-slider::-webkit-scrollbar{display:none}
.new-product-card{width:180px;min-width:180px}
}
@media(max-width:575.98px){
.new-products-section{padding-left:10px;padding-right:10px}
.new-products-header h2{font-size:15px}
.new-product-card{width:160px;min-width:160px;height:220px}
.new-product-image{height:140px}
}

.promo-section{width:100%;padding:0 35px 25px;background:#fff}
.promo-container{max-width:1800px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.promo-banner{display:block;width:100%;overflow:hidden;border-radius:9px}
.promo-banner img{display:block;width:100%;height:auto;aspect-ratio:2.75/1;object-fit:cover;transition:transform .25s ease}
.promo-banner:hover img{transform:scale(1.02)}
@media(max-width:1199.98px){
.promo-section{padding-left:20px;padding-right:20px}
.promo-container{gap:8px}
}
@media(max-width:991.98px){
.promo-section{padding-left:15px;padding-right:15px}
.promo-container{grid-template-columns:repeat(2,1fr);gap:10px}
.promo-banner img{aspect-ratio:2.6/1}
}
@media(max-width:575.98px){
.promo-section{padding-left:10px;padding-right:10px}
.promo-container{grid-template-columns:1fr 1fr;gap:7px}
.promo-banner{border-radius:7px}
.promo-banner img{aspect-ratio:2.4/1}
}

.popular-section{width:100%;padding:25px 35px 35px;background:#fff}
.popular-container{max-width:1410px;margin:auto}
.bestseller-box{border:1px solid #ddd;border-radius:15px;padding:12px 10px 25px;background:#fff}
.section-heading{height:55px;display:flex;align-items:center;justify-content:space-between;padding:0 5px}
.section-heading h2{font-size:18px;font-weight:700;color:#111;margin:0;display:flex;align-items:center;gap:8px}
.section-heading h2 span{font-size:31px}
.section-heading a{font-size:11px;font-weight:600;color:#111;display:flex;align-items:center;gap:6px}
.section-heading a i{width:32px;height:25px;border-radius:6px;background:#ed004f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px}
.bestseller-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.bestseller-card{height:86px;border:1px solid #e8edf3;border-radius:14px;box-shadow:0 5px 12px rgba(20,37,59,.06);display:flex;align-items:center;direction:rtl;padding:5px 8px;position:relative;overflow:hidden;background:#fff}
.bestseller-card img{width:85px;height:75px;object-fit:contain;flex:0 0 85px}
.product-number{font-size:20px;font-weight:800;color:#ed0050;width:30px;text-align:center;flex-shrink:0}
.bestseller-info{flex:1;text-align:right;padding:0 5px;min-width:0}
.bestseller-info h3{font-size:11px;font-weight:400;color:#222;line-height:1.8;margin:0;max-height:40px;overflow:hidden}
.bestseller-info p{font-size:10px;color:#333;margin:1px 0 0}
.price-selection-row{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:38px;direction:rtl}
.price-selection-box{border:1px solid #ddd;border-radius:13px;padding:0 15px 10px;position:relative;background:#fff}
.price-selection-box h2{font-size:19px;font-weight:700;color:#111;background:#fff;padding:0 20px;position:relative;margin:-15px auto 5px;width:max-content;max-width:90%;text-align:center}
.price-items{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:5px}
.price-item{display:block;width:100%;height:200px;overflow:hidden}
.price-item img{width:100%;height:100%;object-fit:contain;display:block;transition:.2s}
.price-item:hover img{transform:scale(1.04)}
@media(max-width:1199.98px){
.popular-section{padding-left:20px;padding-right:20px}
.bestseller-grid{grid-template-columns:repeat(3,1fr)}
.price-selection-row{gap:20px}
.price-item{height:175px}
}
@media(max-width:991.98px){
.popular-section{padding:20px 15px 30px}
.bestseller-grid{grid-template-columns:repeat(2,1fr);gap:12px}
.bestseller-card{height:82px}
.price-selection-row{grid-template-columns:1fr;gap:30px}
.price-item{height:200px}
}
@media(max-width:575.98px){
.popular-section{padding:15px 10px 25px}
.bestseller-box{padding:8px 7px 15px;border-radius:12px}
.section-heading{height:48px}
.section-heading h2{font-size:14px}
.section-heading h2 span{font-size:23px}
.section-heading a{font-size:9px}
.section-heading a i{width:27px;height:23px}
.bestseller-grid{display:flex;overflow-x:auto;gap:9px;scrollbar-width:none}
.bestseller-grid::-webkit-scrollbar{display:none}
.bestseller-card{width:260px;min-width:260px;height:78px}
.bestseller-card img{width:70px;height:65px;flex-basis:70px}
.product-number{font-size:17px;width:25px}
.bestseller-info h3{font-size:9px}
.bestseller-info p{font-size:8px}
.price-selection-row{margin-top:30px;gap:25px}
.price-selection-box{padding:0 8px 8px}
.price-selection-box h2{font-size:14px;margin-top:-11px;padding:0 10px}
.price-items{gap:0}
.price-item{height:125px}
}

.articles-brands-section{width:100%;padding:35px 35px 40px;background:#fff}
.articles-container,.brands-container{max-width:1410px;margin:0 auto}
.articles-heading{height:55px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;direction:rtl}
.articles-heading h2{font-size:19px;font-weight:700;color:#111;margin:0}
.articles-heading a{font-size:11px;font-weight:600;color:#111;display:flex;align-items:center;gap:7px;direction:rtl}
.articles-heading a i{width:32px;height:25px;border-radius:6px;background:#ed0050;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px}
.articles-content{display:grid;grid-template-columns:1fr 2.15fr;gap:15px;margin-top:10px;direction:ltr;height:460px;direction: rtl;}
.featured-article{position:relative;border-radius:14px;overflow:hidden;height:460px;background:#ddd}
.featured-article>a{display:block;width:100%;height:100%;position:relative}
.featured-article img{width:100%;height:100%;object-fit:cover;display:block}
.featured-overlay{position:absolute;left:0;right:0;bottom:0;padding:55px 15px 12px;color:#fff;background:linear-gradient(to top,rgba(5,28,75,.98),rgba(5,28,75,.7),transparent);direction:rtl}
.featured-overlay h3{font-size:15px;line-height:1.9;margin:0 0 10px;font-weight:700}
.article-meta{display:flex;align-items:center;justify-content:flex-start;gap:10px;font-size:9px;color:inherit;direction:rtl;white-space:nowrap}
.article-meta span{display:flex;align-items:center;gap:3px}
.article-meta i{font-size:14px}
.article-list{display:flex;flex-direction:column;gap:10px;height:460px;direction:rtl;overflow-y:auto;overflow-x:hidden;padding:0 0 0 8px;scrollbar-width:auto;scroll-behavior:smooth}
.article-list::-webkit-scrollbar{width:7px}
.article-list::-webkit-scrollbar-track{background:#eee;border-radius:10px}
.article-list::-webkit-scrollbar-thumb{background:#888;border-radius:10px}
.article-list::-webkit-scrollbar-thumb:hover{background:#666}
.article-card{flex:0 0 145px;height:145px;min-height:145px}
.article-card{height:145px;min-height:145px;border:1px solid #e5eaf0;border-radius:13px;box-shadow:0 4px 12px rgba(20,37,59,.07);overflow:hidden;background:#fff}
.article-card>a{height:100%;display:flex;direction:rtl}
.article-card-image{width:150px;min-width:150px;height:100%;padding:5px}
.article-card-image img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.article-card-body{flex:1;display:flex;flex-direction:column;padding:12px 10px 8px;min-width:0}
.article-card-body h3{font-size:14px;font-weight:600;color:#222;margin:0;text-align:right;line-height:1.8}
.article-card-bottom{margin-top:auto;border-top:1px dashed #aaa;padding-top:8px;display:flex;align-items:center;justify-content:space-between;gap:10px;direction:rtl}
.article-card-bottom .article-meta{color:#315b91;direction:rtl}
.article-card-bottom .article-meta span{font-size:8px}
.article-card-bottom .article-meta i{font-size:14px}
.read-more{border:1px solid #ed0050;color:#ed0050;border-radius:5px;padding:3px 8px;font-size:9px;white-space:nowrap}
.brands-container{margin-top:55px}
.brands-heading{height:45px;border-bottom:1px solid #ddd;display:flex;align-items:flex-start;justify-content:flex-end;direction:rtl}
.brands-heading h2{font-size:17px;font-weight:700;color:#111;margin:0;background:#fff;padding:0 10px}
.brands-list{display:grid;grid-template-columns:repeat(6,1fr);height:150px;direction:rtl}
.brand-item{height:130px;display:flex;align-items:center;justify-content:center;border-left:1px solid #eee}
.brand-item:last-child{border-left:0}
.brand-item img{width:75%;height:85%;object-fit:contain;transition:.25s}
.brand-item:hover img{transform:scale(1.06)}
@media(max-width:1199.98px){
.articles-brands-section{padding-left:20px;padding-right:20px}
.articles-content{height:430px}
.featured-article{height:430px}
.article-list{height:430px}
.article-card{height:135px;min-height:135px}
.article-card-image{width:130px;min-width:130px}
.article-card-body h3{font-size:12px}
}
@media(max-width:991.98px){
.articles-brands-section{padding:25px 15px 35px}
.articles-content{grid-template-columns:1fr;height:auto;direction:rtl}
.featured-article{height:350px;order:1}
.article-list{height:auto;max-height:430px;order:2;overflow-y:visible}
.article-card{height:125px;min-height:125px}
.article-card-image{width:125px;min-width:125px}
.brands-container{margin-top:40px}
.brands-list{grid-template-columns:repeat(3,1fr);height:auto}
.brand-item{height:125px}
.article-list{height:390px;overflow-y:auto;overflow-x:hidden;padding-left:7px}
.article-card{flex:0 0 125px;height:125px;min-height:125px}
}
@media(max-width:575.98px){
.articles-brands-section{padding:20px 10px 30px}
.articles-heading{height:45px}
.articles-heading h2{font-size:15px}
.articles-heading a{font-size:9px}
.articles-heading a i{width:28px;height:23px}
.articles-content{margin-top:8px;gap:8px}
.featured-article{height:260px;border-radius:11px}
.featured-overlay{padding:40px 10px 9px}
.featured-overlay h3{font-size:11px;line-height:1.8;margin-bottom:6px}
.article-meta{gap:6px}
.article-meta span{font-size:7px}
.article-meta i{font-size:11px}
.article-card{height:105px;min-height:105px;border-radius:10px}
.article-card-image{width:100px;min-width:100px;padding:4px}
.article-card-image img{border-radius:7px}
.article-card-body{padding:7px 7px 5px}
.article-card-body h3{font-size:9px;line-height:1.7}
.article-card-bottom{padding-top:5px;gap:5px}
.article-card-bottom .article-meta{gap:4px}
.article-card-bottom .article-meta span{font-size:6px}
.article-card-bottom .article-meta i{font-size:10px}
.read-more{font-size:7px;padding:2px 6px}
.brands-container{margin-top:30px}
.brands-heading{height:35px}
.brands-heading h2{font-size:13px;padding:0 7px}
.brands-list{grid-template-columns:repeat(2,1fr)}
.brand-item{height:100px}
.brand-item:nth-child(odd){border-left:1px solid #eee}
.brand-item img{width:70%;height:75%}
.article-list{height:330px;overflow-y:auto;overflow-x:hidden;padding-left:5px}
.article-card{flex:0 0 105px;height:105px;min-height:105px}
}














.site-footer{width:100%;background:#fff;color:#14253b;font-family:"Vazirmatn",sans-serif}
.footer-top{height:175px;background:#2494df;position:relative;overflow:hidden}
.footer-top:after{content:"";position:absolute;left:-2%;right:-2%;bottom:-18px;height:30px;background:#fff;border-radius:50% 50% 0 0/45% 45% 0 0;transform:rotate(-.3deg)}
.footer-top-inner{height:100%;max-width:1420px;margin:auto;display:flex;align-items:center;justify-content:flex-start;position:relative;padding:0 40px;direction:rtl}
.footer-character{position:absolute;right:20px;bottom:-4px;width:190px;height:165px;z-index:2;display:flex;align-items:flex-end;justify-content:center}
.footer-character img{width:100%;height:100%;object-fit:contain;object-position:center bottom}
.footer-contact{width:55%;margin-right:180px;display:flex;flex-direction:column;gap:0;color:#fff}
.footer-contact-left{width:30%;margin-right:20px}
.footer-contact-item{min-height:48px;border-bottom:1px solid rgba(0,0,0,.12);display:flex;align-items:center;gap:14px;font-size:13px;font-weight:500;line-height:1.8}
.footer-contact-item:last-child{border-bottom:0}
.footer-contact-item i{font-size:22px;width:28px;text-align:center;flex-shrink:0}
.footer-contact-left .footer-contact-item{justify-content:flex-start}
.footer-main{background:#fff;padding:35px 20px 25px}
.footer-main-inner{max-width:1420px;margin:auto;display:grid;grid-template-columns:1fr 1.15fr 2fr 1.35fr;gap:55px;direction:rtl}
.footer-column h3{font-size:17px;font-weight:700;color:#111;margin:0 0 20px}
.footer-column ul{list-style:none;padding:0;margin:0}
.footer-column li{margin-bottom:19px;position:relative}
.footer-column li a{font-size:13px;color:#333;transition:.2s}
.footer-column li a:hover{color:#2494df}
.footer-column li:before{content:"•";position:absolute;right:-17px;top:0;color:#333;font-size:15px}
.footer-description p{font-size:13px;color:#555;line-height:2.5;text-align:right;margin:0}
.footer-certificates{text-align:right}
.certificate-list{display:flex;align-items:center;gap:8px;margin-bottom:20px}
.certificate-list a{width:87px;height:98px;border:1px solid #ddd;border-radius:13px;display:flex;align-items:center;justify-content:center;background:#fff;padding:5px;overflow:hidden}
.certificate-list img{width:100%;height:100%;object-fit:contain}
.social-title{margin-top:12px!important;margin-bottom:12px!important}
.social-list{display:flex;align-items:center;gap:8px}
.social-list a{width:40px;height:40px;border:1px solid #ddd;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#555;font-size:20px;transition:.2s}
.social-list a:hover{color:#2494df;border-color:#2494df}
.footer-services{padding:0 20px 25px}
.footer-services-inner{max-width:1420px;height:115px;margin:auto;border:1px solid #ddd;border-radius:24px;display:grid;grid-template-columns:repeat(7,1fr);align-items:center;direction:rtl}
.footer-service{height:75px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border-left:1px solid transparent;color:#111}
.footer-service i{font-size:31px;color:#142b45;line-height:1}
.footer-service:nth-child(6) i{color:#f04431}
.footer-service span{font-size:13px;font-weight:500}
.footer-bottom{padding:0 20px 25px}
.footer-bottom-inner{max-width:1420px;margin:auto;display:flex;align-items:center;justify-content:space-between;direction:ltr}
.footer-languages{display:flex;align-items:center;gap:15px;direction:ltr}
.footer-languages a{font-size:12px;color:#333}
.footer-languages b{width:7px;height:7px;border-radius:50%;background:#555}
.footer-copy{font-size:11px;color:#555;direction:rtl}
@media(max-width:1199.98px){
.footer-top-inner{padding:0 25px}
.footer-character{right:0;width:160px}
.footer-contact{margin-right:145px;width:55%}
.footer-main-inner{gap:30px}
.certificate-list a{width:70px;height:82px}
}
@media(max-width:991.98px){
.footer-top{height:auto;min-height:230px}
.footer-top-inner{padding:20px 20px 35px;display:block}
.footer-character{right:15px;top:15px;bottom:auto;width:130px;height:130px}
.footer-contact{width:auto;margin:0 145px 0 0}
.footer-contact-left{width:auto;margin:0 145px 0 0}
.footer-contact-item{font-size:11px;min-height:42px}
.footer-main{padding:30px 20px}
.footer-main-inner{grid-template-columns:1fr 1fr;gap:35px 25px}
.footer-description{grid-column:1/-1;grid-row:1}
.footer-certificates{grid-column:1/-1}
.footer-services-inner{grid-template-columns:repeat(4,1fr);height:auto;padding:12px}
.footer-service{height:80px}
.footer-bottom-inner{flex-direction:column-reverse;gap:15px}
}
@media(max-width:575.98px){
.footer-top{min-height:310px}
.footer-top-inner{padding:15px 12px 30px}
.footer-character{width:105px;height:105px;right:8px;top:10px}
.footer-contact{margin-right:115px}
.footer-contact-left{margin-right:0;margin-top:8px}
.footer-contact-item{font-size:9px;min-height:39px;gap:6px}
.footer-contact-item i{font-size:17px;width:20px}
.footer-main{padding:25px 15px 20px}
.footer-main-inner{display:flex;flex-direction:column;gap:25px}
.footer-column h3{font-size:15px;margin-bottom:14px}
.footer-column li{margin-bottom:12px}
.footer-column li a{font-size:11px}
.footer-description p{font-size:11px;line-height:2.2}
.certificate-list{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}
.certificate-list::-webkit-scrollbar{display:none}
.certificate-list a{min-width:70px;width:70px;height:78px}
.social-list{gap:6px}
.social-list a{width:36px;height:36px;font-size:17px}
.footer-services{padding:0 10px 20px}
.footer-services-inner{grid-template-columns:repeat(4,1fr);border-radius:18px;padding:8px 4px}
.footer-service{height:70px;gap:7px}
.footer-service i{font-size:23px}
.footer-service span{font-size:9px}
.footer-bottom{padding:0 10px 20px}
.footer-bottom-inner{gap:12px}
.footer-copy{text-align:center;font-size:9px}
.footer-languages a{font-size:10px}
}

