body {
    background-color: #082a25;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

.main-wrapper {
    min-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.logo {
    max-width: 600px;
    height: auto;
}

.content-section p.text-uppercase {
    color: #a0c0b8;
    letter-spacing: 1px;
}

.content-section h1 {
    line-height: 1.1;
    font-weight: 700;
}

.accent-text {
    border-left: 4px solid #7cc4b0;
    padding-left: 20px;
    max-width: 500px;
}

.accent-text p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.contact-card {
    background-color: #0d3a34;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.custom-input {
    background-color: #0a2a25 !important;
    border: 1px solid #1a4a44 !important;
    color: #ffffff !important;
    padding: 12px 15px;
    border-radius: 0;
}

.custom-input::placeholder {
    color: #70908a !important;
    font-size: 0.8rem;
}

.custom-input:focus {
    box-shadow: none !important;
    border-color: #7cc4b0 !important;
}

.btn-submit {
    background-color: #ffc107;
    color: #000;
    font-weight: bold;
    border: none;
    padding: 12px;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #e0a800;
}

.contact-info {
    font-size: 0.9rem;
    color: #a0c0b8;
}

.contact-info i {
    font-size: 1.2rem;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-icon {
    background-color: #0a2a25;
    color: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.social-icon:hover {
    background-color: #1a4a44;
    color: #ffffff;
}

.footer {
    background-color: #051f1b;
    padding: 20px 0;
    font-size: 0.8rem;
    border-top: 1px solid #0d3a34;
}
