.cards-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px;max-width:1200px;margin:20px auto 40px;direction:rtl;font-family:Shabnam,sans-serif}.card{display:flex;flex-direction:column;width:270px;min-height:450px;background:white!important;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.2);overflow:hidden;text-align:center;transition:transform .3s ease-in-out}.card:hover{transform:scale(1.05)}.card-image{position:relative;flex-shrink:0;width:100%;height:180px}.card-image img{border-radius:0;object-fit:cover}.card-content{display:flex;flex:1 1;flex-direction:column;padding:20px;box-sizing:border-box}.card h3,.card-title{margin:0 0 10px;color:#222;font-size:16px;font-weight:700;line-height:1.8;text-align:center}.card p{margin:0 0 15px;color:#555;font-size:14px;line-height:1.8;text-align:right}.card a{display:inline-block;align-self:center;margin-top:auto;padding:8px 14px;background:red;border-radius:4px;color:white!important;font-size:14px;line-height:1.5;text-decoration:none}.card a:hover{background:darkred}.latest-posts-section{background-color:#f9f9f9;padding:3rem 2rem;margin-top:4rem}.section-title{font-size:1.5rem;font-weight:700;border-right:4px solid #0070f3;padding-right:.5rem;margin-bottom:2rem;color:#333}.latest-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.latest-post-card{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:transform .2s ease}.latest-post-card:hover{transform:translateY(-4px)}.latest-post-title a{font-size:1.1rem;font-weight:600;color:#0070f3;text-decoration:none}.latest-post-summary{margin-top:.75rem;font-size:.95rem;color:#444;line-height:1.6}.read-more-link{display:inline-block;margin-top:1rem;color:#333;font-weight:700;font-size:.9rem;text-decoration:none}.read-more-link:hover{color:#0070f3}.view-all-link{text-align:center;margin-top:2rem}.latest-posts-section a,.latest-posts-section a:active,.latest-posts-section a:focus,.latest-posts-section a:hover,.latest-posts-section a:visited{text-decoration:none!important}.service-section{display:flex;flex-direction:column;align-items:center;background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);margin:20px auto;max-width:1100px;width:90%;direction:rtl;font-family:Shabnam,sans-serif}.service-info{width:100%;text-align:center;margin-bottom:10px}.service-info h2{font-size:26px;color:#333;margin-bottom:5px}.service-info p{font-size:17px;color:#555;margin-bottom:8px}.service-list-container{display:flex;justify-content:center;width:100%;margin-bottom:10px}.service-list{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));grid-gap:8px 35px;gap:8px 35px;list-style:none;padding:0;max-width:750px;text-align:center}.service-list li{font-size:18px;color:#333;gap:8px;flex-direction:row-reverse}.action-buttons,.service-list li{display:flex;align-items:center;justify-content:center}.action-buttons{gap:12px;margin-top:10px;width:100%;max-width:600px;flex-wrap:wrap}.call-button,.order-button{display:flex;align-items:center;justify-content:center;padding:10px 30px;font-size:18px;border-radius:30px;height:60px;min-width:250px;text-decoration:none;box-sizing:border-box}.order-button{background:red!important;color:white!important;border:2px solid red}.order-button:hover{background:darkred!important;color:white}.call-button{background:white;color:red!important;border:2px solid red;font-weight:700}.call-button:hover{background:red;color:white!important}.call-button .phone-icon{margin-left:6px;font-size:17px}.service-image-box{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;width:100%;margin-top:20px}.service-image-box img{width:48%;max-width:480px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.2)}@media (max-width:768px){.service-section{padding:20px}.service-info h2{font-size:22px}.service-info p{font-size:15px}.service-list{grid-template-columns:1fr;gap:12px}.action-buttons{flex-direction:column;gap:16px}.call-button,.order-button{min-width:90%;font-size:16px;height:50px}.service-image-box{flex-direction:column;gap:14px}.service-image-box img{width:100%;height:auto}}.tehran-map-section{width:100vw;height:85vh;max-width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:30px;position:relative;margin-top:40px;direction:rtl;font-family:Shabnam,sans-serif}.map-header{position:absolute;top:5%;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.9);padding:20px 35px;border-radius:15px;box-shadow:0 6px 12px rgba(0,0,0,.15);text-align:center;z-index:100;width:350px}.map-header h2{font-size:22px;font-weight:700;margin-bottom:10px}.map-header p{font-size:16px;color:#333}.location-icon{margin-left:10px;font-size:22px;color:black}.service-cards{position:absolute;display:flex;flex-direction:column;gap:15px}.service-cards.left{left:5%;top:35%}.service-cards.right{right:5%;top:35%}.service-card{display:flex;align-items:center;justify-content:space-between;width:250px;background:rgba(255,255,255,.9);padding:15px;border-radius:15px;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:color .3s ease-in-out}.service-card.center{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);width:270px;height:100px;background:rgba(255,255,255,.92)}.service-text{text-align:center;flex-grow:1}.service-text h3{color:black;font-weight:700;font-size:16px;margin-bottom:5px;transition:color .3s ease-in-out}.service-text p{font-size:14px;color:#555}.service-icon{font-size:22px;color:black;margin-left:10px;transition:color .3s ease-in-out}.service-icon.flipped{transform:scaleX(-1)}.order-button11{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);background-color:#d50000;color:white;font-size:20px;font-weight:700;padding:18px 50px;border-radius:40px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;text-align:center;box-shadow:0 6px 12px rgba(0,0,0,.3)}.order-button11:hover{background-color:#b40000;transform:translateX(-50%) scale(1.05)}.order-button11:active{transform:translateX(-50%) scale(.95)}.service-card:hover .service-icon,.service-card:hover .service-text h3{color:red!important}@media (max-width:768px){.tehran-map-section{align-items:center;height:auto;padding:20px 10px}.map-header{padding:12px 15px;top:20px;left:50%;transform:translateX(-50%)}.service-cards{position:static;flex-direction:column;align-items:center;gap:12px;margin-top:20px;width:100%}.service-card,.service-card.center{width:90%;max-width:300px;height:90px;padding:12px 16px;border-radius:15px;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 10px rgba(0,0,0,.1);position:static;transform:none}.service-text{flex:1 1;text-align:center}.service-text h3{font-size:14px;margin-bottom:4px}.service-text p{font-size:12px;margin:0}.service-icon{font-size:20px;margin-left:8px}.order-button11{position:static;transform:none;margin:25px auto 0;font-size:15px;padding:12px 25px;border-radius:30px}.service-cards.right{order:2}.service-cards.left{order:3}.service-card.center{order:4}.order-button11{order:5}.map-header{order:1;z-index:10}.tehran-map-section{display:flex;flex-direction:column}.map-header{margin-bottom:20px;position:relative;margin:0 auto 25px;width:90%;max-width:340px;padding:16px 20px;text-align:center;transform:none;left:auto;right:auto}.service-card{margin-bottom:16px}.service-card.center{margin-top:0!important}.service-cards{gap:0}.order-button11{display:block;margin:20px auto 0;transform:none!important;position:static!important;width:90%;max-width:280px;text-align:center}}.tehran-map-section a,.tehran-map-section a:active,.tehran-map-section a:focus,.tehran-map-section a:hover,.tehran-map-section a:visited{text-decoration:none!important}.why-choose-us{width:100%;padding:15px 20px 30px;box-sizing:border-box;direction:rtl;overflow:hidden;background-color:#ffffff}.why-choose-container{width:90%;max-width:1200px;margin:0 auto;padding:45px 25px;box-sizing:border-box;background-color:#f8f8f8;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.why-choose-heading{max-width:720px;margin:0 auto 55px;text-align:center}.why-choose-heading span{display:inline-block;margin-bottom:12px;color:#ff0000;font-size:21px;font-weight:800;line-height:1.7}.why-choose-heading h2{margin:0;color:#252525;font-size:30px;font-weight:800;line-height:1.6}.why-features-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.why-feature{position:relative;display:flex;min-height:255px;padding:32px 22px 28px;box-sizing:border-box;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;background-color:#ffffff;border:1px solid #eeeeee;border-radius:16px;box-shadow:0 7px 24px rgba(0,0,0,.055);opacity:1;transform:translateY(0);transition:opacity .7s ease var(--delay,0s),transform .7s ease var(--delay,0s),border-color .3s ease,box-shadow .3s ease}.why-animation-ready .why-feature{opacity:0;transform:translateY(45px)}.why-animation-ready .why-feature.why-feature-visible{opacity:1;transform:translateY(0)}.why-feature:hover{border-color:rgba(230,0,0,.18);box-shadow:0 12px 30px rgba(0,0,0,.09)}.why-feature-icon{display:flex;width:68px;height:68px;margin-bottom:22px;flex-shrink:0;align-items:center;justify-content:center;color:#e60000;background-color:#f7f7f7;border-radius:50%}.why-feature-icon svg{width:32px;height:32px;stroke-width:1.7}.why-feature-content h3{margin:0 0 12px;color:#292929;font-size:18px;font-weight:800;line-height:1.7}.why-feature-content p{margin:0;color:#686868;font-size:14px;font-weight:400;line-height:2}@media (max-width:1050px){.why-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.why-choose-us{padding:15px 0 30px}.why-choose-container{width:calc(100% - 32px);padding:32px 16px}.why-choose-heading{margin-bottom:28px}.why-choose-heading span{margin-bottom:8px;font-size:18px}.why-choose-heading h2{font-size:21px;line-height:1.8}.why-features-grid{grid-template-columns:1fr;gap:14px}.why-feature{min-height:auto;padding:20px 16px;flex-direction:row;align-items:center;gap:15px;text-align:right}.why-feature-icon{width:54px;height:54px;margin-bottom:0}.why-feature-icon svg{width:26px;height:26px}.why-feature-content{flex:1 1}.why-feature-content h3{margin-bottom:6px;font-size:16px;line-height:1.7}.why-feature-content p{font-size:13px;line-height:1.9}}@media (prefers-reduced-motion:reduce){.why-animation-ready .why-feature,.why-animation-ready .why-feature.why-feature-visible,.why-feature{opacity:1;transform:none;transition:none}}.home-hero{--hero-navy:#172832;--hero-navy-dark:#0f1d25;--hero-orange:#c86418;--hero-orange-light:#f19850;position:relative;isolation:isolate;width:100%;height:750px;overflow:hidden;background:var(--hero-navy-dark);color:#ffffff;direction:rtl}.home-hero__image{z-index:-3;object-fit:cover;object-position:center;animation:homeHeroImageIn 1.1s ease-out both,homeHeroImageDrift 16s ease-out 1.1s both}.home-hero__overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(270deg,rgba(11,26,35,.97) 0,rgba(17,36,47,.91) 28%,rgba(23,40,50,.64) 49%,rgba(23,40,50,.18) 73%,rgba(23,40,50,.05)),linear-gradient(180deg,rgba(5,14,19,.28) 0,transparent 42%,rgba(5,14,19,.42))}.home-hero__pattern{position:absolute;inset:0 0 0 52%;z-index:-1;opacity:.045;background-image:linear-gradient(45deg,transparent 47%,#fff 48%,#fff 49%,transparent 50%),linear-gradient(-45deg,transparent 47%,#fff 48%,#fff 49%,transparent 50%);background-size:44px 44px;pointer-events:none}.home-hero__inner{width:min(100%,1680px);height:100%;margin:0 auto;padding:145px clamp(24px,6.15vw,118px) 34px;display:flex;align-items:center;box-sizing:border-box}.home-hero__copy{width:min(760px,100%);margin-right:0;margin-left:auto}.home-hero__eyebrow{width:-moz-fit-content;width:fit-content;margin:0 0 20px;padding:9px 15px;display:inline-flex;align-items:center;gap:11px;color:#ffd4b2;background:rgba(117,67,34,.72);border:1px solid rgba(228,122,37,.82);border-radius:999px;font-size:18px;font-weight:700;line-height:1.65}.home-hero__eyebrow span{width:9px;height:9px;flex:0 0 9px;background:var(--hero-orange-light);border-radius:50%;box-shadow:0 0 0 6px rgba(241,152,80,.14)}.home-hero__title{margin:0;display:flex;flex-direction:column;color:#ffffff;font-size:clamp(48px,3.25vw,62px);font-weight:900;line-height:1.38;letter-spacing:-1px;text-shadow:0 5px 25px rgba(0,0,0,.3)}.home-hero__title strong{color:var(--hero-orange-light);font:inherit}.home-hero__lead{max-width:720px;margin:16px 0 0;color:rgba(255,255,255,.88);font-size:21px;font-weight:400;line-height:1.95;color:var(--zare-background-secondary,#eef3f6);font-weight:500}.home-hero__actions{margin-top:28px;display:flex;flex-wrap:wrap;gap:13px}.home-hero__button{min-width:220px;min-height:55px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border:1px solid transparent;border-radius:10px;color:#ffffff;font-size:17px;font-weight:800;line-height:1.5;text-decoration:none;transition:transform .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease}.home-hero__button--primary{background:var(--hero-orange);box-shadow:0 13px 30px rgba(160,64,4,.34)}.home-hero__button--secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.52);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.home-hero__button:hover{color:#ffffff;transform:translateY(-2px)}.home-hero__button--primary:hover{background:#dc701e;box-shadow:0 16px 34px rgba(160,64,4,.4)}.home-hero__button--secondary:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.72)}.home-hero__trust{margin:42px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px;list-style:none}.home-hero__trust li{min-width:180px;min-height:52px;padding:9px 14px;display:flex;align-items:center;gap:9px;box-sizing:border-box;color:rgba(255,255,255,.94);background:rgba(9,24,32,.64);border:1px solid rgba(255,255,255,.18);border-radius:10px;font-size:15px;font-weight:700;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.home-hero__check-icon{width:24px;height:24px;flex:0 0 24px;padding:4px;box-sizing:border-box;background:var(--hero-orange);border-radius:50%;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.home-hero__reveal{opacity:0;transform:translateY(22px);animation:homeHeroReveal .72s cubic-bezier(.2,.75,.25,1) forwards}.home-hero__reveal--1{animation-delay:1.35s}.home-hero__reveal--2{animation-delay:1.85s}.home-hero__reveal--3{animation-delay:2.35s}.home-hero__reveal--4{animation-delay:2.8s}.home-hero__reveal--5{animation-delay:3.15s}@keyframes homeHeroImageIn{0%{opacity:0;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}@keyframes homeHeroImageDrift{0%{transform:scale(1)}to{transform:scale(1.035)}}@keyframes homeHeroReveal{to{opacity:1;transform:translateY(0)}}@media (max-width:1200px) and (min-width:769px){.home-hero{height:700px}.home-hero__inner{padding-top:135px}.home-hero__copy{width:min(650px,62vw)}.home-hero__title{font-size:clamp(42px,4.3vw,54px)}.home-hero__lead{font-size:18px}.home-hero__trust{margin-top:30px}.home-hero__trust li{min-width:160px}}@media (max-width:768px){.home-hero{height:760px;min-height:760px}.home-hero__image{object-position:24% center}.home-hero__overlay{background:linear-gradient(180deg,rgba(10,25,34,.68) 0,rgba(10,25,34,.75) 42%,rgba(10,25,34,.92)),linear-gradient(270deg,rgba(23,40,50,.45),rgba(23,40,50,.38))}.home-hero__pattern{inset:0;opacity:.025}.home-hero__inner{padding:154px 18px 28px;align-items:center}.home-hero__copy{width:100%;margin:0;text-align:center}.home-hero__eyebrow{margin:0 auto 18px;padding:7px 12px;font-size:14px}.home-hero__title{font-size:clamp(32px,9vw,42px);line-height:1.5;letter-spacing:-.5px}.home-hero__lead{max-width:570px;margin:14px auto 0;font-size:16px;line-height:1.95}.home-hero__actions{margin-top:23px;justify-content:center}.home-hero__button{min-width:min(100%,250px);min-height:51px;padding:0 18px;font-size:15px}.home-hero__trust{margin-top:27px;justify-content:center;gap:8px}.home-hero__trust li{min-width:0;min-height:44px;padding:7px 10px;font-size:13px}.home-hero__check-icon{width:20px;height:20px;flex-basis:20px}}@media (max-width:480px){.home-hero{height:790px;min-height:790px}.home-hero__actions{flex-direction:column;align-items:stretch}.home-hero__button{width:100%;max-width:330px;margin:0 auto}.home-hero__trust{display:grid;grid-template-columns:1fr;width:min(100%,330px);margin-right:auto;margin-left:auto}.home-hero__trust li{justify-content:center}}@media (prefers-reduced-motion:reduce){.home-hero__image,.home-hero__reveal{opacity:1;transform:none;animation:none}}.home-hero__eyebrow{color:var(--zare-white,#ffffff);background:rgba(31,60,76,.82);border-color:var(--zare-border-strong,#cbd7de)}.home-hero__eyebrow span{background:var(--zare-border-strong,#cbd7de);box-shadow:0 0 0 6px rgba(203,215,222,.14)}.home-hero__title,.home-hero__title strong{color:var(--zare-white,#ffffff)}.home-hero__button--primary{background:var(--zare-red,#f00000);box-shadow:0 13px 30px rgba(240,0,0,.25)}.home-hero__button--primary:hover{background:var(--zare-red-hover,#c90000);box-shadow:0 16px 34px rgba(201,0,0,.3)}.home-hero__button--secondary{color:var(--zare-white,#ffffff);background:rgba(23,40,50,.36);border-color:var(--zare-border-strong,#cbd7de)}.home-hero__check-icon{background:var(--zare-primary-light,#1f3c4c)}