.elementor-widget-heading .elementor-heading-title{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 );}.elementor-1307 .elementor-element.elementor-element-c39a51b > .elementor-widget-container{background-color:#FF0000;}.elementor-1307 .elementor-element.elementor-element-c39a51b{text-align:center;}.elementor-1307 .elementor-element.elementor-element-c39a51b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:44px;font-weight:600;line-height:62px;color:#FFFFFF;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:767px){.elementor-1307 .elementor-element.elementor-element-c39a51b .elementor-heading-title{font-size:18px;}}/* Start custom CSS */<script>
document.addEventListener("DOMContentLoaded", function () {
    const objectiveSelect = document.getElementById("objectiveSelect");
    const objectiveText = document.getElementById("objectiveText");

    if (objectiveSelect) {
        objectiveSelect.addEventListener("change", function () {
            const templates = {
                Corporate: "To contribute my skills in a professional environment and achieve organizational and personal growth.",
                Teaching: "To foster learning and contribute to student development with dedication and creativity.",
                Computer: "To ensure smooth organizational operations using my technical expertise and dedication.",
                Engineer: "To contribute my engineering skills in a dynamic work environment while achieving continuous growth.",
                Account: "To utilize my financial skills in maintaining accurate records and supporting organizational goals.",
                General: "To work sincerely towards organizational goals with dedication, honesty, and continuous improvement."
            };
            objectiveText.value = templates[this.value] || "";
        });
    }
});
</script>/* End custom CSS */