*{margin:0;padding:0;box-sizing:border-box}:root{line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;width:100%;min-height:100vh;scroll-behavior:smooth;font-family:Elephant,Arial,Helvetica,sans-serif}body{background-color:#fff;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600}p{line-height:1.6}html{scroll-behavior:smooth}.navbar{background:#fffffffa;padding:.75rem 0;position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid rgba(229,231,235,.8);transition:all .3s ease}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.logo:hover{text-decoration:none;color:inherit}.logo-image{height:64px;width:auto;max-width:220px;object-fit:contain;transition:height .2s}.brand-text{display:flex;flex-direction:column;line-height:1.2}.brand-text strong{color:#1f2937;font-size:1.25rem;font-weight:700}.brand-subtitle{color:#6b7280;font-size:.9rem;font-weight:500}.nav-menu{display:flex;align-items:center;gap:2.5rem;list-style:none;margin:0;padding:0}.nav-link{color:#374151;text-decoration:none;font-weight:500;font-size:.95rem;padding:.5rem 0;border-radius:.25rem;transition:all .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#1874d0}.nav-link.active:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background:#1874d0;border-radius:1px}.nav-actions{display:flex;align-items:center;gap:1.5rem}.contact-info{display:flex;flex-direction:column;align-items:flex-end;line-height:1.3}.help-text{color:#6b7280;font-size:.8rem;font-weight:400}.phone-number{color:#1f2937;font-size:.9rem;font-weight:600}.nav-cta-btn{background:linear-gradient(135deg,#1874d0,#1874d0);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:0;font-weight:600;font-size:.85rem;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.nav-cta-btn:hover{background:linear-gradient(135deg,#125a9c,#1874d0);transform:translateY(-1px)}.nav-dropdown{position:relative;display:inline-block}.nav-dropdown>span{cursor:pointer;padding:.5rem 1rem;display:inline-block}.dropdown-content{display:none;position:absolute;background:#fff;min-width:200px;box-shadow:0 8px 16px #0000001a;z-index:1001;border-radius:8px;margin-top:.5rem}.nav-dropdown:hover .dropdown-content,.nav-dropdown:focus-within .dropdown-content{display:block}.dropdown-content a{color:#1f2937;padding:.75rem 1.25rem;text-decoration:none;display:block;font-size:1rem;border-bottom:1px solid #f3f4f6;transition:background .2s}.dropdown-content a:last-child{border-bottom:none}.dropdown-content a:hover{background:#f3f4f6}.nav-toggle{display:none;flex-direction:column;cursor:pointer;gap:.25rem}.bar{width:25px;height:3px;background:#374151;border-radius:2px;transition:.3s}@media screen and (max-width: 1024px){.contact-info{display:none}}@media screen and (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#fffffffa;width:100%;text-align:center;transition:.3s;padding:2rem 0;gap:1.5rem}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-container{padding:0 1rem}.nav-actions{display:none}.nav-cta-btn{margin-top:1rem}}@media (max-width: 600px){.nav-logo .logo-image{height:48px;max-width:150px}}.footer-section{background:#022b3a;color:#fff;padding:60px 0 40px}.footer-content{display:flex;flex-direction:column;gap:40px}.footer-newsletter{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.newsletter-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:#fff;margin:0;flex:1}.newsletter-form{display:flex;flex-direction:column;gap:16px;min-width:300px}.newsletter-input{padding:14px 20px;border:none;border-radius:0;background:#fff;color:#333;font-size:16px;outline:none;transition:all .3s ease}.newsletter-input::placeholder{color:#999}.newsletter-input:focus{outline:3px solid rgba(59,130,246,.3)}.newsletter-submit{padding:14px 20px;background:linear-gradient(135deg,#1874d0,#1874d0);color:#fff;border:none;border-radius:0;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.newsletter-submit:hover{background:linear-gradient(135deg,#125a9c,#1874d0);transform:translateY(-1px)}.footer-separator{height:1px;background:#fff3;margin:20px 0}.footer-info{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:20px}.footer-logo{display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px;margin-right:0!important}.footer-logo-img{width:120px;height:auto;object-fit:contain;border-radius:12px;margin-right:12px}.footer-logo .logo-icon{margin-bottom:0}.footer-logo .logo-icon{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px}.footer-logo .logo-icon span:first-child{font-size:24px;font-weight:700}.footer-logo .logo-subtitle{font-size:16px;font-weight:400;color:#fff;margin-left:0}.footer-description{color:#fffc;line-height:1.6;margin:0}.social-links{display:flex;gap:12px}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:0;color:#fff;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#3b82f6;transform:translateY(-2px)}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;justify-content:space-between}.footer-column{min-width:0;flex:1 1 0;display:flex;flex-direction:column;gap:12px}.footer-column-title{font-size:18px;font-weight:700;color:#fff;margin:0 0 20px}.footer-menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-menu a{color:#fffc;text-decoration:none;transition:color .3s ease;line-height:1.5}.footer-menu a:hover{color:#60a5fa}.contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.contact-icon{font-size:16px;margin-top:2px;opacity:.8;background:none!important}.contact-text{flex:1;color:#fff!important}.contact-text-white{color:#fff!important}.contact-text p{margin:0;color:#fff;line-height:1.5}@media (max-width: 1024px){.footer-info,.footer-links{grid-template-columns:1fr;gap:40px}}@media (max-width: 768px){.footer-section{padding:40px 0 30px}.footer-newsletter{flex-direction:column;gap:30px}.newsletter-title{font-size:2rem}.newsletter-form{min-width:auto;width:100%}.footer-links{grid-template-columns:1fr;gap:30px}.footer-info{gap:30px}}@media (max-width: 480px){.newsletter-title{font-size:1.5rem}.newsletter-input,.newsletter-submit{padding:12px 16px;font-size:14px}.footer-column-title{font-size:16px}.social-links{gap:8px}.social-link{width:36px;height:36px}}.consultation-section{position:relative;padding:120px;display:flex;align-items:center;justify-content:center;max-height:400px;overflow:hidden}.consultation-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-image:url(https://images.unsplash.com/photo-1521737711867-e3b97375f902?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;z-index:2}.consultation-content{position:relative;z-index:3;text-align:center;color:#fff;max-width:800px;margin:0 auto}.consultation-tagline{font-size:16px;color:#fff;font-weight:500;margin-bottom:24px;letter-spacing:.05em}.consultation-title{font-size:4rem;font-weight:900;color:#fff;margin-bottom:40px;line-height:1.1;letter-spacing:.02em;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.consultation-cta{background:#3b82f6;color:#fff;padding:16px 40px;border:none;font-size:16px;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;text-transform:uppercase;box-shadow:0 4px 15px #3b82f666}.consultation-cta:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f699}.consultation-cta:active{transform:translateY(0);box-shadow:0 2px 10px #3b82f666}.landing-page{width:100%;min-height:100vh}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.hero-backgrounds-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1;overflow:hidden}.hero-slide-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:translate(100%);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);z-index:1;pointer-events:none}.hero-slide-img.active.right{opacity:1;transform:translate(0);z-index:2}.hero-slide-img.prev.right{opacity:0;transform:translate(-100%);z-index:1}.hero-slide-img.active.left{opacity:1;transform:translate(0);z-index:2}.hero-slide-img.prev.left{opacity:0;transform:translate(100%);z-index:1}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-image:url(https://www.marvell.com/content/dam/marvell/en/products/assets/custom-asic/images/heroes/bnr-hero-1900x1266-asic.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;text-align:center;color:#fff;max-width:1200px;padding:0 2rem;font-family:Elephant,Arial,Helvetica,sans-serif!important;display:flex;flex-direction:column;align-items:center;justify-content:center;height:auto}.tagline{font-family:Elephant,Arial,Helvetica,sans-serif!important;font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:1px;opacity:.9;text-transform:uppercase!important}.achievements-section .tagline,.products-section .tagline,.premises-section .tagline,.quality-section .tagline,.life-at-eon-section .tagline,.testimonials-section .tagline,.about-section .tagline{color:#0272b9!important}.hero .tagline{color:#fff!important}.hero-title{font-size:clamp(3.2rem,8vw,5.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#e5e7eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:1px 1px 3px #fff,0 1px 4px #fff}.hero-description{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.1rem;color:#6b7280;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.section-header{margin-bottom:4rem}.about-section{padding:6rem 0;background:#fff;position:relative;overflow:hidden}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.about-text{padding-right:2rem}.about-heading{font-size:2.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;line-height:1.3}.about-description{font-size:1.1rem;line-height:1.7;color:#4b5563;margin-bottom:1.5rem}.about-cta{margin-top:2.5rem}.about-cta-text{font-size:1rem;line-height:1.6;color:#6b7280;margin-bottom:1.5rem}.learn-more-link{display:inline-flex;align-items:center;gap:.5rem;color:#3b82f6;text-decoration:none;font-weight:600;font-size:.9rem;letter-spacing:.05em;transition:all .3s ease;padding:.5rem 0;border-bottom:2px solid transparent}.learn-more-link:hover{color:#1d4ed8;border-bottom-color:#3b82f6;transform:translate(4px)}.learn-more-link svg{transition:transform .3s ease}.learn-more-link:hover svg{transform:translate(4px)}.about-image{position:relative;display:flex;justify-content:center;align-items:center;padding:2rem}.about-image:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:linear-gradient(135deg,#3b82f61a,#9333ea1a,#ec48991a,#3b82f61a,#9333ea1a);border-radius:50%;z-index:-1;animation:rotate 20s linear infinite}.about-image:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110%;height:110%;background:radial-gradient(circle,transparent 60%,rgba(255,255,255,.8) 70%,rgba(249,250,251,.9) 80%);border-radius:50%;z-index:-1}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes aboutImgSpin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.about-img{width:100%;height:400px;object-fit:cover;border-radius:50%;box-shadow:0 25px 50px -12px #00000040,0 0 0 8px #ffffff1a,0 0 0 16px #3b82f61a;aspect-ratio:1;position:relative;z-index:1;border:4px solid rgba(255,255,255,.2)}.achievements-section{padding:6rem 0;background:#f1f1f1;position:relative}.achievements-section .tagline{font-family:Elephant,Arial,Helvetica,sans-serif!important;font-size:1.1rem;font-weight:700;color:#06c;margin-bottom:1rem;letter-spacing:1px;text-align:center;text-transform:uppercase!important}.achievements-section .section-title{color:#1f2937;margin-bottom:4rem;line-height:1.2}.achievements-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem;width:100%;max-width:2500px;margin:0 0 0 auto;padding-right:50px;justify-items:start}.achievement-card{background:#fff;border-radius:20px;overflow:hidden;transition:all .3s ease;border:1px solid #ffffff;width:120%;max-width:570px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;height:100%}.achievement-card:hover{transform:translateY(-8px)}.achievement-image{height:460px;overflow:hidden;position:relative;flex-shrink:0}.achievement-image img{width:100%;height:100%;object-fit:cover;background:#e1e5f1;transition:transform .3s ease}.achievement-title{padding:1.5rem;font-size:1.2rem;font-weight:600;color:#1f2937;text-align:center;line-height:1.4;margin:0;background:#e2e2f1;flex-grow:1;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.life-at-eon-section{padding:6rem 0;background:#fff;position:relative;overflow:hidden}.life-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.life-text{padding-right:2rem}.life-at-eon-section .tagline{font-family:Elephant,Arial,Helvetica,sans-serif!important;font-size:1.1rem;font-weight:700;color:#06c;margin-bottom:1rem;letter-spacing:1px;text-transform:uppercase!important}.life-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.2}.life-description{font-size:1.1rem;line-height:1.7;color:#4b5563;margin-bottom:2.5rem}.life-features{display:flex;flex-direction:row;gap:5rem;justify-content:flex-start;align-items:stretch;margin-top:2.5rem}.feature-item{background:linear-gradient(135deg,#e2e2f1,#f0f2f8);border-radius:20px;box-shadow:0 8px 32px #1874d01a,0 4px 16px #0000000a;width:220px;height:220px;min-width:220px;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.8);position:relative;overflow:hidden}.feature-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1874d005,#3b82f60d);opacity:0;transition:opacity .3s ease;border-radius:20px}.feature-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 48px #1874d026,0 8px 24px #00000014}.feature-item:hover:before{opacity:1}.feature-icon{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 4px 16px #1874d01a,inset 0 1px #fffc;border:1px solid rgba(24,116,208,.1);transition:all .3s ease;position:relative;z-index:1}.feature-item:hover .feature-icon{transform:scale(1.1);box-shadow:0 6px 20px #1874d033,inset 0 1px #ffffffe6}.feature-content{text-align:center;position:relative;z-index:1}.feature-title{font-size:1.2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem;line-height:1.3}.feature-text{font-size:1rem;color:#6b7280;margin:0;line-height:1.5;text-align:center}.feature-icon{width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.feature-icon svg{width:24px;height:24px}.feature-content{flex:1}.feature-title{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.feature-text{font-size:1rem;color:#000;line-height:1.5;margin:0}.life-images{position:relative}.image-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:1.5rem;height:450px}.life-features .feature-content,.life-features .feature-title,.life-features .feature-text{color:#000!important}.grid-item{position:relative;overflow:hidden;transition:transform .3s ease}.grid-item:hover{transform:translateY(-5px)}.grid-item.large{grid-row:span 3}.grid-item img{width:100%;height:100%;object-fit:cover;filter:brightness(.7) contrast(1.1) drop-shadow(0 0 12px #1874d0) drop-shadow(0 0 24px #1874d0) hue-rotate(-15deg) saturate(1.2);mix-blend-mode:multiply}.grid-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1874d040;pointer-events:none;z-index:2}.image-overlay{position:absolute;bottom:0;left:0;right:0;z-index:3}.products-section{padding:6rem 0;background:#f1f1f1;position:relative}.products-section .tagline{font-family:Elephant,Arial,Helvetica,sans-serif!important;font-size:1.1rem;font-weight:700;color:#06c;margin-bottom:1rem;letter-spacing:1px;text-align:center;text-transform:uppercase!important}.products-section .section-title{color:#1f2937;margin-bottom:4rem;line-height:1.2}.products-scroll-wrapper{position:relative;display:flex;align-items:center}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#1874d0d9;color:#fff;border:none;border-radius:50%;width:44px;height:44px;font-size:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #1874d026;transition:background .2s,box-shadow .2s;opacity:.85}.scroll-btn.left{left:.5rem}.scroll-btn.right{right:.5rem}.scroll-btn:active{background:#184673}.products-scroll-container{position:relative;flex:1 1 auto;overflow-x:hidden;padding-bottom:1rem;margin:0 4rem 0 0;padding-left:2rem;padding-right:2rem;scroll-behavior:smooth;mask-image:none!important;-webkit-mask-image:none!important}.products-scroll-container::-webkit-scrollbar{display:none!important}.products-grid{display:flex;gap:2rem;min-width:fit-content;margin-left:0}.product-card{flex:0 0 350px;background:#fff;overflow:hidden;transition:all .3s ease;border:1px solid #f3f4f6;cursor:pointer}.product-card:hover{transform:translateY(-8px)}.product-image{height:240px;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem;display:flex;align-items:center;justify-content:space-between;background:#184673}.product-title{font-size:1.2rem;font-weight:600;color:#fff;margin:0;line-height:1.4}.product-arrow{width:40px;height:40px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .3s ease;flex-shrink:0;margin-left:1rem}.product-card:hover .product-arrow{background:#3b82f6;color:#fff;transform:rotate(45deg)}.premises-section{background:#fff;position:relative;padding-top:6rem}.premises-section .tagline{font-family:Elephant,Arial,Helvetica,sans-serif!important;font-size:1.1rem;font-weight:700;color:#06c;margin-bottom:1rem;letter-spacing:1px;text-align:center;text-transform:uppercase!important}.premises-section .section-title{color:#1f2937;margin-bottom:4rem;line-height:1.2}.premises-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,200px);gap:1.5rem;max-width:1200px;margin:0 auto}.premises-item{position:relative;overflow:hidden;transition:all .3s ease;cursor:pointer}.premises-item:hover{transform:translateY(-5px)}.premises-item.large{grid-column:span 2;grid-row:span 2}.premises-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.quality-section{background:#f1f1f1;padding:6rem 0 7rem;position:relative;overflow:hidden}.quality-content{display:flex;flex-direction:column;align-items:center;width:100%;padding-left:6vw;padding-right:6vw;box-sizing:border-box}.quality-text{width:100%;max-width:900px;margin-bottom:3.5rem;padding-top:1rem;margin-left:auto;margin-right:auto;text-align:center}.quality-features-flip{width:100%;justify-content:center;align-items:center;padding-left:0;display:flex;gap:3.5rem;margin-top:.5rem}.flip-card{background:transparent;width:340px;height:340px;perspective:1200px;border-radius:24px;box-shadow:0 4px 32px #1846731a,0 1.5px 8px #3b82f612;cursor:pointer;transition:box-shadow .3s,transform .2s;position:relative;overflow:visible}.flip-card:hover{box-shadow:0 12px 40px #1846732e,0 2px 12px #3b82f61a;transform:translateY(-8px) scale(1.03)}.flip-card-inner{position:relative;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,.2,.2,1);transform-style:preserve-3d}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;box-shadow:none}.flip-card-front{background:#fff;z-index:2;box-shadow:0 2px 12px #3b82f60a;padding-bottom:1.2rem}.flip-card-front img{width:100%;height:100%;object-fit:cover;border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 1.5px 8px #3b82f612}.flip-card-front .feature-overlay{width:100%;background:#ffffffeb;padding:.7rem 0;border-bottom-left-radius:24px;border-bottom-right-radius:24px;text-align:center;margin-top:-.5rem}.flip-card-front .feature-name{color:#222b3a;font-size:1.2rem;font-weight:700;letter-spacing:.5px}.flip-card-back{background:linear-gradient(135deg,#184673 60%,#3b82f6);color:#fff;transform:rotateY(180deg);z-index:3;padding:2.2rem 1.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 2px 12px #3b82f61a}.flip-card-back .feature-name{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#fff}.flip-card-back .feature-desc{font-size:1rem;color:#e0e7ef;line-height:1.7}@media (max-width: 1200px){.quality-content{padding-left:2vw;padding-right:2vw}.quality-features-flip{gap:2rem}}@media (max-width: 900px){.quality-features-flip{flex-direction:column;align-items:center;gap:2rem}.flip-card{width:95vw;max-width:350px;height:320px}}@media (max-width: 600px){.quality-features-flip{flex-direction:column;align-items:center;gap:1.25rem;width:100%;padding:0;margin:0 auto}.flip-card{width:94vw;max-width:98vw;height:220px;border-radius:18px;box-shadow:0 4px 18px #18467321,0 1.5px 6px #3b82f617;margin:0 auto}.flip-card-front,.flip-card-back{border-radius:18px;padding-bottom:.7rem}.flip-card-front img{height:70%;border-top-left-radius:18px;border-top-right-radius:18px}.flip-card-front .feature-overlay{padding:.5rem 0;font-size:1rem;border-bottom-left-radius:18px;border-bottom-right-radius:18px}.flip-card-front .feature-name,.flip-card-back .feature-name{font-size:1.2rem}.flip-card-back{padding:1rem .5rem .7rem;font-size:.98rem}.flip-card-back .feature-desc{font-size:1rem;line-height:1.5}}.testimonials-section{padding:6rem 0;background:#fff;position:relative;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:80%;background-image:url(https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/World_map_-_low_resolution.svg/2000px-World_map_-_low_resolution.svg.png);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.05;z-index:1}.testimonials-section:after{content:"";position:absolute;width:80px;height:80px;background:#60a5fa;border-radius:50%;top:15%;left:10%;opacity:.1;z-index:1}.testimonials-section .container{position:relative;z-index:2}.testimonials-section .container:before{content:"";position:absolute;top:35%;left:25%;width:8px;height:8px;background:#3b82f6;border-radius:50%;box-shadow:0 0 10px #3b82f699;animation:pulse 2s infinite;z-index:1}.testimonials-section .container:after{content:"";position:absolute;top:45%;left:70%;width:8px;height:8px;background:#3b82f6;border-radius:50%;box-shadow:0 0 10px #3b82f699;animation:pulse 2s infinite .5s;z-index:1}.testimonials-section .section-header:before{content:"";position:absolute;top:200px;left:40%;width:6px;height:6px;background:#60a5fa;border-radius:50%;box-shadow:0 0 8px #60a5fa99;animation:pulse 2s infinite 1s;z-index:1}.testimonials-section .section-header:after{content:"";position:absolute;top:180px;left:80%;width:6px;height:6px;background:#60a5fa;border-radius:50%;box-shadow:0 0 8px #60a5fa99;animation:pulse 2s infinite 1.5s;z-index:1}.testimonials-section .google-rating:before{content:"";position:absolute;top:-120px;left:-200px;width:7px;height:7px;background:#1d4ed8;border-radius:50%;box-shadow:0 0 9px #1d4ed899;animation:pulse 2s infinite .3s;z-index:1}.testimonials-section .google-rating:after{content:"";position:absolute;top:-80px;left:250px;width:7px;height:7px;background:#1d4ed8;border-radius:50%;box-shadow:0 0 9px #1d4ed899;animation:pulse 2s infinite 1.2s;z-index:1}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.testimonials-section .section-header,.testimonials-section .google-rating{position:relative}.testimonials-section .tagline{font-family:Elephant,Arial,Helvetica,sans-serif!important;font-size:1.1rem;font-weight:700;color:#06c;margin-bottom:1rem;letter-spacing:1px;text-align:center;text-transform:uppercase!important}.testimonials-section .section-title{color:#1f2937;margin-bottom:2rem;line-height:1.2}.google-rating{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;background:#fff;max-width:300px;margin-left:auto;margin-right:auto;margin-bottom:3rem}.rating-info{display:flex;flex-direction:column;align-items:center;gap:.25rem}.rating-text{font-weight:600;color:#1f2937;font-size:1.1rem}.stars{display:flex;gap:.125rem}.star{color:#fbbf24;font-size:1.25rem}.star.filled{color:#f59e0b}.star.half{background:linear-gradient(90deg,#f59e0b 50%,#e5e7eb 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.rating-count{font-size:.875rem;color:#6b7280}.google-logo{width:24px;height:24px}.testimonials-slider{position:relative}.testimonials-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.testimonial-card{background:#fff;padding:2rem;transition:all .3s ease;border:1px solid #f3f4f6}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.reviewer-info{display:flex;align-items:center;gap:.75rem}.reviewer-avatar{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.25rem}.reviewer-details{display:flex;flex-direction:column;gap:.25rem}.reviewer-name{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0}.review-stars{display:flex;gap:.125rem}.review-source{width:20px;height:20px;opacity:.7}.testimonial-text{font-size:1.1rem;line-height:1.6;color:#4b5563;margin:0;font-style:italic}.life-at-eon-section .feature-icon svg{stroke:#000!important;color:#000!important;fill:none!important}.life-at-eon-section .feature-icon{background:none!important}@media (max-width: 1024px){.container{padding:0 1.5rem}.about-content{gap:3rem}.about-text{padding-right:1rem}.life-content{gap:3rem}.life-text{padding-right:1rem}.achievements-grid{grid-template-columns:repeat(2,1fr);width:100%;gap:1.5rem;padding-right:0}.premises-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media (max-width: 768px){.container{padding:0 1rem}.section-title{font-size:2rem}.hero-content{padding:0 1rem}.hero-title{font-size:clamp(2rem,6vw,4rem)}.hero-description{font-size:1rem}.about-content,.life-content{grid-template-columns:1fr;gap:2.5rem}.about-text,.life-text{padding-right:0;text-align:center}.quality-content{grid-template-columns:1fr;gap:2.5rem}.quality-text{padding-right:0;text-align:center}.quality-title{font-size:2rem}.about-heading{font-size:2.5rem}.about-image{padding:1rem}.about-img{height:300px}.achievements-grid,.premises-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.achievement-image{height:180px}.life-title{font-size:2rem}.image-grid{height:380px;gap:1.25rem}.achievement-title{padding:1.25rem;font-size:1.2rem}.products-scroll-container{margin:0 -1rem;padding-left:1rem;padding-right:1rem}.product-card{flex:0 0 320px}.product-image{height:200px}.premises-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.premises-item.large{grid-column:span 2;grid-row:span 2}}@media (max-width: 480px){.about-img{height:250px}.achievements-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.life-features{gap:1.25rem}.feature-item{flex-direction:column;text-align:center;gap:.75rem;align-items:center}.feature-icon{margin:0 auto}.life-title{font-size:2.5rem}.image-grid{height:320px;gap:1rem}.image-overlay{font-size:1.1rem}.achievement-image{height:160px}.achievement-title{padding:1rem;font-size:1.2rem}.products-scroll-container{margin:0 -1rem;padding-left:1rem;padding-right:1rem}.products-grid{gap:1.5rem}.product-card{flex:0 0 280px}.product-image{height:180px}.product-info{padding:1.25rem}.product-title{font-size:1.2rem}.product-arrow{width:35px;height:35px}.premises-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,160px);gap:1rem}.premises-item.large{grid-column:span 2;grid-row:span 2}.quality-title{font-size:2.5rem}.quality-features{gap:1.25rem}.feature-image{height:100px}.feature-name{font-size:1.2rem}.testimonials-container{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.google-rating{max-width:250px;padding:.75rem}}.about-section .section-title,.about-section .about-heading,.about-section .about-text{text-align:left!important}@media (max-width: 768px){.about-section .section-title,.about-section .about-heading,.about-section .about-text{text-align:left!important}}.testimonials-section .container:before{content:"";position:absolute;width:60px;height:60px;background:#3b82f6;border-radius:50%;bottom:20%;right:15%;opacity:.1;z-index:1}.testimonials-section .container:after{content:"";position:absolute;width:40px;height:40px;background:#60a5fa;border-radius:50%;top:25%;bottom:20%;right:15%;opacity:.1;z-index:1}.tagline,.achievements-section .tagline,.products-section .tagline,.premises-section .tagline,.quality-section .tagline,.life-at-eon-section .tagline,.testimonials-section .tagline{font-weight:700!important;text-transform:uppercase!important}.premises-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:2900px;margin:0 auto;padding-bottom:6rem}.premises-item{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 2px 12px #18467314;transition:transform .2s,box-shadow .2s;background:#f8fafc}.premises-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.premises-item:hover{transform:scale(1.03) translateY(-4px);box-shadow:0 8px 24px #18467321}.premises-item.item1{grid-column:3 / 4;grid-row:2 / 3}.premises-item.item2{grid-column:3 / 4;grid-row:1 / 2}.premises-item.item3{grid-column:1 / 3;grid-row:1 / 3}.premises-item.item4{grid-column:2 / 4;grid-row:3 / 4}.premises-item.item5{grid-column:1 / 2;grid-row:3 / 4}@media (max-width: 900px){.premises-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:160px 160px 160px 160px;max-width:98vw}.premises-item.item1{grid-column:2 / 3;grid-row:3 / 4}.premises-item.item2{grid-column:1 / 2;grid-row:3 / 4}.premises-item.item3{grid-column:1 / 3;grid-row:1 / 3}.premises-item.item4{grid-column:2 / 3;grid-row:4 / 5}.premises-item.item5{grid-column:1 / 2;grid-row:4 / 5}}@media (max-width: 600px){.premises-grid{grid-template-columns:1fr;grid-template-rows:repeat(5,140px);gap:.75rem}.premises-item,.premises-item img{border-radius:10px}.premises-item.item1,.premises-item.item2,.premises-item.item3,.premises-item.item4,.premises-item.item5{grid-column:1 / 2!important;grid-row:auto!important}}.about-hero-section{position:relative;width:100%;height:40vh;background:url(src/assets/about_us.png) center center/cover no-repeat;display:flex;align-items:center;justify-content:center}.about-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center}.about-hero-title{color:#fff;font-size:2rem;font-weight:700;z-index:2;text-align:center;padding-top:100px}.about-main-section{width:100vw;max-width:none;margin:0;display:flex;justify-content:center;align-items:center;min-height:100vh;height:100vh;box-sizing:border-box;padding:0;background:#f5f6fa;position:relative}.about-main-wrapper{display:flex;justify-content:space-between;align-items:center;gap:4vw;max-width:1300px;width:100%;padding:0 4vw;height:100%;min-height:unset;position:relative}.about-main-images{display:flex;flex-direction:row;gap:40px;align-items:flex-end;position:relative;min-width:0;width:40vw;max-width:520px;justify-content:center}.about-main-img1{width:100%;max-width:520px;height:38vw;max-height:70vh;min-height:220px;object-fit:cover;border-radius:20px;box-shadow:0 20px 60px #0272b926,0 8px 25px #00000014;border:4px solid rgba(255,255,255,.9);transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:2;position:relative}.about-main-img1:before{content:"";position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;background:linear-gradient(135deg,#0272b91a,#3b82f61a);border-radius:24px;z-index:-1;opacity:0;transition:opacity .3s ease}.about-main-img2{width:300px;height:220px;object-fit:cover;border-radius:16px;box-shadow:0 15px 40px #0272b91f,0 5px 15px #0000000f;border:3px solid rgba(255,255,255,.95);position:absolute;left:360px;bottom:-60px;z-index:3;transition:all .4s cubic-bezier(.175,.885,.32,1.275);background:linear-gradient(135deg,#ffffffe6,#f8fafce6)}.about-main-img1:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 30px 80px #0272b933,0 15px 35px #0000001a}.about-main-img1:hover:before{opacity:1}.about-main-img2:hover{transform:translateY(-12px) scale(1.03);box-shadow:0 25px 60px #0272b92e,0 10px 25px #00000014;z-index:4}@keyframes aboutImgFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.03) rotate(-1deg)}}@keyframes aboutImgFloat2{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-18px) scale(1.05) rotate(2deg)}}@media (max-width: 900px){.about-main-section{min-height:100vh;height:100vh;padding:0}.about-main-wrapper{flex-direction:column;gap:24px;padding:0 2vw;height:100%}.about-main-images{width:100%;max-width:420px;min-width:0;gap:0}.about-main-img1{width:100%;max-width:420px;height:38vw;max-height:40vh;min-height:140px}}.about-main-content{flex:1;display:flex;flex-direction:column;gap:18px;max-width:440px;position:relative}.about-main-content:before{content:"";position:absolute;left:-30px;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#0272b9,#3b82f6);border-radius:2px}.about-main-content h5{color:#0272b9;font-size:.85rem;margin:0;font-weight:700;letter-spacing:1px;text-transform:uppercase;position:relative;padding-left:12px}.about-main-content h5:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:2px;background:#0272b9}.about-main-content h2{font-size:1.7rem;font-weight:800;margin:0 0 10px;line-height:1.15;color:#1e293b;text-shadow:0 2px 4px rgba(0,0,0,.05);position:relative}.about-main-content p{color:#475569;font-size:.98rem;margin:0 0 10px;line-height:1.5;font-weight:400;text-align:justify}.about-main-list{list-style:none;padding:12px;margin:0 0 12px;color:#334155;font-size:.92rem;background:#ffffffb3;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.about-main-list li{margin-bottom:4px;padding:4px 0;border-bottom:1px solid rgba(2,114,185,.1);transition:all .3s ease}.about-main-list li:last-child{border-bottom:none}.about-main-list li:before{content:"✓";color:#0272b9;margin-right:12px;font-weight:900;font-size:1.1rem}.about-main-list li:hover{color:#0272b9;transform:translate(8px)}.about-main-features{display:flex;gap:12px;margin:16px 0;flex-wrap:wrap}.about-feature{display:flex;align-items:center;gap:12px;font-weight:600;color:#1e293b;background:#ffffffe6;padding:8px 12px;border-radius:12px;border:2px solid rgba(2,114,185,.1);transition:all .3s cubic-bezier(.175,.885,.32,1.275);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000000d;position:relative;overflow:hidden;font-size:.98rem}.about-main-contact{display:flex;align-items:center;gap:16px;margin-top:16px;border-top:2px solid rgba(2,114,185,.15);background:#fff9;border-radius:8px;padding:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.about-main-contact:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0272b9,#3b82f6,#0272b9);border-radius:12px 12px 0 0}.about-main-contact .about-contact-label{font-weight:700;color:#1e293b;font-size:1.1rem;position:relative}.about-main-contact .about-contact-phone{color:#0272b9;font-size:1.2rem;font-weight:700;text-decoration:none;padding:8px 16px;background:#0272b91a;border-radius:8px;transition:all .3s ease}.about-main-contact .about-contact-phone:hover{background:#0272b926;transform:scale(1.05)}.about-main-contact .about-products-btn{background:linear-gradient(135deg,#0272b9,#3b82f6);color:#fff;border:none;padding:14px 32px;font-size:1.05rem;font-weight:600;cursor:pointer;border-radius:10px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 6px 20px #0272b94d;position:relative;overflow:hidden}.about-main-contact .about-products-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.about-main-contact .about-products-btn:hover:before{width:300px;height:300px}.about-main-contact .about-products-btn:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);transform:translateY(-3px);box-shadow:0 10px 30px #0272b966}.about-tech-section{width:100%;min-height:780px;background:url(/assets/laptop2-CluNkpg4.png) center 60px /contain no-repeat,url(/assets/WhiteBG-BzTU3Qig.png) center 50px/cover no-repeat;position:relative;overflow:hidden;padding-top:20px;padding-bottom:0}.about-tech-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:32px;position:relative;z-index:2}.about-tech-badge{display:inline;background:none;color:#0272b9;padding:0;border-radius:0;font-size:.85rem;font-weight:600;margin-bottom:24px;border:none;animation:none}.about-tech-title{font-size:2.4rem;font-weight:800;margin:0;line-height:1.2;color:#1e293b;text-align:center}.tech-highlight{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.about-tech-description{font-size:1.2rem;line-height:1.8;opacity:.8;margin-bottom:40px;animation:fadeInUp 1s ease .6s both;color:#64748b}.about-tech-stats{display:flex;gap:40px;margin-bottom:40px;animation:fadeInUp 1s ease .8s both}.tech-stat{text-align:left}.stat-number{font-size:2.8rem;font-weight:800;color:#3b82f6;margin-bottom:8px;animation:countUp 2s ease 1s both}.stat-label{font-size:.9rem;opacity:.7;font-weight:500;color:#64748b}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-tech-points{display:flex;flex-direction:column;gap:20px;animation:fadeInUp 1s ease 1s both}.tech-point{display:flex;align-items:center;gap:16px;background:#3b82f60d;border:1px solid rgba(59,130,246,.1);padding:20px 24px;border-radius:12px;transition:all .3s ease}.tech-point:hover{background:#3b82f614;border-color:#3b82f633;transform:translate(8px)}.tech-point-icon{font-size:1.5rem;animation:bounce 2s infinite}.tech-point:nth-child(2) .tech-point-icon{animation-delay:.2s}.tech-point:nth-child(3) .tech-point-icon{animation-delay:.4s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.tech-point-text{font-weight:600;font-size:1.1rem}.about-tech-visual{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.laptop-container{position:relative;animation:fadeInRight 1s ease .5s both}.laptop-image{width:550px;height:auto;max-width:100%;filter:drop-shadow(0 25px 50px rgba(0,0,0,.15));animation:float 6s ease-in-out infinite;border-radius:12px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.floating-circle{position:absolute;border-radius:50%;background:linear-gradient(45deg,#3b82f626,#3b82f60d);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.2);animation:floatRotate 10s linear infinite}.circle-1{width:60px;height:60px;top:10%;left:-10%;animation-delay:0s}.circle-2{width:40px;height:40px;top:60%;right:-5%;animation-delay:2s}.circle-3{width:80px;height:80px;bottom:10%;left:10%;animation-delay:4s}@keyframes floatRotate{0%{transform:translateY(0) rotate(0)}25%{transform:translateY(-20px) rotate(90deg)}50%{transform:translateY(-10px) rotate(180deg)}75%{transform:translateY(-30px) rotate(270deg)}to{transform:translateY(0) rotate(360deg)}}.code-snippet{position:absolute;background:#1e293bf2;color:#3b82f6;padding:10px 16px;border-radius:8px;font-family:Courier New,monospace;font-size:.85rem;border:1px solid rgba(59,130,246,.3);animation:codeGlow 4s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.snippet-1{top:20%;right:10%;animation-delay:1s}.snippet-2{bottom:30%;left:5%;animation-delay:2s}@keyframes codeGlow{0%,to{box-shadow:0 0 15px #3b82f633;transform:scale(1)}50%{box-shadow:0 0 25px #3b82f666;transform:scale(1.02)}}.tech-icon{position:absolute;font-size:2rem;animation:pulse 2s ease-in-out infinite}.icon-1{top:15%;left:15%;animation-delay:.5s}.icon-2{top:45%;right:20%;animation-delay:1.5s}.icon-3{bottom:20%;right:10%;animation-delay:2.5s}@keyframes pulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.2);opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.about-journey-section{width:100%;background:#fff;padding:4px 0 100px;position:relative;overflow:hidden}.about-journey-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.about-journey-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.journey-cards{display:flex;gap:40px;margin-bottom:80px;justify-content:center}.journey-card{flex:1;max-width:320px;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:40px 30px;text-align:center;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;animation:fadeInUp .8s ease both}.journey-card.combined-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:20px;margin:20px 0;display:flex;flex-direction:column;gap:20px}.journey-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.1) 100%);opacity:0;transition:opacity .3s ease;pointer-events:none}.journey-card:hover:before{opacity:1}.card-1{animation-delay:.1s}.card-2{animation-delay:.3s}.card-3{animation-delay:.5s}.journey-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 50px #00000026}.card-content{border-left:4px solid #007bff;padding-left:15px}.card-content h3{font-size:1.5rem;color:#333;margin-bottom:10px}.card-content p{font-size:1rem;color:#555;line-height:1.5}.card-icon{margin-bottom:24px;display:flex;justify-content:center}.icon-circle{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;position:relative;animation:iconFloat 3s ease-in-out infinite}.dreams-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 8px 24px #667eea66}.believe-icon{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 8px 24px #f093fb66;animation-delay:.5s}.create-icon{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;box-shadow:0 8px 24px #4facfe66;animation-delay:1s}@keyframes iconFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}.journey-card h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:16px;line-height:1.3}.journey-card p{color:#64748b;font-size:.4rem;line-height:1.6;margin:0}.journey-message{display:flex;align-items:center;justify-content:space-between;border-radius:32px;padding:60px 50px;position:relative;overflow:hidden;animation:fadeInUp 1s ease .7s both}.journey-message:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.success-message{flex:1;position:relative;z-index:2}.success-message h2{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:16px;line-height:1.2;background:#000;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.success-message p{font-size:1.3rem;color:#64748b;margin:0;font-weight:500}.inspire-visual{position:relative;display:flex;align-items:center;justify-content:center;width:150px;height:150px;margin:0 auto;flex-shrink:0}.success-ripple{position:absolute;top:50%;left:50%;width:100%;height:100%;border:3px solid #3b82f6;border-radius:50%;transform:translate(-50%,-50%);animation:ripple 2s ease-out infinite}.success-ripple:before,.success-ripple:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border:2px solid #3b82f6;border-radius:50%;transform:translate(-50%,-50%)}.success-ripple:before{animation-delay:.5s;opacity:.7}.success-ripple:after{animation-delay:1s;opacity:.4}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.inspire-icon{font-size:3rem;animation:pulse 2s ease-in-out infinite;z-index:2;position:relative}.about-vision-section{width:100%;background:#f1f1f1;padding:100px 0;position:relative}.about-vision-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:80px;position:relative;z-index:2}.vision-image-container{flex:1;max-width:500px}.vision-image{width:100%;height:500px;object-fit:cover;border-radius:16px;box-shadow:0 20px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.vision-image:hover{transform:translateY(-8px);box-shadow:0 32px 64px #00000026}.vision-content{flex:1;color:#1e293b}.vision-badge{display:inline-block;background:none;color:#0272b9;padding:0;border-radius:0;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:24px;border:none}.vision-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:24px;color:#1e293b}.vision-description{font-size:1.3rem;line-height:1.6;color:#64748b;margin-bottom:32px;font-weight:500}.vision-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:32px;border-left:4px solid #3b82f6}.vision-details p{font-size:1.05rem;line-height:1.8;color:#475569;margin:0;font-weight:400}.about-pillars-section{width:100%;background:#fff;padding:100px 0;position:relative}.about-pillars-container{max-width:1200px;margin:0 auto;padding:0 2rem}.pillars-header{text-align:center;margin-bottom:60px}.pillars-badge{display:inline-block;background:none;color:#0272b9;padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:16px;border:none}.pillars-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin:0;line-height:1.2}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,auto);gap:30px;max-width:1200px;margin:0 auto}.pillar-card{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:20px;overflow:hidden;transition:all .4s ease;box-shadow:0 8px 32px #0000001a;animation:fadeInUp .8s ease both;min-width:0;min-height:420px;max-width:370px;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.pillar-image{width:100%;height:200px;overflow:hidden;position:relative}.pillar-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.pillar-card:hover .pillar-image img{transform:scale(1.05)}.pillar-content{padding:30px;flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start}.pillar-content h3{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:16px;line-height:1.3}.pillar-content p{color:#64748b;font-size:.95rem;line-height:1.6;margin:0;font-weight:400}.about-philosophy-section{width:100%;background:#f1f1f1;padding:90px 0 100px}.about-philosophy-container{max-width:1200px;margin:0 auto;padding:0 2rem}.philosophy-header{text-align:center;margin-bottom:50px}.philosophy-badge{display:inline-block;background:none;color:#0272b9;padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:16px;border:none}.philosophy-title{font-size:2.1rem;font-weight:800;color:#1e293b;margin:0;line-height:1.2}.philosophy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;max-width:1000px;margin:0 auto}.redesigned-philosophy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:1100px;width:auto;margin:0 auto;box-sizing:border-box;justify-items:center;justify-content:center}@media (max-width: 1100px){.redesigned-philosophy-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.redesigned-philosophy-grid{grid-template-columns:1fr}}.redesigned-philosophy-card{background:#fff;border:1.5px solid #e2e8f0;box-shadow:0 4px 24px #1e293b14;border-radius:16px;position:relative;overflow:visible;min-height:210px;padding:0;transition:box-shadow .3s,border-color .3s;display:flex;flex-direction:column;justify-content:flex-start;-webkit-backdrop-filter:none;backdrop-filter:none}.redesigned-philosophy-card:hover{box-shadow:0 8px 32px #3b82f621;border-color:#3b82f6}.philosophy-floating-icon,.redesigned-bg-number{display:none!important}.redesigned-content{position:relative;z-index:2;padding:32px 28px 28px 18px;display:flex;flex-direction:column;min-height:120px;justify-content:flex-start;background:none;border-left:4px solid #3b82f6}.redesigned-content h3{font-size:1.13rem;font-weight:700;margin-bottom:10px;color:#1e293b;letter-spacing:.01em}.redesigned-content p{font-size:1.01rem;color:#334155;margin-bottom:0;font-weight:400}.modern-journey-cards{display:flex;gap:16px;justify-content:center;margin-bottom:1.5rem}.modern-journey-card{flex:1 1 0;min-width:200px;max-width:270px;height:110px;border-radius:12px;box-shadow:0 4px 16px #1e293b1a;display:flex;align-items:center;justify-content:center;padding:0 20px;position:relative;overflow:hidden;transition:transform .22s cubic-bezier(.4,2,.6,1),box-shadow .22s cubic-bezier(.4,2,.6,1);border:1.5px solid rgba(255,255,255,.18);box-shadow:0 8px 32px #1e293b21,0 2px 8px #3b82f61a,inset 0 1.5px 18px #ffffff1a}.modern-journey-card.card-1{background:linear-gradient(120deg,#4e54c8,#43cea2);color:#fff;font-weight:700;text-align:left;position:relative;border-radius:18px;box-shadow:0 6px 24px #4c54c82e;padding-left:32px;padding-right:110px}.card1-icon-overlay{position:absolute;top:18px;right:24px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;z-index:2}.card1-icon-overlay:before{content:"";position:absolute;top:-28px;right:-28px;width:110px;height:110px;background:#ffffff2e;border-radius:0 0 0 110px;transform:rotate(360deg);z-index:1}.card1-icon-overlay svg{width:32px;height:32px;color:#fff;opacity:.95;position:relative;z-index:2}.card2-icon-overlay{position:absolute;top:18px;right:24px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;z-index:2}.card2-icon-overlay:before{content:"";position:absolute;top:-28px;right:-28px;width:110px;height:110px;background:#ffffff2e;border-radius:0 0 0 110px;transform:rotate(360deg);z-index:1}.card2-icon-overlay svg{width:32px;height:32px;color:#fff;opacity:.95;position:relative;z-index:2}.card3-icon-overlay{position:absolute;top:18px;right:24px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;z-index:2}.card3-icon-overlay:before{content:"";position:absolute;top:-28px;right:-28px;width:110px;height:110px;background:#ffffff2e;border-radius:0 0 0 110px;transform:rotate(360deg);z-index:1}.card3-icon-overlay svg{width:32px;height:32px;color:#fff;opacity:.95;position:relative;z-index:2}@media (max-width: 900px){.card2-icon-overlay,.card3-icon-overlay{top:10px;right:10px;width:38px;height:38px}.card2-icon-overlay:before,.card3-icon-overlay:before{width:70px;height:70px;top:-18px;right:-18px;border-top-right-radius:70px}.card2-icon-overlay svg,.card3-icon-overlay svg{width:20px;height:20px}}.modern-journey-card.card-2{background:linear-gradient(120deg,#43cea2,#396afc);color:#fff;font-weight:700;text-align:left;position:relative;border-radius:18px;box-shadow:0 6px 24px #4c54c82e;padding-left:32px;padding-right:110px}.modern-journey-card.card-3{background:linear-gradient(120deg,#396afc,#f7971e);color:#fff;font-weight:700;text-align:left;position:relative;border-radius:18px;box-shadow:0 6px 24px #4c54c82e;padding-left:32px;padding-right:110px}@media (max-width: 900px){.card1-icon-overlay{top:10px;right:10px;width:38px;height:38px}.card1-icon-overlay:before{width:70px;height:70px;top:-18px;right:-18px;border-top-right-radius:70px}.card1-icon-overlay svg{width:20px;height:20px}}@media (max-width: 900px){.modern-journey-cards{flex-direction:column;gap:18px;align-items:stretch;width:100%}.modern-journey-card{max-width:100%;min-width:0;width:100%;height:90px;padding:0 12px;border-radius:16px;margin:0 auto;box-sizing:border-box;display:flex}}@media (max-width: 400px){.modern-journey-card{padding:0 2px;border-radius:10px;height:70px}}@media (max-width: 700px){.about-hero-section{height:260px}.about-hero-title{font-size:1.2rem}}@media (max-width: 700px){.about-main-section{padding:40px 0 30px;min-height:unset}.about-main-wrapper{flex-direction:column;gap:40px;padding:20px 16px;align-items:stretch}.about-main-images{flex-direction:column;align-items:center;gap:16px;min-width:0;width:100%;position:static}.about-main-img1{width:100%;max-width:420px;height:220px;border-radius:16px}.about-main-img2{width:85%;max-width:220px;height:130px;left:0;bottom:0;position:static;border-radius:12px;margin-top:12px}.about-main-content{max-width:100%;gap:20px;padding:0 8px}.about-main-content h2{font-size:1.8rem;line-height:1.3}.about-main-content p{font-size:1rem;text-align:left}.about-main-list{padding:16px;font-size:.95rem}.about-main-features{gap:16px;flex-direction:column;margin:20px 0}.about-feature{padding:12px 16px}.about-main-contact{flex-direction:column;gap:16px;align-items:stretch;padding:20px 16px;text-align:center}.about-main-contact .about-products-btn{width:100%;padding:14px 0;font-size:1.05rem}}@media (max-width: 700px){.about-tech-section{padding:60px 0 40px}.about-tech-container{flex-direction:column;gap:40px;padding:0 16px}.about-tech-content{text-align:center}.about-tech-title{font-size:1.8rem;line-height:1.3}.about-tech-description{font-size:1.1rem}.about-tech-stats{flex-direction:row;justify-content:space-around;gap:20px;margin-bottom:30px}.tech-stat{text-align:center}.stat-number{font-size:2.2rem}.stat-label{font-size:.8rem}.about-tech-points{gap:16px}.tech-point{padding:16px 20px;border-radius:10px}.tech-point:hover{transform:translate(0)}.laptop-image{width:90vw;max-width:400px}.floating-elements{display:none}}@media (max-width: 700px){.modern-journey-cards{flex-direction:column;gap:14px;align-items:center}.modern-journey-card{max-width:98vw;width:100%;padding:14px 2px;border-radius:12px}.modern-journey-content{flex-direction:row;gap:8px}.journey-step{font-size:1rem}.modern-journey-icon{padding:10px}.modern-journey-icon svg{width:22px;height:22px}}@media (max-width: 700px){.about-vision-section{padding:40px 0 20px}.about-vision-container{flex-direction:column;gap:24px;padding:0 8px}.vision-image{height:180px;border-radius:10px}.vision-title{font-size:1.2rem}.vision-description{font-size:1rem}.vision-details{padding:14px;font-size:.95rem}}@media (max-width: 700px){.pillars-grid{grid-template-columns:1fr;grid-template-rows:repeat(5,auto);max-width:500px;gap:16px}.pillar-card{grid-column:1;grid-row:auto;max-width:none;min-height:320px;width:100%;justify-self:stretch}.pillar-image{height:120px}.pillar-content{padding:14px}.pillar-content h3{font-size:1.1rem}.pillar-content p{font-size:.9rem}}@media (max-width: 700px){.redesigned-philosophy-grid{grid-template-columns:1fr;gap:18px}.redesigned-content{padding:18px 8px 12px;border-left:3px solid #3b82f6}}.pillars-grid-bottom{display:flex;justify-content:center;align-items:center;gap:32px;margin-top:32px}.about-hero-section,.about-tech-section,.about-vision-section,.about-pillars-section,.about-philosophy-section{padding-top:6rem!important}.about-hero-section,.about-journey-section,.about-vision-section,.about-pillars-section,.about-philosophy-section{padding-bottom:6rem!important}.life-page{width:100%;min-height:100vh}.life-hero{position:relative;height:40vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.life-hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-image:url(https://images.unsplash.com/photo-1497366216548-37526070297c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80);background-size:cover;background-position:center;background-repeat:no-repeat}.life-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;z-index:2}.life-hero-content{position:relative;z-index:3;text-align:center;color:#fff;max-width:1200px;padding:0 2rem}.life-tagline{font-family:Courier New,monospace;font-size:.9rem;color:#fff;margin-bottom:1rem;letter-spacing:2px;opacity:.9}.life-hero-title{font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);color:#fff;background:none;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial;padding-top:100px}.life-hero-description{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto}.eon-life-company-culture-section{padding:5rem 0;background:#f8fafc}.eon-life-culture-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.eon-life-culture-left{position:sticky;top:2rem}.eon-life-culture-card-main{background:linear-gradient(135deg,#1874d0,#1565c0,#0d47a1);border-radius:24px;padding:4rem 3rem;color:#fff;text-align:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.eon-life-culture-card-main:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.15) 0%,transparent 60%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.08) 0%,transparent 50%);pointer-events:none}.eon-life-culture-card-main:hover{transform:translateY(-8px) scale(1.02)}.eon-life-eon-logo-section{margin-bottom:2.5rem;position:relative;z-index:1}.eon-life-eon-logo{margin-bottom:2.5rem}.eon-life-logo-circle{width:150px;height:150px;border-radius:50%;background:#ffffff26;border:2px solid rgba(255,255,255,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3}.eon-life-logo-circle:hover{transform:translateY(-4px) scale(1.05);background:#fff3;border-color:#fff6;box-shadow:0 12px 40px #00000026,inset 0 1px #ffffff4d}.eon-life-logo-img{width:90px;height:90px;object-fit:contain;display:block;margin:0 auto;filter:drop-shadow(0 2px 8px rgba(59,91,255,.1))}.eon-life-logo-text{font-size:2rem;font-weight:800;color:#fff;line-height:1}.eon-life-logo-subtext{font-size:1rem;font-weight:500;color:#fffffff2;line-height:1;margin-top:2px}.eon-life-culture-title{font-size:2.25rem;font-weight:800;margin-bottom:2rem;color:#fff;letter-spacing:-.02em}.eon-life-contact-btn{background:linear-gradient(135deg,#fff,#f8fafc);color:#1874d0;border:none;padding:1.2rem 3rem;border-radius:16px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);margin-bottom:2.5rem;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a,inset 0 1px #fffc;text-transform:uppercase;letter-spacing:.5px}.eon-life-contact-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.eon-life-contact-btn:hover:before{left:100%}.eon-life-contact-btn:hover{background:linear-gradient(135deg,#f8fafc,#e2e8f0);transform:translateY(-4px) scale(1.02);box-shadow:0 16px 40px #00000026,inset 0 1px #ffffffe6;color:#0d47a1}.eon-life-culture-features{border-top:1px solid rgba(250,250,250,.15);padding-top:2.5rem;position:relative;z-index:1}.eon-life-feature-item{display:flex;align-items:center;gap:1.25rem;color:#fff;transition:all .3s ease;border-radius:0;margin:0 -1rem;padding:1rem}.eon-life-feature-item:hover{background:#ffffff14;transform:translate(5px)}.eon-life-feature-icon{width:28px;height:28px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;flex-shrink:0;transition:all .3s ease}.eon-life-feature-item:hover .eon-life-feature-icon{background:#ffffff59;transform:scale(1.1)}.eon-life-feature-text{font-size:1.05rem;font-weight:500;color:#fffffff2}.eon-life-culture-right{background:#fff;border-radius:0;padding:3rem}.eon-life-culture-text-content{max-width:none}.eon-life-culture-paragraph{font-size:1rem;line-height:1.7;color:#374151;margin-bottom:1.5rem;text-align:justify}.eon-life-culture-paragraph:last-child{margin-bottom:0}.life-section{padding-top:6rem;padding-bottom:6rem}@media (max-width: 1024px){.eon-life-culture-content{grid-template-columns:1fr;gap:3rem}.eon-life-culture-left{position:static}}@media (max-width: 768px){.life-hero-title{font-size:2.5rem}.life-hero-description{font-size:1.1rem}.eon-life-culture-card-main{padding:3rem 2rem;border-radius:20px}.eon-life-culture-right{padding:2rem}.eon-life-culture-title{font-size:1.9rem}.eon-life-logo-circle{width:130px;height:130px}.eon-life-logo-text{font-size:1.7rem}.eon-life-logo-subtext{font-size:.9rem}.eon-life-contact-btn{padding:.9rem 2.2rem;font-size:1rem}}@media (max-width: 480px){.eon-life-culture-card-main{padding:2.5rem 1.5rem;border-radius:16px}.eon-life-culture-right{padding:1.5rem}.eon-life-culture-paragraph{font-size:.95rem}.eon-life-culture-title{font-size:1.75rem}.eon-life-logo-circle{width:110px;height:110px}.eon-life-logo-text{font-size:1.5rem}.eon-life-logo-subtext{font-size:.85rem}.eon-life-contact-btn{padding:.8rem 2rem;font-size:.95rem}.eon-life-feature-item{padding:.8rem;margin:0 -.8rem}.eon-life-feature-text{font-size:.95rem}.life-hero-content{padding:0 1rem}}.quality-page{width:100%;min-height:100vh}.quality-hero{position:relative;height:40vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.quality-hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-image:url(src/assets/FAQs.png);background-size:cover;background-position:center;background-repeat:no-repeat}.quality-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;z-index:2}.quality-hero-content{position:relative;z-index:3;text-align:center;color:#fff;max-width:1200px;padding:0 2rem}.quality-hero-title{font-size:4rem;font-weight:700;margin-bottom:2rem;letter-spacing:2px;text-transform:uppercase;padding-top:100px}.quality-hero-description{font-size:1.2rem;line-height:1.6;max-width:600px;margin:0 auto;opacity:.9}.exceeding-expectations-section{padding:8rem 0;background:#fff}.expectations-content{max-width:1200px;margin:0 auto}.expectations-header{text-align:center;margin-bottom:4rem}.expectations-title{font-size:3rem;color:#333;margin-bottom:1rem;font-weight:600}.expectations-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.quality-highlights{background:#fff;padding:2rem;border-radius:15px;border-left:4px solid #1874D0}.highlight-item{display:flex;align-items:flex-start;margin-bottom:2rem}.highlight-item:last-child{margin-bottom:0}.highlight-icon{font-size:2rem;margin-right:1rem;margin-top:.5rem}.highlight-content h4{color:#333;font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.highlight-content p{color:#666;font-size:.95rem;line-height:1.5}.quality-statement{text-align:center;margin:4rem 0;padding:3rem;background:#0001;border-radius:20px;position:relative}.statement-quote{position:relative}.quote-mark{font-size:4rem;color:#667eea;font-weight:700;opacity:.3}.statement-text{font-size:1.8rem;color:#333;font-weight:500;line-height:1.4;margin:1rem 0;font-style:italic}.description-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin:4rem 0;align-items:start}.description-left p{font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:1.5rem}.description-left strong{color:#1565c0;font-weight:600}.quality-approach{margin:4rem 0;padding:3rem;background:linear-gradient(135deg,#1874d0,#1874d0);border-radius:20px;color:#fff;transition:transform .3s cubic-bezier(.4,.2,.2,1),box-shadow .3s cubic-bezier(.4,.2,.2,1);box-shadow:0 4px 24px #1874d01f;perspective:800px}.quality-approach:hover{transform:rotateY(8deg) scale(1.04) translateY(-8px);box-shadow:0 16px 40px #1874d040,0 2px 8px #0000001a;z-index:10}.quality-philosophy{margin-top:4rem}.philosophy-card{background:#f8f9fa;padding:3rem;border-radius:20px;text-align:center;border:1px solid #e9ecef}.philosophy-card h3{font-size:2rem;color:#333;margin-bottom:1.5rem;font-weight:600}.philosophy-card p{font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:2rem}.philosophy-card strong{color:#1565c0}.philosophy-features{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.feature-tag{background:linear-gradient(135deg,#1874d0,#1874d0);color:#fff;padding:.7rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:500;transition:all .3s ease}.feature-tag:hover{background:linear-gradient(135deg,#125a9c,#1874d0);transform:translateY(-2px)}.quality-section{padding-top:6rem;padding-bottom:6rem}@media (max-width: 1024px){.quality-hero-title{font-size:3rem}.description-grid{grid-template-columns:1fr;gap:2rem}.expectations-title{font-size:2.5rem}.statement-text{font-size:1.5rem}}@media (max-width: 768px){.quality-hero-title{font-size:2.5rem}.quality-hero-description{font-size:1rem}.exceeding-expectations-section{padding:4rem 0}.quality-statement,.quality-approach,.philosophy-card{padding:2rem}.section-title,.expectations-title{font-size:2rem}.statement-text{font-size:1.3rem}.quote-mark{font-size:3rem}.philosophy-features{justify-content:center;gap:.5rem}.feature-tag{font-size:.8rem;padding:.5rem 1rem}}@media (max-width: 480px){.quality-hero-title{font-size:2rem}.quality-hero-content,.container{padding:0 1rem}.quality-statement,.quality-approach,.philosophy-card{padding:1.5rem}.expectations-title{font-size:1.8rem}.statement-text{font-size:1.1rem}.highlight-item{flex-direction:column;text-align:center}.highlight-icon{margin-right:0;margin-bottom:.5rem}}.contact-page{width:100%;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-hero{position:relative;height:40vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.contact-hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-image:url(src/assets/contact_us.png);background-size:cover;background-position:center;background-repeat:no-repeat}.contact-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;z-index:2}.contact-hero-content{position:relative;z-index:3;text-align:center;color:#fff;max-width:1200px;padding:0 2rem}.contact-hero-text .tagline{font-family:Courier New,monospace;font-size:.9rem;color:#60a5fa;margin-bottom:1rem;letter-spacing:1px;opacity:.9}.contact-hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#e5e7eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;padding-top:100px}.contact-hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9;max-width:650px;margin-left:auto;margin-right:auto}.contact-main{padding:80px 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-info{padding-right:2rem}.contact-info-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.contact-info-description{font-size:1.1rem;color:#6b7280;line-height:1.6;margin-bottom:3rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{font-size:1.5rem;width:48px;height:48px;background:#60a5fa;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-text h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.contact-text p{color:#6b7280;line-height:1.5}.redesigned-contact-info{display:flex;align-items:stretch;justify-content:center}.contact-info-card{background:#fff;border-radius:24px;box-shadow:0 8px 32px #60a5fa1a,0 1.5px 6px #1f29370f;padding:2.5rem 2rem 2rem;width:100%;max-width:400px;display:flex;flex-direction:column;gap:2rem;transition:box-shadow .2s}.contact-info-card:hover{box-shadow:0 12px 40px #60a5fa2e,0 2px 8px #1f29371a}.contact-info-card .contact-info-title{color:#2563eb;margin-bottom:.5rem;font-size:2.2rem;font-weight:800;letter-spacing:-1px}.contact-info-card .contact-info-description{color:#334155;font-size:1.1rem;margin-bottom:.5rem}.contact-highlight{color:#60a5fa;font-weight:600}.contact-icon-gradient{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff;font-size:1.7rem;width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #60a5fa1a}.contact-socials{display:flex;gap:1.2rem;margin-top:1.5rem}.contact-social-link{font-size:1.5rem;color:#2563eb;background:#f1f5f9;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s;text-decoration:none}.contact-social-link:hover{background:#60a5fa;color:#fff}.contact-form-wrapper{padding-left:2rem}.contact-form-card{background:linear-gradient(135deg,#1874d0,#1565c0,#0d47a1);padding:2.5rem;color:#fff}.form-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.form-subtitle{font-size:1rem;opacity:.9;margin-bottom:2rem;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-input{padding:1rem;border:none;border-radius:8px;font-size:1rem;background:#fffffff2;color:#1f2937;transition:all .3s ease}.form-input:focus{outline:none;background:#fff;box-shadow:0 0 0 3px #ffffff4d}.form-input::placeholder{color:#6b7280}.form-select{cursor:pointer}.form-textarea{resize:vertical;min-height:100px}.form-submit-btn{background:#fff;color:#60a5fa;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.form-submit-btn:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media (max-width: 768px){.contact-hero{height:60vh}.contact-hero-content{padding:0 1rem}.contact-hero-description{font-size:1.1rem}.contact-main{padding:60px 0}.contact-content{grid-template-columns:1fr;gap:40px}.contact-info{padding-right:0}.contact-form-wrapper{padding-left:0}.contact-form-card{padding:2rem}.contact-info-title{font-size:2rem}}@media (max-width: 480px){.contact-hero{height:50vh}.contact-hero-description{font-size:1rem}.container{padding:0 1rem}.contact-main{padding:40px 0}.contact-form-card{padding:1.5rem}.contact-info-title{font-size:1.8rem}.form-title{font-size:1.5rem}}.leo-hero-section{position:relative;height:40vh;background:url(/assets/combinedprods-min-Cy9wFVjS.JPG) center center/cover no-repeat;display:flex;align-items:center;justify-content:center}.leo-hero-overlay{width:100%;height:100%;background:#0000008c;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.leo-hero-overlay h1{color:#fff;font-size:3rem;font-weight:800;letter-spacing:2px;padding-top:100px}.leo-details-section{background:#fff;padding:6rem 0}.leo-details-container{display:flex;flex-wrap:wrap;max-width:1100px;margin:0 auto;gap:40px;align-items:center}.leo-details-image-wrap{flex:1 1 320px;display:flex;align-items:center;justify-content:center}.leo-details-main-img{width:320px;border-radius:12px;box-shadow:0 4px 24px #1e5c7a26}.leo-details-content{flex:2 1 400px}.leo-details-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.leo-details-title{font-size:2rem;font-weight:700;margin-bottom:12px}.leo-details-desc{color:#333;font-size:1.08rem;margin-bottom:10px}.leo-key-features-section{background:#f1f1f1;padding:6rem 0}.leo-key-features-header{max-width:900px;margin:0 auto 32px;text-align:center}.leo-key-features-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.leo-key-features-title{font-size:1.7rem;font-weight:700;margin-bottom:10px}.leo-key-features-desc{color:#444;font-size:1.08rem;margin-bottom:0}.leo-key-features-cards{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:24px}.leo-key-feature-card{background:#f1f1f1;border-radius:10px;border:1.5px dashed #0074D9;box-shadow:0 2px 12px #1e5c7a14;padding:40px 32px 32px;max-width:420px;flex:1 1 220px;min-width:220px;width:420px;min-height:260px}.leo-key-feature-title{font-size:1.35rem;font-weight:700;margin-bottom:12px}.leo-key-feature-desc{color:#333;font-size:1.13rem}.leo-gallery-section{background:#fff;padding:6rem 0}.leo-gallery-header{max-width:900px;margin:0 auto 32px;text-align:center}.leo-gallery-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.leo-gallery-title{font-size:1.7rem;font-weight:700;margin-bottom:10px}.leo-gallery-images{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:24px}.leo-gallery-img{width:360px;height:600px;object-fit:cover;border-radius:18px;box-shadow:0 8px 36px #1e5c7a2e}.aqua-hero-section{position:relative;height:40vh;background:url(/assets/combinedprods-min-Cy9wFVjS.JPG) center center/cover no-repeat;display:flex;align-items:center;justify-content:center}.aqua-hero-overlay{width:100%;height:100%;background:#0000008c;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.aqua-hero-overlay h1{color:#fff;font-size:3rem;font-weight:800;letter-spacing:2px;padding-top:100px}.aqua-details-section{background:#fff;padding:6rem 0}.aqua-details-container{display:flex;flex-wrap:wrap;max-width:1100px;margin:0 auto;gap:40px;align-items:center}.aqua-details-image-wrap{flex:1 1 320px;display:flex;align-items:center;justify-content:center}.aqua-details-main-img{width:320px;border-radius:12px;box-shadow:0 4px 24px #1e5c7a26}.aqua-details-content{flex:2 1 400px}.aqua-details-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.aqua-details-title{font-size:2rem;font-weight:700;margin-bottom:12px}.aqua-details-desc{color:#333;font-size:1.08rem;margin-bottom:10px}.aqua-key-features-section{background:#f1f1f1;padding:6rem 0}.aqua-key-features-header{max-width:900px;margin:0 auto 32px;text-align:center}.aqua-key-features-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.aqua-key-features-title{font-size:1.7rem;font-weight:700;margin-bottom:10px}.aqua-key-features-desc{color:#444;font-size:1.08rem;margin-bottom:0}.aqua-key-features-cards{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:24px}.aqua-key-feature-card{background:#f1f1f1;border-radius:10px;border:1.5px dashed #0074D9;box-shadow:0 2px 12px #1e5c7a14;padding:40px 32px 32px;max-width:420px;flex:1 1 220px;min-width:220px;min-height:260px}.aqua-key-feature-title{font-size:1.35rem;font-weight:700;margin-bottom:12px}.aqua-key-feature-desc{color:#333;font-size:1.13rem}.aqua-gallery-section{background:#fff;padding:6rem 0}.aqua-gallery-header{max-width:900px;margin:0 auto 32px;text-align:center}.aqua-gallery-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.aqua-gallery-title{font-size:1.7rem;font-weight:700;margin-bottom:10px}.aqua-gallery-images{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:24px}.aqua-gallery-img{width:360px;height:600px;object-fit:cover;border-radius:18px;box-shadow:0 8px 36px #1e5c7a2e}.kavach-hero-section{position:relative;height:40vh;background:url(/assets/combinedprods-min-Cy9wFVjS.JPG) center center/cover no-repeat;display:flex;align-items:center;justify-content:center;padding-top:6rem;padding-bottom:6rem}.kavach-hero-overlay{width:100%;height:100%;background:#0000008c;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.kavach-hero-overlay h1{color:#fff;font-size:3rem;font-weight:800;letter-spacing:2px;padding-top:100px}.kavach-details-section{background:#fff;padding:6rem 0}.kavach-details-container{display:flex;flex-wrap:wrap;max-width:1100px;margin:0 auto;gap:40px;align-items:center}.kavach-details-image-wrap{flex:1 1 320px;display:flex;align-items:center;justify-content:center}.kavach-details-main-img{width:320px;border-radius:12px;box-shadow:0 4px 24px #1e5c7a26}.kavach-details-content{flex:2 1 400px}.kavach-details-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.kavach-details-title{font-size:2rem;font-weight:700;margin-bottom:12px}.kavach-details-desc{color:#333;font-size:1.08rem;margin-bottom:10px}.kavach-key-features-section{background:#f1f1f1;padding:6rem 0}.kavach-key-features-header{max-width:900px;margin:0 auto 32px;text-align:center}.kavach-key-features-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.kavach-key-features-title{font-size:1.7rem;font-weight:700;margin-bottom:10px}.kavach-key-features-desc{color:#444;font-size:1.08rem;margin-bottom:0}.kavach-key-features-cards{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:24px}.kavach-key-feature-card{background:#f1f1f1;border-radius:10px;border:1.5px dashed #0074D9;box-shadow:0 2px 12px #1e5c7a14;padding:40px 32px 32px;max-width:420px;flex:1 1 220px;min-width:220px;width:420px;min-height:260px}.kavach-key-feature-title{font-size:1.35rem;font-weight:700;margin-bottom:12px}.kavach-key-feature-desc{color:#333;font-size:1.13rem}.kavach-gallery-section{background:#fff;padding:6rem 0}.kavach-gallery-header{max-width:900px;margin:0 auto 32px;text-align:center}.kavach-gallery-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.kavach-gallery-title{font-size:1.7rem;font-weight:700;margin-bottom:10px}.kavach-gallery-images{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:24px}.kavach-gallery-img{width:360px;height:600px;object-fit:cover;border-radius:18px;box-shadow:0 8px 36px #1e5c7a2e}.t90-hero-section{position:relative;height:40vh;background:url(/assets/combinedprods-min-Cy9wFVjS.JPG) center center/cover no-repeat;display:flex;align-items:center;justify-content:center;padding-top:6rem;padding-bottom:6rem}.t90-hero-overlay{width:100%;height:100%;background:#0000008c;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.t90-hero-overlay h1{color:#fff;font-size:3rem;font-weight:800;letter-spacing:2px;padding-top:100px}.t90-details-section{background:#fff;padding-top:6rem;padding-bottom:6rem}.t90-details-container{display:flex;flex-wrap:wrap;max-width:1100px;margin:0 auto;gap:40px;align-items:center}.t90-details-image-wrap{flex:1 1 320px;display:flex;align-items:center;justify-content:center}.t90-details-main-img{width:320px;border-radius:12px;box-shadow:0 4px 24px #1e5c7a26}.t90-details-content{flex:2 1 400px}.t90-details-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.t90-details-title{font-size:2rem;font-weight:700;margin-bottom:12px}.t90-details-desc{color:#333;font-size:1.08rem;margin-bottom:10px}.t90-key-features-section{background:#f1f1f1;padding-top:6rem;padding-bottom:6rem}.t90-key-features-header{max-width:900px;margin:0 auto 32px;text-align:center}.t90-key-features-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.t90-key-features-title{font-size:1.7rem;font-weight:700;margin-bottom:10px}.t90-key-features-desc{color:#444;font-size:1.08rem;margin-bottom:0}.t90-key-features-cards{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:24px}.t90-key-feature-card{background:#f1f1f1;border-radius:10px;border:1.5px dashed #0074D9;box-shadow:0 2px 12px #1e5c7a14;padding:40px 32px 32px;max-width:420px;flex:1 1 220px;min-width:220px;min-height:260px}.t90-key-feature-title{font-size:1.35rem;font-weight:700;margin-bottom:12px}.t90-key-feature-desc{color:#333;font-size:1.13rem}.t90-gallery-section{background:#fff;padding-top:6rem;padding-bottom:6rem}.t90-gallery-header{max-width:900px;margin:0 auto 32px;text-align:center}.t90-gallery-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.t90-gallery-title{font-size:1.7rem;font-weight:700;margin-bottom:10px}.t90-gallery-images{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:24px}.t90-gallery-img{width:360px;height:600px;object-fit:cover;border-radius:18px;box-shadow:0 8px 36px #1e5c7a2e}.libra-hero-section{position:relative;height:40vh;background:url(/assets/combinedprods-min-Cy9wFVjS.JPG) center center/cover no-repeat;display:flex;align-items:center;justify-content:center}.libra-hero-overlay{width:100%;height:100%;background:#0000008c;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.libra-hero-overlay h1{color:#fff;font-size:3rem;font-weight:800;letter-spacing:2px;padding-top:100px}.libra-details-section{background:#fff;padding:6rem 0}.libra-details-container{display:flex;flex-wrap:wrap;max-width:1100px;margin:0 auto;gap:40px;align-items:center}.libra-details-image-wrap{flex:1 1 320px;display:flex;align-items:center;justify-content:center}.libra-details-main-img{width:320px;border-radius:12px;box-shadow:0 4px 24px #1e5c7a26}.libra-details-content{flex:2 1 400px}.libra-details-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.libra-details-title{font-size:2rem;font-weight:700;margin-bottom:12px}.libra-details-desc{color:#333;font-size:1.08rem;margin-bottom:10px}.libra-key-features-section{background:#f1f1f1;padding:6rem 0}.libra-key-features-header{max-width:900px;margin:0 auto 32px;text-align:center}.libra-key-features-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.libra-key-features-title{font-size:1.7rem;font-weight:700;margin-bottom:10px}.libra-key-features-desc{color:#444;font-size:1.08rem;margin-bottom:0}.libra-key-features-cards{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:24px}.libra-key-feature-card{background:#fff;border-radius:10px;border:1.5px dashed #0074D9;box-shadow:0 2px 12px #1e5c7a14;padding:40px 32px 32px;max-width:420px;flex:1 1 220px;min-width:220px;width:420px;min-height:260px}.libra-key-feature-title{font-size:1.35rem;font-weight:700;margin-bottom:12px}.libra-key-feature-desc{color:#333;font-size:1.13rem}.libra-gallery-section{background:#f1f1f1;padding:6rem 0}.libra-gallery-header{max-width:900px;margin:0 auto 32px;text-align:center}.libra-gallery-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.libra-gallery-title{font-size:1.7rem;font-weight:700;margin-bottom:10px}.libra-gallery-images{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:24px}.libra-gallery-img{width:360px;height:600px;object-fit:cover;border-radius:18px;box-shadow:0 8px 36px #1e5c7a2e}.cris-hero-section{position:relative;height:40vh;background:url(/assets/combinedprods-min-Cy9wFVjS.JPG) center center/cover no-repeat;display:flex;align-items:center;justify-content:center;padding-top:6rem;padding-bottom:6rem}.cris-hero-overlay{width:100%;height:100%;background:#0000008c;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.cris-hero-overlay h1{color:#fff;font-size:3rem;font-weight:800;letter-spacing:2px;padding-top:100px}.cris-details-section{background:#fff;padding-top:6rem;padding-bottom:6rem}.cris-details-container{display:flex;flex-wrap:wrap;max-width:1100px;margin:0 auto;gap:40px;align-items:center}.cris-details-image-wrap{flex:1 1 320px;display:flex;align-items:center;justify-content:center}.cris-details-main-img{width:320px;border-radius:12px;box-shadow:0 4px 24px #1e5c7a26}.cris-details-content{flex:2 1 400px}.cris-details-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.cris-details-title{font-size:2rem;font-weight:700;margin-bottom:12px}.cris-details-desc{color:#333;font-size:1.08rem;margin-bottom:10px}.cris-key-features-section{background:#f1f1f1;padding-top:6rem;padding-bottom:6rem}.cris-key-features-header{max-width:900px;margin:0 auto 32px;text-align:center}.cris-key-features-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.cris-key-features-title{font-size:1.7rem;font-weight:700;margin-bottom:10px}.cris-key-features-desc{color:#444;font-size:1.08rem;margin-bottom:0}.cris-key-features-cards{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:24px}.cris-key-feature-card{background:#f1f1f1;border-radius:10px;border:1.5px dashed #0074D9;box-shadow:0 2px 12px #1e5c7a14;padding:40px 32px 32px;max-width:420px;flex:1 1 220px;min-width:220px;min-height:260px}.cris-key-feature-title{font-size:1.35rem;font-weight:700;margin-bottom:12px}.cris-key-feature-desc{color:#333;font-size:1.13rem}.cris-gallery-section{background:#fff;padding-top:6rem;padding-bottom:6rem}.cris-gallery-header{max-width:900px;margin:0 auto 32px;text-align:center}.cris-gallery-label{color:#0272b9!important;font-size:.95rem;font-weight:600;margin-bottom:8px}.cris-gallery-title{font-size:1.7rem;font-weight:700;margin-bottom:10px}.cris-gallery-images{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:24px}.cris-gallery-img{width:360px;height:600px;object-fit:cover;border-radius:18px;box-shadow:0 8px 36px #1e5c7a2e}.App{min-height:100vh;width:100%}#root{margin:0;padding:0;width:100%;min-height:100vh}body,html{font-family:Elephant,Arial,Helvetica,sans-serif}
