
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Hero Section */

.hero-section { 
    min-height: 100vh; 
    padding-top: 56px; 
    position: relative;
}


.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

/* Ensure content is above the overlay */
.container {
    z-index: 2;
    position: relative;
}


html {
    scroll-behavior: smooth;
}

#c-progress {
    background-color: #fa8900; /* Orange color */
}

#resume-download
{
    border-radius: 50px;
}

#skills {
  background-color: #f8f9fa;
}

#resume {
  background-color: #111;
  color: #fff;
}

#resume .btn {
  font-weight: bold;
  padding: 10px 25px;
}
