.projects-container{color:#0c0c0c;text-align:right;direction:rtl;background-color:#fff;width:100vw;min-height:100vh;padding-top:140px;padding-bottom:0;font-family:Fb Philosof,FbPhilosof,system-ui,-apple-system,sans-serif;position:relative;overflow-x:hidden}.projects-container .site-header{opacity:1!important}.projects-lines-container{pointer-events:none;z-index:1;width:calc(100% - 40px);max-width:1180px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.projects-lines{justify-content:space-between;width:100%;height:100%;display:flex}.projects-line{background:#00362b14;width:1px;height:100%}.projects-content{z-index:10;max-width:1180px;margin:0 auto;padding:0 20px;position:relative}.projects-header-section{text-align:right;margin-bottom:60px}.projects-breadcrumb{color:#000;opacity:.6;margin-bottom:12px;font-size:16px}.projects-breadcrumb-link{color:inherit;text-decoration:none}.projects-title{color:#00362b;margin-bottom:20px;font-size:54px;font-weight:700}.projects-description{color:#4a5568;max-width:800px;font-size:22px;line-height:1.6}.projects-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:100px;display:grid}.project-card{background-color:#f7f9fa;border-radius:16px;flex-direction:column;height:480px;text-decoration:none;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00362b05}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00362b14}.project-card--bordered{border:1px solid #0e8e734d!important}.project-card-image-wrap{width:100%;height:100%;position:relative;overflow:hidden}.project-card-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.project-card:hover .project-card-image{transform:scale(1.05)}.project-card-overlay{z-index:2;background:linear-gradient(#0000 40%,#000c 100%);position:absolute;inset:0}.project-card-content{z-index:3;color:#fff;text-align:right;position:absolute;bottom:30px;left:80px;right:30px}.project-card-location{opacity:.8;margin-bottom:8px;font-size:16px;font-weight:500;display:block}.project-card-title{color:#fff;margin:0;font-size:24px;font-weight:700;line-height:1.3}.project-card-arrow{z-index:4;background:#0d5846;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;bottom:30px;left:30px;overflow:hidden}.project-card-arrow-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.project-arrow-icon{width:12px;height:12px;transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.project-arrow-icon-clone{opacity:0;width:12px;height:12px;transition:transform .35s cubic-bezier(.25,.46,.45,.94),opacity .35s;position:absolute;transform:translate(25px,25px)}.project-card:hover .project-arrow-icon{transform:translate(-25px,-25px)}.project-card:hover .project-arrow-icon-clone{opacity:1;transform:translate(0)}.cta-section{text-align:center;z-index:10;background-color:#00362b;border-radius:24px;margin-bottom:100px;padding:clamp(80px,6.25vw,120px) 0;position:relative}.cta-title{color:#fff;text-align:center;margin-bottom:clamp(20px,1.56vw,30px);font-family:Fb Philosof,sans-serif;font-size:clamp(36px,4.69vw,90px);font-weight:700;line-height:.8}.cta-subtitle{color:#fff;text-align:center;margin-bottom:clamp(36px,3.13vw,60px);font-family:Fb Philosof,sans-serif;font-size:clamp(14px,1.25vw,24px);line-height:1.5}.cta-form{direction:rtl;flex-wrap:nowrap;justify-content:center;gap:17px;width:calc(100% - 40px);max-width:1005px;margin:0 auto;display:flex}.cta-input{color:#1a1a1a;direction:rtl;background:#fff;border:none;border-radius:50px;outline:none;flex:auto;max-width:270px;height:clamp(48px,3.39vw,65px);padding:0 24px;font-family:Fb Philosof,sans-serif;font-size:clamp(14px,1.04vw,20px)}.cta-input::placeholder{color:#aaa}.cta-input:focus{outline:2px solid #ffffff80}.cta-btn{cursor:pointer;white-space:nowrap;box-sizing:border-box;direction:rtl;background:linear-gradient(270deg,#004131 0%,#0e8e73 100%);border:none;border-radius:50px;flex:0 0 170px;justify-content:center;align-items:center;gap:10px;height:clamp(48px,3.39vw,65px);padding:0 8px 0 20px;transition:opacity .3s;display:inline-flex}.cta-btn:hover{opacity:.9}.cta-btn .btn-text{color:#fff;font-family:Fb Philosof,sans-serif;font-size:clamp(14px,1.04vw,20px);font-weight:700}.cta-btn .btn-circle{background:#ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;display:flex;position:relative;overflow:hidden}.cta-btn .btn-arrow-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.cta-btn .btn-arrow{width:10px;height:10px;transition:transform .3s}.cta-btn .btn-arrow-clone{opacity:0;width:10px;height:10px;transition:transform .3s,opacity .3s;position:absolute;transform:translate(29px,29px)}.cta-btn:hover .btn-arrow{transform:translate(-29px,-29px)}.cta-btn:hover .btn-arrow-clone{opacity:1;transform:translate(0)}.whatsapp-icon{width:30px;height:30px}@media (max-width:1024px){.projects-container{padding-top:120px}.projects-container .projects-lines-container{width:320px!important;max-width:320px!important}.projects-container .projects-line:nth-child(4),.projects-container .projects-line:nth-child(5),.projects-container .projects-line:nth-child(6){display:none!important}.projects-grid{grid-template-columns:repeat(2,1fr);gap:24px}.cta-form{flex-wrap:wrap;justify-content:center;gap:12px}.cta-input{max-width:220px;height:52px;font-size:16px}.cta-btn{flex:0 0 140px;height:52px;font-size:16px}}@media (max-width:768px){.projects-title{font-size:42px}.projects-description{margin-bottom:36px;font-size:18px}.projects-grid{grid-template-columns:1fr;gap:20px;margin-bottom:60px}.project-card{height:380px}.cta-section{margin-bottom:60px;padding:40px 20px}.cta-title{margin-bottom:15px!important;font-size:32px!important;line-height:1.2!important}.cta-subtitle{margin-bottom:30px!important;font-size:18px!important}.cta-form{flex-direction:column!important;align-items:stretch!important;gap:20px!important;width:340px!important;max-width:calc(100% - 40px)!important;margin:0 auto!important;display:flex!important}.cta-input{color:#1a1a1a!important;background:#fff!important;border-radius:50px!important;width:100%!important;height:65px!important;padding:0 30px!important;font-size:24px!important}.cta-input::placeholder{color:gray!important}.cta-btn{border-radius:50px!important;justify-content:center!important;width:100%!important;height:65px!important;padding:0 12px 0 30px!important}.cta-btn .btn-text{font-size:24px!important;font-weight:400!important}.cta-btn .btn-circle{width:43px!important;min-width:43px!important;height:43px!important}.cta-btn .btn-arrow,.cta-btn .btn-arrow-clone{width:12px!important;height:12px!important}.cta-btn .btn-arrow-clone{transform:translate(35px,35px)!important}.cta-btn:hover .btn-arrow{transform:translate(-35px,-35px)!important}.cta-btn:hover .btn-arrow-clone{transform:translate(0)!important}}
