body {
    scroll-behavior: smooth;
}

.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.85) !important;
    transition: background-color 0.4s ease;
}

.header-img {
    height: 100vh;
    background: url('../images/head.jpg') no-repeat center center/cover;
    padding-top: 100px;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

section h2 {
    font-weight: bold;
}

.logo {
    width: 30px;
}

.white-logo {
    width: 70%;
    margin-bottom: 20px;
}

section p,
section ul {
    font-size: 1.1rem;
}

h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Gambetta', serif;
    letter-spacing: -3px;
    transition: 700ms ease;
    font-variation-settings: "wght" 311;
    margin-bottom: 0.8rem;
    color: rgb(111, 105, 38);
    outline: none;
    text-align: center;
}

h2:hover {
    font-variation-settings: "wght" 582;
    letter-spacing: 1px;
}

.list-unstyled {
    list-style: none;
}

.email {
    color: yellow;
}

.custom-list {
    list-style: none;
    padding-left: 0;
    text-align: left;
    /* 🔧 Force left alignment */
    display: inline-block;
    /* So it doesn't stretch full width if inside center */
    margin: 0 auto;
    /* Center the whole list box in the section */
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    text-align: left;
}

.custom-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #007BFF;
    font-size: 18px;
}