body{font-family:'Inter',sans-serif}/* WhatsApp Floating Button - Left */.whatsapp-fab{position:fixed;bottom:1.5rem;left:1.5rem;width:3.5rem;height:3.5rem;background-color:#22c55e;color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);transition:background-color 0.15s,transform 0.15s,opacity 0.3s;z-index:50}.whatsapp-fab:hover{background-color:#16a34a;transform:scale(1.05)}.whatsapp-fab svg{width:1.5rem;height:1.5rem}/* Scroll to Top Button - Right */.scroll-top-fab{position:fixed;bottom:1.5rem;right:1.5rem;width:3.5rem;height:3.5rem;background-color:#594A9D;color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);transition:background-color 0.15s,transform 0.15s,opacity 0.3s;z-index:50;border:none;cursor:pointer;opacity:0;pointer-events:none}.scroll-top-fab.visible{opacity:1;pointer-events:auto}.scroll-top-fab:hover{background-color:#3E4095;transform:scale(1.05)}.scroll-top-fab svg{width:1.5rem;height:1.5rem}/* Accessibility - Screen Reader Only */.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}/* Focus States for Accessibility */a:focus-visible,button:focus-visible{outline:2px solid #594A9D;outline-offset:2px;border-radius:4px}.pulsatrix-apps{color:#594A9D}.pulsatrix-apps span:first-child{font-weight:600}.backdrop-blur-custom{backdrop-filter:blur(8px)}/* Infinite Carousel Styles */.logos-carousel-container{width:100%;max-width:100%;overflow:hidden;position:relative;/* padding:32px 0;*/ background-color:inherit;margin:0}/* Break out of max-width container to full width */.logos-carousel-wrapper{width:100%;margin:0 auto;overflow:hidden;position:relative}.logos-carousel-track{display:flex;animation:scroll 35s linear infinite;gap:48px;will-change:transform;width:max-content}.logos-carousel-track:hover{animation-play-state:paused}.logo-item{flex-shrink:0;width:120px;height:50px;display:flex;align-items:center;justify-content:center;opacity:0.6;transition:opacity 0.3s ease}@media (max-width:768px){.logo-item{width:120px;height:60px}.logos-carousel-track{gap:32px}}.logo-item:hover{opacity:1}.logo-item img{width:100%;height:100%;object-fit:contain;filter:grayscale(100%);transition:filter 0.3s ease}.logo-item:hover img{filter:grayscale(0%)}.logos-carousel-track.secondary .logo-item img{filter:brightness(10%) invert(1)}.logos-carousel-track.secondary .logo-item:hover img{filter:none}/* Calculate animation based on duplicated content - moves exactly half the width */@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}/* Scroll Animation Styles */.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity 0.6s ease-out,transform 0.6s ease-out}.fade-in-up.animated{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translateX(-30px);transition:opacity 0.6s ease-out,transform 0.6s ease-out}.fade-in-left.animated{opacity:1;transform:translateX(0)}.fade-in-right{opacity:0;transform:translateX(30px);transition:opacity 0.6s ease-out,transform 0.6s ease-out}.fade-in-right.animated{opacity:1;transform:translateX(0)}.fade-in{opacity:0;transition:opacity 0.8s ease-out}.fade-in.animated{opacity:1}.scale-in{opacity:0;transform:scale(0.9);transition:opacity 0.6s ease-out,transform 0.6s ease-out}.scale-in.animated{opacity:1;transform:scale(1)}/* Crayon Underline Effect */.crayon-underline{position:relative;display:inline-block;padding-bottom:6px}.crayon-underline::after{content:'';position:absolute;bottom:-1px;left:-3px;right:-3px;height:12px;/* background:linear-gradient(180deg,rgba(89,74,157,0.2) 0%,rgba(89,74,157,0.5) 20%,rgba(89,74,157,0.6) 50%,rgba(89,74,157,0.5) 80%,rgba(89,74,157,0.2) 100% );*/ border-radius:0 0 8px 8px;opacity:0;animation:crayon-draw 1s ease-out 0.8s forwards;transform-origin:left;z-index:-1;/* box-shadow:0 2px 4px rgba(89,74,157,0.2);*/}/* Create wavy/rough effect using pseudo-element overlay */.crayon-underline::before{content:'';position:absolute;bottom:-1px;left:-3px;right:-3px;height:12px;/* background-image:repeating-linear-gradient( 45deg,transparent,transparent 1px,rgba(89,74,157,0.1) 1px,rgba(89,74,157,0.1) 2px ),repeating-linear-gradient( -45deg,transparent,transparent 1px,rgba(89,74,157,0.1) 1px,rgba(89,74,157,0.1) 2px );*/ opacity:0;animation:crayon-draw 1s ease-out 0.8s forwards;transform-origin:left;z-index:-1;mix-blend-mode:multiply}@keyframes crayon-draw{0%{transform:scaleX(0);opacity:0}100%{transform:scaleX(1);opacity:1}}/* Animated Word Rotator */.word-rotator{position:relative;display:inline-block;color:#594A9D;font-weight:600;vertical-align:bottom;width:100%;max-width:100%;height:1.4em;overflow:hidden;text-align:center}.word-rotator span{position:absolute;left:0;top:0;width:100%;opacity:0;transform:translateY(30px) scale(0.9);display:inline-block;white-space:normal;word-wrap:break-word}.word-rotator span.active{opacity:1;transform:translateY(0) scale(1);animation:bounce-in 0.6s cubic-bezier(0.68,-0.55,0.265,1.55)}.word-rotator span.exit{animation:bounce-out 0.4s cubic-bezier(0.55,0.06,0.68,0.19) forwards}@keyframes bounce-in{0%{opacity:0;transform:translateY(15px) scale(0.9)}60%{transform:translateY(-3px) scale(1.02)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes bounce-out{0%{opacity:1;transform:translateY(0) scale(1)}100%{opacity:0;transform:translateY(-15px) scale(0.9)}}/* Stagger animation delays */.stagger-1{transition-delay:0.1s}.stagger-2{transition-delay:0.2s}.stagger-3{transition-delay:0.3s}.stagger-4{transition-delay:0.4s}.stagger-5{transition-delay:0.5s}.stagger-6{transition-delay:0.6s}.stagger-7{transition-delay:0.7s}/* Hover effects for cards */.hover-lift{transition:transform 0.3s ease,box-shadow 0.3s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.1)}/* Button pulse effect */@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.8}}.btn-pulse:hover{animation:pulse 2s cubic-bezier(0.4,0,0.6,1) infinite}/* Smooth number animation */.stat-number{transition:transform 0.3s ease}.stat-number.animating{transform:scale(1.1)}@keyframes background-expand{0%{background-size:0% 100%}100%{background-size:100% 100%}}@keyframes text-color-change{0%{color:inherit}100%{color:#f5f4f9}}.text-highlight{background-size:0% 100%;background-repeat:no-repeat;background-position:left center;animation:background-expand 1s ease-in-out 0s forwards,text-color-change 1s ease-in-out 0s forwards}/* Tiles Background Effect */.tiles-container{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}.tiles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(48px,1fr));width:100%;height:100%;pointer-events:auto}.tile{aspect-ratio:1;border:1px solid rgba(255,255,255,0.08);transition:background-color 0.8s ease-out}.tile:hover{background-color:rgba(255,255,255,0.12);transition:background-color 0s}/* Gradient fade on edges - dark variant (for primary-500 bg) */.tiles-container::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 0%,var(--tiles-fade-color,#594a9d) 70%);z-index:1;pointer-events:none}/* Light variant (for gray/white backgrounds) */.tiles-container.tiles-light .tile{border-color:rgba(89,74,157,0.06)}.tiles-container.tiles-light .tile:hover{background-color:rgba(89,74,157,0.08)}.tiles-container.tiles-light::before{background:radial-gradient(ellipse at center,transparent 0%,var(--tiles-fade-color,#f9fafb) 70%)}/* Hero variant (white background) */.tiles-container.tiles-hero .tile{border-color:rgba(89,74,157,0.04)}.tiles-container.tiles-hero .tile:hover{background-color:rgba(89,74,157,0.06)}.tiles-container.tiles-hero::before{background:radial-gradient(ellipse at center,transparent 20%,#fff 80%)}@media (max-width:768px){.tiles-grid{grid-template-columns:repeat(auto-fill,minmax(32px,1fr))}}/* Mobile Menu Overlay Styles */.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(255,255,255,0.98);backdrop-filter:blur(10px);z-index:40;display:flex;align-items:center;justify-content:center;opacity:1;visibility:visible;transition:opacity 0.3s ease,visibility 0.3s ease}.mobile-menu-overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}.mobile-menu-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem;width:100%;max-width:400px}.mobile-menu-nav{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.mobile-menu-link{font-size:1.5rem;font-weight:500;color:#111827;padding:0.5rem 1rem;transition:color 0.2s ease,transform 0.2s ease;text-align:center}.mobile-menu-link:hover{color:#594A9D;transform:scale(1.05)}.mobile-menu-cta{margin-top:1rem;width:100%;max-width:280px;transition:transform 0.2s ease,background-color 0.2s ease}.mobile-menu-cta:hover{transform:scale(1.02);background-color:#3E4095}/* ============================================ Hero Section - New Design ============================================ */.hero-section{position:relative;min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center;overflow-x:clip;overflow-y:visible;background-color:#fff}/* Grid Background */.hero-grid-bg{position:absolute;inset:0;opacity:0.4;background-image:linear-gradient(to right,#e5e7eb 1px,transparent 1px),linear-gradient(to bottom,#e5e7eb 1px,transparent 1px);background-size:80px 80px;z-index:0;pointer-events:none}/* Blur Blobs */.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);z-index:0;pointer-events:none}.hero-blob-1{top:80px;left:80px;width:384px;height:384px;background-color:rgba(109,84,207,0.05)}.hero-blob-2{bottom:80px;right:80px;width:500px;height:500px;background-color:rgba(109,84,207,0.05)}/* Hero Content */.hero-content{position:relative;z-index:1;width:100%;max-width:1024px;margin:0 auto;padding:0 1rem;text-align:center;box-sizing:border-box}/* Hero Title */.hero-title{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-style:normal;font-size:2.5rem;font-weight:700;line-height:1.15;color:#393352;margin-bottom:1.5rem;word-wrap:break-word;overflow-wrap:break-word}/* Hero Primary Text Color */.hero-text-primary{color:#6d54cf}.hero-highlight{position:relative;display:inline}/* Hero Underline SVG */.hero-underline-svg{position:absolute;bottom:-2px;left:0;width:100%;height:8px;z-index:-1}.hero-underline-path{stroke-dasharray:400;stroke-dashoffset:400;animation:heroUnderlineDraw 1.2s ease-out 0.3s forwards}@keyframes heroUnderlineDraw{to{stroke-dashoffset:0}}/* Hero Subtitle */.hero-subtitle{font-size:1.125rem;color:#6b7280;max-width:640px;margin:0 auto 0.5rem;line-height:1.6}/* Hero Word Rotator */.hero-rotator{margin-bottom:2.5rem}/* Hero Buttons */.hero-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:4rem}.hero-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:0.75rem;padding:1rem 2rem;background-color:#594A9D;color:#fff;font-weight:600;border-radius:0.75rem;transition:all 0.3s ease;box-shadow:0 10px 15px -3px rgba(89,74,157,0.3)}.hero-btn-primary:hover{background-color:#3E4095;transform:translateY(-2px)}.hero-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:0.75rem;padding:1rem 2rem;background-color:transparent;color:#111827;font-weight:500;border:2px solid #e5e7eb;border-radius:0.75rem;transition:all 0.3s ease}.hero-btn-secondary:hover{border-color:rgba(89,74,157,0.5);background-color:#f9fafb}/* Hero Trusted Section */.hero-trusted{text-align:center;margin-bottom:3rem;overflow:hidden}.hero-trusted-label{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.1em;color:#9ca3af;margin-bottom:1.5rem}/* Hero Carousel */.hero-carousel{position:relative;overflow:hidden;max-width:800px;margin:0 auto}.hero-carousel-fade{position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.hero-carousel-fade-left{left:0;background:linear-gradient(to right,#fff 0%,transparent 100%)}.hero-carousel-fade-right{right:0;background:linear-gradient(to left,#fff 0%,transparent 100%)}.hero-carousel-track{display:flex;align-items:center;gap:3rem;animation:heroCarouselScroll 25s linear infinite;width:max-content}.hero-carousel-track:hover{animation-play-state:paused}.hero-carousel-track img{height:32px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:0.6;transition:all 0.3s ease;flex-shrink:0}.hero-carousel-track img:hover{filter:grayscale(0%);opacity:1}@keyframes heroCarouselScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}/* Hero Explore Button */.hero-explore{text-align:center}.hero-explore-btn{display:inline-flex;flex-direction:column;align-items:center;gap:0.5rem;color:#9ca3af;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.1em;transition:color 0.3s ease}.hero-explore-btn:hover{color:#111827}.hero-explore-btn svg{animation:heroExploreBounce 2s ease-in-out infinite}@keyframes heroExploreBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}/* ============================================ Hero Section - Responsive ============================================ */@media (min-width:640px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:row}}@media (min-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}}@media (min-width:900px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.25rem}}@media (min-width:1024px){.hero-title{font-size:3.5rem}}@media (min-width:1150px){.hero-title{font-size:4rem}}@media (min-width:1280px){.hero-title{font-size:4.5rem}}@media (max-width:640px){.hero-section{min-height:calc(100vh - 70px);padding:1.5rem 0}.hero-content{padding:0 1rem;width:100%;max-width:100%}.hero-title{font-size:1.5rem;line-height:1.3;margin-bottom:1rem}.hero-subtitle{font-size:0.9rem;margin-bottom:0.25rem}.hero-rotator{margin-bottom:1.5rem}.word-rotator{font-size:0.9rem;height:auto;min-height:1.5em}.hero-buttons{margin-bottom:2.5rem;gap:0.75rem;flex-direction:column}.hero-btn-primary,.hero-btn-secondary{width:100%;max-width:280px;padding:0.875rem 1.5rem;font-size:0.9rem}.hero-trusted{margin-bottom:2rem}.hero-trusted-label{font-size:0.65rem;margin-bottom:1rem}.hero-carousel{max-width:100%;margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem)}.hero-carousel-fade{width:30px}.hero-carousel-track img{height:38px}.hero-carousel-track{gap:2rem}.hero-blob-1{width:150px;height:150px;top:20px;left:10px}.hero-blob-2{width:180px;height:180px;bottom:20px;right:10px}.hero-underline-svg{height:6px;bottom:-1px}.hero-grid-bg{background-size:40px 40px}.hero-explore{margin-top:1rem}.hero-explore-btn{font-size:0.65rem}.hero-explore-btn svg{width:1rem;height:1rem}}/* ============================================ Project Cards - New Design ============================================ */.project-card{display:block;height:100%}.project-card-inner{background-color:#fff;border-radius:1.5rem;overflow:hidden;height:100%;display:flex;flex-direction:column;border:1px solid rgba(229,231,235,0.5);transition:all 0.5s ease}.project-card-inner:hover{border-color:rgba(89,74,157,0.3);box-shadow:0 25px 50px -12px rgba(89,74,157,0.1)}.project-card-image{position:relative;height:14rem;overflow:hidden}.project-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.project-card-inner:hover .project-card-image img{transform:scale(1.05)}.project-card-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0.2) 50%,transparent)}.project-card-external-icon{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;background-color:rgba(255,255,255,0.1);backdrop-filter:blur(12px);border-radius:0.75rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,0.2)}.project-card-external-icon svg{width:1rem;height:1rem;color:#fff}.project-card-image-content{position:absolute;bottom:1rem;left:1rem;right:1rem}.project-card-title{font-size:1.5rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:0.5rem}.project-card-subtitle{font-size:0.875rem;color:rgba(255,255,255,0.7)}.project-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-card-description{font-size:0.875rem;color:#6b7280;margin-bottom:1rem;flex:1;line-height:1.6}.project-card-tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.5rem}.project-card-tag{padding:0.5rem 1rem;background-color:#f3f4f6;color:#374151;border-radius:9999px;font-size:0.75rem;font-weight:500}.project-card-footer{padding-top:1.25rem;border-top:1px solid rgba(229,231,235,0.5);display:flex;align-items:center;justify-content:space-between}.project-card-link-text{font-size:0.875rem;font-weight:600;color:#111827;transition:color 0.3s ease}.project-card-inner:hover .project-card-link-text{color:#594A9D}.project-card-link-icon{width:2.5rem;height:2.5rem;border-radius:0.75rem;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}.project-card-link-icon svg{width:1rem;height:1rem;color:#6b7280;transition:color 0.3s ease}.project-card-inner:hover .project-card-link-icon{background-color:#594A9D}.project-card-inner:hover .project-card-link-icon svg{color:#fff}/* Extra small devices (phones in portrait) */@media (max-width:380px){.hero-title{font-size:1.35rem}.hero-subtitle{font-size:0.85rem}.word-rotator{font-size:0.85rem}.hero-btn-primary,.hero-btn-secondary{max-width:100%;padding:0.75rem 1.25rem;font-size:0.85rem}.hero-carousel-track img{height:30px}.hero-carousel-track{gap:1.5rem}}