/*
 * Custom CSS for: contact
 * Page: /contact
 * Generated: 2026-04-17 07:15:25
 */

/* ============================================
   CONTACT PAGE
=============================================== */
.contact {
    padding: 150px 0px;
}

.contact-wrapper {
    background-image: url("/assets/front/imgs/contact-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 108px 139px 108px 139px;
    color: var(--jdg-white);
}

.contact-subtitle {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    font-size: 3rem;
    line-height: 58px;
    margin-top: 8px;
}

.contact-info p,
.contact-phone {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    font-size: 2rem;
    line-height: 100%;
    margin: 4px 0;
    color: #c1c1c1;
}

.contact-info a,
.contact-info-call a {
    text-decoration: none;
    /* white-space: break-spaces;
  word-wrap: break-word; */
}

/* contact page */
.t-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.t-icon h3 {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--jdg-white);
}

.t-icon i {
    opacity: 0.3;
    font-size: 14px;
}

.t-icon svg path {
    opacity: 0.3;
}

.contact-cn a,
.contact-cn p {
    display: block;
    font-weight: 400;
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: clamp(22px, 2vw, 28px);
    color: #999999;
    margin-bottom: 15px;
}

.contact-cn a:hover {
    color: var(--jdg-white);
}

.pt-150 {
    padding-top: 150px;
    padding-bottom: 0;
}

.contact-map iframe {
    width: 100%;
    height: 600px;
    border-radius: 20px;
}

.contact-bg {
    background-image: url("/assets/front/imgs/JDG_Contact\ us.png");
    background-size: 100% 100%;
    background-repeat: repeat;
    background-position: bottom;
}