.landing-page{min-height:100vh;background:#0a1929;color:#fff}.landing-header{padding:1.5rem 0;background:#0a1929;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.logo{display:flex;align-items:center}.logo-graphic{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-square{width:40px;height:40px;background:#1565c0;border-radius:4px;display:flex;align-items:center;justify-content:center}.logo-square svg{width:24px;height:24px}.logo-text{font-size:1.5rem;font-weight:600;color:#fff;letter-spacing:1px;margin-left:.75rem}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-link{color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem;font-size:.95rem;transition:color .3s}.nav-link span{text-decoration:underline}.nav-link:hover{color:#42a5f5}.nav-link i{font-size:1.75rem;rotate:45deg;margin-left:-10px;margin-bottom:-5px}.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.hero-section{padding:5rem 0;position:relative;overflow:hidden;max-height:90vh;display:flex;align-items:center}.hero-background-full{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0a1929,#1a2f4a);z-index:0}.hero-background-full:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://images.unsplash.com/photo-1556761175-5973dc0f32e7?w=1920&h=1080&fit=crop) center/cover;opacity:.15;z-index:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%;min-height:700px}.hero-text{z-index:3;padding-right:3rem;display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff;text-align:left}.hero-description{font-size:1.1rem;line-height:1.8;color:#ffffffe6;margin-bottom:2.5rem;max-width:550px;text-align:left}.hero-buttons{display:flex;gap:1rem;flex-wrap:nowrap;align-items:center;justify-content:flex-start}.btn{padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;border:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s;text-decoration:none}.btn-primary{background:linear-gradient(90deg,#1565c0,#42a5f5);color:#fff;white-space:nowrap}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #42a5f54d}.btn-outline{background:transparent;color:#fff;border:2px solid #ffffff;white-space:nowrap}.btn-outline:hover{background:#fff;color:#0a1929}.btn-outline-dark{background:transparent;color:#1a2f4a;border:2px solid #1a2f4a;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s;text-decoration:none}.btn-outline-dark:hover{background:#1a2f4a;color:#fff}.hero-image{position:relative;height:100%;min-height:700px;display:flex;align-items:center;justify-content:center;width:100%;z-index:3}.hero-visual-graphic{position:relative;width:100%;height:600px;border-radius:12px;overflow:hidden;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-yellow-curve{position:absolute;width:200px;height:100%;right:0;top:0;background:linear-gradient(135deg,gold,#ffed4e);border-radius:50% 0 0 50%;transform:translate(30%);opacity:.9;box-shadow:-10px 0 30px #ffd7004d}.hero-white-elements{position:absolute;left:0;top:0;width:60%;height:100%;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:12px 0 0 12px}.service-sectors{padding:5rem 0;background:#fff;color:#1a2f4a}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1a2f4a}.service-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}@media (max-width: 1400px){.service-cards{gap:1rem}}.service-card{background:#fff;border:2px solid #e3f2fd;border-radius:12px;padding:2rem;text-align:center;transition:all .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:#42a5f5}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#1565c0,#42a5f5);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff}.service-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1a2f4a}.service-description{font-size:.95rem;line-height:1.6;color:#546e7a;margin-bottom:1.5rem}.service-btn{width:50px;height:50px;background:linear-gradient(135deg,#1565c0,#42a5f5);border:none;border-radius:8px;color:#fff;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 auto;transition:all .3s}.service-card:nth-child(2) .service-btn{width:auto;padding:.75rem 1.5rem;font-size:.95rem;gap:.5rem}.service-btn:hover{transform:scale(1.1);box-shadow:0 5px 15px #42a5f566}.contact-us-center{text-align:center;margin-top:3rem;margin-bottom:1rem}.contact-us-center .btn-outline-dark{color:#1565c0!important;font-size:18px;font-weight:700;border-color:#42a5f5!important}.contact-us-center .btn-outline-dark:hover{color:#fff!important;border-color:transparent!important;background:linear-gradient(135deg,#1565c0,#42a5f5)!important}.contact-section{padding:4rem 0 0;background:linear-gradient(135deg,#02344f,#033754 40%,#0f3a58,#123d5e)}.contact-content{display:grid;grid-template-columns:60% 40%;gap:1rem;align-items:start}.contact-map{height:100%;border-radius:12px;overflow:hidden}.map-background{width:100%;height:100%;border-radius:12px;padding:0;box-shadow:0 10px 30px #0000004d;position:relative;overflow:hidden}.map-background iframe{width:100%;height:100%;border:none;border-radius:12px;position:relative;z-index:2}.contact-details{color:#fff;padding:2rem;border-radius:12px;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.contact-title{display:inline-block;position:relative;width:fit-content;margin-bottom:2rem;padding-bottom:6px;color:#fff;cursor:pointer}.contact-title:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#f5f5f5}.contact-title:before{content:"";position:absolute;left:0;bottom:-2px;height:4px;width:30%;background-color:#f5f5f5;border-radius:20px;transition:width .4s ease-in-out}.contact-title:hover:before{width:100%}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-item i{font-size:1.5rem;color:#42a5f5;margin-top:.25rem;flex-shrink:0}.contact-item span{font-size:1rem;line-height:1.6;color:#ffffffe6}.landing-footer{padding:0 0 2rem;margin-top:4rem}.footer-social-container{display:flex;align-items:center;justify-content:center;width:100%;margin:0 0 20px}.lineleft{flex:1;height:1px;background:linear-gradient(to left,#f3f5f7 0%,rgba(243,245,247,.6) 40%,rgba(243,245,247,.2) 70%,transparent 100%);border-top-right-radius:10px;border-bottom-right-radius:10px}.lineright{flex:1;height:1px;background:linear-gradient(to right,#f3f5f7 0%,rgba(243,245,247,.6) 40%,rgba(243,245,247,.2) 70%,transparent 100%);border-top-left-radius:10px;border-bottom-left-radius:10px}.social-icon{font-size:22px;color:#333;transition:.3s}.social-icon:hover{color:#f60}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;flex-wrap:wrap;gap:1.5rem}.footer-content>div:first-child{flex:0 0 auto}.footer-content>div:last-child{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}.footer-social{display:flex;gap:.75rem;flex-wrap:wrap;padding:0 20px}.social-icon{width:50px;height:50px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s;font-size:1.1rem}.social-icon:hover{background:#42a5f5;transform:translateY(-3px)}.footer-copyright{display:flex;gap:1.5rem;align-items:center;font-size:.9rem;color:#fffc;flex-wrap:wrap;margin-left:auto}.footer-copyright span:first-child{margin-right:1rem}.footer-links{color:#fffc;cursor:pointer;text-decoration:none;transition:color .3s}.footer-links:hover{color:#42a5f5}@media (max-width: 1200px){.service-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 992px){.hero-content{grid-template-columns:1fr;gap:3rem;min-height:auto;padding:3rem 0}.hero-image{min-height:400px}.service-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.nav-menu{display:none}.menu-toggle{display:block}.hero-title{font-size:2.5rem}.hero-buttons{flex-wrap:wrap}.hero-image{min-height:300px}.service-cards,.contact-content{grid-template-columns:1fr}.contact-map{min-height:300px}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}}@media (max-width: 576px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.service-cards{gap:1.5rem}.service-card{padding:1.5rem}}.real-estate-home{min-height:100vh;background:#fff;color:#1a2f4a;overflow-x:hidden}.re-header{padding:1.5rem 0;background:#fff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000}.re-header .header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.re-header .logo{display:flex;align-items:center}.re-header .logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#1e88e5,#42a5f5);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.re-header .logo-text{font-size:1.5rem;font-weight:600;color:#1a2f4a}.nav-wrapper{display:flex;align-items:center;gap:1rem;flex:1;justify-content:flex-end}.re-header .nav-menu{display:flex;gap:1.5rem;align-items:center;margin-right:1rem}.re-header .nav-link{color:#546e7a;text-decoration:none;font-size:.95rem;transition:color .3s;position:relative}.re-header .nav-link.active{color:#1565c0}.re-header .nav-link.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;width:100%;background:#1565c0}.re-header .nav-link:hover{color:#1565c0}.re-header .nav-link:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:#1565c0;width:0;transition:width .3s ease}.re-header .nav-link:hover:after{width:100%}.btn-login{padding:.75rem 1.5rem;background:#1565c0;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s;text-decoration:none}.btn-login:hover{background:#0d47a1;transform:translateY(-2px)}.menu-toggle{display:none;background:none;border:none;color:#1a2f4a;font-size:1.5rem;cursor:pointer}.re-hero{position:relative;min-height:700px;height:90vh;display:flex;align-items:center;justify-content:center;color:#fff;padding:0 10px;margin-bottom:100px}.hero-background-image{position:absolute;top:0;left:10px;right:10px;bottom:0;background:linear-gradient(#0006,#00000080),url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920&h=900&fit=crop) center/cover;z-index:1;border-radius:12px}.hero-overlay{position:absolute;top:0;left:10px;right:10px;bottom:0;background:linear-gradient(135deg,#1565c040,#42a5f526);z-index:2;border-radius:12px}.hero-container{position:relative;z-index:3;width:100%;max-width:1200px;margin:0 auto;padding:5rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:700px}.hero-content{max-width:900px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff;text-align:left;width:80%}.hero-subtitle{font-size:1.2rem;line-height:1.8;margin-bottom:2.5rem;color:#fffffff2;text-align:center;width:100%;max-width:700px}.re-hero .btn{padding:1rem 2rem;background:#42a5f5;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s;white-space:nowrap;box-shadow:0 4px 15px #42a5f54d}.re-hero .btn:hover{background:#1e88e5;transform:translateY(-2px);box-shadow:0 6px 20px #42a5f566}.stats-bar{background:#fff;padding:2rem 0;position:absolute;bottom:0;left:10px;right:10px;z-index:4;border-radius:0 0 8px 8px;transform:translateY(50%)}.real-estate-home .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.stat-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f5f5f5;border-radius:8px}.stat-item i{font-size:2.5rem;color:#1565c0}.stat-content{display:flex;flex-direction:column}.stat-value{font-size:1.75rem;font-weight:700;color:#1a2f4a}.stat-label{font-size:.9rem;color:#546e7a}.about-section{padding:5rem 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{display:flex;justify-content:center}.circular-image{width:450px;height:450px;border-radius:50%;overflow:hidden;border:10px solid #e3f2fd;box-shadow:0 10px 30px #0000001a}.circular-image img{width:100%;height:100%;object-fit:cover}.about-text{padding:2rem 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#1a2f4a}.about-description{font-size:1.05rem;line-height:1.8;color:#546e7a;margin-bottom:2rem}.about-text .btn{padding:1rem 2rem;background:#1565c0;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s}.about-text .btn:hover{transform:translateY(-2px)}.services-section{padding:5rem 10px;background:#f8f9fa;position:relative;overflow:hidden}.services-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://images.unsplash.com/photo-1557804506-669a67965ba0?w=1920&h=1080&fit=crop) center/cover;opacity:.05;z-index:0}.services-section .container{position:relative;z-index:1}.services-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.services-text{padding:2rem 0}.services-description{font-size:1.05rem;line-height:1.8;color:#546e7a;margin-bottom:2rem}.services-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 15px #00000014;transition:all .3s;position:relative;padding-left:20px}.service-card:before{content:"";position:absolute;left:-.5px;top:30%;transform:translateY(-50%);width:2px;height:80px;background-color:#1565c0}.service-card.no-line:before{content:none}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.service-card-icon{font-size:3rem;color:#1565c0;margin-bottom:1rem}.service-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1a2f4a}.service-card p{font-size:.95rem;line-height:1.6;color:#546e7a;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.service-card-btn{padding:.75rem 1.5rem;background:#1565c0;color:#fff;border:none;border-radius:8px;font-size:.95rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s}.service-card-btn:hover{background:#0d47a1}.work-section{padding:5rem 0;background:#fff}.section-title-center{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1a2f4a}.project-slider-wrapper{position:relative;margin-bottom:3rem}.project-slider{overflow:hidden;position:relative;width:100%;max-width:1200px;margin:0 auto}.project-slider-track{display:flex;transition:transform .5s ease-in-out;gap:2rem;padding:0 1rem}.project-slide-item{flex:0 0 calc(33.333% - 1.33rem);min-width:0;box-sizing:border-box}.project-slide-item .project-card{width:100%;height:100%;margin:0}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#1565c0;color:#fff;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;z-index:10;transition:all .3s;box-shadow:0 4px 10px #0003}.slider-btn:hover{background:#0d47a1;transform:translateY(-50%) scale(1.1)}.slider-btn-prev{left:-50px}.slider-btn-next{right:-50px}.slider-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#ccc;cursor:pointer;transition:all .3s}.dot.active{background:#1565c0;width:30px;border-radius:6px}.project-card{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:all .3s}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.project-image{width:100%;height:250px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.project-card:hover .project-image img{transform:scale(1.1)}.project-info{padding:1.5rem;background:#fff}.project-info h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1a2f4a}.project-info p{font-size:.95rem;color:#546e7a}.project-btn{position:absolute;bottom:1.5rem;right:1.5rem;width:50px;height:50px;background:#1565c0;color:#fff;border:none;border-radius:8px;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.project-btn:hover{background:#0d47a1;transform:scale(1.1)}.explore-projects{text-align:center}.explore-projects .btn{padding:1rem 2.5rem;background:#1565c0;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s}.explore-projects .btn:hover{background:#0d47a1;transform:translateY(-2px)}.contact-form-section{padding:5rem 0;background:#1565c0;color:#fff}.contact-form-container{max-width:1200px;margin:0 auto;padding:0 25px}.contact-form-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-form-left{padding:2rem}.contact-form-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#fff}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-input,.form-textarea{padding:1rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s}.form-input::placeholder,.form-textarea::placeholder{color:#ffffffb3}.form-input:focus,.form-textarea:focus{outline:none;border-color:#fff;background:#ffffff26}.form-textarea{resize:vertical;min-height:120px}.btn-white{padding:1rem 2rem;background:#fff;color:#1565c0;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s;align-self:flex-start}.btn-white:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.contact-form-map{height:500px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0003}.contact-form-map iframe{width:100%;height:100%;border:none}.re-footer{padding:4rem 0 0;background:transparent;color:#fff;position:relative;overflow:hidden}.footer-main{position:relative;overflow:hidden;padding:4rem 0;background:#fff}.footer-background-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1920&h=600&fit=crop) center/cover;opacity:.05;z-index:0}.footer-main .container{position:relative;z-index:1}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:0}.footer-col-logo{max-width:350px}.footer-col{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer-logo .logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#1e88e5,#42a5f5);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.footer-logo .logo-text{font-size:1.5rem;font-weight:600;color:#1a2f4a}.footer-description{font-size:.95rem;line-height:1.8;color:#546e7a;margin-top:1rem}.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:#1a2f4a;position:relative;display:inline-block;width:fit-content;cursor:pointer}.footer-title:after{content:"";position:absolute;left:0;bottom:-2px;height:1px;width:100%;background-color:#1565c0}.footer-title:before{content:"";position:absolute;left:0;bottom:-2px;height:3px;width:40%;background-color:#1565c0;border-radius:100px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem;padding:0;margin:0}.footer-links li{margin:0;padding:0}.footer-links a{color:#546e7a;text-decoration:none;font-size:.95rem;transition:color .3s;display:flex;align-items:center;margin-left:-5px}.footer-links a:hover{color:#1565c0}.footer-bottom{padding:1rem 0;background:#1a2f4a;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#fffc}.footer-bottom .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;width:100%}@media (max-width: 1200px){.project-slide-item{flex:0 0 calc(33.333% - 1.33rem)}.project-slider-track{gap:1.5rem}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 992px){.services-content{grid-template-columns:1fr}.services-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.re-header .nav-menu,.re-header .btn-login{display:none}.menu-toggle{display:block}.hero-title{font-size:2.5rem}.re-hero{padding:0 5px}.hero-background-image,.hero-overlay{left:5px;right:5px}.real-estate-home .stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.about-content{grid-template-columns:1fr}.circular-image{width:300px;height:300px}.services-section{padding:5rem 5px}.services-cards{grid-template-columns:1fr}.project-slide-item{flex:0 0 calc(50% - 1rem)}.project-slider-track{gap:1rem}.slider-btn{width:40px;height:40px;font-size:1.2rem}.slider-btn-prev{left:5px}.slider-btn-next{right:5px}.contact-form-container{padding:0 15px}.contact-form-content{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 576px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title,.section-title-center{font-size:2rem}.real-estate-home .stats-grid{grid-template-columns:1fr}}.re-login-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:Inter,Segoe UI,sans-serif;color:#fff;overflow:hidden}.login-background{position:absolute;top:0;right:0;bottom:0;left:0;background:url(https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?w=1920&h=1080&fit=crop) center/cover;filter:brightness(.85);z-index:1}.login-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#041b3a80,#1a2f4a59);z-index:2}.login-container{position:relative;z-index:3;width:100%;max-width:1200px;padding:3rem 2rem;display:flex;justify-content:flex-end}.login-card{width:100%;max-width:420px;background:#0c142659;border-radius:18px;padding:2.5rem;box-shadow:0 20px 60px #00000059;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid rgba(255,255,255,.15)}.login-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.login-logo{display:flex;align-items:center;gap:.75rem}.login-logo .logo-icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#fbc02d,#ffecb3);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#1a2f4a}.login-logo .logo-text{font-size:1.5rem;font-weight:600;color:#fff;letter-spacing:.08em}.back-link{display:inline-flex;align-items:center;gap:.35rem;color:#ffffffd9;text-decoration:none;font-size:.95rem;padding:.4rem .75rem;border-radius:999px;background:#ffffff14;transition:all .3s}.back-link:hover{background:#fff3}.login-card-body h2{font-size:2rem;margin-bottom:.35rem}.login-subtitle{color:#ffffffbf;margin-bottom:2rem}.form-feedback{padding:.85rem 1rem;border-radius:10px;font-size:.9rem;margin-bottom:1.25rem;border:1px solid transparent}.form-feedback.error{background:#f443361f;border-color:#f4433640;color:#ffcdd2}.login-form{display:flex;flex-direction:column;gap:1rem}.form-label{font-size:.95rem;color:#ffffffe6}.input-wrapper input{width:100%;padding:.95rem 3rem .95rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:#ffffff0d;color:#fff;font-size:1rem;transition:border .3s,box-shadow .3s}.input-wrapper.has-error input{border-color:#f4433699;box-shadow:0 0 0 2px #f4433626}.input-wrapper input:focus{outline:none;border-color:#42a5f5e6;box-shadow:0 0 0 3px #42a5f526;background:#ffffff1a}.input-wrapper i{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#fff9;font-size:1.25rem}.field-error{color:#ff9e9e;font-size:.8rem;margin-top:-.35rem;margin-bottom:.35rem}.checkbox-group{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0 1.5rem}.checkbox-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:#fffc;line-height:1.4}.checkbox-item input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:6px;border:1.5px solid rgba(255,255,255,.5);background:#ffffff14;margin-top:.15rem;position:relative;cursor:pointer;transition:all .2s ease}.checkbox-item input:focus{outline:none;box-shadow:0 0 0 3px #42a5f540}.checkbox-item input:checked{border-color:transparent;background:linear-gradient(135deg,#42a5f5,#1de9b6)}.checkbox-item span{display:inline-block;color:#ffffffd9}.checkbox-item a{color:#42a5f5;text-decoration:none}.btn-login-primary{width:100%;padding:1rem;border:none;border-radius:12px;background:linear-gradient(135deg,#2979ff,#00b0ff);color:#fff;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #2979ff59}.btn-login-primary:hover{transform:translateY(-2px);box-shadow:0 15px 35px #2979ff73}.btn-login-primary:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.login-footer-links{margin-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.footer-link{color:#ffffffd9;text-decoration:none;transition:color .3s}.footer-link.primary{color:#42a5f5;font-weight:600}.footer-link:hover{color:#90caf9}@media (max-width: 768px){.login-container{justify-content:center}.login-card{padding:2rem}.login-card-header{flex-direction:column;align-items:flex-start}.login-footer-links{flex-direction:column;gap:.75rem;text-align:center}}@media (max-width: 576px){.login-card{padding:1.75rem}.login-container{padding:2rem 1.25rem}}.re-signup-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:Inter,Segoe UI,sans-serif;color:#fff;overflow:hidden}.signup-background{position:absolute;top:0;right:0;bottom:0;left:0;background:url(https://images.unsplash.com/photo-1496284427489-f59461d8a8e6?w=1920&h=1080&fit=crop) center/cover;filter:brightness(.8);z-index:1}.signup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#05142999,#0a1f3f73);z-index:2}.signup-container{position:relative;z-index:3;width:100%;max-width:1200px;padding:3rem 2rem;display:flex;justify-content:flex-end}.signup-card{width:100%;max-width:520px;background:#07122359;border-radius:24px;padding:2.75rem 3rem;box-shadow:0 25px 80px #00000059;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.12)}.signup-card-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:2rem}.signup-logo{display:flex;align-items:center;gap:.75rem}.signup-logo .logo-icon{width:50px;height:50px;border-radius:14px;background:linear-gradient(135deg,#42a5f5,#80d8ff);display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#0b254a}.signup-logo .logo-text{font-size:1.6rem;font-weight:600;letter-spacing:.08em}.signup-card-body h2{font-size:2.2rem;margin-bottom:.5rem}.signup-subtitle{color:#ffffffbf;margin-bottom:2rem}.form-feedback{padding:.9rem 1rem;border-radius:12px;font-size:.92rem;margin-bottom:1.25rem;border:1px solid transparent}.form-feedback.error{background:#f443361f;border-color:#f443364d;color:#ffcdd2}.form-feedback.success{background:#4caf5033;border-color:#4caf5059;color:#c8e6c9}.signup-form{display:flex;flex-direction:column;gap:1.25rem}.grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.form-label{font-size:.95rem;color:#ffffffd9}.input-wrapper{position:relative}.input-wrapper input,.input-wrapper select{width:100%;padding:.95rem 3rem .95rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.35);background:#ffffff0d;color:#fff;font-size:1rem;transition:border .3s,box-shadow .3s,background .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.input-wrapper select{padding-right:2.5rem}.input-wrapper.has-error input,.input-wrapper.has-error select{border-color:#f4433699;box-shadow:0 0 0 2px #f4433626}.input-wrapper input:focus,.input-wrapper select:focus{outline:none;border-color:#81d4fae6;box-shadow:0 0 0 3px #81d4fa40;background:#ffffff1f}.input-wrapper i{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#ffffffb3;font-size:1.2rem}.select-wrapper i{pointer-events:none}.checkbox-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.checkbox-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.92rem;color:#fffc;line-height:1.4}.checkbox-item input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:6px;border:1.5px solid rgba(255,255,255,.5);background:#ffffff14;margin-top:.2rem;position:relative;cursor:pointer;transition:all .2s ease}.checkbox-item input:focus{outline:none;box-shadow:0 0 0 3px #81d4fa59}.checkbox-item input:checked{border-color:transparent;background:linear-gradient(135deg,#00b0ff,#1de9b6)}.checkbox-item input:checked:after{content:"";position:absolute;top:3px;left:6px;width:4px;height:8px;border:solid #0d1b2a;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-item span{display:inline-block;color:#ffffffeb}.checkbox-item.has-error span{color:#ffb3b3}.checkbox-item a{color:#80d8ff;text-decoration:none}.checkbox-item a:hover{text-decoration:underline}.field-error{color:#ff9e9e;font-size:.8rem;margin-top:-.2rem}.btn-signup-primary{margin-top:.5rem;width:100%;padding:1rem;border:none;border-radius:14px;background:linear-gradient(135deg,#00b0ff,#1de9b6);color:#0d1b2a;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:transform .3s,box-shadow .3s;box-shadow:0 15px 35px #00b0ff59}.btn-signup-primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px #00b0ff73}.btn-signup-primary:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.signup-footer-text{margin-top:1.75rem;color:#ffffffd9;text-align:center}.signup-footer-text a{color:#80d8ff;font-weight:600;text-decoration:none}.signup-footer-text a:hover{text-decoration:underline}.back-link{color:#ffffffd9;text-decoration:none;font-size:.95rem;padding:.5rem .9rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);transition:all .3s}.back-link:hover{background:#ffffff26;border-color:#ffffff59}@media (max-width: 768px){.signup-container{justify-content:center}.signup-card{padding:2.25rem}.grid-two{grid-template-columns:1fr}.signup-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width: 576px){.signup-card{padding:2rem 1.5rem}.signup-container{padding:2rem 1rem}}.dashboard-layout{display:flex;min-height:100vh;background:#f4f7fb;color:#1a2f4a;font-family:Inter,Segoe UI,sans-serif;position:relative;width:100%;overflow-x:hidden}.sidebar-overlay{display:none}.dashboard-sidebar{width:250px;background:#fff;border-right:1px solid rgba(26,47,74,.08);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;transition:width .3s ease}.sidebar-collapsed .dashboard-sidebar{width:78px;padding:1.5rem .75rem}.sidebar-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.35rem;color:#1a2f4a}.sidebar-close{margin-left:auto;border:1px solid rgba(26,47,74,.12);background:transparent;width:36px;height:36px;border-radius:10px;display:none;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer}.sidebar-close:hover{border-color:#00a9ff;color:#00a9ff}.logo-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#00b0ff,#1de9b6);display:flex;align-items:center;justify-content:center;color:#0d1b2a;font-size:1.3rem}.my-logo{height:50px}.sidebar-nav{display:flex;flex-direction:column;gap:.4rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:12px;border:none;background:transparent;color:#627089;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.sidebar-link i{font-size:2rem}.sidebar-link span{font-size:1rem;font-weight:550}.sidebar-collapsed .sidebar-link span{display:none}.sidebar-collapsed .sidebar-link{justify-content:center;position:relative}.sidebar-collapsed .sidebar-logo{justify-content:center}.sidebar-collapsed .sidebar-logo span{display:none}.sidebar-collapsed .sidebar-link:after{content:attr(data-label);position:absolute;left:70px;background:#0d1b2a;color:#fff;padding:.35rem .6rem;border-radius:8px;font-size:.8rem;opacity:0;pointer-events:none;transform:translate(10px);transition:opacity .2s ease,transform .2s ease;white-space:nowrap}.sidebar-collapsed .sidebar-link:hover:after{opacity:1;transform:translate(0)}.sidebar-link.active,.sidebar-link:hover{background:#00b0ff1a;color:#00a9ff}.logout-inline{color:#ff6b6b;background:#ff6b6b14}.dashboard-main{flex:1;display:flex;flex-direction:column;min-height:100vh}.dashboard-topbar{background:#fff;border-bottom:1px solid rgba(26,47,74,.08);padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:5}.topbar-left{display:flex;align-items:center;gap:1rem}.topbar-left h1{font-size:2rem;font-weight:600;margin:0}.hamburger{width:44px;height:44px;border-radius:12px;border:1px solid rgba(26,47,74,.12);background:transparent;display:flex;align-items:center;justify-content:center;font-size:1.4rem;cursor:pointer;transition:border .2s ease}.hamburger:hover{border-color:#00a9ff}.topbar-right{display:flex;align-items:center;gap:1rem}.search-wrapper{position:relative;background:#f0f3f9;border-radius:12px;padding:.6rem 1rem .6rem 2.5rem}.search-wrapper input{border:none;background:transparent;outline:none;font-size:.95rem;width:200px}.search-wrapper i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#7b8aab}.icon-button{width:44px;height:44px;border-radius:12px;border:none;background:#f0f3f9;position:relative;cursor:pointer;font-size:1.3rem;color:#1a2f4a}.badge{position:absolute;top:-4px;right:-5px;background:#ff6b6b;color:#d70000;font-size:.7rem;border-radius:999px;min-width:0;padding:.05rem .35rem;box-shadow:0 4px 10px #ff6b6b59}.notification-dropdown,.profile-dropdown{position:absolute;top:52px;right:0;width:280px;background:#fff;border-radius:16px;box-shadow:0 25px 70px #1a2f4a1a;border:1px solid rgba(26,47,74,.08);padding:1rem;z-index:10}.notification-wrapper,.profile-wrapper{position:relative}.notification-dropdown .dropdown-header{display:flex;justify-content:space-between;font-weight:600;margin-bottom:.75rem;color:#1a2f4a}.notification-dropdown ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.notification-dropdown li p{margin:0;font-weight:500}.notification-dropdown li span{font-size:.8rem;color:#7b8aab}.profile-dropdown{width:200px;padding:.75rem}.profile-chip{border:1px solid rgba(26,47,74,.12);border-radius:16px;padding:.4rem .75rem .4rem .4rem;display:flex;align-items:center;gap:.6rem;background:#fff;cursor:pointer}.avatar{width:36px;height:36px;border-radius:12px;background-color:#00a9ff;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.profile-info{display:flex;flex-direction:column;text-align:left}.profile-info strong{font-size:.95rem}.profile-dropdown button{width:100%;border:none;background:transparent;display:flex;align-items:center;gap:.6rem;padding:.6rem .4rem;border-radius:10px;cursor:pointer;color:#1a2f4a;font-size:1rem}.profile-dropdown i{font-size:1.2rem}.profile-dropdown button:hover{background:#00b0ff0f}.dashboard-content{flex:1;padding:2rem;display:flex;flex-direction:column;gap:2rem}.dashboard-footer{padding:1rem 2rem;text-align:center;color:#7b8aab;font-size:.9rem;border-top:1px solid rgba(26,47,74,.08);background:#fff}@media (max-width: 1024px){.search-wrapper input{width:140px}.dashboard-main{margin-left:250px}.sidebar-collapsed .dashboard-main{margin-left:0}.dashboard-sidebar{position:fixed;z-index:30;height:100%;top:0;left:0;transform:translate(0);box-shadow:0 15px 50px #0000001f}.dashboard-sidebar .sidebar-close{display:flex}.sidebar-collapsed .dashboard-sidebar{transform:translate(-100%)}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:20;opacity:0;pointer-events:none;transition:opacity .2s ease}.sidebar-overlay.visible{opacity:1;pointer-events:auto}}@media (max-width: 900px){.dashboard-main{margin-left:0}.dashboard-sidebar{transform:translate(-100%)}.dashboard-layout:not(.sidebar-collapsed) .dashboard-sidebar{transform:translate(0)}}@media (max-width: 640px){.dashboard-topbar{flex-direction:column;gap:1rem}.topbar-right{flex-wrap:wrap;justify-content:center}.dashboard-content{padding:1.5rem}}@media (max-width: 480px){.dashboard-content{padding:1.1rem}.stat-card,.funding-activity,.transactions-section{padding:1.25rem}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;width:100%}.stat-card{background:#fff;border-radius:18px;padding:1.5rem;box-shadow:0 20px 60px #0a1f3f0d;border:1px solid rgba(26,47,74,.05)}.stat-card p{margin:0;color:#7b8aab;font-weight:500;font-size:1.2rem}.stat-card h3{margin:.5rem 0 0;font-size:1.5rem;color:#1a2f4a}.stat-icon{width:42px;height:42px;border-radius:12px;background:#00b0ff1a;color:#00a9ff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:.75rem}.funding-activity,.transactions-section{background:#fff;border-radius:24px;padding:1.75rem;box-shadow:0 25px 60px #0a1f3f0a;border:1px solid rgba(26,47,74,.05)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0;font-size:1.3rem}.section-header p{margin:.2rem 0 0;color:#7b8aab}.filter-select select{border-radius:12px;border:1px solid rgba(26,47,74,.12);padding:.5rem 1rem;background:#f0f3f9;font-weight:600;color:#1a2f4a}.bar-chart{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem;height:220px;width:100%}.bar-item{display:flex;flex-direction:column;align-items:center;gap:.6rem;height:100%;justify-content:flex-end}.bar{width:70%;border-radius:12px 12px 0 0;background:linear-gradient(180deg,#5cc6ff,#5cc6ff2e);border:1px solid rgba(92,198,255,.35);box-shadow:0 8px 20px #00b0ff2e;position:relative;transition:transform .2s ease;min-height:18px;display:flex;align-items:flex-end;justify-content:center}.bar:after{content:attr(data-value);position:absolute;bottom:100%;transform:translateY(-6px);background:#1a2f4a;color:#fff;font-size:.7rem;padding:.15rem .45rem;border-radius:999px;opacity:0;transition:opacity .2s ease,transform .2s ease;pointer-events:none}.bar:hover{transform:translateY(-4px);background:linear-gradient(180deg,#7c6bff,#7c6bff38);border-color:#7c6bff8c;box-shadow:0 12px 26px #7c6bff4d}.bar:hover:after{opacity:1;transform:translateY(-10px)}.bar-label{font-size:.75rem;color:#7b8aab}.transactions-table{border-radius:16px;overflow:hidden;border:1px solid rgba(26,47,74,.08);width:100%}.table-row{display:grid;grid-template-columns:1.2fr 1.2fr 2fr 1fr 1fr;padding:1rem 1.25rem;background:#fff;align-items:center;border-bottom:1px solid rgba(26,47,74,.05);font-size:.95rem}.table-header{background:#f5f8ff;font-weight:600;color:#1a2f4a}.table-header button{border:none;background:transparent;font:inherit;color:inherit;display:flex;align-items:center;gap:.3rem;cursor:pointer}.table-row button i{font-size:1.6rem}.sort-indicator{font-size:.8rem;color:#7b8aab}.table-row:last-child{border-bottom:none}.actions{display:flex;gap:.35rem}.actions button{width:34px;height:34px;border-radius:10px;border:none;background:#f0f3f9;color:#1a2f4a;cursor:pointer}@media (max-width: 900px){.table-row{grid-template-columns:1fr;gap:.5rem}.table-header{display:none}.table-row span{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}.table-row span[data-label]:before{content:attr(data-label);font-size:.75rem;color:#7b8aab;letter-spacing:.02em}}@media (max-width: 768px){.funding-activity,.transactions-section{padding:1.4rem}.bar-chart{grid-template-columns:repeat(auto-fit,minmax(45px,1fr));gap:.6rem;height:200px}}@media (max-width: 560px){.stats-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:.7rem}}.membership-loading{background:#fff;border-radius:24px;padding:2rem;text-align:center;box-shadow:0 24px 60px #0a1f3f0a}.snapshot-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:1.5rem;margin:2rem 0}.application-snapshot,.quick-actions-card,.timeline-section,.funding-module{background:#fff;border-radius:24px;border:1px solid rgba(26,47,74,.08);box-shadow:0 24px 60px #0a1f3f0a;padding:1.75rem}.application-snapshot header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.application-snapshot h2{margin:0;color:#1a2f4a}.muted{color:#7b8aab;margin:0;font-size:.85rem}.snapshot-meta{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.snapshot-meta p{margin:0;color:#7b8aab;font-size:.85rem}.snapshot-meta strong{display:block;margin-top:.2rem;color:#1a2f4a}.snapshot-meta span{display:block;margin-top:.4rem;color:#4a5c7a;font-size:.9rem;line-height:1.5}.status-chip{padding:.45rem .9rem;border-radius:999px;font-weight:600;font-size:.85rem;background:#3b82f626;color:#1d4ed8;text-transform:capitalize}.status-chip.approved{background:#10b98126;color:#059669}.status-chip.rejected{background:#f8717126;color:#b91c1c}.quick-actions-card h3{margin-bottom:1rem;color:#1a2f4a}.quick-actions-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.quick-actions-card button{width:100%;border:1px solid rgba(26,47,74,.08);border-radius:16px;background:#f8faff;padding:.85rem 1rem;display:flex;align-items:center;gap:.9rem;text-align:left;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.quick-actions-card button:hover{border-color:#1a2f4a40;transform:translate(2px)}.quick-actions-card i{font-size:1.4rem;color:#1a73e8}.quick-actions-card strong{color:#1a2f4a;display:block}.quick-actions-card span{color:#7b8aab;font-size:.85rem}.timeline-section{margin-bottom:2rem}.timeline-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.timeline-step{display:flex;gap:.75rem;border:1px dashed rgba(26,47,74,.2);border-radius:16px;padding:1rem;background:#fdfdff}.timeline-step.completed{border-color:#10b98166;background:#10b98114}.timeline-step.in_progress{border-color:#1a73e866;background:#3b82f614}.step-marker{width:12px;height:12px;border-radius:50%;background:#1a73e8;margin-top:.3rem}.timeline-step.completed .step-marker{background:#10b981}.step-label{margin:0;font-weight:600;color:#1a2f4a}.step-description{display:block;color:#7b8aab;font-size:.85rem;margin:.15rem 0}.link-button{border:none;background:transparent;color:#1a73e8;font-weight:600;cursor:pointer}.funding-module{margin:2rem 0}.funding-summary-card{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start}.funding-summary-card .btn{padding:.85rem 1.75rem;border-radius:14px;border:none;background:linear-gradient(90deg,#1a73e8,#3f8cff);color:#fff;font-weight:600;cursor:pointer}.funding-summary-meta{display:flex;gap:2rem;margin:1.2rem 0}.funding-summary-meta span{display:block;color:#7b8aab;font-size:.85rem}.funding-summary-meta strong{color:#1a2f4a;font-size:1.2rem}.next-step{margin:0;color:#4a5c7a}.btn.btn-primary{background:linear-gradient(90deg,#1a73e8,#3f8cff);color:#fff;padding:.85rem 1.5rem;border:none;border-radius:12px;font-weight:600;cursor:pointer}.status-pill{padding:.4rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;background:#3b82f626;color:#1d4ed8;text-transform:capitalize}.status-pill.under_review{background:#3b82f633;color:#1e3a8a}.status-pill.need_more_info{background:#fbbf2440;color:#92400e}@media (max-width: 1024px){.snapshot-grid{grid-template-columns:1fr}}.membership-module{display:flex;flex-direction:column;gap:2rem}.membership-loading{padding:3rem;text-align:center;color:#7b8aab}.membership-tabs{display:flex;gap:.5rem;background:#fff;padding:.5rem;border-radius:16px;border:1px solid rgba(26,47,74,.08);box-shadow:0 4px 12px #0a1f3f0a}.membership-tabs button{flex:1;padding:.85rem 1.25rem;border:none;background:transparent;border-radius:12px;font-weight:600;color:#7b8aab;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.membership-tabs button:hover{background:#1a2f4a0a;color:#1a2f4a}.membership-tabs button.active{background:linear-gradient(90deg,#1a73e8,#3f8cff);color:#fff;box-shadow:0 4px 12px #1a73e840}.membership-overview{display:flex;flex-direction:column;gap:1.5rem}.membership-status-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:24px;padding:2rem;color:#fff;box-shadow:0 20px 40px #667eea4d}.status-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.status-header h2{margin:0 0 .5rem;font-size:1.75rem;color:#fff}.membership-code{font-size:.95rem;opacity:.9;font-family:Courier New,monospace}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:600;font-size:.9rem}.status-badge.active{background:#10b9814d}.status-badge.expired{background:#f43f5e4d}.membership-dates{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:1.5rem}.membership-dates>div{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;border-radius:12px}.membership-dates p{margin:0 0 .5rem;font-size:.85rem;opacity:.8}.membership-dates strong{font-size:1.1rem;display:block}.membership-dates strong.warning{color:#fbbf24}.expiry-notice{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;margin-top:1rem}.expiry-notice.warning{background:#fbbf2433}.expiry-notice i{font-size:1.25rem;flex-shrink:0}.expiry-notice p{margin:0;font-size:.9rem;line-height:1.5}.membership-benefits-card{background:#fff;border-radius:24px;border:1px solid rgba(26,47,74,.08);box-shadow:0 30px 60px #0a1f3f0d;padding:2rem}.membership-benefits-card h3{margin:0 0 1.5rem;color:#1a2f4a}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem}.benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#f8faff,#fff);border-radius:16px;border:1px solid rgba(26,47,74,.06)}.benefit-item i{font-size:1.75rem;color:#1a73e8;flex-shrink:0}.benefit-item strong{display:block;margin-bottom:.25rem;color:#1a2f4a;font-size:.9rem}.benefit-item p{margin:0;color:#4a5c7a;font-size:1.1rem;font-weight:600}.features-list{padding-top:1.5rem;border-top:1px solid rgba(26,47,74,.08)}.features-list h4{margin:0 0 1rem;color:#1a2f4a;font-size:1.1rem}.features-list ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem}.features-list li{display:flex;align-items:center;gap:.5rem;color:#4a5c7a;font-size:.95rem}.features-list li i{color:#10b981;font-size:1.1rem}.no-membership-card{background:#fff;border-radius:24px;border:1px solid rgba(26,47,74,.08);box-shadow:0 30px 60px #0a1f3f0d;padding:4rem 2rem;text-align:center}.no-membership-card i{font-size:4rem;color:#cbd5e1;margin-bottom:1.5rem}.no-membership-card h3{margin:0 0 .75rem;color:#1a2f4a}.no-membership-card p{margin:0 0 2rem;color:#7b8aab}.membership-tiers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.tier-card{background:#fff;border-radius:24px;border:2px solid rgba(26,47,74,.08);padding:2rem;position:relative;transition:all .3s ease;box-shadow:0 10px 30px #0a1f3f0d}.tier-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0a1f3f1a}.tier-card.current{border-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#fff)}.tier-card.upgrade{border-color:#1a73e8}.current-badge,.upgrade-badge{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:999px;font-size:.8rem;font-weight:600}.current-badge{background:#10b9811f;color:#0f9a78}.upgrade-badge{background:#1a73e81f;color:#1a73e8}.tier-header{margin-bottom:1rem}.tier-header h3{margin:0 0 .75rem;color:#1a2f4a;font-size:1.5rem}.tier-price{display:flex;align-items:baseline;gap:.25rem}.tier-price .amount{font-size:2rem;font-weight:700;color:#1a73e8}.tier-price .period{font-size:.9rem;color:#7b8aab}.tier-description{color:#7b8aab;margin-bottom:1.5rem;line-height:1.6}.tier-benefits{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(26,47,74,.08)}.benefit-row{display:flex;align-items:center;gap:.75rem;color:#4a5c7a;font-size:.9rem}.benefit-row i{color:#1a73e8;font-size:1.1rem}.tier-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.65rem}.tier-features li{display:flex;align-items:flex-start;gap:.5rem;color:#4a5c7a;font-size:.9rem;line-height:1.5}.tier-features li i{color:#10b981;font-size:1rem;margin-top:.15rem;flex-shrink:0}.tier-action-btn{width:100%;padding:.95rem;border:none;border-radius:12px;background:linear-gradient(90deg,#1a73e8,#3f8cff);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.tier-action-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #1a73e84d}.tier-action-btn:disabled{opacity:.6;cursor:not-allowed}.membership-history-card{background:#fff;border-radius:24px;border:1px solid rgba(26,47,74,.08);box-shadow:0 30px 60px #0a1f3f0d;padding:2rem}.membership-history-card h3{margin:0 0 1.5rem;color:#1a2f4a}.history-timeline{position:relative;padding-left:2rem;border-left:2px solid rgba(26,47,74,.1)}.history-item{position:relative;display:flex;gap:1rem;margin-bottom:2rem}.history-item:last-child{margin-bottom:0}.history-icon{position:absolute;left:-2.5rem;width:2rem;height:2rem;border-radius:50%;background:#fff;border:3px solid #1a73e8;display:flex;align-items:center;justify-content:center;color:#1a73e8;font-size:1rem;flex-shrink:0}.history-content{flex:1;background:#f8faff;padding:1.25rem;border-radius:12px;border:1px solid rgba(26,47,74,.06)}.history-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem}.history-header strong{color:#1a2f4a;font-size:1rem}.history-header span{color:#7b8aab;font-size:.85rem}.history-note{margin:.5rem 0 0;color:#4a5c7a;font-size:.9rem;line-height:1.5}.history-admin{display:block;margin-top:.5rem;color:#7b8aab;font-size:.8rem}.empty-history{padding:3rem;text-align:center;color:#7b8aab}.empty-history i{font-size:3rem;margin-bottom:1rem;opacity:.5}.membership-registration{background:#fff;border-radius:24px;border:1px solid rgba(26,47,74,.08);box-shadow:0 24px 60px #0a1f3f14;padding:2rem}.registration-header{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;align-items:center}.registration-lead{color:#4a5c7a;margin:1rem 0 2rem;font-size:.95rem}.registration-status{display:flex;gap:.75rem;flex-wrap:wrap}.status-pill{padding:.4rem .9rem;border-radius:999px;font-weight:600;font-size:.85rem;color:#0f172a;background:#10b98126}.status-pill.submitted,.status-pill.pending{background:#fbbf2426;color:#b45309}.status-pill.under_review{background:#3b82f626;color:#1e3a8a}.status-pill.rejected{background:#f8717126;color:#b91c1c}.status-pill.payment{background:#4c1d951a;color:#4c1d95}.membership-form-grid{display:block}.form-card{border:1px solid rgba(26,47,74,.08);border-radius:20px;background:#fdfdff;padding:2.5rem;width:100%;box-sizing:border-box}.form-card h4,.summary-card h4{margin-bottom:1rem;color:#1a2f4a}.form-row{display:grid;gap:1.5rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-card>.form-group{max-width:100%}.form-card h4{margin-top:2rem;margin-bottom:1.5rem}.form-card h4:first-child{margin-top:0}.form-group label{font-weight:600;color:#1a2f4a;margin-bottom:.4rem;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{border:1px solid rgba(26,47,74,.15);border-radius:12px;padding:.75rem .9rem;font-size:.95rem;color:#0f172a;background:#fff;width:100%;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a}.summary-list{list-style:none;padding:0;margin:0 0 1.2rem}.summary-list li{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px dashed rgba(26,47,74,.08);font-size:.95rem}.summary-list span{color:#64748b}.summary-list strong{color:#0f172a}.notes-block ul{padding-left:1.2rem;margin:0;color:#475569;font-size:.9rem}.status-panel{padding:1rem;border:1px solid rgba(59,130,246,.15);border-radius:16px;margin-top:1rem;background:#3b82f60d}.agreement-checks{margin:1.5rem 0;display:flex;flex-direction:column;gap:.5rem}.checkbox-row{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:#475569}.checkbox-row input{margin-top:.2rem}.proof-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:.5rem;color:#1a73e8;font-weight:600}.proof-link:hover{text-decoration:underline}@media (max-width: 768px){.membership-registration{padding:1.5rem}.form-row{grid-template-columns:1fr!important;gap:1rem}}@media (min-width: 769px) and (max-width: 1024px){.form-row:has(.form-group:nth-child(1):last-child){grid-template-columns:1fr}.form-row:has(.form-group:nth-child(2):last-child),.form-row:has(.form-group:nth-child(3):last-child),.form-row:has(.form-group:nth-child(4):last-child){grid-template-columns:repeat(2,1fr)}}.btn-primary{background:linear-gradient(90deg,#1a73e8,#3f8cff);border:none;border-radius:12px;padding:.95rem 1.75rem;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1a73e84d}@media (max-width: 1024px){.membership-tiers-grid,.benefits-grid{grid-template-columns:1fr}}@media (max-width: 640px){.membership-tabs{flex-direction:column}.status-header{flex-direction:column;gap:1rem}.membership-dates,.features-list ul{grid-template-columns:1fr}}.funding-module{display:flex;flex-direction:column;gap:2rem}.funding-card{background:#fff;border-radius:24px;border:1px solid rgba(26,47,74,.08);box-shadow:0 30px 60px #0a1f3f0d;padding:1.75rem}.funding-form-wrapper{width:100%}.funding-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.75rem}.funding-card .card-header.single{justify-content:flex-start}.funding-card .card-header h2{margin:.4rem 0 0}.form-feedback{padding:.85rem 1rem;border-radius:12px;margin-bottom:1rem;font-weight:500}.form-feedback.success{background:#10b9811f;color:#0f9a78}.form-feedback.error{background:#f472b61f;color:#d62b70}.funding-form{display:flex;flex-direction:column;gap:1rem}.funding-form .required{color:#dc3545;margin-left:.25rem}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.funding-form label{font-weight:600;color:#1a2f4a}.funding-form input,.funding-form select,.funding-form textarea{border-radius:16px;border:1px solid rgba(26,47,74,.12);padding:.85rem 1rem;background:#f8faff;font-size:.95rem;transition:border-color .2s ease}select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23888'%3E%3Cpolygon points='0,0 14,0 7,7'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 20px center!important;padding-right:35px!important;line-height:normal}.funding-form input:focus,.funding-form select:focus,.funding-form textarea:focus{outline:none;border-color:#1a73e8;background:#fff;box-shadow:0 0 0 3px #1a73e81f}.file-input{border:1px dashed rgba(26,47,74,.2);border-radius:16px;padding:1rem;display:flex;align-items:center;gap:.75rem;background:#f8fbff;font-size:.9rem;color:#4a5c7a;cursor:pointer;width:100%}.file-input input[type=file]{display:none}.agreement-checkbox{display:flex;gap:.7rem;font-size:.9rem;color:#4a5c7a}.agreement-checkbox input{width:18px;height:18px}.btn-primary{background:linear-gradient(90deg,#1a73e8,#3f8cff);border:none;border-radius:999px;padding:.95rem 1.5rem;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn-primary.fundingpage{background:#3f8cff!important;box-shadow:none!important}.btn-primary:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 15px 25px #1a73e840}.submission-summary{display:flex;align-items:center;gap:1rem;padding:1.2rem;border-radius:16px;background:#10b9811f;color:#0f9a78;margin-bottom:1rem;flex-wrap:wrap}.submission-summary i{font-size:2rem}.submission-summary button{margin-left:auto;border:none;background:#0f9a78;color:#fff;padding:.6rem 1rem;border-radius:10px;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.applications-card{background:#fff;border-radius:24px;border:1px solid rgba(26,47,74,.08);box-shadow:0 30px 60px #0a1f3f0d;padding:1.75rem}.applications-card .card-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.status-legend{display:flex;flex-wrap:wrap;gap:.5rem}.status-pill{display:inline-flex;align-items:center;padding:.35rem .9rem;border-radius:999px;font-size:.85rem;font-weight:600}.status-pill.pending{background:#fab0051f;color:#c38100}.status-pill.review{background:#3b82f61f;color:#1d4ed8}.status-pill.success{background:#10b9811f;color:#0f9a78}.status-pill.danger{background:#f43f5e1f;color:#c81e48}.status-pill.info{background:#6366f11f;color:#4c1d95}.applications-list{display:flex;flex-direction:column;gap:1rem}.application-card{border:1px solid rgba(26,47,74,.08);border-radius:20px;padding:1.25rem;background:linear-gradient(160deg,#f8faffe6,#fff)}.application-card header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.application-card .application-code{display:block;font-size:.85rem;color:#7b8aab}.application-card .location{display:inline-flex;gap:.3rem;align-items:center;font-size:.9rem;color:#62718a}.application-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1rem}.application-meta p{margin:0;color:#7b8aab;font-size:.85rem}.application-description{margin-bottom:1rem;color:#49576f;line-height:1.5}.attachments{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.attachments a{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:999px;background:#1a2f4a0f;color:#1a2f4a;font-size:.85rem}.timeline{position:relative;padding-left:1.25rem;border-left:2px dashed rgba(26,47,74,.08);display:flex;flex-direction:column;gap:.85rem}.timeline-item{position:relative;display:flex;gap:.75rem}.timeline-badge{width:14px;height:14px;border-radius:50%;position:absolute;left:-8px;top:4px;border:3px solid #fff}.timeline-badge.tone-pending{background:#fbbf24}.timeline-badge.tone-review{background:#3b82f6}.timeline-badge.tone-success{background:#10b981}.timeline-badge.tone-danger{background:#f43f5e}.timeline-badge.tone-info{background:#6366f1}.timeline-content{margin-left:.5rem}.timeline-title{display:flex;justify-content:space-between;gap:1rem;font-size:.85rem;color:#7b8aab}.empty-state{padding:2rem;border-radius:20px;background:#1a2f4a0d;text-align:center}.empty-state span{display:block;margin-top:.5rem;color:#6b7892}@media (max-width: 1024px){.funding-card,.applications-card{padding:1.25rem}.form-row{grid-template-columns:1fr}}@media (max-width: 640px){.funding-module{gap:1.25rem}.applications-card .card-header{flex-direction:column;align-items:flex-start}.status-legend{gap:.4rem}.application-card header{flex-direction:column;align-items:flex-start}.timeline-title{flex-direction:column;align-items:flex-start}}.loi-page{display:flex;flex-direction:column;gap:1.5rem}.loi-card{background:#fff;border-radius:24px;border:1px solid rgba(26,47,74,.08);box-shadow:0 20px 40px #0a1f3f0d;padding:1.75rem}.loi-card.intro{background:linear-gradient(135deg,#1a73e8,#3f8cff);color:#fff}.loi-card.intro h2{margin:0 0 .5rem}.loi-card.intro .subtitle{margin:0;opacity:.9}.loi-form{display:flex;flex-direction:column;gap:1.25rem}.loi-card h3{margin:0 0 1.25rem;color:#1a2f4a}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid.three{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-weight:600;color:#1a2f4a}.required{color:#e63946;margin-left:.2rem}.form-group input,.form-group select,.form-group textarea{border-radius:16px;border:1px solid rgba(26,47,74,.12);padding:.85rem 1rem;background:#f8faff;font-size:.95rem}.form-group textarea{resize:vertical}.file-input{border:1px dashed rgba(26,47,74,.2);border-radius:16px;padding:1rem;display:flex;align-items:center;gap:.75rem;background:#f8fbff;font-size:.9rem;color:#4a5c7a;cursor:pointer}.file-input input{display:none}.field-error{color:#e63946;font-size:.85rem;margin:0}.form-feedback{border-radius:16px;padding:1rem 1.25rem;font-weight:500}.form-feedback.error{background:#e639461f;color:#c1121f}.form-feedback.success{background:#10b9811f;color:#0f9a78;display:flex;flex-direction:column;gap:.35rem}.form-feedback .btn-secondary{margin-top:.5rem;align-self:flex-start}.form-actions{display:flex;justify-content:flex-end}.btn-primary,.btn-secondary{border:none;border-radius:12px;padding:.95rem 1.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.btn-secondary{background:#1a2f4a14;color:#1a2f4a}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-primary:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 10px 20px #1a73e84d}@media (max-width: 640px){.loi-card{padding:1.25rem}.form-actions{justify-content:stretch}.btn-primary,.btn-secondary{width:100%}}.application-documents-page{display:flex;flex-direction:column;gap:1.5rem}.doc-card{background:#fff;border-radius:24px;border:1px solid rgba(26,47,74,.08);box-shadow:0 20px 40px #0a1f3f0d;padding:1.75rem}.info-card h2{margin:.2rem 0 0}.info-card .badge{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .8rem;border-radius:999px;background:#1a2f4a14;color:#1a2f4a;font-weight:600;min-width:110px;text-align:center}.info-note{display:flex;gap:1rem;align-items:center;background:#1a2f4a0a;border:1px dashed rgba(26,47,74,.2);padding:1.25rem 1.5rem}.info-note i{font-size:2.5rem;color:#1a73e8}.info-note h4{margin:0;font-size:1.15rem;color:#1a2f4a}.info-note p{margin:.4rem 0 .9rem;color:#4a5c7a;line-height:1.5}.info-note .btn-primary{margin-top:.2rem}.templates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.template-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem;border-radius:16px;background:linear-gradient(135deg,#f8faff,#fff);border:1px solid rgba(26,47,74,.08);color:#1a2f4a;text-decoration:none;font-weight:600}.template-card i{font-size:1.5rem;color:#1a73e8}.documents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.document-card{border:1px solid rgba(26,47,74,.08);border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;background:#f8faff}.document-header{display:flex;justify-content:space-between;gap:1rem}.document-header .label{margin:0;font-size:.85rem;color:#7b8aab}.document-header h4{margin:.2rem 0 0}.status-badge{align-self:flex-start;padding:.35rem .7rem;border-radius:999px;font-size:.85rem;text-transform:capitalize;background:#1a2f4a1a;color:#1a2f4a}.status-badge.uploaded{background:#10b98126;color:#0f9a78}.upload-input{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:12px;border:1px dashed rgba(26,47,74,.2);background:#fff;cursor:pointer;font-weight:600;color:#1a73e8}.upload-input input{display:none}.btn-outline,.btn-primary{border:none;border-radius:12px;padding:.85rem 1.25rem;font-weight:600;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;text-decoration:none}.btn-outline{background:transparent;border:1px solid rgba(26,47,74,.12);color:#1a2f4a}.btn-primary{background:linear-gradient(90deg,#1a73e8,#3f8cff);color:#fff}.doc-feedback{border-radius:16px;padding:1rem 1.2rem;font-weight:500}.doc-feedback.error{background:#e639461f;color:#c1121f}.doc-feedback.success{background:#10b9811f;color:#0f9a78}@media (max-width: 640px){.info-card,.documents-grid{grid-template-columns:1fr}}.application-status-page{display:flex;flex-direction:column;gap:1.5rem}.status-card{background:#fff;border-radius:24px;border:1px solid rgba(26,47,74,.08);box-shadow:0 20px 40px #0a1f3f0d;padding:1.75rem}.info-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;align-items:center}.info-card .label{margin:0;font-size:.85rem;color:#7b8aab}.info-card h2{margin-top:.2rem}.badge{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .8rem;border-radius:999px;background:#1a2f4a14;color:#eb1f29;font-weight:600;min-width:0px;text-align:center;text-transform:capitalize}.timeline{position:relative;padding-left:2rem;border-left:2px solid rgba(26,47,74,.08);display:flex;flex-direction:column;gap:1.5rem}.timeline-step{position:relative;display:flex;gap:1rem}.timeline-icon{position:absolute;left:-2.6rem;width:2.2rem;height:2.2rem;border-radius:50%;background:#fff;border:3px solid rgba(26,47,74,.15);display:flex;align-items:center;justify-content:center;color:#1a73e8;font-size:1.1rem}.timeline-step.completed .timeline-icon{border-color:#10b98180;color:#0f9a78}.timeline-step.in_progress .timeline-icon{border-color:#1a73e880;color:#1a73e8}.timeline-step.rejected .timeline-icon{border-color:#e6394680;color:#c1121f}.timeline-content{background:#f8faff;border-radius:16px;border:1px solid rgba(26,47,74,.08);padding:1.25rem}.timeline-content h4{margin:0 0 .5rem;color:#1a2f4a}.timeline-content p{margin:0;color:#4a5c7a;line-height:1.5}.timeline-content .timestamp{display:block;margin-top:.5rem;font-size:.85rem;color:#7b8aab}.timeline-content .note{margin-top:.5rem;background:#1a2f4a0f;padding:.6rem .8rem;border-radius:10px;font-size:.9rem}.history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.history-list li{border:1px solid rgba(26,47,74,.08);border-radius:16px;padding:1rem;background:#f8faff}.history-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;color:#1a2f4a}.history-header span{font-size:.85rem;color:#7b8aab}.status-feedback{border-radius:16px;padding:1rem 1.2rem;font-weight:500}.status-feedback.error{background:#e639461f;color:#c1121f}@media (max-width: 640px){.info-card{grid-template-columns:1fr}.timeline{padding-left:1.5rem}.timeline-icon{left:-2.2rem}}.transactions-filter-card,.transactions-section{background:#fff;border-radius:24px;border:1px solid rgba(26,47,74,.08);box-shadow:0 24px 60px #0a1f3f0a;padding:1.75rem;margin-bottom:1.8rem}.transactions-filter-card header,.transactions-section .section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.transactions-filter-card h2,.transactions-section h2{margin:0;font-size:1.35rem;color:#1a2f4a}.transactions-filter-card p,.transactions-section p{margin:.35rem 0 0;color:#7b8aab}.filter-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.filter-grid .form-group{display:flex;flex-direction:column;gap:.4rem}.filter-grid label{font-weight:600;color:#4a5c7a;font-size:.9rem}.filter-grid input,.filter-grid select{border:1px solid #e2e8f0;border-radius:10px;padding:.65rem .9rem;font-size:.95rem;color:#1a2f4a;background:#fdfdff}.transactions-loader{text-align:center;padding:2rem;color:#4a5c7a;font-weight:600}.transactions-table{border-radius:18px;border:1px solid rgba(26,47,74,.08);overflow:hidden}.transactions-table .table-row{display:grid;grid-template-columns:1.2fr 1fr 1.6fr .8fr 1fr 1fr .8fr;background:#fff;padding:1rem 1.2rem;align-items:center;border-bottom:1px solid rgba(26,47,74,.05);font-size:.95rem}.transactions-table .table-header{background:#f5f8ff;font-weight:600;color:#1a2f4a}.transactions-table button{border:none;background:transparent;font:inherit;color:inherit;display:inline-flex;gap:.35rem;align-items:center;cursor:pointer}.status-pill{padding:.35rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:capitalize;background:#3b82f626;color:#1d4ed8}.status-pill.approved{background:#10b98126;color:#047857}.status-pill.rejected{background:#f8717133;color:#b91c1c}.status-pill.need_more_info{background:#fbbf2433;color:#92400e}.table-row .actions{display:flex;gap:.4rem}.table-row .actions button{width:36px;height:36px;border-radius:10px;background:#f0f3f9;color:#1a2f4a;justify-content:center}.empty-state{text-align:center;padding:2.5rem 1rem;color:#7b8aab}.empty-state i{font-size:3rem;display:block;margin-bottom:.8rem}.pagination{display:flex;justify-content:center;gap:.4rem;margin-top:1.5rem}.pagination button{border:1px solid rgba(26,47,74,.15);background:#fff;color:#1a2f4a;border-radius:10px;padding:.45rem .9rem;cursor:pointer;font-weight:600}.pagination button.active,.pagination button:hover:not(:disabled){background:linear-gradient(90deg,#1a73e8,#3f8cff);color:#fff;border-color:transparent}.pagination button:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 992px){.transactions-table .table-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.transactions-table .table-header{display:none}.transactions-table .table-row span{display:flex;flex-direction:column;gap:.25rem}.transactions-table .table-row span[data-label]:before{content:attr(data-label);font-size:.78rem;color:#7b8aab;text-transform:uppercase;letter-spacing:.02em}}@media (max-width: 600px){.transactions-filter-card,.transactions-section{padding:1.4rem}.transactions-filter-card header,.transactions-section .section-header{flex-direction:column;align-items:flex-start}}.transactions-filters{display:flex;flex-wrap:wrap;gap:1.25rem;background:#fff;padding:1.5rem;border-radius:20px;border:1px solid rgba(26,47,74,.08);box-shadow:0 20px 45px #0a1f3f0a}.filter-group{display:flex;flex-direction:column;gap:.4rem;min-width:200px;flex:1}.filter-group label{font-size:.9rem;color:#7b8aab}.filter-group input,.filter-group select{border-radius:12px;border:1px solid rgba(26,47,74,.12);padding:.85rem 1rem;font-size:.95rem;background:#f8faff}.transactions-card{margin-top:1.5rem;background:#fff;border-radius:24px;border:1px solid rgba(26,47,74,.08);box-shadow:0 30px 60px #0a1f3f0d;padding:1.75rem}.transactions-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.transactions-card-header h2{margin:0}.transactions-card-header p{margin:.3rem 0 0;color:#7b8aab}.transactions-table{border:1px solid rgba(26,47,74,.08);border-radius:16px;overflow:hidden}.transactions-table .table-row{display:grid;padding:1rem 1.25rem;border-bottom:1px solid rgba(26,47,74,.05);align-items:center;font-size:1rem}.transactions-table .table-header{background:#f4f7fb;font-weight:600;color:#1a2f4a}.transactions-table .table-header button{border:none;background:transparent;font:inherit;color:inherit;display:flex;align-items:center;gap:.25rem;cursor:pointer}.transactions-table .table-row:last-child{border-bottom:none}.transactions-table .actions{display:flex;gap:.4rem;justify-content:flex-start}.transactions-table .actions button{width:40px;height:40px;border-radius:10px;border:none;background:#f0f3f9;color:#1a2f4a;cursor:pointer}.status.completed{color:#00b894;font-weight:600}.status.pending{color:#f4a100;font-weight:600}.status.rejected{color:#ff5e7e;font-weight:600}.transactions-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem}.transactions-pagination button{width:36px;height:36px;border-radius:12px;border:1px solid rgba(26,47,74,.12);background:#fff;color:#1a2f4a;cursor:pointer}.transactions-pagination button.active{background:#007bff;color:#fff;border-color:#007bff}.transactions-pagination button:disabled{opacity:.4;cursor:not-allowed}.sort-indicator{font-size:.75rem;color:#7b8aab}@media (max-width: 1024px){.transactions-table .table-row{grid-template-columns:1fr 1fr;gap:.5rem}.transactions-table .table-header{display:none}.transactions-table .table-row span{display:flex;flex-direction:column;gap:.1rem}.transactions-table .table-row span[data-label]:before{content:attr(data-label);font-size:.75rem;color:#7b8aab;letter-spacing:.02em}}@media (max-width: 600px){.transactions-filters{flex-direction:column}.transactions-table .table-row{grid-template-columns:1fr}}.profile-page{display:grid;grid-template-columns:minmax(260px,.32fr) minmax(0,.68fr);gap:1.5rem;align-items:start}.profile-sidebar-card,.profile-main-card{background:#fff;border-radius:24px;border:1px solid rgba(26,47,74,.08);box-shadow:0 30px 60px #0a1f3f0d;padding:1.75rem}.profile-sidebar-card{text-align:center}.avatar-wrapper{position:relative;width:140px;height:140px;margin:0 auto 1rem}.avatar-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:6px solid #f0f5ff}.edit-badge{position:absolute;bottom:6px;right:8px;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#06f,#00b0ff);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;border:3px solid #ffffff}.profile-sidebar-card h2{margin:.75rem 0 .3rem}.avatar-filename{font-size:.85rem;color:#7b8aab;margin-bottom:1.25rem}.profile-tabs{display:flex;flex-direction:column;gap:.75rem}.profile-tabs button{border:1px solid rgba(26,47,74,.08);border-radius:16px;background:#f5f8ff;padding:.85rem;display:flex;align-items:center;gap:.75rem;font-weight:600;cursor:pointer;color:#1a2f4a}.profile-tabs button i{font-size:1.25rem}.profile-tabs button.active{background-color:#00b0ff;color:#fff;border-color:transparent}.profile-main-header h2{margin:0;font-size:1.4rem}.profile-main-header p{margin:.35rem 0 1.2rem;color:#7b8aab}.profile-form{display:flex;flex-direction:column;gap:1rem}.profile-form label{font-size:.92rem;color:#1a2f4a;display:flex;flex-direction:column;gap:.45rem}.profile-form input,.profile-form select{border-radius:14px;border:1px solid rgba(26,47,74,.12);padding:.85rem 1rem;font-size:.95rem;background:#f8faff}.input-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.input-with-tag,.input-with-link{display:flex;align-items:center;gap:.5rem}.input-with-tag input,.input-with-link input{flex:1}.status-tag{padding:.3rem .75rem;border-radius:10px;font-size:.8rem;font-weight:600;text-transform:capitalize}.status-tag.success{background:#00b89426;color:#00b894}.link-button{border:none;background:transparent;color:#06f;font-weight:600;cursor:pointer}.profile-actions{margin-top:1.75rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.profile-actions .btn-ghost{margin-right:auto}.profile-actions .btn-primary{margin-left:auto}.profile-alert{border-radius:14px;padding:.85rem 1rem;margin-bottom:1.2rem;font-weight:600;font-size:.9rem}.profile-alert.success{background:#10b9811f;color:#047857}.profile-alert.error{background:#ef44441f;color:#b91c1c}.profile-alert.info{background:#3b82f61f;color:#1d4ed8}.profile-loading-card{width:100%;padding:1.5rem;border-radius:16px;background:#f8faff;border:1px dashed rgba(26,47,74,.2);color:#7b8aab;text-align:center;font-weight:600}.btn-ghost,.btn-primary{border-radius:14px;border:none;padding:.9rem 1.8rem;font-weight:600;cursor:pointer;font-size:.95rem}.btn-ghost{color:#ff7b54;background:#ff805526}.btn-primary{background:linear-gradient(135deg,#06f,#00b0ff);color:#fff;box-shadow:0 20px 35px #0066ff40}.btn-primary.savechanges{background:#00b0ff!important;box-shadow:none!important}.btn-ghost:disabled,.btn-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}@media (max-width: 1080px){.profile-page{grid-template-columns:1fr}.profile-sidebar-card{display:flex;align-items:center;gap:1.5rem;text-align:left}.profile-tabs{flex:2}}@media (max-width: 720px){.profile-sidebar-card{flex-direction:column;text-align:center}.profile-tabs{width:100%}.input-pair{grid-template-columns:1fr}.profile-actions{flex-direction:column;align-items:stretch}.profile-actions button{width:100%}.profile-actions .btn-ghost,.profile-actions .btn-primary{margin:0}}.about-hero{position:relative;height:70vh;background-image:url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1500);background-size:cover;background-position:center;display:flex;align-items:flex-start;justify-content:flex-start;padding:4% 6%;color:#fff}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;border-radius:0 0 30px 30px}.about-hero-content{position:relative;z-index:2;max-width:650px;top:50%;transform:translateY(-50%)}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:1.5rem}.crumb{text-decoration:none;color:#cbe2ff}.crumb-separator{color:#fff}.crumb-active{color:#fff;font-weight:600}.about-title{font-size:3rem;font-weight:700}.about-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2rem}@media (max-width: 768px){.about-title{font-size:2.3rem}.about-subtitle{font-size:1rem}.qlink{padding:6px 12px;font-size:.85rem}}.vision-of-excellance{max-width:1200px;margin:0 auto}.vision-of-excellance h1{text-align:center;margin-bottom:2rem}.vision-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:500px}.vision-box{padding:2rem;font-size:1.1rem;font-weight:500}.box-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}.vision-box .center-box{display:flex;justify-content:center;align-items:center;overflow:visible}.center-box img{width:100%;height:100%;border-radius:10px}.box-right{display:flex;flex-direction:column;justify-content:flex-end;text-align:left;overflow:visible}@media (max-width: 992px){.vision-grid{grid-template-columns:1fr}}.experience-section-container{display:flex;flex-direction:row;max-width:1200px;margin:40px auto;padding:30px;background-color:#e0f5fa;border-radius:30px;position:relative;min-height:600px}.experience-content{flex:1;padding-right:50px;padding-left:20px;color:#4a4a4a}.experience-heading{font-size:2.5em;font-weight:700;color:#036;margin-bottom:20px}.experience-content p{font-size:1.1em;line-height:1.7;margin-bottom:15px}.experience-images{flex:1;position:relative;padding:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.image-placeholder{background-color:#ccc;border-radius:10px;box-shadow:0 10px 20px #0000001a;overflow:hidden;position:absolute}.main-house{width:350px;height:350px;top:20px;right:20px;z-index:2}.small-house{width:250px;height:250px;bottom:60px;left:10px;z-index:3}@media (max-width: 900px){.experience-section-container{flex-direction:column;padding:20px;margin:20px}.experience-content{padding-right:0;margin-bottom:30px}.experience-images{min-height:400px;align-items:center;padding:0}.main-house,.small-house{position:relative;margin:10px 0;top:auto;right:auto;left:auto}.main-house{width:80%;height:250px}.small-house{width:60%;height:200px}}.Aboutproject-slide-item{flex:0 0 calc(25% - 1.3rem);max-width:calc(25% - 1.3rem);position:relative}@media (max-width: 900px){.Aboutproject-slide-item{flex:0 0 calc(50% - 1rem);max-width:calc(50% - 1rem)}}@media (max-width: 600px){.Aboutproject-slide-item{flex:0 0 100%;max-width:100%}}.testimonial-section{padding:0 20px 50px;max-width:1200px;margin:auto;text-align:center}.testimonial-title{font-size:32px;margin-bottom:10px}.testimonial-subtitle{font-size:18px;color:#555;margin-bottom:40px}.testimonial-slider{display:flex;gap:20px;padding:20px 0;overflow:hidden;justify-content:center}.testimonial-card{flex:0 0 30%;background:#fff;padding:20px;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:.3s}.testimonial-stars{margin-bottom:10px;font-size:20px}.testimonial-content{font-size:15px;color:#444;min-height:100px}.testimonial-user{margin-top:20px;display:flex;flex-direction:row;align-items:center;gap:20px;justify-content:space-around}.testimonial-dp{width:60px;height:60px;border-radius:50%;object-fit:cover;margin-bottom:10px}.testimonial-arrows{margin-top:30px}.testoarrow-btn{padding:10px 15px;margin:0 7px;border-radius:50%;border:none;background:#fff;cursor:pointer;font-size:20px;transition:.3s}@media (max-width: 900px){.testimonial-card{flex:0 0 90%}.testimonial-title{font-size:28px}.testimonial-subtitle{font-size:16px}.testimonial-slider{display:flex;overflow:hidden;gap:15px}.testimonial-card{width:45%;min-width:45%}.testimonial-content{font-size:14px}}@media (max-width: 600px){.testimonial-card{flex:0 0 90%}.testimonial-title{font-size:24px}.testimonial-subtitle{font-size:15px;margin-bottom:25px}.testimonial-slider{display:flex;overflow:hidden}.testimonial-card{width:90%;min-width:90%}.testimonial-user{flex-direction:column;gap:10px}.testimonial-dp{width:50px;height:50px}.testoarrow-btn{padding:8px 10px;font-size:18px}}.content-page{padding:6rem 2rem 4rem;min-height:80vh;background:#f4f7fb}.content-wrapper{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 4px 20px #00000014}.page-title{font-size:2.5rem;font-weight:700;color:#1a2f4a;margin-bottom:2rem;text-align:center;padding-bottom:1rem;border-bottom:3px solid #2498E1}.content-body{color:#4a4a4a;line-height:1.8}.content-body section{margin-bottom:2.5rem}.content-body h2{font-size:1.5rem;font-weight:600;color:#1a2f4a;margin-bottom:1rem;margin-top:2rem}.content-body h2:first-child{margin-top:0}.content-body p{font-size:1rem;margin-bottom:1rem;color:#555}.content-body ul{margin:1rem 0;padding-left:2rem}.content-body li{margin-bottom:.75rem;font-size:1rem;line-height:1.6}.content-body strong{color:#1a2f4a;font-weight:600}.last-updated{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #e0e0e0;font-size:.9rem;color:#888;font-style:italic}@media (max-width: 768px){.content-page{padding:5rem 1rem 3rem}.content-wrapper{padding:2rem 1.5rem}.page-title{font-size:2rem}.content-body h2{font-size:1.3rem}.content-body p,.content-body li{font-size:.95rem}}.our-service{padding:4% 0}.service-section{padding:0 20px 50px;max-width:1200px;margin:auto}.service-title{font-size:32px;margin-bottom:10px;text-align:center}.service-subtitle{font-size:22px;color:#555;margin-bottom:40px;text-align:center}.service-mainLeft{display:flex;gap:2rem;align-items:stretch;padding:20px;position:relative;background:#fff;margin:6rem 0px;border-radius:20px}.service-mainLeft:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:linear-gradient(to left,#D0E3FF 0%,#D0E3FF 25%,transparent 50%) top left / 100% 2px no-repeat,linear-gradient(to bottom,#D0E3FF 0%,#D0E3FF 20%,transparent 100%) top right / 2px 100% no-repeat;pointer-events:none}.service-mainRight{display:flex;gap:2rem;align-items:stretch;padding:20px;position:relative;background:#fff;margin:6rem 0px;border-radius:20px}.service-mainRight:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:linear-gradient(to right,#D0E3FF 0%,#D0E3FF 25%,transparent 50%) top left / 100% 2px no-repeat,linear-gradient(to bottom,#D0E3FF 0%,#D0E3FF 20%,transparent 100%) top left / 2px 100% no-repeat;pointer-events:none}.content-section,.image-section{flex:1}.content-sectionLeft{background:#fff;padding-left:2rem;border-radius:20px;display:flex;flex-direction:column;gap:1.2rem;width:100%;background:linear-gradient(to top right,#d0e3ff 0%,#d0e3ff 0%,transparent 50%)}.content-section{background:#fff;padding-left:2rem;border-radius:20px;display:flex;flex-direction:column;gap:1.2rem;width:100%}.gradientcolrBGLeft{background:linear-gradient(to top right,#d0e3ff 0%,#d0e3ff 0%,transparent 50%)}.gradientcolrBGRight{background:linear-gradient(to top left,#d0e3ff 0%,#d0e3ff 0%,transparent 50%)}.icon-wrapper svg{display:block}.content-section-text h1{font-size:1.5rem;margin-bottom:.5rem}.content-section-text p{font-size:.95rem;color:#555;line-height:1.5}.btn-primary{width:fit-content;padding:1rem 2rem!important;border-radius:8px}.image-section{width:100%;display:flex;justify-content:center;align-items:center}.image-section img{width:100%;height:auto;object-fit:contain;border-radius:10px}@media (max-width: 768px){.service-main{flex-direction:column}}.serviceDetail-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:30px 20px}.breadcrumb{font-size:20px;font-weight:500;color:#6d6d6d;margin-bottom:25px}.breadcrumb .current{color:gray;font-weight:600}.breadcrumb .sep{margin:0 8px;color:#b1b1b1}.detail-image-container{width:100%;border-radius:20px;overflow:hidden;max-height:700px;box-shadow:0 8px 25px #0000001f}.detail-image{width:100%;height:100%;object-fit:cover;display:block}.servicedetail{margin-top:40px;display:flex;flex-direction:column;gap:2rem}.servicedetail h2{font-size:1.8rem;color:#02344f;margin-bottom:.5rem;font-weight:600}.servicedetail p{font-size:1rem;color:#555;line-height:1.7;margin-bottom:1.5rem}.servicedetail h2+p{border-left:3px solid #2498E1;padding-left:10px}.servicesdetails-cards{grid-template-columns:repeat(3,1fr)}@media (max-width: 1024px){.servicesdetails-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.servicesdetails-cards{grid-template-columns:1fr}}.service-description{font-size:1rem;color:#555;line-height:1.7;margin-bottom:1.5rem}.content-section{margin-bottom:2.5rem}.content-section h3{font-size:1.5rem;color:#02344f;margin-bottom:1rem;font-weight:600;border-bottom:2px solid #2498E1;padding-bottom:.5rem}.content-section .section-content{font-size:1rem;color:#555;line-height:1.7;text-align:justify}.content-section .section-content p{margin-bottom:1rem}@media (max-width: 768px){.servicedetail h2{font-size:1.5rem}.servicedetail p{font-size:.95rem}.content-section h3{font-size:1.3rem}.content-section .section-content{font-size:.95rem}}.projects-hero{position:relative;height:70vh;background-size:cover;background-position:center;display:flex;align-items:flex-start;justify-content:flex-start;padding:4% 6%;color:#fff}.projects-section{padding:5rem 0;background:#fff}.projects-header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.projects-header .section-title{font-size:2.5rem;font-weight:700;color:#02344f;margin-bottom:1rem}.projects-header .section-description{font-size:1.1rem;color:#666;line-height:1.6}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.project-card{position:relative;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.project-card-image{width:100%;height:250px;overflow:hidden;background:#f0f0f0}.project-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-card-image img{transform:scale(1.05)}.project-card-content{padding:1.5rem;flex-grow:1}.project-card-title{font-size:1.25rem;font-weight:600;color:#02344f;margin-bottom:.5rem}.project-card-location{font-size:.95rem;color:#666;margin:0}.project-card-btn{position:absolute;bottom:1.5rem;right:1.5rem;width:40px;height:40px;border-radius:50%;background:#2498e1;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #2498e14d}.project-card-btn:hover{background:#1a7bb8;transform:scale(1.1)}.project-card-btn i{font-size:1.2rem}.load-more-container{text-align:center;margin-top:3rem}.load-more-btn{padding:12px 30px;font-size:1rem;font-weight:600;border-radius:8px;background:#2498e1;color:#fff;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.load-more-btn:hover{background:#1a7bb8;transform:translateY(-2px);box-shadow:0 4px 12px #2498e14d}@media (max-width: 1024px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.projects-hero{height:60vh;padding:3% 4%}.projects-header .section-title{font-size:2rem}.projects-header .section-description{font-size:1rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card-image{height:200px}.project-card-content{padding:1.25rem}.project-card-title{font-size:1.1rem}}.project-details{max-width:1200px;margin:0 auto;padding:20px;font-family:Arial,sans-serif;color:#333}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.breadcrumb a{color:#007bff;text-decoration:none}.project-header h1{font-size:28px;font-weight:600;margin:0}.actions{display:flex;gap:10px}.action-btn{background:none;border:none;color:#333;font-size:14px;cursor:pointer;padding:5px 10px;display:flex;align-items:center;gap:5px}.shortlist-btn:before{content:"⭐"}.share-btn:before{content:"🔗"}.project-media-grid{display:grid;grid-template-columns:2fr 1fr;gap:15px}.main-image img{width:100%;height:auto;display:block;border-radius:8px}.thumbnail-images{display:flex;flex-direction:column;gap:10px}.thumbnail{width:100%;height:120px;overflow:hidden;border-radius:6px}.thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.photo-count{color:#fff;background-color:#000000b3;padding:5px 10px;border-radius:4px;text-align:center;text-decoration:none;font-size:12px;align-self:flex-end}.project-detail-content{margin:20px 0}.project-detail-content .firstContent{font-size:18px}.project-detail-content .content-heading{margin:20px 0}.table-Data{width:70%;border-collapse:separate!important;border-spacing:20px 10px;font-family:sans-serif;margin:2rem 0}.table-Data th,.table-Data td{text-align:left;font-size:16px;font-weight:500;padding:10px 0;border:none}.table-Data th{font-weight:600}.amenities{background:#eef6ff;padding:30px;border-radius:12px;width:100%}.amenities h1{margin-bottom:20px;font-size:28px;color:#003e82}.amenities-list{display:flex;flex-direction:row;gap:15px}.amenity-row{display:flex;align-items:center;gap:12px;font-size:18px}.amenity-icon{font-size:22px}.amenities-btns{margin-top:25px;display:flex;gap:15px;flex-wrap:wrap}.btn-outline{background:#fff;border:2px solid #0056c9;color:#0056c9;padding:10px 18px;border-radius:8px;font-size:16px;cursor:pointer;font-weight:600}.btn-filled{background:#0056c9;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:16px;cursor:pointer;font-weight:600}.btn-outline:hover{background:#e8f1ff}.btn-filled:hover{background:#003e82}@media (max-width: 600px){.amenity-row{font-size:16px}.amenities-btns{flex-direction:column}.amenities-list{display:flex;flex-direction:column;gap:15px}.btn-outline,.btn-filled{width:100%}}.map-left{flex:1}.map-left h2{font-size:28px;color:#003e82;margin-bottom:10px}.map-left p{font-size:16px;color:#444}.map-right{flex:1.5}.map-right iframe{width:100%;height:450px;border:0;border-radius:20px}@media (max-width: 768px){.map-section{flex-direction:column}.map-right iframe{height:300px}}.pd-wrapper{padding:20px 7%;font-family:sans-serif}.pd-breadcrumb{color:#555;font-size:14px;margin-bottom:10px}.pd-header{display:flex;justify-content:space-between;align-items:center}.pd-header h1{font-size:32px;font-weight:700}.pd-header-actions div{margin-left:15px;cursor:pointer;font-size:16px}.pd-main-image img{width:100%;border-radius:14px;margin-top:15px}.pd-thumb-slider{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px}.pd-thumbnails{display:flex;gap:15px;overflow:hidden}.pd-thumb-box{width:120px;height:80px;border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid #ddd}.pd-thumb-box img{width:100%;height:100%;object-fit:cover}.thumb-nav-btn{background:#06f;color:#fff;border:none;width:36px;height:36px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.thumb-nav-btn:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 768px){.pd-thumb-box{width:90px;height:60px}.pd-thumb-slider{gap:8px}.thumb-nav-btn{width:30px;height:30px;font-size:14px}}@media (max-width: 550px){.pd-thumb-slider{gap:5px}.pd-thumbnails{overflow-x:auto;scrollbar-width:none}.pd-thumbnails::-webkit-scrollbar{display:none}.pd-thumb-box{width:70px;height:50px}.thumb-nav-btn{width:26px;height:26px;font-size:12px}}@media (max-width: 375px){.pd-thumb-box{width:60px;height:45px}.thumb-nav-btn{width:24px;height:24px}}.pd-content{display:grid;grid-template-columns:2fr 1fr;gap:40px;margin-top:40px}.pd-left h2{font-size:20px;margin-bottom:10px}.pd-left p{margin-bottom:25px;line-height:1.5}.pd-info-box{background:#f3f8ff;padding:25px;border-radius:14px;box-shadow:0 6px 15px #0000000d}.pd-info-box h3{margin-bottom:15px;font-size:18px;font-weight:700}.pd-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 25px;margin-bottom:20px}.pd-info-col{display:flex;flex-direction:column}.pd-label{font-size:14px;color:#666;margin-bottom:3px}.pd-value{font-size:16px;font-weight:600;color:#1a1a1a}.pd-amenities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 20px;margin-bottom:25px}.pd-amenities-grid div{display:flex;align-items:center;gap:8px;font-size:15px}.pd-btn-outline,.pd-btn-filled{width:100%;padding:12px;margin-top:12px;border-radius:8px;font-weight:600;cursor:pointer}.pd-btn-outline{background:#fff;border:2px solid #0b63ff;color:#0b63ff}.pd-btn-filled{background:#0b63ff;border:none;color:#fff}@media (max-width: 900px){.pd-content{grid-template-columns:1fr}}@media (max-width: 750px){.pd-info-grid{grid-template-columns:1fr}}.contact-section{width:100%;max-width:1200px;display:flex;gap:2rem;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin:50px auto;flex-wrap:wrap}.contact-left{flex:1}.contact-left h2{font-size:28px;font-weight:700;color:#0a2e5c}.contact-left p{color:#555;margin:10px 0 25px}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row>div{flex:1;display:flex;flex-direction:column}.form-row input,.form-row select,textarea{width:100%;padding:12px 15px;border:1px solid #e0e0e0;border-radius:8px;outline:none;font-size:15px}.form-row .error-message{color:red;font-size:12px;margin-top:5px;display:block}textarea{min-height:120px;resize:none;margin-bottom:1rem}.submit-btn{background:#06f;color:#fff;border:none;padding:12px 25px;border-radius:8px;font-size:16px;cursor:pointer}.contact-right{width:450px}.info-box{background:linear-gradient(135deg,#06f,#00c2ff);padding:2rem;border-radius:15px;color:#fff;display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;gap:1rem;background:#ffffff1f;padding:15px;border-radius:12px;align-items:center}.icon{font-size:24px}.label{opacity:.8;font-size:14px}.value{font-size:16px;font-weight:600}.social p{margin-bottom:8px;font-weight:600}.social-icons i{font-size:22px;margin-right:12px;cursor:pointer}@media (max-width: 900px){.contact-right{width:100%}}@media (max-width: 768px){.form-row{flex-direction:column}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
