*{
  font-family: 'Poppins', sans-serif;
}

.navbar-brand {
  font-size: 24px;
  font-weight: 700; 
  letter-spacing: 0.5px; 
}

.nav-link {
  font-size: 16px;
  color: #000 !important;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #0d6efd !important;
}

.download_cv{
    background: linear-gradient(90deg, #2563EB, #9333EA);
    border: none; 
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.2s ease, background 0.2s ease;
    padding: 12px 28px;
}

.download_cv:hover {
    background: linear-gradient(90deg, #1e4ed8, #7e22ce);
    transform: scale(1.05);
}

.debug_me{
  color: #374151;
  font-size: 16px;
  font-weight: 600;
  border-color: #c6c5c9;
  padding: 12px 28px;
  border-width: 2px;
  transition: transform 0.2s ease;
}

.debug_me:hover {
  transform: scale(1.05);
}

.custom-hr {
  border: none; 
  height: 6px;
  width: 120px; 
  background: linear-gradient(90deg, #2563EB, #9333EA);
  border-radius: 4px; 
  margin: 20px auto; 
  opacity: 1;
}

.soft-skills-container {
  display: flex;
  flex-wrap: wrap;     
  gap: 10px;           
}

.soft-skills{
  font-weight: 600;
  background-color: #DCFEC7;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
}

.quick-facts{
  padding: 30px; 
  background-color: #F9FAFB;
  border-radius: 10px;
}

.tech-skills{
  background-color: #DBEAFE;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  white-space: nowrap;
}

.tech-skills-container{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;  
}

.custom-gx {
  --bs-gutter-x: 10rem; 
}

.swiper-slide {
  overflow: visible !important;
}
.card {
  height: 520px; /* fixed height for all cards */
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.25),   /* subtle bottom shadow */
    0 1px 4px rgba(0, 0, 0, 0.15);    /* soft surrounding shadow */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}

.card-body .tags {
  margin-top: auto;   /* push tags to the bottom */
  margin-bottom: 1rem; /* mb-4 spacing */
}

.card-body .live-demo {
  margin-top: 0; /* stays right below tags */
}

.card-body .live-demo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #0d6efd;
  transition: color 0.2s ease;
}

.card-body .live-demo a:hover {
  color: #0b5ed7;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 
    0 8px 20px rgba(0, 0, 0, 0.2),    /* slightly deeper on hover */
    0 4px 8px rgba(0, 0, 0, 0.15);
}

.social-links{
  margin-top: 5rem;
}


.tag{
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 6px;
}

.tag.nodejs { background-color: #E0F2F1; color: #00796B; }       
.tag.firebase { background-color: #FFF8E1; color: #FF6F00; }    
.tag.python { background-color: #E3F2FD; color: #1565C0; }      
.tag.bootstrap { background-color: #F0F4FF; color: #1E40AF; }   
.tag.mongodb { background-color: #E8F5E9; color: #1B5E20; } 
.tag.javascript { background-color: #FEF9C3; color:#92400E;}
.tag.java{  background-color: #F3E5F5;color: #6A1B9A;}
.tag.php{  background-color: #F3E8FF;  color: #6A1B9A;}
.tag.mysql{  background-color: #FFF0E6;  color: #D35400;}
.tag.kotlin{  background-color: #F1F8E9;  color: #33691E;}