@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Handlee&family=Nunito:wght@400;600;700&family=Quicksand:wght@400;500;600;700&display=swap";:root{--primary: #c35a38;--primary-light: rgb(208.593625498, 121.5816733068, 93.406374502);--primary-dark: rgb(155.3784860558, 71.7131474104, 44.6215139442);--secondary: #3454d1;--secondary-light: rgb(93.578313253, 119.0240963855, 218.421686747);--secondary-dark: rgb(38.7951807229, 65.7831325301, 171.2048192771);--accent: #34d1bf;--accent-light: rgb(93.578313253, 218.421686747, 204.1084337349);--accent-dark: rgb(38.7951807229, 171.2048192771, 156.0240963855);--black: #0f0f0f;--dark-gray: #333333;--gray: #666666;--light-gray: #999999;--lighter-gray: #e1e1e1;--off-white: #f7f7f7;--white: #ffffff;--success: #4caf50;--warning: #ff9800;--error: #f44336;--info: #2196f3;--background-primary: #ffffff;--background-secondary: #f7f7f7;--background-dark: #333333;--text-primary: #333333;--text-secondary: #666666;--text-light: #999999;--text-inverse: #ffffff;--font-family-primary: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--font-family-secondary: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--font-family-mono: Fira Code, Roboto Mono, SF Mono, Consolas, monospace;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-md: 1.125rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-2xl: 1.875rem;--font-size-3xl: 2.25rem;--font-size-4xl: 3rem;--font-size-5xl: 3.75rem;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--spacing-4xl: 6rem;--border-radius-sm: .25rem;--border-radius-md: .375rem;--border-radius-lg: .5rem;--border-radius-xl: 1rem;--border-radius-full: 9999px;--border-width-thin: 1px;--border-width-medium: 2px;--border-width-thick: 4px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, .06);--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--container-max-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-family-primary);color:var(--text-primary);background-color:var(--background-primary);line-height:var(--line-height-normal);overflow-x:hidden}section{position:relative;min-height:70vh;scroll-margin-top:70px}section:nth-of-type(2n){background-color:var(--background-secondary)}section:nth-of-type(odd){background-color:var(--background-primary)}a{color:var(--primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-dark)}button{cursor:pointer;font-family:var(--font-family-primary)}img{height:auto}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--spacing-lg)}h1,h2,h3,h4,h5,h6{line-height:var(--line-height-tight);margin-bottom:var(--spacing-md);font-weight:var(--font-weight-semibold)}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}h5{font-size:var(--font-size-lg)}h6{font-size:var(--font-size-base)}@media (max-width: 768px){h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}h4{font-size:var(--font-size-lg)}h5,h6{font-size:var(--font-size-base)}}.scrollTop{position:fixed;bottom:var(--spacing-md);right:var(--spacing-md);width:40px;height:40px;border-radius:var(--border-radius-full);background:var(--primary);color:var(--text-inverse);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);cursor:pointer;z-index:1020;opacity:0;visibility:hidden;transition:all var(--transition-normal)}.scrollTop.visible{opacity:1;visibility:visible}.scrollTop:hover{background:var(--primary-dark);transform:translateY(-3px)}._projectsContainer_1fme0_1{width:100%;padding:1rem 0}._projects_1fme0_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;width:100%}._projectCard_1fme0_13{background:#fff;border-radius:10px;padding:1.75rem;box-shadow:0 4px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;position:relative;overflow:hidden}._projectCard_1fme0_13:hover{transform:translateY(-4px);box-shadow:0 12px 20px #0000001a}._projectTitle_1fme0_29{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#2d3748;line-height:1.3}._projectMeta_1fme0_37{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#718096;margin-bottom:1.25rem;border-bottom:1px solid #edf2f7;padding-bottom:.75rem}._client_1fme0_48{font-weight:600;color:#4a5568}._period_1fme0_53{font-style:italic}._projectDescription_1fme0_57{font-size:.95rem;line-height:1.6;color:#4a5568;margin-bottom:1.25rem}._clientSection_1fme0_65{margin-bottom:1.25rem;background-color:#f7fafc;border-radius:8px;padding:1rem}._clientSection_1fme0_65 h4{font-size:.9rem;font-weight:600;color:#4a5568;margin:0 0 .5rem}._clientSection_1fme0_65 p{font-size:.9rem;line-height:1.5;color:#4a5568;margin:0}._expandButton_1fme0_85{background:none;border:none;color:#3182ce;font-size:.9rem;font-weight:500;cursor:pointer;padding:.25rem 0;margin-bottom:1rem;text-align:left;display:flex;align-items:center;transition:color .2s ease}._expandButton_1fme0_85:hover{color:#2c5282;text-decoration:underline}._expandedContent_1fme0_105{margin-bottom:1.5rem;animation:_fadeIn_1fme0_1 .3s ease-in-out}._expandedContent_1fme0_105 ._section_1fme0_109{background-color:#f7fafc;border-radius:8px;padding:1.25rem}._expandedContent_1fme0_105 ._section_1fme0_109 h4{font-size:1rem;font-weight:600;color:#2d3748;margin:0 0 .75rem}._expandedContent_1fme0_105 ._section_1fme0_109 p{font-size:.9rem;line-height:1.6;color:#4a5568;margin:0;white-space:pre-line}._tags_1fme0_128{display:flex;flex-wrap:wrap;gap:.5rem}._tag_1fme0_128{background:#ebf8ff;color:#3182ce;padding:.3rem .7rem;border-radius:20px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}._tag_1fme0_128:hover{background:#bee3f8}._activeTag_1fme0_148{background:#3182ce;color:#fff}._activeTag_1fme0_148:hover{background:#2b6cb0}._techExpandButton_1fme0_157{background:none;border:none;color:#718096;font-size:.75rem;padding:.3rem .5rem;cursor:pointer;display:inline-flex;align-items:center;transition:color .2s ease}._techExpandButton_1fme0_157:hover{color:#4a5568;text-decoration:underline}._noProjects_1fme0_173{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;background:#f7fafc;border-radius:8px}._noProjects_1fme0_173 p{font-size:1.1rem;color:#4a5568;margin-bottom:1rem}._clearFilter_1fme0_189{padding:.5rem 1rem;background:#3182ce;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s ease}._clearFilter_1fme0_189:hover{background:#2b6cb0}@keyframes _fadeIn_1fme0_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._skillsContainer_1tpla_1{width:100%;padding:1rem 0}._skillsGrid_1tpla_6{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;width:100%}._categoryCard_1tpla_13{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}._categoryTitle_1tpla_20{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#333;border-bottom:2px solid #f1f1f1;padding-bottom:.5rem}._skillsList_1tpla_29{display:flex;flex-wrap:wrap;gap:.5rem}._skillBadge_1tpla_35{background:#f3f4f6;color:#4b5563;padding:.4rem .8rem;border-radius:20px;font-size:.9rem;font-weight:500;transition:all .2s ease}._skillBadge_1tpla_35:hover{background:#e5e7eb;transform:translateY(-2px)}._home_u38hz_3{min-height:100vh;display:flex;width:100%;font-family:Nunito,sans-serif;position:relative}._sidebar_u38hz_12{background:#1a2c51;background:linear-gradient(165deg,#1a2c51,#0f1a34);padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;color:#e8eaf6;position:fixed;top:0;left:0;height:100vh;width:350px;min-width:350px;z-index:10;box-shadow:5px 0 15px #0000001a;scrollbar-width:none;-ms-overflow-style:none}._sidebar_u38hz_12::-webkit-scrollbar{display:none}._sidebar_u38hz_12:before{content:"";position:absolute;width:300px;height:300px;background:#ffffff0d;border-radius:50%;top:-100px;left:-100px;z-index:0;animation:_blobAnimation_u38hz_1 15s ease-in-out infinite alternate}._sidebar_u38hz_12:after{content:"";position:absolute;width:200px;height:200px;background:#ffffff0d;border-radius:50%;bottom:-50px;right:-50px;z-index:0;animation:_blobAnimation_u38hz_1 12s ease-in-out infinite alternate-reverse}@media (max-width: 900px){._sidebar_u38hz_12{position:relative;width:100%;height:auto;min-width:100%;overflow:hidden}}._photoContainer_u38hz_69{position:relative;display:flex;justify-content:center;margin-bottom:1.5rem}._photo_u38hz_69{position:relative;margin:0 auto;display:flex;justify-content:center;align-items:center;z-index:1}._photo_u38hz_69 img{max-width:70%;object-fit:cover;border-radius:10%}._name_u38hz_90{font-size:2rem;margin:0;text-shadow:2px 2px 3px rgba(0,0,0,.2);position:relative;z-index:2;color:#ccd6f6}._title_u38hz_99{font-family:Quicksand,sans-serif;font-size:.95rem;font-weight:500;letter-spacing:1px;margin:.25rem 0 1.25rem;background:#6473c333;padding:.3rem 1rem;border-radius:20px;position:relative;z-index:2;color:#8892b0}._about_u38hz_113{text-align:center;font-size:.9rem;line-height:1.5;margin-bottom:1.5rem;position:relative;z-index:2;color:#a8b2d1;padding:0 .5rem}._about_u38hz_113 p{margin:0}._skillsContainer_u38hz_127{width:100%;position:relative;z-index:2}._skillsContainer_u38hz_127 h3{font-size:1.2rem;margin:0 0 .75rem;text-align:center;position:relative;display:inline-block;color:#ccd6f6}._skillsContainer_u38hz_127 h3:after{content:"";position:absolute;height:3px;width:70%;background:#6473c380;left:15%;bottom:-6px;border-radius:3px}._skills_u38hz_127{display:flex;flex-direction:column;gap:.5rem}._skill_u38hz_127{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._skillName_u38hz_164{font-size:.85rem;font-weight:600;color:#a8b2d1;cursor:pointer;transition:color .3s ease}._skillName_u38hz_164:hover{color:#64b5f6}._skillName_u38hz_164._activeFilter_u38hz_174{color:#64b5f6;font-weight:700}._dots_u38hz_179{display:flex;gap:3px}._dot_u38hz_179{width:7px;height:7px;border-radius:50%;background:#6473c34d}._dot_u38hz_179._active_u38hz_174{background:#64b5f6;box-shadow:0 0 6px #64b5f680}._mainContent_u38hz_196{padding:2.5rem 3rem;display:flex;flex-direction:column;background-color:#f7f9fc;background-image:radial-gradient(circle at 90% 10%,rgba(63,81,181,.05) 0%,transparent 300px),radial-gradient(circle at 10% 90%,rgba(121,134,203,.05) 0%,transparent 300px);color:#2c3e50;min-height:100vh;position:relative;margin-left:350px;width:calc(100% - 350px);flex:1}._mainContent_u38hz_196 h2{font-size:1.8rem;color:#3f51b5;margin:0 0 1.5rem;position:relative;display:inline-block}._mainContent_u38hz_196 h2:after{content:"";position:absolute;height:3px;width:40px;background:#7986cb;left:0;bottom:-8px;border-radius:3px}._contactIcons_u38hz_227{display:flex;gap:1rem;margin-left:auto;margin-bottom:1.5rem}._contactIcon_u38hz_227{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#3f51b51a;transition:all .3s ease;color:#3f51b5;text-decoration:none}._contactIcon_u38hz_227 svg{fill:#3f51b5;transition:all .3s ease}._contactIcon_u38hz_227:hover{transform:translateY(-3px);box-shadow:0 6px 12px #3f51b533;background:#e8eaf6}._contactIcon_u38hz_227:hover svg{fill:#303f9f}._tabsDesktop_u38hz_259{display:flex;gap:1rem;margin-bottom:2rem;position:relative}._tabsDesktop_u38hz_259:after{content:"";position:absolute;height:2px;width:100%;background:#3f51b51a;bottom:-5px;left:0;border-radius:1px}@media (max-width: 768px){._tabsDesktop_u38hz_259{display:none}}._tabsScrollable_u38hz_281{display:none;width:100%;margin-bottom:1.5rem;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding:.5rem 1rem;position:relative;box-shadow:inset 10px 0 10px -10px #00000040,inset -10px 0 10px -10px #00000040}._tabsScrollable_u38hz_281::-webkit-scrollbar{display:none}@media (max-width: 768px){._tabsScrollable_u38hz_281{display:flex;gap:.8rem;padding-left:.5rem;padding-right:.5rem}}._scrollableTab_u38hz_307{display:inline-flex;align-items:center;justify-content:center;width:38%;max-width:140px;min-width:120px;padding:.8rem .6rem;background:#fff;color:#3f51b5;font-family:Quicksand,sans-serif;font-size:.9rem;font-weight:600;border:1px solid rgba(63,81,181,.15);border-radius:24px;white-space:nowrap;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000000f;position:relative;flex-shrink:0;text-align:center;overflow:hidden;text-overflow:ellipsis}._scrollableTab_u38hz_307:first-child{margin-left:0}._scrollableTab_u38hz_307:last-child{margin-right:0}._scrollableTab_u38hz_307:hover{background:#f5f7ff;transform:translateY(-1px);box-shadow:0 3px 6px #0000001a}._scrollableTab_u38hz_307._active_u38hz_174{background:#3f51b5;color:#fff;border-color:#3f51b5;box-shadow:0 3px 8px #3f51b54d}._tab_u38hz_259{padding:.6rem 1.2rem;background:none;border:none;cursor:pointer;font-family:Quicksand,sans-serif;font-size:1rem;font-weight:600;color:#3f51b5;border-radius:8px;transition:all .3s ease;position:relative}._tab_u38hz_259:after{content:"";position:absolute;height:3px;width:0;background:#3f51b5;bottom:-5px;left:0;border-radius:1px;transition:width .3s ease;z-index:1}._tab_u38hz_259:hover{color:#303f9f}._tab_u38hz_259:hover:after{width:100%}._tab_u38hz_259._active_u38hz_174{color:#303f9f}._tab_u38hz_259._active_u38hz_174:after{width:100%}._tabContent_u38hz_388{flex:1;overflow-y:auto;padding:.5rem;animation:_fadeIn_u38hz_1 .5s ease;max-width:900px}@keyframes _fadeIn_u38hz_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._timelineItem_u38hz_407{padding-left:2rem;position:relative;margin-bottom:2rem;animation:_slideIn_u38hz_1 .5s ease forwards;opacity:0}._timelineItem_u38hz_407:nth-child(2){animation-delay:.1s}._timelineItem_u38hz_407:nth-child(3){animation-delay:.2s}._timelineItem_u38hz_407:nth-child(4){animation-delay:.3s}._timelineItem_u38hz_407:nth-child(5){animation-delay:.4s}._timelineItem_u38hz_407:nth-child(6){animation-delay:.5s}._timelineItem_u38hz_407:nth-child(7){animation-delay:.6s}._timelineItem_u38hz_407:nth-child(8){animation-delay:.7s}._timelineItem_u38hz_407:nth-child(9){animation-delay:.8s}._timelineItem_u38hz_407:nth-child(10){animation-delay:.9s}._timelineItem_u38hz_407:nth-child(11){animation-delay:1s}._timelineItem_u38hz_407:last-child{margin-bottom:0}._timelineItem_u38hz_407:before{content:"";position:absolute;left:7px;top:8px;bottom:-30px;width:2px;background:#c5cae9;opacity:.7}._timelineItem_u38hz_407:last-child:before{display:none}@keyframes _slideIn_u38hz_1{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}._timelineDot_u38hz_471{position:absolute;left:0;top:8px;width:16px;height:16px;border-radius:50%;background:#5c6bc0;box-shadow:0 0 0 4px #5c6bc033}._timelineContent_u38hz_482 h3{font-size:1.2rem;font-weight:700;color:#3949ab;margin:0 0 .2rem;font-family:Quicksand,sans-serif}._timelineContent_u38hz_482 h4{font-size:1rem;font-weight:500;color:#5c6bc0;margin:0 0 .2rem}._timelineContent_u38hz_482 ._period_u38hz_495{font-size:.8rem;color:#7986cb;margin-bottom:.5rem;font-style:italic}._timelineContent_u38hz_482 p{margin:.5rem 0 1rem;color:#616161;line-height:1.5}._timelineContent_u38hz_482 ._rolesList_u38hz_506{margin:1rem 0;padding:.5rem 0;border-top:1px solid #e0e0e0}._timelineContent_u38hz_482 ._rolesList_u38hz_506 h5{font-size:1rem;color:#3f51b5;margin:0 0 .75rem;font-weight:600}._timelineContent_u38hz_482 ._rolesList_u38hz_506 ._role_u38hz_506{margin-bottom:1rem;padding-left:.5rem;border-left:2px solid rgba(63,81,181,.2)}._timelineContent_u38hz_482 ._rolesList_u38hz_506 ._role_u38hz_506 h6{font-size:.95rem;font-weight:600;color:#455a64;margin:0 0 .25rem}._timelineContent_u38hz_482 ._rolesList_u38hz_506 ._role_u38hz_506 p{font-size:.9rem;margin:0;color:#546e7a}._timelineContent_u38hz_482 ._rolesList_u38hz_506 ._role_u38hz_506:last-child{margin-bottom:0}._timelineContent_u38hz_482 ._projectsList_u38hz_536{margin:1rem 0;padding:.5rem 0;border-top:1px solid #e0e0e0}._timelineContent_u38hz_482 ._projectsList_u38hz_536 h5{font-size:1rem;color:#3f51b5;margin:0 0 .75rem;font-weight:600}._timelineContent_u38hz_482 ._projectsList_u38hz_536 ul{margin:0;padding-left:1.25rem}._timelineContent_u38hz_482 ._projectsList_u38hz_536 ul li{margin-bottom:.5rem;font-size:.9rem;color:#546e7a}._timelineContent_u38hz_482 ._projectsList_u38hz_536 ul li:last-child{margin-bottom:0}._timelineContent_u38hz_482 ._projectsList_u38hz_536 ._projectLink_u38hz_559{background:none;border:none;padding:0;color:#3f51b5;cursor:pointer;font-size:inherit;font-weight:inherit;font-family:inherit;text-decoration:none;position:relative;transition:color .2s ease}._timelineContent_u38hz_482 ._projectsList_u38hz_536 ._projectLink_u38hz_559:hover{color:#303f9f;text-decoration:underline}._timelineContent_u38hz_482 ._projectsList_u38hz_536 ._projectLink_u38hz_559:focus{outline:none;text-decoration:underline}._projectsContent_u38hz_582 h2 span{font-size:1rem;color:#7986cb;margin-left:10px;font-family:Nunito,sans-serif;font-weight:400}._projectsContent_u38hz_582 h2 span:before{content:"("}._projectsContent_u38hz_582 h2 span:after{content:")"}._techFilters_u38hz_596{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}._allTechFilters_u38hz_603{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;background:#3f51b50d;border-radius:8px;padding:1rem}._techFilterBtn_u38hz_613{background:#3f51b51a;border:none;border-radius:15px;padding:.4rem .8rem;font-size:.8rem;color:#3f51b5;cursor:pointer;transition:all .3s ease}._techFilterBtn_u38hz_613:hover{background:#3f51b533}._techFilterBtn_u38hz_613._active_u38hz_174{background:#3f51b5;color:#fff}._techFilterBtn_u38hz_613._smallBtn_u38hz_630{font-size:.75rem;padding:.3rem .6rem;background:#3f51b514}._clearFilterBtn_u38hz_636{background:#f443361a;border:none;border-radius:15px;padding:.4rem .8rem;font-size:.8rem;color:#f44336;cursor:pointer;transition:all .3s ease}._clearFilterBtn_u38hz_636:hover{background:#f4433633}._showMoreBtn_u38hz_650{background:#3f51b50d;border:1px dashed rgba(63,81,181,.3);border-radius:15px;padding:.4rem .8rem;font-size:.8rem;color:#3f51b5;cursor:pointer;margin-left:auto;transition:all .3s ease}._showMoreBtn_u38hz_650:hover{background:#3f51b51a}._projectGrid_u38hz_665{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}._project_u38hz_536{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%;border:1px solid rgba(0,0,0,.05);position:relative}._project_u38hz_536:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}._project_u38hz_536 ._projectHeader_u38hz_688{background:linear-gradient(135deg,#3f51b5,#7986cb);padding:1.3rem 1.5rem 1rem;position:relative}._project_u38hz_536 ._projectHeader_u38hz_688:before{content:"";position:absolute;top:0;right:0;width:40px;height:40px;background:#3f51b5;border-radius:0 0 0 30px;opacity:.3;z-index:1}._project_u38hz_536 ._projectHeader_u38hz_688:after{content:"";position:absolute;bottom:0;left:0;right:0;height:6px;background:#fff3;clip-path:polygon(0 0,100% 0,95% 100%,5% 100%)}._project_u38hz_536 ._projectHeader_u38hz_688 h3{margin:0 0 .5rem;color:#fff;font-size:1.2rem;font-weight:600;position:relative;z-index:2}._project_u38hz_536 ._projectHeader_u38hz_688 ._projectClient_u38hz_723{color:#ffffffe6;font-size:.9rem;margin:0;font-weight:500;position:relative;z-index:2}._project_u38hz_536 ._projectHeader_u38hz_688 ._projectPeriod_u38hz_731{color:#ffffffb3;font-size:.8rem;margin:.2rem 0 0;font-style:italic;position:relative;z-index:2}._project_u38hz_536 ._projectBody_u38hz_739{padding:1.5rem 1.5rem 1rem;flex-grow:1;position:relative}._project_u38hz_536 ._projectBody_u38hz_739:after{content:"";position:absolute;bottom:0;left:10%;width:80%;height:1px;background:linear-gradient(to right,#0000,#0000000d 50%,#0000)}._project_u38hz_536 ._projectBody_u38hz_739 p{margin:0;color:#455a64;font-size:.9rem;line-height:1.6}._project_u38hz_536 ._projectFooter_u38hz_759{padding:.8rem 1.5rem 1.2rem}._project_u38hz_536:nth-child(7n+1) ._projectHeader_u38hz_688{background:linear-gradient(135deg,#3f51b5,#7986cb)}._project_u38hz_536:nth-child(7n+1) ._projectHeader_u38hz_688:before{background-color:#3f51b5}._project_u38hz_536:nth-child(7n+1) ._tags_u38hz_769 span:hover{background:#3f51b533}._project_u38hz_536:nth-child(7n+1) ._tags_u38hz_769 span._activeTag_u38hz_772{background:#3f51b5}._project_u38hz_536:nth-child(7n+2) ._projectHeader_u38hz_688{background:linear-gradient(135deg,#673ab7,#9575cd)}._project_u38hz_536:nth-child(7n+2) ._projectHeader_u38hz_688:before{background-color:#673ab7}._project_u38hz_536:nth-child(7n+2) ._tags_u38hz_769 span:hover{background:#673ab733}._project_u38hz_536:nth-child(7n+2) ._tags_u38hz_769 span._activeTag_u38hz_772{background:#673ab7}._project_u38hz_536:nth-child(7n+3) ._projectHeader_u38hz_688{background:linear-gradient(135deg,#3949ab,#5c6bc0)}._project_u38hz_536:nth-child(7n+3) ._projectHeader_u38hz_688:before{background-color:#3949ab}._project_u38hz_536:nth-child(7n+3) ._tags_u38hz_769 span:hover{background:#3949ab33}._project_u38hz_536:nth-child(7n+3) ._tags_u38hz_769 span._activeTag_u38hz_772{background:#3949ab}._project_u38hz_536:nth-child(7n+4) ._projectHeader_u38hz_688{background:linear-gradient(135deg,#009688,#4db6ac)}._project_u38hz_536:nth-child(7n+4) ._projectHeader_u38hz_688:before{background-color:#009688}._project_u38hz_536:nth-child(7n+4) ._tags_u38hz_769 span:hover{background:#00968833}._project_u38hz_536:nth-child(7n+4) ._tags_u38hz_769 span._activeTag_u38hz_772{background:#009688}._project_u38hz_536:nth-child(7n+5) ._projectHeader_u38hz_688{background:linear-gradient(135deg,#4caf50,#81c784)}._project_u38hz_536:nth-child(7n+5) ._projectHeader_u38hz_688:before{background-color:#4caf50}._project_u38hz_536:nth-child(7n+5) ._tags_u38hz_769 span:hover{background:#4caf5033}._project_u38hz_536:nth-child(7n+5) ._tags_u38hz_769 span._activeTag_u38hz_772{background:#4caf50}._project_u38hz_536:nth-child(7n+6) ._projectHeader_u38hz_688{background:linear-gradient(135deg,#ff9800,#ffb74d)}._project_u38hz_536:nth-child(7n+6) ._projectHeader_u38hz_688:before{background-color:#ff9800}._project_u38hz_536:nth-child(7n+6) ._tags_u38hz_769 span:hover{background:#ff980033}._project_u38hz_536:nth-child(7n+6) ._tags_u38hz_769 span._activeTag_u38hz_772{background:#ff9800}._project_u38hz_536:nth-child(7n+7) ._projectHeader_u38hz_688{background:linear-gradient(135deg,#f44336,#e57373)}._project_u38hz_536:nth-child(7n+7) ._projectHeader_u38hz_688:before{background-color:#f44336}._project_u38hz_536:nth-child(7n+7) ._tags_u38hz_769 span:hover{background:#f4433633}._project_u38hz_536:nth-child(7n+7) ._tags_u38hz_769 span._activeTag_u38hz_772{background:#f44336}._tags_u38hz_769{display:flex;flex-wrap:wrap;gap:.5rem}._tags_u38hz_769 span{background:#3f51b51a;border-radius:12px;padding:.25rem .6rem;font-size:.75rem;color:#3f51b5;cursor:pointer;transition:all .3s ease}._tags_u38hz_769 span:hover{background:#3f51b533}._tags_u38hz_769 span._activeTag_u38hz_772{background:#3f51b5;color:#fff}._tags_u38hz_769 ._moreTags_u38hz_875{background:#3f51b50d;color:#7986cb;border:1px dashed rgba(63,81,181,.3);cursor:default}._tags_u38hz_769 ._moreTags_u38hz_875:hover{background:#3f51b50d}._noResults_u38hz_885{grid-column:1/-1;text-align:center;padding:2.5rem;background:#fff;border-radius:12px;color:#607d8b;font-style:italic;box-shadow:0 4px 15px #0000000d}._projectsList_u38hz_536{margin-top:1rem}._projectsList_u38hz_536 h5{color:#3f51b5;margin:.5rem 0;font-size:.9rem}._projectsList_u38hz_536 ul{list-style:none;padding-left:.5rem;margin:.5rem 0}._projectsList_u38hz_536 ul li{position:relative;padding-left:1rem;margin-bottom:.5rem;font-size:.85rem;color:#607d8b}._projectsList_u38hz_536 ul li:before{content:"•";position:absolute;left:0;color:#7986cb}._projectsList_u38hz_536 ul li strong{color:#455a64}@media (max-width: 900px){._home_u38hz_3{flex-direction:column}._sidebar_u38hz_12{position:relative;width:100%;height:auto;min-width:100%;overflow:hidden}._mainContent_u38hz_196{margin-left:0;width:100%}}@media (max-width: 768px){._projectGrid_u38hz_665{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}._mainContent_u38hz_196{padding:1.5rem}._tab_u38hz_259{font-size:.9rem;padding:.5rem .8rem}}@media (max-width: 600px){._projectGrid_u38hz_665{grid-template-columns:1fr}._mainContent_u38hz_196{padding:1.5rem 1rem}._techFilters_u38hz_596{justify-content:center}._showMoreBtn_u38hz_650{margin:.5rem auto 0}._contactIcons_u38hz_227{margin-bottom:1rem}}@keyframes _blobAnimation_u38hz_1{0%{border-radius:50%;transform:scale(1) translate(0)}33%{border-radius:45% 55% 52% 48%/45% 48% 52% 55%;transform:scale(1.05) translate(2%,2%)}66%{border-radius:52% 48% 45% 55%/48% 55% 45% 52%;transform:scale(.98) translate(-2%,-1%)}to{border-radius:48% 52% 55% 45%/52% 45% 48% 55%;transform:scale(1.02) translate(1%,-2%)}}.app-container{min-height:100vh;width:100%;position:relative;overflow-x:hidden}body{margin:0;padding:0;overflow-x:hidden}*{box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c5cae9;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#7986cb}
