@media (max-width: 1399.98px) {
    .section-padding {
        padding: 70px 0;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .course-category-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 18px;
    }
}

@media (max-width: 1199.98px) {
    .section-padding {
        padding: 10px 0;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .hero-stats {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .stat-number {
        font-size: 1.9rem;
    }

    .about-content h2 {
        font-size: 2.1rem;
    }

    .about-image-wrapper img {
        height: 450px;
    }

    .course-category-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .course-category-card {
        padding: 30px 16px 24px;
    }

    .course-category-icon {
        width: 62px;
        height: 62px;
        min-width: 62px;
        font-size: 2.2rem;
    }

    .course-category-title {
        font-size: 0.88rem;
    }

    .cta-section {
        padding: 50px 40px;
    }

    .cta-section h2 {
        font-size: 2rem;
    }
}

@media (max-width: 991.98px) {
    .section-padding {
        padding: 55px 0;
    }

    .section-title h2 {
        font-size: 1.85rem;
    }

    .navbar-spacer {
        height: 72px;
    }

    #mainNavbar {
        padding: 10px 0;
    }

    #mainNavbar .navbar-nav .nav-link {
        padding: 10px 14px !important;
        border-radius: 10px;
    }

    #mainNavbar .navbar-nav .nav-link.active,
    #mainNavbar .navbar-nav .nav-link:hover {
        background: rgba(var(--primary-rgb), 0.08);
    }

    #mainNavbar .navbar-nav .nav-link::after {
        display: none;
    }

    .dropdown-menu {
        border: none;
        box-shadow: none;
        background: var(--background);
        padding: 8px;
    }

    .hero-section {
        min-height: auto;
        padding: 70px 0 60px;
    }

    .hero-content {
        padding: 30px 0 10px;
    }

    .hero-content .lead {
        font-size: 1.02rem;
        margin-bottom: 28px;
    }

    .hero-buttons {
        margin-bottom: 32px;
    }

    .hero-visual-card {
        margin-top: 8px;
    }

    .hero-visual-card img {
        height: 240px;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .about-image-wrapper {
        margin-bottom: 40px;
    }

    .about-image-wrapper img {
        height: 400px;
    }

    .about-content {
        padding-left: 0;
    }

    .about-content h2 {
        font-size: 1.9rem;
    }

    .process-card {
        padding: 32px 24px;
    }

    .course-category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .course-category-card {
        padding: 28px 14px 22px;
    }

    .course-category-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        font-size: 2rem;
    }

    .course-category-title {
        font-size: 0.85rem;
    }

    .cta-section {
        padding: 44px 30px;
    }

    .cta-section h2 {
        font-size: 1.75rem;
    }

    .cta-section p {
        font-size: 1rem;
    }

    .contact-form-wrapper {
        padding: 30px;
    }

    .course-detail-image img {
        height: 300px;
    }

    .page-banner {
        padding: 80px 0 60px;
    }

    .floating-whatsapp {
        bottom: 24px;
        right: 84px;
    }

    .floating-call {
        bottom: 24px;
        right: 24px;
    }

    .back-to-top {
        bottom: 140px;
        right: 24px;
    }

    .policy-content {
        padding: 30px;
    }

    .track-steps::before {
        left: 10%;
        right: 10%;
    }

    .step-circle {
        width: 46px;
        height: 46px;
        font-size: 0.9rem;
    }

    .step-label {
        font-size: 0.78rem;
    }
}

