.elementor-1205 .elementor-element.elementor-element-9c5130c{--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;}.elementor-1205 .elementor-element.elementor-element-5eea557.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5eea557 */.ch-about {
    background: #ffffff;
    padding: 80px 20px;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    color: #4A4A4A;
}

.ch-about-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* GRID */
.ch-about-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* TEXT */
.ch-about-content h2 {
    font-size: 34px;
    margin-bottom: 15px;
    color: var(--e-global-color-primary);
    font-weight: var(--e-global-typography-primary-font-weight);
}

.dot {
    color: #ff7a00;
}

.ch-about-intro {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.ch-about-content p {
    margin-bottom: 18px;
    line-height: 1.7;
}

/* HIGHLIGHT */
.ch-about-highlight {
    font-weight: 600;
    color: var(--e-global-color-primary);
}

/* BUTTON */
.ch-about-btn {
    display: inline-block;
    margin-top: 10px;
    background: #ff6a00;
    color: #fff;
    padding: 14px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.ch-about-btn:hover {
    background: #e55d00;
}

/* IMAGE */
.ch-about-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .ch-about-grid {
        grid-template-columns: 1fr;
    }

    .ch-about-content {
        order: 2;
    }

    .ch-about-image {
        order: 1;
    }
}/* End custom CSS */