.navbar{z-index:100;background:#fff;border-bottom:1px solid #eee;align-items:center;width:100%;height:110px;display:flex;position:relative}.nav-inner{align-items:center;width:100%;padding:0 16px;display:flex;position:relative}.nav-left{display:flex}.nav-left a{align-items:center;text-decoration:none;transition:transform .2s;display:flex}.nav-left a:hover{transform:scale(1.05)}.nav-left img{height:64px}.nav-center{gap:20px;margin:0 auto;display:flex}.nav-center a{color:#000;font-size:24px;font-weight:500;text-decoration:none;position:relative}.nav-center a:after{content:"";transform-origin:0;background:#f59118;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-6px;left:0;transform:scaleX(0)}.nav-center a:hover:after{transform:scaleX(1)}.nav-center a.active{color:#ff3b3b}.nav-right{gap:18px;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.icon{cursor:pointer;justify-content:center;align-items:center;width:30px;height:30px;font-size:22px;display:flex}.search-container{background:0 0;border:1px solid #0000;border-radius:20px;align-items:center;gap:0;height:40px;padding:0;transition:all .3s;display:flex;overflow:hidden}.search-container:hover{background:#f5f5f5;border-color:#e0e0e0;padding:0 12px;box-shadow:0 2px 8px #0000000f}.navbar-search-input{color:#333;opacity:0;background:0 0;border:none;outline:none;width:0;font-size:14px;transition:width .3s,opacity .3s}.search-container:hover .navbar-search-input{opacity:1;width:220px;margin-right:8px}.navbar-search-input::placeholder{color:#999}.search-icon-wrapper{cursor:pointer;color:#666;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;transition:all .3s;display:flex}.hamburger{display:none}@media (max-width:768px){.nav-center{background:#fff;flex-direction:column;gap:20px;padding:16px;display:none;position:absolute;top:100%;left:0;right:0}.nav-center.open,.hamburger{display:flex}}.slider-panel{z-index:9999;background:#000;flex-direction:column;width:100%;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0;overflow:hidden}.slider-header{z-index:10;justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex;position:relative}.slider-logo{object-fit:contain;height:30px}.close-icon{color:#fff;cursor:pointer;font-size:1.8rem}.slider-links{z-index:10;flex-direction:column;gap:2rem;padding-left:10px;display:flex;position:relative}.nav-item{color:#fff;align-items:center;font-size:1.4rem;font-weight:500;text-decoration:none;display:flex}.nav-icon{align-items:center;margin-right:20px;font-size:1.2rem;display:flex}.nav-item.active-link{color:#f59118}.slider-footer{flex-direction:column;justify-content:flex-end;width:100%;height:40vh;margin-top:auto;display:flex;position:relative}.policy-links{z-index:5;flex-direction:column;gap:.8rem;padding-left:5px;display:flex;position:relative}.policy-links p{color:#fff9;cursor:pointer;width:fit-content;margin:0;font-size:.9rem;transition:color .3s}.policy-links p:hover{color:#f59118;text-decoration:underline}.copyright-text{z-index:5;color:#fff6;margin-top:1rem;margin-bottom:20vh;padding-left:5px;font-size:.75rem;position:relative}.slider-watermark{transform-origin:bottom;text-align:center;color:#ffffff0d;letter-spacing:1px;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:0;width:100%;font-family:Impact,Arial Black,sans-serif;font-size:19vw;font-weight:900;line-height:1;position:absolute;bottom:-5vh;left:50%;transform:translate(-50%)scaleY(2.5)}.popup-overlay{z-index:10000;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.popup-box{text-align:center;background:#1a1a1a;border:1px solid #f59118;border-radius:12px;width:100%;max-width:350px;padding:2rem;box-shadow:0 10px 30px #00000080}.popup-box h3{color:#f59118;margin-bottom:1rem;font-size:1.5rem}.popup-box p{color:#ddd;margin-bottom:2rem;font-size:1rem;line-height:1.5}.popup-box button{color:#fff;cursor:pointer;background:#f59118;border:none;border-radius:5px;padding:10px 25px;font-size:1rem;font-weight:700}.popup-box button:hover{background:#d47a0f}.footer{color:#fff;background:#000;padding:80px 100px 40px;font-family:Inter,sans-serif;animation:.7s ease-out forwards footerFadeUp;position:relative;overflow:hidden}@keyframes footerFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.footer-top{justify-content:space-between;align-items:flex-start;display:flex}.footer-links{gap:60px;display:flex}.footer-col{animation:.6s ease-out forwards columnFade}.footer-col:first-child{animation-delay:.1s}.footer-col:nth-child(2){animation-delay:.2s}@keyframes columnFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-col h4{color:#fff;margin-bottom:40px;font-size:24px;font-weight:400}.footer-col a{color:#5c5c5c;margin-bottom:40px;font-size:20px;font-weight:400;text-decoration:none;transition:color .25s;display:block}.footer-col a:hover{color:#fff}.footer-brand{flex-direction:column;gap:15px;width:451px;animation:.6s ease-out .25s forwards brandFade;display:flex}@keyframes brandFade{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.footer-brand img{width:315px;height:315px}.footer-brand p{color:#f7f5f5;margin:0;font-size:20px;font-weight:500;line-height:120%}.footer-socials{gap:10px;display:flex}.footer-socials span{color:#000;cursor:pointer;background:#f59118;border-radius:100px;justify-content:center;align-items:center;width:50px;height:50px;font-size:22px;transition:transform .25s,box-shadow .25s;display:flex}.footer-socials span:hover{transform:translateY(-6px);box-shadow:0 10px 25px #f5911873}.footer-socials span:active{transform:scale(.9)}.footer-divider{background:#5c5c5c;height:1px;margin:40px 0 20px;animation:.6s ease-out forwards dividerDraw}@keyframes dividerDraw{0%{width:0}to{width:100%}}.footer-bottom{justify-content:space-between;align-items:center;animation:.5s ease-out .4s forwards bottomFade;display:flex}@keyframes bottomFade{0%{opacity:0}to{opacity:1}}.footer-bottom span{color:#fafafa;font-size:16px;font-weight:300}.footer-policies{gap:40px;display:flex}.footer-policies a{color:#5c5c5c;font-size:16px;font-weight:300;text-decoration:none;transition:color .25s}.footer-policies a:hover{color:#fff}.footer-watermark{color:#ffffff17;letter-spacing:5%;pointer-events:none;white-space:nowrap;font-family:Work Sans,sans-serif;font-size:200px;font-weight:700;animation:.8s ease-out .5s forwards watermarkFade;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}@keyframes watermarkFade{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.footer{padding:40px 20px 30px}.footer-top{flex-direction:column;gap:30px}.footer-links{justify-content:flex-start;gap:40px;width:100%}.footer-col h4{margin-bottom:20px;font-size:16px}.footer-col a{margin-bottom:15px;font-size:14px}.footer-brand{align-items:center;width:100%}.footer-brand img{width:160px;height:160px}.footer-brand p{width:384px;max-width:100%;font-size:16px}.footer-socials span{width:32px;height:32px;font-size:14px}.footer-divider{height:2px;margin:25px 0 15px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:15px}.footer-bottom span{font-size:14px}.footer-policies{justify-content:space-between;gap:10px;width:100%}.footer-policies a{color:#fafafa;font-size:14px}.footer-watermark{letter-spacing:7%;font-size:62px;bottom:-10px}}*{box-sizing:border-box}html,body,#root,main{background:0 0;width:100%;margin:0;padding:0;font-family:Inter,sans-serif;overflow-x:hidden}.hero-section{width:100vw;height:100vh;min-height:720px;position:relative;overflow:hidden}.hero-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{pointer-events:none;background:linear-gradient(90deg,#000000bf 0%,#0009 30%,#00000059 55%,#0000 100%);position:absolute;inset:0}.hero-title{color:#fff;max-width:520px;font-size:clamp(26px,5vw,48px);font-weight:700;line-height:1.25;position:absolute;top:50%;left:clamp(16px,6vw,80px);transform:translateY(-50%)}.hero-subtitle{color:#ffffffd9;max-width:460px;font-size:clamp(14px,3vw,16px);line-height:1.6;position:absolute;top:calc(50% + clamp(70px,12vw,120px));left:clamp(16px,6vw,80px)}.hero-cta{gap:clamp(12px,3vw,20px);display:flex;position:absolute;top:calc(50% + clamp(120px,18vw,200px));left:clamp(16px,6vw,80px)}.cta-primary,.cta-secondary{cursor:pointer;white-space:nowrap;border-radius:10px;height:clamp(44px,6vw,52px);padding:0 clamp(18px,5vw,28px);font-size:clamp(14px,2.5vw,16px);font-weight:600}.cta-primary{color:#fff;background:#f7941d;border:none}.cta-secondary{color:#fff;background:0 0;border:2px solid #f7941d}.stats-bar{background:#fff;border-top:1px solid #e5e7eb;justify-content:center;align-items:center;gap:40px;width:100%;min-height:56px;display:flex}.stat{color:#111827;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.check{color:#22c55e;font-weight:700}.cta-primary{transition:background-color .25s,color .25s}.cta-primary:hover{color:#f7941d;background-color:#000}.cta-secondary{transition:background-color .25s,color .25s,border-color .25s}.cta-secondary:hover{color:#000;background-color:#f7941d;border-color:#f7941d}.who{text-align:center;max-width:900px;margin:0 auto;padding:40px 20px clamp(40px,8vw,70px)}.who h2{margin:0;font-size:clamp(38px,4vw,26px);font-weight:700}.who h1{margin:0;font-size:clamp(57px,4vw,26px);font-weight:800}.who h1 span,.who h2 span{color:#f58220}.who p{color:#475569;margin:16px 0 0;font-size:clamp(12px,3vw,15px);line-height:1.7}.who .p1{color:#000;margin:28px 0 0;font-size:clamp(28px,3vw,15px);line-height:1.7}.who:after{content:"";opacity:.6;background:#f1c59b;width:100%;max-width:1200px;height:1px;margin:70px auto 0;display:block}.companies-section{background:#fff;width:100%;padding:0 20px 90px}.companies-title{text-align:center;color:#111;margin:0 0 50px;font-size:32px;font-weight:700}.companies-title span{color:#f58220}.companies-cards{grid-template-columns:repeat(4,1fr);gap:28px;max-width:1320px;margin:0 auto;display:grid}.company-card{background:#fff;border:1.5px solid #f7941d;border-radius:16px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 10px 28px #0000000f}.company-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #0000001a}.company-card-img{object-fit:cover;width:100%;height:200px;display:block}.company-card-body{padding:20px 22px 24px}.company-card-body h3{color:#111827;margin:0 0 6px;font-size:18px;font-weight:700}.company-card-body p{color:#475569;margin:0;font-size:14px;line-height:1.6}@media (max-width:1024px){.companies-cards{grid-template-columns:repeat(2,1fr)}.companies-title{font-size:28px}}@media (max-width:640px){.hero-section{height:80vh;min-height:600px}.hero-overlay{background:linear-gradient(#000000bf 0%,#00000080 50%,#0000 100%)}.hero-title{max-width:300px;font-size:30px;top:38%}.hero-subtitle{max-width:280px;top:calc(38% + 60px)}.hero-cta{flex-direction:column;gap:10px;max-width:280px;top:calc(38% + 120px)}.cta-primary,.cta-secondary{width:100%;height:42px;padding:0 20px;font-size:14px}.stats-bar{flex-direction:column;gap:10px;padding:12px 0}.companies-section{padding:50px 16px 70px}.companies-cards{grid-template-columns:1fr;gap:22px}.companies-title{margin-bottom:36px;font-size:24px}.company-card-img{height:180px}}.colleges-section{background:linear-gradient(#fff 0%,#fffaf7 35.58%,#fff6f1 100%);border:1.5px solid #fcb488;border-radius:42px;width:100%;max-width:1340px;margin:80px auto 100px;padding:0 100px 30px;position:relative}.colleges-title{text-align:center;color:#1e1e1e;margin-bottom:60px;font-size:34px;font-weight:700}.colleges-title span{color:#f58220}.colleges-row-top{grid-template-columns:repeat(3,1fr);gap:32px;margin:0 auto 40px;display:grid}.colleges-row-top1{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1240px;margin:0 auto 40px;display:grid}.colleges-row-bottom{grid-template-columns:repeat(2,1fr);gap:32px;max-width:740px;margin:0 auto;display:grid}.colleges-row-bottom1{grid-template-columns:repeat(2,1fr);gap:32px;max-width:840px;margin:0 auto;display:grid}.college-card{background:#fff;border:.7px solid #fcb488;border-radius:21px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:2.5px 3.3px 5.5px #00000040}.college-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #00000026}.college-card-img{object-fit:cover;border-radius:21px 21px 0 0;width:100%;height:210px;display:block}.college-card-body{padding:18px 20px 22px}.college-card-body h3{color:#0f172a;margin:0 0 8px;font-size:19px;font-weight:700}.college-card-body p{color:#000;margin:0;font-size:16px;line-height:1.4}@media (max-width:1024px){.colleges-row-top,.colleges-row-top1{grid-template-columns:repeat(3,1fr)}.colleges-row-bottom,.colleges-row-bottom1{grid-template-columns:repeat(2,1fr)}.colleges-title{font-size:32px}}@media (max-width:640px){.colleges-section{padding:60px 16px 80px}.colleges-row-top,.colleges-row-top1,.colleges-row-bottom,.colleges-row-bottom1{grid-template-columns:1fr;gap:24px}.college-card-img{height:180px}.colleges-title{margin-bottom:40px;font-size:26px}}.core-services-title{text-align:center;z-index:10;margin-bottom:60px;font-size:32px;font-weight:700;position:relative}.core-services-title span{color:#f58220}.core-services-grid{z-index:10;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1200px;margin:0 auto;display:grid;position:relative}.feature-card{will-change:transform,box-shadow;background:#fefbfa;border:1.5px solid #e8c2ab;border-radius:20px;align-items:flex-start;gap:18px;padding:28px 32px;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);display:flex}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #0000001f}.icon-box{color:#fff;background:#f7941d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.icon-globe-search .globe-icon{width:24px;height:24px}.icon-globe-search .search-icon{width:12px;height:12px;position:absolute;bottom:6px;right:6px}.feature-content h3{margin:0 0 6px;font-size:24px;font-weight:700;line-height:1.3}.feature-content p{color:#475569;margin:0;font-size:18px;line-height:1.6}@media (max-width:640px){.core-services-grid{grid-template-columns:1fr}.feature-content h3{font-size:18px}.feature-content p{font-size:14px}.core-services:after{height:220px}}.core-services{z-index:2;background:#fff;padding:80px 20px 220px;position:relative}.common{position:relative;overflow:hidden}.blue-section{background:#ed8545;padding-top:30px;padding-bottom:120px;position:relative}.custom-shape-divider-top-1769194965{pointer-events:none;z-index:2;width:100%;height:180px;position:absolute;top:0;left:0;transform:scaleX(-1)rotate(180deg)}.custom-shape-divider-top-1769194965 svg{width:100%;height:100%;display:block}.custom-shape-divider-top-1769194965 .shape-fill{fill:#ee7d0b}@media (max-width:1024px){.custom-shape-divider-top-1769194965{height:160px}.blue-section{padding-top:160px}}@media (max-width:640px){.custom-shape-divider-top-1769194965{height:140px}.blue-section{padding-top:140px}}.trusted-content{z-index:6;text-align:center;color:#fff;position:relative}.trusted-title{color:#fff;margin-bottom:64px;font-size:50px;font-weight:700}.trusted-title span{font-style:italic}.trusted-stats{grid-template-columns:repeat(6,1fr);gap:36px;display:grid}.trusted-item{flex-direction:column;align-items:center;display:flex}.trusted-icon{color:#fff;background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:18px;display:flex;box-shadow:0 8px 20px #00000026}.trusted-item h3{margin:0;font-size:34px;font-weight:700;line-height:1.1}.trusted-item p{opacity:.95;text-align:center;margin-top:10px;font-size:20px;line-height:1.4}.clients-section{padding-bottom:120px}@media (max-width:1024px){.trusted-stats{grid-template-columns:repeat(3,1fr);row-gap:40px}.trusted-title{font-size:30px}.trusted-icon{width:64px;height:64px}.trusted-item h3{font-size:30px}.trusted-item p{font-size:15px}}@media (max-width:640px){.trusted-stats{grid-template-columns:repeat(2,1fr);gap:28px}.trusted-title{margin-bottom:48px;font-size:26px}.trusted-icon{width:60px;height:60px}.trusted-item h3{font-size:26px}.trusted-item p{font-size:14px}}.our-clients{background-color:#fff;width:100%;padding:140px 20px}.clients-wrapper{align-items:center;gap:24px;max-width:1400px;margin:0 auto;display:flex}.clients-title{letter-spacing:1px;color:#0f172a;white-space:nowrap;margin:0;font-size:36px;font-weight:700}.clients-title span{color:#f97316}.line{opacity:.9;background:linear-gradient(90deg,#0000,#f97316,#0000);flex-grow:1;min-width:80px;height:1px}@media (max-width:1024px){.clients-wrapper{gap:20px}.clients-title{font-size:32px}.line{min-width:60px}}@media (max-width:600px){.clients-wrapper{flex-direction:column;align-items:center;gap:14px}.clients-title{text-align:center;font-size:28px}.line{width:70%;min-width:unset}}.clients-section{background:radial-gradient(#fff 0%,#f5f5f5 45%,#ededed 100%);padding:90px 0;overflow:hidden}.marquee-container{width:100%;overflow:hidden}.marquee-title{color:#d4af37;letter-spacing:2px;white-space:nowrap;font-size:clamp(24px,4vw,50px);font-weight:700}.marquee-title1{color:#eba313;letter-spacing:2px;white-space:nowrap;font-size:clamp(24px,4vw,50px);font-weight:700}.marquee-divider{opacity:.85;background-color:#000;flex:none;width:1px;height:clamp(60px,14vw,190px)}.logo-card{justify-content:center;align-items:center;display:flex}.logo-card img{object-fit:contain;width:auto;height:clamp(48px,8vw,140px)}.logo-card,.marquee-title{padding:0 clamp(18px,4vw,45px)}.marquee-track{will-change:transform;align-items:center;width:max-content;animation:16s linear infinite scroll;display:flex;transform:translateZ(0)}@media (max-width:768px){.marquee-track{animation-duration:22s}}@media (max-width:480px){.marquee-track{animation-duration:26s}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.marquee-track{gap:28px}.marquee-title{font-size:24px}.logo-card img{height:32px}.marquee-divider{height:50px}}.testimonials-section{background-color:#fff7f1;justify-content:center;width:100%;display:flex}.testimonials-container{text-align:center;width:100%;max-width:1200px}.testimonials-title{color:#111;margin:0 0 20px;font-size:32px;font-weight:700;line-height:1.3}.testimonials-title span{color:#f58220;margin-top:8px;display:block}.testimonials-quote{color:#444;max-width:760px;margin:0 auto 60px;font-size:16px;line-height:1.7;position:relative}.quote-mark{color:#f58220;padding:0 6px;font-size:24px;font-weight:700}.testimonials-avatars{justify-content:center;align-items:flex-end;gap:140px;margin-top:40px;display:flex}.testimonial-person{text-align:center;max-width:200px}@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}.avatar{cursor:pointer;background:#f0f0f0;border-radius:50%;display:inline-block;position:relative;overflow:visible}.avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;transition:transform .4s}.avatar:hover img{transform:scale(1.08)}.avatar:after{content:"";z-index:5;background:conic-gradient(from -90deg,#f58220 var(--angle),transparent 0deg);opacity:0;pointer-events:none;border-radius:50%;position:absolute;inset:-7px;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 4px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,#0000 calc(100% - 4px),#000 calc(100% - 3px))}.avatar:hover:after{opacity:1;animation:.6s linear forwards draw-circle}@keyframes draw-circle{to{--angle:360deg}}.testimonials-avatars,.testimonial-person{overflow:visible}.avatar.small{border:2px solid #fff;width:100px;height:100px}.avatar.large{border:4px solid #fff;width:150px;height:150px}.stars{color:#f58220;margin-bottom:6px;font-size:16px}.stars.small{font-size:14px}.person-name{color:#000;margin:0;font-size:14px;font-weight:600}.person-role{color:#000;margin:2px 0 0;font-size:12px}.testimonial-person.center{transform:translateY(-10px)}.person-name.highlight{color:#f58220;font-size:18px;font-weight:700}.person-role.highlight{color:#f58220;font-size:14px}.testimonials-section{margin-top:160px;margin-bottom:160px;padding:100px 20px 140px}.email{background-color:#f28c4c;justify-content:center;align-items:center;width:100%;margin-top:80px;padding:80px 16px;display:flex}.email-form button{color:#fff;cursor:pointer;white-space:nowrap;background-color:#111;border:none;border-radius:999px;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:500;line-height:1;transition:background-color .25s,color .25s;display:flex}.email-form button:hover{color:#000;background-color:#6c6f6d}.email-form button:hover .arrow{color:#000}.email-content{text-align:center;color:#fff;max-width:960px}.email-content h1{margin-bottom:16px;font-size:48px;font-weight:700;line-height:1.2}.email-content h1 span{font-style:italic;font-weight:500}.email-content p{opacity:.95;max-width:720px;margin:0 auto 32px;font-size:16px;line-height:1.6}.email-form{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.email-form input{border:none;border-radius:999px;outline:none;width:320px;padding:14px 20px;font-size:14px}.email-form input::placeholder{color:#999}.email-form button{color:#fff;cursor:pointer;background-color:#111;border:none;border-radius:999px;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:500;transition:background-color .2s;display:flex}.email-form .arrow{font-size:16px;line-height:1}.hover-heading span{cursor:pointer;transition:color .2s}.hover-heading span:hover{color:#000;font-weight:700}.about-page{background-color:#f9f9f9;width:100%;animation:.6s ease-in-out fadeInPage}@keyframes fadeInPage{0%{opacity:0}to{opacity:1}}.hero-image img,.about-image img,.mission-image-center img,.founder-image img,.vision-overlay-image img{transition:transform .4s,box-shadow .4s}.hero-image img:hover,.about-image img:hover,.mission-image-center img:hover,.founder-image img:hover,.vision-overlay-image img:hover{cursor:pointer;transform:scale(1.05)}.hero,.about-section,.mission,.vision-section,.founders{animation:.9s ease-out forwards fadeUp}.hero{animation-delay:.1s}.about-section{animation-delay:.25s}.mission{animation-delay:.4s}.vision-section{animation-delay:.55s}.founders{animation-delay:.7s}.about-page{background-color:#fff}.section-image{flex:0 0 400px;max-width:400px}.section-image img{border-radius:12px;width:100%;height:auto;display:block}.hero{justify-content:space-between;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:60px 40px;display:flex}.hero-image{flex:0 0 400px;order:2;max-width:400px}.hero-image img{border-radius:12px;width:100%;height:auto;display:block}.hero-text{text-align:left;flex:1;order:1}.hero-text h1{color:#111827;margin:0;font-size:36px;font-weight:800;line-height:1.4}.about-section{background:#fff;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:60px 40px;display:flex}.about-image{flex:0 0 400px;order:2;max-width:400px}.about-image img{border-radius:12px;width:100%;height:auto}.about-text{text-align:left;flex:1;order:1}.about-text p{color:#4b5563;text-align:right;font-size:20px;line-height:1.6}.mission{justify-content:space-between;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:60px 40px;display:flex}.mission-image-center{flex:0 0 400px;order:2;max-width:400px}.mission-image-center img{border-radius:12px;width:100%;height:auto}.mission-content{text-align:left;flex:1}.mission h2{background:linear-gradient(90deg,#e89530 2%,#ec3837 100%);-webkit-text-fill-color:transparent;letter-spacing:2px;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:50px;font-weight:900}.mission-text p{color:#374151;order:1;margin-left:11px;font-size:20px;line-height:1.7}.vision-section{background:#f8fafc;justify-content:center;align-items:center;width:100%;height:750px;margin-top:50px;display:flex;position:relative;overflow:hidden}.vision-bg{object-fit:cover;object-position:center center;z-index:1;filter:brightness(1.1)contrast(1.05);width:100vw;height:100%;position:absolute;top:0;left:0}.vision-watermark{z-index:2;opacity:.85;pointer-events:none;width:350px;height:350px;position:absolute;top:50%;left:50%}.vision-background{opacity:.9;z-index:1;background-image:url(/assets/architectural-DWYz8Zn0.png);background-position:50%;background-repeat:no-repeat;width:100%;height:100%;margin-top:30px;position:absolute;inset:0;transform:scale(1.08)}.vision-overlay-image{z-index:2;width:55rem;height:105px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.vision-overlay-image img{object-fit:cover;width:100%;height:89%}.vision-content{z-index:3;text-align:center;max-width:700px;padding:0 40px;position:relative}.vision-content p{color:#000;margin:0;font-size:31px;font-weight:600;line-height:1.7}.founders{text-align:center;padding:80px 40px}.founders h2{background:linear-gradient(90deg,#e89530 2%,#ec3837 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin-bottom:60px;font-size:50px;font-weight:900}.founders-list{max-width:1000px;margin:0 auto}.founder-row{align-items:flex-start;gap:40px;margin-bottom:60px;padding:0;display:flex}.founder-row:last-child{margin-bottom:0}.founder-image-container{text-align:center;flex-shrink:0;width:220px}.founder-image img{object-fit:cover;border-radius:8px;width:250px;height:250px;margin:0 auto 12px;display:block}.founder-name{color:#111827;margin:0 0 4px;font-size:28px;font-weight:800;line-height:1.2}.founder-title{color:#4b5563;text-transform:uppercase;letter-spacing:1px;margin:0;font-size:16px;font-weight:700;display:block}.founder-info{text-align:left;flex:1;margin-top:56px}.founder-info p{color:#4b5563;font-size:18px;font-weight:600;line-height:1.7;font:Work sans;margin-top:50px}.social-icon{color:#000;background:linear-gradient(135deg,#f97316,#fbbf24);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:700;text-decoration:none;transition:transform .3s;display:flex}@media (max-width:1024px){.hero,.about-section,.mission{gap:40px;padding:50px 30px}.hero-image,.about-image,.mission-image-center{flex:0 0 350px;max-width:350px}}@media (max-width:768px){.hero{text-align:center;flex-direction:column;gap:30px;padding:40px 20px}.hero-image{flex:none;order:1;max-width:300px;margin:0 auto}.hero-text{text-align:center}.hero-text h1{font-size:28px}.about-section{text-align:center;flex-direction:column-reverse;gap:30px;padding:40px 20px}.about-image{flex:none;max-width:300px;margin:0 auto}.about-text{text-align:center}.about-text p{text-align:center;font-size:16px}.mission{text-align:center;flex-direction:column;gap:30px;padding:40px 20px}.mission-image-center{flex:none;max-width:300px;margin:0 auto}.mission-content{text-align:center}.mission h2{font-size:36px}.mission-text p{font-size:16px}.vision-section{height:520px;padding:0}.vision-background{opacity:.9;background-position:50%}.vision-watermark,.vision-overlay-image{width:360px;margin-top:34px}.vision-content{padding:0 20px}.vision-overlay-image img{object-fit:cover;width:100%;height:36%}.vision-content p{font-size:18px}.founders{padding:60px 20px}.founders h2{margin-bottom:40px;font-size:36px}.founder-row{text-align:center;flex-direction:column;align-items:center;gap:20px;margin-bottom:40px}.founder-image-container{width:auto}.founder-image img{width:180px;height:180px}.founder-info{text-align:center;margin-top:0}.founder-info p{margin-top:0;font-size:16px}}@media (max-width:480px){.hero,.about-section,.mission,.founders{padding:30px 15px}.hero-text h1,.founders h2{font-size:24px}.mission h2{font-size:28px}.hero-image,.about-image,.mission-image-center{max-width:250px}.vision-section{height:450px}.vision-watermark,.vision-overlay-image{width:360px;margin-top:38px}.vision-overlay-image img{object-fit:cover;width:100%;height:36%}.founder-image img{width:140px;height:140px}}.blog-page{background-color:#f9f9f9;width:100%;animation:.6s ease-in-out fadeInPage}.blog-hero img{object-fit:cover;width:100%;height:350px;animation:.6s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.blog-container{grid-template-columns:repeat(3,1fr);gap:25px;max-width:1200px;margin:40px auto;padding:0 20px;display:grid}.blog-card{opacity:0;will-change:transform;background:#fff;border-radius:8px;animation:.45s forwards cardFadeUp;overflow:hidden;transform:translateY(12px);box-shadow:0 6px 18px #00000014}@keyframes cardFadeUp{to{opacity:1;transform:translateY(0)}}.blog-card:first-child{animation-delay:50ms}.blog-card:nth-child(2){animation-delay:.1s}.blog-card:nth-child(3){animation-delay:.15s}.blog-card:nth-child(4){animation-delay:.2s}.blog-card:nth-child(5){animation-delay:.25s}.blog-card:nth-child(6){animation-delay:.3s}.blog-card:nth-child(7){animation-delay:.35s}.blog-card:nth-child(8){animation-delay:.4s}.blog-card:nth-child(9){animation-delay:.45s}.blog-card:hover{transform:translateY(-4px);box-shadow:0 10px 26px #0000001f}.blog-card img{object-fit:cover;will-change:transform;width:100%;height:180px;transition:transform .25s ease-out}.blog-card:hover img{transform:scale(1.05)}.blog-content{padding:18px}.blog-content h3{color:#111;margin-bottom:10px;font-size:18px}.blog-content p{color:#555;font-size:14px;line-height:1.6}.read-more{color:#4a6cf7;cursor:pointer;margin-top:12px;font-size:14px;transition:color .2s;display:inline-block}.read-more:hover{color:#2f4fd8}@media (max-width:900px){.blog-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.blog-hero img{height:220px}.blog-container{grid-template-columns:1fr;margin:20px auto}}.contact{background:#fff;padding:80px 100px;font-family:Work Sans,Inter,sans-serif}.contact-top{justify-content:space-between;align-items:flex-start;gap:120px;display:flex}.contact-left{width:640px}.contact-left h1{margin-bottom:24px;font-size:56px;font-weight:700}.contact-left p{max-width:620px;font-size:18px;line-height:150%}.contact-info{gap:60px;margin-top:40px;display:flex}.contact-info div{flex-direction:column;gap:6px;display:flex}.contact-info strong{font-size:16px;font-weight:600}.contact-info span{opacity:.75;font-size:14px}.contact-form{background:#fff;border-radius:20px;width:440px;padding:32px 28px;box-shadow:0 12px 30px #0000001f}.contact-form h2{font-size:36px;font-weight:500}.contact-form p{color:#6b6b6b;margin-bottom:20px;font-size:14px}.contact-form input,.contact-form textarea{background:#fff;border:1px solid #ddd;border-radius:14px;width:100%;height:50px;margin-bottom:14px;padding:14px 16px;font-size:14px;transition:border-color .25s,box-shadow .25s,transform .25s,background-color .25s}.contact-form textarea{resize:none;height:120px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9a9a9a;transition:opacity .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#ef4444;outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #ef44441f}.contact-form input:focus::placeholder,.contact-form textarea:focus::placeholder{opacity:.4}.contact-form input:invalid:not(:focus):not(:placeholder-shown),.contact-form textarea:invalid:not(:focus):not(:placeholder-shown){border-color:#ef4444;animation:.35s shake;box-shadow:0 0 0 3px #ef44442e}.contact-form .row{gap:12px;display:flex}.contact-form button{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:16px;width:100%;height:56px;font-size:16px;transition:transform .2s,box-shadow .2s,background .2s}.contact-form button:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 10px 25px #ef444459}.contact-form button:active{transform:scale(.97)}.contact-form button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.contact-form small{text-align:center;margin-top:10px;font-size:12px;display:block}.contact-form span{cursor:pointer;font-weight:500}.contact-bottom{gap:80px;margin-top:90px;display:flex}.contact-map{border-radius:18px;width:730px;height:680px;overflow:hidden}.contact-map iframe{border:none;width:100%;height:100%}.contact-faq{width:580px}.faq-header{align-items:center;gap:10px;margin-bottom:24px;display:flex}.faq-dot{background:#ff6a00;width:8px;height:8px}.faq-header h3{font-size:16px;font-weight:600;animation:.6s ease-out fadeInDown}.faq-list{flex-direction:column;display:flex}.faq-item{cursor:pointer;border-bottom:1px solid #e6e6e6;padding:18px 0;transition:all .2s}.faq-item:hover{background:#f5911805;margin:0 -8px;padding:18px 8px}.faq-question{justify-content:space-between;align-items:center;gap:20px;transition:all .2s;display:flex}.faq-question span{font-size:15px;font-weight:500;line-height:1.5}.faq-plus{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:22px;font-weight:300;display:flex}.faq-answer{padding-top:0;overflow:hidden}.faq-answer p{color:#666;margin-top:12px;font-size:14px;line-height:1.6;animation:.4s ease-out fadeInUp}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-4px)}50%{transform:translate(4px)}75%{transform:translate(-4px)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}@media (max-width:768px){.contact{padding:40px 20px}.contact-top{flex-direction:column;gap:40px}.contact-left,.contact-form,.contact-map,.contact-faq{width:100%}.contact-bottom{flex-direction:column}.contact-map{height:300px}.contact-left h1{font-size:32px}.contact-info{flex-direction:column;gap:20px}}.contact-form input.error,.contact-form textarea.error{border-color:#ef4444;animation:.35s shake;box-shadow:0 0 0 3px #ef444433}.field-error{color:#ef4444;margin:-6px 0 12px 6px;font-size:12px}.textarea-wrapper{position:relative}.char-count{color:#999;font-size:12px;position:absolute;bottom:30px;right:14px}.char-count.limit{color:#ef4444}*,:before,:after{box-sizing:border-box}html,body{width:100%;margin:0;padding:0;font-family:Inter,sans-serif;overflow:hidden scroll}#root{width:100%;overflow-x:hidden}