@media (max-width: 767.98px) {
    .section-padding {
        padding: 48px 0;
    }

    .section-title h2 {
        font-size: 1.65rem;
    }

    .section-title {
        margin-bottom: 32px;
    }

    .section-title .subtitle {
        font-size: 0.82rem;
    }

    .section-title .subtitle::before,
    .section-title .subtitle::after {
        display: none;
    }

    .section-title p {
        font-size: 0.98rem;
    }

    .navbar-spacer {
        height: 66px;
    }

    .logo-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .logo-icon i {
        font-size: 1.15rem !important;
    }

    .brand-name {
        font-size: 0.8rem;
    }

    .brand-accent {
        font-size: 1.05rem;
    }

    .hero-content {
        padding: 24px 0 10px;
    }

    .hero-badge {
        font-size: 0.82rem;
        padding: 7px 16px;
        margin-bottom: 18px;
    }

    .hero-content h1 {
        font-size: 1.9rem;
        margin-bottom: 16px;
    }

    .hero-content h1 span::after {
        height: 4px;
        bottom: 2px;
    }

    .hero-content .lead {
        font-size: 1rem;
        margin-bottom: 24px;
    }

    .hero-buttons {
        gap: 12px;
        margin-bottom: 32px;
    }

    .btn-lg {
        padding: 12px 28px;
        font-size: 0.92rem;
    }

    .btn {
        padding: 10px 24px;
        font-size: 0.9rem;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 20px;
    }

    .hero-visual-card {
        padding: 14px;
        border-radius: 20px;
    }

    .hero-visual-card img {
        height: 200px;
        border-radius: 16px;
    }

    .stat-card {
        padding: 16px 12px;
        border-radius: 14px;
    }

    .stat-number {
        font-size: 1.6rem;
    }

    .stat-label {
        font-size: 0.78rem;
    }

    .process-card {
        padding: 28px 20px;
        border-radius: 20px;
    }

    .process-icon-wrapper {
        width: 76px;
        height: 76px;
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .process-step {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }

    .process-card h3 {
        font-size: 1.2rem;
    }

    .process-card p {
        font-size: 0.92rem;
    }

    .about-image-wrapper img {
        height: 320px;
        border-radius: 18px;
    }

    .about-image-overlay {
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 16px;
        gap: 14px;
    }

    .about-experience-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 1.4rem;
        border-radius: 14px;
    }

    .about-experience-text h4 {
        font-size: 1.6rem;
    }

    .about-content .subtitle {
        font-size: 0.82rem;
    }

    .about-content h2 {
        font-size: 1.6rem;
        margin-bottom: 16px;
    }

    .about-content .description {
        font-size: 0.98rem;
        margin-bottom: 22px;
    }

    .feature-list {
        margin-bottom: 24px;
    }

    .feature-list li {
        margin-bottom: 12px;
    }

    .feature-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 10px;
        font-size: 1rem;
    }

    .feature-list li span {
        font-size: 0.95rem;
    }

    .course-category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .course-category-card {
        padding: 24px 12px 20px;
        border-radius: 14px;
    }

    .course-category-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        font-size: 1.8rem;
        border-radius: 16px;
    }

    .course-category-title {
        font-size: 0.8rem;
    }

    .institute-image {
        height: 150px;
    }

    .institute-body {
        padding: 18px;
    }

    .institute-body h4 {
        font-size: 1rem;
    }



    .testimonial-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .testimonial-review {
        font-size: 0.93rem;
        margin-bottom: 20px;
    }

    .testimonial-card::before {
        font-size: 2.8rem;
    }

    .testimonial-avatar {
        width: 52px;
        height: 52px;
    }

    .testimonial-author-info h5 {
        font-size: 1rem;
    }

    .cta-section {
        padding: 36px 24px;
        border-radius: 24px;
        margin: 0 12px;
    }

    .cta-section h2 {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }

    .cta-section p {
        font-size: 0.95rem;
        margin-bottom: 24px;
    }

    .cta-section::before {
        width: 200px;
        height: 200px;
        top: -70px;
        right: -40px;
    }

    .cta-section::after {
        width: 150px;
        height: 150px;
        bottom: -60px;
        left: -30px;
    }

    .page-banner {
        padding: 64px 0 48px;
    }

    .page-banner h1 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .breadcrumb {
        font-size: 0.85rem;
    }

    .content-section {
        padding: 48px 0;
    }

    .contact-form-wrapper {
        padding: 24px;
        border-radius: 20px;
    }

    .form-label {
        font-size: 0.88rem;
        margin-bottom: 6px;
    }

    .form-control,
    .form-select {
        padding: 11px 16px;
        font-size: 0.9rem;
    }

    .info-card {
        padding: 24px;
        border-radius: 18px;
    }

    .info-card-icon {
        width: 52px;
        height: 52px;
        font-size: 1.5rem;
        border-radius: 14px;
    }

    .info-card h4 {
        font-size: 1.05rem;
    }

    .exam-card {
        padding: 22px;
        border-radius: 18px;
    }

    .exam-icon {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
        border-radius: 14px;
    }

    .exam-card h4 {
        font-size: 1.05rem;
    }

    .track-steps {
        margin-bottom: 36px;
        flex-wrap: wrap;
        gap: 16px;
    }

    .track-steps::before {
        display: none;
    }

    .track-step {
        width: 48%;
    }

    .step-circle {
        width: 44px;
        height: 44px;
        margin-bottom: 8px;
    }

    .step-label {
        font-size: 0.8rem;
    }

    .application-status-card {
        padding: 24px;
        border-radius: 20px;
    }

    .status-info-label {
        width: 120px;
        font-size: 0.85rem;
    }

    .status-info-value {
        font-size: 0.88rem;
    }

    .course-highlights-grid {
        grid-template-columns: 1fr;
    }

    .course-detail-image img {
        height: 240px;
    }

    .course-detail-image {
        border-radius: 18px;
    }

    .content-block {
        padding: 24px;
        border-radius: 18px;
        margin-bottom: 20px;
    }

    .content-block h3 {
        font-size: 1.2rem;
    }

    .content-block p,
    .content-block li {
        font-size: 0.93rem;
    }

    .enquiry-sidebar {
        padding: 24px;
        position: static;
        margin-top: 24px;
    }

    .policy-content {
        padding: 24px;
        border-radius: 18px;
    }

    .policy-content h3 {
        font-size: 1.2rem;
        margin-top: 24px;
    }

    .policy-content p,
    .policy-content li {
        font-size: 0.93rem;
    }

    .error-page {
        padding: 48px 20px;
    }

    .error-page p {
        font-size: 1rem;
        margin-bottom: 28px;
    }

    .error-page h2 {
        font-size: 1.5rem;
    }

    .college-filter-card {
        padding: 20px;
        margin-bottom: 16px;
    }

    .search-box .btn {
        padding: 7px 16px;
        font-size: 0.85rem;
    }

    .search-box input {
        padding-right: 90px;
        padding-left: 42px;
    }

    .search-box .search-icon {
        left: 14px;
        font-size: 1rem;
    }

    .back-to-top {
        width: 44px;
        height: 44px;
        bottom: 130px;
        right: 20px;
    }

    .back-to-top i {
        font-size: 1.25rem !important;
    }

    .floating-whatsapp a,
    .floating-call a {
        width: 48px;
        height: 48px;
    }

    .floating-whatsapp a i,
    .floating-call a i {
        font-size: 1.3rem !important;
    }

    .floating-whatsapp {
        bottom: 20px;
        right: 76px;
    }

    .floating-call {
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 575.98px) {
    .section-padding {
        padding: 42px 0;
    }

    .section-title h2 {
        font-size: 1.45rem;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .row>* {
        padding-left: 8px;
        padding-right: 8px;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-number {
        font-size: 1.4rem;
    }

    .about-image-wrapper img {
        height: 280px;
    }

    .about-image-overlay {
        bottom: 16px;
        left: 16px;
        right: 16px;
        padding: 14px;
        gap: 12px;
    }

    .about-experience-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 1.25rem;
    }

    .about-experience-text h4 {
        font-size: 1.4rem;
    }

    .about-experience-text p {
        font-size: 0.8rem;
    }

    .about-content h2 {
        font-size: 1.4rem;
    }

    .course-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .course-category-card {
        padding: 22px 10px 18px;
    }

    .course-category-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 1.6rem;
    }

    .course-category-title {
        font-size: 0.78rem;
    }

    .institute-card {
        border-radius: 18px;
    }

    .institute-image {
        height: 140px;
    }

    .testimonial-card {
        padding: 24px 18px;
    }

    .testimonial-author {
        gap: 12px;
    }

    .testimonial-avatar {
        width: 48px;
        height: 48px;
    }

    .testimonial-stars i {
        font-size: 0.85rem;
    }

    .hero-content h1 {
        font-size: 1.55rem;
    }

    .hero-badge {
        font-size: 0.78rem;
        padding: 6px 14px;
    }

    .btn-lg {
        padding: 11px 24px;
    }

    .btn {
        padding: 9px 22px;
    }

    .track-step {
        width: 48%;
    }

    .status-info-row {
        flex-direction: column;
        padding: 10px 0;
    }

    .status-info-label {
        width: 100%;
        margin-bottom: 4px;
    }

    .search-box .btn {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 10px;
    }

    .search-box input {
        padding-right: 18px;
    }

    .cta-section {
        padding: 30px 20px;
        border-radius: 20px;
        margin: 0;
    }

    .cta-section h2 {
        font-size: 1.35rem;
    }
}

