.elementor-1167 .elementor-element.elementor-element-4194ae7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-1167 .elementor-element.elementor-element-5e78be4.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5e78be4 *//* =========================
   BASE / TYPOGRAPHY
========================= */
.ch-contact-new {
    background: #f5f6f7;
    padding: 70px 20px 90px;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    color: #4A4A4A;
}

.ch-contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* =========================
   HEADER (FIXED SPACING)
========================= */
.ch-contact-hero {
    margin-bottom: 40px;
    max-width: 700px;
}

.ch-contact-hero h1 {
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
}

.ch-contact-hero p {
    font-size: 16px;
    color: #4A4A4A;
}

/* =========================
   GRID
========================= */
.ch-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
}

/* =========================
   CARDS (MUCH CLEANER)
========================= */
.ch-card {
    background: #fff;
    padding: 28px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

/* =========================
   TITLES
========================= */
.ch-card h3,
.ch-contact-hero h1,
.ch-opening h4 {
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
}

.ch-card h3 {
    font-size: 20px;
    margin-bottom: 18px;
}

.ch-opening h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.dot {
    color: #ff7a00;
}

/* =========================
   INFO BLOCKS
========================= */
.ch-info-block {
    margin-bottom: 18px;
    line-height: 1.6;
}

.ch-info-block a {
    color: #ff7a00;
    text-decoration: none;
}

.ch-info-block a:hover {
    text-decoration: underline;
}

/* =========================
   WHATSAPP (SUBTIELER)
========================= */
.ch-whatsapp-box {
    background: #f6fbf8;
    border: 1px solid #e6f4ec;
    padding: 12px 14px;
    border-radius: 8px;
}

.ch-whatsapp-box small {
    font-size: 12px;
    color: #6b7280;
}

.ch-whatsapp-box a {
    color: #25D366;
    font-weight: 600;
}

/* =========================
   OPENING
========================= */
.ch-opening {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

/* =========================
   FORM FIX
========================= */
.ch-contact-form input,
.ch-contact-form textarea,
.ch-contact-form select {
    width: 100%;
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    padding: 12px !important;
    font-family: inherit;
}

/* button */
.ch-contact-form button {
    background: #ff6a00 !important;
    border: none !important;
    padding: 14px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

.ch-contact-form button:hover {
    background: #e55d00 !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {

    .ch-contact-grid {
        grid-template-columns: 1fr;
    }

    .ch-contact-hero {
        margin-bottom: 30px;
    }
}/* End custom CSS */