/* wqy contact page */
.contact-info,
.faq p {
    font-size: 1.1rem;
}

.gradient-label {
    font-size: 3rem !important;
    font-weight: bold !important;
    background: linear-gradient(to right, #68383C, #9370DB) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

.gradient-line {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #68383C, #21274C);
    margin-bottom: 15px;
}

.info-label,
.faq-label {
    background-color: black;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 1.25rem;
}

.container-fluid.contact-label {
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
}

.contact-info {
    background-color: #F5F5F5;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.contact-info .info-content {
    flex-grow: 1;
}

.contact-info .img-container {
    text-align: center;
    margin-left: 20px;
}

.contact-info .img-fluid {
    max-width: 100%;
    height: auto;
}

.contact-info h4 {
    margin-top: 20px;
}

.contact-info p {
    margin-bottom: 20px;
}

.contact-info a.link {
    color: #007bff;
    text-decoration: none;
}

.contact-info a.link:hover {
    text-decoration: underline;
}

.img-fluid.contact-image{
    aspect-ratio: 1;
    width: 368px;
    height: auto;
}

.faq {
    background-color: #F5F5F5;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.faq-header {
    font-family: var(--display-font);
    font-weight: bold;
}

.faq h2 {
    text-align: center;
}

.faq .divider {
    border: 0;
    height: 1px;
    background: #6c757d;
    margin: 20px 0;
}

.faq-item {
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .contact-info .img-container {
        display: none;
    }
}
/* wqy contact page */