@media (max-width: 400px) {
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .stat-card {
        padding: 14px 10px;
    }

    .stat-number {
        font-size: 1.25rem;
    }

    .stat-label {
        font-size: 0.72rem;
    }

    .track-step {
        width: 100%;
    }

    .track-steps {
        gap: 12px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 1399.98px) {
    .new-navbar .navbar-nav .nav-link {
        padding: 10px 14px !important;
        font-size: 0.9rem;
    }

    .phone-number {
        font-size: 0.82rem;
    }

    .hero-courses-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }

    .hero-course-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 1.35rem;
    }

    .hero-course-name {
        font-size: 0.72rem;
    }
}

@media (max-width: 1199.98px) {
    .new-navbar .navbar-nav .nav-link {
        padding: 10px 12px !important;
        font-size: 0.85rem;
    }

    .apply-now-btn-new {
        padding: 8px 20px !important;
        font-size: 0.85rem !important;
    }

    .phone-numbers {
        display: none !important;
    }

    .nav-contact-wrapper {
        padding-left: 12px;
        border-left: none;
    }

    .hero-section-new {
        min-height: 460px;
        padding: 20px 0 60px;
    }

    .hero-heading-new {
        font-size: 2.6rem;
    }

    .hero-courses-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }

    .hero-course-card {
        padding: 14px 6px 12px;
    }

    .hero-course-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 1.2rem;
    }

    .hero-course-name {
        font-size: 0.68rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-spacer-new {
        height: 76px;
    }

    .new-navbar {
        height: 76px;
    }

    .new-navbar.scrolled {
        height: 72px;
    }

    .logo-icon-new {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .logo-icon-new i {
        font-size: 1.1rem !important;
    }

    .brand-name-new {
        font-size: 0.8rem;
    }

    .brand-accent-new {
        font-size: 1.05rem;
    }

    .new-navbar .navbar-collapse {
        background: white;
        border-radius: 20px;
        margin-top: 14px;
        padding: 20px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .new-navbar .navbar-nav .nav-link {
        padding: 12px 16px !important;
        border-radius: 12px;
        font-size: 0.95rem;
    }

    .new-navbar .navbar-nav .nav-link.active,
    .new-navbar .navbar-nav .nav-link:hover {
        background: rgba(var(--primary-rgb), 0.08);
    }

    .new-navbar .navbar-nav .nav-link.active::after {
        display: none;
    }

    .apply-now-btn-new {
        margin-left: 0;
        margin-top: 4px;
        text-align: center;
    }

    .nav-contact-wrapper {
        display: none !important;
    }

    .hero-section-new {
        min-height: auto;
        padding: 20px 0 50px;
    }

    .hero-carousel-btn {
        display: none !important;
    }

    .hero-content-new {
        padding-right: 0;
        margin-bottom: 32px;
    }

    .hero-tag-new {
        font-size: 0.82rem;
        padding: 7px 16px;
        margin-bottom: 18px;
    }

    .hero-heading-new {
        font-size: 2.1rem;
        margin-bottom: 16px;
    }

    .hero-subtitle-new {
        font-size: 1rem;
        margin-bottom: 26px;
    }

    .hero-actions-new {
        gap: 12px;
        margin-bottom: 28px;
    }

    .hero-trust-badges {
        gap: 12px;
    }

    .hero-courses-wrapper {
        padding: 18px;
        border-radius: 22px;
    }

    .hero-courses-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }

    .hero-course-card {
        padding: 14px 6px 12px;
        border-radius: 16px;
    }

    .hero-course-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 1.15rem;
    }

    .hero-course-name {
        font-size: 0.68rem;
    }

    .hero-decoration-1,
    .hero-decoration-2,
    .hero-decoration-3 {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-spacer-new {
        height: 70px;
    }

    .new-navbar {
        height: 70px;
    }

    .new-navbar.scrolled {
        height: 66px;
    }

    .logo-icon-new {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .brand-name-new {
        font-size: 0.78rem;
    }

    .brand-accent-new {
        font-size: 1rem;
    }

    .hero-section-new {
        padding: 20px 0 40px;
    }

    .hero-content-new {
        margin-bottom: 28px;
    }

    .hero-tag-new {
        font-size: 0.78rem;
        padding: 6px 14px;
        margin-bottom: 16px;
    }

    .hero-heading-new {
        font-size: 1.85rem;
        margin-bottom: 14px;
    }

    .hero-subtitle-new {
        font-size: 0.98rem;
        margin-bottom: 24px;
    }

    .hero-actions-new {
        margin-bottom: 26px;
    }

    .btn-lg {
        padding: 12px 28px;
        font-size: 0.92rem;
    }

    .hero-courses-wrapper {
        padding: 16px;
        border-radius: 20px;
    }

    .courses-decorative-header h4 {
        font-size: 0.92rem;
    }

    .view-all-link {
        font-size: 0.82rem;
    }

    .hero-courses-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .hero-course-card {
        padding: 14px 8px 12px;
        min-width: 0;
    }

    .hero-course-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 1.3rem;
    }

    .hero-course-name {
        font-size: 0.72rem;
        word-wrap: break-word;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    .trust-badge {
        font-size: 0.82rem;
    }

    .trust-badge i {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .navbar-spacer-new {
        height: 66px;
    }

    .new-navbar {
        height: 66px;
    }

    .new-navbar.scrolled {
        height: 62px;
    }

    .hero-section-new {
        padding: 20px 0 32px;
    }

    .hero-heading-new {
        font-size: 1.6rem;
    }

    .hero-tag-new {
        font-size: 0.75rem;
    }

    .hero-subtitle-new {
        font-size: 0.95rem;
    }

    .hero-courses-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .hero-course-card {
        padding: 12px 6px 10px;
        border-radius: 14px;
        min-width: 0;
    }

    .hero-course-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 1.2rem;
    }

    .hero-course-name {
        font-size: 0.7rem;
        word-wrap: break-word;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    .hero-trust-badges {
        gap: 10px;
    }

    .trust-badge {
        font-size: 0.78rem;
        gap: 6px;
    }

    .btn-lg {
        padding: 11px 24px;
        font-size: 0.9rem;
    }

    .hero-actions-new {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions-new .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 400px) {
    .hero-courses-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .hero-course-card {
        padding: 10px 4px 8px;
        min-width: 0;
    }

    .hero-course-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 1.1rem;
    }

    .hero-course-name {
        font-size: 0.65rem;
        word-wrap: break-word;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    .hero-heading-new {
        font-size: 1.45rem;
    }
}