*{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}:root{--bg-color: #abd1f7;--text-color: #333c4d;--accent-color: #0066cc;--link-hover-color: #005bb5}body.dark{--bg-color: #151515;--text-color: white;--accent-color: #0dcaf0;--link-hover-color: #005bb5}body{background-color:var(--bg-color);color:var(--text-color)}:root{--btn-shine-text-color: #007bff;--btn-shine-glow: rgba(0, 123, 255, .2)}body.dark{--btn-shine-text-color: #4e90ff;--btn-shine-glow: rgba(78, 144, 255, .2)}.shine-button{position:relative;overflow:hidden;padding:.75rem 2rem;font-size:1rem;color:var(--btn-shine-text-color);border:none;border-radius:8px;cursor:pointer;z-index:0;transition:color .3s,border-color .3s;background:transparent}.shine-button:before{content:"";position:absolute;top:0;left:-100%;width:30%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0) 0%,var(--btn-shine-glow) 50%,rgba(255,255,255,0) 100%);transform:skew(-20deg);animation:shine 2s linear infinite;pointer-events:none;z-index:1;will-change:left}@keyframes shine{0%{left:-100%}to{left:130%}}:root{--about-heading-color: #333c4d;--about-paragraph-color: #4a4a4a;--about-image-bg: transparent}body.dark{--about-heading-color: white;--about-paragraph-color: #ccc;--about-image-bg: transparent}.about-section{display:flex;justify-content:space-around;align-items:center;padding:4rem 2rem 2rem;min-height:50vh}.about-content{max-width:40%}.about-content h1{font-size:3rem;padding:1rem 0;color:var(--about-heading-color)}.about-content p{font-size:1.2rem;line-height:1.5;color:var(--about-paragraph-color)}.about-image{max-width:30%;transition:transform .3s ease}.about-image img{width:100%;border-radius:50%;background-size:contain;background-color:var(--about-image-bg)}@media (max-width: 930px){.about-section{flex-direction:column;text-align:center}.about-content{max-width:100%}.about-image{max-width:70%;margin-top:2rem}}:root{--theme-ribbon-top-bg-color: #f20063;--theme-ribbon-bottom-bg-color: #e40050;--theme-footer-text-color: #151515;--theme-footer-icon-color: #151515;--theme-footer-icon-border-color: #151515;--theme-pulse-color: #e40050;--theme-footer-border-color: #151515}body.dark{--theme-footer-text-color: White;--theme-footer-icon-color: White;--theme-footer-icon-border-color: White;--theme-pulse-color: #f20063;--theme-footer-border-color: white}.footer{padding:2rem 10% 1rem;text-align:center}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-ribbon{display:flex;flex-direction:column;align-items:flex-start;min-width:220px}.ribbon-top,.ribbon-bottom{color:#fff;background-color:var( --theme-ribbon-top-bg-color );font-weight:700;display:inline-block;padding:.5rem 1rem;transform:rotate(-5deg);box-shadow:0 4px 6px #0000004d;font-size:1.2rem}.ribbon-bottom{background-color:var( --theme-ribbon-bottom-bg-color );margin-left:2rem}.footer-icons{padding-top:2rem}.footer-find-text{font-size:1.2rem;color:var(--theme-footer-text-color);margin-bottom:1rem;text-align:left;text-decoration:underline;font-weight:700}.icon-links{display:flex;justify-content:center;gap:1rem;align-items:center}.footer-icon{font-size:4vmin;color:var(--theme-footer-icon-color);padding:.7rem;border:2px solid var(--theme-footer-icon-border-color);border-radius:50%;transition:all .3s ease-in-out;background:transparent}.footer-border{margin:2rem auto;border-top:2px solid var(--theme-footer-border-color)}.footer-text{font-size:1rem;padding-top:3vmin;color:var(--theme-footer-text-color)}@media (max-width: 1000px){.footer-content{flex-direction:column}.ribbon-top,.ribbon-bottom{font-size:1rem}}@keyframes sequentialPulse{0%,to{border-color:var( --theme-footer-icon-border-color );color:var(--theme-footer-icon-color);box-shadow:none}20%{border-color:var(--theme-pulse-color);color:var(--theme-pulse-color);box-shadow:0 0 10px var(--theme-pulse-color) 66}33.33%,66.66%{border-color:var( --theme-footer-icon-border-color );color:var(--theme-footer-icon-color);box-shadow:none}}.footer-icon{animation:sequentialPulse 4s infinite}.footer-icon.fa-linkedin{animation-delay:0s}.footer-icon.fa-github{animation-delay:1s}.footer-icon.fa-envelope{animation-delay:2s}.footer-icon.fa-user{animation-delay:3s}:root{--education-heading-color: #333c4d;--education-bg-color: #bcdffb;--education-border-color: #00ffff;--education-hover-shadow: rgba(0, 255, 255, .5);--education-text-color: #333}body.dark{--education-heading-color: white;--education-bg-color: #333;--education-border-color: #00ffff;--education-hover-shadow: rgba(0, 255, 255, .5);--education-text-color: white}.education-section{padding:60px 10% 2rem}.education-section h2{text-align:center;margin-bottom:2rem;font-size:3rem;color:var(--education-heading-color)}.education-item{margin-bottom:2rem;padding:1rem;border-radius:1rem;border-left:5px solid var(--education-border-color);background-color:var(--education-bg-color);transition:transform .3s ease}.education-item:hover{transform:translateY(-10px);box-shadow:0 4px 10px var(--education-hover-shadow)}.education-item:hover{transform:scale(1.05)}.education-row{display:flex;justify-content:space-between;margin-bottom:.5rem;color:var(--education-text-color)}.institute{font-weight:700;font-size:1.2rem}.location{font-style:italic}.degree{font-size:1.2rem}@media (max-width: 768px){.education-section{padding:1rem}.education-section h2{font-size:2rem}.education-row{flex-direction:column;align-items:flex-start}.institute,.location,.degree,.year{font-size:1rem}.location,.year{margin-top:.2rem}}:root{--availability-bg: #0a0a0a;--availability-border: #1f1f1f;--availability-glow: rgba(0, 255, 174, .2);--ping-color: #00ffae;--ping-pulse: rgba(0, 255, 174, .4);--hero-caret-color: #ffffff;--hero-title-gradient-primary: linear-gradient( 90deg, #fc466b, #3f5efb, #30cfd0, #330867, #ffcc70 );--hero-title-gradient-secondary: linear-gradient( 90deg, #f12711, #f5af19, #00b09b, #96c93d, #2980b9, #8e44ad );--hero-button-border-color: #151515;--hero-button-text: #151515;--hero-button-fill: #ffff00;--hero-button-fill-text: #151515}body.dark{--availability-bg: #1a1a1a;--availability-border: #333;--availability-glow: rgba(0, 255, 174, .4);--ping-color: #00ffae;--ping-pulse: rgba(0, 255, 174, .4);--hero-caret-color: #ffffff;--hero-title-gradient-primary: linear-gradient( 90deg, #fc466b, #3f5efb, #30cfd0, #330867, #ffcc70 );--hero-title-gradient-secondary: linear-gradient( 90deg, #f12711, #f5af19, #00b09b, #96c93d, #2980b9, #8e44ad );--hero-button-border-color: #ffff00;--hero-button-text: white;--hero-button-fill: #ffff00;--hero-button-fill-text: #151515}.availability-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff;background-color:var(--availability-bg);padding:.5rem 1rem;border-radius:999px;font-weight:500;border:1px solid var(--availability-border);box-shadow:0 0 10px var(--availability-glow);margin:1rem auto;width:fit-content;text-align:center}.ping-dot{width:10px;height:10px;background-color:var(--ping-color);border-radius:999px;position:relative}.ping-dot:before{content:"";position:absolute;top:-6px;left:-6px;width:22px;height:22px;border-radius:999px;background:var(--ping-pulse);animation:ping 1.5s infinite ease-in-out}@keyframes ping{0%{transform:scale(.6);opacity:1}80%{transform:scale(1.8);opacity:0}to{transform:scale(2);opacity:0}}.hero-section{display:flex;justify-content:space-around;align-items:center;padding:2rem;min-height:60vh}.hero-content h1 span{border-right:2px solid var(--hero-caret-color);padding-right:2px;display:inline-block;animation:blink-caret .75s step-end infinite}@keyframes blink-caret{50%{border-color:transparent}}.hero-content h1:first-of-type{font-size:40px;font-weight:700;background:var(--hero-title-gradient-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-content h1{background:var(--hero-title-gradient-secondary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:40px;margin-bottom:1rem}.hero-content{max-width:40%}.hero-content p{font-size:1.2rem;margin-bottom:1rem}.hero-buttons{display:flex;align-items:center;gap:1rem}.join-button,.contact-link{text-decoration:none;text-align:center;font-size:1rem;cursor:pointer;min-width:15vmin;padding:.75rem 2rem;border-radius:.3rem;border:1px solid var(--hero-button-border-color);transition:all .3s ease-in-out;display:inline-block}.contact-link{background-color:transparent;color:var(--hero-button-text)}.join-button{background-color:var(--hero-button-fill);color:var(--hero-button-fill-text)}.join-button:hover,.contact-link:hover{transform:scale(1.05)}.hero-image{max-width:25%;transition:transform .3s ease}.hero-image:hover{transform:scale(1.05)}.hero-image img{width:100%;border-radius:10px}@media (max-width: 950px){.hero-section{flex-direction:column;text-align:center}.hero-content,.hero-image{max-width:100%}.hero-buttons{flex-direction:column}.hero-image{margin-top:2rem}}.iconssphear-section{margin:20px 10px;font-family:monospace;opacity:0;transform:translateY(30px);transition:opacity .9s ease-out,transform .2s ease-out}.iconssphear-section h3{font-size:35px;font-weight:250}.iconssphear-tag-cloud{height:375px;width:375px;margin:0 auto}.fade-in{opacity:8!important;transform:translateY(0)!important}@media screen and (max-width: 804px){.iconssphear-tag-cloud{width:100%;max-width:375px}}:root{--bg-color: #f0f4f8;--text-color: #333c4d;--accent-color: #0066cc;--link-hover-color: #005bb5;--navbar-bg-color: #f0f4f8;--navbar-text-color: #333c4d;--navbar-accent-color: #0066cc;--navbar-active-color: #0066cc;--navbar-hover-shadow: rgba(0, 102, 204, .5);--theme-icon-hover-bg: #e0e0e0}body.dark{--bg-color: #151515;--text-color: white;--accent-color: #0dcaf0;--link-hover-color: #0bbbe0;--navbar-bg-color: #151515;--navbar-text-color: white;--navbar-accent-color: #0dcaf0;--navbar-active-color: #0dcaf0;--navbar-hover-shadow: rgba(13, 202, 240, .8);--theme-icon-hover-bg: white}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.5rem 8rem;position:sticky;top:0;z-index:1000;background-color:var(--navbar-bg-color)}.logo-img{height:50px;width:50px;border-radius:50%;object-fit:cover;cursor:pointer;box-shadow:0 2px 10px var(--navbar-hover-shadow)}.navbar-left{flex-shrink:0}.navbar-center{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;flex-grow:1}.navbar-center a{color:var(--navbar-text-color);text-decoration:none;padding:.3rem;transition:background-color .3s,color .3s}.navbar-center a.nav-link-animated{position:relative;font-weight:500;font-size:1.1rem}.navbar-center a.nav-link-animated{position:relative;font-weight:500}.navbar-center a.nav-link-animated:after{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background-color:var(--navbar-accent-color);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.navbar-center a.nav-link-animated:hover:after{transform:scaleX(1)}.navbar-center a.active-link{color:var(--navbar-active-color);font-weight:700;text-shadow:0 0 8px var(--navbar-hover-shadow)}.navbar-center a.active-link:after{transform:scaleX(1)}.navbar-right{display:flex;align-items:center;justify-content:center;gap:1rem}.theme-toggle{cursor:pointer}.theme-icon{font-size:1.8rem;color:var(--navbar-text-color);transition:color .3s;padding:5px}.theme-icon:hover{color:#000;background-color:var(--theme-icon-hover-bg);border-radius:50%}.navbar-menu-icon{display:none;font-size:2rem;cursor:pointer;color:var(--navbar-text-color)}.navbar-right-icons{display:flex;align-items:center;justify-content:center;gap:1rem}@media (max-width: 1300px){.navbar{padding:.5rem 3rem}}@media (max-width: 1100px){.navbar{padding:.5rem 3rem}.navbar-center{position:absolute;top:60px;left:0;background-color:var(--navbar-bg-color);width:100%;flex-direction:column;align-items:center;padding:1rem 0;display:none}.navbar-center.active{display:flex}.navbar-menu-icon{display:block}}.projects-section{padding:60px 2rem 2rem}.projects-section h2{text-align:center;margin-bottom:2rem;font-size:2.5rem}.projects-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5rem}:root{--proj-card-bg: #f9f9f9;--proj-shadow: rgba(0, 0, 0, .5);--proj-title-color: #111;--proj-desc-color: #444;--proj-link-color: #2563eb;--proj-link-hover: #1e40af;--tag-bg: #e5e7eb;--tag-text: #333;--tag-border: #ccc;--tag-hover-bg: #d1d5db;--tag-hover-text: #000;--btn-bg: #ff0050;--btn-text: #fff;--btn-hover-bg: #e60045;--img-strip-bg: #caccd1;--img-strip-hover: #4e90ff}body.dark{--proj-card-bg: #1e1e1e;--proj-shadow: rgba(0, 0, 0, .5);--proj-title-color: #fff;--proj-desc-color: #ccc;--proj-link-color: #4e90ff;--proj-link-hover: #006cbd;--tag-bg: #2d2d2d;--tag-text: #c0c0c0;--tag-border: #444;--tag-hover-bg: #444;--tag-hover-text: #fff;--btn-bg: #ff0050;--btn-text: #fff;--btn-hover-bg: #e60045;--img-strip-bg: #caccd1;--img-strip-hover: #4e90ff}.project-card{display:flex;background-color:var(--proj-card-bg);border-radius:16px;overflow:hidden;margin:2rem auto;width:86%;box-shadow:0 8px 20px var(--proj-shadow)}.project-card.reverse .project-content{flex-direction:row-reverse}.project-content{display:flex;justify-content:space-between;align-items:center;width:100%;padding:2rem}.project-card:hover .image-wrapper{background-color:var(--img-strip-hover)}.project-details{flex:1;margin:0px 1rem}.project-subtitle{font-size:1rem;margin-bottom:.5rem}.project-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:var(--proj-title-color)}.project-details p{font-size:1.2rem;margin-bottom:1rem;color:var(--proj-desc-color)}.tech-tags{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:1rem 0 1.5rem;padding:0 .5rem}.tech-tag{background-color:var(--tag-bg);color:var(--tag-text);padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid var(--tag-border);transition:background-color .3s ease,color .3s ease;white-space:nowrap}.tech-tag:hover{background-color:var(--tag-hover-bg);color:var(--tag-hover-text)}.btn{position:relative;display:inline-block;background:var(--btn-bg);color:var(--btn-text);padding:12px 30px;border-radius:50px;font-size:1rem;font-weight:700;text-decoration:none;transition:background-color .3s ease,transform .2s ease;z-index:1;overflow:hidden;margin:1rem}.btn:hover{background:var(--btn-hover-bg);transform:translateY(-2px)}.project-image{display:flex;align-items:center;justify-content:center}.image-wrapper{background:var(--img-strip-bg);padding:60px 20px;transition:background-color .3s ease}.image-wrapper img{display:block;max-width:550px;width:100%;transition:transform .4s ease}.image-wrapper:hover img{transform:scale(1.05)}.desktop-image{display:block}.mobile-image{display:none}@media (max-width: 768px){.project-content{flex-direction:column;padding:1.5rem;text-align:justify}.desktop-image{display:none}.mobile-image{display:block;margin:1rem 0}.project-title{font-size:2rem;text-align:center}.project-details p{font-size:1rem;line-height:1.5}.btn{display:block;margin:.5rem 0;text-align:center}.project-card{width:100%}}:root{--skills-heading-color: #333c4d;--skills-title-color: #333c4d;--skills-card-bg: #f0f4f8;--skills-shadow: rgba(0, 0, 0, .6);--skills-hover-shadow: rgba(0, 0, 0, .9);--skills-hover-bg: #e6e6e6;--skills-box-bg: #ffffff;--skills-box-shadow: rgba(0, 0, 0, .05);--skills-box-hover: rgba(0, 0, 0, .1);--skills-text-color: #1f2937;--skills-dot-bg: #7b2ff7;--skills-dot-border: #f107a3;--skills-dot-glow: rgba(123, 47, 247, .8);--skills-line-gradient: linear-gradient(to right, #7b2ff7, #f107a3);--skills-line-glow: rgba(123, 47, 247, .8);--skills-title: #1f2937;--skills-org: #4b5563;--skills-duration: #ca8a04;--skills-details: #374151;--skills-toggle: #2563eb}body.dark{--skills-heading-color: #e0e7ff;--skills-subtitle-color: #cbd5e1;--skills-box-bg: #1f1f1f;--skills-box-shadow: rgba(255, 255, 255, .1);--skills-box-hover: rgba(0, 255, 255, .5);--skills-text-color: #e2e8f0}.skills-section{padding:60px 20px 0;text-align:center;color:var(--skills-text-color)}.skills-section h2{font-size:2.5rem;font-weight:700;border-bottom:4px solid #9ca3af;display:inline-block;padding-bottom:.5rem;margin-bottom:.5rem;color:var(--skills-heading-color)}.skills-subtitle{font-size:1.1rem;margin:1rem auto 2.5rem;max-width:600px;padding:0 1rem;color:var(--skills-subtitle-color)}.skills-grid{display:grid;gap:2rem;padding:0 1rem;max-width:1200px;margin:0 auto;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.skill-box{background-color:var(--skills-box-bg);border-radius:.75rem;padding:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 0 10px var(--skills-box-shadow);color:var(--skills-text-color)}.skill-box:hover{transform:scale(1.05);box-shadow:0 0 15px var(--skills-box-hover)}.skill-img{width:60px;height:60px;object-fit:contain;margin-bottom:.75rem}.skill-box p{font-size:.95rem;font-weight:500}@media (max-width: 480px){.skills-section h2{font-size:2rem}.skill-img{width:50px;height:50px}.skill-box p{font-size:.85rem}}.scroll-to-top-btn{position:fixed;bottom:20px;left:20px;width:40px;height:40px;padding:10px;background-color:transparent;border:2px solid #0056b3;color:#0056b3;border-radius:50%;cursor:pointer;font-size:20px;z-index:1000;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease-in-out,border-radius .3s ease-in-out,transform .3s ease-in-out}.scroll-to-top-btn:hover{background-color:#0056b3;color:#fff;transform:scale(1.1)}:root{--exp-heading-color: #333c4d;--exp-title-color: #333c4d;--exp-card-bg: #f0f4f8;--exp-shadow: rgba(0, 0, 0, .6);--exp-hover-shadow: rgba(0, 0, 0, .9);--exp-hover-bg: #e6e6e6;--exp-dot-bg: #7b2ff7;--exp-dot-border: #f107a3;--exp-dot-glow: rgba(123, 47, 247, .8);--exp-line-gradient: linear-gradient(to right, #7b2ff7, #f107a3);--exp-line-glow: rgba(123, 47, 247, .8);--exp-title: #1f2937;--exp-org: #4b5563;--exp-duration: #ca8a04;--exp-details: #374151;--exp-toggle: #2563eb}body.dark{--exp-heading-color: white;--exp-title-color: white;--exp-card-bg: #1f1f1f;--exp-shadow: rgba(0, 0, 0, .6);--exp-hover-shadow: rgba(0, 0, 0, .9);--exp-hover-bg: #2a2a2a;--exp-dot-bg: #7b2ff7;--exp-dot-border: #f107a3;--exp-dot-glow: rgba(123, 47, 247, .8);--exp-line-gradient: linear-gradient(to right, #7b2ff7, #f107a3);--exp-line-glow: rgba(123, 47, 247, .8);--exp-title: #e0e7ff;--exp-org: #cbd5e1;--exp-duration: #facc15;--exp-details: #e2e8f0;--exp-toggle: #60a5fa}.experience-section{padding:60px 20px 0;text-align:center}.experience-section h2{text-align:center;margin-bottom:2rem;font-size:2.5rem;color:var(--exp-heading-color)}.section-title{font-size:2.5rem;margin-bottom:40px;font-weight:700;text-transform:uppercase;color:var(--exp-title-color)}.experience-timeline{display:flex;flex-direction:column;align-items:flex-start;max-width:86%;margin:0 auto;position:relative;padding-left:40px}.timeline-item{display:flex;align-items:center;justify-content:flex-start;background-color:var(--exp-card-bg);padding:20px 30px;border-radius:12px;box-shadow:0 4px 15px var(--exp-shadow);margin-bottom:60px;z-index:2;position:relative}.timeline-item:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:20px;height:20px;background-color:var(--exp-dot-bg);border:3px solid var(--exp-dot-border);border-radius:50%;box-shadow:0 0 10px var(--exp-dot-glow);z-index:3}.timeline-item:after{content:"";position:absolute;top:50%;left:-25px;transform:translateY(-50%);width:40px;height:3px;background:var(--exp-line-gradient);border-radius:50%;box-shadow:0 0 15px var(--exp-line-glow);z-index:1}.timeline-item:hover{transform:translateY(-4px);transition:transform .2s ease,box-shadow .2s ease,background-color .3s ease;box-shadow:0 8px 25px var(--exp-hover-shadow);background-color:var(--exp-hover-bg)}.timeline-content h3{font-size:1.6rem;color:var(--exp-title);margin-bottom:8px}.organization{font-size:1rem;color:var(--exp-org);font-weight:500;margin-bottom:4px}.duration{font-size:.9rem;color:var(--exp-duration);font-style:italic;display:block;margin-bottom:12px}.details{font-size:1rem;line-height:1.6;color:var(--exp-details)}.toggle-button{color:var(--exp-toggle);cursor:pointer;font-weight:500}:root{--cf-form-bg-color: #ffffff;--cf-input-border-color: #d1d5db;--cf-input-focus-color: #007bff;--cf-input-text-color: #151515;--cf-button-bg-color: #007bff;--cf-button-text-color: #ffffff;--cf-button-hover-bg-color: #0056b3;--cf-placeholder-color: #151515}body.dark{--cf-form-bg-color: #333;--cf-input-border-color: #666;--cf-input-focus-color: #00ffff;--cf-input-text-color: #fff;--cf-button-bg-color: #4e90ff;--cf-button-text-color: #fff;--cf-button-hover-bg-color: #006cbd;--cf-placeholder-color: #ccc}.contact-form{max-width:800px;margin:50px auto;padding:30px;background-color:var(--cf-form-bg-color);border-radius:12px;box-shadow:0 4px 12px #00000080}.contact-form h1{text-align:center;margin-bottom:40px}form{display:flex;flex-direction:column;gap:20px}.row{display:flex;gap:20px;flex-wrap:wrap}.row .form-group{flex:1}.form-group input,.form-group textarea{width:100%;padding:12px 0;background-color:var(--cf-form-bg-color);border:none;border-bottom:2px dotted var(--cf-input-border-color);outline:none;color:var(--cf-input-text-color)}.row .form-group:not(:first-child){padding-left:16px;margin-left:8px}.form-group input:focus,.form-group textarea:focus{border-bottom:2px dotted var(--cf-input-focus-color)}button{align-self:start;padding:12px;background-color:var(--cf-button-bg-color);color:var(--cf-button-text-color);border:none;border-radius:24px;cursor:pointer;font-weight:700}button:hover{background-color:var( --cf-button-hover-bg-color )}input::placeholder,textarea::placeholder{color:var(--cf-placeholder-color);font-weight:700}@media (max-width: 1000px){.contact-form{margin:auto 2rem}.row{flex-direction:column}.row .form-group:not(:first-child){padding-left:0;margin-left:0}}.tape-section{padding:4rem 0;overflow-x:clip}.tape-gradient{background:linear-gradient(to right,#6366f1,#8b5cf6);transform:rotate(-3deg);margin:0 -4px}.tape-container{display:flex;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.tape-scroll{display:flex;gap:1rem;padding:.75rem 0;flex:none;animation:moveLeft 30s linear infinite}.tape-item{display:inline-flex;gap:1rem;align-items:center}.tape-item span{color:#111827;text-transform:uppercase;font-weight:800;font-size:.875rem}.star-icon{width:1.5rem;height:1.5rem;transform:rotate(-12deg);fill:#111827}@keyframes moveLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}:root{--particle-light: black;--particle-dark: white;--particle-color: var(--particle-light)}body.dark{--particle-color: var(--particle-dark)}.particle-background{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1000;overflow:hidden}.particle{position:absolute;width:4px;height:4px;background-color:var(--particle-color);opacity:.8;border-radius:50%}:root{--loading-bg-color: #ffffff;--loading-logo-shadow: rgba(0, 0, 0, .5)}body.dark{--loading-bg-color: #151515;--loading-logo-shadow: rgba(13, 202, 240, .8)}.loading-container{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--loading-bg-color);display:flex;justify-content:center;align-items:center;z-index:9999}.loading-logo{height:60px;width:60px;border-radius:50%;object-fit:cover;cursor:pointer;box-shadow:0 2px 10px var(--loading-logo-shadow)}
