html.page-home *{margin:0;padding:0;box-sizing:border-box} html.page-home body{font-family:"Vazirmatn",sans-serif;background:#fff;color:#111;overflow-x:hidden} html.page-home{--gold:#c69a4a;--green:#063b32;--dark-green:#052f28;--white:#ffffff;--text:#151515} html.page-home .site-header{width:100%;height:80px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 34px;box-shadow:0 2px 18px rgba(0,0,0,0.08);position:relative;z-index:10} html.page-home .logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--green);min-width:190px} html.page-home .site-logo-img{width:170px;max-height:66px;height:auto;object-fit:contain;display:block} html.page-home .mobile-logo-img{width:145px;max-height:58px} html.page-home .footer-logo-img{width:150px;max-height:92px;height:auto;object-fit:contain;display:block;margin:0 auto 4px} html.page-home .logo-icon{width:58px;height:58px;border:3px solid var(--gold);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--green);font-size:28px;font-weight:900;transform:rotate(45deg)} html.page-home .logo-icon span{transform:rotate(-45deg);display:block} html.page-home .logo-text strong{display:block;font-size:30px;font-weight:900;line-height:1;color:#2e8b46} html.page-home .logo-text small{display:block;font-size:13px;color:var(--gold);letter-spacing:1px;margin-top:3px;font-weight:700;text-transform:uppercase} html.page-home .main-nav{display:flex;align-items:center;gap:42px} html.page-home .main-nav a{text-decoration:none;color:#1d1d1d;font-size:15px;font-weight:600;position:relative;transition:0.3s ease} html.page-home .main-nav a:hover,html.page-home .main-nav a.active{color:var(--gold)} html.page-home .main-nav a.active::after{content:"";position:absolute;width:28px;height:2px;background:var(--gold);right:50%;transform:translateX(50%);bottom:-10px} html.page-home .header-btn{background:var(--gold);color:#fff;padding:13px 25px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:700;box-shadow:0 8px 20px rgba(198,154,74,0.35);transition:0.3s ease;white-space:nowrap} html.page-home .header-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(198,154,74,0.45)} html.page-home .hero{width:100%;height:calc(100vh - 80px);min-height:500px;position:relative;overflow:hidden;background:#222} html.page-home .hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.04);transition:opacity 1.1s ease,transform 4s ease} html.page-home .hero-slide.active{opacity:1;transform:scale(1)} html.page-home .hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,0.10) 0%,rgba(2,35,31,0.30) 38%,rgba(4,54,45,0.92) 72%,rgba(4,54,45,0.98) 100%)} html.page-home .hero::after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 100%);pointer-events:none} html.page-home .hero-content{position:relative;z-index:3;height:100%;display:flex;align-items:center;padding:0 70px;max-width:760px;margin-right:0} html.page-home .content-box{max-width:580px;color:#fff;margin-top:-10px} html.page-home .eyebrow{color:var(--gold);font-size:38px;font-weight:900;line-height:1.3;margin-bottom:4px} html.page-home .hero-title{color:#fff;font-size:43px;font-weight:900;line-height:1.55;margin-bottom:22px;letter-spacing:-1px} html.page-home .hero-desc{color:rgba(255,255,255,0.92);font-size:16px;font-weight:500;line-height:2.25;max-width:520px;margin-bottom:32px} html.page-home .hero-actions{display:flex;align-items:center;gap:18px} html.page-home .btn-primary,html.page-home .btn-outline{min-width:140px;height:54px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:15px;font-weight:800;transition:0.3s ease} html.page-home .btn-primary{background:var(--gold);color:#fff;box-shadow:0 10px 24px rgba(198,154,74,0.28)} html.page-home .btn-primary:hover{background:#b98a3c;transform:translateY(-2px)} html.page-home .btn-outline{color:#fff;border:1.5px solid rgba(255,255,255,0.65);background:rgba(255,255,255,0.02);backdrop-filter:blur(5px)} html.page-home .btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)} html.page-home .slider-dots{position:absolute;z-index:5;right:70px;bottom:28px;display:flex;gap:8px} html.page-home .dot{width:9px;height:9px;border-radius:50%;border:none;background:rgba(255,255,255,0.45);cursor:pointer;transition:0.3s ease} html.page-home .dot.active{width:26px;border-radius:20px;background:var(--gold)} @media (max-width:992px){html.page-home .site-header{padding:0 20px} html.page-home .main-nav{gap:22px} html.page-home .logo-text strong{font-size:24px} html.page-home .hero-content{padding:0 35px} html.page-home .eyebrow{font-size:32px} html.page-home .hero-title{font-size:36px}} @media (max-width:768px){html.page-home .site-header{height:auto;min-height:78px;flex-wrap:wrap;gap:15px;padding:15px 20px} html.page-home .main-nav{order:3;width:100%;justify-content:center;flex-wrap:wrap;gap:18px} html.page-home .header-btn{padding:11px 18px} html.page-home .hero{height:auto;min-height:620px} html.page-home .hero::before{background:linear-gradient(180deg,rgba(4,54,45,0.96) 0%,rgba(4,54,45,0.84) 58%,rgba(0,0,0,0.40) 100%)} html.page-home .hero-content{padding:80px 24px;align-items:flex-start} html.page-home .content-box{max-width:100%} html.page-home .eyebrow{font-size:27px} html.page-home .hero-title{font-size:31px;line-height:1.7} html.page-home .hero-desc{font-size:14px} html.page-home .slider-dots{right:24px}} @media (max-width:480px){html.page-home .logo-icon{width:46px;height:46px;font-size:22px} html.page-home .logo-text strong{font-size:22px} html.page-home .main-nav a{font-size:13px} html.page-home .hero-actions{flex-direction:column;align-items:stretch} html.page-home .btn-primary,html.page-home .btn-outline{width:100%}} html.page-home .about-section{background:#ffffff;padding:32px 28px 40px} html.page-home .about-container{max-width:1180px;margin:0 auto} html.page-home .about-top{display:grid;grid-template-columns:1fr 1.65fr;gap:24px;align-items:stretch;margin-bottom:26px} html.page-home .about-card{background:#fff;border-radius:10px;padding:28px 34px;min-height:260px;box-shadow:0 8px 28px rgba(0,0,0,0.08);border:1px solid rgba(0,0,0,0.04);position:relative;overflow:hidden} html.page-home .about-card h2{color:#0f4b3d;font-size:27px;font-weight:900;line-height:1.5;margin-bottom:4px} html.page-home .about-card h3{color:#c69a4a;font-size:19px;font-weight:800;line-height:1.8;margin-bottom:18px} html.page-home .about-card p{color:#3c3c3c;font-size:14px;font-weight:500;line-height:2.25;text-align:justify;margin-bottom:24px} html.page-home .about-more-btn{width:150px;height:42px;border-radius:8px;border:1.5px solid rgba(15,75,61,0.65);color:#0f4b3d;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-size:13px;font-weight:800;transition:0.3s ease} html.page-home .about-more-btn:hover{background:#0f4b3d;color:#fff} html.page-home .about-more-btn span{font-size:20px;line-height:1} html.page-home .about-leaf-mark{position:absolute;left:18px;bottom:14px;width:88px;height:88px;pointer-events:none;opacity:0.9;display:flex;align-items:flex-end;justify-content:flex-start} html.page-home .about-leaf-img{width:100%;height:100%;object-fit:contain;display:block;image-rendering:auto} html.page-home .about-image{border-radius:10px;overflow:hidden;min-height:260px;box-shadow:0 8px 28px rgba(0,0,0,0.09);border:1px solid rgba(0,0,0,0.05)} html.page-home .about-image img{width:100%;height:100%;min-height:260px;object-fit:cover;display:block} html.page-home .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px} html.page-home .stat-card{height:88px;background:#fff;border-radius:10px;padding:18px 22px;display:flex;align-items:center;justify-content:flex-start;gap:18px;box-shadow:0 8px 25px rgba(0,0,0,0.075);border:1px solid rgba(0,0,0,0.04)} html.page-home .stat-icon{width:48px;min-width:48px;height:48px;color:#c69a4a;display:flex;align-items:center;justify-content:center} html.page-home .stat-icon svg{width:42px;height:42px;stroke:currentColor} html.page-home .stat-info{text-align:right} html.page-home .stat-title{color:#333;font-size:13px;font-weight:700;margin-bottom:6px} html.page-home .stat-value{color:#0f6b4d;font-size:21px;font-weight:900;line-height:1.2} html.page-home .progress-circle{width:48px;height:48px;border-radius:50%;background:conic-gradient(#0f6b4d 0deg 234deg,#d7d7d7 234deg 360deg);position:relative} html.page-home .progress-circle::after{content:"";position:absolute;inset:8px;background:#fff;border-radius:50%} @media (max-width:992px){html.page-home .about-top{grid-template-columns:1fr} html.page-home .stats-grid{grid-template-columns:repeat(2,1fr)}} @media (max-width:576px){html.page-home .about-section{padding:24px 16px 32px} html.page-home .about-card{padding:24px 22px} html.page-home .about-card h2{font-size:23px} html.page-home .about-card h3{font-size:17px} html.page-home .stats-grid{grid-template-columns:1fr} html.page-home .stat-card{height:auto;min-height:88px}} html.page-home .project-progress-section{background:#fff;padding:0 28px 42px} html.page-home .project-progress-box{max-width:1180px;margin:0 auto;background:#fff;border-radius:0 0 10px 10px;padding:10px 20px 18px;box-shadow:0 8px 28px rgba(0,0,0,0.075);border:1px solid rgba(0,0,0,0.035)} html.page-home .progress-heading{text-align:center;color:#0f4b3d;font-size:24px;font-weight:900;margin-bottom:8px;line-height:1.5;position:relative} html.page-home .progress-heading::after{content:"";width:34px;height:2px;background:#c69a4a;display:block;margin:5px auto 0;border-radius:20px} html.page-home .progress-top-row{display:grid;grid-template-columns:275px 1fr;gap:34px;align-items:center;margin-bottom:16px} html.page-home .total-progress-card{height:138px;border-radius:9px;background:#fff;box-shadow:0 5px 22px rgba(0,0,0,0.075);border:1px solid rgba(0,0,0,0.055);padding:18px 22px;text-align:center} html.page-home .total-progress-title{color:#222;font-size:13px;font-weight:800;margin-bottom:5px} html.page-home .total-progress-number{color:#0f6b4d;font-size:35px;line-height:1.15;font-weight:950;margin-bottom:8px} html.page-home .total-progress-bar{width:100%;height:12px;background:#d8d8d8;border-radius:30px;overflow:hidden;margin-bottom:8px;direction:ltr} html.page-home .total-progress-fill{width:65%;height:100%;background:linear-gradient(90deg,#18845f,#b7c65a);border-radius:30px} html.page-home .total-progress-caption{color:#333;font-size:12px;font-weight:700} html.page-home .timeline-wrapper{width:100%;padding-top:16px} html.page-home .timeline{display:grid;grid-template-columns:repeat(6,1fr);position:relative;direction:rtl} html.page-home .timeline::before{content:"";position:absolute;top:22px;right:8%;left:8%;height:1px;background:#dedede;z-index:1} html.page-home .timeline-step{position:relative;z-index:2;text-align:center} html.page-home .timeline-icon{width:38px;height:38px;margin:0 auto 8px;border-radius:50%;background:#fff;border:1.5px solid #dedede;display:flex;align-items:center;justify-content:center;color:#bdbdbd} html.page-home .timeline-step.done .timeline-icon{border-color:#c69a4a;color:#0f6b4d} html.page-home .timeline-step.done .timeline-icon svg{stroke-width:2.4} html.page-home .timeline-step span{color:#222;font-size:13px;font-weight:700} html.page-home .progress-images-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:4px} html.page-home .progress-image{height:138px;border-radius:8px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,0.08)} html.page-home .progress-image img{width:100%;height:100%;object-fit:cover;display:block} html.page-home .project-details-btn-wrap{display:flex;justify-content:center;margin-top:10px} html.page-home .project-details-btn{width:265px;height:40px;border-radius:8px;border:1.5px solid rgba(15,75,61,0.65);background:#fff;color:#0f4b3d;display:inline-flex;align-items:center;justify-content:center;gap:14px;text-decoration:none;font-size:13px;font-weight:800;transition:0.3s ease} html.page-home .project-details-btn:hover{background:#0f4b3d;color:#fff} html.page-home .project-details-btn span{font-size:20px;line-height:1} @media (max-width:992px){html.page-home .progress-top-row{grid-template-columns:1fr;gap:20px} html.page-home .total-progress-card{max-width:350px;margin:0 auto;width:100%} html.page-home .progress-images-row{grid-template-columns:1fr} html.page-home .progress-image{height:220px}} @media (max-width:768px){html.page-home .timeline{grid-template-columns:repeat(3,1fr);gap:18px 0} html.page-home .timeline::before{display:none} html.page-home .project-progress-box{padding:18px 14px} html.page-home .progress-heading{font-size:22px}} @media (max-width:480px){html.page-home .project-progress-section{padding:0 16px 34px} html.page-home .timeline{grid-template-columns:repeat(2,1fr)} html.page-home .project-details-btn{width:100%}} html.page-home .future-section{background:#fff;padding:0 28px 44px} html.page-home .future-container{max-width:1180px;margin:0 auto} html.page-home .future-heading{text-align:center;color:#111;font-size:22px;font-weight:900;line-height:1.5;margin-bottom:12px;position:relative} html.page-home .future-heading::after{content:"";width:34px;height:2px;background:#c69a4a;display:block;margin:4px auto 0;border-radius:20px} html.page-home .future-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:26px;direction:rtl} html.page-home .future-card{height:142px;background:#fff;border-radius:9px;padding:17px 12px 14px;text-align:center;box-shadow:0 7px 24px rgba(0,0,0,0.075);border:1px solid rgba(0,0,0,0.045);display:flex;flex-direction:column;align-items:center;justify-content:flex-start} html.page-home .future-icon{width:42px;height:42px;margin-bottom:8px;color:#0f6b4d;display:flex;align-items:center;justify-content:center} html.page-home .future-icon svg{width:39px;height:39px;stroke:currentColor} html.page-home .future-card h3{color:#111;font-size:14px;font-weight:900;line-height:1.5;margin-bottom:5px} html.page-home .future-card p{color:#333;font-size:12px;font-weight:500;line-height:1.9} html.page-home .future-banner{height:165px;border-radius:10px;overflow:hidden;position:relative;background-image:linear-gradient(90deg,rgba(5,59,50,0.05) 0%,rgba(5,59,50,0.45) 34%,rgba(5,59,50,0.92) 62%,rgba(5,59,50,0.98) 100%),url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1400&q=80");background-size:cover;background-position:left center;box-shadow:0 7px 24px rgba(0,0,0,0.075)} html.page-home .future-banner-content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center} html.page-home .future-banner-content h3{font-size:21px;font-weight:900;line-height:1.9;margin-bottom:12px} html.page-home .consult-btn{width:200px;height:48px;border-radius:8px;background:#c69a4a;color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:11px;font-size:14px;font-weight:900;box-shadow:0 9px 22px rgba(198,154,74,0.32);transition:0.3s ease} html.page-home .consult-btn:hover{background:#b98a3c;transform:translateY(-2px)} html.page-home .consult-btn svg{width:22px;height:22px;stroke:currentColor} html.page-home .banner-leaves{position:absolute;right:72px;top:35px;width:118px;height:100px;opacity:0.38;z-index:2} html.page-home .banner-leaves span{position:absolute;display:block;background:#8bc79b;border-radius:70% 0 70% 0} html.page-home .banner-leaves span:nth-child(1){width:54px;height:70px;right:44px;top:28px;transform:rotate(-8deg)} html.page-home .banner-leaves span:nth-child(2){width:46px;height:60px;right:0;top:42px;transform:rotate(-48deg)} html.page-home .banner-leaves span:nth-child(3){width:30px;height:36px;right:28px;top:0;transform:rotate(-2deg)} html.page-home .banner-leaves span:nth-child(4){width:17px;height:17px;right:12px;top:17px;border-radius:4px 12px 4px 12px;transform:rotate(-20deg)} @media (max-width:1100px){html.page-home .future-cards{grid-template-columns:repeat(3,1fr)}} @media (max-width:768px){html.page-home .future-section{padding:0 16px 34px} html.page-home .future-cards{grid-template-columns:repeat(2,1fr)} html.page-home .future-banner{height:220px;background-image:linear-gradient(180deg,rgba(5,59,50,0.94) 0%,rgba(5,59,50,0.84) 55%,rgba(5,59,50,0.55) 100%),url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1400&q=80");background-position:center} html.page-home .banner-leaves{right:20px;opacity:0.25} html.page-home .future-banner-content h3{font-size:18px}} @media (max-width:480px){html.page-home .future-cards{grid-template-columns:1fr} html.page-home .future-card{height:auto;min-height:132px} html.page-home .consult-btn{width:100%;max-width:220px}} html.page-home .site-footer{background:#fff;padding:0 16px 14px} html.page-home .footer-box{max-width:1480px;margin:0 auto;min-height:175px;background:radial-gradient(circle at 75% 20%,rgba(28,120,89,0.32),transparent 35%),linear-gradient(135deg,#06372f 0%,#0b4d3f 48%,#06372f 100%);border-radius:14px;color:#fff;overflow:hidden;position:relative;padding:22px 42px 12px} html.page-home .footer-content{display:flex;align-items:flex-start;justify-content:space-between;direction:rtl;gap:28px} html.page-home .footer-col{position:relative;z-index:2} html.page-home .footer-logo-col{width:285px;text-align:center} html.page-home .footer-logo-wrap{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:4px} html.page-home .footer-logo-text strong{display:block;color:#73b957;font-size:34px;font-weight:950;line-height:1} html.page-home .footer-logo-text span{display:block;color:#d4a84f;font-size:12px;font-weight:800;letter-spacing:0.8px;margin-top:4px} html.page-home .footer-logo-icon{width:58px;height:58px;border:3px solid #d4a84f;border-radius:14px;transform:rotate(45deg);display:flex;align-items:center;justify-content:center} html.page-home .footer-logo-icon span{transform:rotate(-45deg);color:#d4a84f;font-size:26px;font-weight:900} html.page-home .footer-building{width:245px;height:78px;margin:2px auto 0;opacity:0.75} html.page-home .footer-building svg{width:100%;height:100%;stroke:rgba(255,255,255,0.62)} html.page-home .footer-desc-col{width:330px;text-align:center;padding-top:3px} html.page-home .footer-title{font-size:16px;font-weight:900;color:#fff;margin-bottom:10px;line-height:1.5} html.page-home .footer-desc{color:rgba(255,255,255,0.92);font-size:13px;font-weight:500;line-height:2.1} html.page-home .footer-menu-col{width:150px;text-align:center;padding-top:2px} html.page-home .footer-menu{list-style:none;padding:0;margin:0} html.page-home .footer-menu li{margin-bottom:6px} html.page-home .footer-menu a{color:rgba(255,255,255,0.94);text-decoration:none;font-size:13px;font-weight:600;transition:0.3s ease} html.page-home .footer-menu a:hover{color:#d4a84f} html.page-home .footer-contact-col{width:270px;text-align:right;padding-top:2px} html.page-home .footer-contact-list{list-style:none;padding:0;margin:0 0 12px} html.page-home .footer-contact-list li{display:flex;align-items:center;justify-content:flex-start;gap:12px;color:rgba(255,255,255,0.94);font-size:13px;font-weight:600;margin-bottom:8px;direction:ltr;text-align:left} html.page-home .footer-contact-list li.address{direction:rtl;text-align:right} html.page-home .footer-contact-list svg{width:17px;height:17px;min-width:17px;stroke:rgba(255,255,255,0.9)} html.page-home .footer-socials{display:flex;align-items:center;gap:13px;direction:ltr;margin-top:4px} html.page-home .footer-socials a{width:34px;height:34px;background:rgba(255,255,255,0.18);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:0.3s ease} html.page-home .footer-socials a:hover{background:#d4a84f;transform:translateY(-2px)} html.page-home .footer-socials svg{width:17px;height:17px;fill:#fff;stroke:#fff} html.page-home .footer-divider{width:1px;height:125px;background:rgba(255,255,255,0.52);margin-top:4px;flex:0 0 1px} html.page-home .footer-copy{position:relative;z-index:3;text-align:center;color:rgba(255,255,255,0.95);font-size:12px;font-weight:500;margin-top:-4px} @media (max-width:1100px){html.page-home .footer-box{padding:26px 26px 16px} html.page-home .footer-content{gap:18px} html.page-home .footer-logo-col{width:240px} html.page-home .footer-desc-col{width:280px} html.page-home .footer-contact-col{width:250px}} @media (max-width:900px){html.page-home .footer-content{flex-direction:column;align-items:center;text-align:center} html.page-home .footer-divider{width:100%;height:1px;margin:4px 0;background:rgba(255,255,255,0.25)} html.page-home .footer-logo-col,html.page-home .footer-desc-col,html.page-home .footer-menu-col,html.page-home .footer-contact-col{width:100%;text-align:center} html.page-home .footer-contact-list li{justify-content:center} html.page-home .footer-socials{justify-content:center} html.page-home .footer-copy{margin-top:16px}} html.page-home .site-header.navbar{padding:0 34px} html.page-home .header-container{width:100%;padding:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap} html.page-home .logo.navbar-brand{margin:0;padding:0} html.page-home .main-nav.navbar-nav{flex-direction:row} html.page-home .main-nav .nav-link{padding:0 !important;color:#1d1d1d} html.page-home .mobile-menu-btn{width:46px;height:46px;border:1px solid rgba(15,75,61,0.18);border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(0,0,0,0.08);padding:0;display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px} html.page-home .mobile-menu-btn:focus{box-shadow:0 0 0 3px rgba(198,154,74,0.18)} html.page-home .mobile-menu-btn span{width:23px;height:2px;background:#0f4b3d;border-radius:20px;display:block} html.page-home .mobile-offcanvas{width:310px !important;max-width:86vw;border:none;background:#ffffff} html.page-home .mobile-offcanvas.offcanvas-end{right:0;left:auto;transform:translateX(100%)} html.page-home .mobile-offcanvas.offcanvas-end.show{transform:none} html.page-home .mobile-offcanvas .offcanvas-header{padding:22px 20px 16px;border-bottom:1px solid rgba(0,0,0,0.06);direction:rtl} html.page-home .mobile-logo{min-width:auto} html.page-home .mobile-logo .logo-icon{width:46px;height:46px;font-size:22px} html.page-home .mobile-logo .logo-text strong{font-size:22px} html.page-home .mobile-logo .logo-text small{font-size:11px} html.page-home .mobile-close-btn{margin:0 !important;box-shadow:none !important} html.page-home .mobile-offcanvas .offcanvas-body{padding:18px 20px 24px} html.page-home .mobile-nav{display:flex;flex-direction:column;gap:6px;margin-bottom:18px} html.page-home .mobile-nav a{text-decoration:none;color:#1d1d1d;font-size:15px;font-weight:800;padding:13px 14px;border-radius:10px;transition:0.25s ease} html.page-home .mobile-nav a:hover,html.page-home .mobile-nav a.active{color:#0f4b3d;background:rgba(15,75,61,0.08)} html.page-home .mobile-header-btn{width:100%;justify-content:center;display:inline-flex;margin-top:6px} @media (max-width:991.98px){html.page-home .site-header,html.page-home .site-header.navbar{height:78px;min-height:78px;padding:0 18px;flex-wrap:nowrap;gap:0;position:sticky;top:0} html.page-home .header-container{flex-wrap:nowrap !important} html.page-home .mobile-menu-btn{display:flex} html.page-home .logo{min-width:auto} html.page-home .logo-icon{width:50px;height:50px;font-size:24px} html.page-home .logo-text strong{font-size:24px} html.page-home .logo-text small{font-size:11px} html.page-home .hero{height:auto;min-height:610px}} @media (max-width:575.98px){html.page-home .site-header,html.page-home .site-header.navbar{height:72px;min-height:72px;padding:0 14px} html.page-home .mobile-menu-btn{width:42px;height:42px} html.page-home .logo-icon{width:44px;height:44px;border-radius:12px;font-size:21px} html.page-home .logo-text strong{font-size:21px} html.page-home .logo-text small{font-size:10px} html.page-home .site-logo-img{width:130px;max-height:56px} html.page-home .mobile-logo-img{width:128px;max-height:54px}} @media (min-width:992px){html.page-home .mobile-menu-btn{display:none !important} html.page-home .mobile-offcanvas{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important} html.page-home .offcanvas-backdrop{display:none !important} html.page-home body{overflow:auto !important;padding-right:0 !important;padding-left:0 !important}} html.page-home .logo{min-width:auto} html.page-home .site-logo-img{height:64px;width:auto;max-width:180px;object-fit:contain;display:block} html.page-home .mobile-logo-img{height:54px;width:auto;max-width:145px} html.page-home .footer-logo-img{height:88px;width:auto;max-width:165px;object-fit:contain;display:block;margin:0 auto 4px} @media (max-width:575.98px){html.page-home .site-logo-img{height:52px;max-width:135px} html.page-home .mobile-logo-img{height:50px;max-width:132px}} @media (min-width:992px){html.page-home .site-header>.header-container>.navbar-brand .site-logo-img{height:72px;width:auto;max-width:200px;object-fit:contain;display:block}} html.page-home .site-logo-img.logo-auto,html.page-home .footer-logo-img.logo-auto{background:transparent !important} @media (max-width:991.98px){html.page-home .mobile-offcanvas .offcanvas-header{position:relative;display:flex !important;align-items:center !important;justify-content:center !important;min-height:92px;padding:18px 62px 16px 62px !important;direction:rtl} html.page-home .mobile-offcanvas .mobile-logo{width:100%;min-width:0 !important;margin:0 !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:center !important} html.page-home .mobile-offcanvas .mobile-logo-img{height:58px;width:auto;max-width:150px;object-fit:contain;display:block} html.page-home .mobile-offcanvas .mobile-close-btn{position:absolute !important;left:18px !important;right:auto !important;top:50% !important;transform:translateY(-50%) !important;margin:0 !important;width:38px;height:38px;padding:0 !important;border-radius:10px;background-size:15px;opacity:0.75;z-index:5;box-shadow:none !important} html.page-home .mobile-offcanvas .mobile-close-btn:hover,html.page-home .mobile-offcanvas .mobile-close-btn:focus{opacity:1;box-shadow:0 0 0 3px rgba(198,154,74,0.16) !important}} @media (min-width:992px){html.page-home .site-header,html.page-home .site-header.navbar{height:104px !important;min-height:104px !important;padding:0 34px !important} html.page-home .site-header>.header-container>.navbar-brand{min-width:250px !important;display:flex !important;align-items:center !important;justify-content:flex-start !important} html.page-home .site-header>.header-container>.navbar-brand .site-logo-img{height:100px !important;width:auto !important;max-width:255px !important;object-fit:contain !important;display:block !important} html.page-home .hero{height:535px !important;min-height:535px !important}} @media (min-width:1400px){html.page-home .hero{height:550px !important;min-height:550px !important}} @media (max-width:991.98px){html.page-home .site-header,html.page-home .site-header.navbar{height:92px !important;min-height:92px !important;padding:0 18px !important} html.page-home .site-header>.header-container>.navbar-brand{min-width:190px !important;display:flex !important;align-items:center !important;justify-content:flex-start !important} html.page-home .site-header>.header-container>.navbar-brand .site-logo-img{height:76px !important;width:auto !important;max-width:200px !important;object-fit:contain !important;display:block !important} html.page-home .hero{height:auto !important;min-height:500px !important} html.page-home .mobile-offcanvas .offcanvas-header{min-height:108px !important} html.page-home .mobile-offcanvas .mobile-logo-img{height:82px !important;width:auto !important;max-width:210px !important;object-fit:contain !important;display:block !important}} @media (max-width:575.98px){html.page-home .site-header,html.page-home .site-header.navbar{height:88px !important;min-height:88px !important;padding:0 14px !important} html.page-home .site-header>.header-container>.navbar-brand{min-width:170px !important} html.page-home .site-header>.header-container>.navbar-brand .site-logo-img{height:72px !important;max-width:190px !important} html.page-home .hero{min-height:470px !important} html.page-home .mobile-offcanvas .mobile-logo-img{height:78px !important;max-width:200px !important}} @media (min-width:992px){html.page-home .site-header,html.page-home .site-header.navbar{height:110px !important;min-height:110px !important;padding:0 34px !important;overflow:visible !important} html.page-home .site-header>.header-container>.navbar-brand{min-width:235px !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;overflow:visible !important} html.page-home .site-header>.header-container>.navbar-brand .site-logo-img{height:100px !important;width:auto !important;max-width:250px !important;max-height:none !important;object-fit:contain !important;display:block !important}} @media (max-width:991.98px){html.page-home .site-header,html.page-home .site-header.navbar{height:92px !important;min-height:92px !important;padding:0 18px !important;overflow:visible !important} html.page-home .site-header>.header-container>.navbar-brand{min-width:180px !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;overflow:visible !important} html.page-home .site-header>.header-container>.navbar-brand .site-logo-img{height:88px !important;width:auto !important;max-width:205px !important;max-height:none !important;object-fit:contain !important;display:block !important} html.page-home .mobile-offcanvas .offcanvas-header{min-height:100px !important} html.page-home .mobile-offcanvas .mobile-logo-img{height:88px !important;width:auto !important;max-width:205px !important;max-height:none !important;object-fit:contain !important;display:block !important}} @media (max-width:575.98px){html.page-home .site-header,html.page-home .site-header.navbar{height:88px !important;min-height:88px !important;padding:0 14px !important} html.page-home .site-header>.header-container>.navbar-brand{min-width:165px !important} html.page-home .site-header>.header-container>.navbar-brand .site-logo-img{height:88px !important;width:auto !important;max-width:195px !important;max-height:none !important} html.page-home .mobile-offcanvas .mobile-logo-img{height:88px !important;max-width:195px !important;max-height:none !important}} @media (min-width:992px){html.page-home .site-header,html.page-home .site-header.navbar{height:100px !important;min-height:100px !important;padding:0 34px !important;overflow:visible !important} html.page-home .site-header>.header-container>.navbar-brand{min-width:220px !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;overflow:visible !important} html.page-home .site-header>.header-container>.navbar-brand .site-logo-img{height:90px !important;width:auto !important;max-width:230px !important;max-height:none !important;object-fit:contain !important;display:block !important}} @media (max-width:991.98px){html.page-home .site-header,html.page-home .site-header.navbar{height:84px !important;min-height:84px !important;padding:0 18px !important;overflow:visible !important} html.page-home .site-header>.header-container>.navbar-brand{min-width:160px !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;overflow:visible !important} html.page-home .site-header>.header-container>.navbar-brand .site-logo-img{height:80px !important;width:auto !important;max-width:185px !important;max-height:none !important;object-fit:contain !important;display:block !important} html.page-home .mobile-offcanvas .offcanvas-header{min-height:94px !important} html.page-home .mobile-offcanvas .mobile-logo-img{height:80px !important;width:auto !important;max-width:185px !important;max-height:none !important;object-fit:contain !important;display:block !important}} @media (max-width:575.98px){html.page-home .site-header,html.page-home .site-header.navbar{height:84px !important;min-height:84px !important;padding:0 14px !important} html.page-home .site-header>.header-container>.navbar-brand{min-width:150px !important} html.page-home .site-header>.header-container>.navbar-brand .site-logo-img{height:80px !important;width:auto !important;max-width:180px !important;max-height:none !important} html.page-home .mobile-offcanvas .mobile-logo-img{height:80px !important;max-width:180px !important;max-height:none !important}} @media (max-width:991.98px){html.page-home .mobile-offcanvas .mobile-close-btn{position:absolute !important;left:18px !important;right:auto !important;top:50% !important;transform:translateY(-50%) !important;margin:0 !important;width:44px !important;height:44px !important;padding:0 !important;border:1px solid rgba(198,154,74,0.28) !important;border-radius:14px !important;background:linear-gradient(135deg,rgba(255,255,255,0.98),rgba(248,244,235,0.96)) !important;background-image:none !important;background-size:0 !important;opacity:1 !important;z-index:8;display:inline-flex !important;align-items:center !important;justify-content:center !important;box-shadow:0 10px 24px rgba(15,75,61,0.10),0 2px 8px rgba(198,154,74,0.16) !important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease,background 0.25s ease} html.page-home .mobile-offcanvas .mobile-close-btn::before,html.page-home .mobile-offcanvas .mobile-close-btn::after{content:"";position:absolute;width:20px;height:2.6px;border-radius:999px;background:linear-gradient(90deg,#154f42,#c69a4a);box-shadow:0 1px 3px rgba(0,0,0,0.10)} html.page-home .mobile-offcanvas .mobile-close-btn::before{transform:rotate(45deg)} html.page-home .mobile-offcanvas .mobile-close-btn::after{transform:rotate(-45deg)} html.page-home .mobile-offcanvas .mobile-close-btn:hover,html.page-home .mobile-offcanvas .mobile-close-btn:focus{transform:translateY(-50%) scale(1.06) !important;border-color:rgba(198,154,74,0.48) !important;background:linear-gradient(135deg,#ffffff,#f4ecdc) !important;box-shadow:0 14px 28px rgba(15,75,61,0.14),0 0 0 4px rgba(198,154,74,0.14) !important;outline:none !important} html.page-home .mobile-offcanvas .mobile-close-btn:active{transform:translateY(-50%) scale(0.96) !important;box-shadow:0 7px 16px rgba(15,75,61,0.12),0 0 0 2px rgba(198,154,74,0.10) !important}} html.page-home .footer-brand-note{width:245px;margin:8px auto 0;text-align:center} html.page-home .footer-brand-line{width:138px;height:1px;display:block;margin:0 auto 9px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(212,168,79,0.88),rgba(255,255,255,0.62),transparent)} html.page-home .footer-brand-badge{min-height:58px;padding:8px 14px;border-radius:18px;border:1px solid rgba(255,255,255,0.16);background:radial-gradient(circle at 80% 0%,rgba(212,168,79,0.18),transparent 38%),rgba(255,255,255,0.075);display:inline-flex;align-items:center;justify-content:center;gap:11px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.14),0 10px 24px rgba(0,0,0,0.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)} html.page-home .footer-brand-icon{width:38px;height:38px;min-width:38px;border-radius:14px;color:#d4a84f;background:rgba(255,255,255,0.12);border:1px solid rgba(212,168,79,0.28);display:inline-flex;align-items:center;justify-content:center} html.page-home .footer-brand-icon svg{width:24px;height:24px;stroke:currentColor} html.page-home .footer-brand-text{display:flex;flex-direction:column;align-items:flex-start;text-align:right;line-height:1.35} html.page-home .footer-brand-text strong{color:#ffffff;font-size:13px;font-weight:900;white-space:nowrap} html.page-home .footer-brand-text small{color:rgba(255,255,255,0.72);font-size:10.5px;font-weight:600;margin-top:3px;white-space:nowrap} html.page-home .footer-brand-tags{margin-top:8px;display:flex;justify-content:center;gap:7px} html.page-home .footer-brand-tags span{min-width:52px;height:24px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,0.09);border:1px solid rgba(255,255,255,0.13);color:rgba(255,255,255,0.88);font-size:10.5px;font-weight:800;display:inline-flex;align-items:center;justify-content:center} @media (max-width:900px){html.page-home .footer-brand-note{width:100%;max-width:270px;margin-top:10px}} @media (max-width:575.98px){html.page-home .about-leaf-mark{width:74px;height:74px;left:14px;bottom:12px;opacity:0.86}} html.page-home .about-section{padding:40px 28px 34px} html.page-home .about-top{gap:28px;margin-bottom:32px} html.page-home .about-card{border-radius:14px;padding:34px 36px 40px} html.page-home .about-card p{margin-bottom:28px} html.page-home .stats-grid{gap:22px;margin-top:8px;align-items:stretch} html.page-home .stat-card{min-height:96px;height:auto;padding:20px 24px;border-radius:14px;gap:18px;flex-direction:row-reverse;justify-content:space-between} html.page-home .stat-info{flex:1} html.page-home .stat-title{margin-bottom:8px} html.page-home .project-progress-section{padding:12px 28px 48px} html.page-home .project-progress-box{border-radius:14px;padding:22px 24px 24px} html.page-home .progress-heading{margin-bottom:12px} html.page-home .progress-top-row{gap:28px;margin-bottom:22px} html.page-home .timeline-wrapper{padding-top:22px} html.page-home .timeline{gap:10px} html.page-home .progress-images-row{gap:18px;margin-top:12px} html.page-home .progress-image{border-radius:10px} html.page-home .project-details-btn-wrap{margin-top:18px} html.page-home .project-details-btn{width:360px;max-width:100%;height:54px;padding:0 24px;border-radius:16px;gap:12px;font-size:15px;font-weight:900;box-shadow:0 10px 26px rgba(15,75,61,0.08);flex-direction:row-reverse} html.page-home .project-details-btn span{font-size:24px;line-height:1;transform:translateY(-1px)} html.page-home .future-section{padding:8px 28px 52px} html.page-home .future-heading{margin-bottom:18px} html.page-home .future-cards{gap:18px;margin-bottom:30px} html.page-home .future-card{min-height:156px;height:auto;padding:20px 16px 18px;border-radius:14px} html.page-home .future-card h3{margin-bottom:8px} html.page-home .future-card p{line-height:2} html.page-home .future-banner{margin-top:4px;border-radius:14px} html.page-home .stat-icon,html.page-home .future-icon{width:54px;min-width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,rgba(198,154,74,0.14),rgba(198,154,74,0.05));border:1px solid rgba(198,154,74,0.22);box-shadow:inset 0 1px 0 rgba(255,255,255,0.72)} html.page-home .stat-icon svg,html.page-home .future-icon svg,html.page-home .timeline-icon svg,html.page-home .consult-btn svg{stroke-linecap:round;stroke-linejoin:round} html.page-home .stat-icon svg,html.page-home .future-icon svg{width:28px;height:28px;stroke-width:1.95} html.page-home .timeline-icon{width:44px;height:44px;border-radius:14px;border:1.5px solid rgba(0,0,0,0.10);box-shadow:inset 0 1px 0 rgba(255,255,255,0.70)} html.page-home .timeline-step.done .timeline-icon{background:rgba(15,107,77,0.08);border-color:rgba(198,154,74,0.42);box-shadow:0 8px 20px rgba(15,107,77,0.08)} html.page-home .timeline-step span{display:inline-block;margin-top:2px} @media (max-width:992px){html.page-home .about-section,html.page-home .project-progress-section,html.page-home .future-section{padding-left:24px;padding-right:24px} html.page-home .about-top,html.page-home .stats-grid,html.page-home .future-cards,html.page-home .progress-images-row{gap:16px} html.page-home .project-details-btn{width:320px;height:52px}} @media (max-width:576px){html.page-home .about-section{padding:28px 16px 28px} html.page-home .about-top{margin-bottom:24px} html.page-home .about-card{padding:26px 22px 34px} html.page-home .stats-grid{gap:14px;margin-top:2px} html.page-home .stat-card{min-height:90px;padding:18px 18px} html.page-home .project-progress-section{padding:8px 16px 38px} html.page-home .project-progress-box{padding:20px 14px 18px} html.page-home .timeline-wrapper{padding-top:18px} html.page-home .progress-images-row{gap:12px} html.page-home .project-details-btn-wrap{margin-top:16px} html.page-home .project-details-btn{height:50px;padding:0 18px;border-radius:14px;font-size:14px} html.page-home .future-section{padding:6px 16px 38px} html.page-home .future-cards{gap:14px;margin-bottom:24px} html.page-home .future-card{min-height:138px;padding:18px 14px 16px}} html.page-home .about-section{padding-top:72px !important} @media (max-width:992px){html.page-home .about-section{padding-top:52px !important}} @media (max-width:576px){html.page-home .about-section{padding-top:38px !important}} html.page-home .about-top{margin-bottom:38px !important} html.page-home .stats-grid{margin-top:18px !important;gap:24px !important} html.page-home .stat-card{min-height:108px !important;padding:22px 26px !important;border-radius:18px !important;background:linear-gradient(180deg,#ffffff 0%,#fcfcfb 100%) !important;border:1px solid rgba(15,75,61,0.06) !important;box-shadow:0 10px 26px rgba(16,24,40,0.06) !important;gap:18px !important;align-items:center !important} html.page-home .stat-icon{width:68px !important;min-width:68px !important;height:68px !important;border-radius:20px !important;background:linear-gradient(180deg,#fcfaf5 0%,#f7f1e5 100%) !important;border:1px solid rgba(198,154,74,0.26) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,0.95),0 8px 18px rgba(198,154,74,0.07) !important;color:#c69a4a !important} html.page-home .stat-icon svg{width:31px !important;height:31px !important;stroke-width:1.9 !important;stroke-linecap:round !important;stroke-linejoin:round !important} html.page-home .stat-info{display:flex !important;flex-direction:column !important;justify-content:center !important;gap:6px !important} html.page-home .stat-title{color:#1f2937 !important;font-size:13px !important;font-weight:800 !important;margin-bottom:0 !important} html.page-home .stat-value{color:#0f6b4d !important;font-size:22px !important;font-weight:950 !important;line-height:1.25 !important;letter-spacing:-0.2px} html.page-home .progress-circle{width:52px !important;height:52px !important;background:conic-gradient(#0f7a58 0deg 234deg,#e4dfd7 234deg 360deg) !important;box-shadow:0 4px 12px rgba(15,107,77,0.10) !important} html.page-home .progress-circle::after{inset:7px !important;background:#fbfaf7 !important} @media (max-width:992px){html.page-home .about-top{margin-bottom:30px !important} html.page-home .stats-grid{margin-top:14px !important;gap:18px !important} html.page-home .stat-card{min-height:102px !important;padding:20px 22px !important}} @media (max-width:576px){html.page-home .about-top{margin-bottom:24px !important} html.page-home .stats-grid{margin-top:10px !important;gap:14px !important} html.page-home .stat-card{min-height:94px !important;padding:18px 18px !important;border-radius:16px !important} html.page-home .stat-icon{width:60px !important;min-width:60px !important;height:60px !important;border-radius:18px !important} html.page-home .stat-icon svg{width:28px !important;height:28px !important} html.page-home .progress-circle{width:46px !important;height:46px !important} html.page-home .stat-value{font-size:20px !important}} html.page-home .project-details-btn-wrap{margin-top:22px !important} html.page-home .project-details-btn{width:380px !important;max-width:100%;height:58px !important;padding:0 26px !important;border-radius:18px !important;border:1.5px solid rgba(15,75,61,0.42) !important;background:linear-gradient(180deg,#ffffff 0%,#fbfcfb 100%) !important;color:#0f4b3d !important;box-shadow:0 12px 26px rgba(15,75,61,0.08) !important;flex-direction:row-reverse !important;gap:14px !important;letter-spacing:-0.1px;transition:transform 0.25s ease,box-shadow 0.25s ease,background 0.25s ease,border-color 0.25s ease !important} html.page-home .project-details-btn:hover{background:linear-gradient(180deg,#ffffff 0%,#f6faf8 100%) !important;border-color:rgba(15,75,61,0.62) !important;color:#0d5d4a !important;transform:translateY(-2px);box-shadow:0 16px 30px rgba(15,75,61,0.12) !important} html.page-home .project-details-btn span{width:28px;height:28px;min-width:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(198,154,74,0.12);color:#0f4b3d;font-size:24px !important;line-height:1;transform:translateY(-1px);transition:transform 0.25s ease,background 0.25s ease} html.page-home .project-details-btn:hover span{background:rgba(198,154,74,0.18);transform:translateX(2px)} @media (max-width:576px){html.page-home .project-details-btn{height:52px !important;padding:0 18px !important;border-radius:15px !important;font-size:14px !important}} html.page-home .stat-card{gap:14px !important} html.page-home .stat-icon{width:62px !important;min-width:62px !important;height:62px !important;border-radius:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;color:#c69a4a !important;display:inline-flex;align-items:center;justify-content:center} html.page-home .stat-icon svg{width:54px !important;height:54px !important;stroke:currentColor;stroke-linecap:round !important;stroke-linejoin:round !important} html.page-home .progress-circle{width:54px !important;height:54px !important;background:conic-gradient(#0f7a58 0deg 234deg,#ddd8d0 234deg 360deg) !important;box-shadow:none !important} html.page-home .progress-circle::after{inset:7px !important;background:#ffffff !important} @media (max-width:576px){html.page-home .stat-icon{width:54px !important;min-width:54px !important;height:54px !important} html.page-home .stat-icon svg,html.page-home .progress-circle{width:46px !important;height:46px !important}} html.page-home .project-details-btn{gap:18px !important;padding:0 30px !important} html.page-home .project-details-btn span{margin-right:2px;font-size:25px !important} @media (max-width:576px){html.page-home .project-details-btn{gap:14px !important;padding:0 20px !important}} html.page-home .stat-icon-custom-status{width:62px !important;min-width:62px !important;height:62px !important;display:inline-flex;align-items:center;justify-content:center} html.page-home .stat-icon-status-img{width:54px;height:54px;object-fit:contain;display:block} @media (max-width:576px){html.page-home .stat-icon-status-img{width:46px;height:46px}} html.page-home .project-progress-section{padding-top:30px !important} html.page-home .project-progress-box{padding:28px 26px 28px !important;border-radius:18px !important} html.page-home .progress-heading{margin-bottom:18px !important} html.page-home .progress-top-row{gap:34px !important;margin-bottom:28px !important;align-items:flex-start !important} html.page-home .timeline-wrapper{padding-top:28px !important} html.page-home .timeline{gap:18px !important;align-items:flex-start !important} html.page-home .timeline::before{top:26px !important;left:8% !important;right:8% !important;height:2px !important;background:linear-gradient(90deg,rgba(15,75,61,0.10),rgba(198,154,74,0.20),rgba(15,75,61,0.10)) !important} html.page-home .timeline-step{min-width:92px !important;gap:12px !important} html.page-home .timeline-icon{width:56px !important;height:56px !important;border-radius:18px !important;background:linear-gradient(180deg,#fffdfa 0%,#f9f5ec 100%) !important;border:1px solid rgba(198,154,74,0.28) !important;color:#c69a4a !important;box-shadow:inset 0 1px 0 rgba(255,255,255,0.92),0 8px 20px rgba(198,154,74,0.06) !important;transition:transform 0.25s ease,box-shadow 0.25s ease !important} html.page-home .timeline-icon svg{width:22px !important;height:22px !important;stroke-width:1.9 !important;stroke:currentColor !important} html.page-home .timeline-step.done .timeline-icon{background:linear-gradient(180deg,#f3fbf7 0%,#ebf7f1 100%) !important;border-color:rgba(198,154,74,0.36) !important;color:#0f7a58 !important;box-shadow:0 10px 22px rgba(15,107,77,0.10),inset 0 1px 0 rgba(255,255,255,0.96) !important} html.page-home .timeline-step.done .timeline-icon svg{width:24px !important;height:24px !important;stroke-width:2.2 !important} html.page-home .timeline-step span{margin-top:4px !important;font-size:14px !important;font-weight:800 !important;color:#1f2937 !important;line-height:1.8 !important;white-space:nowrap} html.page-home .total-progress-card{border-radius:16px !important;padding:24px 22px !important} html.page-home .progress-images-row{gap:20px !important;margin-top:16px !important} html.page-home .progress-image{border-radius:14px !important} html.page-home .project-details-btn-wrap{margin-top:24px !important} @media (max-width:992px){html.page-home .project-progress-section{padding-top:22px !important} html.page-home .project-progress-box{padding:24px 20px 24px !important} html.page-home .progress-top-row{gap:24px !important;margin-bottom:24px !important} html.page-home .timeline-wrapper{padding-top:22px !important} html.page-home .timeline{gap:14px !important} html.page-home .timeline-step{min-width:82px !important} html.page-home .timeline-icon{width:50px !important;height:50px !important;border-radius:16px !important} html.page-home .timeline-step span{font-size:13px !important}} @media (max-width:576px){html.page-home .project-progress-section{padding-top:18px !important} html.page-home .project-progress-box{padding:22px 14px 20px !important;border-radius:16px !important} html.page-home .progress-heading{margin-bottom:14px !important} html.page-home .progress-top-row{margin-bottom:18px !important} html.page-home .timeline-wrapper{padding-top:18px !important} html.page-home .timeline{gap:12px !important} html.page-home .timeline::before{top:22px !important;left:6% !important;right:6% !important} html.page-home .timeline-step{min-width:74px !important;gap:10px !important} html.page-home .timeline-icon{width:46px !important;height:46px !important;border-radius:14px !important} html.page-home .timeline-icon svg{width:19px !important;height:19px !important} html.page-home .timeline-step.done .timeline-icon svg{width:20px !important;height:20px !important} html.page-home .timeline-step span{font-size:12px !important;line-height:1.7 !important;white-space:normal} html.page-home .progress-images-row{gap:12px !important;margin-top:12px !important} html.page-home .project-details-btn-wrap{margin-top:18px !important}} html.page-home .project-details-btn{direction:rtl !important} html.page-home .project-details-btn span{margin-left:2px !important;margin-right:0 !important} html.page-home .project-details-btn:hover span{transform:translateX(-2px) !important} html.page-home .project-details-btn span{font-family:Arial,sans-serif !important;font-size:19px !important;font-weight:900 !important;line-height:1 !important} html.page-home .project-details-btn .project-arrow-left{font-size:0 !important} html.page-home .project-details-btn .project-arrow-left svg{width:17px !important;height:17px !important;display:block;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round} html.page-home .project-details-btn:hover .project-arrow-left{transform:translateX(-2px) !important} html.page-home .future-section{padding-top:58px !important;padding-bottom:56px !important} html.page-home .future-container{max-width:1180px !important} html.page-home .future-heading{font-size:25px !important;font-weight:950 !important;color:#0f4b3d !important;margin-bottom:28px !important;letter-spacing:-0.3px} html.page-home .future-heading::after{width:48px !important;height:3px !important;margin-top:10px !important;background:linear-gradient(90deg,transparent,#c69a4a,transparent) !important} html.page-home .future-cards{gap:22px !important;margin-bottom:36px !important;align-items:stretch !important} html.page-home .future-card{min-height:174px !important;height:auto !important;padding:24px 18px 22px !important;border-radius:18px !important;background:linear-gradient(180deg,#ffffff 0%,#fcfcfb 100%) !important;border:1px solid rgba(15,75,61,0.055) !important;box-shadow:0 12px 30px rgba(16,24,40,0.055) !important;justify-content:flex-start !important;transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease !important} html.page-home .future-card:hover{transform:translateY(-4px);border-color:rgba(198,154,74,0.18) !important;box-shadow:0 18px 36px rgba(15,75,61,0.08) !important} html.page-home .future-icon{width:64px !important;height:64px !important;margin-bottom:14px !important;border-radius:20px !important;color:#0f7a58 !important;background:linear-gradient(180deg,#fcfaf5 0%,#f7f1e5 100%) !important;border:1px solid rgba(198,154,74,0.26) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,0.95),0 8px 18px rgba(198,154,74,0.08) !important} html.page-home .future-icon svg{width:30px !important;height:30px !important;stroke-width:1.9 !important;stroke-linecap:round !important;stroke-linejoin:round !important} html.page-home .future-card h3{font-size:15px !important;margin-bottom:9px !important;color:#0d1f1b !important} html.page-home .future-card p{font-size:12.5px !important;line-height:2.05 !important;color:#2f3b37 !important} html.page-home .future-banner{margin-top:14px !important;height:178px !important;border-radius:18px !important;box-shadow:0 14px 34px rgba(15,75,61,0.10) !important} html.page-home .future-banner-content h3{margin-bottom:16px !important} html.page-home .consult-btn{border-radius:14px !important;height:50px !important} html.page-home .site-footer{padding-top:22px !important} @media (max-width:1100px){html.page-home .future-section{padding-top:48px !important} html.page-home .future-cards{gap:18px !important}} @media (max-width:768px){html.page-home .future-section{padding:42px 16px 44px !important} html.page-home .future-heading{font-size:23px !important;margin-bottom:24px !important} html.page-home .future-cards{gap:16px !important;margin-bottom:28px !important} html.page-home .future-card{min-height:158px !important;padding:22px 16px 20px !important} html.page-home .future-banner{height:220px !important;margin-top:8px !important;border-radius:16px !important} html.page-home .site-footer{padding-top:14px !important}} @media (max-width:480px){html.page-home .future-section{padding-top:36px !important;padding-bottom:36px !important} html.page-home .future-cards{gap:14px !important} html.page-home .future-card{min-height:142px !important;padding:20px 14px 18px !important} html.page-home .future-icon{width:58px !important;height:58px !important;border-radius:18px !important;margin-bottom:12px !important} html.page-home .future-icon svg{width:27px !important;height:27px !important}} html.page-home .future-section{padding-bottom:24px !important} html.page-home .future-banner{margin-bottom:0 !important} html.page-home .site-footer{padding-top:4px !important} @media (max-width:768px){html.page-home .future-section{padding-bottom:24px !important} html.page-home .site-footer{padding-top:2px !important}} @media (max-width:480px){html.page-home .future-section{padding-bottom:22px !important} html.page-home .site-footer{padding-top:0 !important}} html.page-home .banner-leaves{position:absolute;right:56px !important;top:20px !important;width:150px !important;height:122px !important;opacity:1 !important;z-index:2;pointer-events:none;filter:drop-shadow(0 12px 24px rgba(10,46,39,0.16))} html.page-home .banner-leaves::before{content:"";position:absolute;inset:10px 12px 12px 24px;border-radius:999px;background:radial-gradient(circle at 30% 35%,rgba(181,225,191,0.28),transparent 42%),radial-gradient(circle at 70% 70%,rgba(120,205,158,0.18),transparent 45%);border:1px solid rgba(168,222,184,0.14);backdrop-filter:blur(2px)} html.page-home .banner-leaves::after{content:"";position:absolute;right:16px;top:6px;width:44px;height:44px;background:radial-gradient(circle,rgba(204,170,95,0.92) 0 3px,transparent 4px),radial-gradient(circle,rgba(145,218,166,0.85) 0 3px,transparent 4px),radial-gradient(circle,rgba(183,232,193,0.65) 0 2.5px,transparent 3.5px),radial-gradient(circle,rgba(204,170,95,0.55) 0 2px,transparent 3px);background-size:12px 12px,12px 12px,10px 10px,8px 8px;background-position:2px 18px,16px 2px,28px 15px,10px 30px;background-repeat:no-repeat;opacity:.95} html.page-home .banner-leaves span{position:absolute;display:block;border-radius:70% 0 70% 0 / 70% 0 70% 0 !important;background:linear-gradient(180deg,rgba(163,220,177,0.72) 0%,rgba(114,197,145,0.52) 100%) !important;border:1px solid rgba(194,235,205,0.28);box-shadow:inset 0 1px 0 rgba(255,255,255,0.18),0 10px 18px rgba(7,37,31,0.12)} html.page-home .banner-leaves span:nth-child(1){width:60px !important;height:82px !important;right:56px !important;top:24px !important;transform:rotate(10deg) !important} html.page-home .banner-leaves span:nth-child(2){width:50px !important;height:68px !important;right:12px !important;top:44px !important;transform:rotate(-32deg) !important} html.page-home .banner-leaves span:nth-child(3){width:34px !important;height:44px !important;right:74px !important;top:2px !important;transform:rotate(-8deg) !important} html.page-home .banner-leaves span:nth-child(4){width:5px !important;height:64px !important;right:60px !important;top:47px !important;border-radius:999px !important;transform:rotate(18deg) !important;background:linear-gradient(180deg,rgba(180,225,189,0.65),rgba(92,165,122,0.45)) !important;border:none !important;box-shadow:none !important} @media (max-width:768px){html.page-home .banner-leaves{right:24px !important;top:18px !important;width:118px !important;height:98px !important;transform:scale(0.92);transform-origin:top right}} html.page-home .site-footer{padding:4px 16px 16px !important} html.page-home .footer-box{padding:28px 40px 16px !important;border-radius:18px !important;min-height:unset !important;box-shadow:0 16px 36px rgba(8,43,36,0.12)} html.page-home .footer-content{gap:26px !important;align-items:flex-start !important} html.page-home .footer-col{display:flex;flex-direction:column} html.page-home .footer-logo-col{width:300px !important;align-items:center} html.page-home .footer-logo-wrap{margin-bottom:8px !important} html.page-home .footer-brand-note{margin-top:10px !important} html.page-home .footer-desc-col{width:360px !important;text-align:center !important;padding-top:2px !important;align-items:center} html.page-home .footer-menu-col{width:170px !important;text-align:center !important;align-items:center} html.page-home .footer-contact-col{width:290px !important;text-align:right !important;padding-top:2px !important;align-items:flex-start} html.page-home .footer-title{font-size:17px !important;margin-bottom:16px !important;line-height:1.6 !important;letter-spacing:-0.2px} html.page-home .footer-desc{max-width:320px;margin:0 auto;font-size:13.5px !important;line-height:2.2 !important;color:rgba(255,255,255,0.93) !important} html.page-home .footer-menu{display:flex;flex-direction:column;gap:10px} html.page-home .footer-menu li{margin-bottom:0 !important;line-height:1.8} html.page-home .footer-menu a{font-size:14px !important;font-weight:700 !important} html.page-home .footer-contact-list{margin:0 0 16px !important;width:100%} html.page-home .footer-contact-list li{gap:12px !important;margin-bottom:12px !important;font-size:13.5px !important;line-height:1.9 !important} html.page-home .footer-contact-list li:last-child{margin-bottom:0 !important} html.page-home .footer-contact-list svg{width:18px !important;height:18px !important;min-width:18px !important} html.page-home .footer-socials{margin-top:16px !important;gap:12px !important} html.page-home .footer-socials a{width:38px !important;height:38px !important;background:rgba(255,255,255,0.14) !important;border:1px solid rgba(255,255,255,0.10);box-shadow:inset 0 1px 0 rgba(255,255,255,0.08)} html.page-home .footer-socials svg{width:18px !important;height:18px !important} html.page-home .footer-divider{height:158px !important;margin-top:0 !important;background:linear-gradient(180deg,rgba(255,255,255,0.10),rgba(255,255,255,0.44),rgba(255,255,255,0.10)) !important} html.page-home .footer-copy{margin-top:18px !important;padding-top:12px;border-top:1px solid rgba(255,255,255,0.08);font-size:12.5px !important;line-height:1.8} @media (max-width:1100px){html.page-home .footer-box{padding:26px 28px 16px !important} html.page-home .footer-content{gap:18px !important} html.page-home .footer-logo-col{width:250px !important} html.page-home .footer-desc-col{width:300px !important} html.page-home .footer-contact-col{width:250px !important}} @media (max-width:900px){html.page-home .footer-box{padding:24px 18px 16px !important} html.page-home .footer-content{gap:14px !important} html.page-home .footer-logo-col,html.page-home .footer-desc-col,html.page-home .footer-menu-col,html.page-home .footer-contact-col{width:100% !important;align-items:center !important;text-align:center !important} html.page-home .footer-contact-list li{justify-content:center !important} html.page-home .footer-socials{justify-content:center !important} html.page-home .footer-copy{margin-top:14px !important}} html.page-home .site-footer{padding:0 16px 12px !important} html.page-home .footer-box{max-width:1480px !important;min-height:unset !important;padding:18px 34px 12px !important;border-radius:16px !important;box-shadow:0 10px 24px rgba(8,43,36,0.09) !important} html.page-home .footer-content{gap:22px !important;align-items:flex-start !important} html.page-home .footer-logo-col{width:255px !important} html.page-home .footer-logo-wrap{margin-bottom:2px !important} html.page-home .footer-logo-img{max-height:78px !important;width:auto !important} html.page-home .footer-brand-note{width:220px !important;margin-top:4px !important} html.page-home .footer-brand-line{width:110px !important;margin-bottom:6px !important} html.page-home .footer-brand-badge{min-height:44px !important;padding:6px 11px !important;border-radius:15px !important;gap:8px !important} html.page-home .footer-brand-icon{width:31px !important;height:31px !important;min-width:31px !important;border-radius:11px !important} html.page-home .footer-brand-icon svg{width:19px !important;height:19px !important} html.page-home .footer-brand-text strong{font-size:12px !important} html.page-home .footer-brand-text small{font-size:9.5px !important;margin-top:1px !important} html.page-home .footer-brand-tags{margin-top:6px !important;gap:5px !important} html.page-home .footer-brand-tags span{min-width:43px !important;height:20px !important;padding:0 8px !important;font-size:9.5px !important} html.page-home .footer-desc-col{width:320px !important;padding-top:0 !important} html.page-home .footer-menu-col{width:145px !important;padding-top:0 !important} html.page-home .footer-contact-col{width:255px !important;padding-top:0 !important} html.page-home .footer-title{font-size:15px !important;margin-bottom:9px !important;line-height:1.5 !important} html.page-home .footer-desc{max-width:300px !important;font-size:12.5px !important;line-height:1.9 !important;font-weight:500 !important} html.page-home .footer-menu{gap:5px !important} html.page-home .footer-menu li{margin-bottom:0 !important;line-height:1.55 !important} html.page-home .footer-menu a{font-size:12.5px !important;font-weight:650 !important} html.page-home .footer-contact-list{margin-bottom:9px !important} html.page-home .footer-contact-list li{gap:9px !important;margin-bottom:6px !important;font-size:12.5px !important;line-height:1.65 !important} html.page-home .footer-contact-list svg{width:16px !important;height:16px !important;min-width:16px !important} html.page-home .footer-socials{margin-top:8px !important;gap:9px !important} html.page-home .footer-socials a{width:32px !important;height:32px !important;background:rgba(255,255,255,0.15) !important} html.page-home .footer-socials svg{width:15px !important;height:15px !important} html.page-home .footer-divider{height:118px !important;margin-top:2px !important;background:linear-gradient(180deg,rgba(255,255,255,0.08),rgba(255,255,255,0.34),rgba(255,255,255,0.08)) !important} html.page-home .footer-copy{margin-top:8px !important;padding-top:8px !important;font-size:11.5px !important;line-height:1.7 !important} @media (max-width:1100px){html.page-home .footer-box{padding:18px 24px 12px !important} html.page-home .footer-content{gap:16px !important} html.page-home .footer-logo-col{width:225px !important} html.page-home .footer-desc-col{width:280px !important} html.page-home .footer-contact-col{width:235px !important}} @media (max-width:900px){html.page-home .footer-box{padding:22px 16px 14px !important} html.page-home .footer-content{gap:12px !important} html.page-home .footer-divider{height:1px !important;margin:2px 0 !important} html.page-home .footer-logo-col,html.page-home .footer-desc-col,html.page-home .footer-menu-col,html.page-home .footer-contact-col{width:100% !important} html.page-home .footer-copy{margin-top:10px !important}} html.page-home .footer-box{padding:16px 34px 10px !important} html.page-home .footer-content{gap:18px !important} html.page-home .footer-desc-col,html.page-home .footer-menu-col,html.page-home .footer-contact-col{text-align:right !important;align-items:flex-start !important} html.page-home .footer-title{width:100%;text-align:right !important;margin-bottom:6px !important;font-size:14.5px !important;line-height:1.35 !important} html.page-home .footer-desc{text-align:right !important;margin:0 !important;font-size:12px !important;line-height:1.65 !important} html.page-home .footer-menu{align-items:flex-start !important;gap:2px !important} html.page-home .footer-menu li{margin-bottom:0 !important;line-height:1.35 !important;text-align:right !important} html.page-home .footer-menu a{font-size:12px !important;line-height:1.45 !important} html.page-home .footer-contact-list{margin-bottom:6px !important} html.page-home .footer-contact-list li,html.page-home .footer-contact-list li.address{direction:rtl !important;text-align:right !important;justify-content:flex-start !important;gap:8px !important;margin-bottom:4px !important;font-size:12px !important;line-height:1.45 !important} html.page-home .footer-contact-list li span{text-align:right !important} html.page-home .footer-contact-list svg{width:15px !important;height:15px !important;min-width:15px !important} html.page-home .footer-socials{direction:rtl !important;justify-content:flex-start !important;margin-top:7px !important;gap:8px !important} html.page-home .footer-socials a{width:30px !important;height:30px !important} html.page-home .footer-socials svg{width:14px !important;height:14px !important} html.page-home .footer-divider{height:105px !important} html.page-home .footer-copy{margin-top:7px !important;padding-top:6px !important;font-size:11px !important;line-height:1.45 !important} @media (max-width:900px){html.page-home .footer-desc-col,html.page-home .footer-menu-col,html.page-home .footer-contact-col,html.page-home .footer-title,html.page-home .footer-desc{text-align:center !important;align-items:center !important} html.page-home .footer-menu,html.page-home .footer-socials{align-items:center !important;justify-content:center !important} html.page-home .footer-contact-list li,html.page-home .footer-contact-list li.address{justify-content:center !important;text-align:center !important}} html.page-home .footer-desc-col,html.page-home .footer-menu-col,html.page-home .footer-contact-col{text-align:center !important;align-items:center !important} html.page-home .footer-title,html.page-home .footer-desc{text-align:center !important;margin-left:auto !important;margin-right:auto !important} html.page-home .footer-menu{align-items:center !important} html.page-home .footer-menu li{text-align:center !important} html.page-home .footer-contact-list{width:100%} html.page-home .footer-contact-list li,html.page-home .footer-contact-list li.address{justify-content:center !important;text-align:center !important} html.page-home .footer-contact-list li span{text-align:center !important} html.page-home .footer-socials{justify-content:center !important;align-items:center !important} html.page-home .future-section{padding-top:36px !important;padding-bottom:38px !important} html.page-home .future-heading{margin-bottom:24px !important} html.page-home .future-cards{margin-bottom:30px !important;gap:20px !important;align-items:stretch !important} html.page-home .future-card{min-height:168px !important;padding-top:22px !important;padding-bottom:20px !important} html.page-home .future-banner{margin-top:0 !important} @media (max-width:768px){html.page-home .future-section{padding-top:28px !important;padding-bottom:30px !important} html.page-home .future-heading{margin-bottom:20px !important} html.page-home .future-cards{margin-bottom:24px !important;gap:16px !important}} @media (max-width:480px){html.page-home .future-section{padding-top:24px !important;padding-bottom:26px !important} html.page-home .future-heading{margin-bottom:18px !important} html.page-home .future-cards{margin-bottom:20px !important;gap:14px !important}} html.page-home .footer-desc-col{text-align:center !important;align-items:center !important} html.page-home .footer-desc-col .footer-title{text-align:center !important;margin-bottom:8px !important;line-height:1.45 !important} html.page-home .footer-desc-col .footer-desc{max-width:340px !important;margin:0 auto !important;text-align:center !important;line-height:1.95 !important;font-size:12.5px !important;font-weight:600 !important;color:rgba(255,255,255,0.93) !important} @media (max-width:900px){html.page-home .footer-desc-col .footer-desc{max-width:290px !important;line-height:1.9 !important}} html.page-home .main-nav a{display:flex;align-items:center;gap:6px} html.page-home .main-nav a i{font-size:16px;color:inherit;transition:0.3s} html.page-home .main-nav a:hover i{transform:translateY(-2px);color:var(--gold)} html.page-home .header-btn i{font-size:16px} html.page-home .rsh-build-section{background:radial-gradient(circle at 15% 18%,rgba(198,154,74,0.10),transparent 28%),radial-gradient(circle at 82% 26%,rgba(15,107,77,0.10),transparent 32%),linear-gradient(180deg,#ffffff 0%,#fbfbf8 100%);padding:14px 28px 58px;position:relative;overflow:hidden} html.page-home .rsh-build-section::before{content:"";position:absolute;inset:auto -12% 0 -12%;height:210px;background:linear-gradient(180deg,rgba(15,75,61,0),rgba(15,75,61,0.055));pointer-events:none} html.page-home .rsh-build-container{max-width:1180px;margin:0 auto;position:relative;z-index:2} html.page-home .rsh-build-header{text-align:center;margin-bottom:24px} html.page-home .rsh-build-badge{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border-radius:999px;background:rgba(198,154,74,0.10);border:1px solid rgba(198,154,74,0.26);color:#9b722d;font-size:12px;font-weight:900;margin-bottom:12px} html.page-home .rsh-build-badge i{width:8px;height:8px;border-radius:50%;background:#0f6b4d;box-shadow:0 0 0 6px rgba(15,107,77,0.10);display:inline-block} html.page-home .rsh-build-title{color:#0f4b3d;font-size:29px;font-weight:950;line-height:1.55;margin:0 0 8px} html.page-home .rsh-build-desc{max-width:680px;margin:0 auto;color:#3d3d3d;font-size:14px;font-weight:600;line-height:2.1} html.page-home .rsh-build-box{display:grid;grid-template-columns:1.04fr 0.96fr;gap:26px;align-items:stretch} html.page-home .rsh-build-visual-card,html.page-home .rsh-build-info-card{border-radius:24px;background:rgba(255,255,255,0.88);border:1px solid rgba(15,75,61,0.07);box-shadow:0 16px 42px rgba(16,24,40,0.08);overflow:hidden;position:relative} html.page-home .rsh-build-visual-card{min-height:465px;padding:28px 26px 24px;background:radial-gradient(circle at 25% 20%,rgba(198,154,74,0.18),transparent 22%),linear-gradient(145deg,#063b32 0%,#0b4d3f 52%,#052f28 100%)} html.page-home .rsh-build-visual-card::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.045) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(180deg,rgba(0,0,0,0.78),transparent 90%);pointer-events:none} html.page-home .rsh-build-visual-top{position:relative;z-index:3;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px} html.page-home .rsh-build-visual-top h3{color:#fff;font-size:20px;font-weight:950;line-height:1.7;margin:0} html.page-home .rsh-build-visual-top p{color:rgba(255,255,255,0.78);font-size:12.5px;font-weight:600;line-height:2;margin:2px 0 0} html.page-home .rsh-build-percent{width:92px;min-width:92px;height:92px;border-radius:26px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:rgba(255,255,255,0.10);border:1px solid rgba(255,255,255,0.18);box-shadow:inset 0 1px 0 rgba(255,255,255,0.16);color:#fff} html.page-home .rsh-build-percent strong{color:#f0c56b;font-size:31px;font-weight:950;line-height:1.1} html.page-home .rsh-build-percent span{font-size:11px;font-weight:800;margin-top:5px;color:rgba(255,255,255,0.78)} html.page-home .rsh-build-scene{position:relative;z-index:3;min-height:335px;display:flex;align-items:flex-end;justify-content:center;padding-top:12px} html.page-home .rsh-crane{position:absolute;top:16px;right:38px;width:170px;height:115px;opacity:0.92;transform-origin:86% 28%} html.page-home .rsh-crane-arm,html.page-home .rsh-crane-mast,html.page-home .rsh-crane-cable,html.page-home .rsh-crane-hook{position:absolute;display:block;background:#d5a850;border-radius:999px;box-shadow:0 0 18px rgba(213,168,80,0.16)} html.page-home .rsh-crane-arm{top:18px;right:0;width:150px;height:5px} html.page-home .rsh-crane-arm::before,html.page-home .rsh-crane-arm::after{content:"";position:absolute;top:-14px;right:23px;width:70px;height:3px;background:rgba(255,255,255,0.28);border-radius:999px;transform:rotate(-18deg)} html.page-home .rsh-crane-arm::after{right:82px;width:50px;transform:rotate(20deg)} html.page-home .rsh-crane-mast{top:18px;right:120px;width:5px;height:92px} html.page-home .rsh-crane-cable{top:23px;right:34px;width:2px;height:56px;background:rgba(255,255,255,0.62)} html.page-home .rsh-crane-hook{top:76px;right:25px;width:22px;height:22px;background:transparent;border:3px solid #d5a850;border-top:none;border-radius:0 0 12px 12px} html.page-home .rsh-build-tower{width:min(320px,72vw);border-radius:26px 26px 18px 18px;padding:18px 18px 16px;background:linear-gradient(180deg,rgba(255,255,255,0.14),rgba(255,255,255,0.07));border:1px solid rgba(255,255,255,0.18);box-shadow:0 24px 55px rgba(0,0,0,0.24),inset 0 1px 0 rgba(255,255,255,0.16);position:relative;overflow:hidden} html.page-home .rsh-build-tower::before{content:"";position:absolute;top:0;right:0;bottom:0;width:44%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.08));pointer-events:none} html.page-home .rsh-build-tower::after{content:"";position:absolute;right:12px;left:12px;bottom:20px;height:3px;border-radius:999px;background:linear-gradient(90deg,transparent,#f1c76d,transparent);opacity:0;transform:translateY(0)} html.page-home .rsh-build-section.is-visible .rsh-build-tower::after{opacity:0.9;animation:home-rshBuildScan 4.2s ease-in-out 0.5s infinite} html.page-home .rsh-build-roof{height:42px;border-radius:18px 18px 12px 12px;background:linear-gradient(135deg,rgba(198,154,74,0.42),rgba(198,154,74,0.16));border:1px solid rgba(240,197,107,0.34);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:900;margin-bottom:10px} html.page-home .rsh-build-floors{display:flex;flex-direction:column-reverse;gap:8px} html.page-home .rsh-build-floor{min-height:46px;border-radius:14px;padding:8px 12px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;background:rgba(255,255,255,0.09);border:1px solid rgba(255,255,255,0.13);color:rgba(255,255,255,0.74);position:relative;overflow:hidden;opacity:0.58;transform:translateY(14px) scale(0.985)} html.page-home .rsh-build-floor::before{content:"";position:absolute;inset:0;width:var(--progress,0%);background:linear-gradient(90deg,rgba(15,107,77,0.12),rgba(198,154,74,0.28));opacity:0.92;transform-origin:right center} html.page-home .rsh-build-floor::after{content:"";position:absolute;top:9px;bottom:9px;left:12px;width:52px;background:linear-gradient(90deg,rgba(255,255,255,0.34) 0 6px,transparent 6px 12px),linear-gradient(90deg,rgba(255,255,255,0.18) 0 6px,transparent 6px 12px);background-size:12px 100%,12px 100%;background-position:0 0,0 0;border-radius:9px} html.page-home .rsh-build-floor>span,html.page-home .rsh-build-floor>strong,html.page-home .rsh-build-floor>em{position:relative;z-index:2} html.page-home .rsh-build-floor span{font-size:11px;font-weight:800;color:rgba(255,255,255,0.58)} html.page-home .rsh-build-floor strong{justify-self:end;color:rgba(255,255,255,0.86);font-size:12px;font-weight:900;white-space:nowrap} html.page-home .rsh-build-floor em{grid-column:1 / -1;height:4px;width:100%;border-radius:999px;background:rgba(255,255,255,0.14);overflow:hidden} html.page-home .rsh-build-floor em::before{content:"";display:block;width:var(--progress,0%);height:100%;border-radius:999px;background:linear-gradient(90deg,#0f6b4d,#f0c56b)} html.page-home .rsh-build-floor.is-done{--progress:100%} html.page-home .rsh-build-floor.is-active{--progress:65%;border-color:rgba(240,197,107,0.55);box-shadow:0 0 0 1px rgba(240,197,107,0.10),0 12px 28px rgba(0,0,0,0.14)} html.page-home .rsh-build-floor.is-next{--progress:18%} html.page-home .rsh-build-section.is-visible .rsh-build-floor{animation:home-rshFloorReveal 0.8s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:calc(var(--delay) * 120ms)} html.page-home .rsh-build-section.is-visible .rsh-build-floor.is-active{animation-name:home-rshFloorReveal,home-rshFloorPulse;animation-duration:0.8s,2.8s;animation-delay:calc(var(--delay) * 120ms),1.2s;animation-fill-mode:forwards,none;animation-iteration-count:1,infinite} html.page-home .rsh-build-ground{width:88%;height:17px;margin:12px auto 0;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(240,197,107,0.42),transparent);position:relative;z-index:4} html.page-home .rsh-build-info-card{padding:28px 28px 24px} html.page-home .rsh-build-info-card h3{color:#0f4b3d;font-size:21px;font-weight:950;line-height:1.7;margin:0 0 8px} html.page-home .rsh-build-info-card>p{color:#444;font-size:13.5px;font-weight:600;line-height:2.15;margin:0 0 18px} html.page-home .rsh-build-progress-mini{border-radius:18px;padding:18px;background:linear-gradient(135deg,rgba(15,107,77,0.08),rgba(198,154,74,0.10));border:1px solid rgba(15,75,61,0.08);margin-bottom:18px} html.page-home .rsh-build-progress-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px} html.page-home .rsh-build-progress-row span{color:#222;font-size:13px;font-weight:900} html.page-home .rsh-build-progress-row strong{color:#0f6b4d;font-size:24px;font-weight:950} html.page-home .rsh-build-progress-line{height:11px;border-radius:999px;background:rgba(15,75,61,0.10);overflow:hidden;direction:ltr} html.page-home .rsh-build-progress-line i{display:block;height:100%;width:65%;border-radius:inherit;background:linear-gradient(90deg,#0f6b4d,#c69a4a);transform-origin:left center;transform:scaleX(0.16)} html.page-home .rsh-build-section.is-visible .rsh-build-progress-line i{animation:home-rshProgressGrow 1.2s ease forwards 0.35s} html.page-home .rsh-build-steps{display:grid;gap:11px} html.page-home .rsh-build-step{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;min-height:66px;border-radius:18px;padding:12px 13px;background:#fff;border:1px solid rgba(15,75,61,0.07);box-shadow:0 8px 22px rgba(16,24,40,0.045);transform:translateY(10px);opacity:0.70} html.page-home .rsh-build-section.is-visible .rsh-build-step{animation:home-rshStepReveal 0.65s ease forwards;animation-delay:calc(var(--step-delay) * 105ms + 260ms)} html.page-home .rsh-build-step-icon{width:42px;height:42px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fcfaf5 0%,#f7f1e5 100%);border:1px solid rgba(198,154,74,0.24);color:#c69a4a} html.page-home .rsh-build-step-icon svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none} html.page-home .rsh-build-step-text strong{display:block;color:#222;font-size:13.5px;font-weight:950;margin-bottom:5px} html.page-home .rsh-build-step-text span{display:block;color:#585858;font-size:12px;font-weight:600;line-height:1.8} html.page-home .rsh-build-step-status{min-width:70px;height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#0f6b4d;background:rgba(15,107,77,0.08);font-size:11px;font-weight:950;white-space:nowrap} html.page-home .rsh-build-step.is-active .rsh-build-step-status{color:#8b6120;background:rgba(198,154,74,0.15)} html.page-home .rsh-build-note{margin-top:16px;border-radius:18px;padding:14px 16px;background:#063b32;color:rgba(255,255,255,0.88);display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12.5px;font-weight:700;line-height:1.9} html.page-home .rsh-build-note b{color:#f0c56b;font-weight:950} @keyframes home-rshFloorReveal{to{opacity:1;transform:translateY(0) scale(1)}} @keyframes home-rshFloorPulse{0%,100%{box-shadow:0 0 0 1px rgba(240,197,107,0.10),0 12px 28px rgba(0,0,0,0.14)} 50%{box-shadow:0 0 0 4px rgba(240,197,107,0.13),0 18px 34px rgba(0,0,0,0.18)}} @keyframes home-rshBuildScan{0%{transform:translateY(0);opacity:0} 15%{opacity:0.9} 50%{transform:translateY(-245px);opacity:0.75} 100%{transform:translateY(-245px);opacity:0}} @keyframes home-rshProgressGrow{to{transform:scaleX(1)}} @keyframes home-rshStepReveal{to{opacity:1;transform:translateY(0)}} @media (max-width:992px){html.page-home .rsh-build-section{padding-left:24px;padding-right:24px} html.page-home .rsh-build-box{grid-template-columns:1fr} html.page-home .rsh-build-visual-card{min-height:435px}} @media (max-width:576px){html.page-home .rsh-build-section{padding:8px 16px 42px} html.page-home .rsh-build-title{font-size:23px} html.page-home .rsh-build-desc{font-size:13px} html.page-home .rsh-build-visual-card,html.page-home .rsh-build-info-card{border-radius:20px} html.page-home .rsh-build-visual-card{padding:22px 16px 20px;min-height:450px} html.page-home .rsh-build-visual-top{flex-direction:column} html.page-home .rsh-build-percent{width:100%;height:72px;border-radius:18px} html.page-home .rsh-crane{right:12px;top:124px;transform:scale(0.82);opacity:0.68} html.page-home .rsh-build-tower{width:100%;padding:14px} html.page-home .rsh-build-step{grid-template-columns:40px 1fr} html.page-home .rsh-build-step-status{grid-column:2 / -1;justify-self:start} html.page-home .rsh-build-note{flex-direction:column;align-items:flex-start}} html.page-home body>.site-header#siteHeader{height:auto !important;min-height:0 !important;padding:0 !important;overflow:visible !important;display:block !important;align-items:initial !important;justify-content:initial !important;flex-wrap:initial !important;gap:0 !important;position:sticky !important;top:0 !important;z-index:1030 !important} html.page-home body>.site-header#siteHeader .main-header,html.page-home body>.site-header#siteHeader .topbar,html.page-home body>.site-header#siteHeader .header-wrap{box-sizing:border-box} html.page-home body>.site-header#siteHeader .logo{text-decoration:none !important} html.page-home body>.site-header#siteHeader + .mobile-offcanvas{z-index:1045} html.page-home{--green:#063b32;--green-2:#0f5f50;--gold:#c69a4a;--gold-2:#d7ae62;--mint-bg:#eaf7f3;--text:#17211f;--muted:#6b7774;--line:rgba(6,59,50,.09);--shadow:0 14px 36px rgba(6,59,50,.10);--radius:18px;--ease:.25s ease} html.page-home *,html.page-home *::before,html.page-home *::after{box-sizing:border-box} html.page-home{scroll-behavior:smooth} html.page-home body{margin:0;font-family:"Vazirmatn",sans-serif;color:var(--text);background:#fdfefd;overflow-x:hidden;-webkit-font-smoothing:antialiased} html.page-home a{color:inherit;text-decoration:none} html.page-home button,html.page-home a{-webkit-tap-highlight-color:transparent} html.page-home .site-header{direction:rtl;position:sticky;top:0;z-index:1030;border-bottom:1px solid var(--line);background:rgba(255,255,255,.84);backdrop-filter:blur(18px) saturate(160%);box-shadow:0 4px 20px rgba(6,59,50,.05);transition:box-shadow var(--ease),border-color var(--ease),background var(--ease)} html.page-home .site-header.is-scrolled{background:rgba(255,255,255,.94);border-color:rgba(198,154,74,.22);box-shadow:var(--shadow)} html.page-home .header-wrap{width:min(100%,1320px);margin-inline:auto;padding-inline:24px} html.page-home .topbar{min-height:38px;color:#fff;background:linear-gradient(105deg,var(--green),var(--green-2));font-size:12.5px;font-weight:700} html.page-home .topbar .header-wrap,html.page-home .topbar-info,html.page-home .topbar a{display:flex;align-items:center;gap:18px} html.page-home .topbar .header-wrap{justify-content:space-between;min-height:inherit} html.page-home .topbar span,html.page-home .topbar a{white-space:nowrap;color:rgba(255,255,255,.9)} html.page-home .topbar i{color:var(--gold-2);font-size:15px} html.page-home .topbar a:hover{color:#fff} html.page-home .main-header{min-height:80px;display:flex;align-items:center;transition:min-height var(--ease)} html.page-home .site-header.is-scrolled .main-header{min-height:68px} html.page-home .main-header .header-wrap{display:flex;align-items:center;justify-content:space-between;gap:18px} html.page-home .logo{flex:0 0 auto;display:inline-flex;align-items:center;min-width:180px} html.page-home .logo img{height:78px;max-width:210px;object-fit:contain;transition:height var(--ease),transform var(--ease)} html.page-home .site-header.is-scrolled .logo img{height:62px} html.page-home .logo:hover img{transform:translateY(-1px)} html.page-home .main-nav{flex:1 1 auto;max-width:710px;display:flex;align-items:center;justify-content:center;gap:6px;padding:6px;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:rgba(255,255,255,.48);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 28px rgba(6,59,50,.06);backdrop-filter:blur(16px)} html.page-home .nav-link-pill{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 15px;border-radius:999px;color:#1a3530;font-size:13.5px;font-weight:800;white-space:nowrap;transition:background var(--ease),color var(--ease),transform var(--ease),box-shadow var(--ease)} html.page-home .nav-link-pill i{width:26px;height:26px;display:inline-grid;place-items:center;border-radius:50%;color:var(--green-2);background:var(--mint-bg);font-size:13px;transition:inherit} html.page-home .nav-link-pill:hover{color:var(--green);background:rgba(255,255,255,.75);transform:translateY(-2px);box-shadow:0 8px 18px rgba(6,59,50,.07)} html.page-home .nav-link-pill:hover i,html.page-home .nav-link-pill.active i{color:var(--green);background:#fff} html.page-home .nav-link-pill.active{color:#fff;background:linear-gradient(135deg,var(--green),var(--green-2));box-shadow:0 10px 22px rgba(6,59,50,.16)} html.page-home .header-actions{flex:0 0 auto;display:flex;align-items:center;gap:10px} html.page-home .menu-btn{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid rgba(15,95,80,.14);border-radius:16px;color:var(--green);background:linear-gradient(145deg,#fff,var(--mint-bg));box-shadow:0 4px 16px rgba(6,59,50,.06);transition:transform var(--ease),box-shadow var(--ease),border-color var(--ease)} html.page-home .menu-btn:hover{transform:translateY(-2px);border-color:rgba(198,154,74,.34);box-shadow:var(--shadow)} html.page-home .cta-btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding-inline:22px;border-radius:16px;color:#fff;font-size:13.5px;font-weight:900;white-space:nowrap;background:linear-gradient(135deg,var(--gold),var(--gold-2));box-shadow:0 10px 22px rgba(198,154,74,.28);transition:transform var(--ease),box-shadow var(--ease),filter var(--ease)} html.page-home .cta-btn:hover{color:#fff;transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 14px 28px rgba(198,154,74,.34)} html.page-home .menu-btn{display:none;padding:0} html.page-home .menu-btn span{width:22px;height:2px;display:block;border-radius:999px;background:var(--green)} html.page-home .mobile-offcanvas.offcanvas-end{width:min(350px,90vw) !important;right:0 !important;left:auto !important;direction:rtl;background:linear-gradient(180deg,#fff,#f4faf7);border-right:0 !important;border-left:1px solid var(--line);box-shadow:-18px 0 48px rgba(6,59,50,.18);transform:translateX(100%) !important} html.page-home .mobile-offcanvas.offcanvas-end.show,html.page-home .mobile-offcanvas.offcanvas-end.showing{transform:translateX(0) !important} html.page-home .offcanvas-backdrop{background:rgba(6,30,25,.48) !important;backdrop-filter:blur(4px)} html.page-home .mobile-offcanvas .offcanvas-header{position:relative;min-height:105px;justify-content:center;border-bottom:1px solid var(--line);background:linear-gradient(145deg,var(--mint-bg),#fbf3e4)} html.page-home .mobile-offcanvas .logo{min-width:0;justify-content:center} html.page-home .mobile-offcanvas .logo img{height:76px;max-width:185px} html.page-home .mobile-close{position:absolute;left:18px;top:50%;width:38px;height:38px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:50%;color:var(--green);background:transparent;transform:translateY(-50%);transition:background var(--ease),color var(--ease),transform var(--ease)} html.page-home .mobile-close:hover,html.page-home .mobile-close:focus{color:var(--gold);background:rgba(6,59,50,.06);outline:none;transform:translateY(-50%) scale(1.04)} html.page-home .mobile-close i{font-size:18px;line-height:1} html.page-home .mobile-nav{display:grid;gap:8px} html.page-home .mobile-nav a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border:1px solid var(--line);border-radius:var(--radius);color:#24312e;background:rgba(255,255,255,.86);font-size:15px;font-weight:800;transition:background var(--ease),color var(--ease),transform var(--ease),box-shadow var(--ease)} html.page-home .mobile-nav a span{display:inline-flex;align-items:center;gap:10px} html.page-home .mobile-nav a i:first-child{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:12px;color:var(--green-2);background:var(--mint-bg)} html.page-home .mobile-nav a:hover,html.page-home .mobile-nav a.active{color:#fff;background:linear-gradient(135deg,var(--green),var(--green-2));transform:translateX(-3px);box-shadow:0 10px 24px rgba(6,59,50,.14)} html.page-home .mobile-nav a:hover i:first-child,html.page-home .mobile-nav a.active i:first-child{color:var(--green);background:#fff} html.page-home .mobile-card{margin-top:16px;padding:20px;border-radius:24px;color:#fff;background:linear-gradient(145deg,var(--green),var(--green-2));box-shadow:0 16px 36px rgba(6,59,50,.18)} html.page-home .mobile-card small{display:block;margin-bottom:6px;color:rgba(255,255,255,.72);font-weight:700} html.page-home .mobile-card strong{display:block;margin-bottom:14px;font-size:15px;line-height:1.8} html.page-home .mobile-card .cta-btn{width:100%} @media (max-width:1199.98px){html.page-home .main-nav{max-width:570px} html.page-home .nav-link-pill{min-height:38px;padding-inline:11px;font-size:12.5px} html.page-home .nav-link-pill i{width:23px;height:23px;font-size:11px}} @media (max-width:991.98px){html.page-home .topbar,html.page-home .main-nav,html.page-home .header-actions{display:none} html.page-home .site-header,html.page-home .site-header.is-scrolled .main-header,html.page-home .main-header{min-height:78px} html.page-home .header-wrap{padding-inline:16px} html.page-home .main-header .header-wrap{direction:rtl} html.page-home .menu-btn{display:inline-flex} html.page-home .logo{min-width:130px} html.page-home .logo img,html.page-home .site-header.is-scrolled .logo img{height:66px;max-width:165px}} @media (max-width:575.98px){html.page-home .header-wrap{padding-inline:12px} html.page-home .menu-btn{width:42px;height:42px;border-radius:14px} html.page-home .logo img,html.page-home .site-header.is-scrolled .logo img{height:60px;max-width:150px} html.page-home .mobile-offcanvas .offcanvas-header{min-height:94px} html.page-home .mobile-offcanvas .logo img{height:66px} html.page-home .mobile-nav a{padding:12px 14px;font-size:14px}} html.page-home body>.site-header#siteHeader,html.page-home .site-header{background:rgba(255,255,255,0.58) !important;-webkit-backdrop-filter:blur(18px) saturate(165%) !important;backdrop-filter:blur(18px) saturate(165%) !important;border-bottom:1px solid rgba(6,59,50,0.06) !important;box-shadow:0 6px 22px rgba(6,59,50,0.035) !important} html.page-home body>.site-header#siteHeader.is-scrolled,html.page-home .site-header.is-scrolled{background:rgba(255,255,255,0.72) !important;border-bottom-color:rgba(198,154,74,0.14) !important;box-shadow:0 10px 28px rgba(6,59,50,0.07) !important} html.page-home body>.site-header#siteHeader .topbar,html.page-home .site-header .topbar{background:linear-gradient(105deg,rgba(6,59,50,0.72),rgba(15,95,80,0.64)) !important;-webkit-backdrop-filter:blur(14px) saturate(155%) !important;backdrop-filter:blur(14px) saturate(155%) !important} html.page-home body>.site-header#siteHeader .main-nav,html.page-home .site-header .main-nav{background:rgba(255,255,255,0.28) !important;border-color:rgba(255,255,255,0.48) !important;-webkit-backdrop-filter:blur(12px) saturate(150%) !important;backdrop-filter:blur(12px) saturate(150%) !important} @media (max-width:991.98px){html.page-home body>.site-header#siteHeader,html.page-home .site-header{background:rgba(255,255,255,0.66) !important} html.page-home body>.site-header#siteHeader.is-scrolled,html.page-home .site-header.is-scrolled{background:rgba(255,255,255,0.76) !important} html.page-home .site-header .menu-btn,html.page-home body>.site-header#siteHeader .menu-btn{background:rgba(255,255,255,0.56) !important;-webkit-backdrop-filter:blur(12px) saturate(150%) !important;backdrop-filter:blur(12px) saturate(150%) !important}} html.page-home .hero{width:100% !important;height:clamp(460px,39vw,610px) !important;min-height:unset !important;max-height:none !important;position:relative !important;overflow:hidden !important;background:#063b32 !important} html.page-home .hero-slide{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;background-repeat:no-repeat !important;background-size:cover !important;background-position:left center !important;opacity:0 !important;visibility:hidden !important;transform:scale(1.035) !important;transition:opacity 1s ease,visibility 1s ease,transform 4.5s ease !important;will-change:opacity,transform} html.page-home .hero-slide.active{opacity:1 !important;visibility:visible !important;transform:scale(1) !important} html.page-home .hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,0.10) 0%,rgba(3,45,38,0.34) 42%,rgba(5,59,50,0.92) 72%,rgba(5,59,50,0.98) 100%) !important} html.page-home .hero::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.16) 100%) !important} html.page-home .hero-content{position:relative !important;z-index:3 !important;height:100% !important;max-width:760px !important;padding:0 clamp(24px,5vw,70px) !important;display:flex !important;align-items:center !important;justify-content:flex-start !important} html.page-home .content-box{max-width:580px !important;color:#fff !important;margin-top:0 !important} html.page-home .eyebrow{font-size:clamp(28px,2.8vw,38px) !important;line-height:1.35 !important} html.page-home .hero-title{font-size:clamp(32px,3.25vw,46px) !important;line-height:1.55 !important;margin-bottom:20px !important} html.page-home .hero-desc{max-width:540px !important;font-size:clamp(14px,1.12vw,16px) !important;line-height:2.15 !important;margin-bottom:30px !important} html.page-home .hero-actions{display:flex !important;align-items:center !important;gap:16px !important;flex-wrap:wrap !important} html.page-home .slider-dots{position:absolute !important;z-index:5 !important;right:clamp(24px,5vw,70px) !important;bottom:24px !important;display:flex !important;align-items:center !important;gap:8px !important} html.page-home .dot{width:9px !important;height:9px !important;padding:0 !important;border:0 !important;border-radius:999px !important;background:rgba(255,255,255,0.48) !important;cursor:pointer !important;transition:width 0.3s ease,background 0.3s ease !important} html.page-home .dot.active{width:28px !important;background:#c69a4a !important} @media (min-width:1400px){html.page-home .hero{height:590px !important}} @media (max-width:991.98px){html.page-home .hero{height:560px !important;min-height:unset !important} html.page-home .hero-slide{background-position:center center !important} html.page-home .hero-content{padding:58px 24px 64px !important;align-items:center !important}} @media (max-width:575.98px){html.page-home .hero{height:520px !important} html.page-home .hero::before{background:linear-gradient(180deg,rgba(5,59,50,0.96) 0%,rgba(5,59,50,0.86) 54%,rgba(0,0,0,0.38) 100%) !important} html.page-home .hero-content{padding:54px 18px 62px !important;align-items:flex-start !important} html.page-home .hero-title{font-size:30px !important;line-height:1.7 !important} html.page-home .hero-desc{font-size:14px !important;line-height:2 !important;margin-bottom:22px !important} html.page-home .hero-actions{width:100% !important;gap:12px !important} html.page-home .hero-actions .btn-primary,html.page-home .hero-actions .btn-outline{width:100% !important;min-width:0 !important} html.page-home .slider-dots{right:50% !important;transform:translateX(50%) !important;bottom:20px !important}} html.page-home{--page-bg-soft:#f5f6f7;--card-bg-clean:#ffffff;--roshdtak-pattern:url("../../images/embedded-1.png")} html.page-home,html.page-home body{background:var(--page-bg-soft) !important} html.page-home .about-section,html.page-home .project-progress-section,html.page-home .future-section,html.page-home .site-footer{background:var(--page-bg-soft) !important} html.page-home .about-card,html.page-home .about-image,html.page-home .stat-card,html.page-home .project-progress-box,html.page-home .total-progress-card,html.page-home .future-card{background-color:var(--card-bg-clean) !important} html.page-home .about-card,html.page-home .future-section,html.page-home .future-banner,html.page-home .footer-box{position:relative;overflow:hidden} html.page-home .about-card::after{content:"";position:absolute;left:-58px;bottom:-68px;width:230px;height:255px;background-image:var(--roshdtak-pattern);background-repeat:no-repeat;background-size:contain;background-position:center;opacity:0.075;pointer-events:none;z-index:1} html.page-home .about-card>*{position:relative;z-index:2} html.page-home .about-leaf-mark{z-index:3} html.page-home .future-section{isolation:isolate} html.page-home .future-section::before{content:"";position:absolute;top:8px;right:-72px;width:280px;height:310px;background-image:var(--roshdtak-pattern);background-repeat:no-repeat;background-size:contain;background-position:center;opacity:0.045;pointer-events:none;z-index:0} html.page-home .future-container{position:relative;z-index:1} html.page-home .future-banner::after{content:"";position:absolute;left:-44px;top:-34px;width:300px;height:260px;background-image:var(--roshdtak-pattern);background-repeat:no-repeat;background-size:contain;background-position:center;opacity:0.085;pointer-events:none;z-index:1} html.page-home .future-banner-content,html.page-home .banner-leaves{position:relative} html.page-home .future-banner-content{z-index:3} html.page-home .banner-leaves{z-index:2} html.page-home .footer-box::before{content:"";position:absolute;left:-86px;bottom:-100px;width:330px;height:365px;background-image:var(--roshdtak-pattern);background-repeat:no-repeat;background-size:contain;background-position:center;opacity:0.07;pointer-events:none;z-index:1} html.page-home .footer-content,html.page-home .footer-copy{position:relative;z-index:2} @media (max-width:992px){html.page-home .about-card::after{left:-48px;bottom:-56px;width:180px;height:200px;opacity:0.055} html.page-home .future-section::before{right:-90px;width:230px;height:255px;opacity:0.035} html.page-home .future-banner::after{left:-74px;top:-42px;width:245px;height:220px;opacity:0.06} html.page-home .footer-box::before{left:-100px;bottom:-110px;width:270px;height:300px;opacity:0.055}} @media (max-width:575.98px){html.page-home .about-card::after,html.page-home .future-section::before{display:none} html.page-home .future-banner::after{width:190px;height:185px;left:-88px;top:auto;bottom:-72px;opacity:0.045} html.page-home .footer-box::before{width:210px;height:235px;left:-96px;bottom:-95px;opacity:0.045}} html.page-home .about-section{position:relative !important;overflow:hidden !important;background:radial-gradient(circle at 78% 16%,rgba(15,107,77,0.11),transparent 29%),radial-gradient(circle at 18% 70%,rgba(198,154,74,0.12),transparent 32%),linear-gradient(180deg,#f8faf9 0%,#ffffff 52%,#f7faf8 100%) !important;padding-top:76px !important} html.page-home .about-section::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(15,75,61,0.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,75,61,0.035) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(180deg,transparent 0%,#000 20%,#000 76%,transparent 100%);opacity:0.55} html.page-home .about-section::after{content:"";position:absolute;width:360px;height:360px;right:-160px;top:60px;border-radius:999px;background:radial-gradient(circle,rgba(198,154,74,0.16),transparent 66%);filter:blur(3px);pointer-events:none} html.page-home .about-container{position:relative !important;z-index:1 !important} html.page-home .about-top{grid-template-columns:minmax(330px,0.9fr) minmax(520px,1.55fr) !important;gap:34px !important;align-items:stretch !important;margin-bottom:42px !important} html.page-home .about-card{isolation:isolate !important;border-radius:28px !important;padding:38px 40px 44px !important;background:linear-gradient(145deg,rgba(255,255,255,0.96),rgba(255,255,255,0.78)) padding-box,linear-gradient(135deg,rgba(15,107,77,0.18),rgba(198,154,74,0.34),rgba(15,107,77,0.08)) border-box !important;border:1px solid transparent !important;box-shadow:0 24px 64px rgba(8,53,44,0.11),0 7px 18px rgba(16,24,40,0.045),inset 0 1px 0 rgba(255,255,255,0.8) !important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)} html.page-home .about-card::before{content:"";position:absolute;width:190px;height:190px;left:-70px;bottom:-74px;border-radius:999px;background:radial-gradient(circle,rgba(15,107,77,0.18),transparent 68%);z-index:-1} html.page-home .about-card::after{content:"";position:absolute;width:88px;height:3px;right:40px;top:0;border-radius:999px;background:linear-gradient(90deg,#0f6b4d,#c69a4a);box-shadow:0 0 22px rgba(198,154,74,0.33)} html.page-home .about-card h2{font-size:31px !important;letter-spacing:-0.8px !important;background:linear-gradient(90deg,#053b32,#0f7a58 58%,#0f4b3d) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important;margin-bottom:6px !important} html.page-home .about-card h3{display:inline-flex !important;align-items:center !important;gap:8px !important;color:#b88632 !important;background:rgba(198,154,74,0.10) !important;border:1px solid rgba(198,154,74,0.16) !important;padding:5px 14px !important;border-radius:999px !important;font-size:17px !important;margin-bottom:20px !important} html.page-home .about-card h3::before{content:"";width:8px;height:8px;border-radius:999px;background:#0f6b4d;box-shadow:0 0 0 5px rgba(15,107,77,0.10)} html.page-home .about-card p{color:#38433f !important;font-size:14.5px !important;line-height:2.35 !important} html.page-home .about-more-btn{width:auto !important;min-width:168px !important;height:46px !important;padding:0 18px !important;border-radius:15px !important;color:#0f4b3d !important;background:linear-gradient(180deg,#ffffff,#f7fbf9) !important;border:1px solid rgba(15,75,61,0.22) !important;box-shadow:0 13px 28px rgba(15,75,61,0.09) !important} html.page-home .about-more-btn:hover{background:linear-gradient(135deg,#0f4b3d,#0f6b4d) !important;border-color:rgba(15,75,61,0.12) !important;color:#ffffff !important;transform:translateY(-3px) !important;box-shadow:0 18px 34px rgba(15,75,61,0.20) !important} html.page-home .about-leaf-mark{opacity:0.52 !important;filter:drop-shadow(0 12px 22px rgba(15,107,77,0.10))} html.page-home .about-image{position:relative !important;border-radius:30px !important;min-height:330px !important;overflow:hidden !important;border:1px solid rgba(255,255,255,0.70) !important;box-shadow:0 26px 68px rgba(8,53,44,0.14),0 10px 24px rgba(16,24,40,0.08) !important} html.page-home .about-image::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(135deg,rgba(15,75,61,0.26) 0%,transparent 37%),radial-gradient(circle at 14% 12%,rgba(255,255,255,0.22),transparent 22%)} html.page-home .about-image::after{content:"ساخت آینده سلامت";position:absolute;right:24px;bottom:22px;z-index:3;color:#fff;font-size:13px;font-weight:900;letter-spacing:-0.2px;background:rgba(5,59,50,0.62);border:1px solid rgba(255,255,255,0.18);border-radius:999px;padding:9px 16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 26px rgba(0,0,0,0.18)} html.page-home .about-image img{min-height:330px !important;transform:scale(1.01);filter:saturate(1.08) contrast(1.04) brightness(0.98);transition:transform 1.1s cubic-bezier(0.2,0.7,0.2,1),filter 0.45s ease !important} html.page-home .about-image:hover img{transform:scale(1.055);filter:saturate(1.14) contrast(1.07) brightness(1.01)} html.page-home .about-image-track{position:absolute;inset:0;z-index:1;overflow:hidden} html.page-home .about-image .about-slide{position:absolute !important;inset:0;width:100% !important;height:100% !important;min-height:100% !important;object-fit:cover !important;object-position:center center;display:block;opacity:0;visibility:hidden;transform:scale(1.035) !important;filter:saturate(1.06) contrast(1.03) brightness(0.98);transition:opacity 0.75s ease,visibility 0.75s ease,transform 5.8s cubic-bezier(0.2,0.7,0.2,1),filter 0.45s ease !important} html.page-home .about-image .about-slide.active{opacity:1;visibility:visible;transform:scale(1.085) !important} html.page-home .about-image:hover .about-slide.active{transform:scale(1.11) !important;filter:saturate(1.12) contrast(1.06) brightness(1.01)} html.page-home .about-slider-nav{position:absolute;top:50%;z-index:5;width:46px;height:46px;border:1px solid rgba(255,255,255,0.56);border-radius:15px;color:#fff;background:rgba(5,59,50,0.58);display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 26px rgba(0,0,0,0.17);transition:0.25s ease} html.page-home .about-slider-prev{right:18px} html.page-home .about-slider-next{left:18px} html.page-home .about-slider-nav:hover,html.page-home .about-slider-nav:focus{color:#fff;background:#c69a4a;border-color:#c69a4a;transform:translateY(-50%) scale(1.06);outline:none} html.page-home .about-slider-nav i{font-size:21px;line-height:1} html.page-home .about-slider-dots{position:absolute;left:50%;bottom:23px;z-index:5;display:flex;align-items:center;justify-content:center;gap:7px;direction:rtl;transform:translateX(-50%);padding:7px 10px;border-radius:999px;background:rgba(5,59,50,0.44);border:1px solid rgba(255,255,255,0.16);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)} html.page-home .about-slider-dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,0.50);transition:width 0.28s ease,background 0.28s ease} html.page-home .about-slider-dot.active{width:26px;background:#d8aa50} @media (max-width:576px){html.page-home .about-slider-nav{width:40px;height:40px;border-radius:13px} html.page-home .about-slider-prev{right:10px} html.page-home .about-slider-next{left:10px} html.page-home .about-slider-dots{bottom:15px} html.page-home .about-image::after{right:14px;bottom:56px}} html.page-home .stats-grid{position:relative !important;gap:24px !important;margin-top:20px !important;perspective:1100px} html.page-home .stat-card{position:relative !important;isolation:isolate !important;min-height:122px !important;height:auto !important;padding:24px 24px !important;border-radius:26px !important;overflow:hidden !important;background:linear-gradient(135deg,rgba(255,255,255,0.98),rgba(250,249,245,0.88)) padding-box,linear-gradient(135deg,rgba(15,107,77,0.22),rgba(198,154,74,0.38),rgba(15,107,77,0.08)) border-box !important;border:1px solid transparent !important;box-shadow:0 20px 44px rgba(8,53,44,0.095),0 6px 16px rgba(16,24,40,0.045),inset 0 1px 0 rgba(255,255,255,0.84) !important;transform:translateY(24px) scale(0.985);opacity:0;transition:transform 0.42s cubic-bezier(0.2,0.7,0.2,1),box-shadow 0.42s ease,border-color 0.42s ease !important} html.page-home .stat-card.is-visible{animation:home-statFadeUp 0.78s cubic-bezier(0.17,0.84,0.44,1) forwards} html.page-home .stat-card:nth-child(2).is-visible{animation-delay:0.10s} html.page-home .stat-card:nth-child(3).is-visible{animation-delay:0.20s} html.page-home .stat-card:nth-child(4).is-visible{animation-delay:0.30s} html.page-home .stat-card::before{content:"";position:absolute;inset:-1px;z-index:-1;background:radial-gradient(circle at 12% 22%,rgba(198,154,74,0.18),transparent 30%),radial-gradient(circle at 92% 90%,rgba(15,107,77,0.14),transparent 34%);opacity:0;transition:opacity 0.38s ease} html.page-home .stat-card::after{content:"";position:absolute;top:0;right:-72%;width:46%;height:100%;z-index:1;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.62),transparent);transform:skewX(-18deg)} html.page-home .stat-card.is-visible::after{animation:home-statShine 1.55s ease 0.46s forwards} html.page-home .stat-card:hover{transform:translateY(-9px) rotateX(2deg) !important;box-shadow:0 28px 64px rgba(8,53,44,0.16),0 9px 22px rgba(198,154,74,0.08),inset 0 1px 0 rgba(255,255,255,0.92) !important} html.page-home .stat-card:hover::before{opacity:1} html.page-home .stat-icon{position:relative !important;z-index:2 !important;width:72px !important;min-width:72px !important;height:72px !important;border-radius:24px !important;background:linear-gradient(180deg,#fffcf6 0%,#f7efdf 100%) !important;border:1px solid rgba(198,154,74,0.30) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,0.95),0 12px 26px rgba(198,154,74,0.12) !important;color:#c69a4a !important} html.page-home .stat-card.is-visible .stat-icon{animation:home-iconFloat 3.8s ease-in-out 0.8s infinite} html.page-home .stat-icon svg{width:34px !important;height:34px !important;stroke-width:2 !important} html.page-home .stat-icon-status-img{width:40px !important;height:40px !important;object-fit:contain !important;filter:drop-shadow(0 8px 12px rgba(198,154,74,0.12))} html.page-home .stat-icon-progress-ring{background:transparent !important;border:none !important;box-shadow:none !important;width:74px !important;min-width:74px !important;height:74px !important;border-radius:999px !important} html.page-home .progress-circle{--progress-deg:0deg;width:74px !important;height:74px !important;border-radius:999px !important;position:relative !important;background:conic-gradient(#0f6b4d 0deg var(--progress-deg),rgba(198,154,74,0.22) var(--progress-deg) 360deg) !important;box-shadow:0 0 0 8px rgba(15,107,77,0.055),0 16px 28px rgba(15,107,77,0.16) !important} html.page-home .progress-circle::before{content:"";position:absolute;inset:5px;border-radius:999px;border:1px solid rgba(255,255,255,0.84);z-index:1} html.page-home .progress-circle::after{inset:14px !important;background:linear-gradient(180deg,#ffffff,#f6faf7) !important;box-shadow:inset 0 4px 12px rgba(8,53,44,0.06) !important;z-index:2} html.page-home .stat-info{position:relative !important;z-index:2 !important;display:flex !important;flex:1 !important;flex-direction:column !important;justify-content:center !important;gap:6px !important} html.page-home .stat-title{color:#53615c !important;font-size:13px !important;font-weight:800 !important;margin-bottom:0 !important} html.page-home .stat-value{display:inline-flex !important;align-items:baseline !important;width:max-content !important;color:#0b5f49 !important;font-size:25px !important;font-weight:950 !important;letter-spacing:-0.6px !important;line-height:1.22 !important;text-shadow:0 8px 20px rgba(15,107,77,0.10) !important} html.page-home .stat-value::after{content:"";display:block;width:30px;height:4px;border-radius:999px;margin-right:10px;background:linear-gradient(90deg,#0f6b4d,#c69a4a);transform:translateY(-4px);opacity:0.82} html.page-home .stat-card-date .stat-value,html.page-home .stat-card-status .stat-value{font-size:23px !important} html.page-home .stat-card-progress .stat-value{font-size:30px !important;color:#087656 !important} @keyframes home-statFadeUp{0%{opacity:0;transform:translateY(24px) scale(0.985)} 100%{opacity:1;transform:translateY(0) scale(1)}} @keyframes home-statShine{0%{right:-72%} 100%{right:126%}} @keyframes home-iconFloat{0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)}} @media (max-width:992px){html.page-home .about-top{grid-template-columns:1fr !important} html.page-home .about-image,html.page-home .about-image img{min-height:290px !important} html.page-home .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}} @media (max-width:576px){html.page-home .about-section{padding-top:42px !important} html.page-home .about-card{border-radius:22px !important;padding:28px 22px 36px !important} html.page-home .about-card h2{font-size:25px !important} html.page-home .about-card h3{font-size:14px !important} html.page-home .about-image,html.page-home .about-image img{min-height:230px !important;border-radius:22px !important} html.page-home .stats-grid{grid-template-columns:1fr !important;gap:16px !important} html.page-home .stat-card{min-height:112px !important;border-radius:22px !important;padding:20px 20px !important} html.page-home .stat-icon,html.page-home .stat-icon-progress-ring,html.page-home .progress-circle{width:66px !important;min-width:66px !important;height:66px !important} html.page-home .stat-value{font-size:23px !important}} @media (prefers-reduced-motion:reduce){html.page-home .stat-card,html.page-home .stat-card.is-visible,html.page-home .stat-card.is-visible .stat-icon,html.page-home .stat-card.is-visible::after,html.page-home .about-image img{animation:none !important;transition:none !important;opacity:1 !important;transform:none !important}} html.page-home .about-card{padding-bottom:92px !important} html.page-home .about-more-btn{position:relative !important;z-index:4 !important;display:inline-flex !important;align-items:center !important;gap:10px !important;flex-direction:row !important;direction:rtl !important;white-space:nowrap !important} html.page-home .about-more-btn span{display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:19px !important;line-height:1 !important;transform:translateY(-1px) !important} html.page-home .about-leaf-mark{left:24px !important;bottom:18px !important;width:74px !important;height:74px !important;opacity:0.34 !important;z-index:2 !important} html.page-home .about-leaf-img{width:100% !important;height:100% !important;object-fit:contain !important} html.page-home .stat-card{align-items:center !important} html.page-home .stat-info{min-width:0 !important;overflow:hidden !important} html.page-home .stat-title{white-space:normal !important} html.page-home .stat-value{width:100% !important;max-width:100% !important;min-width:0 !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;flex-wrap:nowrap !important;gap:10px !important;white-space:normal !important;overflow-wrap:anywhere !important} html.page-home .stat-value::after{flex:0 0 26px !important;width:26px !important;margin-right:0 !important;transform:none !important} html.page-home .stat-card-status .stat-value,html.page-home .stat-card-date .stat-value{font-size:21px !important} html.page-home .stat-card-floor .stat-value{font-size:24px !important} @media (max-width:1200px){html.page-home .stat-card{padding:20px 20px !important} html.page-home .stat-icon,html.page-home .stat-icon-progress-ring,html.page-home .progress-circle{width:66px !important;min-width:66px !important;height:66px !important} html.page-home .stat-card-status .stat-value,html.page-home .stat-card-date .stat-value{font-size:19px !important} html.page-home .stat-card-floor .stat-value,html.page-home .stat-card-progress .stat-value{font-size:23px !important}} @media (max-width:768px){html.page-home .about-card{padding-bottom:86px !important} html.page-home .about-more-btn{min-width:154px !important;padding:0 16px !important} html.page-home .about-leaf-mark{left:18px !important;bottom:16px !important;width:64px !important;height:64px !important;opacity:0.28 !important} html.page-home .stat-card{min-height:104px !important} html.page-home .stat-card-status .stat-value,html.page-home .stat-card-date .stat-value,html.page-home .stat-card-floor .stat-value,html.page-home .stat-card-progress .stat-value{font-size:20px !important} html.page-home .stat-value::after{flex-basis:22px !important;width:22px !important}} @media (max-width:576px){html.page-home .about-card{padding-bottom:82px !important} html.page-home .about-more-btn{min-width:146px !important;height:44px !important;font-size:13px !important} html.page-home .about-leaf-mark{left:14px !important;bottom:14px !important;width:58px !important;height:58px !important} html.page-home .stat-card{min-height:96px !important} html.page-home .stat-card-status .stat-value,html.page-home .stat-card-date .stat-value,html.page-home .stat-card-floor .stat-value,html.page-home .stat-card-progress .stat-value{font-size:18px !important;gap:8px !important} html.page-home .stat-title{font-size:12px !important} html.page-home .stat-value::after{flex-basis:18px !important;width:18px !important;height:3px !important}} html.page-home [data-project-progress="true"]{position:relative !important;overflow:hidden !important;background:radial-gradient(circle at 12% 20%,rgba(198,154,74,0.10),transparent 26%),radial-gradient(circle at 88% 22%,rgba(15,107,77,0.10),transparent 26%),linear-gradient(180deg,#f7faf8 0%,#ffffff 48%,#f7faf8 100%) !important} html.page-home [data-project-progress="true"]::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(15,75,61,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(15,75,61,0.03) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(180deg,transparent 0%,#000 14%,#000 85%,transparent 100%);opacity:.6} html.page-home [data-project-progress="true"] .project-progress-box{position:relative !important;overflow:hidden !important;background:linear-gradient(145deg,rgba(255,255,255,0.97),rgba(250,251,249,0.92)) padding-box,linear-gradient(135deg,rgba(15,107,77,0.16),rgba(198,154,74,0.22),rgba(15,107,77,0.08)) border-box !important;border:1px solid transparent !important;box-shadow:0 28px 70px rgba(8,53,44,0.10),0 10px 24px rgba(16,24,40,0.05),inset 0 1px 0 rgba(255,255,255,0.88) !important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:translateY(26px) scale(.985);opacity:0} html.page-home [data-project-progress="true"] .project-progress-box::before{content:"";position:absolute;width:320px;height:320px;right:-120px;top:-120px;border-radius:999px;background:radial-gradient(circle,rgba(198,154,74,0.12),transparent 66%);pointer-events:none} html.page-home [data-project-progress="true"] .project-progress-box::after{content:"";position:absolute;left:-110px;bottom:-110px;width:300px;height:300px;border-radius:999px;background:radial-gradient(circle,rgba(15,107,77,0.10),transparent 68%);pointer-events:none} html.page-home [data-project-progress="true"].is-visible .project-progress-box{animation:home-projectBoxReveal .85s cubic-bezier(.17,.84,.44,1) forwards} html.page-home [data-project-progress="true"] .progress-heading{position:relative !important;font-size:32px !important;letter-spacing:-.6px !important;background:linear-gradient(90deg,#053b32,#0f7a58 55%,#0f4b3d) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important;margin-bottom:22px !important} html.page-home [data-project-progress="true"] .progress-top-row{grid-template-columns:minmax(0,1fr) 300px !important;gap:26px !important;align-items:stretch !important} html.page-home [data-project-progress="true"] .timeline-wrapper,html.page-home [data-project-progress="true"] .total-progress-card,html.page-home [data-project-progress="true"] .progress-image,html.page-home [data-project-progress="true"] .project-details-btn-wrap{opacity:0;transform:translateY(24px)} html.page-home [data-project-progress="true"] .timeline-wrapper.is-visible,html.page-home [data-project-progress="true"] .total-progress-card.is-visible,html.page-home [data-project-progress="true"] .progress-image.is-visible,html.page-home [data-project-progress="true"] .project-details-btn-wrap.is-visible{animation:home-projectCardIn .75s cubic-bezier(.2,.7,.2,1) forwards} html.page-home [data-project-progress="true"] .timeline{position:relative !important;gap:20px !important;align-items:flex-start !important} html.page-home [data-project-progress="true"] .timeline::before{top:28px !important;right:8% !important;left:8% !important;height:3px !important;border-radius:999px;background:linear-gradient(90deg,rgba(15,75,61,0.08),rgba(198,154,74,0.18),rgba(15,75,61,0.08)) !important} html.page-home [data-project-progress="true"] .timeline::after{content:"";position:absolute;top:28px;right:8%;width:0;height:3px;border-radius:999px;background:linear-gradient(90deg,#0f7a58,#c69a4a) !important;box-shadow:0 0 18px rgba(15,107,77,0.18);z-index:1} html.page-home [data-project-progress="true"].is-visible .timeline::after{animation:home-projectLineFill 1.15s ease .35s forwards} html.page-home [data-project-progress="true"] .timeline-step{position:relative !important;z-index:2;opacity:0;transform:translateY(18px) scale(.98)} html.page-home [data-project-progress="true"] .timeline-step.is-visible{animation:home-stepFadeIn .58s cubic-bezier(.2,.7,.2,1) forwards} html.page-home [data-project-progress="true"] .timeline-step .timeline-icon{position:relative;overflow:hidden} html.page-home [data-project-progress="true"] .timeline-step .timeline-icon::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.75) 48%,transparent 100%);transform:translateX(135%);pointer-events:none} html.page-home [data-project-progress="true"] .timeline-step.done .timeline-icon::after,html.page-home [data-project-progress="true"] .timeline-step.current .timeline-icon::after{animation:home-iconSweep 1.25s ease .65s forwards} html.page-home [data-project-progress="true"] .timeline-step.done .timeline-icon{background:linear-gradient(180deg,#f2fbf7 0%,#e8f6ef 100%) !important} html.page-home [data-project-progress="true"] .timeline-step.current .timeline-icon{background:linear-gradient(180deg,#fffaf0 0%,#f6efe0 100%) !important;border-color:rgba(198,154,74,0.42) !important;color:#0f6b4d !important;box-shadow:0 14px 28px rgba(198,154,74,0.12),0 0 0 8px rgba(198,154,74,0.08),inset 0 1px 0 rgba(255,255,255,0.95) !important;animation:home-currentPulse 2.8s ease-in-out infinite} html.page-home [data-project-progress="true"] .timeline-step.current span{color:#0b5f49 !important} html.page-home [data-project-progress="true"] .timeline-step.current::after{content:"در حال اجرا";position:absolute;top:-10px;right:50%;transform:translateX(50%);padding:5px 10px;border-radius:999px;background:rgba(198,154,74,0.14);border:1px solid rgba(198,154,74,0.24);color:#9b6a1a;font-size:10px;font-weight:900;line-height:1;white-space:nowrap} html.page-home [data-project-progress="true"] .total-progress-card{position:relative !important;isolation:isolate;overflow:hidden !important;background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(248,251,249,0.96)) padding-box,linear-gradient(135deg,rgba(15,107,77,0.18),rgba(198,154,74,0.24),rgba(15,107,77,0.08)) border-box !important;border:1px solid transparent !important;box-shadow:0 18px 42px rgba(8,53,44,0.10),inset 0 1px 0 rgba(255,255,255,0.92) !important} html.page-home [data-project-progress="true"] .total-progress-card::before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 15% 15%,rgba(198,154,74,0.16),transparent 25%),radial-gradient(circle at 85% 88%,rgba(15,107,77,0.12),transparent 28%);z-index:-1} html.page-home [data-project-progress="true"] .total-progress-title{color:#53615c !important;font-size:13px !important;font-weight:800 !important;margin-bottom:8px !important} html.page-home [data-project-progress="true"] .total-progress-number{display:inline-block;font-size:44px !important;line-height:1.05 !important;font-weight:950 !important;letter-spacing:-1px !important;margin-bottom:14px !important;background:linear-gradient(90deg,#0b5f49,#0f7a58 55%,#c69a4a) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important;text-shadow:0 12px 26px rgba(15,107,77,.10)} html.page-home [data-project-progress="true"] .total-progress-bar{position:relative !important;height:14px !important;background:linear-gradient(90deg,rgba(15,107,77,.08),rgba(15,107,77,.05)) !important;border-radius:999px !important;box-shadow:inset 0 2px 6px rgba(8,53,44,.08) !important} html.page-home [data-project-progress="true"] .total-progress-fill{position:relative !important;width:0 !important;height:100% !important;border-radius:999px !important;background:linear-gradient(90deg,#0f7a58 0%,#2f9e71 42%,#c0c95b 100%) !important;box-shadow:0 10px 18px rgba(15,107,77,.18) !important;overflow:hidden} html.page-home [data-project-progress="true"] .total-progress-fill::after{content:"";position:absolute;top:0;left:-40%;width:40%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);transform:skewX(-18deg)} html.page-home [data-project-progress="true"].is-visible .total-progress-fill::after{animation:home-fillShine 1.4s ease 1.05s forwards} html.page-home [data-project-progress="true"] .total-progress-caption{margin-top:10px !important;color:#51605a !important;font-size:12px !important;font-weight:700 !important} html.page-home [data-project-progress="true"] .progress-images-row{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:18px !important;margin-top:12px !important} html.page-home [data-project-progress="true"] .progress-image{position:relative !important;min-height:170px !important;border-radius:20px !important;border:1px solid rgba(255,255,255,0.72) !important;box-shadow:0 18px 42px rgba(8,53,44,0.11),0 8px 18px rgba(16,24,40,0.05) !important} html.page-home [data-project-progress="true"] .progress-image::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,53,44,0.03),rgba(8,53,44,0.30) 100%),linear-gradient(135deg,rgba(255,255,255,0.16) 0%,transparent 40%);pointer-events:none} html.page-home [data-project-progress="true"] .progress-image::after{content:attr(data-label);position:absolute;right:14px;bottom:14px;z-index:2;padding:7px 12px;border-radius:999px;background:rgba(5,59,50,0.62);border:1px solid rgba(255,255,255,0.18);color:#fff;font-size:12px;font-weight:800;line-height:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,0,0,0.14)} html.page-home [data-project-progress="true"] .progress-image img{transition:transform 1s cubic-bezier(.2,.7,.2,1),filter .45s ease !important;filter:saturate(1.06) contrast(1.03)} html.page-home [data-project-progress="true"] .progress-image:hover img{transform:scale(1.08);filter:saturate(1.12) contrast(1.05)} html.page-home [data-project-progress="true"] .progress-image:hover{transform:translateY(-8px) !important} html.page-home [data-project-progress="true"] .project-details-btn-wrap{margin-top:24px !important} html.page-home [data-project-progress="true"] .project-details-btn{position:relative !important;overflow:hidden !important;min-width:390px !important;max-width:100%;height:58px !important;border-radius:18px !important;padding:0 26px !important;background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(245,250,247,0.96)) padding-box,linear-gradient(135deg,rgba(15,107,77,0.22),rgba(198,154,74,0.28),rgba(15,107,77,0.08)) border-box !important;border:1px solid transparent !important;box-shadow:0 16px 34px rgba(8,53,44,0.08),inset 0 1px 0 rgba(255,255,255,0.88) !important;color:#0b5f49 !important;font-size:15px !important;font-weight:900 !important;gap:14px !important} html.page-home [data-project-progress="true"] .project-details-btn::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.85) 35%,transparent 65%);transform:translateX(135%);pointer-events:none} html.page-home [data-project-progress="true"] .project-details-btn:hover::before{animation:home-btnSweep .9s ease forwards} html.page-home [data-project-progress="true"] .project-details-btn:hover{transform:translateY(-4px) !important;box-shadow:0 22px 40px rgba(8,53,44,0.14),0 10px 18px rgba(198,154,74,0.08),inset 0 1px 0 rgba(255,255,255,0.95) !important} html.page-home [data-project-progress="true"] .project-details-btn .project-arrow-left{width:34px;height:34px;min-width:34px;border-radius:999px;background:linear-gradient(180deg,#f8f1e4 0%,#f3ead9 100%);border:1px solid rgba(198,154,74,0.28);display:inline-flex !important;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,0.88)} html.page-home [data-project-progress="true"] .project-details-btn .project-arrow-left svg{width:16px !important;height:16px !important} html.page-home [data-project-progress="true"] .project-details-btn:hover .project-arrow-left{transform:translateX(-4px) scale(1.04) !important;background:linear-gradient(180deg,#f7f1e0 0%,#ede1c8 100%)} @keyframes home-projectBoxReveal{0%{opacity:0;transform:translateY(26px) scale(.985)} 100%{opacity:1;transform:translateY(0) scale(1)}} @keyframes home-projectCardIn{0%{opacity:0;transform:translateY(24px)} 100%{opacity:1;transform:translateY(0)}} @keyframes home-stepFadeIn{0%{opacity:0;transform:translateY(18px) scale(.98)} 100%{opacity:1;transform:translateY(0) scale(1)}} @keyframes home-projectLineFill{from{width:0} to{width:84%}} @keyframes home-currentPulse{0%,100%{box-shadow:0 14px 28px rgba(198,154,74,0.12),0 0 0 8px rgba(198,154,74,0.08),inset 0 1px 0 rgba(255,255,255,0.95)} 50%{box-shadow:0 16px 34px rgba(198,154,74,0.18),0 0 0 12px rgba(198,154,74,0.06),inset 0 1px 0 rgba(255,255,255,0.98)}} @keyframes home-iconSweep{from{transform:translateX(135%)} to{transform:translateX(-145%)}} @keyframes home-fillShine{from{left:-40%} to{left:130%}} @keyframes home-btnSweep{from{transform:translateX(135%)} to{transform:translateX(-140%)}} @media (max-width:1100px){html.page-home [data-project-progress="true"] .progress-top-row{grid-template-columns:1fr 280px !important;gap:18px !important} html.page-home [data-project-progress="true"] .timeline-step.current::after{top:-8px;font-size:9px} html.page-home [data-project-progress="true"] .project-details-btn{min-width:340px !important}} @media (max-width:992px){html.page-home [data-project-progress="true"] .project-progress-box{padding:24px 18px 22px !important} html.page-home [data-project-progress="true"] .progress-heading{font-size:28px !important} html.page-home [data-project-progress="true"] .progress-top-row{grid-template-columns:1fr !important;gap:22px !important} html.page-home [data-project-progress="true"] .timeline-wrapper{order:1} html.page-home [data-project-progress="true"] .total-progress-card{order:2;max-width:100% !important} html.page-home [data-project-progress="true"] .timeline-step.current::after{display:none} html.page-home [data-project-progress="true"] .progress-images-row{grid-template-columns:repeat(2,minmax(0,1fr)) !important}} @media (max-width:768px){html.page-home [data-project-progress="true"] .project-progress-box{border-radius:22px !important} html.page-home [data-project-progress="true"] .timeline{gap:12px !important} html.page-home [data-project-progress="true"] .timeline::after,html.page-home [data-project-progress="true"] .timeline::before{display:none} html.page-home [data-project-progress="true"] .timeline-step{min-width:0 !important} html.page-home [data-project-progress="true"] .total-progress-number{font-size:38px !important} html.page-home [data-project-progress="true"] .progress-image{min-height:156px !important;border-radius:16px !important} html.page-home [data-project-progress="true"] .project-details-btn{min-width:100% !important;height:54px !important;padding:0 18px !important;border-radius:16px !important;font-size:14px !important}} @media (max-width:576px){html.page-home [data-project-progress="true"]{padding-top:14px !important} html.page-home [data-project-progress="true"] .project-progress-box{padding:20px 14px 18px !important;border-radius:18px !important} html.page-home [data-project-progress="true"] .progress-heading{font-size:24px !important;margin-bottom:16px !important} html.page-home [data-project-progress="true"] .timeline{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px 10px !important} html.page-home [data-project-progress="true"] .timeline-step span{font-size:12px !important;white-space:normal} html.page-home [data-project-progress="true"] .timeline-icon{width:48px !important;height:48px !important;border-radius:15px !important} html.page-home [data-project-progress="true"] .total-progress-card{padding:20px 18px !important} html.page-home [data-project-progress="true"] .total-progress-number{font-size:34px !important} html.page-home [data-project-progress="true"] .progress-images-row{grid-template-columns:1fr !important;gap:12px !important} html.page-home [data-project-progress="true"] .progress-image{min-height:170px !important} html.page-home [data-project-progress="true"] .progress-image::after{right:10px;bottom:10px;font-size:11px;padding:6px 10px} html.page-home [data-project-progress="true"] .project-details-btn-wrap{margin-top:18px !important}} @media (prefers-reduced-motion:reduce){html.page-home [data-project-progress="true"] .project-progress-box,html.page-home [data-project-progress="true"] .timeline-wrapper,html.page-home [data-project-progress="true"] .total-progress-card,html.page-home [data-project-progress="true"] .timeline-step,html.page-home [data-project-progress="true"] .progress-image,html.page-home [data-project-progress="true"] .project-details-btn-wrap{animation:none !important;opacity:1 !important;transform:none !important} html.page-home [data-project-progress="true"] .timeline::after,html.page-home [data-project-progress="true"] .project-details-btn::before,html.page-home [data-project-progress="true"] .timeline-step .timeline-icon::after,html.page-home [data-project-progress="true"] .total-progress-fill::after{animation:none !important}} html.page-home [data-project-progress="true"] .timeline{--timeline-fill:0px} html.page-home [data-project-progress="true"] .timeline::before{background:linear-gradient(90deg,#dfe5e1 0%,#ece2c9 48%,#e5ebe7 100%) !important;opacity:1 !important} html.page-home [data-project-progress="true"] .timeline::after{width:var(--timeline-fill,0px) !important;background:linear-gradient(90deg,#0f7a58 0%,#29a06f 48%,#c69a4a 100%) !important;box-shadow:0 0 18px rgba(15,107,77,0.18) !important;transform:scaleX(0);transform-origin:right center;transition:transform 1.05s cubic-bezier(.2,.7,.2,1) .3s !important;animation:none !important} html.page-home [data-project-progress="true"].is-visible .timeline::after{transform:scaleX(1) !important} html.page-home [data-project-progress="true"] .timeline-step{min-width:96px !important} html.page-home [data-project-progress="true"] .timeline-step .timeline-icon{background:linear-gradient(180deg,#fffdfa 0%,#f8f4ea 100%) !important;border-color:rgba(198,154,74,0.32) !important;color:#c69a4a !important} html.page-home [data-project-progress="true"] .timeline-step.done .timeline-icon{background:linear-gradient(180deg,#f2fbf7 0%,#e8f6ef 100%) !important;border-color:rgba(15,107,77,0.24) !important;color:#0f7a58 !important} html.page-home [data-project-progress="true"] .timeline-step.current .timeline-icon{background:linear-gradient(180deg,#fffaf0 0%,#f5ecd8 100%) !important;border-color:rgba(198,154,74,0.44) !important;color:#a67621 !important} html.page-home [data-project-progress="true"] .timeline-step:not(.done):not(.current) span{color:#2f3f39 !important} html.page-home [data-project-progress="true"] .timeline-step.done span{color:#0b5f49 !important} html.page-home [data-project-progress="true"] .timeline-step.current span{color:#8a621d !important} html.page-home [data-project-progress="true"] .timeline-step.current::after{content:"مرحله جاری" !important;background:rgba(198,154,74,0.16) !important;border-color:rgba(198,154,74,0.26) !important;color:#8a621d !important} @media (max-width:992px){html.page-home [data-project-progress="true"] .timeline-step{min-width:86px !important}} @media (max-width:768px){html.page-home [data-project-progress="true"] .timeline-step{min-width:78px !important}} @media (max-width:576px){html.page-home [data-project-progress="true"] .timeline-step{min-width:0 !important}} html.page-home [data-project-progress="true"] .timeline-wrapper{overflow:hidden !important} html.page-home [data-project-progress="true"] .timeline{display:flex !important;flex-wrap:nowrap !important;justify-content:space-between !important;align-items:flex-start !important;overflow-x:auto !important;overflow-y:hidden !important;padding:8px 4px 10px !important;scrollbar-width:none} html.page-home [data-project-progress="true"] .timeline::-webkit-scrollbar{display:none} html.page-home [data-project-progress="true"] .timeline-step{flex:1 0 92px !important;max-width:110px !important} html.page-home [data-project-progress="true"] .timeline::before{display:block !important;top:36px !important;right:7% !important;left:7% !important;height:3px !important;background:linear-gradient(90deg,#dfe3df 0%,#ece2c9 50%,#e3e8e4 100%) !important} html.page-home [data-project-progress="true"] .timeline::after{top:36px !important;display:block !important} html.page-home [data-project-progress="true"] .timeline-step .timeline-icon{width:52px !important;height:52px !important;border-radius:16px !important} html.page-home [data-project-progress="true"] .timeline-step span{margin-top:6px !important;font-size:13px !important;font-weight:800 !important} html.page-home [data-project-progress="true"] .timeline-step:not(.done) .timeline-icon{background:linear-gradient(180deg,#fffdfa 0%,#f8f4ea 100%) !important;border-color:rgba(198,154,74,0.32) !important;color:#c69a4a !important;box-shadow:inset 0 1px 0 rgba(255,255,255,0.92),0 8px 18px rgba(198,154,74,0.05) !important} html.page-home [data-project-progress="true"] .timeline-step:not(.done) span{color:#22312d !important} html.page-home [data-project-progress="true"] .total-progress-bar{height:10px !important;background:linear-gradient(90deg,#dbe6e1 0%,#edf2ef 100%) !important;border:1px solid rgba(15,107,77,0.05) !important} html.page-home [data-project-progress="true"] .total-progress-fill{width:var(--progress-fill,0%) !important;min-width:0 !important} html.page-home [data-project-progress="true"] .total-progress-fill[data-ready="true"]{transition:width 1.35s cubic-bezier(.2,.7,.2,1) !important} @media (max-width:992px){html.page-home [data-project-progress="true"] .timeline-step{flex-basis:86px !important;max-width:100px !important}} @media (max-width:768px){html.page-home [data-project-progress="true"] .timeline-wrapper{padding-top:8px !important} html.page-home [data-project-progress="true"] .timeline{gap:10px !important;justify-content:space-between !important;overflow-x:auto !important} html.page-home [data-project-progress="true"] .timeline::before,html.page-home [data-project-progress="true"] .timeline::after{display:block !important} html.page-home [data-project-progress="true"] .timeline-step{flex:1 0 78px !important;max-width:96px !important} html.page-home [data-project-progress="true"] .timeline-step .timeline-icon{width:48px !important;height:48px !important;border-radius:15px !important} html.page-home [data-project-progress="true"] .timeline-step span{font-size:12px !important;white-space:nowrap !important}} @media (max-width:576px){html.page-home [data-project-progress="true"] .timeline{display:flex !important;grid-template-columns:none !important;gap:10px !important} html.page-home [data-project-progress="true"] .timeline-step{flex:0 0 74px !important;max-width:90px !important} html.page-home [data-project-progress="true"] .timeline-step span{white-space:normal !important;line-height:1.55 !important}} html.page-home [data-project-progress="true"] .progress-top-row{grid-template-columns:300px minmax(0,1fr) !important;gap:20px !important;align-items:center !important} html.page-home [data-project-progress="true"] .timeline-wrapper{min-width:0 !important;overflow:visible !important;padding-top:8px !important} html.page-home [data-project-progress="true"] .timeline{overflow:visible !important;justify-content:space-between !important;gap:10px !important;padding:8px 10px 12px !important} html.page-home [data-project-progress="true"] .timeline-step{flex:1 1 82px !important;min-width:72px !important;max-width:92px !important} html.page-home [data-project-progress="true"] .timeline-step .timeline-icon{width:50px !important;height:50px !important} html.page-home [data-project-progress="true"] .timeline-step span{font-size:12.5px !important;white-space:nowrap !important} html.page-home [data-project-progress="true"] .total-progress-card{width:100% !important;max-width:300px !important} html.page-home [data-project-progress="true"] .total-progress-bar{display:flex !important;justify-content:flex-end !important;align-items:stretch !important;overflow:hidden !important;direction:ltr !important} html.page-home [data-project-progress="true"] .total-progress-fill{margin-left:auto !important;margin-right:0 !important} html.page-home [data-project-progress="true"] .total-progress-fill::after{left:auto !important;right:-40% !important;transform:skewX(18deg) !important} html.page-home [data-project-progress="true"].is-visible .total-progress-fill::after{animation:home-fillShineRTL 1.4s ease 1.05s forwards !important} @keyframes home-fillShineRTL{from{right:-40%} to{right:130%}} @media (max-width:1100px){html.page-home [data-project-progress="true"] .progress-top-row{grid-template-columns:280px minmax(0,1fr) !important;gap:16px !important} html.page-home [data-project-progress="true"] .timeline-step{flex-basis:76px !important;max-width:88px !important} html.page-home [data-project-progress="true"] .timeline-step span{font-size:12px !important} html.page-home [data-project-progress="true"] .total-progress-card{max-width:280px !important}} @media (max-width:992px){html.page-home [data-project-progress="true"] .progress-top-row{grid-template-columns:1fr !important} html.page-home [data-project-progress="true"] .timeline-wrapper{order:1 !important} html.page-home [data-project-progress="true"] .total-progress-card{order:2 !important;max-width:100% !important}} @media (max-width:768px){html.page-home [data-project-progress="true"] .timeline{overflow-x:auto !important;overflow-y:visible !important;justify-content:flex-start !important;padding:8px 4px 12px !important} html.page-home [data-project-progress="true"] .timeline-step{flex:0 0 74px !important;max-width:84px !important} html.page-home [data-project-progress="true"] .timeline-step span{white-space:normal !important;line-height:1.5 !important}} html.page-home [data-future-section="true"]{position:relative !important;overflow:hidden !important;background:radial-gradient(circle at 12% 18%,rgba(198,154,74,0.08),transparent 24%),radial-gradient(circle at 88% 20%,rgba(15,107,77,0.08),transparent 26%),linear-gradient(180deg,#f7faf8 0%,#ffffff 46%,#f7faf8 100%) !important;padding-top:66px !important;padding-bottom:62px !important} html.page-home [data-future-section="true"]::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(15,75,61,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(15,75,61,0.03) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(180deg,transparent 0%,#000 12%,#000 88%,transparent 100%);opacity:.58} html.page-home [data-future-section="true"] .future-container{position:relative !important;max-width:1180px !important} html.page-home [data-future-section="true"] .future-heading{position:relative !important;font-size:33px !important;letter-spacing:-.5px !important;margin-bottom:30px !important;background:linear-gradient(90deg,#053b32,#0f7a58 55%,#0f4b3d) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important} html.page-home [data-future-section="true"] .future-heading::after{width:54px !important;height:4px !important;border-radius:999px !important;background:linear-gradient(90deg,#c69a4a,#e5c170) !important;box-shadow:0 8px 18px rgba(198,154,74,0.16)} html.page-home [data-future-section="true"] .future-cards{display:grid !important;grid-template-columns:repeat(6,minmax(0,1fr)) !important;gap:18px !important;perspective:1100px} html.page-home [data-future-section="true"] .future-card{position:relative !important;isolation:isolate;overflow:hidden !important;min-height:166px !important;padding:18px 16px 16px !important;border-radius:24px !important;background:linear-gradient(145deg,rgba(255,255,255,0.98),rgba(250,250,247,0.92)) padding-box,linear-gradient(135deg,rgba(15,107,77,0.16),rgba(198,154,74,0.22),rgba(15,107,77,0.06)) border-box !important;border:1px solid transparent !important;box-shadow:0 20px 44px rgba(8,53,44,0.10),0 8px 18px rgba(16,24,40,0.05),inset 0 1px 0 rgba(255,255,255,0.90) !important;transform:translateY(24px) scale(.985);opacity:0;transition:transform .42s cubic-bezier(.2,.7,.2,1),box-shadow .36s ease !important} html.page-home [data-future-section="true"] .future-card::before{content:"";position:absolute;inset:-1px;z-index:-1;background:radial-gradient(circle at 10% 16%,rgba(198,154,74,0.18),transparent 28%),radial-gradient(circle at 86% 88%,rgba(15,107,77,0.10),transparent 34%);opacity:0;transition:opacity .36s ease} html.page-home [data-future-section="true"] .future-card::after{content:"";position:absolute;top:0;right:-75%;width:44%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);transform:skewX(-18deg);pointer-events:none} html.page-home [data-future-section="true"] .future-card.is-visible{animation:home-futureCardIn .72s cubic-bezier(.2,.7,.2,1) forwards} html.page-home [data-future-section="true"] .future-card.is-visible::after{animation:home-futureShine 1.35s ease .45s forwards} html.page-home [data-future-section="true"] .future-card:hover{transform:translateY(-9px) rotateX(2deg) !important;box-shadow:0 28px 60px rgba(8,53,44,0.16),0 10px 22px rgba(198,154,74,0.08),inset 0 1px 0 rgba(255,255,255,0.95) !important} html.page-home [data-future-section="true"] .future-card:hover::before{opacity:1} html.page-home [data-future-section="true"] .future-icon{width:72px !important;height:72px !important;border-radius:22px !important;background:linear-gradient(180deg,#fffcf6 0%,#f6efdf 100%) !important;border:1px solid rgba(198,154,74,0.30) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,0.96),0 12px 26px rgba(198,154,74,0.10) !important;margin:0 auto 16px !important;color:#0f7a58 !important} html.page-home [data-future-section="true"] .future-card.is-visible .future-icon{animation:home-futureIconFloat 4.1s ease-in-out .9s infinite} html.page-home [data-future-section="true"] .future-icon svg{width:31px !important;height:31px !important;stroke:currentColor !important;stroke-width:1.9 !important} html.page-home [data-future-section="true"] .future-card h3{font-size:18px !important;font-weight:900 !important;color:#173730 !important;margin-bottom:8px !important;line-height:1.7 !important} html.page-home [data-future-section="true"] .future-card p{font-size:13px !important;line-height:2 !important;color:#5c6a65 !important} html.page-home [data-future-section="true"] .future-banner{position:relative !important;margin-top:26px !important;min-height:184px !important;border-radius:28px !important;overflow:hidden !important;background:linear-gradient(90deg,rgba(4,52,45,0.15) 0%,rgba(7,72,58,0.82) 42%,rgba(7,72,58,0.95) 100%),url("../../images/b-1.jpg") center/cover no-repeat !important;box-shadow:0 30px 72px rgba(8,53,44,0.18),0 10px 24px rgba(16,24,40,0.06) !important;transform:translateY(28px) scale(.99);opacity:0} html.page-home [data-future-section="true"] .future-banner.is-visible{animation:home-futureBannerIn .86s cubic-bezier(.2,.7,.2,1) forwards} html.page-home [data-future-section="true"] .future-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,0.08) 0%,transparent 40%),linear-gradient(0deg,rgba(3,47,39,0.14),rgba(3,47,39,0.14))} html.page-home [data-future-section="true"] .future-banner::after{content:"";position:absolute;inset:auto -16% -65% auto;width:280px;height:280px;border-radius:999px;background:radial-gradient(circle,rgba(198,154,74,0.14),transparent 62%);pointer-events:none} html.page-home [data-future-section="true"] .future-banner-content{position:relative !important;z-index:2 !important;width:100% !important;padding:34px 42px !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:24px !important} html.page-home [data-future-section="true"] .future-banner-content h3{margin:0 !important;font-size:29px !important;line-height:1.9 !important;font-weight:900 !important;color:#ffffff !important;text-shadow:0 12px 24px rgba(0,0,0,0.18)} html.page-home [data-future-section="true"] .banner-leaves{z-index:2 !important;opacity:.88 !important;filter:drop-shadow(0 16px 30px rgba(0,0,0,0.12))} html.page-home [data-future-section="true"] .banner-leaves span{animation:home-leafFloat 5.2s ease-in-out infinite} html.page-home [data-future-section="true"] .banner-leaves span:nth-child(2){animation-delay:.4s} html.page-home [data-future-section="true"] .banner-leaves span:nth-child(3){animation-delay:.8s} html.page-home [data-future-section="true"] .banner-leaves span:nth-child(4){animation-delay:1.2s} html.page-home [data-future-section="true"] .consult-btn{position:relative !important;overflow:hidden !important;min-width:196px !important;height:56px !important;border-radius:18px !important;padding:0 24px !important;background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(245,250,247,0.96)) padding-box,linear-gradient(135deg,rgba(255,255,255,0.52),rgba(198,154,74,0.45),rgba(255,255,255,0.18)) border-box !important;border:1px solid transparent !important;box-shadow:0 18px 36px rgba(0,0,0,0.16),inset 0 1px 0 rgba(255,255,255,0.92) !important;color:#0b5f49 !important;font-size:15px !important;font-weight:900 !important;gap:12px !important} html.page-home [data-future-section="true"] .consult-btn::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.9) 36%,transparent 68%);transform:translateX(135%);pointer-events:none} html.page-home [data-future-section="true"] .consult-btn:hover::before{animation:home-futureBtnSweep .85s ease forwards} html.page-home [data-future-section="true"] .consult-btn:hover{transform:translateY(-4px) !important;box-shadow:0 24px 42px rgba(0,0,0,0.18),0 12px 18px rgba(198,154,74,0.10),inset 0 1px 0 rgba(255,255,255,0.96) !important} html.page-home [data-future-section="true"] .consult-btn svg{width:19px !important;height:19px !important;stroke:currentColor !important} @keyframes home-futureCardIn{0%{opacity:0;transform:translateY(24px) scale(.985)} 100%{opacity:1;transform:translateY(0) scale(1)}} @keyframes home-futureShine{0%{right:-75%} 100%{right:128%}} @keyframes home-futureIconFloat{0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)}} @keyframes home-futureBannerIn{0%{opacity:0;transform:translateY(28px) scale(.99)} 100%{opacity:1;transform:translateY(0) scale(1)}} @keyframes home-leafFloat{0%,100%{transform:translateY(0) rotate(0deg)} 50%{transform:translateY(-6px) rotate(3deg)}} @keyframes home-futureBtnSweep{from{transform:translateX(135%)} to{transform:translateX(-140%)}} @media (max-width:1200px){html.page-home [data-future-section="true"] .future-cards{grid-template-columns:repeat(3,minmax(0,1fr)) !important}} @media (max-width:992px){html.page-home [data-future-section="true"]{padding-top:54px !important;padding-bottom:54px !important} html.page-home [data-future-section="true"] .future-heading{font-size:28px !important} html.page-home [data-future-section="true"] .future-banner-content{flex-direction:column !important;align-items:flex-start !important;padding:30px 28px !important} html.page-home [data-future-section="true"] .future-banner-content h3{font-size:24px !important}} @media (max-width:768px){html.page-home [data-future-section="true"] .future-cards{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important} html.page-home [data-future-section="true"] .future-card{min-height:156px !important;padding:16px 14px !important;border-radius:20px !important} html.page-home [data-future-section="true"] .future-icon{width:64px !important;height:64px !important;border-radius:20px !important} html.page-home [data-future-section="true"] .future-card h3{font-size:16px !important} html.page-home [data-future-section="true"] .future-card p{font-size:12.5px !important;line-height:1.9 !important} html.page-home [data-future-section="true"] .future-banner{min-height:220px !important;border-radius:22px !important} html.page-home [data-future-section="true"] .future-banner-content h3{font-size:21px !important;line-height:1.8 !important} html.page-home [data-future-section="true"] .consult-btn{min-width:180px !important;height:52px !important;border-radius:16px !important;font-size:14px !important}} @media (max-width:576px){html.page-home [data-future-section="true"]{padding-top:44px !important;padding-bottom:44px !important} html.page-home [data-future-section="true"] .future-heading{font-size:24px !important;margin-bottom:20px !important} html.page-home [data-future-section="true"] .future-cards{grid-template-columns:1fr !important} html.page-home [data-future-section="true"] .future-banner-content{padding:24px 18px !important;gap:16px !important} html.page-home [data-future-section="true"] .future-banner-content h3{font-size:18px !important} html.page-home [data-future-section="true"] .consult-btn{width:100% !important;min-width:100% !important;justify-content:center !important}} @media (prefers-reduced-motion:reduce){html.page-home [data-future-section="true"] .future-card,html.page-home [data-future-section="true"] .future-banner{opacity:1 !important;transform:none !important;animation:none !important} html.page-home [data-future-section="true"] .future-card::after,html.page-home [data-future-section="true"] .banner-leaves span,html.page-home [data-future-section="true"] .consult-btn::before,html.page-home [data-future-section="true"] .future-card.is-visible .future-icon{animation:none !important}} html.page-home,html.page-home body{overflow-x:hidden !important} html.page-home body{background:linear-gradient(180deg,#f5f7f4 0%,#fbfcfb 42%,#f5f7f4 100%) !important} html.page-home img{max-width:100%;height:auto} html.page-home .about-section,html.page-home .project-progress-section,html.page-home .future-section{background:transparent !important} html.page-home .about-section,html.page-home .project-progress-section,html.page-home .future-section,html.page-home .site-footer{position:relative;z-index:1} html.page-home [data-future-section="true"] .future-banner{min-height:250px !important} html.page-home [data-future-section="true"] .future-banner-content{min-height:250px !important;width:min(100%,calc(100% - 180px)) !important;margin-inline:auto !important;padding:30px 34px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;gap:18px !important} html.page-home [data-future-section="true"] .future-banner-content h3{width:100% !important;max-width:760px !important;font-size:28px !important;line-height:1.9 !important;margin:0 !important} html.page-home [data-future-section="true"] .consult-btn{position:relative !important;z-index:3 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;flex-shrink:0 !important} html.page-home [data-future-section="true"] .banner-leaves{pointer-events:none !important} @media (max-width:992px){html.page-home [data-future-section="true"] .future-banner{min-height:240px !important} html.page-home [data-future-section="true"] .future-banner-content{min-height:240px !important;width:min(100%,calc(100% - 120px)) !important;padding:28px 24px !important} html.page-home [data-future-section="true"] .future-banner-content h3{font-size:24px !important}} @media (max-width:768px){html.page-home [data-future-section="true"] .future-banner{min-height:250px !important} html.page-home [data-future-section="true"] .future-banner-content{width:100% !important;min-height:250px !important;padding:24px 18px !important;gap:16px !important} html.page-home [data-future-section="true"] .future-banner-content h3{font-size:20px !important;line-height:1.85 !important} html.page-home [data-future-section="true"] .banner-leaves{opacity:0.5 !important;transform:scale(.85);transform-origin:top right}} @media (max-width:576px){html.page-home [data-future-section="true"] .future-banner{min-height:265px !important} html.page-home [data-future-section="true"] .future-banner-content{min-height:265px !important;padding:22px 16px 24px !important} html.page-home [data-future-section="true"] .future-banner-content h3{font-size:18px !important;line-height:1.8 !important}} html.page-home,html.page-home body{background:#f5f6f4 !important} html.page-home body{background-image:none !important} html.page-home .hero,html.page-home .about-section,html.page-home .project-progress-section,html.page-home .future-section,html.page-home .site-footer{background:transparent !important} html.page-home .about-section::before,html.page-home .about-section::after,html.page-home [data-project-progress="true"]::before,html.page-home [data-future-section="true"]::before{display:none !important} html.page-home [data-future-section="true"]{padding-top:56px !important;padding-bottom:56px !important} html.page-home [data-future-section="true"] .future-banner{min-height:170px !important;height:170px !important;margin-top:22px !important;border-radius:24px !important;display:flex !important;align-items:center !important;justify-content:center !important} html.page-home [data-future-section="true"] .future-banner-content{position:relative !important;z-index:3 !important;width:100% !important;max-width:none !important;min-height:170px !important;height:170px !important;margin:0 !important;padding:18px 120px 18px 120px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;gap:12px !important} html.page-home [data-future-section="true"] .future-banner-content h3{max-width:700px !important;font-size:19px !important;line-height:1.85 !important;margin:0 !important} html.page-home [data-future-section="true"] .consult-btn{min-width:180px !important;height:46px !important;padding:0 20px !important;font-size:14px !important;border-radius:15px !important} html.page-home [data-future-section="true"] .banner-leaves{transform:scale(0.78) !important;transform-origin:top right !important;right:16px !important;top:8px !important;opacity:0.78 !important} @media (max-width:992px){html.page-home [data-future-section="true"] .future-banner{min-height:172px !important;height:auto !important} html.page-home [data-future-section="true"] .future-banner-content{min-height:172px !important;height:auto !important;padding:18px 84px 18px 84px !important} html.page-home [data-future-section="true"] .future-banner-content h3{font-size:18px !important}} @media (max-width:768px){html.page-home [data-future-section="true"]{padding-top:46px !important;padding-bottom:46px !important} html.page-home [data-future-section="true"] .future-banner{min-height:190px !important;height:auto !important} html.page-home [data-future-section="true"] .future-banner-content{min-height:190px !important;height:auto !important;padding:20px 20px 18px !important;gap:14px !important} html.page-home [data-future-section="true"] .future-banner-content h3{max-width:100% !important;font-size:17px !important;line-height:1.8 !important} html.page-home [data-future-section="true"] .consult-btn{min-width:170px !important;height:44px !important;font-size:13px !important} html.page-home [data-future-section="true"] .banner-leaves{transform:scale(0.62) !important;right:-4px !important;top:2px !important;opacity:0.5 !important}} @media (max-width:576px){html.page-home [data-future-section="true"] .future-banner{min-height:210px !important} html.page-home [data-future-section="true"] .future-banner-content{min-height:210px !important;padding:18px 16px !important} html.page-home [data-future-section="true"] .future-banner-content h3{font-size:16px !important} html.page-home [data-future-section="true"] .consult-btn{width:auto !important;min-width:160px !important}} html.page-home{--site-frame-width:1180px;--site-side-gutter:clamp(16px,4vw,40px)} html.page-home .about-section,html.page-home .project-progress-section,html.page-home .future-section,html.page-home .site-footer{padding-left:var(--site-side-gutter) !important;padding-right:var(--site-side-gutter) !important} html.page-home .about-container,html.page-home .future-container,html.page-home .project-progress-box,html.page-home .footer-box{width:100% !important;max-width:var(--site-frame-width) !important;margin-left:auto !important;margin-right:auto !important} html.page-home .project-progress-box{box-sizing:border-box !important} html.page-home .footer-box{border-radius:18px !important} html.page-home .footer-content{width:100% !important} html.page-home .footer-socials a{display:inline-flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important} html.page-home .footer-socials i,html.page-home .footer-socials svg{width:16px !important;height:16px !important;min-width:16px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;color:#ffffff !important;font-size:16px !important;line-height:1 !important} html.page-home .footer-socials a[aria-label="Instagram"] i{font-size:16px !important;transform:translateY(0) !important} html.page-home .footer-socials a[aria-label="Instagram"] svg{display:none !important} @media (min-width:1400px){html.page-home{--site-frame-width:1240px}} @media (max-width:992px){html.page-home{--site-side-gutter:22px} html.page-home .footer-box{border-radius:16px !important}} @media (max-width:576px){html.page-home{--site-side-gutter:14px} html.page-home .about-section,html.page-home .project-progress-section,html.page-home .future-section,html.page-home .site-footer{padding-left:var(--site-side-gutter) !important;padding-right:var(--site-side-gutter) !important} html.page-home .footer-box{border-radius:14px !important} html.page-home .footer-socials i,html.page-home .footer-socials svg{width:15px !important;height:15px !important;min-width:15px !important;font-size:15px !important}} html.page-home{--sticky-header-height:0px} html.page-home{scroll-behavior:smooth !important;scroll-padding-top:calc(var(--sticky-header-height) + 16px) !important} html.page-home body{padding-top:var(--sticky-header-height) !important} html.page-home body>.site-header#siteHeader{position:fixed !important;top:0 !important;right:0 !important;left:0 !important;width:100% !important;z-index:9999 !important;transform:translateZ(0) !important;will-change:transform,background,box-shadow !important} html.page-home body>.site-header#siteHeader.is-scrolled{background:rgba(255,255,255,0.82) !important;-webkit-backdrop-filter:blur(18px) saturate(165%) !important;backdrop-filter:blur(18px) saturate(165%) !important;box-shadow:0 14px 34px rgba(6,59,50,0.10) !important;border-bottom-color:rgba(198,154,74,0.18) !important} html.page-home .back-to-top-btn{position:fixed;left:26px;bottom:26px;width:54px;height:54px;border:1px solid rgba(198,154,74,0.28);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,0.95),rgba(246,250,247,0.88)) padding-box,linear-gradient(135deg,rgba(15,107,77,0.20),rgba(198,154,74,0.42),rgba(15,107,77,0.08)) border-box;color:#0b5f49;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:9998;box-shadow:0 18px 38px rgba(8,53,44,0.16),inset 0 1px 0 rgba(255,255,255,0.92);-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(16px) scale(0.94);transition:opacity .28s ease,visibility .28s ease,transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s ease,background .28s ease} html.page-home .back-to-top-btn.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)} html.page-home .back-to-top-btn:hover{color:#ffffff;background:linear-gradient(135deg,#0f4b3d,#0f7a58) !important;border-color:rgba(198,154,74,0.36);transform:translateY(-4px) scale(1.02);box-shadow:0 24px 48px rgba(8,53,44,0.22),0 0 0 6px rgba(198,154,74,0.10)} html.page-home .back-to-top-btn:active{transform:translateY(-1px) scale(0.96)} html.page-home .back-to-top-btn i{font-size:23px;line-height:1} @media (max-width:768px){html.page-home .back-to-top-btn{left:18px;bottom:18px;width:48px;height:48px;border-radius:16px} html.page-home .back-to-top-btn i{font-size:21px}} html.page-home .mobile-offcanvas,html.page-home .mobile-offcanvas.offcanvas,html.page-home .mobile-offcanvas.offcanvas-end{z-index:10060 !important;top:0 !important;bottom:0 !important;height:100dvh !important;max-height:100dvh !important;transform:translateX(100%) !important} html.page-home .mobile-offcanvas.offcanvas-end.show,html.page-home .mobile-offcanvas.offcanvas-end.showing{transform:translateX(0) !important} html.page-home .offcanvas-backdrop,html.page-home .offcanvas-backdrop.show{z-index:10040 !important} html.page-home .mobile-offcanvas .offcanvas-header{position:sticky !important;top:0 !important;z-index:3 !important} html.page-home .mobile-offcanvas .mobile-close,html.page-home .mobile-offcanvas .mobile-close-btn{z-index:6 !important} html.page-home body.mobile-menu-open>.site-header#siteHeader{z-index:9990 !important} html.page-home body.mobile-menu-open .back-to-top-btn{opacity:0 !important;visibility:hidden !important;pointer-events:none !important} @media (max-width:991.98px){html.page-home .mobile-offcanvas,html.page-home .mobile-offcanvas.offcanvas,html.page-home .mobile-offcanvas.offcanvas-end{width:min(350px,90vw) !important}} html.page-home .rsh-video-section{position:relative;isolation:isolate;padding:74px 28px 76px;background:radial-gradient(circle at 15% 18%,rgba(198,154,74,0.13),transparent 28%),radial-gradient(circle at 88% 68%,rgba(15,107,77,0.13),transparent 30%),linear-gradient(180deg,#ffffff 0%,#fbfaf6 48%,#ffffff 100%);overflow:hidden} html.page-home .rsh-video-section::before,html.page-home .rsh-video-section::after{content:"";position:absolute;z-index:-1;pointer-events:none;border-radius:999px;filter:blur(2px)} html.page-home .rsh-video-section::before{width:360px;height:360px;right:-160px;top:50px;background:rgba(6,59,50,0.07)} html.page-home .rsh-video-section::after{width:280px;height:280px;left:-120px;bottom:18px;background:rgba(198,154,74,0.10)} html.page-home .rsh-video-container{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,0.88fr);gap:34px;align-items:center;direction:rtl} html.page-home .rsh-video-copy{position:relative;z-index:2} html.page-home .rsh-video-kicker{width:fit-content;display:inline-flex;align-items:center;gap:9px;margin-bottom:15px;padding:9px 14px;border-radius:999px;color:#0f4b3d;background:rgba(255,255,255,0.78);border:1px solid rgba(198,154,74,0.24);box-shadow:0 10px 30px rgba(15,75,61,0.07);font-size:13px;font-weight:900;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)} html.page-home .rsh-video-kicker i{color:#c69a4a;font-size:17px} html.page-home .rsh-video-title{color:#083d34;font-size:clamp(28px,3vw,43px);font-weight:950;line-height:1.55;letter-spacing:-0.9px;margin:0 0 18px} html.page-home .rsh-video-title span{color:#c69a4a;position:relative;display:inline-block} html.page-home .rsh-video-title span::after{content:"";position:absolute;right:0;left:0;bottom:8px;height:10px;border-radius:999px;background:rgba(198,154,74,0.18);z-index:-1} html.page-home .rsh-video-desc{max-width:560px;color:#39413f;font-size:15.5px;font-weight:500;line-height:2.2;text-align:justify;margin:0 0 26px} html.page-home .rsh-video-actions{display:flex;align-items:center;flex-wrap:wrap;gap:13px;margin-bottom:26px} html.page-home .rsh-video-main-btn,html.page-home .rsh-video-ghost-btn{height:52px;border-radius:16px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-size:14px;font-weight:900;transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease,background 0.25s ease;cursor:pointer} html.page-home .rsh-video-main-btn{border:0;color:#fff;background:linear-gradient(135deg,#c69a4a 0%,#e4c06f 45%,#b98935 100%);box-shadow:0 16px 34px rgba(198,154,74,0.28)} html.page-home .rsh-video-main-btn:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(198,154,74,0.36)} html.page-home .rsh-video-ghost-btn{color:#0f4b3d;background:rgba(255,255,255,0.70);border:1.5px solid rgba(15,75,61,0.16);box-shadow:0 10px 26px rgba(15,75,61,0.06)} html.page-home .rsh-video-ghost-btn:hover{color:#fff;border-color:#0f4b3d;background:#0f4b3d;transform:translateY(-3px)} html.page-home .rsh-video-feature-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:610px} html.page-home .rsh-video-feature{min-height:88px;padding:15px 14px;border-radius:18px;background:rgba(255,255,255,0.72);border:1px solid rgba(15,75,61,0.07);box-shadow:0 12px 30px rgba(15,75,61,0.06);display:flex;align-items:center;gap:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)} html.page-home .rsh-video-feature i{width:42px;height:42px;min-width:42px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;color:#c69a4a;background:linear-gradient(180deg,#fcfaf5 0%,#f6eddd 100%);border:1px solid rgba(198,154,74,0.22);font-size:20px} html.page-home .rsh-video-feature strong{display:block;color:#0f4b3d;font-size:13.5px;font-weight:950;line-height:1.5} html.page-home .rsh-video-feature small{display:block;color:#5d6461;font-size:11.5px;font-weight:700;line-height:1.7;margin-top:2px} html.page-home .rsh-video-card-wrap{position:relative;min-width:0} html.page-home .rsh-video-card-wrap::before{content:"";position:absolute;inset:42px -16px -18px 18px;border-radius:34px;background:linear-gradient(135deg,rgba(6,59,50,0.16),rgba(198,154,74,0.18));filter:blur(22px);opacity:0.72;z-index:0;animation:home-rshVideoGlow 4.2s ease-in-out infinite alternate} html.page-home .rsh-video-card{position:relative;z-index:1;overflow:hidden;border-radius:30px;padding:12px;background:linear-gradient(#ffffff,#ffffff) padding-box,linear-gradient(135deg,rgba(198,154,74,0.68),rgba(15,75,61,0.32),rgba(198,154,74,0.44)) border-box;border:1px solid transparent;box-shadow:0 24px 60px rgba(16,24,40,0.12),inset 0 1px 0 rgba(255,255,255,0.85)} html.page-home .rsh-video-frame-top{height:42px;padding:0 12px;border-radius:22px 22px 12px 12px;display:flex;align-items:center;justify-content:space-between;color:#0f4b3d;background:radial-gradient(circle at 15% 20%,rgba(198,154,74,0.16),transparent 30%),linear-gradient(180deg,#fbfaf6 0%,#f5f2ea 100%)} html.page-home .rsh-video-dots{direction:ltr;display:flex;gap:7px} html.page-home .rsh-video-dots span{width:9px;height:9px;border-radius:50%;display:block;background:#c69a4a;opacity:0.55} html.page-home .rsh-video-frame-top strong{font-size:12px;font-weight:950} html.page-home .rsh-video-screen{position:relative;margin-top:10px;overflow:hidden;border-radius:22px;--rsh-video-poster:url("../../images/nema5.jpg");background:#052f28;aspect-ratio:16 / 9;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.12)} html.page-home .rsh-video-screen video{width:100%;height:100%;display:block;object-fit:contain;object-position:center center;background:transparent;position:relative;z-index:2} html.page-home .rsh-video-screen .rsh-video-moving-backdrop,html.page-home .rsh-service-modal-screen .rsh-video-moving-backdrop{position:absolute;inset:-18px;width:calc(100% + 36px);height:calc(100% + 36px);z-index:0;object-fit:cover;object-position:center;filter:blur(18px) saturate(0.92) brightness(0.72);transform:scale(1.04);opacity:0.92;pointer-events:none} html.page-home .rsh-video-screen::before{content:"";position:absolute;inset:0;z-index:0;background-image:var(--rsh-video-poster);background-size:cover;background-position:center;filter:blur(24px);transform:scale(1.08)} html.page-home .rsh-video-screen::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,0.02),rgba(0,0,0,0.08)),radial-gradient(circle at 50% 50%,transparent 0 24%,rgba(5,59,50,0.06) 82%);pointer-events:none} html.page-home .rsh-video-play-layer{position:absolute;inset:0;z-index:4;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity 0.32s ease,visibility 0.32s ease} html.page-home .rsh-video-screen.is-playing .rsh-video-play-layer{opacity:0;visibility:hidden;pointer-events:none} html.page-home .rsh-video-play-btn{position:relative;width:94px;height:94px;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:radial-gradient(circle at 35% 30%,#f1d58b 0%,#c69a4a 48%,#a97425 100%);box-shadow:0 20px 44px rgba(198,154,74,0.38),0 0 0 14px rgba(255,255,255,0.16),0 0 0 27px rgba(198,154,74,0.12);transition:transform 0.25s ease,box-shadow 0.25s ease;animation:home-rshVideoPulse 2.4s ease-in-out infinite} html.page-home .rsh-video-play-btn:hover{transform:scale(1.06);box-shadow:0 24px 52px rgba(198,154,74,0.45),0 0 0 16px rgba(255,255,255,0.18),0 0 0 32px rgba(198,154,74,0.12)} html.page-home .rsh-video-play-btn i{font-size:42px;margin-right:4px;line-height:1} html.page-home .rsh-video-floating{position:absolute;z-index:5;display:flex;align-items:center;gap:10px;min-height:58px;padding:10px 13px;border-radius:18px;background:rgba(255,255,255,0.86);border:1px solid rgba(255,255,255,0.72);box-shadow:0 16px 34px rgba(16,24,40,0.13);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)} html.page-home .rsh-video-floating i{width:38px;height:38px;min-width:38px;border-radius:14px;color:#0f6b4d;background:rgba(15,107,77,0.09);display:inline-flex;align-items:center;justify-content:center;font-size:19px} html.page-home .rsh-video-floating strong{display:block;color:#0f4b3d;font-size:13px;font-weight:950;line-height:1.3} html.page-home .rsh-video-floating small{display:block;color:#6a706d;font-size:10.5px;font-weight:700;margin-top:3px} html.page-home .rsh-video-floating.top{top:76px;right:-22px;animation:home-rshVideoFloat 4s ease-in-out infinite} html.page-home .rsh-video-floating.bottom{position:relative;left:auto;bottom:auto;width:fit-content;max-width:calc(100% - 24px);margin:14px auto 0 0;z-index:2;animation:home-rshVideoFloat 4.5s ease-in-out infinite reverse} html.page-home .rsh-video-card-footer{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;margin-top:12px;padding:12px 14px;border-radius:20px;background:#f8f5ee;border:1px solid rgba(198,154,74,0.16)} html.page-home .rsh-video-card-footer strong{color:#0f4b3d;font-size:13px;font-weight:950;line-height:1.7} html.page-home .rsh-video-card-footer span{color:#707774;font-size:11.5px;font-weight:700} html.page-home .rsh-video-duration{height:34px;padding:0 12px;border-radius:999px;color:#fff;background:#0f4b3d;display:inline-flex;align-items:center;gap:7px;direction:ltr;font-size:12px;font-weight:900;white-space:nowrap} html.page-home .rsh-video-slider-nav{position:absolute;top:50%;z-index:7;width:42px;height:42px;border:1px solid rgba(255,255,255,0.56);border-radius:14px;color:#fff;background:rgba(5,47,40,0.58);display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,0,0,0.16);transition:0.25s ease} html.page-home .rsh-video-slider-nav:hover,html.page-home .rsh-video-slider-nav:focus{color:#fff;background:#c69a4a;border-color:#c69a4a;transform:translateY(-50%) scale(1.06);outline:none} html.page-home .rsh-video-slider-nav.prev{right:14px} html.page-home .rsh-video-slider-nav.next{left:14px} html.page-home .rsh-video-slider-nav i{font-size:20px;line-height:1} html.page-home .rsh-video-slider-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;direction:rtl} html.page-home .rsh-video-slider-dot{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:rgba(15,75,61,0.24);transition:width 0.25s ease,background 0.25s ease} html.page-home .rsh-video-slider-dot.active{width:28px;background:#c69a4a} html.page-home .rsh-video-counter{color:#6c7471;font-size:11px;font-weight:800;white-space:nowrap} @media (max-width:700px){html.page-home .rsh-video-slider-nav{width:38px;height:38px;border-radius:12px} html.page-home .rsh-video-slider-nav.prev{right:9px} html.page-home .rsh-video-slider-nav.next{left:9px}} html.page-home body.rsh-modal-open{overflow:hidden !important} html.page-home .rsh-service-modal-trigger{cursor:pointer;transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease,background 0.25s ease} html.page-home .rsh-service-modal-trigger:hover,html.page-home .rsh-service-modal-trigger:focus{transform:translateY(-4px);border-color:rgba(198,154,74,0.32);box-shadow:0 16px 36px rgba(15,75,61,0.12);background:rgba(255,255,255,0.9);outline:none} html.page-home .rsh-service-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.28s ease,visibility 0.28s ease} html.page-home .rsh-service-modal.is-open{opacity:1;visibility:visible;pointer-events:auto} html.page-home .rsh-service-modal-backdrop{position:absolute;inset:0;background:rgba(5,29,24,0.62);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)} html.page-home .rsh-service-modal-dialog{position:relative;z-index:2;width:min(980px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:28px;background:linear-gradient(180deg,#ffffff 0%,#fbfbf8 100%);border:1px solid rgba(198,154,74,0.24);box-shadow:0 28px 70px rgba(0,0,0,0.24);padding:26px 26px 22px;direction:rtl} html.page-home .rsh-service-modal-head{margin-bottom:20px;padding-left:60px} html.page-home .rsh-service-modal-kicker{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 14px;border-radius:999px;background:rgba(15,75,61,0.08);color:#0f4b3d;font-size:12px;font-weight:900;margin-bottom:12px} html.page-home .rsh-service-modal-head h3{color:#0f4b3d;font-size:28px;font-weight:950;line-height:1.5;margin-bottom:8px} html.page-home .rsh-service-modal-head p{color:#5a6460;font-size:14px;font-weight:600;line-height:2.1;margin:0} html.page-home .rsh-service-modal-close{position:absolute;top:18px;left:18px;width:46px;height:46px;border:0;border-radius:16px;background:linear-gradient(135deg,#0f4b3d,#156957);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 12px 28px rgba(15,75,61,0.18);transition:transform 0.25s ease,box-shadow 0.25s ease,background 0.25s ease} html.page-home .rsh-service-modal-close:hover,html.page-home .rsh-service-modal-close:focus{transform:scale(1.05);box-shadow:0 14px 30px rgba(15,75,61,0.22);background:linear-gradient(135deg,#0d4237,#c69a4a);outline:none} html.page-home .rsh-service-modal-player{border-radius:24px;background:#fff;border:1px solid rgba(198,154,74,0.22);box-shadow:0 14px 40px rgba(16,24,40,0.08);padding:18px 18px 16px} html.page-home .rsh-service-modal-frame-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;direction:ltr} html.page-home .rsh-service-modal-frame-top strong{color:#0f4b3d;font-size:23px;font-weight:950;letter-spacing:-0.02em} html.page-home .rsh-service-modal-browser-dots{display:inline-flex;align-items:center;gap:8px} html.page-home .rsh-service-modal-browser-dots span{width:12px;height:12px;border-radius:50%;background:#d9b56b;display:inline-block} html.page-home .rsh-service-modal-screen{position:relative;overflow:hidden;border-radius:24px;--rsh-service-poster:url("../../images/nema5.jpg");background:#052f28;aspect-ratio:16 / 9} html.page-home .rsh-service-modal-screen video{width:100%;height:100%;display:block;object-fit:contain;object-position:center center;background:transparent;position:relative;z-index:2} html.page-home .rsh-service-modal-screen::before{content:"";position:absolute;inset:0;z-index:0;background-image:var(--rsh-service-poster);background-size:cover;background-position:center;filter:blur(24px);transform:scale(1.08)} html.page-home .rsh-service-modal-screen::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,47,40,0.02) 0%,rgba(5,47,40,0.07) 100%);pointer-events:none} html.page-home .rsh-service-modal-screen.is-playing .rsh-service-modal-play-layer{opacity:0;pointer-events:none} html.page-home .rsh-service-modal-play-layer{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;transition:opacity 0.3s ease} html.page-home .rsh-service-modal-play-btn{width:118px;height:118px;border:0;border-radius:50%;background:linear-gradient(135deg,#e1bd6a 0%,#c7922b 100%);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 24px 50px rgba(198,154,74,0.42);position:relative} html.page-home .rsh-service-modal-play-btn::before,html.page-home .rsh-service-modal-play-btn::after{content:"";position:absolute;inset:-18px;border-radius:50%;border:16px solid rgba(198,154,74,0.16)} html.page-home .rsh-service-modal-play-btn::after{inset:-38px;border-width:20px;border-color:rgba(198,154,74,0.10)} html.page-home .rsh-service-modal-play-btn i{font-size:42px;transform:translateX(-2px)} html.page-home .rsh-service-modal-nav{position:absolute;top:50%;z-index:4;width:58px;height:58px;border:1px solid rgba(255,255,255,0.6);border-radius:18px;background:rgba(5,47,40,0.48);color:#fff;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:0.25s ease} html.page-home .rsh-service-modal-nav.prev{right:16px} html.page-home .rsh-service-modal-nav.next{left:16px} html.page-home .rsh-service-modal-nav i{font-size:28px;line-height:1} html.page-home .rsh-service-modal-nav:hover,html.page-home .rsh-service-modal-nav:focus{background:#c69a4a;border-color:#c69a4a;color:#fff;transform:translateY(-50%) scale(1.05);outline:none} html.page-home .rsh-service-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,#fbfbf8 0%,#f7f4ee 100%);border:1px solid rgba(198,154,74,0.18)} html.page-home .rsh-service-modal-footer strong{display:block;color:#0f4b3d;font-size:22px;font-weight:950;line-height:1.6;margin-bottom:4px} html.page-home .rsh-service-modal-counter{color:#6d7270;font-size:13px;font-weight:800} html.page-home .rsh-service-modal-duration{min-width:104px;height:48px;padding:0 18px;border-radius:999px;background:#0f5a49;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:22px;font-weight:900;white-space:nowrap} html.page-home .rsh-service-modal-duration i{font-size:18px} html.page-home .rsh-service-modal-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;direction:rtl} html.page-home .rsh-service-modal-dot{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:rgba(15,75,61,0.24);transition:width 0.25s ease,background 0.25s ease} html.page-home .rsh-service-modal-dot.active{width:34px;background:#c69a4a} @media (max-width:900px){html.page-home .rsh-service-modal-dialog{padding:18px 18px 16px;border-radius:22px} html.page-home .rsh-service-modal-head{padding-left:54px} html.page-home .rsh-service-modal-head h3{font-size:23px} html.page-home .rsh-service-modal-frame-top strong,html.page-home .rsh-service-modal-footer strong{font-size:18px} html.page-home .rsh-service-modal-play-btn{width:96px;height:96px} html.page-home .rsh-service-modal-play-btn i{font-size:36px} html.page-home .rsh-service-modal-nav{width:50px;height:50px;border-radius:16px} html.page-home .rsh-service-modal-nav i{font-size:24px}} @media (max-width:640px){html.page-home .rsh-service-modal{padding:14px} html.page-home .rsh-service-modal-dialog{max-height:calc(100vh - 28px);padding:16px 16px 14px} html.page-home .rsh-service-modal-head{padding-left:44px} html.page-home .rsh-service-modal-head h3{font-size:20px} html.page-home .rsh-service-modal-head p{font-size:13px;line-height:1.95} html.page-home .rsh-service-modal-player{padding:12px 12px 14px;border-radius:20px} html.page-home .rsh-service-modal-frame-top{margin-bottom:12px} html.page-home .rsh-service-modal-frame-top strong{font-size:14px} html.page-home .rsh-service-modal-screen{border-radius:18px} html.page-home .rsh-service-modal-nav{width:44px;height:44px;border-radius:14px} html.page-home .rsh-service-modal-nav.prev{right:10px} html.page-home .rsh-service-modal-nav.next{left:10px} html.page-home .rsh-service-modal-play-btn{width:84px;height:84px} html.page-home .rsh-service-modal-play-btn::before{inset:-13px;border-width:12px} html.page-home .rsh-service-modal-play-btn::after{inset:-28px;border-width:16px} html.page-home .rsh-service-modal-footer{flex-direction:column-reverse;align-items:stretch;text-align:center;gap:12px;padding:12px} html.page-home .rsh-service-modal-footer strong{font-size:15px;margin-bottom:4px} html.page-home .rsh-service-modal-counter{font-size:12px} html.page-home .rsh-service-modal-duration{min-width:0;width:100%;height:44px;font-size:15px} html.page-home .rsh-service-modal-close{width:40px;height:40px;top:12px;left:12px;font-size:20px}} @keyframes home-rshVideoPulse{0%,100%{box-shadow:0 20px 44px rgba(198,154,74,0.38),0 0 0 14px rgba(255,255,255,0.16),0 0 0 27px rgba(198,154,74,0.12)} 50%{box-shadow:0 20px 44px rgba(198,154,74,0.42),0 0 0 18px rgba(255,255,255,0.12),0 0 0 37px rgba(198,154,74,0.06)}} @keyframes home-rshVideoFloat{0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)}} @keyframes home-rshVideoGlow{from{transform:translate3d(0,0,0) scale(0.98);opacity:0.58} to{transform:translate3d(-8px,8px,0) scale(1.04);opacity:0.84}} @media (max-width:1050px){html.page-home .rsh-video-container{grid-template-columns:1fr;gap:30px} html.page-home .rsh-video-copy{text-align:center} html.page-home .rsh-video-kicker,html.page-home .rsh-video-desc,html.page-home .rsh-video-feature-row{margin-right:auto;margin-left:auto} html.page-home .rsh-video-desc{text-align:center} html.page-home .rsh-video-actions{justify-content:center} html.page-home .rsh-video-card-wrap{max-width:760px;width:100%;margin:0 auto}} @media (max-width:700px){html.page-home .rsh-video-section{padding:48px 16px 54px} html.page-home .rsh-video-feature-row{grid-template-columns:1fr;gap:10px} html.page-home .rsh-video-feature{min-height:78px} html.page-home .rsh-video-card{border-radius:24px;padding:10px} html.page-home .rsh-video-screen{border-radius:18px;aspect-ratio:16 / 9} html.page-home .rsh-video-play-btn{width:76px;height:76px} html.page-home .rsh-video-play-btn i{font-size:34px} html.page-home .rsh-video-floating{display:none} html.page-home .rsh-video-card-footer{grid-template-columns:1fr;text-align:center;justify-items:center} html.page-home .rsh-video-main-btn,html.page-home .rsh-video-ghost-btn{width:100%}} html.page-home .hero-desc{text-align:justify !important;text-align-last:right;text-justify:inter-word} html.page-home .hero-desc-main{margin-bottom:10px !important} html.page-home .hero-desc-followup{margin-bottom:32px !important} @media (max-width:768px){html.page-home .hero-desc-main{margin-bottom:8px !important} html.page-home .hero-desc-followup{margin-bottom:22px !important}} html.page-home .rsh-video-screen,html.page-home .rsh-service-modal-screen{aspect-ratio:16 / 9 !important} html.page-home .rsh-video-screen>#rshIntroVideo,html.page-home .rsh-service-modal-screen>#rshServiceVideo{width:100% !important;height:100% !important;object-fit:contain !important;object-position:center center !important} html.page-home .rsh-service-modal{padding:14px} html.page-home .rsh-service-modal-dialog{width:min(1050px,100%);height:min(calc(100vh - 28px),900px);max-height:calc(100vh - 28px);overflow:hidden !important;display:flex;flex-direction:column;padding:18px 18px 16px} html.page-home .rsh-service-modal-head{margin-bottom:12px;padding-left:56px;flex:0 0 auto} html.page-home .rsh-service-modal-kicker{margin-bottom:8px} html.page-home .rsh-service-modal-head h3{font-size:22px;margin-bottom:0;line-height:1.45} html.page-home .rsh-service-modal-head p{display:none !important} html.page-home .rsh-service-modal-player{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;padding:14px 14px 12px} html.page-home .rsh-service-modal-frame-top{justify-content:flex-end;margin-bottom:10px;min-height:12px} html.page-home .rsh-service-modal-frame-top strong{display:none !important} html.page-home .rsh-service-modal-screen{flex:1 1 auto;min-height:0} html.page-home .rsh-service-modal-footer{margin-top:12px} html.page-home .rsh-service-modal-footer strong{font-size:18px;line-height:1.5} @media (max-width:900px){html.page-home .rsh-service-modal-dialog{height:calc(100vh - 22px);max-height:calc(100vh - 22px);padding:16px 16px 14px} html.page-home .rsh-service-modal-head{margin-bottom:10px;padding-left:48px} html.page-home .rsh-service-modal-head h3{font-size:18px} html.page-home .rsh-service-modal-player{padding:12px 12px 10px} html.page-home .rsh-service-modal-footer strong{font-size:15px}} html.page-home .rsh-build-floors{gap:10px !important} html.page-home .rsh-build-floor{min-height:54px !important;padding:10px 16px !important;border-radius:18px !important} html.page-home .rsh-build-floor span{font-size:14px !important} html.page-home .rsh-build-floor strong{font-size:15px !important;line-height:1.5 !important} @media (max-width:768px){html.page-home .rsh-build-floor{min-height:auto !important;padding:10px 14px !important} html.page-home .rsh-build-floor strong{font-size:14px !important}} html.page-home [data-project-progress="true"] .timeline{grid-template-columns:repeat(7,minmax(0,1fr)) !important;gap:10px !important} html.page-home [data-project-progress="true"] .timeline-step{min-width:0 !important} html.page-home [data-project-progress="true"] .timeline-step span{font-size:15px !important;line-height:1.5 !important} html.page-home [data-project-progress="true"] .timeline-icon{margin-inline:auto !important} @media (max-width:1200px){html.page-home [data-project-progress="true"] .timeline{grid-template-columns:repeat(4,minmax(0,1fr)) !important;row-gap:18px !important}} @media (max-width:768px){html.page-home [data-project-progress="true"] .timeline{grid-template-columns:repeat(2,minmax(0,1fr)) !important} html.page-home [data-project-progress="true"] .timeline-step span{font-size:14px !important}} html.page-home .rsh-service-modal{overflow:hidden !important} html.page-home .rsh-service-modal-dialog{max-height:100vh !important;overflow:hidden !important} html.page-home .rsh-service-modal-player{overflow:hidden !important} html.page-home .rsh-service-modal-frame-top{display:none !important} html.page-home .rsh-service-modal-head p{display:none !important} html.page-home #rsh-inline-home-1{background-image:url('../../images/slider1.jpg')} html.page-home #rsh-inline-home-2{background-image:url('../../images/slider2.jpg')} html.page-home #rsh-inline-home-3{background-image:url('../../images/slider3.jpg')} html.page-home #rsh-inline-home-4{width:55%} html.page-home #rsh-inline-home-5{--delay:1} html.page-home #rsh-inline-home-6{--delay:2} html.page-home #rsh-inline-home-7{--delay:3} html.page-home #rsh-inline-home-8{--delay:4} html.page-home #rsh-inline-home-9{--delay:5} html.page-home #rsh-inline-home-10{--delay:6} html.page-home #rsh-inline-home-11{--delay:7} html.page-home #rsh-inline-home-12{--delay:8} html.page-home #rsh-inline-home-13{--step-delay:1} html.page-home #rsh-inline-home-14{--step-delay:2} html.page-home #rsh-inline-home-15{--step-delay:3} html.page-home #rsh-inline-home-16{--step-delay:4} html.page-home #rsh-inline-home-17{color:inherit;text-decoration:none} html.page-home #rsh-inline-home-18{color:inherit;text-decoration:none} html.page-home #rsh-inline-home-19{color:inherit;text-decoration:none}
