#home-banner .HomeBannerSwiper{margin-top:var(--header-height,80px);min-height:600px}#home-banner .HomeBannerSwiper,#home-banner .HomeBannerSwiper .swiper-slide{flex-direction:column;align-items:center;display:flex;overflow:hidden}#home-banner .home-banner-content-tag{background:color-mix(in srgb, var(--primary-color) 10%, transparent);color:var(--primary-color);border:1px solid var(--border-color);font:var(--badge-font);letter-spacing:normal;border-radius:25px;align-items:center;gap:8px;margin-bottom:10px;padding:8px 18px;display:inline-flex}#home-banner.banner-section h1,#home-banner.banner-section h2{font:var(--banner-font);color:var(--heading-color);margin-bottom:1rem}#home-banner.banner-section p{font:var(--para-font);color:var(--para-color);margin-bottom:2rem}#home-banner .home-banner-stats-list{flex-wrap:wrap;gap:2rem;margin:0 0 2rem;display:flex}#home-banner .home-banner-stat-box{background:var(--white-color);border:1px solid var(--border-color);text-align:center;border-radius:12px;flex:1;padding:10px;transition:all .3s}#home-banner .home-banner-stat-box:hover{border-color:var(--primary-color);box-shadow:0 8px 25px color-mix(in srgb, var(--black-color) 10%, transparent);transform:translateY(-5px)}#home-banner .home-banner-number{font:var(--sub-heading-font);color:var(--heading-color);display:block}#home-banner .home-banner-label{font:var(--para-font);color:var(--para-color);font-size:.8rem}#home-banner .btn-group-hero{align-items:center;gap:2rem;max-width:fit-content;display:flex}#home-banner .HomeBannerSwiper,#home-banner .HomeBannerSwiper .swiper-wrapper{padding-top:0;padding-bottom:2.5rem;position:relative!important}#home-banner .swiper-pagination,#home-banner .home-banner-pagination,#home-banner .skills-banner-pagination,#home-banner .visual-container-pagination{z-index:20;justify-content:center;align-items:center;gap:8px;width:100%;display:flex;bottom:10px!important}#home-banner .swiper-pagination-bullet,#home-banner .home-banner-pagination .swiper-pagination-bullet,#home-banner .skills-banner-pagination .swiper-pagination-bullet,#home-banner .visual-container-pagination .swiper-pagination-bullet{opacity:.5;background:#ccc;border:none;border-radius:50%;outline:none;width:10px;height:10px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);margin:0 4px!important}#home-banner .swiper-pagination-bullet-active,#home-banner .home-banner-pagination .swiper-pagination-bullet-active,#home-banner .skills-banner-pagination .swiper-pagination-bullet-active,#home-banner .visual-container-pagination .swiper-pagination-bullet-active{opacity:1;border-radius:20px;width:28px;height:10px;background:var(--primary-color)!important}#home-banner .swiper-button-next,#home-banner .swiper-button-prev{background:var(--white-color);border:2px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .35s cubic-bezier(.165,.84,.44,1);box-shadow:0 4px 12px #00000014;color:var(--primary-color)!important;display:flex!important}#home-banner .swiper-button-next svg,#home-banner .swiper-button-prev svg{width:16px;height:16px}#home-banner .swiper-button-next:after,#home-banner .swiper-button-prev:after{font-weight:900;line-height:1;font-size:16px!important}#home-banner .swiper-button-next:hover,#home-banner .swiper-button-prev:hover{background:var(--primary-color);border-color:var(--primary-color);transform:scale(1.1);box-shadow:0 8px 20px #ff751840;color:var(--white-color)!important}#home-banner .swiper-button-next{right:20px!important}#home-banner .swiper-button-prev{left:20px!important}#home-banner .comparison-wrapper{width:90%;margin:auto;padding-top:.5rem;position:relative}#home-banner .comparison-container{background:var(--white-color);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:16px;width:100%;height:450px;position:relative;overflow:hidden;transform:translateY(-5px);box-shadow:0 0 20px #00000014,0 0 40px #0000000f}#home-banner .editor-side{background:var(--white-color);flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}#home-banner .window-controls{z-index:10;gap:8px;display:flex;position:absolute;top:20px;left:25px}#home-banner .control-btn{border-radius:50%;width:12px;height:12px}#home-banner .control-red{background:#ff5f56}#home-banner .control-yellow{background:#ffbd2e}#home-banner .control-green{background:#27c93f}#home-banner .editor-tabs{background:var(--white-color);border-bottom:2px solid var(--border-color);padding:50px 0 0;display:flex}#home-banner .tab-btn{color:var(--para-color);cursor:pointer;border:none;border-right:1px solid var(--border-color);background:0 0;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .45s;display:flex;position:relative}#home-banner .tab-btn:hover{background:var(--gray-bg)}#home-banner .tab-btn.active{background:var(--white-color);color:var(--theme-color);border-bottom:3px solid var(--theme-color)}#home-banner .tab-icon{width:18px;height:18px}#home-banner .icon-html{color:#e34c26}#home-banner .icon-css{color:#264de4}#home-banner .icon-js{color:#f0db4f}#home-banner .editor-content{flex:1;position:relative;overflow:hidden}#home-banner .tab-content{height:100%;display:none}#home-banner .tab-content.active{display:block}#home-banner .code-editor{white-space:pre-wrap;background-color:var(--gray-bg);width:100%;height:100%;color:var(--heading-color);caret-color:var(--theme-color);tab-size:4;resize:none;scroll-behavior:smooth;direction:ltr;border:none;outline:none;padding:20px 30px 20px 20px;overflow:auto;text-indent:0!important;font-family:JetBrains Mono,Fira Code,Courier New,monospace!important;font-size:13.5px!important;line-height:1.6!important}#home-banner .code-editor:first-line{text-indent:0}#home-banner .preview-side{background:var(--white-color);clip-path:inset(0 0 0 50%);width:100%;height:100%;transition:clip-path 50ms ease-out;position:absolute;top:0;right:0}#home-banner .preview-frame{background:var(--white-color);border:none;width:100%;height:100%}#home-banner .slider-handle{cursor:ew-resize;z-index:100;width:60px;height:100%;transition:left 50ms ease-out;position:absolute;top:0;left:50%;transform:translate(-50%)}#home-banner .slider-line{background:var(--theme-color);pointer-events:none;width:4px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}#home-banner .slider-button{background:var(--white-color);border:4px solid var(--theme-color);cursor:ew-resize;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .45s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 20px #0003}#home-banner .slider-handle:hover .slider-button{background:var(--theme-color);transform:translate(-50%,-50%)scale(1.15);box-shadow:0 6px 25px #0b666a66}#home-banner .slider-handle:hover .slider-arrows{color:var(--white-color)}#home-banner .slider-handle:hover .slider-line{background:var(--primary-color);width:6px}#home-banner .slider-arrows{color:var(--theme-color);font-size:24px;font-weight:700;transition:color .3s}#home-banner .mockup-container-staged{height:500px;display:block;position:relative}#home-banner .device-frame{border-radius:20px;position:absolute;overflow:hidden}#home-banner .device-screen{border:none;width:100%;height:100%;display:block;overflow-y:scroll}#home-banner .desktop-frame{z-index:10;background-position:0 0;background-repeat:no-repeat;background-size:contain;border-radius:12px;width:420px;top:16%;left:45%;transform:translate(-50%)}#home-banner .desktop-screen{border-radius:4px}#home-banner .tablet-frame{z-index:15;background:url(/images/home/ipad.png) 0 0/contain no-repeat;border-radius:15px;width:210px;height:250px;bottom:60px;right:60px;transform:translate(20%)rotate(5deg)}#home-banner .tablet-screen{border-radius:8px}#home-banner .mobile-frame{z-index:20;border:5px solid #212529;border-radius:30px;width:125px;height:210px;bottom:60px;left:50px;transform:translate(-20%)rotate(-5deg)}#home-banner .mobile-screen{border-radius:25px}#home-banner .desktop-frame iframe{transform-origin:0 0;width:1225px;height:700px;margin:.7rem .5rem;transform:scale(.33)}#home-banner .tablet-frame iframe{transform-origin:0 0;width:718px;height:990px;padding:2.5rem;transform:scale(.25)}#home-banner .mobile-frame iframe{transform-origin:0 0;width:400px;height:667px;transform:scale(.3)}#home-banner .visual-container{grid-gap:20px;grid-template-columns:repeat(2,1fr);place-items:center end;height:auto;padding:20px;display:grid;position:relative}#home-banner .creative-card{background:var(--white-color);width:100%;max-width:260px;box-shadow:0 10px 30px color-mix(in srgb, var(--black-color) 8%, transparent);color:var(--para-color);border:2px solid #0000;border-radius:20px;padding:20px;transition:all .4s}#home-banner .creative-card:hover{border-color:color-mix(in srgb, var(--primary-color) 25%, transparent);transform:translateY(-4px);box-shadow:0 12px 30px #0000001f}#home-banner .card-icon-wrapper{background:var(--primary-color);width:40px;height:40px;box-shadow:0 5px 12px color-mix(in srgb, var(--primary-color) 25%, transparent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:10px;transition:all .45s;display:flex}#home-banner .card-icon-wrapper.alt{background:var(--theme-color);box-shadow:0 5px 12px color-mix(in srgb, var(--theme-color) 25%, transparent)}#home-banner .card-icon-wrapper svg{width:26px;height:26px;fill:var(--white-color)}#home-banner .card-title{font:var(--small-heading-font);color:var(--heading-color);margin-bottom:8px}#home-banner.banner-section .card-description{font:var(--body-font);color:var(--para-color);margin-bottom:10px}#home-banner .card-badge{background:color-mix(in srgb, var(--primary-color) 8%, transparent);color:var(--primary-color);font:var(--small-badge-font);text-transform:uppercase;border-radius:20px;padding:4px 10px;display:inline-block}#home-banner .stats-container{flex-wrap:wrap;gap:1rem;margin:0 0 2rem;display:flex}#home-banner .stat-card{background:var(--white-color);box-shadow:0 5px 20px color-mix(in srgb, var(--black-color) 6%, transparent);text-align:center;border:2px solid #0000;border-radius:20px;flex:1;min-width:140px;padding:20px 30px;transition:all .45s}#home-banner .stat-card:hover{border-color:var(--primary-color);box-shadow:0 10px 30px color-mix(in srgb, var(--primary-color) 15%, transparent);transform:translateY(-5px)}#home-banner .stat-number{font:var(--sub-heading-font);color:var(--primary-color);margin-bottom:5px;display:block}#home-banner .stat-label{font:var(--body-font);color:var(--para-color);letter-spacing:1px}#home-banner .feature-pills{flex-wrap:wrap;gap:15px;max-width:70%;margin-bottom:2rem;display:flex}#home-banner .pill{background:var(--white-color);box-shadow:0 6px 20px color-mix(in srgb, var(--black-color) 6%, transparent);font:var(--badge-font);color:var(--heading-color);border-radius:50px;align-items:center;gap:15px;padding:15px 30px;transition:all .3s;display:inline-flex}#home-banner .pill:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000001f}#home-banner .visual-area{height:500px;position:relative}#home-banner .workspace-scene{width:100%;height:100%;position:relative}#home-banner .ui-card{background:var(--white-color);border-radius:16px;padding:20px;animation:5s ease-in-out infinite float-ui;position:absolute;box-shadow:0 15px 50px #0000001f}@keyframes float-ui{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(2deg)}}#home-banner .card-top-left{width:140px;animation-delay:0s;top:10%;left:0}#home-banner .card-top-right{width:150px;animation-delay:1.5s;top:10%;right:0}#home-banner .card-bottom-right{width:130px;animation-delay:3s;bottom:10%;right:5%}#home-banner .card-icon-circle{background:var(--theme-color);width:50px;height:50px;color:var(--white-color);font-size:var(--fs-lg);border-radius:50%;justify-content:center;align-items:center;margin-bottom:10px;display:flex}#home-banner .card-icon-circle.orange{background:var(--primary-color)}#home-banner .card-heading{font:var(--body-font);color:var(--heading-color);margin-bottom:0;font-weight:600}#home-banner .card-subtext{font:var(--badge-font);color:var(--para-color)}#home-banner .desk-surface{text-align:center;max-width:90%;padding-top:3rem}@media (max-width:1199px){#home-banner .mockup-container-staged{width:450px;margin:auto}#home-banner .tablet-frame{right:20px}#home-banner .mobile-frame{left:0}}@media (max-width:991px){#home-banner .mockup-container-staged{transform:scale(1.2)}#home-banner .stat-card{min-width:40%;padding:50px}#home-banner .stats-container{margin:.5rem 0!important}#home-banner .HomeBannerSwiper .swiper-slide{margin-top:1rem}#home-banner .comparison-container{height:500px}#home-banner .btn-group-hero{justify-content:center;margin:1.5rem auto}#home-banner .comparison-wrapper{width:100%;margin:3rem 0}#home-banner .code-editor{overflow-x:hidden}#home-banner .home-banner-stat-box{min-width:30%}#home-banner .card-title{line-height:normal}#home-banner .visual-container{justify-items:center;padding:0}#home-banner .creative-card{text-align:center;max-width:100%;height:auto!important;min-height:0!important;padding:1.25rem 1rem!important}#home-banner .feature-pills{justify-content:center;gap:20px 0;max-width:100%;padding:3rem 0 1rem}#home-banner .card-bottom-right{bottom:20%}}@media (max-width:767px){#home-banner .comparison-container{height:300px}#home-banner .btn-group-hero{flex-wrap:wrap;justify-content:center;gap:1.5rem}#home-banner .secondary-btn{margin-inline-start:0}#home-banner .mockup-container-staged{width:360px;height:450px;margin-top:-20px;transform:scale(.8)}#home-banner .skills-banner-slider{margin-bottom:1rem!important}#home-banner .desktop-frame{height:510px;position:static;transform:translate(-8%)}#home-banner .tablet-frame{width:180px;right:0}#home-banner .mobile-frame{left:0}#home-banner .home-banner-stats-list{flex-wrap:wrap;gap:1rem}#home-banner .visual-area,#home-banner .mockup-container-staged{height:350px!important}#home-banner .visual-container{grid-template-columns:repeat(2,1fr);justify-items:center;gap:10px;padding-inline:0;margin-bottom:.5rem!important}#home-banner .card-bottom-right,#home-banner .card-top-left,#home-banner .card-top-right{width:100px;padding:10px}#home-banner .card-icon-circle{width:30px;height:30px}#home-banner .card-icon-circle img{width:20px;height:20px}#home-banner{height:auto!important;min-height:90vh!important}#home-banner .HomeBannerSwiper{height:auto;min-height:90vh!important}#home-banner .HomeBannerSwiper .swiper-wrapper{height:auto;min-height:0!important}#home-banner .HomeBannerSwiper .swiper-slide{height:auto!important;min-height:0!important}#home-banner .HomeBannerSwiper .swiper-wrapper{padding-bottom:1.4rem!important}#home-banner .swiper-pagination{bottom:10px!important}}@media (max-width:398px){#home-banner .mockup-container-staged{width:100%;transform:scale(.6)}#home-banner .desktop-frame{transform:translate(-20%)}#home-banner .tablet-frame{right:-60px}#home-banner .mobile-frame{left:-60px}}
#home-about-us .profile-content h2{color:var(--theme-color)}#home-about-us .profile-content h2,#home-about-us .profile-content p{margin-bottom:0}#home-about-us .about-us-btn-group{gap:1.5rem;max-width:fit-content;margin-top:1rem;display:flex}#home-about-us .profile-image{background:var(--gray-bg);border:3px solid var(--primary-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex}#home-about-us .profile-info{align-items:center;gap:25px;margin-bottom:1rem;display:flex}#home-about-us .about-us-content p{margin:1rem 0 2rem}#home-about-us .feature-card{background:var(--white-color);text-align:center;border:2px solid var(--border-color);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px 10px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}#home-about-us .feature-card:before{content:"";background:var(--theme-color);opacity:0;transition:opacity .4s;position:absolute;inset:0}#home-about-us .feature-card:hover{box-shadow:0 20px 40px color-mix(in srgb, var(--theme-color) 15%, transparent);border-color:var(--theme-color);transform:translateY(-3px)}#home-about-us .feature-card:hover:before{opacity:.03}#home-about-us .feature-card.card-1 .icon-wrapper{background:color-mix(in srgb, var(--theme-color) 15%, transparent)}#home-about-us .feature-card.card-2 .icon-wrapper{background:color-mix(in srgb, var(--primary-color) 15%, transparent)}#home-about-us .feature-card.card-3 .icon-wrapper{background:color-mix(in srgb, var(--theme-color) 15%, transparent)}#home-about-us .icon-wrapper{z-index:1;border:1.5px solid #00000008;border-radius:20px;justify-content:center;align-items:center;width:65px;height:65px;margin:0 auto 20px;transition:all .4s;display:flex;position:relative}#home-about-us .feature-card:hover .icon-wrapper{transform:scale(1.1)rotate(5deg)}#home-about-us .feature-card.card-1:hover .icon-wrapper{background:color-mix(in srgb, var(--theme-color) 15%, transparent)}#home-about-us .feature-card.card-2:hover .icon-wrapper{background:color-mix(in srgb, var(--primary-color) 15%, transparent)}#home-about-us .feature-card.card-3:hover .icon-wrapper{background:color-mix(in srgb, var(--theme-color) 15%, transparent)}#home-about-us .card-title{font:var(--body-font);color:var(--heading-color);letter-spacing:-.5px;z-index:1;margin-bottom:0;position:relative}#home-about-us .feature-card:first-child{animation-delay:0s}#home-about-us .feature-card:nth-child(2){animation-delay:.15s}#home-about-us .feature-card:nth-child(3){animation-delay:.3s}@media (max-width:991px){#home-about-us{padding:2rem .5rem}#home-about-us .about-us-btn-group{flex-wrap:wrap;justify-content:center;gap:1rem}}
