html.page-about *{margin:0;padding:0;box-sizing:border-box}html.page-about body{font-family:"Vazirmatn",sans-serif;background:#fff;color:#111;overflow-x:hidden}html.page-about{--gold:#c69a4a;--green:#063b32;--dark-green:#052f28;--white:#ffffff;--text:#151515}html.page-about .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 rgb(0 0 0 / .08);position:relative;z-index:10}html.page-about .logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--green);min-width:190px}html.page-about .site-logo-img{width:170px;max-height:66px;height:auto;object-fit:contain;display:block}html.page-about .mobile-logo-img{width:145px;max-height:58px}html.page-about .footer-logo-img{width:150px;max-height:92px;height:auto;object-fit:contain;display:block;margin:0 auto 4px}html.page-about .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-about .logo-icon span{transform:rotate(-45deg);display:block}html.page-about .logo-text strong{display:block;font-size:30px;font-weight:900;line-height:1;color:#2e8b46}html.page-about .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-about .main-nav{display:flex;align-items:center;gap:42px}html.page-about .main-nav a{text-decoration:none;color:#1d1d1d;font-size:15px;font-weight:600;position:relative;transition:0.3s ease}html.page-about .main-nav a:hover,html.page-about .main-nav a.active{color:var(--gold)}html.page-about .main-nav a.active::after{content:"";position:absolute;width:28px;height:2px;background:var(--gold);right:50%;transform:translateX(50%);bottom:-10px}html.page-about .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 rgb(198 154 74 / .35);transition:0.3s ease;white-space:nowrap}html.page-about .header-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgb(198 154 74 / .45)}html.page-about .hero{width:100%;height:calc(100vh - 80px);min-height:500px;position:relative;overflow:hidden;background:#222}html.page-about .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-about .hero-slide.active{opacity:1;transform:scale(1)}html.page-about .hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgb(0 0 0 / .1) 0%,rgb(2 35 31 / .3) 38%,rgb(4 54 45 / .92) 72%,rgb(4 54 45 / .98) 100%)}html.page-about .hero::after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgb(0 0 0 / .05) 0%,rgb(0 0 0 / .15) 100%);pointer-events:none}html.page-about .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-about .content-box{max-width:580px;color:#fff;margin-top:-10px}html.page-about .eyebrow{color:var(--gold);font-size:38px;font-weight:900;line-height:1.3;margin-bottom:4px}html.page-about .hero-title{color:#fff;font-size:43px;font-weight:900;line-height:1.55;margin-bottom:22px;letter-spacing:-1px}html.page-about .hero-desc{color:rgb(255 255 255 / .92);font-size:16px;font-weight:500;line-height:2.25;max-width:520px;margin-bottom:32px}html.page-about .hero-actions{display:flex;align-items:center;gap:18px}html.page-about .btn-primary,html.page-about .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-about .btn-primary{background:var(--gold);color:#fff;box-shadow:0 10px 24px rgb(198 154 74 / .28)}html.page-about .btn-primary:hover{background:#b98a3c;transform:translateY(-2px)}html.page-about .btn-outline{color:#fff;border:1.5px solid rgb(255 255 255 / .65);background:rgb(255 255 255 / .02);backdrop-filter:blur(5px)}html.page-about .btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}html.page-about .slider-dots{position:absolute;z-index:5;right:70px;bottom:28px;display:flex;gap:8px}html.page-about .dot{width:9px;height:9px;border-radius:50%;border:none;background:rgb(255 255 255 / .45);cursor:pointer;transition:0.3s ease}html.page-about .dot.active{width:26px;border-radius:20px;background:var(--gold)}@media (max-width:992px){html.page-about .site-header{padding:0 20px}html.page-about .main-nav{gap:22px}html.page-about .logo-text strong{font-size:24px}html.page-about .hero-content{padding:0 35px}html.page-about .eyebrow{font-size:32px}html.page-about .hero-title{font-size:36px}}@media (max-width:768px){html.page-about .site-header{height:auto;min-height:78px;flex-wrap:wrap;gap:15px;padding:15px 20px}html.page-about .main-nav{order:3;width:100%;justify-content:center;flex-wrap:wrap;gap:18px}html.page-about .header-btn{padding:11px 18px}html.page-about .hero{height:auto;min-height:620px}html.page-about .hero::before{background:linear-gradient(180deg,rgb(4 54 45 / .96) 0%,rgb(4 54 45 / .84) 58%,rgb(0 0 0 / .4) 100%)}html.page-about .hero-content{padding:80px 24px;align-items:flex-start}html.page-about .content-box{max-width:100%}html.page-about .eyebrow{font-size:27px}html.page-about .hero-title{font-size:31px;line-height:1.7}html.page-about .hero-desc{font-size:14px}html.page-about .slider-dots{right:24px}}@media (max-width:480px){html.page-about .logo-icon{width:46px;height:46px;font-size:22px}html.page-about .logo-text strong{font-size:22px}html.page-about .main-nav a{font-size:13px}html.page-about .hero-actions{flex-direction:column;align-items:stretch}html.page-about .btn-primary,html.page-about .btn-outline{width:100%}}html.page-about .about-section{background:#fff;padding:32px 28px 40px}html.page-about .about-container{max-width:1180px;margin:0 auto}html.page-about .about-top{display:grid;grid-template-columns:1fr 1.65fr;gap:24px;align-items:stretch;margin-bottom:26px}html.page-about .about-card{background:#fff;border-radius:10px;padding:28px 34px;min-height:260px;box-shadow:0 8px 28px rgb(0 0 0 / .08);border:1px solid rgb(0 0 0 / .04);position:relative;overflow:hidden}html.page-about .about-card h2{color:#0f4b3d;font-size:27px;font-weight:900;line-height:1.5;margin-bottom:4px}html.page-about .about-card h3{color:#c69a4a;font-size:19px;font-weight:800;line-height:1.8;margin-bottom:18px}html.page-about .about-card p{color:#3c3c3c;font-size:14px;font-weight:500;line-height:2.25;text-align:justify;margin-bottom:24px}html.page-about .about-more-btn{width:150px;height:42px;border-radius:8px;border:1.5px solid rgb(15 75 61 / .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-about .about-more-btn:hover{background:#0f4b3d;color:#fff}html.page-about .about-more-btn span{font-size:20px;line-height:1}html.page-about .about-leaf-mark{position:absolute;left:18px;bottom:14px;width:88px;height:88px;pointer-events:none;opacity:.9;display:flex;align-items:flex-end;justify-content:flex-start}html.page-about .about-leaf-img{width:100%;height:100%;object-fit:contain;display:block;image-rendering:auto}html.page-about .about-image{border-radius:10px;overflow:hidden;min-height:260px;box-shadow:0 8px 28px rgb(0 0 0 / .09);border:1px solid rgb(0 0 0 / .05)}html.page-about .about-image img{width:100%;height:100%;min-height:260px;object-fit:cover;display:block}html.page-about .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}html.page-about .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 rgb(0 0 0 / .075);border:1px solid rgb(0 0 0 / .04)}html.page-about .stat-icon{width:48px;min-width:48px;height:48px;color:#c69a4a;display:flex;align-items:center;justify-content:center}html.page-about .stat-icon svg{width:42px;height:42px;stroke:currentColor}html.page-about .stat-info{text-align:right}html.page-about .stat-title{color:#333;font-size:13px;font-weight:700;margin-bottom:6px}html.page-about .stat-value{color:#0f6b4d;font-size:21px;font-weight:900;line-height:1.2}html.page-about .progress-circle{width:48px;height:48px;border-radius:50%;background:conic-gradient(#0f6b4d 0deg 234deg,#d7d7d7 234deg 360deg);position:relative}html.page-about .progress-circle::after{content:"";position:absolute;inset:8px;background:#fff;border-radius:50%}@media (max-width:992px){html.page-about .about-top{grid-template-columns:1fr}html.page-about .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){html.page-about .about-section{padding:24px 16px 32px}html.page-about .about-card{padding:24px 22px}html.page-about .about-card h2{font-size:23px}html.page-about .about-card h3{font-size:17px}html.page-about .stats-grid{grid-template-columns:1fr}html.page-about .stat-card{height:auto;min-height:88px}}html.page-about .project-progress-section{background:#fff;padding:0 28px 42px}html.page-about .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 rgb(0 0 0 / .075);border:1px solid rgb(0 0 0 / .035)}html.page-about .progress-heading{text-align:center;color:#0f4b3d;font-size:24px;font-weight:900;margin-bottom:8px;line-height:1.5;position:relative}html.page-about .progress-heading::after{content:"";width:34px;height:2px;background:#c69a4a;display:block;margin:5px auto 0;border-radius:20px}html.page-about .progress-top-row{display:grid;grid-template-columns:275px 1fr;gap:34px;align-items:center;margin-bottom:16px}html.page-about .total-progress-card{height:138px;border-radius:9px;background:#fff;box-shadow:0 5px 22px rgb(0 0 0 / .075);border:1px solid rgb(0 0 0 / .055);padding:18px 22px;text-align:center}html.page-about .total-progress-title{color:#222;font-size:13px;font-weight:800;margin-bottom:5px}html.page-about .total-progress-number{color:#0f6b4d;font-size:35px;line-height:1.15;font-weight:950;margin-bottom:8px}html.page-about .total-progress-bar{width:100%;height:12px;background:#d8d8d8;border-radius:30px;overflow:hidden;margin-bottom:8px;direction:ltr}html.page-about .total-progress-fill{width:65%;height:100%;background:linear-gradient(90deg,#18845f,#b7c65a);border-radius:30px}html.page-about .total-progress-caption{color:#333;font-size:12px;font-weight:700}html.page-about .timeline-wrapper{width:100%;padding-top:16px}html.page-about .timeline{display:grid;grid-template-columns:repeat(6,1fr);position:relative;direction:rtl}html.page-about .timeline::before{content:"";position:absolute;top:22px;right:8%;left:8%;height:1px;background:#dedede;z-index:1}html.page-about .timeline-step{position:relative;z-index:2;text-align:center}html.page-about .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-about .timeline-step.done .timeline-icon{border-color:#c69a4a;color:#0f6b4d}html.page-about .timeline-step.done .timeline-icon svg{stroke-width:2.4}html.page-about .timeline-step span{color:#222;font-size:13px;font-weight:700}html.page-about .progress-images-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:4px}html.page-about .progress-image{height:138px;border-radius:8px;overflow:hidden;box-shadow:0 4px 14px rgb(0 0 0 / .08)}html.page-about .progress-image img{width:100%;height:100%;object-fit:cover;display:block}html.page-about .project-details-btn-wrap{display:flex;justify-content:center;margin-top:10px}html.page-about .project-details-btn{width:265px;height:40px;border-radius:8px;border:1.5px solid rgb(15 75 61 / .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-about .project-details-btn:hover{background:#0f4b3d;color:#fff}html.page-about .project-details-btn span{font-size:20px;line-height:1}@media (max-width:992px){html.page-about .progress-top-row{grid-template-columns:1fr;gap:20px}html.page-about .total-progress-card{max-width:350px;margin:0 auto;width:100%}html.page-about .progress-images-row{grid-template-columns:1fr}html.page-about .progress-image{height:220px}}@media (max-width:768px){html.page-about .timeline{grid-template-columns:repeat(3,1fr);gap:18px 0}html.page-about .timeline::before{display:none}html.page-about .project-progress-box{padding:18px 14px}html.page-about .progress-heading{font-size:22px}}@media (max-width:480px){html.page-about .project-progress-section{padding:0 16px 34px}html.page-about .timeline{grid-template-columns:repeat(2,1fr)}html.page-about .project-details-btn{width:100%}}html.page-about .future-section{background:#fff;padding:0 28px 44px}html.page-about .future-container{max-width:1180px;margin:0 auto}html.page-about .future-heading{text-align:center;color:#111;font-size:22px;font-weight:900;line-height:1.5;margin-bottom:12px;position:relative}html.page-about .future-heading::after{content:"";width:34px;height:2px;background:#c69a4a;display:block;margin:4px auto 0;border-radius:20px}html.page-about .future-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:26px;direction:rtl}html.page-about .future-card{height:142px;background:#fff;border-radius:9px;padding:17px 12px 14px;text-align:center;box-shadow:0 7px 24px rgb(0 0 0 / .075);border:1px solid rgb(0 0 0 / .045);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}html.page-about .future-icon{width:42px;height:42px;margin-bottom:8px;color:#0f6b4d;display:flex;align-items:center;justify-content:center}html.page-about .future-icon svg{width:39px;height:39px;stroke:currentColor}html.page-about .future-card h3{color:#111;font-size:14px;font-weight:900;line-height:1.5;margin-bottom:5px}html.page-about .future-card p{color:#333;font-size:12px;font-weight:500;line-height:1.9}html.page-about .future-banner{height:165px;border-radius:10px;overflow:hidden;position:relative;background-image:linear-gradient(90deg,rgb(5 59 50 / .05) 0%,rgb(5 59 50 / .45) 34%,rgb(5 59 50 / .92) 62%,rgb(5 59 50 / .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 rgb(0 0 0 / .075)}html.page-about .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-about .future-banner-content h3{font-size:21px;font-weight:900;line-height:1.9;margin-bottom:12px}html.page-about .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 rgb(198 154 74 / .32);transition:0.3s ease}html.page-about .consult-btn:hover{background:#b98a3c;transform:translateY(-2px)}html.page-about .consult-btn svg{width:22px;height:22px;stroke:currentColor}html.page-about .banner-leaves{position:absolute;right:72px;top:35px;width:118px;height:100px;opacity:.38;z-index:2}html.page-about .banner-leaves span{position:absolute;display:block;background:#8bc79b;border-radius:70% 0 70% 0}html.page-about .banner-leaves span:nth-child(1){width:54px;height:70px;right:44px;top:28px;transform:rotate(-8deg)}html.page-about .banner-leaves span:nth-child(2){width:46px;height:60px;right:0;top:42px;transform:rotate(-48deg)}html.page-about .banner-leaves span:nth-child(3){width:30px;height:36px;right:28px;top:0;transform:rotate(-2deg)}html.page-about .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-about .future-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){html.page-about .future-section{padding:0 16px 34px}html.page-about .future-cards{grid-template-columns:repeat(2,1fr)}html.page-about .future-banner{height:220px;background-image:linear-gradient(180deg,rgb(5 59 50 / .94) 0%,rgb(5 59 50 / .84) 55%,rgb(5 59 50 / .55) 100%),url(https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1400&q=80);background-position:center}html.page-about .banner-leaves{right:20px;opacity:.25}html.page-about .future-banner-content h3{font-size:18px}}@media (max-width:480px){html.page-about .future-cards{grid-template-columns:1fr}html.page-about .future-card{height:auto;min-height:132px}html.page-about .consult-btn{width:100%;max-width:220px}}html.page-about .site-footer{background:#fff;padding:0 16px 14px}html.page-about .footer-box{max-width:1480px;margin:0 auto;min-height:175px;background:radial-gradient(circle at 75% 20%,rgb(28 120 89 / .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-about .footer-content{display:flex;align-items:flex-start;justify-content:space-between;direction:rtl;gap:28px}html.page-about .footer-col{position:relative;z-index:2}html.page-about .footer-logo-col{width:285px;text-align:center}html.page-about .footer-logo-wrap{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:4px}html.page-about .footer-logo-text strong{display:block;color:#73b957;font-size:34px;font-weight:950;line-height:1}html.page-about .footer-logo-text span{display:block;color:#d4a84f;font-size:12px;font-weight:800;letter-spacing:.8px;margin-top:4px}html.page-about .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-about .footer-logo-icon span{transform:rotate(-45deg);color:#d4a84f;font-size:26px;font-weight:900}html.page-about .footer-building{width:245px;height:78px;margin:2px auto 0;opacity:.75}html.page-about .footer-building svg{width:100%;height:100%;stroke:rgb(255 255 255 / .62)}html.page-about .footer-desc-col{width:330px;text-align:center;padding-top:3px}html.page-about .footer-title{font-size:16px;font-weight:900;color:#fff;margin-bottom:10px;line-height:1.5}html.page-about .footer-desc{color:rgb(255 255 255 / .92);font-size:13px;font-weight:500;line-height:2.1}html.page-about .footer-menu-col{width:150px;text-align:center;padding-top:2px}html.page-about .footer-menu{list-style:none;padding:0;margin:0}html.page-about .footer-menu li{margin-bottom:6px}html.page-about .footer-menu a{color:rgb(255 255 255 / .94);text-decoration:none;font-size:13px;font-weight:600;transition:0.3s ease}html.page-about .footer-menu a:hover{color:#d4a84f}html.page-about .footer-contact-col{width:270px;text-align:right;padding-top:2px}html.page-about .footer-contact-list{list-style:none;padding:0;margin:0 0 12px}html.page-about .footer-contact-list li{display:flex;align-items:center;justify-content:flex-start;gap:12px;color:rgb(255 255 255 / .94);font-size:13px;font-weight:600;margin-bottom:8px;direction:ltr;text-align:left}html.page-about .footer-contact-list li.address{direction:rtl;text-align:right}html.page-about .footer-contact-list svg{width:17px;height:17px;min-width:17px;stroke:rgb(255 255 255 / .9)}html.page-about .footer-socials{display:flex;align-items:center;gap:13px;direction:ltr;margin-top:4px}html.page-about .footer-socials a{width:34px;height:34px;background:rgb(255 255 255 / .18);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:0.3s ease}html.page-about .footer-socials a:hover{background:#d4a84f;transform:translateY(-2px)}html.page-about .footer-socials svg{width:17px;height:17px;fill:#fff;stroke:#fff}html.page-about .footer-divider{width:1px;height:125px;background:rgb(255 255 255 / .52);margin-top:4px;flex:0 0 1px}html.page-about .footer-copy{position:relative;z-index:3;text-align:center;color:rgb(255 255 255 / .95);font-size:12px;font-weight:500;margin-top:-4px}@media (max-width:1100px){html.page-about .footer-box{padding:26px 26px 16px}html.page-about .footer-content{gap:18px}html.page-about .footer-logo-col{width:240px}html.page-about .footer-desc-col{width:280px}html.page-about .footer-contact-col{width:250px}}@media (max-width:900px){html.page-about .footer-content{flex-direction:column;align-items:center;text-align:center}html.page-about .footer-divider{width:100%;height:1px;margin:4px 0;background:rgb(255 255 255 / .25)}html.page-about .footer-logo-col,html.page-about .footer-desc-col,html.page-about .footer-menu-col,html.page-about .footer-contact-col{width:100%;text-align:center}html.page-about .footer-contact-list li{justify-content:center}html.page-about .footer-socials{justify-content:center}html.page-about .footer-copy{margin-top:16px}}html.page-about .site-header.navbar{padding:0 34px}html.page-about .header-container{width:100%;padding:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}html.page-about .logo.navbar-brand{margin:0;padding:0}html.page-about .main-nav.navbar-nav{flex-direction:row}html.page-about .main-nav .nav-link{padding:0!important;color:#1d1d1d}html.page-about .mobile-menu-btn{width:46px;height:46px;border:1px solid rgb(15 75 61 / .18);border-radius:12px;background:#fff;box-shadow:0 8px 22px rgb(0 0 0 / .08);padding:0;display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px}html.page-about .mobile-menu-btn:focus{box-shadow:0 0 0 3px rgb(198 154 74 / .18)}html.page-about .mobile-menu-btn span{width:23px;height:2px;background:#0f4b3d;border-radius:20px;display:block}html.page-about .mobile-offcanvas{width:310px!important;max-width:86vw;border:none;background:#fff}html.page-about .mobile-offcanvas.offcanvas-end{right:0;left:auto;transform:translateX(100%)}html.page-about .mobile-offcanvas.offcanvas-end.show{transform:none}html.page-about .mobile-offcanvas .offcanvas-header{padding:22px 20px 16px;border-bottom:1px solid rgb(0 0 0 / .06);direction:rtl}html.page-about .mobile-logo{min-width:auto}html.page-about .mobile-logo .logo-icon{width:46px;height:46px;font-size:22px}html.page-about .mobile-logo .logo-text strong{font-size:22px}html.page-about .mobile-logo .logo-text small{font-size:11px}html.page-about .mobile-close-btn{margin:0!important;box-shadow:none!important}html.page-about .mobile-offcanvas .offcanvas-body{padding:18px 20px 24px}html.page-about .mobile-nav{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}html.page-about .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-about .mobile-nav a:hover,html.page-about .mobile-nav a.active{color:#0f4b3d;background:rgb(15 75 61 / .08)}html.page-about .mobile-header-btn{width:100%;justify-content:center;display:inline-flex;margin-top:6px}@media (max-width:991.98px){html.page-about .site-header,html.page-about .site-header.navbar{height:78px;min-height:78px;padding:0 18px;flex-wrap:nowrap;gap:0;position:sticky;top:0}html.page-about .header-container{flex-wrap:nowrap!important}html.page-about .mobile-menu-btn{display:flex}html.page-about .logo{min-width:auto}html.page-about .logo-icon{width:50px;height:50px;font-size:24px}html.page-about .logo-text strong{font-size:24px}html.page-about .logo-text small{font-size:11px}html.page-about .hero{height:auto;min-height:610px}}@media (max-width:575.98px){html.page-about .site-header,html.page-about .site-header.navbar{height:72px;min-height:72px;padding:0 14px}html.page-about .mobile-menu-btn{width:42px;height:42px}html.page-about .logo-icon{width:44px;height:44px;border-radius:12px;font-size:21px}html.page-about .logo-text strong{font-size:21px}html.page-about .logo-text small{font-size:10px}html.page-about .site-logo-img{width:130px;max-height:56px}html.page-about .mobile-logo-img{width:128px;max-height:54px}}@media (min-width:992px){html.page-about .mobile-menu-btn{display:none!important}html.page-about .mobile-offcanvas{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}html.page-about .offcanvas-backdrop{display:none!important}html.page-about body{overflow:auto!important;padding-right:0!important;padding-left:0!important}}html.page-about .logo{min-width:auto}html.page-about .site-logo-img{height:64px;width:auto;max-width:180px;object-fit:contain;display:block}html.page-about .mobile-logo-img{height:54px;width:auto;max-width:145px}html.page-about .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-about .site-logo-img{height:52px;max-width:135px}html.page-about .mobile-logo-img{height:50px;max-width:132px}}@media (min-width:992px){html.page-about .site-header>.header-container>.navbar-brand .site-logo-img{height:72px;width:auto;max-width:200px;object-fit:contain;display:block}}html.page-about .site-logo-img.logo-auto,html.page-about .footer-logo-img.logo-auto{background:transparent!important}@media (max-width:991.98px){html.page-about .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-about .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-about .mobile-offcanvas .mobile-logo-img{height:58px;width:auto;max-width:150px;object-fit:contain;display:block}html.page-about .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:.75;z-index:5;box-shadow:none!important}html.page-about .mobile-offcanvas .mobile-close-btn:hover,html.page-about .mobile-offcanvas .mobile-close-btn:focus{opacity:1;box-shadow:0 0 0 3px rgb(198 154 74 / .16)!important}}@media (min-width:992px){html.page-about .site-header,html.page-about .site-header.navbar{height:104px!important;min-height:104px!important;padding:0 34px!important}html.page-about .site-header>.header-container>.navbar-brand{min-width:250px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}html.page-about .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-about .hero{height:535px!important;min-height:535px!important}}@media (min-width:1400px){html.page-about .hero{height:550px!important;min-height:550px!important}}@media (max-width:991.98px){html.page-about .site-header,html.page-about .site-header.navbar{height:92px!important;min-height:92px!important;padding:0 18px!important}html.page-about .site-header>.header-container>.navbar-brand{min-width:190px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}html.page-about .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-about .hero{height:auto!important;min-height:500px!important}html.page-about .mobile-offcanvas .offcanvas-header{min-height:108px!important}html.page-about .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-about .site-header,html.page-about .site-header.navbar{height:88px!important;min-height:88px!important;padding:0 14px!important}html.page-about .site-header>.header-container>.navbar-brand{min-width:170px!important}html.page-about .site-header>.header-container>.navbar-brand .site-logo-img{height:72px!important;max-width:190px!important}html.page-about .hero{min-height:470px!important}html.page-about .mobile-offcanvas .mobile-logo-img{height:78px!important;max-width:200px!important}}@media (min-width:992px){html.page-about .site-header,html.page-about .site-header.navbar{height:110px!important;min-height:110px!important;padding:0 34px!important;overflow:visible!important}html.page-about .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-about .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-about .site-header,html.page-about .site-header.navbar{height:92px!important;min-height:92px!important;padding:0 18px!important;overflow:visible!important}html.page-about .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-about .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-about .mobile-offcanvas .offcanvas-header{min-height:100px!important}html.page-about .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-about .site-header,html.page-about .site-header.navbar{height:88px!important;min-height:88px!important;padding:0 14px!important}html.page-about .site-header>.header-container>.navbar-brand{min-width:165px!important}html.page-about .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-about .mobile-offcanvas .mobile-logo-img{height:88px!important;max-width:195px!important;max-height:none!important}}@media (min-width:992px){html.page-about .site-header,html.page-about .site-header.navbar{height:100px!important;min-height:100px!important;padding:0 34px!important;overflow:visible!important}html.page-about .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-about .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-about .site-header,html.page-about .site-header.navbar{height:84px!important;min-height:84px!important;padding:0 18px!important;overflow:visible!important}html.page-about .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-about .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-about .mobile-offcanvas .offcanvas-header{min-height:94px!important}html.page-about .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-about .site-header,html.page-about .site-header.navbar{height:84px!important;min-height:84px!important;padding:0 14px!important}html.page-about .site-header>.header-container>.navbar-brand{min-width:150px!important}html.page-about .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-about .mobile-offcanvas .mobile-logo-img{height:80px!important;max-width:180px!important;max-height:none!important}}@media (max-width:991.98px){html.page-about .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 rgb(198 154 74 / .28)!important;border-radius:14px!important;background:linear-gradient(135deg,rgb(255 255 255 / .98),rgb(248 244 235 / .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 rgb(15 75 61 / .1),0 2px 8px rgb(198 154 74 / .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-about .mobile-offcanvas .mobile-close-btn::before,html.page-about .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 rgb(0 0 0 / .1)}html.page-about .mobile-offcanvas .mobile-close-btn::before{transform:rotate(45deg)}html.page-about .mobile-offcanvas .mobile-close-btn::after{transform:rotate(-45deg)}html.page-about .mobile-offcanvas .mobile-close-btn:hover,html.page-about .mobile-offcanvas .mobile-close-btn:focus{transform:translateY(-50%) scale(1.06)!important;border-color:rgb(198 154 74 / .48)!important;background:linear-gradient(135deg,#ffffff,#f4ecdc)!important;box-shadow:0 14px 28px rgb(15 75 61 / .14),0 0 0 4px rgb(198 154 74 / .14)!important;outline:none!important}html.page-about .mobile-offcanvas .mobile-close-btn:active{transform:translateY(-50%) scale(.96)!important;box-shadow:0 7px 16px rgb(15 75 61 / .12),0 0 0 2px rgb(198 154 74 / .1)!important}}html.page-about .footer-brand-note{width:245px;margin:8px auto 0;text-align:center}html.page-about .footer-brand-line{width:138px;height:1px;display:block;margin:0 auto 9px;border-radius:999px;background:linear-gradient(90deg,transparent,rgb(212 168 79 / .88),rgb(255 255 255 / .62),transparent)}html.page-about .footer-brand-badge{min-height:58px;padding:8px 14px;border-radius:18px;border:1px solid rgb(255 255 255 / .16);background:radial-gradient(circle at 80% 0%,rgb(212 168 79 / .18),transparent 38%),rgb(255 255 255 / .075);display:inline-flex;align-items:center;justify-content:center;gap:11px;box-shadow:inset 0 1px 0 rgb(255 255 255 / .14),0 10px 24px rgb(0 0 0 / .08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}html.page-about .footer-brand-icon{width:38px;height:38px;min-width:38px;border-radius:14px;color:#d4a84f;background:rgb(255 255 255 / .12);border:1px solid rgb(212 168 79 / .28);display:inline-flex;align-items:center;justify-content:center}html.page-about .footer-brand-icon svg{width:24px;height:24px;stroke:currentColor}html.page-about .footer-brand-text{display:flex;flex-direction:column;align-items:flex-start;text-align:right;line-height:1.35}html.page-about .footer-brand-text strong{color:#fff;font-size:13px;font-weight:900;white-space:nowrap}html.page-about .footer-brand-text small{color:rgb(255 255 255 / .72);font-size:10.5px;font-weight:600;margin-top:3px;white-space:nowrap}html.page-about .footer-brand-tags{margin-top:8px;display:flex;justify-content:center;gap:7px}html.page-about .footer-brand-tags span{min-width:52px;height:24px;padding:0 10px;border-radius:999px;background:rgb(255 255 255 / .09);border:1px solid rgb(255 255 255 / .13);color:rgb(255 255 255 / .88);font-size:10.5px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}@media (max-width:900px){html.page-about .footer-brand-note{width:100%;max-width:270px;margin-top:10px}}@media (max-width:575.98px){html.page-about .about-leaf-mark{width:74px;height:74px;left:14px;bottom:12px;opacity:.86}}html.page-about .about-section{padding:40px 28px 34px}html.page-about .about-top{gap:28px;margin-bottom:32px}html.page-about .about-card{border-radius:14px;padding:34px 36px 40px}html.page-about .about-card p{margin-bottom:28px}html.page-about .stats-grid{gap:22px;margin-top:8px;align-items:stretch}html.page-about .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-about .stat-info{flex:1}html.page-about .stat-title{margin-bottom:8px}html.page-about .project-progress-section{padding:12px 28px 48px}html.page-about .project-progress-box{border-radius:14px;padding:22px 24px 24px}html.page-about .progress-heading{margin-bottom:12px}html.page-about .progress-top-row{gap:28px;margin-bottom:22px}html.page-about .timeline-wrapper{padding-top:22px}html.page-about .timeline{gap:10px}html.page-about .progress-images-row{gap:18px;margin-top:12px}html.page-about .progress-image{border-radius:10px}html.page-about .project-details-btn-wrap{margin-top:18px}html.page-about .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 rgb(15 75 61 / .08);flex-direction:row-reverse}html.page-about .project-details-btn span{font-size:24px;line-height:1;transform:translateY(-1px)}html.page-about .future-section{padding:8px 28px 52px}html.page-about .future-heading{margin-bottom:18px}html.page-about .future-cards{gap:18px;margin-bottom:30px}html.page-about .future-card{min-height:156px;height:auto;padding:20px 16px 18px;border-radius:14px}html.page-about .future-card h3{margin-bottom:8px}html.page-about .future-card p{line-height:2}html.page-about .future-banner{margin-top:4px;border-radius:14px}html.page-about .stat-icon,html.page-about .future-icon{width:54px;min-width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,rgb(198 154 74 / .14),rgb(198 154 74 / .05));border:1px solid rgb(198 154 74 / .22);box-shadow:inset 0 1px 0 rgb(255 255 255 / .72)}html.page-about .stat-icon svg,html.page-about .future-icon svg,html.page-about .timeline-icon svg,html.page-about .consult-btn svg{stroke-linecap:round;stroke-linejoin:round}html.page-about .stat-icon svg,html.page-about .future-icon svg{width:28px;height:28px;stroke-width:1.95}html.page-about .timeline-icon{width:44px;height:44px;border-radius:14px;border:1.5px solid rgb(0 0 0 / .1);box-shadow:inset 0 1px 0 rgb(255 255 255 / .7)}html.page-about .timeline-step.done .timeline-icon{background:rgb(15 107 77 / .08);border-color:rgb(198 154 74 / .42);box-shadow:0 8px 20px rgb(15 107 77 / .08)}html.page-about .timeline-step span{display:inline-block;margin-top:2px}@media (max-width:992px){html.page-about .about-section,html.page-about .project-progress-section,html.page-about .future-section{padding-left:24px;padding-right:24px}html.page-about .about-top,html.page-about .stats-grid,html.page-about .future-cards,html.page-about .progress-images-row{gap:16px}html.page-about .project-details-btn{width:320px;height:52px}}@media (max-width:576px){html.page-about .about-section{padding:28px 16px 28px}html.page-about .about-top{margin-bottom:24px}html.page-about .about-card{padding:26px 22px 34px}html.page-about .stats-grid{gap:14px;margin-top:2px}html.page-about .stat-card{min-height:90px;padding:18px 18px}html.page-about .project-progress-section{padding:8px 16px 38px}html.page-about .project-progress-box{padding:20px 14px 18px}html.page-about .timeline-wrapper{padding-top:18px}html.page-about .progress-images-row{gap:12px}html.page-about .project-details-btn-wrap{margin-top:16px}html.page-about .project-details-btn{height:50px;padding:0 18px;border-radius:14px;font-size:14px}html.page-about .future-section{padding:6px 16px 38px}html.page-about .future-cards{gap:14px;margin-bottom:24px}html.page-about .future-card{min-height:138px;padding:18px 14px 16px}}html.page-about .about-section{padding-top:72px!important}@media (max-width:992px){html.page-about .about-section{padding-top:52px!important}}@media (max-width:576px){html.page-about .about-section{padding-top:38px!important}}html.page-about .about-top{margin-bottom:38px!important}html.page-about .stats-grid{margin-top:18px!important;gap:24px!important}html.page-about .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 rgb(15 75 61 / .06)!important;box-shadow:0 10px 26px rgb(16 24 40 / .06)!important;gap:18px!important;align-items:center!important}html.page-about .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 rgb(198 154 74 / .26)!important;box-shadow:inset 0 1px 0 rgb(255 255 255 / .95),0 8px 18px rgb(198 154 74 / .07)!important;color:#c69a4a!important}html.page-about .stat-icon svg{width:31px!important;height:31px!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}html.page-about .stat-info{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:6px!important}html.page-about .stat-title{color:#1f2937!important;font-size:13px!important;font-weight:800!important;margin-bottom:0!important}html.page-about .stat-value{color:#0f6b4d!important;font-size:22px!important;font-weight:950!important;line-height:1.25!important;letter-spacing:-.2px}html.page-about .progress-circle{width:52px!important;height:52px!important;background:conic-gradient(#0f7a58 0deg 234deg,#e4dfd7 234deg 360deg)!important;box-shadow:0 4px 12px rgb(15 107 77 / .1)!important}html.page-about .progress-circle::after{inset:7px!important;background:#fbfaf7!important}@media (max-width:992px){html.page-about .about-top{margin-bottom:30px!important}html.page-about .stats-grid{margin-top:14px!important;gap:18px!important}html.page-about .stat-card{min-height:102px!important;padding:20px 22px!important}}@media (max-width:576px){html.page-about .about-top{margin-bottom:24px!important}html.page-about .stats-grid{margin-top:10px!important;gap:14px!important}html.page-about .stat-card{min-height:94px!important;padding:18px 18px!important;border-radius:16px!important}html.page-about .stat-icon{width:60px!important;min-width:60px!important;height:60px!important;border-radius:18px!important}html.page-about .stat-icon svg{width:28px!important;height:28px!important}html.page-about .progress-circle{width:46px!important;height:46px!important}html.page-about .stat-value{font-size:20px!important}}html.page-about .project-details-btn-wrap{margin-top:22px!important}html.page-about .project-details-btn{width:380px!important;max-width:100%;height:58px!important;padding:0 26px!important;border-radius:18px!important;border:1.5px solid rgb(15 75 61 / .42)!important;background:linear-gradient(180deg,#ffffff 0%,#fbfcfb 100%)!important;color:#0f4b3d!important;box-shadow:0 12px 26px rgb(15 75 61 / .08)!important;flex-direction:row-reverse!important;gap:14px!important;letter-spacing:-.1px;transition:transform 0.25s ease,box-shadow 0.25s ease,background 0.25s ease,border-color 0.25s ease!important}html.page-about .project-details-btn:hover{background:linear-gradient(180deg,#ffffff 0%,#f6faf8 100%)!important;border-color:rgb(15 75 61 / .62)!important;color:#0d5d4a!important;transform:translateY(-2px);box-shadow:0 16px 30px rgb(15 75 61 / .12)!important}html.page-about .project-details-btn span{width:28px;height:28px;min-width:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgb(198 154 74 / .12);color:#0f4b3d;font-size:24px!important;line-height:1;transform:translateY(-1px);transition:transform 0.25s ease,background 0.25s ease}html.page-about .project-details-btn:hover span{background:rgb(198 154 74 / .18);transform:translateX(2px)}@media (max-width:576px){html.page-about .project-details-btn{height:52px!important;padding:0 18px!important;border-radius:15px!important;font-size:14px!important}}html.page-about .stat-card{gap:14px!important}html.page-about .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-about .stat-icon svg{width:54px!important;height:54px!important;stroke:currentColor;stroke-linecap:round!important;stroke-linejoin:round!important}html.page-about .progress-circle{width:54px!important;height:54px!important;background:conic-gradient(#0f7a58 0deg 234deg,#ddd8d0 234deg 360deg)!important;box-shadow:none!important}html.page-about .progress-circle::after{inset:7px!important;background:#ffffff!important}@media (max-width:576px){html.page-about .stat-icon{width:54px!important;min-width:54px!important;height:54px!important}html.page-about .stat-icon svg,html.page-about .progress-circle{width:46px!important;height:46px!important}}html.page-about .project-details-btn{gap:18px!important;padding:0 30px!important}html.page-about .project-details-btn span{margin-right:2px;font-size:25px!important}@media (max-width:576px){html.page-about .project-details-btn{gap:14px!important;padding:0 20px!important}}html.page-about .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-about .stat-icon-status-img{width:54px;height:54px;object-fit:contain;display:block}@media (max-width:576px){html.page-about .stat-icon-status-img{width:46px;height:46px}}html.page-about .project-progress-section{padding-top:30px!important}html.page-about .project-progress-box{padding:28px 26px 28px!important;border-radius:18px!important}html.page-about .progress-heading{margin-bottom:18px!important}html.page-about .progress-top-row{gap:34px!important;margin-bottom:28px!important;align-items:flex-start!important}html.page-about .timeline-wrapper{padding-top:28px!important}html.page-about .timeline{gap:18px!important;align-items:flex-start!important}html.page-about .timeline::before{top:26px!important;left:8%!important;right:8%!important;height:2px!important;background:linear-gradient(90deg,rgb(15 75 61 / .1),rgb(198 154 74 / .2),rgb(15 75 61 / .1))!important}html.page-about .timeline-step{min-width:92px!important;gap:12px!important}html.page-about .timeline-icon{width:56px!important;height:56px!important;border-radius:18px!important;background:linear-gradient(180deg,#fffdfa 0%,#f9f5ec 100%)!important;border:1px solid rgb(198 154 74 / .28)!important;color:#c69a4a!important;box-shadow:inset 0 1px 0 rgb(255 255 255 / .92),0 8px 20px rgb(198 154 74 / .06)!important;transition:transform 0.25s ease,box-shadow 0.25s ease!important}html.page-about .timeline-icon svg{width:22px!important;height:22px!important;stroke-width:1.9!important;stroke:currentColor!important}html.page-about .timeline-step.done .timeline-icon{background:linear-gradient(180deg,#f3fbf7 0%,#ebf7f1 100%)!important;border-color:rgb(198 154 74 / .36)!important;color:#0f7a58!important;box-shadow:0 10px 22px rgb(15 107 77 / .1),inset 0 1px 0 rgb(255 255 255 / .96)!important}html.page-about .timeline-step.done .timeline-icon svg{width:24px!important;height:24px!important;stroke-width:2.2!important}html.page-about .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-about .total-progress-card{border-radius:16px!important;padding:24px 22px!important}html.page-about .progress-images-row{gap:20px!important;margin-top:16px!important}html.page-about .progress-image{border-radius:14px!important}html.page-about .project-details-btn-wrap{margin-top:24px!important}@media (max-width:992px){html.page-about .project-progress-section{padding-top:22px!important}html.page-about .project-progress-box{padding:24px 20px 24px!important}html.page-about .progress-top-row{gap:24px!important;margin-bottom:24px!important}html.page-about .timeline-wrapper{padding-top:22px!important}html.page-about .timeline{gap:14px!important}html.page-about .timeline-step{min-width:82px!important}html.page-about .timeline-icon{width:50px!important;height:50px!important;border-radius:16px!important}html.page-about .timeline-step span{font-size:13px!important}}@media (max-width:576px){html.page-about .project-progress-section{padding-top:18px!important}html.page-about .project-progress-box{padding:22px 14px 20px!important;border-radius:16px!important}html.page-about .progress-heading{margin-bottom:14px!important}html.page-about .progress-top-row{margin-bottom:18px!important}html.page-about .timeline-wrapper{padding-top:18px!important}html.page-about .timeline{gap:12px!important}html.page-about .timeline::before{top:22px!important;left:6%!important;right:6%!important}html.page-about .timeline-step{min-width:74px!important;gap:10px!important}html.page-about .timeline-icon{width:46px!important;height:46px!important;border-radius:14px!important}html.page-about .timeline-icon svg{width:19px!important;height:19px!important}html.page-about .timeline-step.done .timeline-icon svg{width:20px!important;height:20px!important}html.page-about .timeline-step span{font-size:12px!important;line-height:1.7!important;white-space:normal}html.page-about .progress-images-row{gap:12px!important;margin-top:12px!important}html.page-about .project-details-btn-wrap{margin-top:18px!important}}html.page-about .project-details-btn{direction:rtl!important}html.page-about .project-details-btn span{margin-left:2px!important;margin-right:0!important}html.page-about .project-details-btn:hover span{transform:translateX(-2px)!important}html.page-about .project-details-btn span{font-family:Arial,sans-serif!important;font-size:19px!important;font-weight:900!important;line-height:1!important}html.page-about .project-details-btn .project-arrow-left{font-size:0!important}html.page-about .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-about .project-details-btn:hover .project-arrow-left{transform:translateX(-2px)!important}html.page-about .future-section{padding-top:58px!important;padding-bottom:56px!important}html.page-about .future-container{max-width:1180px!important}html.page-about .future-heading{font-size:25px!important;font-weight:950!important;color:#0f4b3d!important;margin-bottom:28px!important;letter-spacing:-.3px}html.page-about .future-heading::after{width:48px!important;height:3px!important;margin-top:10px!important;background:linear-gradient(90deg,transparent,#c69a4a,transparent)!important}html.page-about .future-cards{gap:22px!important;margin-bottom:36px!important;align-items:stretch!important}html.page-about .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 rgb(15 75 61 / .055)!important;box-shadow:0 12px 30px rgb(16 24 40 / .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-about .future-card:hover{transform:translateY(-4px);border-color:rgb(198 154 74 / .18)!important;box-shadow:0 18px 36px rgb(15 75 61 / .08)!important}html.page-about .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 rgb(198 154 74 / .26)!important;box-shadow:inset 0 1px 0 rgb(255 255 255 / .95),0 8px 18px rgb(198 154 74 / .08)!important}html.page-about .future-icon svg{width:30px!important;height:30px!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}html.page-about .future-card h3{font-size:15px!important;margin-bottom:9px!important;color:#0d1f1b!important}html.page-about .future-card p{font-size:12.5px!important;line-height:2.05!important;color:#2f3b37!important}html.page-about .future-banner{margin-top:14px!important;height:178px!important;border-radius:18px!important;box-shadow:0 14px 34px rgb(15 75 61 / .1)!important}html.page-about .future-banner-content h3{margin-bottom:16px!important}html.page-about .consult-btn{border-radius:14px!important;height:50px!important}html.page-about .site-footer{padding-top:22px!important}@media (max-width:1100px){html.page-about .future-section{padding-top:48px!important}html.page-about .future-cards{gap:18px!important}}@media (max-width:768px){html.page-about .future-section{padding:42px 16px 44px!important}html.page-about .future-heading{font-size:23px!important;margin-bottom:24px!important}html.page-about .future-cards{gap:16px!important;margin-bottom:28px!important}html.page-about .future-card{min-height:158px!important;padding:22px 16px 20px!important}html.page-about .future-banner{height:220px!important;margin-top:8px!important;border-radius:16px!important}html.page-about .site-footer{padding-top:14px!important}}@media (max-width:480px){html.page-about .future-section{padding-top:36px!important;padding-bottom:36px!important}html.page-about .future-cards{gap:14px!important}html.page-about .future-card{min-height:142px!important;padding:20px 14px 18px!important}html.page-about .future-icon{width:58px!important;height:58px!important;border-radius:18px!important;margin-bottom:12px!important}html.page-about .future-icon svg{width:27px!important;height:27px!important}}html.page-about .future-section{padding-bottom:24px!important}html.page-about .future-banner{margin-bottom:0!important}html.page-about .site-footer{padding-top:4px!important}@media (max-width:768px){html.page-about .future-section{padding-bottom:24px!important}html.page-about .site-footer{padding-top:2px!important}}@media (max-width:480px){html.page-about .future-section{padding-bottom:22px!important}html.page-about .site-footer{padding-top:0!important}}html.page-about .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 rgb(10 46 39 / .16))}html.page-about .banner-leaves::before{content:"";position:absolute;inset:10px 12px 12px 24px;border-radius:999px;background:radial-gradient(circle at 30% 35%,rgb(181 225 191 / .28),transparent 42%),radial-gradient(circle at 70% 70%,rgb(120 205 158 / .18),transparent 45%);border:1px solid rgb(168 222 184 / .14);backdrop-filter:blur(2px)}html.page-about .banner-leaves::after{content:"";position:absolute;right:16px;top:6px;width:44px;height:44px;background:radial-gradient(circle,rgb(204 170 95 / .92) 0 3px,transparent 4px),radial-gradient(circle,rgb(145 218 166 / .85) 0 3px,transparent 4px),radial-gradient(circle,rgb(183 232 193 / .65) 0 2.5px,transparent 3.5px),radial-gradient(circle,rgb(204 170 95 / .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-about .banner-leaves span{position:absolute;display:block;border-radius:70% 0 70% 0 / 70% 0 70% 0!important;background:linear-gradient(180deg,rgb(163 220 177 / .72) 0%,rgb(114 197 145 / .52) 100%)!important;border:1px solid rgb(194 235 205 / .28);box-shadow:inset 0 1px 0 rgb(255 255 255 / .18),0 10px 18px rgb(7 37 31 / .12)}html.page-about .banner-leaves span:nth-child(1){width:60px!important;height:82px!important;right:56px!important;top:24px!important;transform:rotate(10deg)!important}html.page-about .banner-leaves span:nth-child(2){width:50px!important;height:68px!important;right:12px!important;top:44px!important;transform:rotate(-32deg)!important}html.page-about .banner-leaves span:nth-child(3){width:34px!important;height:44px!important;right:74px!important;top:2px!important;transform:rotate(-8deg)!important}html.page-about .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,rgb(180 225 189 / .65),rgb(92 165 122 / .45))!important;border:none!important;box-shadow:none!important}@media (max-width:768px){html.page-about .banner-leaves{right:24px!important;top:18px!important;width:118px!important;height:98px!important;transform:scale(.92);transform-origin:top right}}html.page-about .site-footer{padding:4px 16px 16px!important}html.page-about .footer-box{padding:28px 40px 16px!important;border-radius:18px!important;min-height:unset!important;box-shadow:0 16px 36px rgb(8 43 36 / .12)}html.page-about .footer-content{gap:26px!important;align-items:flex-start!important}html.page-about .footer-col{display:flex;flex-direction:column}html.page-about .footer-logo-col{width:300px!important;align-items:center}html.page-about .footer-logo-wrap{margin-bottom:8px!important}html.page-about .footer-brand-note{margin-top:10px!important}html.page-about .footer-desc-col{width:360px!important;text-align:center!important;padding-top:2px!important;align-items:center}html.page-about .footer-menu-col{width:170px!important;text-align:center!important;align-items:center}html.page-about .footer-contact-col{width:290px!important;text-align:right!important;padding-top:2px!important;align-items:flex-start}html.page-about .footer-title{font-size:17px!important;margin-bottom:16px!important;line-height:1.6!important;letter-spacing:-.2px}html.page-about .footer-desc{max-width:320px;margin:0 auto;font-size:13.5px!important;line-height:2.2!important;color:rgb(255 255 255 / .93)!important}html.page-about .footer-menu{display:flex;flex-direction:column;gap:10px}html.page-about .footer-menu li{margin-bottom:0!important;line-height:1.8}html.page-about .footer-menu a{font-size:14px!important;font-weight:700!important}html.page-about .footer-contact-list{margin:0 0 16px!important;width:100%}html.page-about .footer-contact-list li{gap:12px!important;margin-bottom:12px!important;font-size:13.5px!important;line-height:1.9!important}html.page-about .footer-contact-list li:last-child{margin-bottom:0!important}html.page-about .footer-contact-list svg{width:18px!important;height:18px!important;min-width:18px!important}html.page-about .footer-socials{margin-top:16px!important;gap:12px!important}html.page-about .footer-socials a{width:38px!important;height:38px!important;background:rgb(255 255 255 / .14)!important;border:1px solid rgb(255 255 255 / .1);box-shadow:inset 0 1px 0 rgb(255 255 255 / .08)}html.page-about .footer-socials svg{width:18px!important;height:18px!important}html.page-about .footer-divider{height:158px!important;margin-top:0!important;background:linear-gradient(180deg,rgb(255 255 255 / .1),rgb(255 255 255 / .44),rgb(255 255 255 / .1))!important}html.page-about .footer-copy{margin-top:18px!important;padding-top:12px;border-top:1px solid rgb(255 255 255 / .08);font-size:12.5px!important;line-height:1.8}@media (max-width:1100px){html.page-about .footer-box{padding:26px 28px 16px!important}html.page-about .footer-content{gap:18px!important}html.page-about .footer-logo-col{width:250px!important}html.page-about .footer-desc-col{width:300px!important}html.page-about .footer-contact-col{width:250px!important}}@media (max-width:900px){html.page-about .footer-box{padding:24px 18px 16px!important}html.page-about .footer-content{gap:14px!important}html.page-about .footer-logo-col,html.page-about .footer-desc-col,html.page-about .footer-menu-col,html.page-about .footer-contact-col{width:100%!important;align-items:center!important;text-align:center!important}html.page-about .footer-contact-list li{justify-content:center!important}html.page-about .footer-socials{justify-content:center!important}html.page-about .footer-copy{margin-top:14px!important}}html.page-about .site-footer{padding:0 16px 12px!important}html.page-about .footer-box{max-width:1480px!important;min-height:unset!important;padding:18px 34px 12px!important;border-radius:16px!important;box-shadow:0 10px 24px rgb(8 43 36 / .09)!important}html.page-about .footer-content{gap:22px!important;align-items:flex-start!important}html.page-about .footer-logo-col{width:255px!important}html.page-about .footer-logo-wrap{margin-bottom:2px!important}html.page-about .footer-logo-img{max-height:78px!important;width:auto!important}html.page-about .footer-brand-note{width:220px!important;margin-top:4px!important}html.page-about .footer-brand-line{width:110px!important;margin-bottom:6px!important}html.page-about .footer-brand-badge{min-height:44px!important;padding:6px 11px!important;border-radius:15px!important;gap:8px!important}html.page-about .footer-brand-icon{width:31px!important;height:31px!important;min-width:31px!important;border-radius:11px!important}html.page-about .footer-brand-icon svg{width:19px!important;height:19px!important}html.page-about .footer-brand-text strong{font-size:12px!important}html.page-about .footer-brand-text small{font-size:9.5px!important;margin-top:1px!important}html.page-about .footer-brand-tags{margin-top:6px!important;gap:5px!important}html.page-about .footer-brand-tags span{min-width:43px!important;height:20px!important;padding:0 8px!important;font-size:9.5px!important}html.page-about .footer-desc-col{width:320px!important;padding-top:0!important}html.page-about .footer-menu-col{width:145px!important;padding-top:0!important}html.page-about .footer-contact-col{width:255px!important;padding-top:0!important}html.page-about .footer-title{font-size:15px!important;margin-bottom:9px!important;line-height:1.5!important}html.page-about .footer-desc{max-width:300px!important;font-size:12.5px!important;line-height:1.9!important;font-weight:500!important}html.page-about .footer-menu{gap:5px!important}html.page-about .footer-menu li{margin-bottom:0!important;line-height:1.55!important}html.page-about .footer-menu a{font-size:12.5px!important;font-weight:650!important}html.page-about .footer-contact-list{margin-bottom:9px!important}html.page-about .footer-contact-list li{gap:9px!important;margin-bottom:6px!important;font-size:12.5px!important;line-height:1.65!important}html.page-about .footer-contact-list svg{width:16px!important;height:16px!important;min-width:16px!important}html.page-about .footer-socials{margin-top:8px!important;gap:9px!important}html.page-about .footer-socials a{width:32px!important;height:32px!important;background:rgb(255 255 255 / .15)!important}html.page-about .footer-socials svg{width:15px!important;height:15px!important}html.page-about .footer-divider{height:118px!important;margin-top:2px!important;background:linear-gradient(180deg,rgb(255 255 255 / .08),rgb(255 255 255 / .34),rgb(255 255 255 / .08))!important}html.page-about .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-about .footer-box{padding:18px 24px 12px!important}html.page-about .footer-content{gap:16px!important}html.page-about .footer-logo-col{width:225px!important}html.page-about .footer-desc-col{width:280px!important}html.page-about .footer-contact-col{width:235px!important}}@media (max-width:900px){html.page-about .footer-box{padding:22px 16px 14px!important}html.page-about .footer-content{gap:12px!important}html.page-about .footer-divider{height:1px!important;margin:2px 0!important}html.page-about .footer-logo-col,html.page-about .footer-desc-col,html.page-about .footer-menu-col,html.page-about .footer-contact-col{width:100%!important}html.page-about .footer-copy{margin-top:10px!important}}html.page-about .footer-box{padding:16px 34px 10px!important}html.page-about .footer-content{gap:18px!important}html.page-about .footer-desc-col,html.page-about .footer-menu-col,html.page-about .footer-contact-col{text-align:right!important;align-items:flex-start!important}html.page-about .footer-title{width:100%;text-align:right!important;margin-bottom:6px!important;font-size:14.5px!important;line-height:1.35!important}html.page-about .footer-desc{text-align:right!important;margin:0!important;font-size:12px!important;line-height:1.65!important}html.page-about .footer-menu{align-items:flex-start!important;gap:2px!important}html.page-about .footer-menu li{margin-bottom:0!important;line-height:1.35!important;text-align:right!important}html.page-about .footer-menu a{font-size:12px!important;line-height:1.45!important}html.page-about .footer-contact-list{margin-bottom:6px!important}html.page-about .footer-contact-list li,html.page-about .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-about .footer-contact-list li span{text-align:right!important}html.page-about .footer-contact-list svg{width:15px!important;height:15px!important;min-width:15px!important}html.page-about .footer-socials{direction:rtl!important;justify-content:flex-start!important;margin-top:7px!important;gap:8px!important}html.page-about .footer-socials a{width:30px!important;height:30px!important}html.page-about .footer-socials svg{width:14px!important;height:14px!important}html.page-about .footer-divider{height:105px!important}html.page-about .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-about .footer-desc-col,html.page-about .footer-menu-col,html.page-about .footer-contact-col,html.page-about .footer-title,html.page-about .footer-desc{text-align:center!important;align-items:center!important}html.page-about .footer-menu,html.page-about .footer-socials{align-items:center!important;justify-content:center!important}html.page-about .footer-contact-list li,html.page-about .footer-contact-list li.address{justify-content:center!important;text-align:center!important}}html.page-about .footer-desc-col,html.page-about .footer-menu-col,html.page-about .footer-contact-col{text-align:center!important;align-items:center!important}html.page-about .footer-title,html.page-about .footer-desc{text-align:center!important;margin-left:auto!important;margin-right:auto!important}html.page-about .footer-menu{align-items:center!important}html.page-about .footer-menu li{text-align:center!important}html.page-about .footer-contact-list{width:100%}html.page-about .footer-contact-list li,html.page-about .footer-contact-list li.address{justify-content:center!important;text-align:center!important}html.page-about .footer-contact-list li span{text-align:center!important}html.page-about .footer-socials{justify-content:center!important;align-items:center!important}html.page-about .future-section{padding-top:36px!important;padding-bottom:38px!important}html.page-about .future-heading{margin-bottom:24px!important}html.page-about .future-cards{margin-bottom:30px!important;gap:20px!important;align-items:stretch!important}html.page-about .future-card{min-height:168px!important;padding-top:22px!important;padding-bottom:20px!important}html.page-about .future-banner{margin-top:0!important}@media (max-width:768px){html.page-about .future-section{padding-top:28px!important;padding-bottom:30px!important}html.page-about .future-heading{margin-bottom:20px!important}html.page-about .future-cards{margin-bottom:24px!important;gap:16px!important}}@media (max-width:480px){html.page-about .future-section{padding-top:24px!important;padding-bottom:26px!important}html.page-about .future-heading{margin-bottom:18px!important}html.page-about .future-cards{margin-bottom:20px!important;gap:14px!important}}html.page-about .footer-desc-col{text-align:center!important;align-items:center!important}html.page-about .footer-desc-col .footer-title{text-align:center!important;margin-bottom:8px!important;line-height:1.45!important}html.page-about .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:rgb(255 255 255 / .93)!important}@media (max-width:900px){html.page-about .footer-desc-col .footer-desc{max-width:290px!important;line-height:1.9!important}}html.page-about .main-nav a{display:flex;align-items:center;gap:6px}html.page-about .main-nav a i{font-size:16px;color:inherit;transition:0.3s}html.page-about .main-nav a:hover i{transform:translateY(-2px);color:var(--gold)}html.page-about .header-btn i{font-size:16px}html.page-about .rsh-build-section{background:radial-gradient(circle at 15% 18%,rgb(198 154 74 / .1),transparent 28%),radial-gradient(circle at 82% 26%,rgb(15 107 77 / .1),transparent 32%),linear-gradient(180deg,#ffffff 0%,#fbfbf8 100%);padding:14px 28px 58px;position:relative;overflow:hidden}html.page-about .rsh-build-section::before{content:"";position:absolute;inset:auto -12% 0 -12%;height:210px;background:linear-gradient(180deg,#fff0,rgb(15 75 61 / .055));pointer-events:none}html.page-about .rsh-build-container{max-width:1180px;margin:0 auto;position:relative;z-index:2}html.page-about .rsh-build-header{text-align:center;margin-bottom:24px}html.page-about .rsh-build-badge{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border-radius:999px;background:rgb(198 154 74 / .1);border:1px solid rgb(198 154 74 / .26);color:#9b722d;font-size:12px;font-weight:900;margin-bottom:12px}html.page-about .rsh-build-badge i{width:8px;height:8px;border-radius:50%;background:#0f6b4d;box-shadow:0 0 0 6px rgb(15 107 77 / .1);display:inline-block}html.page-about .rsh-build-title{color:#0f4b3d;font-size:29px;font-weight:950;line-height:1.55;margin:0 0 8px}html.page-about .rsh-build-desc{max-width:680px;margin:0 auto;color:#3d3d3d;font-size:14px;font-weight:600;line-height:2.1}html.page-about .rsh-build-box{display:grid;grid-template-columns:1.04fr 0.96fr;gap:26px;align-items:stretch}html.page-about .rsh-build-visual-card,html.page-about .rsh-build-info-card{border-radius:24px;background:rgb(255 255 255 / .88);border:1px solid rgb(15 75 61 / .07);box-shadow:0 16px 42px rgb(16 24 40 / .08);overflow:hidden;position:relative}html.page-about .rsh-build-visual-card{min-height:465px;padding:28px 26px 24px;background:radial-gradient(circle at 25% 20%,rgb(198 154 74 / .18),transparent 22%),linear-gradient(145deg,#063b32 0%,#0b4d3f 52%,#052f28 100%)}html.page-about .rsh-build-visual-card::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255 / .045) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .045) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(180deg,rgb(0 0 0 / .78),transparent 90%);pointer-events:none}html.page-about .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-about .rsh-build-visual-top h3{color:#fff;font-size:20px;font-weight:950;line-height:1.7;margin:0}html.page-about .rsh-build-visual-top p{color:rgb(255 255 255 / .78);font-size:12.5px;font-weight:600;line-height:2;margin:2px 0 0}html.page-about .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:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .18);box-shadow:inset 0 1px 0 rgb(255 255 255 / .16);color:#fff}html.page-about .rsh-build-percent strong{color:#f0c56b;font-size:31px;font-weight:950;line-height:1.1}html.page-about .rsh-build-percent span{font-size:11px;font-weight:800;margin-top:5px;color:rgb(255 255 255 / .78)}html.page-about .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-about .rsh-crane{position:absolute;top:16px;right:38px;width:170px;height:115px;opacity:.92;transform-origin:86% 28%}html.page-about .rsh-crane-arm,html.page-about .rsh-crane-mast,html.page-about .rsh-crane-cable,html.page-about .rsh-crane-hook{position:absolute;display:block;background:#d5a850;border-radius:999px;box-shadow:0 0 18px rgb(213 168 80 / .16)}html.page-about .rsh-crane-arm{top:18px;right:0;width:150px;height:5px}html.page-about .rsh-crane-arm::before,html.page-about .rsh-crane-arm::after{content:"";position:absolute;top:-14px;right:23px;width:70px;height:3px;background:rgb(255 255 255 / .28);border-radius:999px;transform:rotate(-18deg)}html.page-about .rsh-crane-arm::after{right:82px;width:50px;transform:rotate(20deg)}html.page-about .rsh-crane-mast{top:18px;right:120px;width:5px;height:92px}html.page-about .rsh-crane-cable{top:23px;right:34px;width:2px;height:56px;background:rgb(255 255 255 / .62)}html.page-about .rsh-crane-hook{top:76px;right:25px;width:22px;height:22px;background:#fff0;border:3px solid #d5a850;border-top:none;border-radius:0 0 12px 12px}html.page-about .rsh-build-tower{width:min(320px,72vw);border-radius:26px 26px 18px 18px;padding:18px 18px 16px;background:linear-gradient(180deg,rgb(255 255 255 / .14),rgb(255 255 255 / .07));border:1px solid rgb(255 255 255 / .18);box-shadow:0 24px 55px rgb(0 0 0 / .24),inset 0 1px 0 rgb(255 255 255 / .16);position:relative;overflow:hidden}html.page-about .rsh-build-tower::before{content:"";position:absolute;top:0;right:0;bottom:0;width:44%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .08));pointer-events:none}html.page-about .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-about .rsh-build-section.is-visible .rsh-build-tower::after{opacity:.9;animation:about-rshBuildScan 4.2s ease-in-out 0.5s infinite}html.page-about .rsh-build-roof{height:42px;border-radius:18px 18px 12px 12px;background:linear-gradient(135deg,rgb(198 154 74 / .42),rgb(198 154 74 / .16));border:1px solid rgb(240 197 107 / .34);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:900;margin-bottom:10px}html.page-about .rsh-build-floors{display:flex;flex-direction:column-reverse;gap:8px}html.page-about .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:rgb(255 255 255 / .09);border:1px solid rgb(255 255 255 / .13);color:rgb(255 255 255 / .74);position:relative;overflow:hidden;opacity:.58;transform:translateY(14px) scale(.985)}html.page-about .rsh-build-floor::before{content:"";position:absolute;inset:0;width:var(--progress,0%);background:linear-gradient(90deg,rgb(15 107 77 / .12),rgb(198 154 74 / .28));opacity:.92;transform-origin:right center}html.page-about .rsh-build-floor::after{content:"";position:absolute;top:9px;bottom:9px;left:12px;width:52px;background:linear-gradient(90deg,rgb(255 255 255 / .34) 0 6px,transparent 6px 12px),linear-gradient(90deg,rgb(255 255 255 / .18) 0 6px,transparent 6px 12px);background-size:12px 100%,12px 100%;background-position:0 0,0 0;border-radius:9px}html.page-about .rsh-build-floor>span,html.page-about .rsh-build-floor>strong,html.page-about .rsh-build-floor>em{position:relative;z-index:2}html.page-about .rsh-build-floor span{font-size:11px;font-weight:800;color:rgb(255 255 255 / .58)}html.page-about .rsh-build-floor strong{justify-self:end;color:rgb(255 255 255 / .86);font-size:12px;font-weight:900;white-space:nowrap}html.page-about .rsh-build-floor em{grid-column:1 / -1;height:4px;width:100%;border-radius:999px;background:rgb(255 255 255 / .14);overflow:hidden}html.page-about .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-about .rsh-build-floor.is-done{--progress:100%}html.page-about .rsh-build-floor.is-active{--progress:65%;border-color:rgb(240 197 107 / .55);box-shadow:0 0 0 1px rgb(240 197 107 / .1),0 12px 28px rgb(0 0 0 / .14)}html.page-about .rsh-build-floor.is-next{--progress:18%}html.page-about .rsh-build-section.is-visible .rsh-build-floor{animation:about-rshFloorReveal 0.8s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:calc(var(--delay) * 120ms)}html.page-about .rsh-build-section.is-visible .rsh-build-floor.is-active{animation-name:about-rshFloorReveal,about-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-about .rsh-build-ground{width:88%;height:17px;margin:12px auto 0;border-radius:999px;background:linear-gradient(90deg,transparent,rgb(240 197 107 / .42),transparent);position:relative;z-index:4}html.page-about .rsh-build-info-card{padding:28px 28px 24px}html.page-about .rsh-build-info-card h3{color:#0f4b3d;font-size:21px;font-weight:950;line-height:1.7;margin:0 0 8px}html.page-about .rsh-build-info-card>p{color:#444;font-size:13.5px;font-weight:600;line-height:2.15;margin:0 0 18px}html.page-about .rsh-build-progress-mini{border-radius:18px;padding:18px;background:linear-gradient(135deg,rgb(15 107 77 / .08),rgb(198 154 74 / .1));border:1px solid rgb(15 75 61 / .08);margin-bottom:18px}html.page-about .rsh-build-progress-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}html.page-about .rsh-build-progress-row span{color:#222;font-size:13px;font-weight:900}html.page-about .rsh-build-progress-row strong{color:#0f6b4d;font-size:24px;font-weight:950}html.page-about .rsh-build-progress-line{height:11px;border-radius:999px;background:rgb(15 75 61 / .1);overflow:hidden;direction:ltr}html.page-about .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(.16)}html.page-about .rsh-build-section.is-visible .rsh-build-progress-line i{animation:about-rshProgressGrow 1.2s ease forwards 0.35s}html.page-about .rsh-build-steps{display:grid;gap:11px}html.page-about .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 rgb(15 75 61 / .07);box-shadow:0 8px 22px rgb(16 24 40 / .045);transform:translateY(10px);opacity:.7}html.page-about .rsh-build-section.is-visible .rsh-build-step{animation:about-rshStepReveal 0.65s ease forwards;animation-delay:calc(var(--step-delay) * 105ms + 260ms)}html.page-about .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 rgb(198 154 74 / .24);color:#c69a4a}html.page-about .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-about .rsh-build-step-text strong{display:block;color:#222;font-size:13.5px;font-weight:950;margin-bottom:5px}html.page-about .rsh-build-step-text span{display:block;color:#585858;font-size:12px;font-weight:600;line-height:1.8}html.page-about .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:rgb(15 107 77 / .08);font-size:11px;font-weight:950;white-space:nowrap}html.page-about .rsh-build-step.is-active .rsh-build-step-status{color:#8b6120;background:rgb(198 154 74 / .15)}html.page-about .rsh-build-note{margin-top:16px;border-radius:18px;padding:14px 16px;background:#063b32;color:rgb(255 255 255 / .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-about .rsh-build-note b{color:#f0c56b;font-weight:950}@keyframes about-rshFloorReveal{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes about-rshFloorPulse{0%,100%{box-shadow:0 0 0 1px rgb(240 197 107 / .1),0 12px 28px rgb(0 0 0 / .14)}50%{box-shadow:0 0 0 4px rgb(240 197 107 / .13),0 18px 34px rgb(0 0 0 / .18)}}@keyframes about-rshBuildScan{0%{transform:translateY(0);opacity:0}15%{opacity:.9}50%{transform:translateY(-245px);opacity:.75}100%{transform:translateY(-245px);opacity:0}}@keyframes about-rshProgressGrow{to{transform:scaleX(1)}}@keyframes about-rshStepReveal{to{opacity:1;transform:translateY(0)}}@media (max-width:992px){html.page-about .rsh-build-section{padding-left:24px;padding-right:24px}html.page-about .rsh-build-box{grid-template-columns:1fr}html.page-about .rsh-build-visual-card{min-height:435px}}@media (max-width:576px){html.page-about .rsh-build-section{padding:8px 16px 42px}html.page-about .rsh-build-title{font-size:23px}html.page-about .rsh-build-desc{font-size:13px}html.page-about .rsh-build-visual-card,html.page-about .rsh-build-info-card{border-radius:20px}html.page-about .rsh-build-visual-card{padding:22px 16px 20px;min-height:450px}html.page-about .rsh-build-visual-top{flex-direction:column}html.page-about .rsh-build-percent{width:100%;height:72px;border-radius:18px}html.page-about .rsh-crane{right:12px;top:124px;transform:scale(.82);opacity:.68}html.page-about .rsh-build-tower{width:100%;padding:14px}html.page-about .rsh-build-step{grid-template-columns:40px 1fr}html.page-about .rsh-build-step-status{grid-column:2 / -1;justify-self:start}html.page-about .rsh-build-note{flex-direction:column;align-items:flex-start}}html.page-about 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-about body>.site-header#siteHeader .main-header,html.page-about body>.site-header#siteHeader .topbar,html.page-about body>.site-header#siteHeader .header-wrap{box-sizing:border-box}html.page-about body>.site-header#siteHeader .logo{text-decoration:none!important}html.page-about body>.site-header#siteHeader+.mobile-offcanvas{z-index:1045}html.page-about{--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-about *,html.page-about *::before,html.page-about *::after{box-sizing:border-box}html.page-about{scroll-behavior:smooth}html.page-about body{margin:0;font-family:"Vazirmatn",sans-serif;color:var(--text);background:#fdfefd;overflow-x:hidden;-webkit-font-smoothing:antialiased}html.page-about a{color:inherit;text-decoration:none}html.page-about button,html.page-about a{-webkit-tap-highlight-color:#fff0}html.page-about .site-header{direction:rtl;position:sticky;top:0;z-index:1030;border-bottom:1px solid var(--line);background:rgb(255 255 255 / .84);backdrop-filter:blur(18px) saturate(160%);box-shadow:0 4px 20px rgb(6 59 50 / .05);transition:box-shadow var(--ease),border-color var(--ease),background var(--ease)}html.page-about .site-header.is-scrolled{background:rgb(255 255 255 / .94);border-color:rgb(198 154 74 / .22);box-shadow:var(--shadow)}html.page-about .header-wrap{width:min(100%,1320px);margin-inline:auto;padding-inline:24px}html.page-about .topbar{min-height:38px;color:#fff;background:linear-gradient(105deg,var(--green),var(--green-2));font-size:12.5px;font-weight:700}html.page-about .topbar .header-wrap,html.page-about .topbar-info,html.page-about .topbar a{display:flex;align-items:center;gap:18px}html.page-about .topbar .header-wrap{justify-content:space-between;min-height:inherit}html.page-about .topbar span,html.page-about .topbar a{white-space:nowrap;color:rgb(255 255 255 / .9)}html.page-about .topbar i{color:var(--gold-2);font-size:15px}html.page-about .topbar a:hover{color:#fff}html.page-about .main-header{min-height:80px;display:flex;align-items:center;transition:min-height var(--ease)}html.page-about .site-header.is-scrolled .main-header{min-height:68px}html.page-about .main-header .header-wrap{display:flex;align-items:center;justify-content:space-between;gap:18px}html.page-about .logo{flex:0 0 auto;display:inline-flex;align-items:center;min-width:180px}html.page-about .logo img{height:78px;max-width:210px;object-fit:contain;transition:height var(--ease),transform var(--ease)}html.page-about .site-header.is-scrolled .logo img{height:62px}html.page-about .logo:hover img{transform:translateY(-1px)}html.page-about .main-nav{flex:1 1 auto;max-width:710px;display:flex;align-items:center;justify-content:center;gap:6px;padding:6px;border:1px solid rgb(255 255 255 / .7);border-radius:999px;background:rgb(255 255 255 / .48);box-shadow:inset 0 1px 0 rgb(255 255 255 / .9),0 10px 28px rgb(6 59 50 / .06);backdrop-filter:blur(16px)}html.page-about .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-about .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-about .nav-link-pill:hover{color:var(--green);background:rgb(255 255 255 / .75);transform:translateY(-2px);box-shadow:0 8px 18px rgb(6 59 50 / .07)}html.page-about .nav-link-pill:hover i,html.page-about .nav-link-pill.active i{color:var(--green);background:#fff}html.page-about .nav-link-pill.active{color:#fff;background:linear-gradient(135deg,var(--green),var(--green-2));box-shadow:0 10px 22px rgb(6 59 50 / .16)}html.page-about .header-actions{flex:0 0 auto;display:flex;align-items:center;gap:10px}html.page-about .menu-btn{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid rgb(15 95 80 / .14);border-radius:16px;color:var(--green);background:linear-gradient(145deg,#fff,var(--mint-bg));box-shadow:0 4px 16px rgb(6 59 50 / .06);transition:transform var(--ease),box-shadow var(--ease),border-color var(--ease)}html.page-about .menu-btn:hover{transform:translateY(-2px);border-color:rgb(198 154 74 / .34);box-shadow:var(--shadow)}html.page-about .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 rgb(198 154 74 / .28);transition:transform var(--ease),box-shadow var(--ease),filter var(--ease)}html.page-about .cta-btn:hover{color:#fff;transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 14px 28px rgb(198 154 74 / .34)}html.page-about .menu-btn{display:none;padding:0}html.page-about .menu-btn span{width:22px;height:2px;display:block;border-radius:999px;background:var(--green)}html.page-about .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 rgb(6 59 50 / .18);transform:translateX(100%)!important}html.page-about .mobile-offcanvas.offcanvas-end.show,html.page-about .mobile-offcanvas.offcanvas-end.showing{transform:translateX(0)!important}html.page-about .offcanvas-backdrop{background:rgb(6 30 25 / .48)!important;backdrop-filter:blur(4px)}html.page-about .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-about .mobile-offcanvas .logo{min-width:0;justify-content:center}html.page-about .mobile-offcanvas .logo img{height:76px;max-width:185px}html.page-about .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:#fff0;transform:translateY(-50%);transition:background var(--ease),color var(--ease),transform var(--ease)}html.page-about .mobile-close:hover,html.page-about .mobile-close:focus{color:var(--gold);background:rgb(6 59 50 / .06);outline:none;transform:translateY(-50%) scale(1.04)}html.page-about .mobile-close i{font-size:18px;line-height:1}html.page-about .mobile-nav{display:grid;gap:8px}html.page-about .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:rgb(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-about .mobile-nav a span{display:inline-flex;align-items:center;gap:10px}html.page-about .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-about .mobile-nav a:hover,html.page-about .mobile-nav a.active{color:#fff;background:linear-gradient(135deg,var(--green),var(--green-2));transform:translateX(-3px);box-shadow:0 10px 24px rgb(6 59 50 / .14)}html.page-about .mobile-nav a:hover i:first-child,html.page-about .mobile-nav a.active i:first-child{color:var(--green);background:#fff}html.page-about .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 rgb(6 59 50 / .18)}html.page-about .mobile-card small{display:block;margin-bottom:6px;color:rgb(255 255 255 / .72);font-weight:700}html.page-about .mobile-card strong{display:block;margin-bottom:14px;font-size:15px;line-height:1.8}html.page-about .mobile-card .cta-btn{width:100%}@media (max-width:1199.98px){html.page-about .main-nav{max-width:570px}html.page-about .nav-link-pill{min-height:38px;padding-inline:11px;font-size:12.5px}html.page-about .nav-link-pill i{width:23px;height:23px;font-size:11px}}@media (max-width:991.98px){html.page-about .topbar,html.page-about .main-nav,html.page-about .header-actions{display:none}html.page-about .site-header,html.page-about .site-header.is-scrolled .main-header,html.page-about .main-header{min-height:78px}html.page-about .header-wrap{padding-inline:16px}html.page-about .main-header .header-wrap{direction:rtl}html.page-about .menu-btn{display:inline-flex}html.page-about .logo{min-width:130px}html.page-about .logo img,html.page-about .site-header.is-scrolled .logo img{height:66px;max-width:165px}}@media (max-width:575.98px){html.page-about .header-wrap{padding-inline:12px}html.page-about .menu-btn{width:42px;height:42px;border-radius:14px}html.page-about .logo img,html.page-about .site-header.is-scrolled .logo img{height:60px;max-width:150px}html.page-about .mobile-offcanvas .offcanvas-header{min-height:94px}html.page-about .mobile-offcanvas .logo img{height:66px}html.page-about .mobile-nav a{padding:12px 14px;font-size:14px}}html.page-about body>.site-header#siteHeader,html.page-about .site-header{background:rgb(255 255 255 / .58)!important;-webkit-backdrop-filter:blur(18px) saturate(165%)!important;backdrop-filter:blur(18px) saturate(165%)!important;border-bottom:1px solid rgb(6 59 50 / .06)!important;box-shadow:0 6px 22px rgb(6 59 50 / .035)!important}html.page-about body>.site-header#siteHeader.is-scrolled,html.page-about .site-header.is-scrolled{background:rgb(255 255 255 / .72)!important;border-bottom-color:rgb(198 154 74 / .14)!important;box-shadow:0 10px 28px rgb(6 59 50 / .07)!important}html.page-about body>.site-header#siteHeader .topbar,html.page-about .site-header .topbar{background:linear-gradient(105deg,rgb(6 59 50 / .72),rgb(15 95 80 / .64))!important;-webkit-backdrop-filter:blur(14px) saturate(155%)!important;backdrop-filter:blur(14px) saturate(155%)!important}html.page-about body>.site-header#siteHeader .main-nav,html.page-about .site-header .main-nav{background:rgb(255 255 255 / .28)!important;border-color:rgb(255 255 255 / .48)!important;-webkit-backdrop-filter:blur(12px) saturate(150%)!important;backdrop-filter:blur(12px) saturate(150%)!important}@media (max-width:991.98px){html.page-about body>.site-header#siteHeader,html.page-about .site-header{background:rgb(255 255 255 / .66)!important}html.page-about body>.site-header#siteHeader.is-scrolled,html.page-about .site-header.is-scrolled{background:rgb(255 255 255 / .76)!important}html.page-about .site-header .menu-btn,html.page-about body>.site-header#siteHeader .menu-btn{background:rgb(255 255 255 / .56)!important;-webkit-backdrop-filter:blur(12px) saturate(150%)!important;backdrop-filter:blur(12px) saturate(150%)!important}}html.page-about .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-about .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-about .hero-slide.active{opacity:1!important;visibility:visible!important;transform:scale(1)!important}html.page-about .hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgb(0 0 0 / .1) 0%,rgb(3 45 38 / .34) 42%,rgb(5 59 50 / .92) 72%,rgb(5 59 50 / .98) 100%)!important}html.page-about .hero::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgb(0 0 0 / .03) 0%,rgb(0 0 0 / .16) 100%)!important}html.page-about .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-about .content-box{max-width:580px!important;color:#fff!important;margin-top:0!important}html.page-about .eyebrow{font-size:clamp(28px,2.8vw,38px)!important;line-height:1.35!important}html.page-about .hero-title{font-size:clamp(32px,3.25vw,46px)!important;line-height:1.55!important;margin-bottom:20px!important}html.page-about .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-about .hero-actions{display:flex!important;align-items:center!important;gap:16px!important;flex-wrap:wrap!important}html.page-about .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-about .dot{width:9px!important;height:9px!important;padding:0!important;border:0!important;border-radius:999px!important;background:rgb(255 255 255 / .48)!important;cursor:pointer!important;transition:width 0.3s ease,background 0.3s ease!important}html.page-about .dot.active{width:28px!important;background:#c69a4a!important}@media (min-width:1400px){html.page-about .hero{height:590px!important}}@media (max-width:991.98px){html.page-about .hero{height:560px!important;min-height:unset!important}html.page-about .hero-slide{background-position:center center!important}html.page-about .hero-content{padding:58px 24px 64px!important;align-items:center!important}}@media (max-width:575.98px){html.page-about .hero{height:520px!important}html.page-about .hero::before{background:linear-gradient(180deg,rgb(5 59 50 / .96) 0%,rgb(5 59 50 / .86) 54%,rgb(0 0 0 / .38) 100%)!important}html.page-about .hero-content{padding:54px 18px 62px!important;align-items:flex-start!important}html.page-about .hero-title{font-size:30px!important;line-height:1.7!important}html.page-about .hero-desc{font-size:14px!important;line-height:2!important;margin-bottom:22px!important}html.page-about .hero-actions{width:100%!important;gap:12px!important}html.page-about .hero-actions .btn-primary,html.page-about .hero-actions .btn-outline{width:100%!important;min-width:0!important}html.page-about .slider-dots{right:50%!important;transform:translateX(50%)!important;bottom:20px!important}}html.page-about{--page-bg-soft:#f5f6f7;--card-bg-clean:#ffffff;--roshdtak-pattern:url(/wp-content/themes/roshdtak/images/embedded-2.png)}html.page-about,html.page-about body{background:var(--page-bg-soft)!important}html.page-about .about-section,html.page-about .project-progress-section,html.page-about .future-section,html.page-about .site-footer{background:var(--page-bg-soft)!important}html.page-about .about-card,html.page-about .about-image,html.page-about .stat-card,html.page-about .project-progress-box,html.page-about .total-progress-card,html.page-about .future-card{background-color:var(--card-bg-clean)!important}html.page-about .about-card,html.page-about .future-section,html.page-about .future-banner,html.page-about .footer-box{position:relative;overflow:hidden}html.page-about .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:.075;pointer-events:none;z-index:1}html.page-about .about-card>*{position:relative;z-index:2}html.page-about .about-leaf-mark{z-index:3}html.page-about .future-section{isolation:isolate}html.page-about .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:.045;pointer-events:none;z-index:0}html.page-about .future-container{position:relative;z-index:1}html.page-about .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:.085;pointer-events:none;z-index:1}html.page-about .future-banner-content,html.page-about .banner-leaves{position:relative}html.page-about .future-banner-content{z-index:3}html.page-about .banner-leaves{z-index:2}html.page-about .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:.07;pointer-events:none;z-index:1}html.page-about .footer-content,html.page-about .footer-copy{position:relative;z-index:2}@media (max-width:992px){html.page-about .about-card::after{left:-48px;bottom:-56px;width:180px;height:200px;opacity:.055}html.page-about .future-section::before{right:-90px;width:230px;height:255px;opacity:.035}html.page-about .future-banner::after{left:-74px;top:-42px;width:245px;height:220px;opacity:.06}html.page-about .footer-box::before{left:-100px;bottom:-110px;width:270px;height:300px;opacity:.055}}@media (max-width:575.98px){html.page-about .about-card::after,html.page-about .future-section::before{display:none}html.page-about .future-banner::after{width:190px;height:185px;left:-88px;top:auto;bottom:-72px;opacity:.045}html.page-about .footer-box::before{width:210px;height:235px;left:-96px;bottom:-95px;opacity:.045}}html.page-about .about-section{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 78% 16%,rgb(15 107 77 / .11),transparent 29%),radial-gradient(circle at 18% 70%,rgb(198 154 74 / .12),transparent 32%),linear-gradient(180deg,#f8faf9 0%,#ffffff 52%,#f7faf8 100%)!important;padding-top:76px!important}html.page-about .about-section::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgb(15 75 61 / .035) 1px,transparent 1px),linear-gradient(90deg,rgb(15 75 61 / .035) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(180deg,transparent 0%,#000 20%,#000 76%,transparent 100%);opacity:.55}html.page-about .about-section::after{content:"";position:absolute;width:360px;height:360px;right:-160px;top:60px;border-radius:999px;background:radial-gradient(circle,rgb(198 154 74 / .16),transparent 66%);filter:blur(3px);pointer-events:none}html.page-about .about-container{position:relative!important;z-index:1!important}html.page-about .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-about .about-card{isolation:isolate!important;border-radius:28px!important;padding:38px 40px 44px!important;background:linear-gradient(145deg,rgb(255 255 255 / .96),rgb(255 255 255 / .78)) padding-box,linear-gradient(135deg,rgb(15 107 77 / .18),rgb(198 154 74 / .34),rgb(15 107 77 / .08)) border-box!important;border:1px solid transparent!important;box-shadow:0 24px 64px rgb(8 53 44 / .11),0 7px 18px rgb(16 24 40 / .045),inset 0 1px 0 rgb(255 255 255 / .8)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}html.page-about .about-card::before{content:"";position:absolute;width:190px;height:190px;left:-70px;bottom:-74px;border-radius:999px;background:radial-gradient(circle,rgb(15 107 77 / .18),transparent 68%);z-index:-1}html.page-about .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 rgb(198 154 74 / .33)}html.page-about .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-about .about-card h3{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#b88632!important;background:rgb(198 154 74 / .1)!important;border:1px solid rgb(198 154 74 / .16)!important;padding:5px 14px!important;border-radius:999px!important;font-size:17px!important;margin-bottom:20px!important}html.page-about .about-card h3::before{content:"";width:8px;height:8px;border-radius:999px;background:#0f6b4d;box-shadow:0 0 0 5px rgb(15 107 77 / .1)}html.page-about .about-card p{color:#38433f!important;font-size:14.5px!important;line-height:2.35!important}html.page-about .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 rgb(15 75 61 / .22)!important;box-shadow:0 13px 28px rgb(15 75 61 / .09)!important}html.page-about .about-more-btn:hover{background:linear-gradient(135deg,#0f4b3d,#0f6b4d)!important;border-color:rgb(15 75 61 / .12)!important;color:#ffffff!important;transform:translateY(-3px)!important;box-shadow:0 18px 34px rgb(15 75 61 / .2)!important}html.page-about .about-leaf-mark{opacity:0.52!important;filter:drop-shadow(0 12px 22px rgb(15 107 77 / .1))}html.page-about .about-image{position:relative!important;border-radius:30px!important;min-height:330px!important;overflow:hidden!important;border:1px solid rgb(255 255 255 / .7)!important;box-shadow:0 26px 68px rgb(8 53 44 / .14),0 10px 24px rgb(16 24 40 / .08)!important}html.page-about .about-image::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(135deg,rgb(15 75 61 / .26) 0%,transparent 37%),radial-gradient(circle at 14% 12%,rgb(255 255 255 / .22),transparent 22%)}html.page-about .about-image::after{content:"ساخت آینده سلامت";position:absolute;right:24px;bottom:22px;z-index:3;color:#fff;font-size:13px;font-weight:900;letter-spacing:-.2px;background:rgb(5 59 50 / .62);border:1px solid rgb(255 255 255 / .18);border-radius:999px;padding:9px 16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 26px rgb(0 0 0 / .18)}html.page-about .about-image img{min-height:330px!important;transform:scale(1.01);filter:saturate(1.08) contrast(1.04) brightness(.98);transition:transform 1.1s cubic-bezier(.2,.7,.2,1),filter 0.45s ease!important}html.page-about .about-image:hover img{transform:scale(1.055);filter:saturate(1.14) contrast(1.07) brightness(1.01)}html.page-about .about-image-track{position:absolute;inset:0;z-index:1;overflow:hidden}html.page-about .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(.98);transition:opacity 0.75s ease,visibility 0.75s ease,transform 5.8s cubic-bezier(.2,.7,.2,1),filter 0.45s ease!important}html.page-about .about-image .about-slide.active{opacity:1;visibility:visible;transform:scale(1.085)!important}html.page-about .about-image:hover .about-slide.active{transform:scale(1.11)!important;filter:saturate(1.12) contrast(1.06) brightness(1.01)}html.page-about .about-slider-nav{position:absolute;top:50%;z-index:5;width:46px;height:46px;border:1px solid rgb(255 255 255 / .56);border-radius:15px;color:#fff;background:rgb(5 59 50 / .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 rgb(0 0 0 / .17);transition:0.25s ease}html.page-about .about-slider-prev{right:18px}html.page-about .about-slider-next{left:18px}html.page-about .about-slider-nav:hover,html.page-about .about-slider-nav:focus{color:#fff;background:#c69a4a;border-color:#c69a4a;transform:translateY(-50%) scale(1.06);outline:none}html.page-about .about-slider-nav i{font-size:21px;line-height:1}html.page-about .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:rgb(5 59 50 / .44);border:1px solid rgb(255 255 255 / .16);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}html.page-about .about-slider-dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgb(255 255 255 / .5);transition:width 0.28s ease,background 0.28s ease}html.page-about .about-slider-dot.active{width:26px;background:#d8aa50}@media (max-width:576px){html.page-about .about-slider-nav{width:40px;height:40px;border-radius:13px}html.page-about .about-slider-prev{right:10px}html.page-about .about-slider-next{left:10px}html.page-about .about-slider-dots{bottom:15px}html.page-about .about-image::after{right:14px;bottom:56px}}html.page-about .stats-grid{position:relative!important;gap:24px!important;margin-top:20px!important;perspective:1100px}html.page-about .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,rgb(255 255 255 / .98),rgb(250 249 245 / .88)) padding-box,linear-gradient(135deg,rgb(15 107 77 / .22),rgb(198 154 74 / .38),rgb(15 107 77 / .08)) border-box!important;border:1px solid transparent!important;box-shadow:0 20px 44px rgb(8 53 44 / .095),0 6px 16px rgb(16 24 40 / .045),inset 0 1px 0 rgb(255 255 255 / .84)!important;transform:translateY(24px) scale(.985);opacity:0;transition:transform 0.42s cubic-bezier(.2,.7,.2,1),box-shadow 0.42s ease,border-color 0.42s ease!important}html.page-about .stat-card.is-visible{animation:about-statFadeUp 0.78s cubic-bezier(.17,.84,.44,1) forwards}html.page-about .stat-card:nth-child(2).is-visible{animation-delay:0.10s}html.page-about .stat-card:nth-child(3).is-visible{animation-delay:0.20s}html.page-about .stat-card:nth-child(4).is-visible{animation-delay:0.30s}html.page-about .stat-card::before{content:"";position:absolute;inset:-1px;z-index:-1;background:radial-gradient(circle at 12% 22%,rgb(198 154 74 / .18),transparent 30%),radial-gradient(circle at 92% 90%,rgb(15 107 77 / .14),transparent 34%);opacity:0;transition:opacity 0.38s ease}html.page-about .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,rgb(255 255 255 / .62),transparent);transform:skewX(-18deg)}html.page-about .stat-card.is-visible::after{animation:about-statShine 1.55s ease 0.46s forwards}html.page-about .stat-card:hover{transform:translateY(-9px) rotateX(2deg)!important;box-shadow:0 28px 64px rgb(8 53 44 / .16),0 9px 22px rgb(198 154 74 / .08),inset 0 1px 0 rgb(255 255 255 / .92)!important}html.page-about .stat-card:hover::before{opacity:1}html.page-about .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 rgb(198 154 74 / .3)!important;box-shadow:inset 0 1px 0 rgb(255 255 255 / .95),0 12px 26px rgb(198 154 74 / .12)!important;color:#c69a4a!important}html.page-about .stat-card.is-visible .stat-icon{animation:about-iconFloat 3.8s ease-in-out 0.8s infinite}html.page-about .stat-icon svg{width:34px!important;height:34px!important;stroke-width:2!important}html.page-about .stat-icon-status-img{width:40px!important;height:40px!important;object-fit:contain!important;filter:drop-shadow(0 8px 12px rgb(198 154 74 / .12))}html.page-about .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-about .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),rgb(198 154 74 / .22) var(--progress-deg) 360deg)!important;box-shadow:0 0 0 8px rgb(15 107 77 / .055),0 16px 28px rgb(15 107 77 / .16)!important}html.page-about .progress-circle::before{content:"";position:absolute;inset:5px;border-radius:999px;border:1px solid rgb(255 255 255 / .84);z-index:1}html.page-about .progress-circle::after{inset:14px!important;background:linear-gradient(180deg,#ffffff,#f6faf7)!important;box-shadow:inset 0 4px 12px rgb(8 53 44 / .06)!important;z-index:2}html.page-about .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-about .stat-title{color:#53615c!important;font-size:13px!important;font-weight:800!important;margin-bottom:0!important}html.page-about .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 rgb(15 107 77 / .1)!important}html.page-about .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:.82}html.page-about .stat-card-date .stat-value,html.page-about .stat-card-status .stat-value{font-size:23px!important}html.page-about .stat-card-progress .stat-value{font-size:30px!important;color:#087656!important}@keyframes about-statFadeUp{0%{opacity:0;transform:translateY(24px) scale(.985)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes about-statShine{0%{right:-72%}100%{right:126%}}@keyframes about-iconFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (max-width:992px){html.page-about .about-top{grid-template-columns:1fr!important}html.page-about .about-image,html.page-about .about-image img{min-height:290px!important}html.page-about .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:576px){html.page-about .about-section{padding-top:42px!important}html.page-about .about-card{border-radius:22px!important;padding:28px 22px 36px!important}html.page-about .about-card h2{font-size:25px!important}html.page-about .about-card h3{font-size:14px!important}html.page-about .about-image,html.page-about .about-image img{min-height:230px!important;border-radius:22px!important}html.page-about .stats-grid{grid-template-columns:1fr!important;gap:16px!important}html.page-about .stat-card{min-height:112px!important;border-radius:22px!important;padding:20px 20px!important}html.page-about .stat-icon,html.page-about .stat-icon-progress-ring,html.page-about .progress-circle{width:66px!important;min-width:66px!important;height:66px!important}html.page-about .stat-value{font-size:23px!important}}@media (prefers-reduced-motion:reduce){html.page-about .stat-card,html.page-about .stat-card.is-visible,html.page-about .stat-card.is-visible .stat-icon,html.page-about .stat-card.is-visible::after,html.page-about .about-image img{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}}html.page-about .about-card{padding-bottom:92px!important}html.page-about .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-about .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-about .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-about .about-leaf-img{width:100%!important;height:100%!important;object-fit:contain!important}html.page-about .stat-card{align-items:center!important}html.page-about .stat-info{min-width:0!important;overflow:hidden!important}html.page-about .stat-title{white-space:normal!important}html.page-about .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-about .stat-value::after{flex:0 0 26px!important;width:26px!important;margin-right:0!important;transform:none!important}html.page-about .stat-card-status .stat-value,html.page-about .stat-card-date .stat-value{font-size:21px!important}html.page-about .stat-card-floor .stat-value{font-size:24px!important}@media (max-width:1200px){html.page-about .stat-card{padding:20px 20px!important}html.page-about .stat-icon,html.page-about .stat-icon-progress-ring,html.page-about .progress-circle{width:66px!important;min-width:66px!important;height:66px!important}html.page-about .stat-card-status .stat-value,html.page-about .stat-card-date .stat-value{font-size:19px!important}html.page-about .stat-card-floor .stat-value,html.page-about .stat-card-progress .stat-value{font-size:23px!important}}@media (max-width:768px){html.page-about .about-card{padding-bottom:86px!important}html.page-about .about-more-btn{min-width:154px!important;padding:0 16px!important}html.page-about .about-leaf-mark{left:18px!important;bottom:16px!important;width:64px!important;height:64px!important;opacity:0.28!important}html.page-about .stat-card{min-height:104px!important}html.page-about .stat-card-status .stat-value,html.page-about .stat-card-date .stat-value,html.page-about .stat-card-floor .stat-value,html.page-about .stat-card-progress .stat-value{font-size:20px!important}html.page-about .stat-value::after{flex-basis:22px!important;width:22px!important}}@media (max-width:576px){html.page-about .about-card{padding-bottom:82px!important}html.page-about .about-more-btn{min-width:146px!important;height:44px!important;font-size:13px!important}html.page-about .about-leaf-mark{left:14px!important;bottom:14px!important;width:58px!important;height:58px!important}html.page-about .stat-card{min-height:96px!important}html.page-about .stat-card-status .stat-value,html.page-about .stat-card-date .stat-value,html.page-about .stat-card-floor .stat-value,html.page-about .stat-card-progress .stat-value{font-size:18px!important;gap:8px!important}html.page-about .stat-title{font-size:12px!important}html.page-about .stat-value::after{flex-basis:18px!important;width:18px!important;height:3px!important}}html.page-about [data-project-progress="true"]{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 12% 20%,rgb(198 154 74 / .1),transparent 26%),radial-gradient(circle at 88% 22%,rgb(15 107 77 / .1),transparent 26%),linear-gradient(180deg,#f7faf8 0%,#ffffff 48%,#f7faf8 100%)!important}html.page-about [data-project-progress="true"]::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgb(15 75 61 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(15 75 61 / .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-about [data-project-progress="true"] .project-progress-box{position:relative!important;overflow:hidden!important;background:linear-gradient(145deg,rgb(255 255 255 / .97),rgb(250 251 249 / .92)) padding-box,linear-gradient(135deg,rgb(15 107 77 / .16),rgb(198 154 74 / .22),rgb(15 107 77 / .08)) border-box!important;border:1px solid transparent!important;box-shadow:0 28px 70px rgb(8 53 44 / .1),0 10px 24px rgb(16 24 40 / .05),inset 0 1px 0 rgb(255 255 255 / .88)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:translateY(26px) scale(.985);opacity:0}html.page-about [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,rgb(198 154 74 / .12),transparent 66%);pointer-events:none}html.page-about [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,rgb(15 107 77 / .1),transparent 68%);pointer-events:none}html.page-about [data-project-progress="true"].is-visible .project-progress-box{animation:about-projectBoxReveal .85s cubic-bezier(.17,.84,.44,1) forwards}html.page-about [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-about [data-project-progress="true"] .progress-top-row{grid-template-columns:minmax(0,1fr) 300px!important;gap:26px!important;align-items:stretch!important}html.page-about [data-project-progress="true"] .timeline-wrapper,html.page-about [data-project-progress="true"] .total-progress-card,html.page-about [data-project-progress="true"] .progress-image,html.page-about [data-project-progress="true"] .project-details-btn-wrap{opacity:0;transform:translateY(24px)}html.page-about [data-project-progress="true"] .timeline-wrapper.is-visible,html.page-about [data-project-progress="true"] .total-progress-card.is-visible,html.page-about [data-project-progress="true"] .progress-image.is-visible,html.page-about [data-project-progress="true"] .project-details-btn-wrap.is-visible{animation:about-projectCardIn .75s cubic-bezier(.2,.7,.2,1) forwards}html.page-about [data-project-progress="true"] .timeline{position:relative!important;gap:20px!important;align-items:flex-start!important}html.page-about [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,rgb(15 75 61 / .08),rgb(198 154 74 / .18),rgb(15 75 61 / .08))!important}html.page-about [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 rgb(15 107 77 / .18);z-index:1}html.page-about [data-project-progress="true"].is-visible .timeline::after{animation:about-projectLineFill 1.15s ease .35s forwards}html.page-about [data-project-progress="true"] .timeline-step{position:relative!important;z-index:2;opacity:0;transform:translateY(18px) scale(.98)}html.page-about [data-project-progress="true"] .timeline-step.is-visible{animation:about-stepFadeIn .58s cubic-bezier(.2,.7,.2,1) forwards}html.page-about [data-project-progress="true"] .timeline-step .timeline-icon{position:relative;overflow:hidden}html.page-about [data-project-progress="true"] .timeline-step .timeline-icon::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgb(255 255 255 / .75) 48%,transparent 100%);transform:translateX(135%);pointer-events:none}html.page-about [data-project-progress="true"] .timeline-step.done .timeline-icon::after,html.page-about [data-project-progress="true"] .timeline-step.current .timeline-icon::after{animation:about-iconSweep 1.25s ease .65s forwards}html.page-about [data-project-progress="true"] .timeline-step.done .timeline-icon{background:linear-gradient(180deg,#f2fbf7 0%,#e8f6ef 100%)!important}html.page-about [data-project-progress="true"] .timeline-step.current .timeline-icon{background:linear-gradient(180deg,#fffaf0 0%,#f6efe0 100%)!important;border-color:rgb(198 154 74 / .42)!important;color:#0f6b4d!important;box-shadow:0 14px 28px rgb(198 154 74 / .12),0 0 0 8px rgb(198 154 74 / .08),inset 0 1px 0 rgb(255 255 255 / .95)!important;animation:about-currentPulse 2.8s ease-in-out infinite}html.page-about [data-project-progress="true"] .timeline-step.current span{color:#0b5f49!important}html.page-about [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:rgb(198 154 74 / .14);border:1px solid rgb(198 154 74 / .24);color:#9b6a1a;font-size:10px;font-weight:900;line-height:1;white-space:nowrap}html.page-about [data-project-progress="true"] .total-progress-card{position:relative!important;isolation:isolate;overflow:hidden!important;background:linear-gradient(180deg,rgb(255 255 255 / .98),rgb(248 251 249 / .96)) padding-box,linear-gradient(135deg,rgb(15 107 77 / .18),rgb(198 154 74 / .24),rgb(15 107 77 / .08)) border-box!important;border:1px solid transparent!important;box-shadow:0 18px 42px rgb(8 53 44 / .1),inset 0 1px 0 rgb(255 255 255 / .92)!important}html.page-about [data-project-progress="true"] .total-progress-card::before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 15% 15%,rgb(198 154 74 / .16),transparent 25%),radial-gradient(circle at 85% 88%,rgb(15 107 77 / .12),transparent 28%);z-index:-1}html.page-about [data-project-progress="true"] .total-progress-title{color:#53615c!important;font-size:13px!important;font-weight:800!important;margin-bottom:8px!important}html.page-about [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 rgb(15 107 77 / .10)}html.page-about [data-project-progress="true"] .total-progress-bar{position:relative!important;height:14px!important;background:linear-gradient(90deg,rgb(15 107 77 / .08),rgb(15 107 77 / .05))!important;border-radius:999px!important;box-shadow:inset 0 2px 6px rgb(8 53 44 / .08)!important}html.page-about [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 rgb(15 107 77 / .18)!important;overflow:hidden}html.page-about [data-project-progress="true"] .total-progress-fill::after{content:"";position:absolute;top:0;left:-40%;width:40%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .75),transparent);transform:skewX(-18deg)}html.page-about [data-project-progress="true"].is-visible .total-progress-fill::after{animation:about-fillShine 1.4s ease 1.05s forwards}html.page-about [data-project-progress="true"] .total-progress-caption{margin-top:10px!important;color:#51605a!important;font-size:12px!important;font-weight:700!important}html.page-about [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-about [data-project-progress="true"] .progress-image{position:relative!important;min-height:170px!important;border-radius:20px!important;border:1px solid rgb(255 255 255 / .72)!important;box-shadow:0 18px 42px rgb(8 53 44 / .11),0 8px 18px rgb(16 24 40 / .05)!important}html.page-about [data-project-progress="true"] .progress-image::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgb(8 53 44 / .03),rgb(8 53 44 / .3) 100%),linear-gradient(135deg,rgb(255 255 255 / .16) 0%,transparent 40%);pointer-events:none}html.page-about [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:rgb(5 59 50 / .62);border:1px solid rgb(255 255 255 / .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 rgb(0 0 0 / .14)}html.page-about [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-about [data-project-progress="true"] .progress-image:hover img{transform:scale(1.08);filter:saturate(1.12) contrast(1.05)}html.page-about [data-project-progress="true"] .progress-image:hover{transform:translateY(-8px)!important}html.page-about [data-project-progress="true"] .project-details-btn-wrap{margin-top:24px!important}html.page-about [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,rgb(255 255 255 / .98),rgb(245 250 247 / .96)) padding-box,linear-gradient(135deg,rgb(15 107 77 / .22),rgb(198 154 74 / .28),rgb(15 107 77 / .08)) border-box!important;border:1px solid transparent!important;box-shadow:0 16px 34px rgb(8 53 44 / .08),inset 0 1px 0 rgb(255 255 255 / .88)!important;color:#0b5f49!important;font-size:15px!important;font-weight:900!important;gap:14px!important}html.page-about [data-project-progress="true"] .project-details-btn::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgb(255 255 255 / .85) 35%,transparent 65%);transform:translateX(135%);pointer-events:none}html.page-about [data-project-progress="true"] .project-details-btn:hover::before{animation:about-btnSweep .9s ease forwards}html.page-about [data-project-progress="true"] .project-details-btn:hover{transform:translateY(-4px)!important;box-shadow:0 22px 40px rgb(8 53 44 / .14),0 10px 18px rgb(198 154 74 / .08),inset 0 1px 0 rgb(255 255 255 / .95)!important}html.page-about [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 rgb(198 154 74 / .28);display:inline-flex!important;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgb(255 255 255 / .88)}html.page-about [data-project-progress="true"] .project-details-btn .project-arrow-left svg{width:16px!important;height:16px!important}html.page-about [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 about-projectBoxReveal{0%{opacity:0;transform:translateY(26px) scale(.985)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes about-projectCardIn{0%{opacity:0;transform:translateY(24px)}100%{opacity:1;transform:translateY(0)}}@keyframes about-stepFadeIn{0%{opacity:0;transform:translateY(18px) scale(.98)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes about-projectLineFill{from{width:0}to{width:84%}}@keyframes about-currentPulse{0%,100%{box-shadow:0 14px 28px rgb(198 154 74 / .12),0 0 0 8px rgb(198 154 74 / .08),inset 0 1px 0 rgb(255 255 255 / .95)}50%{box-shadow:0 16px 34px rgb(198 154 74 / .18),0 0 0 12px rgb(198 154 74 / .06),inset 0 1px 0 rgb(255 255 255 / .98)}}@keyframes about-iconSweep{from{transform:translateX(135%)}to{transform:translateX(-145%)}}@keyframes about-fillShine{from{left:-40%}to{left:130%}}@keyframes about-btnSweep{from{transform:translateX(135%)}to{transform:translateX(-140%)}}@media (max-width:1100px){html.page-about [data-project-progress="true"] .progress-top-row{grid-template-columns:1fr 280px!important;gap:18px!important}html.page-about [data-project-progress="true"] .timeline-step.current::after{top:-8px;font-size:9px}html.page-about [data-project-progress="true"] .project-details-btn{min-width:340px!important}}@media (max-width:992px){html.page-about [data-project-progress="true"] .project-progress-box{padding:24px 18px 22px!important}html.page-about [data-project-progress="true"] .progress-heading{font-size:28px!important}html.page-about [data-project-progress="true"] .progress-top-row{grid-template-columns:1fr!important;gap:22px!important}html.page-about [data-project-progress="true"] .timeline-wrapper{order:1}html.page-about [data-project-progress="true"] .total-progress-card{order:2;max-width:100%!important}html.page-about [data-project-progress="true"] .timeline-step.current::after{display:none}html.page-about [data-project-progress="true"] .progress-images-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:768px){html.page-about [data-project-progress="true"] .project-progress-box{border-radius:22px!important}html.page-about [data-project-progress="true"] .timeline{gap:12px!important}html.page-about [data-project-progress="true"] .timeline::after,html.page-about [data-project-progress="true"] .timeline::before{display:none}html.page-about [data-project-progress="true"] .timeline-step{min-width:0!important}html.page-about [data-project-progress="true"] .total-progress-number{font-size:38px!important}html.page-about [data-project-progress="true"] .progress-image{min-height:156px!important;border-radius:16px!important}html.page-about [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-about [data-project-progress="true"]{padding-top:14px!important}html.page-about [data-project-progress="true"] .project-progress-box{padding:20px 14px 18px!important;border-radius:18px!important}html.page-about [data-project-progress="true"] .progress-heading{font-size:24px!important;margin-bottom:16px!important}html.page-about [data-project-progress="true"] .timeline{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 10px!important}html.page-about [data-project-progress="true"] .timeline-step span{font-size:12px!important;white-space:normal}html.page-about [data-project-progress="true"] .timeline-icon{width:48px!important;height:48px!important;border-radius:15px!important}html.page-about [data-project-progress="true"] .total-progress-card{padding:20px 18px!important}html.page-about [data-project-progress="true"] .total-progress-number{font-size:34px!important}html.page-about [data-project-progress="true"] .progress-images-row{grid-template-columns:1fr!important;gap:12px!important}html.page-about [data-project-progress="true"] .progress-image{min-height:170px!important}html.page-about [data-project-progress="true"] .progress-image::after{right:10px;bottom:10px;font-size:11px;padding:6px 10px}html.page-about [data-project-progress="true"] .project-details-btn-wrap{margin-top:18px!important}}@media (prefers-reduced-motion:reduce){html.page-about [data-project-progress="true"] .project-progress-box,html.page-about [data-project-progress="true"] .timeline-wrapper,html.page-about [data-project-progress="true"] .total-progress-card,html.page-about [data-project-progress="true"] .timeline-step,html.page-about [data-project-progress="true"] .progress-image,html.page-about [data-project-progress="true"] .project-details-btn-wrap{animation:none!important;opacity:1!important;transform:none!important}html.page-about [data-project-progress="true"] .timeline::after,html.page-about [data-project-progress="true"] .project-details-btn::before,html.page-about [data-project-progress="true"] .timeline-step .timeline-icon::after,html.page-about [data-project-progress="true"] .total-progress-fill::after{animation:none!important}}html.page-about [data-project-progress="true"] .timeline{--timeline-fill:0px}html.page-about [data-project-progress="true"] .timeline::before{background:linear-gradient(90deg,#dfe5e1 0%,#ece2c9 48%,#e5ebe7 100%)!important;opacity:1!important}html.page-about [data-project-progress="true"] .timeline::after{width:var(--timeline-fill,0)!important;background:linear-gradient(90deg,#0f7a58 0%,#29a06f 48%,#c69a4a 100%)!important;box-shadow:0 0 18px rgb(15 107 77 / .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-about [data-project-progress="true"].is-visible .timeline::after{transform:scaleX(1)!important}html.page-about [data-project-progress="true"] .timeline-step{min-width:96px!important}html.page-about [data-project-progress="true"] .timeline-step .timeline-icon{background:linear-gradient(180deg,#fffdfa 0%,#f8f4ea 100%)!important;border-color:rgb(198 154 74 / .32)!important;color:#c69a4a!important}html.page-about [data-project-progress="true"] .timeline-step.done .timeline-icon{background:linear-gradient(180deg,#f2fbf7 0%,#e8f6ef 100%)!important;border-color:rgb(15 107 77 / .24)!important;color:#0f7a58!important}html.page-about [data-project-progress="true"] .timeline-step.current .timeline-icon{background:linear-gradient(180deg,#fffaf0 0%,#f5ecd8 100%)!important;border-color:rgb(198 154 74 / .44)!important;color:#a67621!important}html.page-about [data-project-progress="true"] .timeline-step:not(.done):not(.current) span{color:#2f3f39!important}html.page-about [data-project-progress="true"] .timeline-step.done span{color:#0b5f49!important}html.page-about [data-project-progress="true"] .timeline-step.current span{color:#8a621d!important}html.page-about [data-project-progress="true"] .timeline-step.current::after{content:"مرحله جاری"!important;background:rgb(198 154 74 / .16)!important;border-color:rgb(198 154 74 / .26)!important;color:#8a621d!important}@media (max-width:992px){html.page-about [data-project-progress="true"] .timeline-step{min-width:86px!important}}@media (max-width:768px){html.page-about [data-project-progress="true"] .timeline-step{min-width:78px!important}}@media (max-width:576px){html.page-about [data-project-progress="true"] .timeline-step{min-width:0!important}}html.page-about [data-project-progress="true"] .timeline-wrapper{overflow:hidden!important}html.page-about [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-about [data-project-progress="true"] .timeline::-webkit-scrollbar{display:none}html.page-about [data-project-progress="true"] .timeline-step{flex:1 0 92px!important;max-width:110px!important}html.page-about [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-about [data-project-progress="true"] .timeline::after{top:36px!important;display:block!important}html.page-about [data-project-progress="true"] .timeline-step .timeline-icon{width:52px!important;height:52px!important;border-radius:16px!important}html.page-about [data-project-progress="true"] .timeline-step span{margin-top:6px!important;font-size:13px!important;font-weight:800!important}html.page-about [data-project-progress="true"] .timeline-step:not(.done) .timeline-icon{background:linear-gradient(180deg,#fffdfa 0%,#f8f4ea 100%)!important;border-color:rgb(198 154 74 / .32)!important;color:#c69a4a!important;box-shadow:inset 0 1px 0 rgb(255 255 255 / .92),0 8px 18px rgb(198 154 74 / .05)!important}html.page-about [data-project-progress="true"] .timeline-step:not(.done) span{color:#22312d!important}html.page-about [data-project-progress="true"] .total-progress-bar{height:10px!important;background:linear-gradient(90deg,#dbe6e1 0%,#edf2ef 100%)!important;border:1px solid rgb(15 107 77 / .05)!important}html.page-about [data-project-progress="true"] .total-progress-fill{width:var(--progress-fill,0%)!important;min-width:0!important}html.page-about [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-about [data-project-progress="true"] .timeline-step{flex-basis:86px!important;max-width:100px!important}}@media (max-width:768px){html.page-about [data-project-progress="true"] .timeline-wrapper{padding-top:8px!important}html.page-about [data-project-progress="true"] .timeline{gap:10px!important;justify-content:space-between!important;overflow-x:auto!important}html.page-about [data-project-progress="true"] .timeline::before,html.page-about [data-project-progress="true"] .timeline::after{display:block!important}html.page-about [data-project-progress="true"] .timeline-step{flex:1 0 78px!important;max-width:96px!important}html.page-about [data-project-progress="true"] .timeline-step .timeline-icon{width:48px!important;height:48px!important;border-radius:15px!important}html.page-about [data-project-progress="true"] .timeline-step span{font-size:12px!important;white-space:nowrap!important}}@media (max-width:576px){html.page-about [data-project-progress="true"] .timeline{display:flex!important;grid-template-columns:none!important;gap:10px!important}html.page-about [data-project-progress="true"] .timeline-step{flex:0 0 74px!important;max-width:90px!important}html.page-about [data-project-progress="true"] .timeline-step span{white-space:normal!important;line-height:1.55!important}}html.page-about [data-project-progress="true"] .progress-top-row{grid-template-columns:300px minmax(0,1fr)!important;gap:20px!important;align-items:center!important}html.page-about [data-project-progress="true"] .timeline-wrapper{min-width:0!important;overflow:visible!important;padding-top:8px!important}html.page-about [data-project-progress="true"] .timeline{overflow:visible!important;justify-content:space-between!important;gap:10px!important;padding:8px 10px 12px!important}html.page-about [data-project-progress="true"] .timeline-step{flex:1 1 82px!important;min-width:72px!important;max-width:92px!important}html.page-about [data-project-progress="true"] .timeline-step .timeline-icon{width:50px!important;height:50px!important}html.page-about [data-project-progress="true"] .timeline-step span{font-size:12.5px!important;white-space:nowrap!important}html.page-about [data-project-progress="true"] .total-progress-card{width:100%!important;max-width:300px!important}html.page-about [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-about [data-project-progress="true"] .total-progress-fill{margin-left:auto!important;margin-right:0!important}html.page-about [data-project-progress="true"] .total-progress-fill::after{left:auto!important;right:-40%!important;transform:skewX(18deg)!important}html.page-about [data-project-progress="true"].is-visible .total-progress-fill::after{animation:about-fillShineRTL 1.4s ease 1.05s forwards!important}@keyframes about-fillShineRTL{from{right:-40%}to{right:130%}}@media (max-width:1100px){html.page-about [data-project-progress="true"] .progress-top-row{grid-template-columns:280px minmax(0,1fr)!important;gap:16px!important}html.page-about [data-project-progress="true"] .timeline-step{flex-basis:76px!important;max-width:88px!important}html.page-about [data-project-progress="true"] .timeline-step span{font-size:12px!important}html.page-about [data-project-progress="true"] .total-progress-card{max-width:280px!important}}@media (max-width:992px){html.page-about [data-project-progress="true"] .progress-top-row{grid-template-columns:1fr!important}html.page-about [data-project-progress="true"] .timeline-wrapper{order:1!important}html.page-about [data-project-progress="true"] .total-progress-card{order:2!important;max-width:100%!important}}@media (max-width:768px){html.page-about [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-about [data-project-progress="true"] .timeline-step{flex:0 0 74px!important;max-width:84px!important}html.page-about [data-project-progress="true"] .timeline-step span{white-space:normal!important;line-height:1.5!important}}html.page-about [data-future-section="true"]{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 12% 18%,rgb(198 154 74 / .08),transparent 24%),radial-gradient(circle at 88% 20%,rgb(15 107 77 / .08),transparent 26%),linear-gradient(180deg,#f7faf8 0%,#ffffff 46%,#f7faf8 100%)!important;padding-top:66px!important;padding-bottom:62px!important}html.page-about [data-future-section="true"]::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgb(15 75 61 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(15 75 61 / .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-about [data-future-section="true"] .future-container{position:relative!important;max-width:1180px!important}html.page-about [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-about [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 rgb(198 154 74 / .16)}html.page-about [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-about [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,rgb(255 255 255 / .98),rgb(250 250 247 / .92)) padding-box,linear-gradient(135deg,rgb(15 107 77 / .16),rgb(198 154 74 / .22),rgb(15 107 77 / .06)) border-box!important;border:1px solid transparent!important;box-shadow:0 20px 44px rgb(8 53 44 / .1),0 8px 18px rgb(16 24 40 / .05),inset 0 1px 0 rgb(255 255 255 / .9)!important;transform:translateY(24px) scale(.985);opacity:0;transition:transform .42s cubic-bezier(.2,.7,.2,1),box-shadow .36s ease!important}html.page-about [data-future-section="true"] .future-card::before{content:"";position:absolute;inset:-1px;z-index:-1;background:radial-gradient(circle at 10% 16%,rgb(198 154 74 / .18),transparent 28%),radial-gradient(circle at 86% 88%,rgb(15 107 77 / .1),transparent 34%);opacity:0;transition:opacity .36s ease}html.page-about [data-future-section="true"] .future-card::after{content:"";position:absolute;top:0;right:-75%;width:44%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .72),transparent);transform:skewX(-18deg);pointer-events:none}html.page-about [data-future-section="true"] .future-card.is-visible{animation:about-futureCardIn .72s cubic-bezier(.2,.7,.2,1) forwards}html.page-about [data-future-section="true"] .future-card.is-visible::after{animation:about-futureShine 1.35s ease .45s forwards}html.page-about [data-future-section="true"] .future-card:hover{transform:translateY(-9px) rotateX(2deg)!important;box-shadow:0 28px 60px rgb(8 53 44 / .16),0 10px 22px rgb(198 154 74 / .08),inset 0 1px 0 rgb(255 255 255 / .95)!important}html.page-about [data-future-section="true"] .future-card:hover::before{opacity:1}html.page-about [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 rgb(198 154 74 / .3)!important;box-shadow:inset 0 1px 0 rgb(255 255 255 / .96),0 12px 26px rgb(198 154 74 / .1)!important;margin:0 auto 16px!important;color:#0f7a58!important}html.page-about [data-future-section="true"] .future-card.is-visible .future-icon{animation:about-futureIconFloat 4.1s ease-in-out .9s infinite}html.page-about [data-future-section="true"] .future-icon svg{width:31px!important;height:31px!important;stroke:currentColor!important;stroke-width:1.9!important}html.page-about [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-about [data-future-section="true"] .future-card p{font-size:13px!important;line-height:2!important;color:#5c6a65!important}html.page-about [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,rgb(4 52 45 / .15) 0%,rgb(7 72 58 / .82) 42%,rgb(7 72 58 / .95) 100%),url(/wp-content/themes/roshdtak/images/b-1.jpg) center/cover no-repeat!important;box-shadow:0 30px 72px rgb(8 53 44 / .18),0 10px 24px rgb(16 24 40 / .06)!important;transform:translateY(28px) scale(.99);opacity:0}html.page-about [data-future-section="true"] .future-banner.is-visible{animation:about-futureBannerIn .86s cubic-bezier(.2,.7,.2,1) forwards}html.page-about [data-future-section="true"] .future-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgb(255 255 255 / .08) 0%,transparent 40%),linear-gradient(0deg,rgb(3 47 39 / .14),rgb(3 47 39 / .14))}html.page-about [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,rgb(198 154 74 / .14),transparent 62%);pointer-events:none}html.page-about [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-about [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 rgb(0 0 0 / .18)}html.page-about [data-future-section="true"] .banner-leaves{z-index:2!important;opacity:.88!important;filter:drop-shadow(0 16px 30px rgb(0 0 0 / .12))}html.page-about [data-future-section="true"] .banner-leaves span{animation:about-leafFloat 5.2s ease-in-out infinite}html.page-about [data-future-section="true"] .banner-leaves span:nth-child(2){animation-delay:.4s}html.page-about [data-future-section="true"] .banner-leaves span:nth-child(3){animation-delay:.8s}html.page-about [data-future-section="true"] .banner-leaves span:nth-child(4){animation-delay:1.2s}html.page-about [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,rgb(255 255 255 / .98),rgb(245 250 247 / .96)) padding-box,linear-gradient(135deg,rgb(255 255 255 / .52),rgb(198 154 74 / .45),rgb(255 255 255 / .18)) border-box!important;border:1px solid transparent!important;box-shadow:0 18px 36px rgb(0 0 0 / .16),inset 0 1px 0 rgb(255 255 255 / .92)!important;color:#0b5f49!important;font-size:15px!important;font-weight:900!important;gap:12px!important}html.page-about [data-future-section="true"] .consult-btn::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgb(255 255 255 / .9) 36%,transparent 68%);transform:translateX(135%);pointer-events:none}html.page-about [data-future-section="true"] .consult-btn:hover::before{animation:about-futureBtnSweep .85s ease forwards}html.page-about [data-future-section="true"] .consult-btn:hover{transform:translateY(-4px)!important;box-shadow:0 24px 42px rgb(0 0 0 / .18),0 12px 18px rgb(198 154 74 / .1),inset 0 1px 0 rgb(255 255 255 / .96)!important}html.page-about [data-future-section="true"] .consult-btn svg{width:19px!important;height:19px!important;stroke:currentColor!important}@keyframes about-futureCardIn{0%{opacity:0;transform:translateY(24px) scale(.985)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes about-futureShine{0%{right:-75%}100%{right:128%}}@keyframes about-futureIconFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes about-futureBannerIn{0%{opacity:0;transform:translateY(28px) scale(.99)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes about-leafFloat{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-6px) rotate(3deg)}}@keyframes about-futureBtnSweep{from{transform:translateX(135%)}to{transform:translateX(-140%)}}@media (max-width:1200px){html.page-about [data-future-section="true"] .future-cards{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:992px){html.page-about [data-future-section="true"]{padding-top:54px!important;padding-bottom:54px!important}html.page-about [data-future-section="true"] .future-heading{font-size:28px!important}html.page-about [data-future-section="true"] .future-banner-content{flex-direction:column!important;align-items:flex-start!important;padding:30px 28px!important}html.page-about [data-future-section="true"] .future-banner-content h3{font-size:24px!important}}@media (max-width:768px){html.page-about [data-future-section="true"] .future-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}html.page-about [data-future-section="true"] .future-card{min-height:156px!important;padding:16px 14px!important;border-radius:20px!important}html.page-about [data-future-section="true"] .future-icon{width:64px!important;height:64px!important;border-radius:20px!important}html.page-about [data-future-section="true"] .future-card h3{font-size:16px!important}html.page-about [data-future-section="true"] .future-card p{font-size:12.5px!important;line-height:1.9!important}html.page-about [data-future-section="true"] .future-banner{min-height:220px!important;border-radius:22px!important}html.page-about [data-future-section="true"] .future-banner-content h3{font-size:21px!important;line-height:1.8!important}html.page-about [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-about [data-future-section="true"]{padding-top:44px!important;padding-bottom:44px!important}html.page-about [data-future-section="true"] .future-heading{font-size:24px!important;margin-bottom:20px!important}html.page-about [data-future-section="true"] .future-cards{grid-template-columns:1fr!important}html.page-about [data-future-section="true"] .future-banner-content{padding:24px 18px!important;gap:16px!important}html.page-about [data-future-section="true"] .future-banner-content h3{font-size:18px!important}html.page-about [data-future-section="true"] .consult-btn{width:100%!important;min-width:100%!important;justify-content:center!important}}@media (prefers-reduced-motion:reduce){html.page-about [data-future-section="true"] .future-card,html.page-about [data-future-section="true"] .future-banner{opacity:1!important;transform:none!important;animation:none!important}html.page-about [data-future-section="true"] .future-card::after,html.page-about [data-future-section="true"] .banner-leaves span,html.page-about [data-future-section="true"] .consult-btn::before,html.page-about [data-future-section="true"] .future-card.is-visible .future-icon{animation:none!important}}html.page-about,html.page-about body{overflow-x:hidden!important}html.page-about body{background:linear-gradient(180deg,#f5f7f4 0%,#fbfcfb 42%,#f5f7f4 100%)!important}html.page-about img{max-width:100%;height:auto}html.page-about .about-section,html.page-about .project-progress-section,html.page-about .future-section{background:transparent!important}html.page-about .about-section,html.page-about .project-progress-section,html.page-about .future-section,html.page-about .site-footer{position:relative;z-index:1}html.page-about [data-future-section="true"] .future-banner{min-height:250px!important}html.page-about [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-about [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-about [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-about [data-future-section="true"] .banner-leaves{pointer-events:none!important}@media (max-width:992px){html.page-about [data-future-section="true"] .future-banner{min-height:240px!important}html.page-about [data-future-section="true"] .future-banner-content{min-height:240px!important;width:min(100%,calc(100% - 120px))!important;padding:28px 24px!important}html.page-about [data-future-section="true"] .future-banner-content h3{font-size:24px!important}}@media (max-width:768px){html.page-about [data-future-section="true"] .future-banner{min-height:250px!important}html.page-about [data-future-section="true"] .future-banner-content{width:100%!important;min-height:250px!important;padding:24px 18px!important;gap:16px!important}html.page-about [data-future-section="true"] .future-banner-content h3{font-size:20px!important;line-height:1.85!important}html.page-about [data-future-section="true"] .banner-leaves{opacity:0.5!important;transform:scale(.85);transform-origin:top right}}@media (max-width:576px){html.page-about [data-future-section="true"] .future-banner{min-height:265px!important}html.page-about [data-future-section="true"] .future-banner-content{min-height:265px!important;padding:22px 16px 24px!important}html.page-about [data-future-section="true"] .future-banner-content h3{font-size:18px!important;line-height:1.8!important}}html.page-about,html.page-about body{background:#f5f6f4!important}html.page-about body{background-image:none!important}html.page-about .hero,html.page-about .about-section,html.page-about .project-progress-section,html.page-about .future-section,html.page-about .site-footer{background:transparent!important}html.page-about .about-section::before,html.page-about .about-section::after,html.page-about [data-project-progress="true"]::before,html.page-about [data-future-section="true"]::before{display:none!important}html.page-about [data-future-section="true"]{padding-top:56px!important;padding-bottom:56px!important}html.page-about [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-about [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-about [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-about [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-about [data-future-section="true"] .banner-leaves{transform:scale(.78)!important;transform-origin:top right!important;right:16px!important;top:8px!important;opacity:0.78!important}@media (max-width:992px){html.page-about [data-future-section="true"] .future-banner{min-height:172px!important;height:auto!important}html.page-about [data-future-section="true"] .future-banner-content{min-height:172px!important;height:auto!important;padding:18px 84px 18px 84px!important}html.page-about [data-future-section="true"] .future-banner-content h3{font-size:18px!important}}@media (max-width:768px){html.page-about [data-future-section="true"]{padding-top:46px!important;padding-bottom:46px!important}html.page-about [data-future-section="true"] .future-banner{min-height:190px!important;height:auto!important}html.page-about [data-future-section="true"] .future-banner-content{min-height:190px!important;height:auto!important;padding:20px 20px 18px!important;gap:14px!important}html.page-about [data-future-section="true"] .future-banner-content h3{max-width:100%!important;font-size:17px!important;line-height:1.8!important}html.page-about [data-future-section="true"] .consult-btn{min-width:170px!important;height:44px!important;font-size:13px!important}html.page-about [data-future-section="true"] .banner-leaves{transform:scale(.62)!important;right:-4px!important;top:2px!important;opacity:0.5!important}}@media (max-width:576px){html.page-about [data-future-section="true"] .future-banner{min-height:210px!important}html.page-about [data-future-section="true"] .future-banner-content{min-height:210px!important;padding:18px 16px!important}html.page-about [data-future-section="true"] .future-banner-content h3{font-size:16px!important}html.page-about [data-future-section="true"] .consult-btn{width:auto!important;min-width:160px!important}}html.page-about{--site-frame-width:1180px;--site-side-gutter:clamp(16px,4vw,40px)}html.page-about .about-section,html.page-about .project-progress-section,html.page-about .future-section,html.page-about .site-footer{padding-left:var(--site-side-gutter)!important;padding-right:var(--site-side-gutter)!important}html.page-about .about-container,html.page-about .future-container,html.page-about .project-progress-box,html.page-about .footer-box{width:100%!important;max-width:var(--site-frame-width)!important;margin-left:auto!important;margin-right:auto!important}html.page-about .project-progress-box{box-sizing:border-box!important}html.page-about .footer-box{border-radius:18px!important}html.page-about .footer-content{width:100%!important}html.page-about .footer-socials a{display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}html.page-about .footer-socials i,html.page-about .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-about .footer-socials a[aria-label="Instagram"] i{font-size:16px!important;transform:translateY(0)!important}html.page-about .footer-socials a[aria-label="Instagram"] svg{display:none!important}@media (min-width:1400px){html.page-about{--site-frame-width:1240px}}@media (max-width:992px){html.page-about{--site-side-gutter:22px}html.page-about .footer-box{border-radius:16px!important}}@media (max-width:576px){html.page-about{--site-side-gutter:14px}html.page-about .about-section,html.page-about .project-progress-section,html.page-about .future-section,html.page-about .site-footer{padding-left:var(--site-side-gutter)!important;padding-right:var(--site-side-gutter)!important}html.page-about .footer-box{border-radius:14px!important}html.page-about .footer-socials i,html.page-about .footer-socials svg{width:15px!important;height:15px!important;min-width:15px!important;font-size:15px!important}}html.page-about{--sticky-header-height:0px}html.page-about{scroll-behavior:smooth!important;scroll-padding-top:calc(var(--sticky-header-height) + 16px)!important}html.page-about body{padding-top:var(--sticky-header-height)!important}html.page-about 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-about body>.site-header#siteHeader.is-scrolled{background:rgb(255 255 255 / .82)!important;-webkit-backdrop-filter:blur(18px) saturate(165%)!important;backdrop-filter:blur(18px) saturate(165%)!important;box-shadow:0 14px 34px rgb(6 59 50 / .1)!important;border-bottom-color:rgb(198 154 74 / .18)!important}html.page-about .back-to-top-btn{position:fixed;left:26px;bottom:26px;width:54px;height:54px;border:1px solid rgb(198 154 74 / .28);border-radius:18px;background:linear-gradient(145deg,rgb(255 255 255 / .95),rgb(246 250 247 / .88)) padding-box,linear-gradient(135deg,rgb(15 107 77 / .2),rgb(198 154 74 / .42),rgb(15 107 77 / .08)) border-box;color:#0b5f49;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:9998;box-shadow:0 18px 38px rgb(8 53 44 / .16),inset 0 1px 0 rgb(255 255 255 / .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(.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-about .back-to-top-btn.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}html.page-about .back-to-top-btn:hover{color:#fff;background:linear-gradient(135deg,#0f4b3d,#0f7a58)!important;border-color:rgb(198 154 74 / .36);transform:translateY(-4px) scale(1.02);box-shadow:0 24px 48px rgb(8 53 44 / .22),0 0 0 6px rgb(198 154 74 / .1)}html.page-about .back-to-top-btn:active{transform:translateY(-1px) scale(.96)}html.page-about .back-to-top-btn i{font-size:23px;line-height:1}@media (max-width:768px){html.page-about .back-to-top-btn{left:18px;bottom:18px;width:48px;height:48px;border-radius:16px}html.page-about .back-to-top-btn i{font-size:21px}}html.page-about .mobile-offcanvas,html.page-about .mobile-offcanvas.offcanvas,html.page-about .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-about .mobile-offcanvas.offcanvas-end.show,html.page-about .mobile-offcanvas.offcanvas-end.showing{transform:translateX(0)!important}html.page-about .offcanvas-backdrop,html.page-about .offcanvas-backdrop.show{z-index:10040!important}html.page-about .mobile-offcanvas .offcanvas-header{position:sticky!important;top:0!important;z-index:3!important}html.page-about .mobile-offcanvas .mobile-close,html.page-about .mobile-offcanvas .mobile-close-btn{z-index:6!important}html.page-about body.mobile-menu-open>.site-header#siteHeader{z-index:9990!important}html.page-about 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-about .mobile-offcanvas,html.page-about .mobile-offcanvas.offcanvas,html.page-about .mobile-offcanvas.offcanvas-end{width:min(350px,90vw)!important}}html.page-about .rsh-video-section{position:relative;isolation:isolate;padding:74px 28px 76px;background:radial-gradient(circle at 15% 18%,rgb(198 154 74 / .13),transparent 28%),radial-gradient(circle at 88% 68%,rgb(15 107 77 / .13),transparent 30%),linear-gradient(180deg,#ffffff 0%,#fbfaf6 48%,#ffffff 100%);overflow:hidden}html.page-about .rsh-video-section::before,html.page-about .rsh-video-section::after{content:"";position:absolute;z-index:-1;pointer-events:none;border-radius:999px;filter:blur(2px)}html.page-about .rsh-video-section::before{width:360px;height:360px;right:-160px;top:50px;background:rgb(6 59 50 / .07)}html.page-about .rsh-video-section::after{width:280px;height:280px;left:-120px;bottom:18px;background:rgb(198 154 74 / .1)}html.page-about .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-about .rsh-video-copy{position:relative;z-index:2}html.page-about .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:rgb(255 255 255 / .78);border:1px solid rgb(198 154 74 / .24);box-shadow:0 10px 30px rgb(15 75 61 / .07);font-size:13px;font-weight:900;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}html.page-about .rsh-video-kicker i{color:#c69a4a;font-size:17px}html.page-about .rsh-video-title{color:#083d34;font-size:clamp(28px,3vw,43px);font-weight:950;line-height:1.55;letter-spacing:-.9px;margin:0 0 18px}html.page-about .rsh-video-title span{color:#c69a4a;position:relative;display:inline-block}html.page-about .rsh-video-title span::after{content:"";position:absolute;right:0;left:0;bottom:8px;height:10px;border-radius:999px;background:rgb(198 154 74 / .18);z-index:-1}html.page-about .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-about .rsh-video-actions{display:flex;align-items:center;flex-wrap:wrap;gap:13px;margin-bottom:26px}html.page-about .rsh-video-main-btn,html.page-about .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-about .rsh-video-main-btn{border:0;color:#fff;background:linear-gradient(135deg,#c69a4a 0%,#e4c06f 45%,#b98935 100%);box-shadow:0 16px 34px rgb(198 154 74 / .28)}html.page-about .rsh-video-main-btn:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgb(198 154 74 / .36)}html.page-about .rsh-video-ghost-btn{color:#0f4b3d;background:rgb(255 255 255 / .7);border:1.5px solid rgb(15 75 61 / .16);box-shadow:0 10px 26px rgb(15 75 61 / .06)}html.page-about .rsh-video-ghost-btn:hover{color:#fff;border-color:#0f4b3d;background:#0f4b3d;transform:translateY(-3px)}html.page-about .rsh-video-feature-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:610px}html.page-about .rsh-video-feature{min-height:88px;padding:15px 14px;border-radius:18px;background:rgb(255 255 255 / .72);border:1px solid rgb(15 75 61 / .07);box-shadow:0 12px 30px rgb(15 75 61 / .06);display:flex;align-items:center;gap:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}html.page-about .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 rgb(198 154 74 / .22);font-size:20px}html.page-about .rsh-video-feature strong{display:block;color:#0f4b3d;font-size:13.5px;font-weight:950;line-height:1.5}html.page-about .rsh-video-feature small{display:block;color:#5d6461;font-size:11.5px;font-weight:700;line-height:1.7;margin-top:2px}html.page-about .rsh-video-card-wrap{position:relative;min-width:0}html.page-about .rsh-video-card-wrap::before{content:"";position:absolute;inset:42px -16px -18px 18px;border-radius:34px;background:linear-gradient(135deg,rgb(6 59 50 / .16),rgb(198 154 74 / .18));filter:blur(22px);opacity:.72;z-index:0;animation:about-rshVideoGlow 4.2s ease-in-out infinite alternate}html.page-about .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,rgb(198 154 74 / .68),rgb(15 75 61 / .32),rgb(198 154 74 / .44)) border-box;border:1px solid #fff0;box-shadow:0 24px 60px rgb(16 24 40 / .12),inset 0 1px 0 rgb(255 255 255 / .85)}html.page-about .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%,rgb(198 154 74 / .16),transparent 30%),linear-gradient(180deg,#fbfaf6 0%,#f5f2ea 100%)}html.page-about .rsh-video-dots{direction:ltr;display:flex;gap:7px}html.page-about .rsh-video-dots span{width:9px;height:9px;border-radius:50%;display:block;background:#c69a4a;opacity:.55}html.page-about .rsh-video-frame-top strong{font-size:12px;font-weight:950}html.page-about .rsh-video-screen{position:relative;margin-top:10px;overflow:hidden;border-radius:22px;--rsh-video-poster:url(/wp-content/themes/roshdtak/images/nema5.jpg);background:#052f28;aspect-ratio:16 / 9;box-shadow:inset 0 0 0 1px rgb(255 255 255 / .12)}html.page-about .rsh-video-screen video{width:100%;height:100%;display:block;object-fit:contain;object-position:center center;background:#fff0;position:relative;z-index:2}html.page-about .rsh-video-screen .rsh-video-moving-backdrop,html.page-about .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(.92) brightness(.72);transform:scale(1.04);opacity:.92;pointer-events:none}html.page-about .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-about .rsh-video-screen::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgb(0 0 0 / .02),rgb(0 0 0 / .08)),radial-gradient(circle at 50% 50%,transparent 0 24%,rgb(5 59 50 / .06) 82%);pointer-events:none}html.page-about .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-about .rsh-video-screen.is-playing .rsh-video-play-layer{opacity:0;visibility:hidden;pointer-events:none}html.page-about .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 rgb(198 154 74 / .38),0 0 0 14px rgb(255 255 255 / .16),0 0 0 27px rgb(198 154 74 / .12);transition:transform 0.25s ease,box-shadow 0.25s ease;animation:about-rshVideoPulse 2.4s ease-in-out infinite}html.page-about .rsh-video-play-btn:hover{transform:scale(1.06);box-shadow:0 24px 52px rgb(198 154 74 / .45),0 0 0 16px rgb(255 255 255 / .18),0 0 0 32px rgb(198 154 74 / .12)}html.page-about .rsh-video-play-btn i{font-size:42px;margin-right:4px;line-height:1}html.page-about .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:rgb(255 255 255 / .86);border:1px solid rgb(255 255 255 / .72);box-shadow:0 16px 34px rgb(16 24 40 / .13);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}html.page-about .rsh-video-floating i{width:38px;height:38px;min-width:38px;border-radius:14px;color:#0f6b4d;background:rgb(15 107 77 / .09);display:inline-flex;align-items:center;justify-content:center;font-size:19px}html.page-about .rsh-video-floating strong{display:block;color:#0f4b3d;font-size:13px;font-weight:950;line-height:1.3}html.page-about .rsh-video-floating small{display:block;color:#6a706d;font-size:10.5px;font-weight:700;margin-top:3px}html.page-about .rsh-video-floating.top{top:76px;right:-22px;animation:about-rshVideoFloat 4s ease-in-out infinite}html.page-about .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:about-rshVideoFloat 4.5s ease-in-out infinite reverse}html.page-about .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 rgb(198 154 74 / .16)}html.page-about .rsh-video-card-footer strong{color:#0f4b3d;font-size:13px;font-weight:950;line-height:1.7}html.page-about .rsh-video-card-footer span{color:#707774;font-size:11.5px;font-weight:700}html.page-about .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-about .rsh-video-slider-nav{position:absolute;top:50%;z-index:7;width:42px;height:42px;border:1px solid rgb(255 255 255 / .56);border-radius:14px;color:#fff;background:rgb(5 47 40 / .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 rgb(0 0 0 / .16);transition:0.25s ease}html.page-about .rsh-video-slider-nav:hover,html.page-about .rsh-video-slider-nav:focus{color:#fff;background:#c69a4a;border-color:#c69a4a;transform:translateY(-50%) scale(1.06);outline:none}html.page-about .rsh-video-slider-nav.prev{right:14px}html.page-about .rsh-video-slider-nav.next{left:14px}html.page-about .rsh-video-slider-nav i{font-size:20px;line-height:1}html.page-about .rsh-video-slider-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;direction:rtl}html.page-about .rsh-video-slider-dot{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:rgb(15 75 61 / .24);transition:width 0.25s ease,background 0.25s ease}html.page-about .rsh-video-slider-dot.active{width:28px;background:#c69a4a}html.page-about .rsh-video-counter{color:#6c7471;font-size:11px;font-weight:800;white-space:nowrap}@media (max-width:700px){html.page-about .rsh-video-slider-nav{width:38px;height:38px;border-radius:12px}html.page-about .rsh-video-slider-nav.prev{right:9px}html.page-about .rsh-video-slider-nav.next{left:9px}}html.page-about body.rsh-modal-open{overflow:hidden!important}html.page-about .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-about .rsh-service-modal-trigger:hover,html.page-about .rsh-service-modal-trigger:focus{transform:translateY(-4px);border-color:rgb(198 154 74 / .32);box-shadow:0 16px 36px rgb(15 75 61 / .12);background:rgb(255 255 255 / .9);outline:none}html.page-about .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-about .rsh-service-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}html.page-about .rsh-service-modal-backdrop{position:absolute;inset:0;background:rgb(5 29 24 / .62);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}html.page-about .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 rgb(198 154 74 / .24);box-shadow:0 28px 70px rgb(0 0 0 / .24);padding:26px 26px 22px;direction:rtl}html.page-about .rsh-service-modal-head{margin-bottom:20px;padding-left:60px}html.page-about .rsh-service-modal-kicker{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 14px;border-radius:999px;background:rgb(15 75 61 / .08);color:#0f4b3d;font-size:12px;font-weight:900;margin-bottom:12px}html.page-about .rsh-service-modal-head h3{color:#0f4b3d;font-size:28px;font-weight:950;line-height:1.5;margin-bottom:8px}html.page-about .rsh-service-modal-head p{color:#5a6460;font-size:14px;font-weight:600;line-height:2.1;margin:0}html.page-about .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 rgb(15 75 61 / .18);transition:transform 0.25s ease,box-shadow 0.25s ease,background 0.25s ease}html.page-about .rsh-service-modal-close:hover,html.page-about .rsh-service-modal-close:focus{transform:scale(1.05);box-shadow:0 14px 30px rgb(15 75 61 / .22);background:linear-gradient(135deg,#0d4237,#c69a4a);outline:none}html.page-about .rsh-service-modal-player{border-radius:24px;background:#fff;border:1px solid rgb(198 154 74 / .22);box-shadow:0 14px 40px rgb(16 24 40 / .08);padding:18px 18px 16px}html.page-about .rsh-service-modal-frame-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;direction:ltr}html.page-about .rsh-service-modal-frame-top strong{color:#0f4b3d;font-size:23px;font-weight:950;letter-spacing:-.02em}html.page-about .rsh-service-modal-browser-dots{display:inline-flex;align-items:center;gap:8px}html.page-about .rsh-service-modal-browser-dots span{width:12px;height:12px;border-radius:50%;background:#d9b56b;display:inline-block}html.page-about .rsh-service-modal-screen{position:relative;overflow:hidden;border-radius:24px;--rsh-service-poster:url(/wp-content/themes/roshdtak/images/nema5.jpg);background:#052f28;aspect-ratio:16 / 9}html.page-about .rsh-service-modal-screen video{width:100%;height:100%;display:block;object-fit:contain;object-position:center center;background:#fff0;position:relative;z-index:2}html.page-about .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-about .rsh-service-modal-screen::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgb(5 47 40 / .02) 0%,rgb(5 47 40 / .07) 100%);pointer-events:none}html.page-about .rsh-service-modal-screen.is-playing .rsh-service-modal-play-layer{opacity:0;pointer-events:none}html.page-about .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-about .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 rgb(198 154 74 / .42);position:relative}html.page-about .rsh-service-modal-play-btn::before,html.page-about .rsh-service-modal-play-btn::after{content:"";position:absolute;inset:-18px;border-radius:50%;border:16px solid rgb(198 154 74 / .16)}html.page-about .rsh-service-modal-play-btn::after{inset:-38px;border-width:20px;border-color:rgb(198 154 74 / .1)}html.page-about .rsh-service-modal-play-btn i{font-size:42px;transform:translateX(-2px)}html.page-about .rsh-service-modal-nav{position:absolute;top:50%;z-index:4;width:58px;height:58px;border:1px solid rgb(255 255 255 / .6);border-radius:18px;background:rgb(5 47 40 / .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-about .rsh-service-modal-nav.prev{right:16px}html.page-about .rsh-service-modal-nav.next{left:16px}html.page-about .rsh-service-modal-nav i{font-size:28px;line-height:1}html.page-about .rsh-service-modal-nav:hover,html.page-about .rsh-service-modal-nav:focus{background:#c69a4a;border-color:#c69a4a;color:#fff;transform:translateY(-50%) scale(1.05);outline:none}html.page-about .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 rgb(198 154 74 / .18)}html.page-about .rsh-service-modal-footer strong{display:block;color:#0f4b3d;font-size:22px;font-weight:950;line-height:1.6;margin-bottom:4px}html.page-about .rsh-service-modal-counter{color:#6d7270;font-size:13px;font-weight:800}html.page-about .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-about .rsh-service-modal-duration i{font-size:18px}html.page-about .rsh-service-modal-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;direction:rtl}html.page-about .rsh-service-modal-dot{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:rgb(15 75 61 / .24);transition:width 0.25s ease,background 0.25s ease}html.page-about .rsh-service-modal-dot.active{width:34px;background:#c69a4a}@media (max-width:900px){html.page-about .rsh-service-modal-dialog{padding:18px 18px 16px;border-radius:22px}html.page-about .rsh-service-modal-head{padding-left:54px}html.page-about .rsh-service-modal-head h3{font-size:23px}html.page-about .rsh-service-modal-frame-top strong,html.page-about .rsh-service-modal-footer strong{font-size:18px}html.page-about .rsh-service-modal-play-btn{width:96px;height:96px}html.page-about .rsh-service-modal-play-btn i{font-size:36px}html.page-about .rsh-service-modal-nav{width:50px;height:50px;border-radius:16px}html.page-about .rsh-service-modal-nav i{font-size:24px}}@media (max-width:640px){html.page-about .rsh-service-modal{padding:14px}html.page-about .rsh-service-modal-dialog{max-height:calc(100vh - 28px);padding:16px 16px 14px}html.page-about .rsh-service-modal-head{padding-left:44px}html.page-about .rsh-service-modal-head h3{font-size:20px}html.page-about .rsh-service-modal-head p{font-size:13px;line-height:1.95}html.page-about .rsh-service-modal-player{padding:12px 12px 14px;border-radius:20px}html.page-about .rsh-service-modal-frame-top{margin-bottom:12px}html.page-about .rsh-service-modal-frame-top strong{font-size:14px}html.page-about .rsh-service-modal-screen{border-radius:18px}html.page-about .rsh-service-modal-nav{width:44px;height:44px;border-radius:14px}html.page-about .rsh-service-modal-nav.prev{right:10px}html.page-about .rsh-service-modal-nav.next{left:10px}html.page-about .rsh-service-modal-play-btn{width:84px;height:84px}html.page-about .rsh-service-modal-play-btn::before{inset:-13px;border-width:12px}html.page-about .rsh-service-modal-play-btn::after{inset:-28px;border-width:16px}html.page-about .rsh-service-modal-footer{flex-direction:column-reverse;align-items:stretch;text-align:center;gap:12px;padding:12px}html.page-about .rsh-service-modal-footer strong{font-size:15px;margin-bottom:4px}html.page-about .rsh-service-modal-counter{font-size:12px}html.page-about .rsh-service-modal-duration{min-width:0;width:100%;height:44px;font-size:15px}html.page-about .rsh-service-modal-close{width:40px;height:40px;top:12px;left:12px;font-size:20px}}@keyframes about-rshVideoPulse{0%,100%{box-shadow:0 20px 44px rgb(198 154 74 / .38),0 0 0 14px rgb(255 255 255 / .16),0 0 0 27px rgb(198 154 74 / .12)}50%{box-shadow:0 20px 44px rgb(198 154 74 / .42),0 0 0 18px rgb(255 255 255 / .12),0 0 0 37px rgb(198 154 74 / .06)}}@keyframes about-rshVideoFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes about-rshVideoGlow{from{transform:translate3d(0,0,0) scale(.98);opacity:.58}to{transform:translate3d(-8px,8px,0) scale(1.04);opacity:.84}}@media (max-width:1050px){html.page-about .rsh-video-container{grid-template-columns:1fr;gap:30px}html.page-about .rsh-video-copy{text-align:center}html.page-about .rsh-video-kicker,html.page-about .rsh-video-desc,html.page-about .rsh-video-feature-row{margin-right:auto;margin-left:auto}html.page-about .rsh-video-desc{text-align:center}html.page-about .rsh-video-actions{justify-content:center}html.page-about .rsh-video-card-wrap{max-width:760px;width:100%;margin:0 auto}}@media (max-width:700px){html.page-about .rsh-video-section{padding:48px 16px 54px}html.page-about .rsh-video-feature-row{grid-template-columns:1fr;gap:10px}html.page-about .rsh-video-feature{min-height:78px}html.page-about .rsh-video-card{border-radius:24px;padding:10px}html.page-about .rsh-video-screen{border-radius:18px;aspect-ratio:16 / 9}html.page-about .rsh-video-play-btn{width:76px;height:76px}html.page-about .rsh-video-play-btn i{font-size:34px}html.page-about .rsh-video-floating{display:none}html.page-about .rsh-video-card-footer{grid-template-columns:1fr;text-align:center;justify-items:center}html.page-about .rsh-video-main-btn,html.page-about .rsh-video-ghost-btn{width:100%}}html.page-about .hero-desc{text-align:justify!important;text-align-last:right;text-justify:inter-word}html.page-about .hero-desc-main{margin-bottom:10px!important}html.page-about .hero-desc-followup{margin-bottom:32px!important}@media (max-width:768px){html.page-about .hero-desc-main{margin-bottom:8px!important}html.page-about .hero-desc-followup{margin-bottom:22px!important}}html.page-about .rsh-video-screen,html.page-about .rsh-service-modal-screen{aspect-ratio:16 / 9!important}html.page-about .rsh-video-screen>#rshIntroVideo,html.page-about .rsh-service-modal-screen>#rshServiceVideo{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important}html.page-about .rsh-service-modal{padding:14px}html.page-about .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-about .rsh-service-modal-head{margin-bottom:12px;padding-left:56px;flex:0 0 auto}html.page-about .rsh-service-modal-kicker{margin-bottom:8px}html.page-about .rsh-service-modal-head h3{font-size:22px;margin-bottom:0;line-height:1.45}html.page-about .rsh-service-modal-head p{display:none!important}html.page-about .rsh-service-modal-player{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;padding:14px 14px 12px}html.page-about .rsh-service-modal-frame-top{justify-content:flex-end;margin-bottom:10px;min-height:12px}html.page-about .rsh-service-modal-frame-top strong{display:none!important}html.page-about .rsh-service-modal-screen{flex:1 1 auto;min-height:0}html.page-about .rsh-service-modal-footer{margin-top:12px}html.page-about .rsh-service-modal-footer strong{font-size:18px;line-height:1.5}@media (max-width:900px){html.page-about .rsh-service-modal-dialog{height:calc(100vh - 22px);max-height:calc(100vh - 22px);padding:16px 16px 14px}html.page-about .rsh-service-modal-head{margin-bottom:10px;padding-left:48px}html.page-about .rsh-service-modal-head h3{font-size:18px}html.page-about .rsh-service-modal-player{padding:12px 12px 10px}html.page-about .rsh-service-modal-footer strong{font-size:15px}}html.page-about .rsh-build-floors{gap:10px!important}html.page-about .rsh-build-floor{min-height:54px!important;padding:10px 16px!important;border-radius:18px!important}html.page-about .rsh-build-floor span{font-size:14px!important}html.page-about .rsh-build-floor strong{font-size:15px!important;line-height:1.5!important}@media (max-width:768px){html.page-about .rsh-build-floor{min-height:auto!important;padding:10px 14px!important}html.page-about .rsh-build-floor strong{font-size:14px!important}}html.page-about [data-project-progress="true"] .timeline{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:10px!important}html.page-about [data-project-progress="true"] .timeline-step{min-width:0!important}html.page-about [data-project-progress="true"] .timeline-step span{font-size:15px!important;line-height:1.5!important}html.page-about [data-project-progress="true"] .timeline-icon{margin-inline:auto!important}@media (max-width:1200px){html.page-about [data-project-progress="true"] .timeline{grid-template-columns:repeat(4,minmax(0,1fr))!important;row-gap:18px!important}}@media (max-width:768px){html.page-about [data-project-progress="true"] .timeline{grid-template-columns:repeat(2,minmax(0,1fr))!important}html.page-about [data-project-progress="true"] .timeline-step span{font-size:14px!important}}html.page-about{--about-green:#073f34;--about-green-2:#0c5b49;--about-green-soft:#edf6f2;--about-gold:#c69a4a;--about-gold-soft:#f7f0e3;--about-ink:#17211e;--about-muted:#5f6d68;--about-border:rgba(7,63,52,.10)}html.page-about{scroll-behavior:smooth}html.page-about body{background:#f8faf9}html.page-about .aboutx-page{overflow:hidden}html.page-about .aboutx-container{width:min(1180px,calc(100% - 40px));margin:0 auto}html.page-about .aboutx-section{padding:92px 0;position:relative}html.page-about .aboutx-section--white{background:#fff}html.page-about .aboutx-section--soft{background:linear-gradient(180deg,#f5f9f7 0%,#fff 100%)}html.page-about .aboutx-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--about-gold);font-size:13px;font-weight:900;margin-bottom:14px;letter-spacing:-.1px}html.page-about .aboutx-kicker::before{content:"";width:27px;height:2px;background:currentColor;border-radius:99px}html.page-about .aboutx-title{color:var(--about-ink);font-size:clamp(27px,3vw,43px);font-weight:950;line-height:1.55;margin:0}html.page-about .aboutx-title span{color:var(--about-green-2)}html.page-about .aboutx-lead{color:var(--about-muted);font-size:16px;line-height:2.25;margin:20px 0 0}html.page-about .aboutx-hero{min-height:530px;position:relative;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgb(1 25 21 / .36),rgb(5 54 45 / .93) 62%,rgb(4 43 36 / .98)),url(/wp-content/themes/roshdtak/images/slider1.jpg) center/cover no-repeat;isolation:isolate}html.page-about .aboutx-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 18% 25%,rgb(198 154 74 / .20),transparent 28%)}html.page-about .aboutx-hero::after{content:"";position:absolute;width:480px;height:480px;border:1px solid rgb(255 255 255 / .12);border-radius:50%;left:-150px;bottom:-270px;box-shadow:0 0 0 75px rgb(255 255 255 / .035),0 0 0 150px rgb(255 255 255 / .022)}html.page-about .aboutx-hero-content{width:min(680px,100%);padding:92px 0 105px;position:relative;z-index:2}html.page-about .aboutx-breadcrumb{display:flex;align-items:center;gap:9px;font-size:13px;color:rgb(255 255 255 / .75);margin-bottom:22px}html.page-about .aboutx-breadcrumb a{color:#fff;text-decoration:none}html.page-about .aboutx-hero-badge{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid rgb(255 255 255 / .20);border-radius:99px;background:rgb(255 255 255 / .08);backdrop-filter:blur(8px);color:#f4dcae;font-size:13px;font-weight:800;margin-bottom:18px}html.page-about .aboutx-hero h1{font-size:clamp(38px,5vw,66px);font-weight:950;line-height:1.35;margin:0 0 15px}html.page-about .aboutx-hero h1 span{color:#ebc87f}html.page-about .aboutx-hero-tagline{font-size:clamp(19px,2.5vw,29px);font-weight:850;color:rgb(255 255 255 / .96);margin-bottom:21px}html.page-about .aboutx-hero p{max-width:620px;font-size:15px;line-height:2.2;color:rgb(255 255 255 / .84);margin:0}html.page-about .aboutx-scroll-cue{position:absolute;bottom:29px;right:50%;transform:translateX(50%);color:rgb(255 255 255 / .68);text-decoration:none;font-size:12px;display:flex;flex-direction:column;align-items:center;gap:7px}html.page-about .aboutx-scroll-cue i{font-size:20px;animation:about-aboutxBounce 1.8s infinite}html.page-about .aboutx-intro-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:65px;align-items:center}html.page-about .aboutx-image-stack{position:relative;min-height:535px}html.page-about .aboutx-image-main{position:absolute;inset:0 52px 48px 0;border-radius:28px;overflow:hidden;box-shadow:0 25px 70px rgb(7 63 52 / .17)}html.page-about .aboutx-image-main img{width:100%;height:100%;object-fit:cover;display:block}html.page-about .aboutx-image-main::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgb(5 54 45 / .25))}html.page-about .aboutx-image-mini{position:absolute;left:0;bottom:0;width:45%;height:205px;border:8px solid #fff;border-radius:22px;overflow:hidden;box-shadow:0 18px 45px rgb(0 0 0 / .14)}html.page-about .aboutx-image-mini img{width:100%;height:100%;object-fit:cover}html.page-about .aboutx-image-badge{position:absolute;right:0;top:45px;width:135px;min-height:135px;border-radius:22px;background:var(--about-green);color:#fff;display:grid;place-items:center;text-align:center;padding:18px;box-shadow:0 16px 42px rgb(7 63 52 / .25)}html.page-about .aboutx-image-badge i{color:#e5bf70;font-size:29px;margin-bottom:7px}html.page-about .aboutx-image-badge strong{display:block;font-size:17px;line-height:1.65}html.page-about .aboutx-copy p{color:var(--about-muted);font-size:15px;line-height:2.35;margin:18px 0 0;text-align:justify}html.page-about .aboutx-signature{display:flex;align-items:center;gap:13px;margin-top:26px;color:var(--about-green);font-weight:900}html.page-about .aboutx-signature-icon{width:46px;height:46px;border-radius:14px;background:var(--about-gold-soft);color:var(--about-gold);display:grid;place-items:center;font-size:20px}html.page-about .aboutx-story-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:stretch}html.page-about .aboutx-story-main{border-radius:26px;padding:45px;background:#fff;border:1px solid var(--about-border);box-shadow:0 18px 55px rgb(8 55 46 / .08)}html.page-about .aboutx-story-main p{color:var(--about-muted);font-size:15px;line-height:2.35;margin:18px 0 0;text-align:justify}html.page-about .aboutx-challenge-list{display:grid;gap:14px}html.page-about .aboutx-challenge{display:flex;gap:16px;align-items:center;padding:20px 21px;border-radius:19px;background:#fff;border:1px solid var(--about-border);transition:.3s ease}html.page-about .aboutx-challenge:hover{transform:translateX(-5px);box-shadow:0 15px 35px rgb(8 55 46 / .09);border-color:rgb(198 154 74 / .35)}html.page-about .aboutx-challenge i{width:48px;height:48px;min-width:48px;border-radius:15px;display:grid;place-items:center;background:var(--about-green-soft);color:var(--about-green-2);font-size:21px}html.page-about .aboutx-challenge strong{color:var(--about-ink);font-size:14px;line-height:1.8}html.page-about .aboutx-philosophy-grid{margin-top:38px;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}html.page-about .aboutx-philosophy-card{min-height:360px;border-radius:27px;overflow:hidden;position:relative;display:flex;align-items:flex-end;isolation:isolate;box-shadow:0 20px 55px rgb(5 55 46 / .15)}html.page-about .aboutx-philosophy-card::before{content:"";position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center;transition:transform .6s ease}html.page-about .aboutx-philosophy-card:hover::before{transform:scale(1.055)}html.page-about .aboutx-philosophy-card::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgb(5 31 27 / .03),rgb(4 47 39 / .93))}html.page-about .aboutx-philosophy-card--health::before{background-image:url(/wp-content/themes/roshdtak/images/slider2.jpg)}html.page-about .aboutx-philosophy-card--architecture::before{background-image:url(/wp-content/themes/roshdtak/images/nema5.jpg)}html.page-about .aboutx-philosophy-content{padding:34px;color:#fff}html.page-about .aboutx-philosophy-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:rgb(255 255 255 / .14);backdrop-filter:blur(8px);color:#efd08f;font-size:25px;margin-bottom:16px}html.page-about .aboutx-philosophy-card h3{font-size:24px;font-weight:950;margin-bottom:11px}html.page-about .aboutx-philosophy-card p{color:rgb(255 255 255 / .82);font-size:14px;line-height:2.15;margin:0}html.page-about .aboutx-specs-shell{margin-top:38px;border-radius:31px;background:linear-gradient(135deg,#063b32,#0b5746);padding:36px;position:relative;overflow:hidden}html.page-about .aboutx-specs-shell::after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:rgb(255 255 255 / .045);left:-120px;top:-160px;box-shadow:0 0 0 65px rgb(255 255 255 / .025)}html.page-about .aboutx-specs-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}html.page-about .aboutx-spec{min-height:138px;border:1px solid rgb(255 255 255 / .10);border-radius:20px;background:rgb(255 255 255 / .07);padding:22px;backdrop-filter:blur(6px);transition:.3s ease}html.page-about .aboutx-spec:hover{transform:translateY(-5px);background:rgb(255 255 255 / .11)}html.page-about .aboutx-spec i{color:#e9c579;font-size:23px;display:block;margin-bottom:14px}html.page-about .aboutx-spec small{display:block;color:rgb(255 255 255 / .62);font-size:11px;margin-bottom:6px}html.page-about .aboutx-spec strong{color:#fff;font-size:16px;line-height:1.75}html.page-about .aboutx-spec--wide{grid-column:span 2}html.page-about .aboutx-facility-grid{margin-top:38px;display:grid;grid-template-columns:repeat(4,1fr);gap:17px}html.page-about .aboutx-facility{min-height:190px;padding:25px 22px;border-radius:23px;background:#fff;border:1px solid var(--about-border);box-shadow:0 12px 37px rgb(8 55 46 / .065);transition:.32s ease}html.page-about .aboutx-facility:hover{transform:translateY(-7px);border-color:rgb(198 154 74 / .38);box-shadow:0 20px 45px rgb(8 55 46 / .11)}html.page-about .aboutx-facility-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:var(--about-green-soft);color:var(--about-green-2);font-size:24px;margin-bottom:18px}html.page-about .aboutx-facility h3{color:var(--about-ink);font-size:16px;font-weight:950;line-height:1.7;margin-bottom:8px}html.page-about .aboutx-facility p{color:var(--about-muted);font-size:12.5px;line-height:1.95;margin:0}html.page-about .aboutx-features-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}html.page-about .aboutx-feature-visual{min-height:575px;border-radius:30px;position:relative;overflow:hidden;background:linear-gradient(180deg,rgb(5 54 45 / .12),rgb(5 54 45 / .72)),url(/wp-content/themes/roshdtak/images/slider3.jpg) center/cover no-repeat;box-shadow:0 25px 70px rgb(7 63 52 / .18)}html.page-about .aboutx-feature-visual-copy{position:absolute;inset:auto 30px 30px;color:#fff}html.page-about .aboutx-feature-visual-copy strong{display:block;font-size:29px;line-height:1.6}html.page-about .aboutx-feature-visual-copy span{color:#efd08f;font-size:14px;font-weight:800}html.page-about .aboutx-feature-list{display:grid;gap:12px;margin-top:29px}html.page-about .aboutx-feature-item{display:grid;grid-template-columns:45px 1fr;gap:14px;align-items:center;padding:16px 17px;border-radius:17px;border:1px solid var(--about-border);background:#fff}html.page-about .aboutx-feature-item i{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;background:var(--about-gold-soft);color:var(--about-gold);font-size:19px}html.page-about .aboutx-feature-item span{color:#33413d;font-size:13.5px;font-weight:760;line-height:1.85}html.page-about .aboutx-location-card{margin-top:38px;display:grid;grid-template-columns:1.05fr .95fr;min-height:430px;border-radius:30px;overflow:hidden;background:#fff;border:1px solid var(--about-border);box-shadow:0 20px 60px rgb(8 55 46 / .09)}html.page-about .aboutx-location-copy{padding:45px;display:flex;flex-direction:column;justify-content:center}html.page-about .aboutx-location-copy p{color:var(--about-muted);font-size:15px;line-height:2.3;text-align:justify}html.page-about .aboutx-route-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:19px}html.page-about .aboutx-route-chips span{padding:8px 13px;border-radius:99px;background:var(--about-green-soft);color:var(--about-green);font-size:12px;font-weight:800}html.page-about .aboutx-map{position:relative;min-height:430px;background:radial-gradient(circle at 50% 50%,rgb(198 154 74 / .23) 0 7px,transparent 8px),linear-gradient(28deg,transparent 48%,rgb(255 255 255 / .26) 49% 51%,transparent 52%),linear-gradient(-31deg,transparent 47%,rgb(255 255 255 / .17) 48% 50%,transparent 51%),linear-gradient(135deg,#0a5a48,#052f28);overflow:hidden}html.page-about .aboutx-map::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgb(255 255 255 / .12) 1px,transparent 1px);background-size:24px 24px}html.page-about .aboutx-map-pin{position:absolute;top:50%;right:50%;transform:translate(50%,-50%);text-align:center;color:#fff}html.page-about .aboutx-map-pin-icon{width:76px;height:76px;margin:0 auto 14px;border-radius:26px 26px 26px 7px;transform:rotate(45deg);background:var(--about-gold);box-shadow:0 14px 35px rgb(0 0 0 / .23);display:grid;place-items:center}html.page-about .aboutx-map-pin-icon i{transform:rotate(-45deg);font-size:31px}html.page-about .aboutx-map-pin strong{font-size:20px;display:block}html.page-about .aboutx-map-pin small{color:rgb(255 255 255 / .75)}html.page-about .aboutx-values{display:grid;grid-template-columns:repeat(2,1fr);gap:23px;margin-top:39px}html.page-about .aboutx-value-card{border-radius:28px;padding:40px;min-height:340px;position:relative;overflow:hidden}html.page-about .aboutx-value-card--vision{background:#fff;border:1px solid var(--about-border);box-shadow:0 18px 50px rgb(8 55 46 / .08)}html.page-about .aboutx-value-card--mission{color:#fff;background:linear-gradient(145deg,#073f34,#0c5b49)}html.page-about .aboutx-value-icon{width:58px;height:58px;border-radius:19px;display:grid;place-items:center;font-size:25px;margin-bottom:22px}html.page-about .aboutx-value-card--vision .aboutx-value-icon{background:var(--about-gold-soft);color:var(--about-gold)}html.page-about .aboutx-value-card--mission .aboutx-value-icon{background:rgb(255 255 255 / .12);color:#eccb87}html.page-about .aboutx-value-card h3{font-size:26px;font-weight:950;margin-bottom:16px}html.page-about .aboutx-value-card--vision h3{color:var(--about-green)}html.page-about .aboutx-value-card p{font-size:14px;line-height:2.25;margin:0;text-align:justify}html.page-about .aboutx-value-card--vision p{color:var(--about-muted)}html.page-about .aboutx-value-card--mission p{color:rgb(255 255 255 / .82)}html.page-about .aboutx-final{padding:95px 0 105px;background:#fff}html.page-about .aboutx-final-card{position:relative;overflow:hidden;border-radius:34px;padding:70px 55px;text-align:center;color:#fff;background:linear-gradient(135deg,rgb(5 47 40 / .96),rgb(10 87 70 / .91)),url(/wp-content/themes/roshdtak/images/nema5.jpg) center/cover no-repeat;box-shadow:0 25px 70px rgb(7 63 52 / .18)}html.page-about .aboutx-final-card::before,html.page-about .aboutx-final-card::after{content:"";position:absolute;border-radius:50%;border:1px solid rgb(255 255 255 / .10)}html.page-about .aboutx-final-card::before{width:330px;height:330px;right:-170px;top:-190px}html.page-about .aboutx-final-card::after{width:230px;height:230px;left:-120px;bottom:-150px}html.page-about .aboutx-final-icon{width:112px;height:112px;margin:0 auto 24px;display:grid;place-items:center;background:#fff0;border:0;border-radius:0;box-shadow:none;backdrop-filter:none;position:relative;z-index:2;overflow:visible}html.page-about .aboutx-final-icon img{width:112px;height:112px;object-fit:contain;display:block;background:transparent!important;filter:drop-shadow(0 10px 18px rgb(0 0 0 / .22));transition:transform .45s ease}html.page-about .aboutx-final-card:hover .aboutx-final-icon img{transform:scale(1.06)}html.page-about .aboutx-final-card h2{position:relative;z-index:2;font-size:clamp(30px,4vw,48px);font-weight:950;line-height:1.5;margin-bottom:17px}html.page-about .aboutx-final-card p{position:relative;z-index:2;max-width:850px;margin:0 auto;color:rgb(255 255 255 / .82);font-size:15px;line-height:2.25}html.page-about .aboutx-final-brand{position:relative;z-index:2;display:inline-flex;flex-direction:column;margin-top:30px}html.page-about .aboutx-final-brand strong{font-size:23px;color:#f0cf89}html.page-about .aboutx-final-brand span{font-size:14px;margin-top:4px}html.page-about .aboutx-reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}html.page-about .aboutx-reveal.is-visible{opacity:1;transform:none}@keyframes about-aboutxBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}@media (max-width:1100px){html.page-about .aboutx-specs-grid,html.page-about .aboutx-facility-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:991.98px){html.page-about .aboutx-hero{min-height:485px}html.page-about .aboutx-intro-grid,html.page-about .aboutx-story-grid,html.page-about .aboutx-features-layout,html.page-about .aboutx-location-card{grid-template-columns:1fr}html.page-about .aboutx-image-stack{min-height:490px}html.page-about .aboutx-story-grid{gap:20px}html.page-about .aboutx-feature-visual{min-height:430px;order:2}html.page-about .aboutx-location-card{min-height:0}html.page-about .aboutx-map{min-height:360px}html.page-about .aboutx-specs-grid,html.page-about .aboutx-facility-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){html.page-about .aboutx-container{width:min(100% - 28px,1180px)}html.page-about .aboutx-section{padding:68px 0}html.page-about .aboutx-hero{min-height:530px;background-position:38% center}html.page-about .aboutx-hero-content{padding:72px 0 95px}html.page-about .aboutx-hero p{font-size:14px}html.page-about .aboutx-intro-grid{gap:38px}html.page-about .aboutx-image-stack{min-height:410px}html.page-about .aboutx-image-main{inset:0 25px 38px 0;border-radius:22px}html.page-about .aboutx-image-mini{height:155px;width:48%;border-width:6px}html.page-about .aboutx-image-badge{width:112px;min-height:112px;border-radius:18px;padding:12px}html.page-about .aboutx-image-badge strong{font-size:14px}html.page-about .aboutx-copy p,html.page-about .aboutx-story-main p,html.page-about .aboutx-location-copy p,html.page-about .aboutx-value-card p{text-align:right}html.page-about .aboutx-story-main,html.page-about .aboutx-location-copy{padding:30px 24px}html.page-about .aboutx-philosophy-grid,html.page-about .aboutx-values{grid-template-columns:1fr}html.page-about .aboutx-philosophy-card{min-height:330px}html.page-about .aboutx-specs-shell{padding:22px;border-radius:24px}html.page-about .aboutx-specs-grid,html.page-about .aboutx-facility-grid{grid-template-columns:1fr 1fr}html.page-about .aboutx-spec--wide{grid-column:auto}html.page-about .aboutx-final-card{padding:55px 23px;border-radius:26px}}@media (max-width:520px){html.page-about .aboutx-specs-grid,html.page-about .aboutx-facility-grid{grid-template-columns:1fr}html.page-about .aboutx-image-stack{min-height:345px}html.page-about .aboutx-image-badge{top:25px}html.page-about .aboutx-philosophy-content{padding:26px}html.page-about .aboutx-value-card{padding:30px 24px;min-height:0}html.page-about .aboutx-location-copy{padding:29px 22px}html.page-about .aboutx-map{min-height:310px}}html.page-about .aboutx-location-card{position:relative;isolation:isolate;transition:transform .55s cubic-bezier(.2,.8,.2,1),box-shadow .55s ease}html.page-about .aboutx-location-card:hover{transform:translateY(-7px);box-shadow:0 30px 85px rgb(6 59 50 / .16)}html.page-about .aboutx-location-copy{position:relative;z-index:3;background:radial-gradient(circle at 15% 5%,rgb(198 154 74 / .09),transparent 27%),#fff}html.page-about .aboutx-route-chips span{position:relative;overflow:hidden;border:1px solid #fff0;transition:transform .28s ease,background .28s ease,color .28s ease,border-color .28s ease}html.page-about .aboutx-route-chips span::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 25%,rgb(255 255 255 / .8) 48%,transparent 70%);transform:translateX(120%);transition:transform .55s ease}html.page-about .aboutx-route-chips span:hover{transform:translateY(-3px);background:#0b5746;color:#fff;border-color:rgb(198 154 74 / .35)}html.page-about .aboutx-route-chips span:hover::before{transform:translateX(-120%)}html.page-about .aboutx-map{--map-rx:0deg;--map-ry:0deg;position:relative;min-height:430px;overflow:hidden;isolation:isolate;perspective:1000px;background:radial-gradient(circle at 50% 47%,rgb(223 176 86 / .20),transparent 18%),radial-gradient(circle at 12% 14%,rgb(67 185 143 / .18),transparent 28%),linear-gradient(145deg,#073f35 0%,#042d27 55%,#03231f 100%);transform-style:preserve-3d}html.page-about .aboutx-map::before{content:"";position:absolute;inset:-40px;z-index:-1;background-image:radial-gradient(rgb(255 255 255 / .16) 1.15px,transparent 1.15px);background-size:24px 24px;animation:about-aboutxGridDrift 16s linear infinite;mask-image:linear-gradient(to bottom,rgb(0 0 0 / .95),rgb(0 0 0 / .45))}html.page-about .aboutx-map::after{content:"";position:absolute;inset:0;z-index:8;pointer-events:none;background:linear-gradient(90deg,rgb(0 0 0 / .18),transparent 22%,transparent 78%,rgb(0 0 0 / .15)),linear-gradient(180deg,rgb(255 255 255 / .025),rgb(0 0 0 / .24))}html.page-about .aboutx-map-glow{position:absolute;width:330px;height:330px;top:50%;right:50%;z-index:1;border-radius:50%;transform:translate(50%,-50%);background:radial-gradient(circle,rgb(198 154 74 / .25),rgb(198 154 74 / .07) 36%,transparent 67%);filter:blur(3px);animation:about-aboutxGlowBreath 3.8s ease-in-out infinite}html.page-about .aboutx-road{position:absolute;z-index:2;right:50%;top:50%;width:135%;height:20px;border-radius:999px;overflow:hidden;background:linear-gradient(180deg,rgb(220 244 235 / .22),rgb(132 197 173 / .40),rgb(255 255 255 / .14));box-shadow:0 0 20px rgb(157 226 200 / .16),inset 0 1px 0 rgb(255 255 255 / .22);transform-origin:center;opacity:.75}html.page-about .aboutx-road span{position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 55px,rgb(255 255 255 / .44) 56px 78px,transparent 79px 135px);filter:blur(.2px);animation:about-aboutxRoadFlow 5.5s linear infinite}html.page-about .aboutx-road--one{transform:translate(50%,-50%) rotate(31deg)}html.page-about .aboutx-road--two{transform:translate(50%,-50%) rotate(-32deg);opacity:.58;height:16px}html.page-about .aboutx-road--two span{animation-direction:reverse;animation-duration:7.2s}html.page-about .aboutx-road--three{width:82%;height:7px;opacity:.28;transform:translate(35%,700%) rotate(2deg)}html.page-about .aboutx-road--three span{animation-duration:8s}html.page-about .aboutx-map-particle{position:absolute;z-index:3;width:7px;height:7px;border-radius:50%;background:#e6bd68;box-shadow:0 0 0 5px rgb(230 189 104 / .08),0 0 18px rgb(230 189 104 / .72);animation:about-aboutxParticleFloat 5s ease-in-out infinite}html.page-about .aboutx-map-particle--1{right:18%;top:22%;animation-delay:-.8s}html.page-about .aboutx-map-particle--2{right:78%;top:30%;width:5px;height:5px;animation-delay:-2.1s}html.page-about .aboutx-map-particle--3{right:26%;top:76%;width:5px;height:5px;animation-delay:-3.4s}html.page-about .aboutx-map-particle--4{right:72%;top:70%;animation-delay:-1.4s}html.page-about .aboutx-map-pin{position:absolute;top:50%;right:50%;z-index:10;width:260px;transform:translate(50%,-50%) translateZ(55px) rotateX(var(--map-rx)) rotateY(var(--map-ry));text-align:center;color:#fff;transform-style:preserve-3d;transition:transform .18s ease-out;animation:about-aboutxPinFloat 4.2s ease-in-out infinite}html.page-about .aboutx-map-pin-icon{position:relative;z-index:4;width:98px;height:98px;margin:0 auto 23px;border-radius:31px 31px 31px 10px;transform:rotate(45deg);display:grid;place-items:center;background:linear-gradient(145deg,#e0b55d,#bc8733);border:1px solid rgb(255 255 255 / .45);box-shadow:0 20px 50px rgb(0 0 0 / .32),inset 0 1px 0 rgb(255 255 255 / .55)}html.page-about .aboutx-map-pin-icon::before{content:"";position:absolute;inset:9px;border-radius:23px 23px 23px 7px;background:rgb(255 255 255 / .96);box-shadow:inset 0 0 0 1px rgb(6 59 50 / .08)}html.page-about .aboutx-map-pin-icon img{position:relative;z-index:2;width:76px;height:76px;object-fit:contain;transform:rotate(-45deg);filter:drop-shadow(0 4px 5px rgb(0 0 0 / .08))}html.page-about .aboutx-map-pulse{position:absolute;top:49px;right:50%;z-index:1;width:100px;height:100px;border:1px solid rgb(230 189 104 / .72);border-radius:50%;transform:translate(50%,-50%);animation:about-aboutxPulseRing 2.9s ease-out infinite}html.page-about .aboutx-map-pulse--two{animation-delay:1.35s}html.page-about .aboutx-map-label{position:relative;z-index:5;width:fit-content;min-width:220px;margin:0 auto;padding:13px 23px 12px;border:1px solid rgb(255 255 255 / .20);border-radius:18px;background:linear-gradient(135deg,rgb(255 255 255 / .14),rgb(255 255 255 / .055));box-shadow:0 16px 45px rgb(0 0 0 / .22);backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px)}html.page-about .aboutx-map-label::before{content:"";position:absolute;top:-8px;right:50%;width:16px;height:16px;transform:translateX(50%) rotate(45deg);background:rgb(255 255 255 / .12);border-top:1px solid rgb(255 255 255 / .18);border-left:1px solid rgb(255 255 255 / .18)}html.page-about .aboutx-map-label strong{display:block;font-size:21px;font-weight:950;letter-spacing:-.2px;text-shadow:0 3px 16px rgb(0 0 0 / .25)}html.page-about .aboutx-map-label small{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:5px;color:rgb(255 255 255 / .78);font-size:12px;font-weight:650}html.page-about .aboutx-live-dot{width:7px;height:7px;border-radius:50%;background:#7ee5ae;box-shadow:0 0 0 4px rgb(126 229 174 / .11),0 0 13px rgb(126 229 174 / .85);animation:about-aboutxLiveDot 1.8s ease-in-out infinite}@keyframes about-aboutxGridDrift{to{transform:translate3d(24px,24px,0)}}@keyframes about-aboutxRoadFlow{to{transform:translateX(-135px)}}@keyframes about-aboutxGlowBreath{0%,100%{opacity:.55;transform:translate(50%,-50%) scale(.92)}50%{opacity:1;transform:translate(50%,-50%) scale(1.08)}}@keyframes about-aboutxParticleFloat{0%,100%{transform:translateY(0) scale(.8);opacity:.5}50%{transform:translateY(-18px) scale(1.15);opacity:1}}@keyframes about-aboutxPulseRing{0%{opacity:.75;transform:translate(50%,-50%) scale(.72)}80%,100%{opacity:0;transform:translate(50%,-50%) scale(2.15)}}@keyframes about-aboutxPinFloat{0%,100%{margin-top:0}50%{margin-top:-10px}}@keyframes about-aboutxLiveDot{0%,100%{opacity:.55;transform:scale(.82)}50%{opacity:1;transform:scale(1.15)}}@media (max-width:767.98px){html.page-about .aboutx-map-pin{width:230px}html.page-about .aboutx-map-pin-icon{width:88px;height:88px;border-radius:27px 27px 27px 9px}html.page-about .aboutx-map-pin-icon img{width:68px;height:68px}html.page-about .aboutx-map-label{min-width:205px;padding-inline:18px}html.page-about .aboutx-road{width:170%}}@media (prefers-reduced-motion:reduce){html.page-about .aboutx-map::before,html.page-about .aboutx-map-glow,html.page-about .aboutx-road span,html.page-about .aboutx-map-particle,html.page-about .aboutx-map-pin,html.page-about .aboutx-map-pulse,html.page-about .aboutx-live-dot{animation:none!important}html.page-about .aboutx-map-pin{transition:none}}html.page-about .aboutx-location-photo{--photo-x:0px;--photo-y:0px;position:relative;min-height:430px;overflow:hidden;isolation:isolate;background:#063b32}html.page-about .aboutx-location-photo-img{position:absolute;inset:-4%;width:108%;height:108%;object-fit:cover;object-position:center;transform:translate3d(var(--photo-x),var(--photo-y),0) scale(1.04);filter:saturate(.9) contrast(1.04) brightness(.9);transition:transform .22s ease-out,filter .5s ease;animation:about-aboutxPhotoBreath 12s ease-in-out infinite alternate}html.page-about .aboutx-location-photo:hover .aboutx-location-photo-img{filter:saturate(1.04) contrast(1.06) brightness(.96)}html.page-about .aboutx-location-photo-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgb(3 29 25 / .10) 0%,rgb(3 35 29 / .16) 38%,rgb(2 26 22 / .82) 100%),linear-gradient(90deg,rgb(4 47 39 / .10),transparent 48%,rgb(4 47 39 / .36))}html.page-about .aboutx-location-photo::after{content:"";position:absolute;inset:0;z-index:5;pointer-events:none;box-shadow:inset 0 0 0 1px rgb(255 255 255 / .15),inset 0 -90px 100px rgb(1 23 19 / .16)}html.page-about .aboutx-location-photo-light{position:absolute;z-index:3;top:-35%;right:-42%;width:58%;height:175%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgb(255 232 184 / .18),transparent);filter:blur(10px);animation:about-aboutxPhotoSweep 8.5s cubic-bezier(.45,0,.35,1) infinite;pointer-events:none}html.page-about .aboutx-location-photo-grain{position:absolute;inset:0;z-index:4;opacity:.11;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");mix-blend-mode:soft-light}html.page-about .aboutx-photo-top-badge{position:absolute;z-index:7;top:24px;right:24px;display:inline-flex;align-items:center;gap:9px;padding:10px 15px;border:1px solid rgb(255 255 255 / .28);border-radius:999px;color:#fff;background:rgb(4 49 41 / .42);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 10px 28px rgb(0 0 0 / .16);font-size:12px;font-weight:850;animation:about-aboutxBadgeFloat 4.2s ease-in-out infinite}html.page-about .aboutx-photo-top-badge i{color:#e4b85e;font-size:15px}html.page-about .aboutx-photo-caption{position:absolute;z-index:7;right:27px;left:27px;bottom:27px;padding:22px 24px 21px;border:1px solid rgb(255 255 255 / .20);border-radius:22px;color:#fff;background:linear-gradient(135deg,rgb(4 50 42 / .77),rgb(4 40 34 / .45));backdrop-filter:blur(15px) saturate(1.1);-webkit-backdrop-filter:blur(15px) saturate(1.1);box-shadow:0 18px 45px rgb(0 0 0 / .24);transform:translateY(0);transition:transform .45s cubic-bezier(.2,.8,.2,1),border-color .45s ease,background .45s ease}html.page-about .aboutx-location-photo:hover .aboutx-photo-caption{transform:translateY(-5px);border-color:rgb(228 184 94 / .46);background:linear-gradient(135deg,rgb(4 58 48 / .84),rgb(4 43 36 / .55))}html.page-about .aboutx-photo-caption-kicker{display:inline-flex;margin-bottom:5px;color:#e8c47b;font-size:11px;font-weight:900;letter-spacing:.2px}html.page-about .aboutx-photo-caption strong{display:block;margin-bottom:6px;font-size:clamp(22px,2.2vw,29px);font-weight:950;line-height:1.45;text-shadow:0 4px 20px rgb(0 0 0 / .25)}html.page-about .aboutx-photo-caption small{display:flex;align-items:center;gap:7px;color:rgb(255 255 255 / .82);font-size:12.5px;font-weight:700}html.page-about .aboutx-photo-caption small i{color:#e1b35a}html.page-about .aboutx-photo-corner{position:absolute;z-index:7;width:58px;height:58px;pointer-events:none;opacity:.72}html.page-about .aboutx-photo-corner--tr{top:17px;left:17px;border-top:1px solid rgb(228 184 94 / .72);border-left:1px solid rgb(228 184 94 / .72);border-radius:16px 0 0 0}html.page-about .aboutx-photo-corner--bl{right:17px;bottom:17px;border-right:1px solid rgb(228 184 94 / .72);border-bottom:1px solid rgb(228 184 94 / .72);border-radius:0 0 16px 0}@keyframes about-aboutxPhotoBreath{0%{transform:translate3d(var(--photo-x),var(--photo-y),0) scale(1.04)}100%{transform:translate3d(var(--photo-x),var(--photo-y),0) scale(1.11)}}@keyframes about-aboutxPhotoSweep{0%,18%{right:-52%;opacity:0}36%{opacity:.65}64%{opacity:.45}82%,100%{right:118%;opacity:0}}@keyframes about-aboutxBadgeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (max-width:991.98px){html.page-about .aboutx-location-photo{min-height:390px}}@media (max-width:520px){html.page-about .aboutx-location-photo{min-height:340px}html.page-about .aboutx-photo-top-badge{top:17px;right:17px;padding:8px 12px}html.page-about .aboutx-photo-caption{right:17px;left:17px;bottom:17px;padding:18px 18px 17px;border-radius:18px}html.page-about .aboutx-photo-corner{display:none}}@media (prefers-reduced-motion:reduce){html.page-about .aboutx-location-photo-img,html.page-about .aboutx-location-photo-light,html.page-about .aboutx-photo-top-badge{animation:none!important}}@media (min-width:992px){html.page-about .aboutx-features-layout{align-items:stretch!important}html.page-about .aboutx-feature-visual{min-height:0!important;height:auto!important;align-self:stretch!important}}@media (max-width:991.98px){html.page-about .aboutx-feature-visual{min-height:430px!important;height:auto!important}}@media (max-width:575.98px){html.page-about .aboutx-feature-visual{min-height:345px!important;border-radius:23px!important}}html.page-about #rsh-inline-about-1{text-align:center;max-width:790px;margin:0 auto}html.page-about #rsh-inline-about-2{text-align:center;max-width:720px;margin:0 auto}html.page-about #rsh-inline-about-3{text-align:center;max-width:790px;margin:0 auto}html.page-about #rsh-inline-about-4{text-align:center;max-width:760px;margin:0 auto}html.page-about #rsh-inline-about-5{text-align:center;max-width:730px;margin:0 auto}html.page-about #rsh-inline-about-6{color:inherit;text-decoration:none}html.page-about #rsh-inline-about-7{color:inherit;text-decoration:none}html.page-about #rsh-inline-about-8{color:inherit;text-decoration:none}