.navbar {
    background-color: transparent !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%28255, 255, 255, 1%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
}

.section {
    padding: 100px 0;
    text-align: center;
    color: white;
}

.section h2 {
    margin-bottom: 20px;
}

.section .row {
    justify-content: center;
}

.contact-form {
    margin-bottom: 100px;
}

#contact {
    padding: 80px 0;
    background-color: transparent;
}

.section-heading {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.section-heading hr {
    width: 50px;
    border-color: white;
    border-width: 3px;
    margin: 20px auto;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 15px;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.form-control:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    color: white;
    outline: none;
}

.btn-primary {
    background-color: #dc3545;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.btn-primary:hover {
    background-color: #c82333;
    color: white;
}

.btn-primary.send-button {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary.send-button:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

label {
    color: white;
}

::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
    .section-heading {
        font-size: 28px;
    }
}

footer {
    background: transparent;
    padding: 20px;
    position: relative;
    bottom: 0;
    width: 100%;
}

#social {
    background-color: transparent;
    padding: 80px 0;
}

.social-icon {
    font-size: 36px;
    color: #fff;
    text-decoration: none;
}

.social-icon:hover {
    color: #CCCC;
}

.section-heading {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
