@media only screen and (max-width: 768px) {
    .mangalore-new-page-banner-sec {
        padding: 40px 0 0 0;
    }

    .mangalore-new-page-banner-image img {
        width: 35%;
        margin-top: 20px;
    }

    .icon1 {
        top: 56%;
        right: 75%;
    }

    .icon2 {
        top: 72%;
        right: 89%;
    }

    .icon3 {
        top: 88%;
        right: 74%;
    }

    .mangalore-new-page-banner-content h1 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 15px;
    }

    .neon-search {
        margin: 20px 0 0 0;
    }

    .best-software-section {
        padding: 40px 0;
        background-color: rgb(243, 247, 254);
    }

    .timeline-heading {
        font-size: 28px;
        line-height: 39px;
        margin-bottom: 10px;
    }

    .mangalore-new-page-cta {
        margin: 40px 0;
        padding: 40px;
        border-radius: 10px;
    }

    .cta-imgage {
        text-align: center;
        position: static;
        transform: none;
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px;

    }

    .cta-arrow-img img {
        width: 40%;
    }

    .about-section {
        padding: 40px 0;
    }

    .sec-title h2 {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .about-section p {
        font-size: 14px;
        line-height: 25px;
    }

    .image-wrapper {
        margin-left: 0;
    }

    .partner-logos-section {
        padding: 40px 0;
    }

    .partner-logos-section .row {
        flex-direction: column-reverse;
        row-gap: 22px;
    }

    .master-programs-section {
        padding: 40px 0;
    }

    .partner-logos-section-logos-content h2 {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .master-programs-section h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .mp-heading-container {
        text-align: center;
        margin-bottom: 28px;
    }

    .testimonial-section {
        padding: 40px 0;
    }

    .testimonial-section-image img {
        display: none;
    }

    .testimonial-section h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .faq-modern-section {
        padding: 40px 0;
    }

    .rotate-title h2 {
        display: none;
    }

    .faq-card-box {
        padding-right: 0;
    }

    .software-training-new-page-locations-sec {
        padding: 40px 0
    }

    .main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .software-training-new-page-locations-sec h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .st-new-page-location-card {
        padding: 20px;
        height: auto;
    }

    .timeline {
        padding-left: 30px;
        margin-left: 10px;
    }

    .timeline-icon {
        left: -8%;
        padding: 6px;
    }

    .neon-search {
        margin: 12px 0 0 0;
    }

    .placed-students-section .carousel-control-prev {
        left: -8%;
    }

    .placed-students-section .carousel-control-next {
        right: -8%;
    }

    .placed-students-section {
        padding: 40px 0;
    }

    .placed-students-section h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .bt-placements-section {
        padding: 40px 0;
    }

    .bt-placements-section h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .list-students-table-container,
    .list-students-table-container thead,
    .list-students-table-container tbody,
    .list-students-table-container th,
    .list-students-table-container td,
    .list-students-table-container tr {
        display: block;
        width: 100%;
    }

    .list-students-table-container thead {
        display: none;
    }

    .list-students-table p {
        margin: 2% 0% 4% 0%;
    }

    .list-students-table-container tbody tr {
        width: 48%;
        margin-bottom: 24px;
        padding: 16px;
        border-radius: 12px;
        box-shadow: 0 6px 30px rgba(0, 123, 255, 0.12);
    }

    .list-students-table-container tbody td {
        display: flex;
        align-items: center;
        padding: 8px 0;
    }

    .list-students-table-container tbody td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #2563eb;
    }

    .list-students-image {
        text-align: center;
    }

    .list-students-image img {
        width: 100%;
    }

    .list-students-table-container tbody {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .hear-it-card iframe {
        width: 100%;
        height: auto;
    }
}


@media only screen and (max-width:560px) {
    .icon1 {
        top: 68%;
        right: 70%;
    }

    .timeline {
        padding-left: 30px;
        margin-left: 10px;
    }

    .timeline-icon {
        left: -13%;
        padding: 5px;
        font-size: 18px;
    }

    .mangalore-new-page-cta h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .mangalore-new-page-cta button {
        padding: 12px;
        font-size: 16px;
        margin-top: 0px;
    }

    .cta-imgage h3 {
        font-size: 26px;
    }

    .cta-imgage p {
        font-size: 14px;
        margin: 0 0 6px 0;
    }

    .mangalore-new-page-cta {
        padding: 30px;
    }

    .partner-logos-section-logos-content button {
        padding: 10px;
        font-size: 16px;
    }

    .testimonial-section {
        background-position: bottom;
    }

    .testimonial-section h2 {
        margin-bottom: 15px;
    }

    .shape1 {
        top: 6%;
        left: 84%;
    }

    .faq-glass-card p {
        line-height: 24px;
        padding: 0px;
        font-size: 14px;
    }

    .faq-glass-card h5 {
        font-size: 16px;
    }

    .faq-glass-card .card-header {
        padding: 0px;
    }

    .shape2 {
        bottom: -3%;
        right: 88%;
    }

    .mangalore-new-page-banner-content h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .timeline-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .sec-title h2 {
        font-size: 24px;
    }

    .partner-logos-section-logos-content h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 10px 10px 10px;
    }

    .partner-logos-section-row img {
        height: 50px;
        padding: 5px;
    }

    .master-programs-section h2 {
        font-size: 24px;
    }

    .mp-content-parent h5 {
        line-height: 30px;
        font-weight: 700;
        font-size: 18px;
        padding: 0 0px 5px 0px;
    }

    .testimonial-section h2 {
        font-size: 24px;
    }

    .main-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .software-training-new-page-locations-sec h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .placed-students-section h2 {
        margin-bottom: 24px;
        font-size: 24px;
    }

    .bt-placements-section h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .list-of-placements-banner {
        padding: 24px 0;
    }

    .hear-it-section {
        padding: 24px 0;
    }

    .hear-it-section h2 {
        margin-bottom: 24px;
    }

    .watch-more-btn {
        margin: 5px auto 0 auto;
    }

    .training-advantage-sec {
        padding: 24px 0;
    }

    .training-advantage-sec h2 {
        margin-bottom: 24px;
    }

    .list-of-placed-students {
        padding: 24px 0;
    }

    .list-students-content h2 {
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    .list-students-table-container tbody tr {
        width: 100%;}
}