.elementor-4298 .elementor-element.elementor-element-686e8f91{padding:64px 0px 0px 0px;}.elementor-4298 .elementor-element.elementor-element-6b02e6e0 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4298 .elementor-element.elementor-element-6b02e6e0{margin-top:0px;margin-bottom:18px;padding:0% 5% 0% 8%;}.elementor-4298 .elementor-element.elementor-element-ab7b890 .ct-heading .item--title{margin-bottom:0px;}.elementor-4298 .elementor-element.elementor-element-ab7b890 .ct-heading .ct-text-highlight{color:var( --e-global-color-primary );}.elementor-4298 .elementor-element.elementor-element-ab7b890 .ct-heading .item--sub-title{color:var( --e-global-color-primary );}.elementor-4298 .elementor-element.elementor-element-2588a1d .ct-text-editor{color:#1B1B1B;}.elementor-4298 .elementor-element.elementor-element-2588a1d{font-size:18px;line-height:29px;}.elementor-4298 .elementor-element.elementor-element-c03c51e{padding:22px 0px 15px 0px;}@media(max-width:1024px){.elementor-4298 .elementor-element.elementor-element-6b02e6e0{padding:0px 0px 0px 0px;}.elementor-4298 .elementor-element.elementor-element-ab7b890 .ct-heading .item--title{font-size:36px;}}@media(max-width:767px){.elementor-4298 .elementor-element.elementor-element-ab7b890 .ct-heading .item--title{font-size:32px;}}@media(min-width:768px){.elementor-4298 .elementor-element.elementor-element-16b51389{width:51.636%;}.elementor-4298 .elementor-element.elementor-element-72b8b16e{width:48.26%;}}/* Start custom CSS *//* Change the page title to "Courses" and center it */
body.page-id-4298 .ct-page-title {
    visibility: hidden; /* Hide the original title */
    position: relative;
    text-align: center; /* Center align the title */
}

body.page-id-4298 .ct-page-title::after {
    content: "Internship Programs"; /* Set the new title */
    visibility: visible;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%); /* Center the text horizontally */
    font-size: inherit; /* Match the original font size */
    color: inherit; /* Match the original text color */
}

/* Change the breadcrumb to "Courses" */
body.page-id-4298 .ct-breadcrumb li.breadcrumb-entry:last-child {
    visibility: hidden; /* Hide the original breadcrumb */
    position: relative;
}

body.page-id-4298 .ct-breadcrumb li.breadcrumb-entry:last-child::after {
    content: "Courses"; /* Ensure the breadcrumb displays "Courses" */
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    font-size: inherit; /* Match the original font size */
    color: inherit; /* Match the original text color */
}/* End custom CSS */