/* Minimal styles for the work overlay and quote carousel */

/* Project Tech Stack Styles */
.project-tech{padding:15px;background-color:#1A1A1A;border-radius:0 0 12px 12px}.tech-label{display:block;font-size:12px;margin-bottom:10px;color:#9E9E9E}.tech-stack{display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start;align-items:center}.tech-item{display:flex;flex-direction:column;align-items:center;gap:5px}.tech-icon{font-size:20px;margin-bottom:5px}.tech-item span{font-size:11px;white-space:nowrap}

/* Portfolio Highlight Section */
.portfolio-highlight{margin-top:80px;padding:50px 0;border-top:1px solid rgba(255,255,255,0.1)}.portfolio-heading{font-size:32px;margin-bottom:40px;text-align:center;position:relative;opacity:0;animation:fadeUp 0.8s ease forwards 0.2s}.portfolio-heading:after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(135deg,#D12C2C,#FF6B6B)}.portfolio-content{display:flex;flex-direction:column;align-items:center}.portfolio-info{max-width:800px;text-align:center;opacity:0;animation:fadeUp 0.8s ease forwards 0.4s}.portfolio-description{font-size:16px;line-height:1.7;margin-bottom:40px}.portfolio-stats{display:flex;justify-content:center;gap:50px;margin-bottom:40px;flex-wrap:wrap}.stat-item{text-align:center}.stat-value{font-size:32px;font-weight:700;margin-bottom:5px;background:linear-gradient(135deg,#D12C2C,#FF6B6B);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:14px;color:#9E9E9E}.portfolio-tech{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}

/* Light Theme Support */
[data-theme="light"] .project-tech{background-color:#F5F5F5}
[data-theme="light"] .tech-label{color:#757575}
[data-theme="light"] .tech-item span{color:#212121}
[data-theme="light"] .quote{color:#212121;border-left-color:#D12C2C}
[data-theme="light"] .quote-author{color:#212121}
[data-theme="light"] .portfolio-highlight{border-top-color:rgba(0,0,0,0.1)}
[data-theme="light"] .stat-label{color:#757575}
[data-theme="light"] .stat-value{background:linear-gradient(135deg,#D12C2C,#FF6B6B)}
[data-theme="light"] .portfolio-description{color:#212121}

/* Status Circle Fixes */
.status-circle{position:absolute;top:15px;left:15px;width:12px;height:12px;border-radius:50%;z-index:10;box-shadow:0 0 0 2px rgba(0,0,0,0.1)}
.status-circle.completed{background:#4CAF50}
.status-circle.in-progress{background:#FF9800}

/* Contact Section */
.contact{background-color:#0A0A0A;color:#FFFFFF;position:relative}.contact-content{display:flex;flex-wrap:wrap;gap:50px;justify-content:space-between;align-items:flex-start}.contact-info{flex:1;min-width:300px;max-width:500px;opacity:0;transform:translateY(30px);animation:fadeUp 0.8s ease forwards 0.2s}.contact-text{margin-bottom:40px}.contact-text p{margin-bottom:20px;font-size:16px;line-height:1.7}.availability{display:flex;align-items:center;gap:10px;padding:10px 15px;background:rgba(76,175,80,0.1);border-radius:8px;display:inline-flex;transition:background-color 0.3s ease}.status-indicator{width:10px;height:10px;background-color:#4CAF50;border-radius:50%;display:inline-block;position:relative}.status-indicator::after{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;background-color:rgba(76,175,80,0.4);animation:pulse-ring 1.5s cubic-bezier(0.215,0.61,0.355,1) infinite}@keyframes pulse-ring{0%{transform:scale(0.7);opacity:0.5}50%{transform:scale(1);opacity:0.2}100%{transform:scale(1.3);opacity:0}}.social-links{display:flex;gap:15px;margin-bottom:30px}.social-link{width:50px;height:50px;border-radius:50%;background-color:#1A1A1A;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all 0.3s cubic-bezier(0.68,-0.55,0.27,1.55);position:relative}.social-link:hover{transform:translateY(-5px);background:linear-gradient(135deg,#D12C2C,#FF6B6B);color:white}.contact-form-container{flex:1;min-width:300px;max-width:600px;background-color:#1A1A1A;border-radius:12px;padding:40px;box-shadow:0 5px 15px rgba(0,0,0,0.2);opacity:0;transform:translateY(30px);animation:fadeUp 0.8s ease forwards 0.4s}

/* Light Theme Support for Contact Section */
[data-theme="light"] .contact{background-color:#FFFFFF;color:#212121}
[data-theme="light"] .social-link{background-color:#EEEEEE}
[data-theme="light"] .contact-form-container{background-color:#F5F5F5;box-shadow:0 5px 15px rgba(0,0,0,0.1)}

/* Contact Form Styles */
.contact-form{width:100%}.form-group{margin-bottom:25px}.form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;letter-spacing:0.5px}.input-wrapper{position:relative}.input-line{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(135deg,#D12C2C,#FF6B6B);transform:scaleX(0);transform-origin:left;transition:transform 0.3s ease}.input-wrapper input:focus+.input-line,.input-wrapper textarea:focus+.input-line{transform:scaleX(1)}input,textarea{width:100%;padding:10px 0;background:transparent;border:none;border-bottom:1px solid #4B5563;color:#FFFFFF;font-size:16px;transition:border-color 0.3s ease}textarea{min-height:120px;resize:vertical}input:focus,textarea:focus{outline:none;border-color:#FF5252}.submit-btn{background:linear-gradient(135deg,#D12C2C,#FF6B6B);color:white;padding:12px 30px;border-radius:30px;font-weight:600;font-size:14px;cursor:pointer;transition:transform 0.3s cubic-bezier(0.68,-0.55,0.27,1.55),box-shadow 0.3s ease;box-shadow:0 5px 15px rgba(209,44,44,0.3);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:10px}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(209,44,44,0.5)}.submit-btn i{font-size:14px;transition:transform 0.3s ease}.submit-btn:hover i{transform:translateX(3px)}

/* Light Theme Support for Form */
[data-theme="light"] input,[data-theme="light"] textarea{border-bottom-color:#757575;color:#212121}

/* Footer Styles */
footer{background-color:#1A1A1A;padding:40px 0;position:relative}.footer-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;max-width:1200px;margin:0 auto;padding:0 20px}.footer-logo{font-family:'Montserrat',sans-serif;font-weight:700;font-size:20px;color:#FF5252;margin-bottom:10px}.footer-text{font-size:14px;color:#4B5563;margin-bottom:15px}.footer-social{display:flex;gap:15px;margin-bottom:20px}.footer-social a{font-size:20px;color:#4B5563;transition:color 0.3s ease,transform 0.3s ease}.footer-social a:hover{color:#FF5252;transform:translateY(-3px)}.back-to-top{display:inline-flex;align-items:center;gap:8px;color:#4B5563;font-size:14px;transition:color 0.3s ease;margin-top:10px}.back-to-top:hover{color:#FF5252}.back-to-top i{transition:transform 0.3s ease}.back-to-top:hover i{transform:translateY(-3px)}.scroll-top-btn{position:fixed;bottom:30px;right:30px;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#D12C2C,#FF6B6B);color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 5px 15px rgba(209,44,44,0.3);opacity:0;transform:translateY(20px);transition:opacity 0.3s ease,transform 0.3s ease,box-shadow 0.3s ease;z-index:99}.scroll-top-btn.visible{opacity:1;transform:translateY(0)}.scroll-top-btn:hover{box-shadow:0 8px 25px rgba(209,44,44,0.5);transform:translateY(-3px)}

/* Light Theme Support for Footer */
[data-theme="light"] footer{background-color:#F5F5F5}
[data-theme="light"] .footer-text{color:#424242}
[data-theme="light"] .footer-social a{color:#424242}
[data-theme="light"] .back-to-top{color:#424242}

/* Fix Technical Expertise Heading */
.skills-heading.text-left {
    text-align: center !important;
    margin: 0 auto;
    display: block;
}
.skills-heading.text-left:after {
    left: 50% !important;
    transform: translateX(-50%) !important;
} 