.elementor-594 .elementor-element.elementor-element-17f01f4b{padding:64px 0px 0px 0px;}.elementor-594 .elementor-element.elementor-element-5971c5a4 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-594 .elementor-element.elementor-element-5971c5a4{margin-top:0px;margin-bottom:18px;padding:0% 5% 0% 8%;}.elementor-594 .elementor-element.elementor-element-63622e64 .ct-heading .item--title{margin-bottom:0px;}.elementor-594 .elementor-element.elementor-element-63622e64 .ct-heading .ct-text-highlight{color:var( --e-global-color-primary );}.elementor-594 .elementor-element.elementor-element-63622e64 .ct-heading .item--sub-title{color:var( --e-global-color-primary );}.elementor-594 .elementor-element.elementor-element-7eafcbf0 .ct-text-editor{color:#1B1B1B;}.elementor-594 .elementor-element.elementor-element-7eafcbf0{font-size:18px;line-height:29px;}.elementor-594 .elementor-element.elementor-element-4e096823 .ct-portfolio .item--category{color:var( --e-global-color-primary );}.elementor-594 .elementor-element.elementor-element-5eaab56a{padding:22px 0px 15px 0px;}@media(max-width:1024px){.elementor-594 .elementor-element.elementor-element-5971c5a4{padding:0px 0px 0px 0px;}.elementor-594 .elementor-element.elementor-element-63622e64 .ct-heading .item--title{font-size:36px;}}@media(max-width:767px){.elementor-594 .elementor-element.elementor-element-63622e64 .ct-heading .item--title{font-size:32px;}}@media(min-width:768px){.elementor-594 .elementor-element.elementor-element-3f577897{width:51.636%;}.elementor-594 .elementor-element.elementor-element-33cbc8f1{width:48.26%;}}/* Start custom CSS *//* Change the page title to "Courses" and center it */
body.page-id-594 .ct-page-title {
    visibility: hidden; /* Hide the original title */
    position: relative;
    text-align: center; /* Center align the title */
}

body.page-id-594 .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-594 .ct-breadcrumb li.breadcrumb-entry:last-child {
    visibility: hidden; /* Hide the original breadcrumb */
    position: relative;
}

body.page-id-594 .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 */