@media (max-width: 1200px) {
    #sindh-svg-map {
        max-height: 500px;
    }
}

@media (max-width: 1024px) {
    p.feature-box-text {
        line-height: 18px;
    }

    .course-card-body h5 {
        font-size: 20px;
    }

    .small-feature-card {
        bottom: 20px;
    }

    .ai-mentor {
        right: 30px;
    }

    .progress-box {
        left: 13%;
    }
    .carousel-header-right{}
    
}

@media (max-width: 768px) {
     .legal-container {
        padding: 1rem 0.5rem;
    }
    
    .legal-header {
        padding-bottom: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .cookies-table {
        font-size: 0.9rem;
    }
    
    .cookies-table th,
    .cookies-table td {
        padding: 0.75rem 0.5rem;
    }
    
    .term-list li {
        padding-left: 2.5rem;
    }
    
    .term-list li:before {
        width: 2rem;
        height: 2rem;
        font-size: 0.9rem;
    }
    .footer ul.list-unstyled li {
    padding-bottom: 12px;
}
        .hero-section{
            object-fit: contain !important;
        }
        ul.navbar-nav {
            align-items: baseline;
            margin: 0px -12px;
        }
        ul.navbar-nav li {
            background: #eaf9ec;
            width: 100%;
            margin: 0px !important;
            padding: 5px 15px;
            border-bottom: 1px solid #d1f3da;
            font-weight: 600;
        }
        .cta-text-section .btn-success {
            font-size: 12px !important;
            padding: 0px 20px !important;
            line-height: 30px;
        }
        .cta-text-section .btn-outline-success {
            font-size: 12px !important;
            padding: 0px 20px !important;
            line-height: 30px;
        }
        .cta-text-section {
            order: 2;
        }
    .mobile_logo{ display: block !important;}
    .destop_logo{ display: none !important;}
    .learningheading{ margin-bottom: 0px !important;}
    .border-success{ margin-bottom: 0px !important;}
    .carousel-header-right .btn.border-success {
        margin-bottom: 0px !important;
    }
    .carousel-header-right{ 
        width: 100%; 
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .hero-text-section.col-lg-6 {
        order: 2;
        margin-top: 30px;
    }

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

    .col-lg-6.text-center.position-relative {
        order: 1;
    }

    h2.service-section-h2,
    .left-panel h1,
    h1.main-heading {
        font-size: 30px;
        line-height: 44px;

    }

    .hero-sectiom-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .progress-box {
        left: 30px;
        bottom: 90px;
    }
    .p_badges {
        bottom: 20px;
        left: 30px;
    }
    .feature-box {
        min-height: 180px;
    }

    .features-section-img img {
        object-fit: cover;

    }

    .card.p-3.rounded-4 {
        min-height: 180px;
    }

    .pattern-card {
        padding-top: 15px;
    }

    p.feature-box-text {
        line-height: 16px;
    }

    .chart-container {
        height: 250px;
    }

    .map-section {
        padding: 0px 0px;
    }

}

@media (max-width: 425px) {
    .padY-5 {
        padding: 30px 0px;
    }

    p.feature-box-text {
        line-height: 18px;
    }

    .feature-box {
        min-height: 160px;
    }

    .cta-text-section h2 {
        font-size: 28px;
    }

    .cta-text-section p,
    p.client-box-text,
    .service-section-header-text p,
    .course-avail-text-content p {
        font-size: 16px;
    }

    .course-avail-text-content h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }


    .division-name {
        font-weight: 500;
        font-size: 12px;

    }

    ul.list-unstyled a {
        line-height: 16px;
    }

    .service-section-header-text {
        margin: 10px 0px 20px 0px;
    }

    .small-feature-card {
        left: 30px;
    }


}