
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #fff;
    color: #333;
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}


.contactuskv-container {
    position: relative;
    display: block;
    max-width: 100%;
    overflow: hidden;
    height: clamp(300px, 50vh, 600px);
    z-index: 1;
}

.contactuskv-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contactuskv-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.25rem, 5vw, 3.125rem);
    box-sizing: border-box;
    background: linear-gradient(to left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0) 70%);
    justify-content: flex-end;
    align-items: flex-start;
}

.contactuskv-maintitle {
    color: #ffffff;
    font-size: clamp(1.2rem, 4vw, 2rem);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0 0 2rem 0;
    max-width: 25ch;
    line-height: 1.2;
    white-space: normal;

}





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}



.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    z-index: 1;
    flex: 1;
    margin-bottom: 60px;
}


.page-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    align-items: center;
}

.section-title {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 600;
    color: #000000;
    margin: 40px 0 20px;
    display: flex;
    align-items: center;
}


.page-title i, .section-title i, .contact-item i {
    margin-right: 15px;
    color: #000000;
    width: 30px;
    text-align: center;
    font-size: 1.2rem;
}


.content p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    z-index: 1;
}


.faq-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.faq-link:hover {
    color: #004080;
    text-decoration: underline;
}


.container .contact-info {
    margin-top: 40px;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contact-info h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.contact-item {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.contact-item a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #004080;
    text-decoration: underline;
}


.feedback {
    margin-top: 40px;
}


.page-overlay {
    display: none !important;
}


.contact-item span {
    font-size: 1.2rem;
}

.contact-item a[href^="mailto:"] {
    color: #333;
    text-decoration: none;
}

.contact-item a[href^="mailto:"]:hover,
.contact-item a[href^="mailto:"]:active,
.contact-item a[href^="mailto:"]:visited {
    color: #333;
    text-decoration: none;
}

html, body {
    height: 100%;
    overflow-x: hidden;
}
.footer {
    position: relative;
    z-index: 999 !important;
    clear: both;
}


.footer .contact-info a {
    position: relative;
    z-index: 1000 !important;
    color: #cccccc !important;
    text-decoration: none !important;
}

.footer .contact-info a:hover {
    color: #4da6ff !important;
}