.heading-section h2{font-size:2.5rem;line-height:80px;color:#ff4b57;text-transform:uppercase;font-weight:700;word-break:break-word;overflow-wrap:break-word}@media(min-width:480px){.heading-section h2{font-size:2rem}}.about-section{display:flex;flex-direction:column;align-items:center;padding:40px 0}.about-section-container{display:flex;flex-direction:column;align-items:center;width:800px}.about-section-container p{font-size:1.5rem;color:#c5c5c5;text-align:center}@media(min-width:280px)and (max-width:767px){.about-section-container{width:100%;padding:0 10px}.about-section-container p{font-size:1.5rem;overflow-wrap:break-word}}.footer-section{text-align:center;height:fit-content;margin-bottom:100px}.footer-section-container{max-width:1100px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:40px}.footer-item{display:flex;flex-direction:column;align-items:center;gap:10px;transition:all .3s ease}.footer-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;color:#8c52ff;margin-bottom:15px}.footer-icon img{background-color:#2b2e41;padding:15px;border-radius:20px}.footer-item h3{font-size:1.6rem;color:#fff}.footer-item p{color:#aaa;font-size:1rem}.footer-item:hover{scale:1.2}@media(min-width:280px)and (max-width:767px){.footer-grid{grid-template-columns:1fr 1fr;gap:10px}.footer-icon{width:60px;height:60px}.footer-item h3{font-size:1.3rem;color:#fff}}.billing-submit{margin-top:25px;border:none;border-radius:12px;background:#ff4b57;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:.3s ease}.billing-submit:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.billing-submit:active{transform:scale(.98)}.hero-section{display:flex;justify-content:space-around;align-items:center;height:fit-content;padding:80px 40px 0;max-width:1200px;margin:0 auto}.hero-section-left{width:100%;display:flex;flex-direction:column;gap:10px}.hero-section-left h1{font-size:4rem;margin-bottom:-20px;overflow-wrap:break-word;width:500px;color:#fff}.hero-section-left span{color:#ff4b57;overflow-wrap:break-word}.hero-section-left p{color:#dfdfdf;padding:10px 0}.hero-section-right{width:100%;height:500px;border-radius:50%}.hero-section-right__content{display:flex;justify-content:center;align-items:center}.container-image{width:400px;height:400px;border-radius:50%}.container-image img{width:100%;height:100%;border-radius:50%;background:url(https://picsum.photos/600/400) center/cover no-repeat}.hero-section-btns{display:flex;gap:40px}.hero-section-btns button{padding:15px;border-radius:40px}@media(min-width:280px)and (max-width:767px){.hero-section{display:flex;justify-content:space-around;align-items:center;height:90vh;padding:90px 20px 0 30px;background:url(https://picsum.photos/600/400) center/cover no-repeat}.hero-section-right{display:none}.hero-section-left h1{font-size:3rem;width:100%}.hero-section-btns{gap:20px}.hero-section-btns button{padding:10px 30px;font-size:.8rem}}.modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background:#111;width:800px;max-width:95%;max-height:85vh;overflow-y:auto;padding:40px;border-radius:16px;position:relative;animation:fadeIn .25s ease}.modal-title{margin-bottom:20px}.modal-close{position:absolute;top:20px;right:20px;background:transparent;border:1px solid #ff4b57;padding:10px 15px;color:#fff;font-size:20px;cursor:pointer;border-radius:4px;transition:all .3s ease}.modal-close:hover{background-color:#ff4b57}.modal-video{position:relative;width:100%;padding-top:56.25%;margin-bottom:20px}.modal-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px}.modal-description{margin-bottom:20px;line-height:1.6;color:#ccc}.modal-image{width:100%;border-radius:12px;margin-bottom:15px}.modal-actions{display:flex;gap:15px;margin-top:25px}.modal-btn{padding:10px 18px;background:#fff;color:#000;border-radius:8px;text-decoration:none;font-weight:600}.modal-btn.secondary{background:#333;color:#fff}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.project-section{min-height:fit-content;padding:50px 0;color:#fff}.project-container{width:90%;max-width:1200px;margin:0 auto}.project-container h2{text-align:center}.project-highlight{margin-top:40px}.highlight-title{font-size:24px;margin-bottom:40px;position:relative;display:inline-block}.highlight-title:after{content:"";position:absolute;left:0;bottom:-8px;width:70px;height:3px;background:#ff4b57;border-radius:4px}.project-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}.project-card-container{overflow:hidden;cursor:pointer;transition:transform .4s ease,box-shadow .4s ease}.project-card-container:hover{transform:scale(1.05);z-index:10;box-shadow:0 20px 40px #00000080}.project-card{position:relative;width:100%;height:250px;border-radius:12px;overflow:hidden}.project-image{width:100%;height:100%;object-fit:contain}.project-overlay{position:absolute;inset:0;background:#0009;display:flex;flex-direction:column;justify-content:center;align-items:center}.project-footer{background-color:#2b2e41;display:flex;justify-content:space-between;padding:10px 25px;border-radius:0 0 20px 20px;align-items:center}.project-footer button{border:1px solid #ff4b57;padding:7px 15px;border-radius:20px;transition:all .5s ease}.project-footer button:hover{background-color:#ff4b57}.project-overlay{display:flex;align-items:center;flex-direction:column;justify-content:center;z-index:2}.project-overlay h4{font-size:22px;color:#fff}.tech-stack{display:flex;flex-direction:row;gap:10px;justify-content:center;flex-wrap:wrap}.tech-stack img{width:35px}.show-more-container{display:flex;justify-content:center;margin-top:40px}.show-more-container button{padding:12px 28px;font-size:14px;font-weight:600;border-radius:8px;border:2px solid #ff4b57;background:transparent;color:#ff4b57;cursor:pointer;transition:all .25s ease}.show-more-container button:hover{background:#ff4b57;color:#fff;transform:translateY(-2px);box-shadow:0 8px 18px #4f46e54d}.show-more-container button:active{transform:translateY(0);box-shadow:none}@media(min-width:280px)and (max-width:767px){.project-grid{display:grid;grid-template-columns:1fr;gap:40px}}@media(min-width:768px){.project-grid{display:grid;grid-template-columns:1fr;gap:40px}}@media(min-width:1024px){.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}}.skill-card{display:flex;justify-content:center;align-items:center;flex-direction:column;width:130px;height:130px;border-radius:12px;background-color:#2b2e41;border-bottom:7px solid #ff4b57}.skill-card span{color:#fff;font-size:1.3rem}.skill-card img{width:60px}.skill-section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px 0}.skill-section-container{display:flex;justify-content:center;width:90%;padding:20px 0}.skill-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}html{scroll-behavior:smooth}.header{position:fixed;top:0;width:100%;height:80px;padding:0 40px;display:flex;align-items:center;justify-content:space-between;background:#161b22e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05);z-index:999}.logo{font-size:1.2rem;font-weight:600;color:#fff;text-decoration:none}.nav{display:flex;gap:40px}.nav a{text-decoration:none;color:#c9d1d9;font-size:.95rem;transition:.3s ease;position:relative}.nav a:hover{color:#fff}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0%;height:2px;background:#ff4b57;transition:.3s}.nav a:hover:after{width:100%}.header-right{display:flex;align-items:center;gap:20px}.whatsapp-btn img{width:50px;transition:.3s}.whatsapp-btn img:hover{transform:scale(1.1)}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.menu-toggle span{width:25px;height:2px;background:#fff;transition:.3s}@media(max-width:900px){.nav{position:fixed;top:80px;right:-100%;flex-direction:column;background:#161b22;width:250px;height:calc(100vh - 80px);padding:40px 20px;gap:30px;transition:.4s ease}.nav.active{right:0}.menu-toggle{display:flex}}.app{background-color:#23253a}:root{--color-primary: #22c55e;--color-primary-hover: #16a34a;--color-primary-light: #4ade80;--color-bg: #0f172a;--color-bg-secondary: #161b22;--color-elevated: #1f2630;--color-border: #2b3440;--color-text-primary: #f97316;--color-text-secondary: #ea580c;--color-text-muted: #c5bfb8;--color-span: #09c74e;--color-success: #22c55e;--color-warning: #f59e0b;--color-danger: #352d2d;--btn-primary-bg: var(--color-primary);--btn-primary-hover: var(--color-primary-hover);--btn-accent-bg: var(--color-accent);--btn-accent-hover: var(--color-accent-hover);--shadow-soft: 0 4px 12px rgba(0, 0, 0, .3);--shadow-strong: 0 10px 25px rgba(0, 0, 0, .5);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#ff4d00;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#ff2a00}*{scrollbar-width:thin;scrollbar-color:#ff4d00 #1a1a1a}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;line-height:1.5;background-color:#23253a;font-family:Inter,Arial,sans-serif;color:#111}ul,ol{list-style:none;padding:0;margin:0}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}input,button,textarea,select{border:none;outline:none;font-family:inherit;font-size:inherit;background:none;color:inherit}button{cursor:pointer;background:none;border:none}table{border-collapse:collapse;border-spacing:0}fieldset,legend{border:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}html{overflow-x:hidden;scroll-behavior:smooth}
