@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Playwrite+CU:wght@100..400&display=swap";@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap";:root{--blue: #0b1922,#041d32, #0b1922;--bgblue: #081b29,#6287a2, #081b29;--darkblue: #000101,#092336, #00080d;--border:#092336;--jayanthkrishna: #d9c9ad;--redhover: #ff023d;--greenhover: #139481;--red: #94091c;--dark-bg: #0b1e2d;--card-bg: #001422;--accent: #ff0266;--in-progress: #003518;--not-started: #6c2a2a;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;list-style:none;scroll-behavior:smooth;text-decoration:none;-webkit-user-select:none;user-select:none}::-webkit-scrollbar{display:none}body{background:linear-gradient(to right,var(--dark-bg));color:var(--white)}#home .home-page{width:100%;min-height:90vh;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;background:linear-gradient(to right,var(--darkblue));animation:fadeIn 1.5s ease-out forwards;padding:40px 20px;gap:40px;box-sizing:border-box}#home .profile-container .profile{width:400px;max-width:90vw;height:auto;border:10px solid #022639;border-radius:50%;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 0 20px #0077b64d}#home .profile-container .profile:hover{transform:scale(1.05);box-shadow:0 0 40px #0077b6b3}#home .design{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:10px;position:relative;padding:0 10px}#home .design h1{font-family:Josefin Sans,sans-serif;font-size:50px;margin:0;color:#d9c9ad;transition:all .3s ease;z-index:3;word-break:break-word}#home .design h1:hover{transform:translateY(-10px);color:#00b4d8;text-shadow:0 0 15px #0c3349,0 0 30px #002b33}#home .loader{display:flex;flex-wrap:wrap;justify-content:center;font-size:1.2rem;font-family:Roboto,sans-serif;letter-spacing:.7em;color:#faebd7;z-index:4}#home .loader span{display:inline-block;text-shadow:0 0 0 #faebd7;animation:loaderAnim 1s ease-in-out infinite alternate}@keyframes loaderAnim{0%{color:#faebd7;text-shadow:0 0 5px #0077b6,0 0 10px #00b4d8}to{color:#00b4d8;text-shadow:0 0 15px #0077b6,0 0 30px #00b4d8}}#home .quote span{color:#fffc;font-size:18px;font-weight:400;font-family:Playwrite CU,cursive;letter-spacing:2px;text-shadow:0 0 5px #00b4d8}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 1024px){#home .home-page{flex-direction:column;justify-content:center;text-align:center;padding:60px 20px;gap:40px}#home .profile-container .profile{width:320px;border-width:8px}#home .design h1{font-size:40px}#home .loader{font-size:1rem;letter-spacing:.5em}#home .quote span{font-size:16px}}@media screen and (max-width: 600px){#home .profile-container .profile{width:240px;border-width:6px}#home .design h1{font-size:30px}#home .loader{font-size:.9rem;letter-spacing:.3em}#home .quote span{font-size:15px}}@media screen and (max-width: 400px){#home .home-page{padding:40px 10px;gap:25px}#home .profile-container .profile{width:180px;border-width:5px}#home .design h1{font-size:24px}#home .loader{font-size:.8rem;letter-spacing:.2em}#home .quote span{font-size:14px;letter-spacing:1px}}.minimal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 60px;height:10vh;background:#0b1e2de6;color:#a8dadc;font-family:Poppins,sans-serif;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.logo a{text-decoration:none;font-size:1.7rem;font-weight:700;color:#fff;letter-spacing:1px;transition:all .3s ease}.logo a:hover{color:#0894af;text-shadow:0 0 14px rgba(1,42,49,.75);transform:scale(1.05)}.desktop-nav{display:flex;gap:32px}.desktop-nav a{text-decoration:none;font-size:1rem;color:#a8dadc;position:relative;padding:6px 10px;border-radius:8px;transition:all .35s ease}.desktop-nav a:hover,.desktop-nav a.active{color:#00b4d8}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:26px;height:3px;background:#a8dadc;transition:all .3s ease;border-radius:2px}.mobile-nav{display:none;flex-direction:column;gap:18px;position:absolute;top:65px;right:20px;background:#1b263bf2;padding:22px 32px;border-radius:16px;box-shadow:0 12px 28px #00000073;transition:opacity .4s ease,transform .4s ease;transform:translateY(-20px);opacity:0;pointer-events:none}.mobile-nav.open{display:flex;opacity:1;transform:translateY(0);pointer-events:auto}.mobile-nav a{text-decoration:none;font-size:1rem;color:#a8dadc;transition:all .35s ease}.mobile-nav a:hover,.mobile-nav a.active{color:#00b4d8;text-shadow:0 0 8px rgba(0,180,216,.7);transform:scale(1.05)}@media (max-width: 1024px){.desktop-nav{gap:24px}.logo a{font-size:1.5rem}}@media (max-width: 768px){.desktop-nav{display:none}.hamburger{display:flex}}.hero-section{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;padding:4rem 1.5rem;gap:2.5rem;box-sizing:border-box}.hero-resume{width:380px;max-width:90vw;border-radius:1rem;border:6px solid #001f35;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.hero-resume:hover{transform:scale(1.05);box-shadow:0 10px 30px #00b4d880}.hero-summary{padding:2.5rem 2rem;border-radius:1.2rem;position:relative;transition:all .35s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e0e5ec}.hero-summary:hover{transform:translateY(-5px)}.hero-summary h2{font-size:2.2rem;margin-bottom:1.8rem;color:#a8dadc;text-align:center;letter-spacing:1px;font-weight:700;text-shadow:0 2px 6px rgba(0,180,216,.35);word-wrap:break-word}.hero-summary ul{list-style:none;padding-left:0;margin:0}.hero-summary ul li{margin-bottom:1.3rem;font-size:1.15rem;line-height:1.7;color:#e0e5ec;transition:color .3s ease}.hero-summary ul li span{font-weight:600;color:#ffb703}.download-btn{margin-top:1.8rem;background:linear-gradient(135deg,#0077b6,#00b4d8);color:#fff;padding:.7rem 1.9rem;border-radius:1rem;font-weight:600;display:inline-block;transition:all .35s ease;text-align:center;box-shadow:0 4px 15px #00b4d859}.download-btn:hover{background:linear-gradient(135deg,#00b4d8,#90e0ef);transform:translateY(-3px);box-shadow:0 6px 20px #00b4d873}.skills-section{padding:4rem 1.5rem;text-align:center}.skills-section h2{font-size:2rem;margin-bottom:2rem;color:var(--white)}.skills-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.skill-card{background-color:var(--card-bg);border-radius:1rem;padding:1.5rem;width:140px;text-align:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.skill-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0077b666}.skill-icon{font-size:2.2rem;margin-bottom:.8rem}.goals-section{padding:4rem 1.5rem;text-align:center}.goals-section h2{font-size:2rem;margin-bottom:2rem;color:var(--white)}.goals-grid{display:flex;flex-direction:column;gap:1rem;align-items:center}.goal-card{background-color:var(--card-bg);border-radius:1rem;padding:1.5rem 2rem;width:80%;display:flex;justify-content:space-between;align-items:center;transition:transform .3s ease,box-shadow .3s ease;flex-wrap:wrap;gap:1rem}.goal-card:hover{box-shadow:0 6px 18px #0077b64d}.status{padding:.4rem .8rem;border-radius:.6rem;font-weight:700;color:var(--white);font-size:.9rem}.status.in-progress{background-color:var(--in-progress)}.status.not-started{background-color:var(--not-started)}@media (max-width: 1024px){.hero-section{flex-direction:column;justify-content:center;text-align:center;padding:3rem 1.2rem}.hero-resume{width:300px}.hero-summary{padding:2rem 1.5rem}.hero-summary h2{font-size:1.9rem}.hero-summary ul li{font-size:1.05rem;line-height:1.6}.goal-card{width:90%}.skills-grid{gap:1rem}}@media (max-width: 600px){.hero-section{padding:2.5rem 1rem;gap:2rem}.hero-resume{width:240px;border-width:5px}.hero-summary{padding:1.5rem 1rem}.hero-summary h2{font-size:1.6rem}.hero-summary ul li{font-size:.95rem;margin-bottom:1rem}.download-btn{padding:.6rem 1.4rem;font-size:.9rem}.skill-card{width:120px;padding:1rem}.goal-card{width:95%;flex-direction:column;text-align:center;gap:.6rem}.status{font-size:.8rem;padding:.3rem .6rem}}@media (max-width: 400px){.hero-section{padding:2rem .8rem;gap:1.8rem}.hero-resume{width:180px;border-width:4px}.hero-summary h2{font-size:1.4rem}.hero-summary ul li{font-size:.85rem;line-height:1.4}.download-btn{font-size:.85rem;padding:.5rem 1.1rem;border-radius:.8rem}.skill-card{width:100px;font-size:.85rem}.goal-card{width:100%;padding:1rem}.goals-section h2,.skills-section h2{font-size:1.5rem}}.tutorialspoint{width:100%;height:80%;border-radius:20px;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;animation:fadeIn 3s ease-out forwards}.certificate-menu{background-image:linear-gradient(to right,var(--darkblue));width:100%;height:10%;margin-bottom:0;border-radius:25px 25px 0 0;border:2px solid #253455;display:flex;bottom:0;position:fixed}.nav-cert{color:#fff;display:flex;justify-content:space-evenly;align-items:center;width:100%;height:100%}.nav-cert li{color:#fff;cursor:pointer}.nav-cert li:hover{transform:scale(1.1)}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.certificate-card{position:relative;width:280px;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 6px 18px #00000026;transition:transform .3s ease,box-shadow .3s ease;animation:fadeSlideUp .6s ease forwards;opacity:0}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.certificate-card.hovered{transform:scale(1.05);box-shadow:0 10px 25px #00000040}.certificate-card.hovered .certificate-img{filter:brightness(70%) blur(1px)}.certificate-overlay{position:absolute;bottom:0;left:0;width:100%;padding:14px;background:#0009;color:#f9f9f9;transform:translateY(100%);transition:transform .4s ease}.certificate-card.hovered .certificate-overlay{transform:translateY(0)}.certificate-overlay h3{font-size:1rem;margin-bottom:4px}.certificate-overlay .issuer{font-size:.85rem;display:flex;align-items:center;gap:6px;margin-bottom:4px}.certificate-overlay .date{font-size:.8rem;opacity:.9;margin-bottom:6px}.verify-link{font-size:.8rem;display:inline-flex;align-items:center;gap:4px;color:#a8dadc;text-decoration:none;transition:color .3s ease}.verify-link:hover{color:#fff}.certificates-page{padding:2.5rem;background:linear-gradient(135deg,#0b1e2d,#112536);min-height:100vh;color:#e0f1f3;font-family:Inter,sans-serif}.cert-section{margin-bottom:3rem;padding:2rem;border-radius:1.5rem;transition:transform .3s ease,background .3s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.section-heading{font-size:1.75rem;font-weight:700;margin-bottom:1.75rem;color:#fff;border-left:5px solid #457b9d;padding-left:.85rem;letter-spacing:.5px;text-transform:uppercase}.cert-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}.cert-item{background:linear-gradient(145deg,#1b263b,#162030);border-radius:1.25rem;box-shadow:0 5px 14px #00000059;overflow:hidden;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.cert-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 10px 22px #00000080}.cert-item img{width:100%;height:100%;object-fit:cover;border-bottom:2px solid #457b9d;transition:transform .3s ease;transform:scale(1.05)}.cert-item .cert-info{padding:1.25rem;text-align:center}.cert-item .cert-info h3{font-size:1.15rem;color:#a8dadc;font-weight:600;margin:.5rem 0;line-height:1.4;transition:color .3s ease}.cert-item:hover .cert-info h3{color:#fff}@media (max-width: 900px){.cert-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width: 600px){.certificates-page,.cert-section{padding:1.25rem}.section-heading{font-size:1.4rem;text-align:center}.cert-grid{grid-template-columns:1fr;gap:1.5rem}.cert-item{max-width:95%;margin:0 auto}}.projects-page{width:100%;min-height:90vh;padding:40px 60px;display:flex;flex-direction:column;align-items:center;background:#0b1e2d;color:#a8dadc;font-family:Poppins,sans-serif;box-sizing:border-box}.projects-nav{display:flex;justify-content:center;align-items:center;gap:15px;margin:30px 0 40px;flex-wrap:wrap}.category-btn{padding:10px 24px;border-radius:5px;border:2px solid #0077b6;background:#1b263b;color:#a8dadc;font-size:1rem;font-weight:500;cursor:pointer;transition:background .25s ease,color .25s ease}.category-btn.active{background:#0077b6;color:#fff;border:2px solid #0077b6}.category-btn:hover{background:#0096c7;color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:25px;width:100%;max-width:1200px;justify-items:center;align-items:stretch;margin-bottom:2rem}.project-card{background:#1b263b;border-radius:14px;text-decoration:none;color:#a8dadc;display:flex;flex-direction:column;align-items:center;height:100%;max-height:320px;box-shadow:0 4px 12px #00000040;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:transform .25s ease,box-shadow .25s ease;width:100%}.project-card img{width:100%;height:auto;max-height:180px;object-fit:cover;flex-shrink:0}.project-card h3{padding:15px 10px;text-align:center;font-size:1rem;font-weight:600;color:#fff;flex-grow:1;display:flex;align-items:center;justify-content:center}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0077b64d}@media (max-width: 1024px){.projects-page{padding:30px 40px}.projects-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.category-btn{padding:8px 18px;font-size:.95rem}}@media (max-width: 768px){.projects-page{padding:25px 20px}.projects-grid{gap:18px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.project-card{max-height:none}.project-card img{max-height:150px}}@media (max-width: 480px){.projects-page{padding:20px 15px}.projects-nav{gap:10px}.category-btn{padding:6px 14px;font-size:.9rem}.projects-grid{gap:15px;grid-template-columns:1fr}.project-card img{max-height:140px}.project-card h3{font-size:.95rem;padding:10px 5px}}.description-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:2rem;min-height:90vh;background-color:#0b1e2d;color:#a8dadc;font-family:Poppins,sans-serif;line-height:1.6;transition:all .3s ease;opacity:0;transform:translateY(20px);animation:fadeInUp .8s forwards}.descImage-card{width:100%;max-width:600px;border-radius:12px;overflow:hidden;box-shadow:0 12px 30px #00000073;transition:transform .3s ease,box-shadow .3s ease}.descImage-card:hover{transform:scale(1.03);box-shadow:0 20px 50px #0000008c}.descImage-card img{width:100%;display:block;object-fit:cover;border-radius:12px;transition:transform .4s ease}.descImage-card img:hover{transform:scale(1.05)}.descText{max-width:750px;display:flex;flex-direction:column;gap:1.5rem;text-align:center;background:#ffffff08;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 10px 25px #00000059;transition:box-shadow .3s ease}.descText:hover{box-shadow:0 15px 35px #00000073}.project-header h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.project-header p{font-size:1.05rem;color:#cfd8dc}.project-tech{max-width:700px;background:#ffffff0d;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 10px 25px #00000059;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.project-tech:hover{transform:translateY(-3px);box-shadow:0 15px 35px #00000073}.project-tech h3{font-size:1.3rem;font-weight:600;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.3rem;width:fit-content;margin-left:auto;margin-right:auto}.tech-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;padding:0;margin:0;list-style:none}.tech-badge{background:#0077b6;color:#fff;padding:.45rem .9rem;border-radius:.6rem;font-size:.85rem;font-weight:500;text-align:center;transition:background .3s ease,transform .2s ease,box-shadow .2s ease;cursor:pointer}.tech-badge:hover{background:#0096ff;transform:translateY(-3px);box-shadow:0 5px 15px #0000004d}.project-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}.link-btn{padding:.55rem 1.2rem;border-radius:.6rem;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #00000040}.github-btn{background-color:#333;color:#fff}.github-btn:hover{background-color:#555;transform:translateY(-3px);box-shadow:0 8px 25px #0006}.live-btn{background-color:#0077b6;color:#fff}.live-btn:hover{background-color:#0096ff;transform:translateY(-3px);box-shadow:0 8px 25px #0006}.not-found{font-size:1.5rem;color:#f55;text-align:center;margin-top:4rem;text-shadow:1px 1px 3px rgba(0,0,0,.5)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width: 768px){.description-container{flex-direction:row;align-items:center;justify-content:center;gap:3rem}.descText{text-align:left;flex:1;display:flex;flex-direction:column;gap:2rem}.project-tech{align-self:flex-start;margin-top:0}.project-links{justify-content:flex-start}}@media screen and (max-width: 767px){.description-container{flex-direction:column;align-items:center;justify-content:center;gap:2rem}.descText{text-align:center;width:100%}.project-tech{width:100%;margin-top:1rem}.project-links{justify-content:center;gap:1rem}}.contact-wrapper{padding:40px 15px;color:#a8dadc;text-align:center;font-family:Poppins,sans-serif;box-sizing:border-box}.contact-title{font-size:1.6rem;margin-bottom:25px;font-weight:600;color:#f1faee}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;max-width:900px;margin:0 auto;justify-items:center;align-items:stretch}.social-card{background:#1b263b;border-radius:20px;padding:18px 15px;text-align:center;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 2px 6px #00000040;width:100%;max-width:240px;display:flex;flex-direction:column;align-items:center}.social-card:hover{transform:translateY(-4px);box-shadow:0 6px 14px #00000059}.social-image-container{display:flex;justify-content:center;margin-bottom:12px}.social-image{width:65px;height:65px;object-fit:cover;border-radius:50%;border:2px solid #457b9d}.social-description{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:6px}.social-icon{width:18px;height:18px;border-radius:50%;background:#f1faee;padding:2px;object-fit:contain}.social-name{font-size:1rem;font-weight:500;color:#f1faee}.social-username{font-size:.8rem;color:#a8dadc;margin-bottom:10px}.social-link{display:inline-block;padding:7px 14px;background:#0077b6;color:#f1faee;font-size:.8rem;font-weight:500;border-radius:10px;text-decoration:none;transition:background .25s ease,transform .2s ease}.social-link:hover{background:#00b4d8;transform:scale(1.05)}@media (max-width: 1024px){.contact-wrapper{padding:35px 20px}.contact-grid{gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.social-card{max-width:220px;padding:16px 12px}.social-image{width:60px;height:60px}}@media (max-width: 768px){.contact-wrapper{padding:30px 15px}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.social-card{max-width:180px;padding:14px 10px}.social-image{width:55px;height:55px}.social-name{font-size:.95rem}.social-username{font-size:.75rem}.social-link{font-size:.75rem;padding:6px 12px}}@media (max-width: 480px){.contact-wrapper{padding:25px 10px}.contact-grid{grid-template-columns:1fr;gap:12px}.social-card{width:100%;max-width:100%;padding:12px 8px}.social-image{width:50px;height:50px}.social-name{font-size:.9rem}.social-username{font-size:.7rem}.social-link{font-size:.7rem;padding:5px 10px}}
