*{margin:0;padding:0;box-sizing:border-box;border-radius:0 !important}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:radial-gradient(circle at center,#667eea 0%,#764ba2 50%,#2c3e50 100%);color:white;min-height:100vh;overflow-x:hidden;margin:0;padding:0}
*{font-family:'Inter',sans-serif}
.navbar{position:fixed;top:0;left:0;right:0;background:rgba(0,0,0,0.2);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.1);z-index:1000;padding:0;transition:transform 0.3s ease-in-out}
.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px}
.nav-logo{font-size:1.5rem;font-weight:700;color:white}
.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}
.nav-item{margin:0}
.nav-link{color:white;text-decoration:none;font-weight:500;font-size:1rem;transition:all 0.3s ease;padding:0.5rem 1rem;border-radius:20px;position:relative}
.nav-link:hover{background:rgba(255,255,255,0.1);transform:translateY(-2px)}
.nav-link::after{content:'';position:absolute;bottom:-5px;left:50%;width:0;height:2px;background:linear-gradient(90deg,#4facfe,#00f2fe);transition:all 0.3s ease;transform:translateX(-50%)}
.nav-link:hover::after{width:80%}
.timeline-wrapper{display:flex;align-items:center;justify-content:center;padding:0;min-height:auto}
.timeline-container{display:flex;align-items:center;justify-content:center;min-height:auto;padding:1rem}
.circular-timeline{position:relative;width:600px;height:600px;display:flex;align-items:center;justify-content:center}
.center-content{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10;width:100%;max-width:800px}
.center-logo{margin-bottom:1rem}
.logo-circle{width:120px;height:120px;background:linear-gradient(135deg,#4facfe,#00f2fe);border-radius:50% !important;display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 0 30px rgba(79,172,254,0.6);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
.logo-text{font-size:1.2rem;font-weight:700;color:white}
.center-info h2{font-size:1.5rem;font-weight:600;margin-bottom:0.5rem;color:white;max-width:none;width:100%;white-space:nowrap}
.center-info p{font-size:0.9rem;opacity:0.8;line-height:1.4;max-width:350px;margin-left:auto;margin-right:auto}
.timeline-ring{position:relative;width:100%;height:100%;transform-origin:center;transition:transform 0.8s cubic-bezier(0.4,0,0.2,1)}
.ring-dot{position:absolute;top:0;left:50%;transform:translateX(-50%);width:20px;height:20px;background:linear-gradient(135deg,#4facfe,#00f2fe);border-radius:50%;box-shadow:0 0 20px rgba(79,172,254,0.8);z-index:5;transition:all 0.3s ease;cursor:pointer}
.ring-dot.active{transform:translateX(-50%) scale(1.5);box-shadow:0 0 30px rgba(79,172,254,1)}
.navigation-buttons{position:absolute;bottom:60px;left:50%;transform:translateX(-50%);display:flex;gap:2rem;z-index:10}
.nav-btn-container{display:flex;flex-direction:column;align-items:center;gap:0.5rem}
.nav-btn-label{font-size:0.75rem;color:rgba(255,255,255,0.6);font-weight:500;text-transform:lowercase;letter-spacing:0.5px}
.nav-btn{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);border-radius:50% !important;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:white;cursor:pointer;transition:all 0.3s ease;backdrop-filter:blur(10px);opacity:0.7}
.nav-btn:hover{background:rgba(255,255,255,0.2);transform:scale(1.1);opacity:1}
.progress-ring{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}
.progress-svg{width:100%;height:100%;transform:rotate(-90deg)}
.progress-fill{transition:stroke-dashoffset 0.8s cubic-bezier(0.4,0,0.2,1);stroke-dashoffset:0;stroke-dasharray:283}
@media (max-width:768px){.circular-timeline{width:450px;height:450px}
.navigation-buttons{bottom:45px;gap:1.5rem}
.nav-btn{width:50px;height:50px}
.nav-btn-label{font-size:0.75rem}
.center-content{max-width:350px}
.logo-circle{width:100px;height:100px}
.logo-text{font-size:1rem}
.center-info h2{font-size:1.3rem;white-space:normal;line-height:1.3}
.center-info p{font-size:0.9rem;max-width:320px;line-height:1.3}
}
@media (max-width:480px){.circular-timeline{width:350px;height:350px}
.navigation-buttons{bottom:35px;gap:1rem}
.nav-btn{width:45px;height:45px}
.nav-btn-label{font-size:0.7rem}
.timeline-container{padding:1rem}
.center-content{max-width:280px}
.logo-circle{width:80px;height:80px}
.logo-text{font-size:0.9rem}
.center-info h2{font-size:1.1rem;white-space:normal;line-height:1.2}
.center-info p{font-size:0.8rem;max-width:250px;line-height:1.2}
}
.section{padding:100px 0 40px;display:flex;align-items:center;justify-content:center}
.section-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}
.section-title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}
.about-text p{font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem;opacity:0.9}
.about-stats{display:flex;flex-direction:column;gap:2rem}
.stat-item{text-align:center;padding:1.5rem 2rem;background:rgba(255,255,255,0.1);border-radius:15px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);min-width:200px}
.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#4facfe;margin-bottom:0.5rem}
.stat-label{font-size:1rem;opacity:0.8}
.download-resume-btn{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4facfe,#00f2fe);color:white;text-decoration:none;padding:1rem 1.5rem;border-radius:25px;font-weight:600;font-size:1rem;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(79,172,254,0.3)}
.download-resume-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(79,172,254,0.4);color:white;text-decoration:none}
.skills-grid{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:start}
.left-column{display:flex;flex-direction:column;gap:2rem;height:675px}
.skills-column{background:rgba(255,255,255,0.1);padding:2rem 2rem 2rem 2rem;border-radius:20px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);display:flex;flex-direction:column;align-items:center;gap:0.1rem;height:calc(675px * 0.7 - 1rem)}
.skills-column h3{font-size:1.3rem;font-weight:600;color:#4facfe;margin:0;text-align:center}
.additional-info-column{background:rgba(255,255,255,0.1);padding:2rem;border-radius:20px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);display:flex;flex-direction:column;height:calc(675px * 0.3 - 1rem)}
.additional-info-column h3{font-size:1.3rem;font-weight:600;color:#4facfe;margin:0;text-align:center}
.info-box{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0}
.info-box p{color:rgba(255,255,255,0.8);line-height:1.6;text-align:center;margin:0}
.info-box h4{color:rgba(255,255,255,0.6);font-size:1rem;font-weight:500;font-style:italic;text-align:center;margin:0.5rem 0 0.5rem 0;line-height:1.3}
.skill-list{display:flex;flex-direction:column;gap:1rem;width:100%}
.skill-item{display:flex;justify-content:space-between;align-items:center;padding:0.8rem 1rem;background:rgba(255,255,255,0.05);border-radius:10px;border:1px solid rgba(255,255,255,0.1);transition:all 0.3s ease;cursor:pointer}
.skill-item:hover{background:rgba(79,172,254,0.1);border-color:#4facfe;transform:translateY(-2px)}
.skill-item .skill-name{font-size:1rem;font-weight:500;color:white}
.skill-item .skill-level{font-size:0.9rem;font-weight:600;color:#4facfe;padding:0.3rem 0.8rem;background:rgba(79,172,254,0.2);border-radius:15px}
.radar-chart{width:400px;height:400px;position:relative;margin-top:-1rem}
.radar-svg{width:100%;height:100%}
.skill-point{transition:all 0.3s ease;cursor:pointer;r:6}
.skill-point:hover{r:8;fill:#00f2fe;transform:scale(1.2)}
.skill-area{fill-opacity:0;stroke-dasharray:1000;stroke-dashoffset:1000;transition:all 2s ease-in-out}
.skill-area.animate{fill-opacity:0.3;stroke-dashoffset:0}
.skill-point{opacity:0;transform:scale(0);transition:all 0.5s ease-in-out}
.skill-point.animate{opacity:1;transform:scale(1)}
.chart-label{font-family:'Inter',sans-serif;font-size:14px;font-weight:500;fill:rgba(255,255,255,0.9);text-anchor:middle;dominant-baseline:middle;opacity:0;transition:all 0.5s ease-in-out;cursor:pointer}
.chart-label:hover{fill:#4facfe;font-size:16px}
.chart-label.animate{opacity:1}
.chart-instruction{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);font-size:12px;color:rgba(255,255,255,0.6);font-style:italic;pointer-events:none}
.skill-details-modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);backdrop-filter:blur(5px)}
.modal-content{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);border-radius:20px;margin:10% auto;padding:2rem;width:80%;max-width:500px;position:relative;animation:modalSlideIn 0.3s ease-out}
@keyframes modalSlideIn{from{opacity:0;transform:translateY(-50px)}
to{opacity:1;transform:translateY(0)}
}
.close-modal{position:absolute;top:1rem;right:1.5rem;font-size:2rem;font-weight:bold;color:rgba(255,255,255,0.7);cursor:pointer;transition:color 0.3s ease}
.close-modal:hover{color:#4facfe}
.modal-content h2{color:#4facfe;font-size:2rem;margin-bottom:1.5rem;text-align:center}
.skill-experience{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}
.experience-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:rgba(255,255,255,0.05);border-radius:10px;border:1px solid rgba(255,255,255,0.1)}
.experience-label{font-size:1rem;color:rgba(255,255,255,0.8)}
.experience-value{font-size:1.1rem;font-weight:600;color:#4facfe}
.skill-description{font-size:1rem;line-height:1.6;color:rgba(255,255,255,0.9);text-align:center}
.projects-column{background:rgba(255,255,255,0.1);padding:2rem;border-radius:20px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);display:flex;flex-direction:column;height:675px;max-width:100%;overflow:hidden}
.projects-column h3{font-size:1.3rem;font-weight:600;color:#4facfe;margin:0 0 1rem 0;text-align:center}
.projects-carousel{flex-grow:1;display:flex;flex-direction:column}
.carousel-container{flex-grow:1;overflow:hidden;position:relative}
.carousel-track{display:flex;transition:transform 0.5s ease-in-out;height:100%}
.project-slide{min-width:100%;display:flex;flex-direction:column;opacity:0;transition:opacity 0.5s ease-in-out}
.project-slide.active{opacity:1}
.project-image{height:200px;background:linear-gradient(135deg,#4facfe,#00f2fe);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;margin-top:1rem}
.project-placeholder{font-size:3rem;font-weight:700;color:white;text-shadow:0 2px 4px rgba(0,0,0,0.3)}
.project-images-container{display:flex;width:100%;height:100%;gap:0}
.project-image-left,.project-image-right{flex:1;width:50%;height:100%;object-fit:cover;object-position:center}
.project-single-image{max-width:100%;max-height:100%;object-fit:contain;object-position:center}
.discord-bot-image{background:transparent !important}
.tyrs-glory-image{background:transparent !important}
.network-routing-image{background:transparent !important}
.project-content h4{color:white;font-size:1.3rem;font-weight:600;margin-bottom:0.8rem}
.project-content p{color:rgba(255,255,255,0.8);line-height:1.6;margin-bottom:1rem}
.project-tech{display:flex;flex-wrap:wrap;gap:0.5rem}
.tech-tag{background:rgba(79,172,254,0.2);color:#4facfe;padding:0.3rem 0.8rem;border-radius:15px;font-size:0.9rem;font-weight:500;cursor:pointer;transition:all 0.3s ease}
.tech-tag:hover{background:rgba(79,172,254,0.6);color:white;transform:scale(1.05)}
.carousel-controls{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}
.carousel-btn{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:white;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;border-radius:50%}
.carousel-btn:hover{background:rgba(79,172,254,0.2);border-color:#4facfe;transform:scale(1.1)}
.carousel-dots-container{display:flex;flex-direction:column;align-items:center;gap:0.9rem}
.carousel-instruction{font-size:12px;color:rgba(255,255,255,0.6);font-style:italic;pointer-events:none}
.carousel-dots{display:flex;gap:0.5rem}
.dot{width:10px;height:10px;background:rgba(255,255,255,0.3);border-radius:50%;cursor:pointer;transition:all 0.3s ease}
.dot.active{background:#4facfe;transform:scale(1.2)}
.tech-details-modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);backdrop-filter:blur(5px)}
.tech-modal-header{text-align:center;margin-bottom:1.5rem}
.tech-name{color:#4facfe;font-size:2rem;font-weight:600;margin-bottom:0.5rem}
.project-title{color:rgba(255,255,255,0.9);font-size:1.3rem;font-weight:500;margin:0;font-style:italic}
.tech-usage{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}
.usage-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:rgba(255,255,255,0.05);border-radius:10px;border:1px solid rgba(255,255,255,0.1)}
.usage-label{font-size:1rem;color:rgba(255,255,255,0.8)}
.usage-value{font-size:1.1rem;font-weight:600;color:#4facfe}
.tech-description{font-size:1rem;line-height:1.6;color:rgba(255,255,255,0.9);text-align:center}
.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}
.project-card{background:rgba(255,255,255,0.1);border-radius:20px;overflow:hidden;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);transition:transform 0.3s ease}
.project-card:hover{transform:translateY(-10px)}
.project-image{height:225px;background:linear-gradient(135deg,#4facfe,#00f2fe);display:flex;align-items:center;justify-content:center}
.project-placeholder{font-size:1.5rem;font-weight:600;color:white}
.project-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;margin-top:0.5rem}
.project-content h3{font-size:1.3rem;margin-bottom:1rem;color:#4facfe}
.project-content p{line-height:1.6;margin-bottom:1.5rem;opacity:0.9;flex-grow:1}
.project-tech{display:flex;flex-wrap:wrap;gap:0.5rem}
.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:stretch}
.contact-info{display:flex;flex-direction:column;gap:2rem;height:100%}
.contact-item{background:rgba(255,255,255,0.1);padding:1.5rem;border-radius:15px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2)}
.contact-item .contact-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}
.contact-text{flex:1}
.contact-item h3{color:#4facfe;margin-bottom:0.5rem;font-size:1.2rem}
.contact-link{color:white;text-decoration:none;opacity:0.9;font-size:1rem;transition:all 0.3s ease}
.contact-link:hover{opacity:1;color:#4facfe;text-decoration:underline}
.contact-logo{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(79,172,254,0.2);border-radius:50%;color:#4facfe;transition:all 0.3s ease;text-decoration:none;cursor:pointer}
.contact-logo:hover{background:rgba(79,172,254,0.3);transform:scale(1.1);color:white}
.contact-logo svg{width:24px;height:24px}
.contact-form{background:rgba(255,255,255,0.1);padding:1.5rem;border-radius:20px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);height:100%;display:flex;flex-direction:column}
.contact-form form{height:100%;display:flex;flex-direction:column}
.form-group{margin-bottom:1rem}
.form-fields{flex-grow:1;display:flex;flex-direction:column}
.form-group:last-of-type{margin-bottom:1rem;flex-grow:1;display:flex;flex-direction:column}
.form-group input,.form-group textarea{width:100%;padding:0.8rem;border:1px solid rgba(255,255,255,0.3);border-radius:10px;background:rgba(255,255,255,0.1);color:white;font-family:'Inter',sans-serif;font-size:1rem;transition:border-color 0.3s ease;box-sizing:border-box}
.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,0.7)}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4facfe}
.form-group:last-of-type textarea{flex-grow:1;resize:none}
.submit-btn{background:linear-gradient(135deg,#4facfe,#00f2fe);color:white;border:none;padding:1rem 2rem;border-radius:25px;font-family:'Inter',sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:transform 0.3s ease;width:100%}
.submit-btn:hover{transform:translateY(-2px)}
#timeline.section{padding:100px 0 5px}
#timeline .section-title{margin-bottom:0.2rem}
.footer{background:rgba(0,0,0,0.3);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,0.1);padding:3rem 0 1rem;margin-top:2rem}
.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}
.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}
.footer-section h3{color:#4facfe;font-size:1.5rem;margin-bottom:1rem;font-weight:600}
.footer-section h4{color:#4facfe;font-size:1.2rem;margin-bottom:1rem;font-weight:500}
.footer-section p{color:rgba(255,255,255,0.8);line-height:1.6;margin-bottom:0.5rem}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin-bottom:0.5rem}
.footer-links a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.3s ease}
.footer-links a:hover{color:#4facfe}
.footer-social{display:flex;gap:1rem}
.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(79,172,254,0.2);border-radius:50%;color:#4facfe;text-decoration:none;transition:all 0.3s ease}
.social-link:hover{background:rgba(79,172,254,0.3);transform:translateY(-2px);color:white}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;text-align:center}
.footer-bottom p{color:rgba(255,255,255,0.6);font-size:0.9rem;margin:0}
/* Mobile Navigation */
@media (max-width:768px){
  .nav-container{
    padding: 0 1rem;
    flex-wrap: wrap;
    height: auto;
    min-height: 70px;
    justify-content: center;
  }
  
  .nav-logo{
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  
  .nav-menu{
    width: 100%;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0;
    flex-wrap: wrap;
  }
  
  .nav-link{
    font-size: 0.85rem;
    padding: 0.3rem 0.6rem;
    white-space: nowrap;
  }
  
  .section-title{
    font-size: 2rem;
  }
  
  .about-content,.contact-content{
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .skills-grid{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .left-column{
    height: auto;
    gap: 1.5rem;
  }
  
  .skills-column{
    height: auto;
    padding: 1.5rem;
  }
  
  .additional-info-column{
    height: auto;
    padding: 1.5rem;
  }
  
  .projects-column{
    height: auto;
    padding: 1.5rem;
  }
  
  .radar-chart{
    width: 350px;
    height: 350px;
    margin: 0 auto;
    max-width: 100%;
  }
  
  .project-slide{
    padding: 0.5rem;
  }
  
  .project-images-container{
    gap: 0.2rem;
  }
  
  .chart-instruction{
    font-size: 13px;
    white-space: nowrap;
  }
  
  .carousel-controls{
    position: relative;
    margin-top: 1rem;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  
  .carousel-dots-container{
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .carousel-btn{
    width: 35px;
    height: 35px;
    flex-shrink: 0;
  }
  
  .prev-btn{
    order: 2;
  }
  
  .next-btn{
    order: 3;
  }
  
  .carousel-dots{
    justify-content: center;
  }
  
  .projects-grid{
    grid-template-columns: 1fr;
  }
  
  .footer-content{
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  
  .footer-social{
    justify-content: center;
  }
  
  .download-resume-btn{
    padding: 1.1rem 1.5rem;
    font-size: 1.05rem;
    min-height: 44px;
  }
  
  .form-group input,
  .form-group textarea{
    padding: 0.9rem;
    min-height: 44px;
  }
  
  .submit-btn{
    padding: 1.1rem 2rem;
    font-size: 1.05rem;
    min-height: 44px;
  }
}

/* Extra small mobile devices */
@media (max-width:480px){
  .nav-container{
    padding: 0 0.5rem;
  }
  
  .nav-menu{
    gap: 0.3rem;
  }
  
  .nav-link{
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
  }
  
  .section-title{
    font-size: 1.8rem;
  }
  
  .section-container{
    padding: 0 1rem;
  }
  
  .about-text p{
    font-size: 1rem;
  }
  
  .stat-item{
    padding: 1rem;
    min-width: auto;
  }
  
  .stat-number{
    font-size: 2rem;
  }
  
  .skills-column,
  .additional-info-column,
  .projects-column{
    padding: 1rem;
  }
  
  .radar-chart{
    width: 300px;
    height: 300px;
    max-width: 100%;
  }
  
  .project-slide{
    padding: 0.25rem;
  }
  
  .project-images-container{
    gap: 0.1rem;
  }
  
  .chart-label{
    font-size: 14px;
  }
  
  .project-image{
    height: 150px;
  }
  
  .project-content h4{
    font-size: 1.1rem;
  }
  
  .project-content p{
    font-size: 0.9rem;
  }
  
  .tech-tag{
    font-size: 0.8rem;
    padding: 0.25rem 0.6rem;
  }
  
  .carousel-btn{
    width: 30px;
    height: 30px;
  }
  
  .carousel-instruction{
    font-size: 10px;
  }
  
  .chart-instruction{
    font-size: 12px;
    white-space: nowrap;
  }
  
  .skill-point{
    r: 8;
  }
  
  .chart-label{
    font-size: 13px;
  }
  
  .contact-item{
    padding: 1rem;
  }
  
  .contact-item h3{
    font-size: 1.1rem;
  }
  
  .contact-link{
    font-size: 0.9rem;
  }
  
  .form-group input,
  .form-group textarea{
    font-size: 0.9rem;
    padding: 0.8rem;
    min-height: 44px;
  }
  
  .download-resume-btn{
    padding: 1.2rem 1.5rem;
    font-size: 1.1rem;
    min-height: 44px;
  }
  
  .submit-btn{
    padding: 1.2rem 2rem;
    font-size: 1.1rem;
    min-height: 44px;
  }
}
