.elementor-7512 .elementor-element.elementor-element-57d8bed{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-28cacfd *//* ===== Additional Text Size Control ===== */

/* Main Terms Paragraph Text */
.gie-terms p {
    font-size: 15px !important;
    line-height: 1.8;
}

/* Main Section Headings (1. INTRODUCTION etc.) */
.gie-terms h2 {
    font-size: 20px !important;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Company Name inside Contact */
.gie-terms h3,
.gie-terms strong {
    font-size: 17px;
}

/* Contact Section Text */
.gie-contact p {
    font-size: 15px !important;
}

/* ===== Mobile Optimization ===== */
@media (max-width: 767px) {

    .gie-terms p {
        font-size: 14px !important;
    }

    .gie-terms h2 {
        font-size: 20px !important;
    }

    .gie-contact p {
        font-size: 14px !important;
    }
}
/* ===== Fix Extra Spacing in Terms ===== */

/* Reduce paragraph spacing */
.gie-terms p {
    margin-bottom: 8px !important;
}

/* Reduce heading bottom spacing */
.gie-terms h2 {
    margin-top: 25px !important;
    margin-bottom: 10px !important;
}

/* Remove extra space inside contact section */
.gie-contact p {
    margin-bottom: 6px !important;
}

/* Remove last paragraph extra gap */
.gie-terms p:last-child {
    margin-bottom: 0 !important;
}/* End custom CSS */