@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Roboto:wght@400;700&display=swap";*{scrollbar-width:thin;scrollbar-color:rgba(0,0,255,0) rgba(255,166,0,0)}*::-webkit-scrollbar{width:0px}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-text-color: #000000;--secondary-text-color: #395c7c;--accent-color: #2294ed;--accent-color-dark: #1d69a3;--padding-inline-section: 20px}body{font-family:Poppins,sans-serif;color:var(--primary-text-color);min-height:100vh;display:flex;flex-direction:column}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.5rem}p{font-family:Roboto,sans-serif;font-size:1.25rem;color:var(--secondary-text-color);line-height:1.8rem}a{text-decoration:none;display:inline-block}ul{list-style:none}button{width:9em;height:3em;border-radius:30em;font-size:15px;font-family:inherit;border:none;position:relative;overflow:hidden;z-index:1}.flex{display:flex;align-items:center}.top-banner{background-image:url(/images/asset\ 32.png);background-color:#4fb3d4;background-size:300px}.banner-text{color:#fff;padding-left:30px;padding-right:30px;text-align:center}.hover-link{color:var(--primary-text-color);transition:.2s ease-out}.hover-link:hover{color:var(--accent-color)}.primary-button{background-color:var(--accent-color);border-radius:6px;font-weight:700;color:#fff;padding:12px 24px;box-shadow:0 0 2px var(--secondary-text-color);transition:.2s ease-out}.primary-button:hover{background-color:var(--accent-color-dark)}.secondary-button{border:.5px solid var(--secondary-text-color);border-radius:6px;font-weight:700;color:var(--primary-text-color)!important;padding:12px 24px;transition:.2s ease-out}.secondary-button:hover{border-color:var(--accent-color);color:var(--accent-color)!important}.nav-container{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);z-index:1000;padding:12px 0;transform:translateY(0);transition:transform .38s cubic-bezier(.2,.9,.2,1),box-shadow .2s ease}.nav-hide{transform:translateY(-110%)}.nav-container:not(.nav-hide){box-shadow:0 6px 18px #14141408}.nav-inner{max-width:1250px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.logo a{font-size:1.1rem;font-weight:600;letter-spacing:-.3px;color:#0f1720;text-decoration:none}.nav-links{display:flex;align-items:center;gap:28px;list-style:none}.nav-links li a{text-decoration:none;color:#111;font-size:.95rem;padding:4px;transition:color .18s ease,opacity .18s ease,transform .18s ease}.nav-links li a:hover{opacity:.7;transform:translateY(-1px)}.notion-btn{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:transparent;text-decoration:none;color:#111;font-size:.95rem;transition:background .18s ease,transform .12s ease,box-shadow .18s ease}.notion-btn img{width:18px;height:18px}.notion-btn:hover{background:rgba(0,0,0,.03);box-shadow:0 6px 20px #1018280a}.contact-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:8px;border:1px solid #111;background:#fff;color:#111;font-size:.95rem;font-weight:400;text-decoration:none;cursor:pointer;overflow:hidden;transition:background .25s ease,color .25s ease}.contact-btn.active{background:#000;color:#fff;border-color:#000}.hamburger{width:30px;height:22px;display:none;flex-direction:column;justify-content:space-between;cursor:pointer}.line{height:3px;width:100%;background:#0f1720;border-radius:3px;transition:.28s cubic-bezier(.2,.9,.2,1)}.line.open.top{transform:translateY(9px) rotate(45deg)}.line.open.mid{opacity:0}.line.open.bot{transform:translateY(-9px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);padding:18px;border-bottom:1px solid rgba(0,0,0,.08);gap:14px;max-height:0;overflow:hidden;transition:max-height .36s ease,padding .24s ease}.mobile-menu.show{display:flex;max-height:480px}.mobile-menu a,.mobile-menu .notion-btn,.mobile-menu .contact-btn{justify-content:flex-start!important;text-align:left!important;color:#111!important}.mobile-menu .notion-btn{display:flex!important;align-items:center!important;width:100%!important;padding:6px 0!important;background:transparent!important;border:none!important;box-shadow:none!important;gap:10px!important}.mobile-menu .notion-btn img{width:20px!important;height:20px!important}.mobile-menu .contact-btn:hover{background:transparent!important;color:#111!important}@media (max-width: 900px){.nav-links{display:none}.hamburger{display:flex}.logo{margin-left:auto}.nav-inner{justify-content:flex-start;gap:20px}}@media (max-width: 420px){.logo a{font-size:1rem}.contact-btn{padding:10px 12px;font-size:.95rem}}header{position:fixed;top:0;left:0;width:100%;height:100vh;padding:0px var(--padding-inline-section);margin-top:160px;margin-bottom:122px;background:transparent}.hero-spacer{height:100vh;width:100%}html{scroll-behavior:smooth}.container{max-width:1180px;margin-inline:auto}.header-section{justify-content:space-around}.header-right{display:flex;justify-content:center;align-items:center}.header-left{max-width:550px}.icons{display:flex;justify-content:space-between;margin-top:30px}.icon{width:50px}@media screen and (max-width: 832px){.header-section{flex-direction:column-reverse;justify-content:center;gap:0px}.header-left{max-width:100vw}.icons{justify-content:center;gap:20px;flex-wrap:wrap}.icon{width:30px}}.social-icon{position:relative;display:inline-flex;justify-content:center;align-items:center;width:62px;height:62px;border-radius:50%;overflow:visible;transition:transform .3s ease}.social-icon img{width:42px;height:42px;object-fit:contain;position:relative;z-index:5;transition:transform .4s ease}.social-icon:hover img{transform:translateY(-6px) rotate(10deg) scale(1.12)}.social-icon:after{content:"";position:absolute;inset:13px;border-radius:50%;opacity:0;transition:.45s ease;z-index:0}.social-icon:hover:after{opacity:1;animation:spinRing 6s linear infinite}@keyframes spinRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.social-icon.linkedin:after{background:conic-gradient(#0077B5,#0A66C2,#004182,#0077B5)}.social-icon.github:after{background:conic-gradient(#6E40C9,#B5179E,#FF006E,#6E40C9)}.social-icon.leetcode:after{background:conic-gradient(#FFA116,#F0A500,#FF8C00,#FFA116)}.social-icon.mail:after{background:conic-gradient(#EA4335,#FF6B5C,#C5221F,#EA4335)}.social-icon.instagram:after{background:conic-gradient(#FEDA75,#FA7E1E,#D62976,#962FBF,#4F5BD5,#FEDA75)}.role{font-size:1.3rem;margin-top:6px;color:#395c7c;display:flex;gap:6px;align-items:center}.typing-text{font-weight:500;background:linear-gradient(90deg,#302f2f 0%,#302f2f 50%,#2e2d2d 50%,#252525 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;transition:opacity .1s linear}.cursor{font-weight:700;font-size:1.35rem;color:#000;animation:blinkCursor 1s infinite}@keyframes blinkCursor{0%{opacity:1}50%{opacity:0}to{opacity:1}}.about-text{margin-top:10px;font-size:1.1rem;color:#555;max-width:420px}.resume-btn{margin-top:20px;margin-bottom:10px;background:linear-gradient(90deg,#000000 0%,#000000 50%,#e4e4e4 50%,#e4e4e4 100%);background-size:200% 100%;background-position:right;color:#333;border:none;padding:12px 36px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;min-width:160px;text-align:center;transition:background-position .55s ease,color .35s ease,transform .3s ease}.resume-btn:hover{background-position:left;color:#fff;transform:translateY(-4px)}.hire-btn{margin-top:20px;margin-right:20px;margin-bottom:10px;background:linear-gradient(90deg,#e4e4e4 0%,#e4e4e4 50%,#000000 50%,#000000 100%);background-size:200% 100%;background-position:right;color:#fff;border:none;padding:12px 36px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;min-width:160px;text-align:center;transition:background-position .55s ease,color .35s ease,transform .3s ease}.hire-btn:hover{background-position:left;color:#000;transform:translateY(-4px)}@media screen and (max-width: 768px){header{position:relative!important;height:auto!important;min-height:100vh;padding-top:110px;padding-bottom:40px;margin-top:0!important;margin-bottom:0!important}.hero-spacer{display:none!important}.header-section{display:flex;flex-direction:column-reverse!important;align-items:center;justify-content:center;gap:32px!important;text-align:center}.container{padding-inline:16px}.header-left{max-width:100%!important;padding:0 8px;text-align:center}.header-left h1{font-size:1.9rem;line-height:1.2;margin-bottom:6px}.header-left p{font-size:.98rem}.role{justify-content:center;font-size:1.1rem}.hero-buttons{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin-top:20px;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.hero-buttons .hire-btn,.hero-buttons .resume-btn{width:100%;margin:0!important;text-align:center}.hero-buttons .hire-btn,.hero-buttons .resume-btn{padding:10px 26px;font-size:.98rem}.icons{margin-top:26px;display:flex;flex-wrap:wrap;justify-content:center!important;gap:16px!important}.social-icon{width:46px!important;height:46px!important}.social-icon img{width:28px!important;height:28px!important}.profile-wrapper{width:260px!important;height:260px!important;margin:0 auto!important}.profile-border{width:230px!important;height:230px!important}}.greet{max-width:1180px;width:100%;margin:0 auto;font-weight:550;color:#3b3b3b;display:flex;justify-content:flex-start;text-align:left;padding-left:0}@media screen and (max-width: 832px){.greet{justify-content:center;text-align:center}}.profile-wrapper{position:relative;width:420px;height:410px;display:flex;justify-content:center;align-items:center;margin-top:0}.floating-bubbles{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:1}.bubble{position:absolute;background:#000;border-radius:50%;box-shadow:0 0 12px #0009;animation:bubbleFloat 10s infinite ease-in-out}.bubble:nth-child(1){width:18px;height:18px;top:10%;left:12%;animation-duration:9s}.bubble:nth-child(2){width:14px;height:14px;top:22%;left:80%;animation-duration:11s}.bubble:nth-child(3){width:20px;height:20px;top:75%;left:20%;animation-duration:13s}.bubble:nth-child(4){width:12px;height:12px;top:40%;left:5%;animation-duration:8s}.bubble:nth-child(5){width:16px;height:16px;top:85%;left:60%;animation-duration:12s}.bubble:nth-child(6){width:10px;height:10px;top:15%;left:92%;animation-duration:7s}.bubble:nth-child(7){width:22px;height:22px;top:65%;left:75%;animation-duration:14s}.bubble:nth-child(8){width:15px;height:15px;top:55%;left:30%;animation-duration:10s}.bubble:nth-child(9){width:11px;height:11px;top:5%;left:55%;animation-duration:6s}.bubble:nth-child(10){width:17px;height:17px;top:48%;left:88%;animation-duration:9.5s}.bubble:nth-child(11){width:13px;height:13px;top:92%;left:10%;animation-duration:11.5s}.bubble:nth-child(12){width:19px;height:19px;top:33%;left:45%;animation-duration:12.5s}@keyframes bubbleFloat{0%{transform:translate(0) scale(1);opacity:1}25%{transform:translate(-12px,-18px) scale(1.2);opacity:.85}50%{transform:translate(14px,10px) scale(.95);opacity:1}75%{transform:translate(-10px,16px) scale(1.05);opacity:.8}to{transform:translate(0) scale(1);opacity:1}}.profile-border{position:relative;width:360px;height:360px;padding:4px;display:flex;justify-content:center;align-items:center;background:#000;border-radius:45% 55% 50% 50%/50% 45% 55% 50%;animation:smoothBorder 8s ease-in-out infinite;overflow:hidden;z-index:3}.profile-border:before{display:none}@keyframes smoothBorder{0%{border-radius:45% 55% 50% 50%/50% 45% 55% 50%}25%{border-radius:60% 40% 55% 45%/55% 60% 40% 45%}50%{border-radius:35% 65% 45% 55%/60% 40% 50% 50%}75%{border-radius:55% 45% 60% 40%/45% 55% 50% 60%}to{border-radius:45% 55% 50% 50%/50% 45% 55% 50%}}.profile-img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:inherit;z-index:5}@media (max-width: 830px){.profile-wrapper{width:300px;height:300px}.profile-border{width:260px;height:260px}}.skills-section{padding:120px 24px;border-top-left-radius:12px;border-top-right-radius:12px;background:#000;color:#fff;min-height:100vh;opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.skills-section.show{opacity:1;transform:translateY(0)}.skills-container{max-width:1180px;margin:auto}.skills-header{position:sticky;top:1px;background:#000;padding:30px 0;z-index:10;border-bottom:1px solid rgba(255,255,255,.08)}.skills-tag,.skills-heading,.skills-description{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.skills-section.show .skills-tag{opacity:1;transform:translateY(0);transition-delay:.1s}.skills-section.show .skills-heading{opacity:1;transform:translateY(0);transition-delay:.25s}.skills-section.show .skills-description{opacity:1;transform:translateY(0);transition-delay:.4s}.skills-tag{font-size:.85rem;color:#aaa;letter-spacing:.15em;text-transform:uppercase}.skills-heading{font-size:2rem;font-weight:700;margin:8px 0 10px}.skills-description{color:#ccc;max-width:520px;line-height:1.6}.skills-blocks{margin-top:60px;display:flex;flex-direction:column;gap:60px}.skill-block{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.skills-section.show .skill-block{opacity:1;transform:translateY(0)}.skill-block-top{margin-bottom:18px}.skill-block-title{font-size:1.4rem;font-weight:600}.skill-block-subtitle{color:#bbb;font-size:.95rem;margin-top:4px}.skill-items{display:flex;flex-wrap:wrap;gap:32px;row-gap:36px;margin-top:18px}.skill-pill{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(15px);transition:opacity .6s ease,transform .6s ease;width:70px;height:70px}.skills-section.show .skill-pill{opacity:1;transform:translateY(0)}.skill-pill img{width:58px;height:58px;object-fit:contain;filter:brightness(.95) saturate(1.1);transition:transform .35s ease,filter .35s ease}.skill-pill img[alt="Express.js"]{width:78px!important;height:78px!important}.skill-pill:hover img{transform:translateY(-8px) scale(1.12);filter:brightness(1.18) saturate(1.25) drop-shadow(0 6px 18px rgba(255,255,255,.12))}@media screen and (max-width: 768px){.skills-heading{font-size:1.6rem}.skill-items{gap:24px;row-gap:28px}.skill-pill{width:60px;height:60px}.skill-pill img{width:46px;height:46px}}.svg-rocket{position:fixed;bottom:80px;right:60px;width:60px;height:60px;display:grid;place-items:center;background:transparent;border:none;padding:0;cursor:pointer;z-index:99999;opacity:0;pointer-events:none;transform-origin:center;transition:opacity .3s ease,transform .3s ease;overflow:visible}.svg-rocket.visible{opacity:1;pointer-events:auto}.svg-rocket:not(.launch):not(.launching) svg{animation:rocketFloat 2.4s ease-in-out infinite}@keyframes rocketFloat{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.svg-rocket:hover{transform:translateY(-10px) scale(1.05)}.svg-rocket:before,.svg-rocket:after{display:none!important}.svg-rocket .flame,.svg-rocket .rocket-particles{display:none!important}.svg-rocket.launching{transform:translateY(-14px) scale(1.06);transition:transform .2s ease}.svg-rocket.launch{animation:rocketAscend 1.1s cubic-bezier(.22,.9,.22,1) forwards}@keyframes rocketAscend{0%{transform:translateY(0) scale(1);opacity:1}30%{transform:translateY(-30px) scale(1.05)}to{transform:translateY(-900px) scale(.4);opacity:0}}@media (max-width: 480px){.svg-rocket{width:50px;height:50px;right:16px;bottom:140px}}footer{position:fixed;bottom:0;left:0;width:100%;background-color:#000;color:#fff;padding:10px 0;border-top-left-radius:10px;border-top-right-radius:10px;border-top:1px solid #333;text-align:center;z-index:9999;transition:opacity .6s ease,transform .6s ease,max-height .6s ease,padding .6s ease}footer.show{opacity:1;transform:translateY(0);max-height:140px}footer.hide{opacity:0;transform:translateY(80px);max-height:0;padding:0;overflow:hidden}.portfolio-info{font-size:.9em}.portfolio-info h3{font-size:1.1em;opacity:.9;margin:0;text-align:center}.copyright{margin-top:4px;font-size:.7em;opacity:.7}@media screen and (max-width: 1024px){.center-text{display:none}.copyright{font-size:.7em;opacity:.7;margin:auto}}.projects-tab{max-width:1180px;display:flex;justify-content:center;flex-direction:column;margin:100px auto 121.82px}.projects-tab>h2{display:flex;justify-content:center}.project-type{margin:64px 0 24px 20px;font-size:28px}.project-card{margin:0 24px}.project-image{width:300px;height:300px}.project-name,.project-link{width:300px;display:flex;justify-content:center}.project-slider-container{display:flex;overflow-x:auto;white-space:nowrap}.blogs-main{margin:100px auto 121.82px;max-width:1180px}.blog-tile{background-color:#fff;border:1px solid #e0e0e0;width:570px;border-radius:8px;padding:20px;margin:10px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease-in-out}.blog-tile:hover{transform:translateY(-5px)}.blog-tile h3{font-size:1.5rem;margin-bottom:10px}.blog-tile p{font-size:1rem;color:#555}@media screen and (max-width: 1024px){.blogs-main{display:flex;flex-wrap:wrap;justify-content:center}.blog-tile{width:390px;margin:10px}}.experience-main{margin:100px auto 121.82px;max-width:700px;display:flex;flex-direction:column;align-items:center;gap:20px}.exp-tile{text-decoration:none;color:inherit;width:100%}.exp-card{background-color:#fff;border:1px solid #e0e0e0;width:100%;border-radius:8px;padding:20px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease-in-out;display:flex;align-items:center;gap:20px}.exp-card:hover{transform:translateY(-5px)}.exp-logo{width:80px;height:80px;object-fit:contain}.exp-content h2{font-size:1.3rem;margin-bottom:6px;font-weight:700}.exp-content h3{font-size:1.1rem;color:#444;margin-bottom:6px}.duration{font-size:.95rem;color:#777;margin-bottom:10px}.exp-content p{font-size:1rem;color:#555;line-height:1.4}@media screen and (max-width: 768px){.exp-card{flex-direction:column;text-align:center;padding:25px}.exp-logo{width:70px;height:70px}}@media screen and (max-width: 768px){.experience-main{margin-top:120px!important;margin-bottom:140px!important;padding:0 16px!important;width:100%;box-sizing:border-box;gap:26px!important}.exp-card{flex-direction:column!important;align-items:center!important;text-align:center!important;padding:24px 18px!important;gap:14px!important;width:100%}.exp-logo{width:70px!important;height:70px!important}.exp-content h2{font-size:1.2rem!important}.exp-content h3{font-size:1rem!important}.exp-content p,.duration{font-size:.95rem!important;line-height:1.45}}.contact-section{position:fixed;top:0;left:0;width:100%;height:100vh;overflow:hidden;padding:100px 24px 60px;background:#fafafa;color:#111;display:flex;flex-direction:column;align-items:center;gap:28px;animation:fadeUp .7s ease forwards;opacity:0}.fade-up{animation:fadeUp .7s ease forwards;opacity:0}.fade-up-delay{animation:fadeUp .9s ease forwards;opacity:0}.fade-up-delay-2{animation:fadeUp 1.1s ease forwards;opacity:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.contact-header{max-width:700px;text-align:center}.contact-header h1{font-size:3rem;font-weight:800;letter-spacing:-1px}.contact-header p{margin-top:14px;font-size:1.2rem;color:#555;line-height:1.7}.contact-social-row{display:flex;gap:26px;margin-bottom:40px}.c-icon{width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.28);backdrop-filter:blur(18px) saturate(180%);-webkit-backdrop-filter:blur(18px) saturate(180%);border:1px solid rgba(255,255,255,.32);display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 10px 22px #0000001a,inset 0 1px 2px #ffffff8c,inset 0 -2px 3px #00000014;transition:transform .38s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease,background .4s ease,border-color .4s ease}.c-icon img{width:30px;height:30px;opacity:.88;transition:opacity .35s ease,transform .4s cubic-bezier(.175,.885,.32,1.275),filter .4s ease}.c-icon:hover{transform:translateY(-10px) scale(1.1);background:rgba(0,0,0,.85);border-color:#000000e6;box-shadow:0 18px 38px #00000047,0 0 14px #00000073,inset 0 2px 6px #ffffff2e}.c-icon:hover img{opacity:1;filter:brightness(0) invert(1);transform:scale(1.18)}.contact-form{width:100%;max-width:650px;display:flex;flex-direction:column;gap:32px;margin-top:-25px}.input-wrap{position:relative}.input-wrap input,.input-wrap textarea{width:100%;padding:16px 6px;font-size:1.1rem;border:none;border-bottom:1px solid rgba(0,0,0,.25);background:transparent;outline:none;transition:border-color .3s ease,background .3s ease}.input-wrap input:focus,.input-wrap textarea:focus{border-bottom-color:#000;background:rgba(0,0,0,.03)}.input-wrap label{position:absolute;left:6px;top:16px;font-size:1rem;color:#777;transition:.3s ease;pointer-events:none}.input-wrap input:focus+label,.input-wrap textarea:focus+label,.input-wrap input:valid+label,.input-wrap textarea:valid+label{top:-8px;font-size:.82rem;color:#111}.luxury-btn{width:100%;padding:18px 0;border-radius:14px;background:rgba(255,255,255,.22);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(0,0,0,.18);font-size:1.15rem;font-weight:700;color:#111;letter-spacing:.6px;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative;overflow:hidden;transition:transform .25s ease,background .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease}.luxury-btn:hover{transform:translateY(-5px);background:rgba(0,0,0,.85);color:#fff;border-color:#000;box-shadow:0 20px 40px #00000040,inset 0 0 12px #ffffff2e}.luxury-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);transform:translate(-100%);transition:transform .8s ease;z-index:1}.luxury-btn:hover:before{transform:translate(100%)}.luxury-btn span{z-index:2}.luxury-loading{display:flex;gap:6px;align-items:center;justify-content:center}.luxury-dot{width:8px;height:8px;background:#111;border-radius:50%;animation:bounce .6s infinite alternate}.luxury-btn:hover .luxury-dot{background:#fff}.luxury-dot:nth-child(2){animation-delay:.15s}.luxury-dot:nth-child(3){animation-delay:.3s}@keyframes bounce{to{transform:translateY(-6px);opacity:.3}}@media screen and (max-width: 768px){.contact-section{position:relative!important;height:auto!important;min-height:100vh;overflow:visible!important;padding:120px 20px 80px!important;gap:40px!important}.contact-header h1{font-size:2.2rem!important;line-height:1.25}.contact-header p{font-size:1rem!important;padding:0 8px}.contact-social-row{flex-wrap:wrap;justify-content:center;gap:18px!important;margin-bottom:20px!important}.c-icon{width:54px!important;height:54px!important}.c-icon img{width:26px!important;height:26px!important}.contact-form{margin-top:0!important;gap:26px!important;padding:0 8px}.input-wrap input,.input-wrap textarea{font-size:1rem!important;padding:14px 4px!important}.input-wrap label{font-size:.9rem!important}.luxury-btn{padding:14px 0!important;font-size:1.05rem!important;border-radius:12px!important}}
