body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar {
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.navbar-brand {
    font-weight: 700;
    color: #007bff !important;
}

.nav-link {
    color: #333 !important;
    font-weight: 500;
}

.nav-link:hover, .nav-link.active {
    color: #007bff !important;
}

#hero {
    width: 100%;
    height: 100vh;
    background: url('/assests/img/girl.jpg') no-repeat center center;
    background-size: contain;
    color: #fff;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

#hero .container {
    position: relative;
    z-index: 1;
    text-align: center;
}

#hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

#hero h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.typed-text {
    color: #00ff95;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 12px 30px;
    font-size: 1.2rem;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

#about {
    padding: 60px 0;
}

#about h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

#about h3 {
    font-size: 1.75rem;
    margin-bottom: 15px;
}

.about-img {
    text-align: center;
    margin-bottom: 20px;
}

.about-img img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.about-info {
    margin-top: 30px;
}

.about-info h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.about-info ul {
    list-style: none;
    padding: 0;
}

.about-info ul li {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.skills {
    margin-top: 30px;
}

.skill-item {
    margin-bottom: 15px;
}

.skill {
    font-size: 1rem;
    font-weight: 600;
}

.progress-bar-wrap {
    background: #e9ecef;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 5px;
}

.progress-bar {
    height: 8px;
    background: #007bff;
    width: 0;
    transition: width 1s ease-in-out;
}

.val {
    float: right;
    font-weight: 700;
    color: #007bff;
}
