:root{--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-xl: 6rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--border-radius: 8px;--border-radius-lg: 16px;--border-radius-pill: 9999px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{font-family:var(--font-body);color:var(--color-text-body);line-height:1.6;background-color:var(--color-bg-light);overflow-x:hidden}html{scrollbar-color:rgba(253,29,29,1) transparent;scrollbar-width:thin}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#833ab4,#fd1d1d,#fcb045);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#651c96,#df0000,#de9227)}a{text-decoration:none;color:inherit;transition:color .3s ease}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{max-width:1280px;margin:0 auto;padding:0 var(--spacing-sm)}.text-center{text-align:center}.text-light{color:var(--color-text-light)}.btn{display:inline-flex;align-items:center;gap:8px;padding:.75rem 1.5rem;border-radius:var(--border-radius-pill);font-weight:600;cursor:pointer;transition:transform .3s ease;border:none;font-family:var(--font-body)}.btn-icon{width:12px;height:12px}.btn:hover{transform:scale(1.05)}.btn-primary{background-color:#db043e;color:#fff;font-family:Manrope;font-weight:500;font-style:Medium;font-size:16px;line-height:24px;letter-spacing:-.31px}.btn-primary:hover{background-color:#fff;color:#db043e;box-shadow:0 8px 25px #db043e66}.btn-primary-gradient{background:linear-gradient(135deg,#f43f5e,#e11d48);color:#fff;box-shadow:0 4px 14px #e11d4863}.btn-primary-gradient:hover{box-shadow:0 6px 20px #e11d483b}.btn-secondary{background-color:var(--color-accent);color:#fff}.btn-secondary:hover{background-color:#d97706;box-shadow:0 8px 25px #d9770666}.btn-outline-purple{border:2px solid #8B5CF6;color:#8b5cf6;background:transparent;border-radius:10px;font-family:Manrope;font-weight:500;font-style:Medium;font-size:16px;line-height:24px;letter-spacing:-.31px}.btn-outline-purple:hover{box-shadow:0 8px 25px var(--btn-shadow, rgba(139, 92, 246, .4))}.btn-block{display:block;width:100%}.section-title{font-family:var(--font-heading);font-size:2.5rem;color:var(--color-text-main);margin-bottom:var(--spacing-sm);line-height:1.2}.section-title-sm{font-family:Manrope;font-weight:700;font-size:36px;line-height:40px;letter-spacing:.37px;text-align:center;color:#153561;margin-top:60px;margin-bottom:var(--spacing-xs)}.section-subtitle{font-family:Manrope;font-weight:400;font-style:Regular;font-size:18px;line-height:28px;letter-spacing:-.44px;text-align:center;margin-bottom:var(--spacing-lg)}.section-description{font-size:1.125rem;margin-bottom:var(--spacing-md);color:var(--color-text-body)}.navbar{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);z-index:1000;display:flex;padding:8px;justify-content:center;align-items:center;width:1269px;height:64px;max-width:95%;border-radius:66px;background:#373737;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;-webkit-backdrop-filter:blur(8.65px);backdrop-filter:blur(8.65px);transition:width .3s ease}.navbar.scrolled{width:805px}.navbar-container{display:flex;width:100%;align-items:center;padding:0}.logo{display:flex;align-items:center;background:transparent;padding:0;transition:all .3s ease}.logo-img{height:50px;width:auto}.nav-links{display:flex;gap:2rem;margin-left:auto;margin-right:40px}.nav-links a{color:#fff;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.312px;transition:color .3s ease;cursor:pointer}.nav-links a:hover{color:#db053d}.nav-dropdown{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:.5rem;position:relative}.dropdown-icon{width:16px;height:16px;transition:transform .3s ease;stroke-width:2}.nav-dropdown:hover .dropdown-icon,.dropdown-menu.active~.dropdown-trigger .dropdown-icon{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#2a2a2a;border-radius:12px;padding:.5rem 0;min-width:280px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1001;margin-top:.5rem;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:flex;flex-direction:column;padding:.75rem 1.25rem;color:#fff;text-decoration:none;transition:all .3s ease}.dropdown-menu a:hover{background:#db043e1a;padding-left:1.5rem}.dropdown-title{font-weight:500;font-size:14px;margin-bottom:.25rem}.dropdown-subtitle{font-size:12px;color:#999;font-weight:400}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:0;width:100px;height:100px;position:relative}.mobile-menu-btn input{display:none}.mobile-menu-btn svg{width:100%;height:100%}.mobile-menu-btn circle{fill:#fff3;opacity:0;transition:opacity .3s ease}.mobile-menu-btn:hover circle{opacity:1}.mobile-menu-btn path{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;--length: 24;--offset: -38;stroke-dasharray:var(--length) var(--total-length);stroke-dashoffset:var(--offset);transition:all .8s cubic-bezier(.645,.045,.355,1)}.mobile-menu-btn .line--1,.mobile-menu-btn .line--3{--total-length: 126.64183044433594}.mobile-menu-btn .line--2{--total-length: 70}.mobile-menu-btn input:checked~svg .line--1,.mobile-menu-btn input:checked~svg .line--3{--length: 22.627416998;--offset: -94.1149185097}.mobile-menu-btn input:checked~svg .line--2{--length: 0;--offset: -50}.hero{min-height:100vh;padding-top:8rem;padding-bottom:var(--spacing-xl);background:linear-gradient(276deg,#fff 79.98%,#bfd2ff 108.78%);overflow:hidden;display:flex;align-items:center}.hero-container{display:flex;align-items:center;gap:87px}.hero-title{color:#0074fb;font-family:Manrope,sans-serif;font-size:51px;font-style:normal;font-weight:800;line-height:normal;letter-spacing:.264px;margin-bottom:var(--spacing-md);white-space:normal}.hero-title .text-light{color:#2d2d2d;font-family:Manrope,sans-serif;font-size:51px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:.264px;display:block}.hero-subtitle{color:#7e7e7e;font-family:Manrope,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:32.5px;letter-spacing:-.449px;margin-bottom:var(--spacing-md);max-width:700px}.hero-buttons{display:flex;gap:var(--spacing-sm)}.hero-buttons .btn-primary{display:flex;padding:18px 32px;justify-content:center;align-items:center;gap:4px;border-radius:10px;border:1px solid rgba(255,255,255,.4);background:linear-gradient(96deg,#ff346b 1.64%,#e40105 98.36%);color:#fff}.hero-buttons .btn-primary:hover{box-shadow:0 8px 25px #e4010580}.hero-buttons .btn-secondary{display:flex;padding:18px 34px;justify-content:center;align-items:center;gap:10px;border-radius:10px;border:1px solid rgba(255,255,255,.48);background:linear-gradient(96deg,#ffbe00 2.76%,#ff9d01 101.76%);color:#fff;font-family:Manrope;font-weight:500;font-style:Medium;font-size:16px;line-height:24px;letter-spacing:-.31px}.hero-buttons .btn-secondary:hover{box-shadow:0 8px 25px #ff9d0180}.hero-image-wrapper{position:relative}.ecosystem{display:flex;align-items:center;padding:var(--spacing-xl) 0;transition:background-color .8s ease-in-out}.ecosystem-container{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-lg);align-items:center}.ecosystem-image-wrapper{order:0}.ecosystem-header{margin-top:60px}.ecosystem-title{color:#14315a;text-align:center;font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:40px;letter-spacing:.369px;margin-top:60px;margin-bottom:8px}.ecosystem-subtitle{color:#4a5565;text-align:center;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-.439px}.enthiran-logo{display:flex;align-items:center;gap:12px;margin-bottom:24px}.logo-cloud{width:auto;height:32px}.logo-text{width:auto;height:18px}.logo-text-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.logo-tagline{font-family:Outfit,sans-serif;font-size:6px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(90deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.content-title{color:#2d2d2d;font-family:Manrope,sans-serif;font-size:40px;font-weight:300;line-height:1.2;margin-bottom:16px}.content-title.text-title{font-family:Manrope;font-weight:600;font-size:48px;line-height:100%;letter-spacing:.26px;font-style:normal;margin-bottom:8px}.content-subtitle{font-family:Manrope,sans-serif;font-size:48px;font-weight:300;line-height:60px;letter-spacing:.26px;margin-bottom:8px;color:#2d2d2d}.title-accent{font-size:16px;font-weight:500;margin-bottom:8px;letter-spacing:.5px;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-tagline{margin-bottom:12px}.content-description{color:#7e7e7e;font-family:Manrope,sans-serif;font-size:16px;line-height:1.6;margin-bottom:24px;max-width:480px}.pagination-dots{display:flex;justify-content:center;gap:8px;margin-top:32px}.dot{width:8px;height:8px;border-radius:50%;background-color:#e2e8f0;cursor:pointer;transition:background-color .3s}.dot.active{background-color:#ef4444}.features{padding:var(--spacing-xl) 0 60px 0;background:url("/assets/Choose us bg.png") no-repeat center center;background-size:cover;background-color:#fafafa;display:flex;align-items:center}.feature-icon-img{width:50.4px;height:50.4px;object-fit:contain}.features-grid{display:flex;flex-wrap:wrap;gap:22px;max-width:1200px;margin:0 auto;overflow:visible}.feature-card{display:flex;width:100%;max-width:345.6px;padding:31px;flex-direction:column;align-items:flex-start;gap:16px;grid-row:1 / span 1;grid-column:2 / span 1;border-radius:16px;border:1.5px solid #F2F2F2;background:#fffc;will-change:transform,box-shadow;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s cubic-bezier(.34,1.56,.64,1),background-color .4s ease;cursor:pointer}.feature-card:hover{background:#fffaed;box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.feature-card h3{color:#101828;font-family:Manrope;font-size:20px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.449px;margin-bottom:12px;margin-top:24px}.feature-card p{color:#4a5565;font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:-.312px}.authorized-dealer{padding:var(--spacing-xl) 0;background:#f5f8ff;color:#fff;text-align:center;display:block}.dealer-logos{display:flex;justify-content:center;gap:var(--spacing-lg);margin-top:var(--spacing-md);flex-wrap:wrap}.dealer-logo{background:#fff3;padding:.5rem 1rem;border-radius:var(--border-radius);font-weight:600;display:flex;align-items:center;gap:.5rem}.testimonials{padding:var(--spacing-xl) 0 60px 0;display:block}.testimonial-title{font-family:Manrope,sans-serif;font-weight:700;font-size:36px;line-height:40px;letter-spacing:.37px;text-align:center;color:#153561;margin-top:60px;margin-bottom:12px}.testimonial-subtitle{font-family:Manrope,sans-serif;font-weight:400;font-size:18px;line-height:28px;letter-spacing:-.44px;text-align:center;color:#4a5565;margin-bottom:40px}.testimonials-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:37px;overflow:visible}.testimonial-card{width:379px;height:300px;padding:32px 31.51px;border-radius:16px;border:2px solid white;background:#fff;box-shadow:0 4px 6px #0000000d;display:flex;flex-direction:column;justify-content:space-between;opacity:1;will-change:transform,box-shadow;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s cubic-bezier(.34,1.56,.64,1);cursor:pointer}.testimonial-card:hover{background-color:#fa8c8c;box-shadow:0 20px 40px #00000026;transform:translateY(-10px);color:#fff}.testimonial-card:hover .testimonial-text{color:#fff}.testimonial-card:hover .user-info h4,.testimonial-card:hover .user-info span{color:#111827}.testimonial-card:hover .stars{color:gold}.stars{color:gold;font-size:20px;margin-bottom:20px;letter-spacing:2px;display:flex;gap:4px}.star-item{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;opacity:0;transform:scale(0) rotate(-180deg);transition:opacity .5s cubic-bezier(.34,1.56,.64,1),transform .5s cubic-bezier(.34,1.56,.64,1);position:relative}.star-item img{width:100%;height:100%;position:absolute;transition:opacity .3s ease}.star-default{opacity:1}.star-hover{opacity:0}.star-item:nth-child(1){transition-delay:.1s}.star-item:nth-child(2){transition-delay:.2s}.star-item:nth-child(3){transition-delay:.3s}.star-item:nth-child(4){transition-delay:.4s}.star-item:nth-child(5){transition-delay:.5s}.reveal.active .star-item{opacity:1;transform:scale(1) rotate(0)}@keyframes starPop{0%{opacity:0;transform:scale(0) rotate(-180deg)}to{opacity:1;transform:scale(1) rotate(0)}}.testimonial-card:hover .star-item,.bms-testimonial-card:hover .star-item{animation:starPop .5s cubic-bezier(.34,1.56,.64,1) forwards}.testimonial-card:hover .star-item:nth-child(1),.bms-testimonial-card:hover .star-item:nth-child(1){animation-delay:.05s}.testimonial-card:hover .star-item:nth-child(2),.bms-testimonial-card:hover .star-item:nth-child(2){animation-delay:.1s}.testimonial-card:hover .star-item:nth-child(3),.bms-testimonial-card:hover .star-item:nth-child(3){animation-delay:.15s}.testimonial-card:hover .star-item:nth-child(4),.bms-testimonial-card:hover .star-item:nth-child(4){animation-delay:.2s}.testimonial-card:hover .star-item:nth-child(5),.bms-testimonial-card:hover .star-item:nth-child(5){animation-delay:.25s}.testimonial-card:hover .star-default{opacity:0}.testimonial-card:hover .star-hover{opacity:1}.testimonial-text{font-family:Manrope;font-weight:400;font-style:Regular;font-size:16px;line-height:26px;letter-spacing:-.31px;margin-bottom:24px;flex-grow:1}.testimonial-user{display:flex;align-items:center;gap:16px}.user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background-color:#e2e8f0}.user-info h4{font-family:Manrope,sans-serif;font-weight:700;font-size:16px;color:#1a202c;margin-bottom:2px}.user-info span{font-family:Manrope,sans-serif;font-size:14px;color:#718096;display:block}.authorized-dealer{padding:var(--spacing-xl) 0;background-color:#f8fafc}.dealer-header{margin-top:60px;margin-bottom:40px}.dealer-title{color:#2e56b2;text-align:center;font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:40px;letter-spacing:.369px;margin-bottom:8px}.dealer-subtitle{color:#4a5565;text-align:center;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-.439px}.dealer-card{border-radius:16px;background:url("/assets/Authorized dealer bg.png") 50% / cover no-repeat,linear-gradient(286deg,#3d6cd7 2.14%,#7289ff 74.05%);background-blend-mode:color-burn,normal;box-shadow:0 10px #dbe2f3;margin-bottom:40px;max-width:1220px;width:100%;margin-left:auto;margin-right:auto;padding:48px;justify-content:space-between;align-items:center;transition:transform .3s ease,box-shadow .3s ease}.dealer-card:hover{transform:scale(1.05);box-shadow:0 20px 30px #0003}.dealer-brand-logo{margin-bottom:24px;display:flex;justify-content:center}.reliable-logo{height:48px;width:auto;border-radius:5px}.dealer-description{color:#fff;text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-.449px}.dealer-features{list-style:none;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:24px;font-family:Manrope;font-size:16px;opacity:.9;color:#fffffff0;text-align:center;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-.449px;margin-top:17px}.dealer-features li{position:relative}.dealer-features li:before{content:"\2022";margin-right:12px;opacity:.7}.certifications-row{width:100%;overflow:hidden;position:relative;padding:24px 0;margin-top:40px}.certifications-track{display:flex;align-items:center;gap:80px;width:max-content;animation:scroll 40s linear infinite}.cert-logo-img{height:55px;width:auto;object-fit:contain;transition:opacity .3s ease}.cert-logo-img:hover{opacity:1;filter:grayscale(0%)}.certifications-track img[src*="image%20547"],.certifications-track img[src*="image%20548"]{height:40px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideLeft{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideLeftUp{0%{opacity:0;transform:translate(-50px) translateY(30px)}to{opacity:1;transform:translate(0) translateY(0)}}@keyframes slideRightUp{0%{opacity:0;transform:translate(50px) translateY(30px)}to{opacity:1;transform:translate(0) translateY(0)}}@keyframes slideFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.slide-from-left{animation:slideFromLeft 1.2s cubic-bezier(.16,1,.3,1)}@keyframes slideFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.slide-from-right{animation:slideFromRight 1.2s cubic-bezier(.16,1,.3,1)}.stars{color:#f59e0b;margin-bottom:var(--spacing-sm)}.testimonial-user{display:flex;align-items:center;gap:1rem}.user-avatar{width:40px;height:40px;border-radius:50%;background:#ccc;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.8rem}.user-info h4{font-size:.9rem;font-weight:700;color:var(--color-text-main)}.user-info span{font-size:.8rem;color:var(--color-text-light)}.partners{min-height:602px;height:auto;padding:60px 0;background-color:#fafcff;display:flex;align-items:center}.partners .section-subtitle{margin-bottom:20px}.partners-grid{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:20px;font-family:Manrope;font-weight:400;font-style:Regular;font-size:14px;line-height:24px;letter-spacing:-.45px;max-width:1200px;width:100%;margin:0 auto}.partner-logo{font-weight:900;font-size:1.5rem;color:#3b82f6;margin-bottom:2rem}.partner-card{flex:1 1 300px;max-width:480px;min-width:280px;min-height:auto;opacity:1;border-radius:12px;border:1px solid #E5E7EB;padding:32px;background-color:#fff;display:flex;flex-direction:column;transition:all .3s ease}.partner-card p{color:#4b5563;font-size:15px;line-height:1.6}.partner-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border-color:#d1d5db}.cta-wrapper{background:linear-gradient(135deg,#c9e0ff,#fff);border-radius:32px;padding:80px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;box-shadow:none}.cta-title{font-family:Manrope,sans-serif;font-weight:700;font-size:48px;line-height:56px;color:#2e56b2;margin-bottom:16px}.cta-description{font-family:Manrope,sans-serif;font-weight:400;font-size:20px;line-height:30px;color:#4a5565;margin-bottom:40px}.cta-spacer{flex-grow:1;min-height:60px}.cta-bottom-text{font-family:Manrope,sans-serif;font-size:14px;line-height:24px;color:#64748b;opacity:.8;max-width:90%;text-align:center;margin:0 auto}.cta-form{background:#fff;padding:30px;border-radius:16px;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px -1px #0000000d;height:100%;display:flex;flex-direction:column;justify-content:center}.cta-form .btn{border-radius:8px}.form-group{margin-bottom:12px}.form-group label{display:block;font-family:Manrope,sans-serif;font-weight:600;font-size:12px;line-height:16px;color:#4a5565;margin-bottom:4px}.form-group input,.form-group textarea{width:100%;padding:10px 14px;border:1px solid #E2E8F0;border-radius:8px;background:#eff6ff;font-family:Manrope,sans-serif;font-size:14px;color:#1e293b;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2e56b2;background:#fff}.form-group textarea{height:80px;resize:none}.cta-section{padding:var(--spacing-xl) 0;display:block}.cta-section .container{max-width:100%;padding:0 24px}.cta-wrapper{background:linear-gradient(135deg,#c9e0ff,#fff);border-radius:32px;max-width:1662px;width:100%;margin:0 auto;height:619px;padding:81.63px 238px;display:grid;grid-template-columns:1fr 1fr;gap:138px;box-shadow:none}.cta-form-wrapper{display:flex;flex-direction:column;justify-content:center;height:100%}.cta-content{display:flex;flex-direction:column;height:100%;justify-content:space-between}.footer{padding:var(--spacing-xl) 0;background:transparent;display:block}.footer .container{max-width:100%;margin:0 auto;padding:0 24px}.footer-box{background:#000;border-radius:32px;padding:50px 60px;color:#fff;width:100%;max-width:100%;margin:0 auto;height:361px;display:flex;flex-direction:column;justify-content:space-between}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px;margin-bottom:20px;flex-grow:1}.footer-logo-img{height:40px;width:auto;margin-bottom:24px}.footer-description{color:#9ca3af;font-family:Manrope,sans-serif;font-size:16px;line-height:26px;max-width:300px}.footer-col h4{color:#fff;font-family:Manrope,sans-serif;font-size:16px;font-weight:600;margin-bottom:24px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:16px}.footer-links a,.footer-contact-info p{color:#9ca3af;font-family:Manrope,sans-serif;font-size:14px;text-decoration:none;transition:color .2s;line-height:24px}.footer-links a:hover{color:#fff}.footer-divider{height:1px;background:#333;margin-bottom:32px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-family:Manrope,sans-serif;font-size:14px;color:#6b7280}.footer-legal{display:flex;gap:24px}.footer-legal a{color:#6b7280;text-decoration:none}.footer-legal a:hover{color:#9ca3af}.partner-logo-img{height:48px;width:auto;object-fit:contain;max-width:100%}@media(max-width:1440px){.cta-wrapper{padding:60px 100px;gap:80px}.container{max-width:1200px}}@media(max-width:1200px)and (min-width:1101px){.features-grid{justify-content:center;gap:20px}.feature-card{align-items:center;text-align:center;flex:0 1 calc(50% - 10px);max-width:400px}}@media(max-width:1100px)and (min-width:1025px){.features-grid{justify-content:center;gap:20px}.feature-card{align-items:center;text-align:center;flex:0 1 calc(50% - 10px);max-width:380px}}@media(max-width:1024px){.navbar{padding:0 24px}.hero-container{gap:40px}.hero-title{font-size:2.5rem;line-height:1.2}.hero-subtitle{font-size:16px}.ecosystem-container{display:flex;flex-direction:column;text-align:center}.ecosystem-image-wrapper{order:1;width:100%;margin-top:30px;display:flex;justify-content:center;align-items:center}.ecosystem-content{order:0;text-align:center}.ecosystem-image{width:100%;max-width:400px;height:auto;margin:0 auto}.ecosystem-content .content-description{margin-left:auto;margin-right:auto}.ecosystem-title{font-size:28px}.features-grid{gap:20px}.feature-card{align-items:center;text-align:center;flex:1 1 calc(50% - 10px);max-width:calc(50% - 10px);min-width:250px}.testimonial-card{width:100%;max-width:350px;height:auto}.testimonials-grid{gap:24px}.dealer-card{flex-direction:column;text-align:center}.dealer-title{font-size:28px}.partner-card{display:flex;flex-direction:column;align-items:center;text-align:center}.enthiran-logo{justify-content:center}.logo-text-wrapper{align-items:center}.cta-wrapper{padding:50px 40px;gap:40px;height:auto;min-height:500px;flex-direction:column}.cta-title{font-size:36px;line-height:1.2}.cta-form{width:100%}.footer-box{padding:50px 40px;height:auto}.footer-main{grid-template-columns:1fr 1fr;gap:40px}.section-title-sm{font-size:28px}}@media(max-width:768px){.nav-links,.nav-actions{display:none}.navbar-container{justify-content:space-between}.mobile-menu-btn{display:block}.navbar{padding:0 16px}.hero{padding-top:8rem;padding-bottom:3rem}.hero-container{flex-direction:column;text-align:center;gap:30px}.hero-title{font-size:2rem}.hero-subtitle{font-size:14px}.hero-buttons{flex-direction:row;justify-content:center;gap:12px}.hero-buttons .btn{flex:1;justify-content:center;padding:12px 16px;font-size:13px}.hero-image-wrapper{margin-top:2rem}.hero-image{max-height:300px}.ecosystem{padding:40px 0}.ecosystem-header{margin-top:40px;margin-bottom:30px}.ecosystem-container{display:flex;flex-direction:column;text-align:center}.ecosystem-image-wrapper{order:1;margin-top:20px;display:flex;justify-content:center;align-items:center}.ecosystem-content{order:0}.ecosystem-image{width:100%;max-width:350px;height:auto;margin:0 auto}.ecosystem-title{font-size:24px;margin-top:40px}.ecosystem-subtitle{font-size:16px}.pagination-dots{gap:8px}.features{padding:40px 0 60px}.features-grid{flex-direction:column;align-items:center;justify-content:center;gap:16px}.feature-card{width:calc(100% - 32px);max-width:100%;padding:20px;text-align:center;align-items:center;margin:0 auto}.feature-card h3{font-size:18px}.feature-card p{font-size:14px}.feature-icon-img{width:40px;height:40px}.testimonials{min-height:auto;padding:40px 0 60px;display:block;align-items:unset}.testimonial-title{font-size:24px;margin-top:40px}.testimonials-grid{grid-template-columns:1fr;gap:20px;justify-items:center;padding:0 16px}.testimonial-card{width:100%;max-width:calc(100vw - 32px);height:auto;min-height:280px;margin:0 auto}.user-avatar{width:40px;height:40px}.user-info h4{font-size:14px}.user-info span{font-size:12px}.authorized-dealer{min-height:auto;padding:40px 0;display:block;align-items:unset}.dealer-header{margin-top:40px;margin-bottom:30px;padding:0 16px}.dealer-title{font-size:24px}.dealer-card{flex-direction:column;text-align:center;padding:24px 16px;margin:0 auto;width:calc(100% - 32px)}.dealer-features{flex-wrap:wrap;justify-content:center;margin:0 auto}.certifications-track{gap:12px}.cert-logo-img{height:40px;width:auto}.partners{padding:40px 0}.partners-grid{flex-direction:column;align-items:center;justify-content:center;gap:24px}.partner-card{width:calc(100% - 32px);text-align:center;padding:24px 16px;margin:0 auto}.partner-logo{width:100%;margin:0 auto;text-align:center;display:flex;justify-content:center}.cta-section{padding:40px 0}.cta-wrapper{grid-template-columns:1fr;height:auto;gap:30px;padding:40px 24px;flex-direction:column}.cta-content{text-align:center}.cta-title{font-size:24px;line-height:1.2}.cta-description{font-size:16px}.cta-bottom-text{font-size:14px}.cta-form-wrapper{width:100%}.cta-form{gap:12px}.form-group input,.form-group textarea{font-size:16px}.btn-block{width:100%}.footer{padding:40px 0}.footer-box{height:auto;padding:40px 24px}.footer-main{grid-template-columns:1fr 1fr;gap:24px}.footer-col,.footer-col h4{text-align:left}.footer-bottom{flex-direction:column;gap:16px;text-align:center;margin-top:20px}.footer-legal{justify-content:center;flex-wrap:wrap;gap:12px}.footer-logo-img{height:40px}.section-title-sm{font-size:20px;margin-top:40px}.section-subtitle{font-size:14px}}@media(max-width:480px){.navbar{padding:0 12px}.mobile-menu-btn{width:80px;height:80px}.hero{padding-bottom:2rem}.hero-title{font-size:1.5rem;line-height:1.2}.hero-subtitle{font-size:13px}.hero-buttons{gap:10px}.ecosystem-title{font-size:20px;margin-top:30px}.ecosystem-subtitle{font-size:14px}.pagination-dots{gap:6px}.dot{width:6px;height:6px}.features{padding:30px 0 45px}.features-grid{align-items:center;justify-content:center}.feature-card{width:calc(100% - 32px);padding:16px;gap:12px;margin:0 auto}.feature-card h3{font-size:16px}.feature-card p{font-size:13px}.feature-icon-img{width:35px;height:35px}.testimonials{min-height:auto;padding:30px 0 45px;display:block;align-items:unset}.testimonial-title{font-size:20px;margin-top:30px}.testimonial-subtitle{font-size:14px}.testimonials-grid{gap:16px;justify-items:center;padding:0 8px}.testimonial-card{width:calc(100vw - 24px);max-width:100%;padding:20px 16px;min-height:260px;margin:0 auto}.stars{font-size:16px;margin-bottom:12px}.testimonial-text{font-size:13px}.user-avatar{width:36px;height:36px}.user-info h4{font-size:13px}.user-info span{font-size:11px}.authorized-dealer{min-height:auto;padding:30px 0;display:block;align-items:unset}.dealer-title{font-size:20px;margin-top:30px}.dealer-card{padding:20px 16px;margin:0 auto;width:calc(100% - 32px)}.dealer-description{font-size:14px}.dealer-features{gap:8px;font-size:12px}.certifications-track{gap:10px}.cert-logo-img{height:35px}.partners{padding:30px 0}.partners-grid{align-items:center;justify-content:center}.partner-card{padding:20px 16px;margin:0 auto;width:calc(100% - 32px)}.partner-card p{font-size:13px}.cta-section{padding:30px 0}.cta-wrapper{padding:30px 16px;gap:20px}.cta-title{font-size:20px}.cta-description{font-size:14px}.cta-bottom-text{font-size:12px}.form-group{margin-bottom:10px}.form-group label{font-size:13px}.form-group input,.form-group textarea{font-size:14px;padding:8px 12px}.btn{padding:.6rem 1.2rem;font-size:14px}.footer{padding:30px 0}.footer-box{padding:30px 16px}.footer-main{grid-template-columns:1fr 1fr;gap:16px}.footer-col{text-align:left}.footer-col h4{font-size:14px;margin-bottom:12px;text-align:left}.footer-col p,.footer-links a{font-size:12px}.footer-logo-img{height:35px;margin-bottom:12px}.footer-description{font-size:12px;line-height:1.4}.footer-divider{margin:20px 0}.footer-copyright{font-size:11px}.footer-legal a{font-size:11px;margin:0 8px}.section-title-sm{font-size:18px;margin-top:30px}.section-subtitle{font-size:13px}.container{padding:0 16px}}@media(min-width:769px)and (prefers-reduced-motion:no-preference){.reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal-up{transform:translateY(-5px)}.reveal-down{transform:translateY(-50px)}.reveal-scale{transform:scale(.95);opacity:0}.reveal-opacity{opacity:0}.reveal.active{opacity:1}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}}@media(max-width:768px)and (prefers-reduced-motion:no-preference){.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.reveal.active{opacity:1;transform:translateY(0)}.reveal-up,.reveal-down,.reveal-scale,.reveal-opacity{transform:translateY(20px)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}}@media(prefers-reduced-motion:no-preference){.zoom-in{animation:zoomIn .8s cubic-bezier(.16,1,.3,1)}.slide-left{animation:slideLeft .8s cubic-bezier(.16,1,.3,1)}.slide-left-up{animation:slideLeftUp .8s cubic-bezier(.16,1,.3,1)}.slide-right-up{animation:slideRightUp .8s cubic-bezier(.16,1,.3,1)}}@media(max-width:768px){.navbar{transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.navbar.active{height:auto;border-radius:24px;background:#1f1f1f;padding-bottom:24px}.navbar.active .navbar-container{flex-wrap:wrap}.navbar.active .nav-links{display:flex;flex-direction:column;width:100%;margin-top:24px;gap:16px;text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:24px;animation:fadeIn .3s ease;margin-left:0;margin-right:0}.navbar.active .nav-actions{display:flex;width:100%;justify-content:center;margin-top:24px;animation:fadeIn .3s ease .1s backwards}.navbar.active .nav-dropdown{width:100%}.navbar.active .dropdown-menu{position:static;opacity:0;visibility:hidden;transform:none;background:#2a2a2acc;border:none;padding:0;margin-top:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:0;min-width:unset;z-index:auto;max-height:0;overflow:hidden;transition:all .3s ease}.navbar.active .dropdown-menu.active{opacity:1;visibility:visible;padding:12px 0;max-height:500px}.navbar.active .dropdown-trigger{width:100%;justify-content:center;padding:12px 0}.navbar.active .dropdown-menu a{padding:12px 16px;justify-content:center;text-align:center}.navbar.active .dropdown-menu a:hover{padding-left:16px;background:#db043e26}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1}}}.reveal{opacity:0;will-change:transform,opacity;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1)}.reveal-up{transform:translateY(5px)}.reveal-down{transform:translateY(-40px)}.reveal-left{transform:translate(-50px)}.reveal-right{transform:translate(50px)}.reveal-scale{transform:scale(.9)}.reveal-opacity{transform:none}.reveal.active{opacity:1}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}
