/* Contact page — Eduma thim-widget-heading + icon box + CF7 two-column (vc_col-sm-6) */

.page-contact #main-content.site-content.contact-wrap {
    padding: 0 0 72px;
    font-family: "Open Sans", Roboto, system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    background: #fff;
}

.page-contact .contact-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Match WPBakery: .vc_custom_1470926290410 */
.page-contact .contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 30px;
    margin-bottom: 80px;
    align-items: start;
}

/* .vc_custom_1470924989540 / .vc_custom_1470924975090 */
.page-contact .contact-col--left {
    padding-right: 30px;
    box-sizing: border-box;
}

.page-contact .contact-col--right {
    padding-left: 30px;
    box-sizing: border-box;
}

.page-contact .contact-col--left > .thim-widget-heading:first-child,
.page-contact .contact-col--right > .thim-widget-heading:first-child {
    padding-top: 22px;
}

/* thim-widget-heading / .sc_heading (Eduma) */
.page-contact .sc_heading {
    margin: 0 0 0;
}

.page-contact .sc_heading .title {
    margin: 0 0 10px;
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    text-align: left;
}

.page-contact .sc_heading .title .thim-color {
    color: #ffb606;
}

.page-contact .sc_heading .sub-heading {
    margin: 0 0 0;
    font-family: "Open Sans", Roboto, system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: #999;
    text-align: left;
}

/* Email block — border from .vc_custom_1470926005243 */
.page-contact .contact-email-band {
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
    padding: 48px 0;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.page-contact .contact-email-band .thim-widget-icon-box {
    width: 100%;
}

.page-contact .smicon-box.iconbox-left {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
}

.page-contact .boxes-icon {
    width: 30px;
    flex-shrink: 0;
    line-height: 0;
}

.page-contact .boxes-icon .inner-icon {
    display: block;
    width: 30px;
    height: 24px;
}

.page-contact .content-inner {
    width: calc(100% - 30px - 15px);
    max-width: calc(100% - 45px);
    padding-left: 15px;
    box-sizing: border-box;
}

.page-contact .article_heading .heading__primary {
    margin: 0 0 6px;
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #333;
    text-align: left;
}

.page-contact .desc-icon-box .desc-content {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.page-contact .desc-icon-box .desc-content a {
    color: #ffb606;
    text-decoration: none;
}

.page-contact .desc-icon-box .desc-content a:hover {
    color: var(--yellow-dark);
    text-decoration: underline;
}

/* Social — .vc_custom_1470926187379 */
.page-contact .contact-social-band {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 48px 0 0;
    border-top: 1px solid #eee;
}

.page-contact .contact-youtube-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 40px;
    padding: 6px 18px 6px 14px;
    font-family: Roboto, "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    text-decoration: none;
    background: #8d9399;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
}

.page-contact .contact-youtube-btn:hover {
    color: #fff;
    background: #7e848b;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}

.page-contact .contact-youtube-btn:active {
    transform: scale(0.98);
}

.page-contact .contact-youtube-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    line-height: 0;
}

.page-contact .contact-youtube-btn__icon svg {
    width: 28px;
    height: 28px;
    display: block;
}

.page-contact .contact-youtube-btn__label {
    padding-right: 4px;
}

/* Right column heading spacing */
.page-contact .contact-col--right .sc_heading {
    margin-bottom: 0;
}

.page-contact .contact-col--right .contact-form-wrap {
    margin-top: 24px;
}

/* CF7-style form */
.page-contact .contact-form {
    max-width: none;
    margin: 0;
}

.page-contact .contact-form p {
    margin: 0 0 14px;
}

.page-contact .contact-form input[type="text"],
.page-contact .contact-form input[type="email"],
.page-contact .contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    font-family: "Open Sans", Roboto, system-ui, sans-serif;
    font-size: 15px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    background: #fff;
    transition: border-color 0.15s ease;
}

.page-contact .contact-form input::placeholder,
.page-contact .contact-form textarea::placeholder {
    color: #999;
    transition: opacity 0.15s ease;
}

.page-contact .contact-form textarea {
    min-height: 160px;
    resize: vertical;
}

.page-contact .contact-form input[type="text"]:focus,
.page-contact .contact-form input[type="email"]:focus,
.page-contact .contact-form textarea:focus {
    outline: none;
    border-color: var(--yellow);
}

.page-contact .contact-form input:focus::placeholder,
.page-contact .contact-form textarea:focus::placeholder {
    opacity: 0;
}

.page-contact .contact-form input[type="submit"] {
    display: inline-block;
    padding: 12px 28px;
    font-family: "Open Sans", Roboto, system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    background: var(--yellow);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.page-contact .contact-form input[type="submit"]:hover {
    background: var(--yellow-dark);
    color: #222;
}

/* Current page: Contact in About submenu */
.page-contact .nav-desktop .sub a[aria-current="page"],
.page-contact .nav-mobile .sub a[aria-current="page"] {
    color: var(--yellow-dark);
}

@media (max-width: 991px) {
    .page-contact .contact-row {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }

    .page-contact .contact-col--left,
    .page-contact .contact-col--right {
        padding-right: 0;
        padding-left: 0;
    }

    .page-contact .contact-col--right {
        margin-top: 40px;
        padding-top: 32px;
        border-top: 1px solid #eee;
    }
}
