@media screen and (max-width:576px) {

}

/* desktop */
/* @media screen and (max-width: 1200px) and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
      }
    

} */

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
      display: block;
    }
  }

/* large screens */
@media screen and (max-width: 1440px) and (min-width: 1200px) {

}


/* Tabs */

@media (max-width: 768px) {
    
 .top-section-navbarr{
        align-items: center;
    }

    .top-right-section .social-icons{
        display: none;
    }

    .header_section .contact-details {
        display: flex;
        gap: 25px;
    }

    .header_section .contact-details a {
        color: #fff;
        font-size: 12px;
    }

    .dropdown-menu { 
        transform: unset !important;
    }



    .hero-section h1 {
        font-size: 36px;
        font-weight: 500;
    }

    .hero-section h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .hero-section p {
        font-size: 20px;
        font-weight: 500;
    }

    .knw-more-bnr {
        font-size: 16px;
    }

    .shape-circle img {
        display: none;
    }

    .feature-1, .feature-2 {
        padding: 0px 0;
    }

    .fe-sno {
        display: none;
    }

    .features-eduate .feature-1 .col-lg-4,
    .features-eduate .feature-2 .col-lg-4
    {
        text-align: center;
    }

    .clients-text{
        border: none;
    }

    .blogs {
        padding: unset;
    }

    .quick_links {
        display: flex;
        justify-content: start;
    }

    .quick_links{
        padding: 30px 0;
    }

    .border-right {
        border: none;
    }

    .title-feathers{
        padding: 20px 0;
    }

    .whoweare-pattern-top img{
        display: none;
    }

    .whoweare-eduate h3 {
        font-weight: bold;
        color: #01386b;
        font-size: 25px;
    }

    .whoweare-eduate {
        padding: 40px 0;
    }


    .nav-tabs-section .d-flex.align-items-center {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .parent-tabs {
        flex-direction: column !important;
        align-items: center;
    }

    .nav-pills-dashboard {
        margin-bottom: 10px;
    }

    .nav-pills-dashboard p {
        display: none;
    }

    .nav-pills-dashboard .nav-link {
        text-align: left;
        font-size: 16px;
        padding: 12px;
    }



    .parent-tabs-content video {
        width: 100% !important;
        height: auto !important;
    }

    .number-dashboard {
        display: none;
    }

    .tab-title {
        font-weight: 600;
    }
    
    .reasons_choose_myeduate br {
        display: none;
    }
    

    /*  */

    .educate_timeline {
        display: flex;
        flex-direction: column;
    }

    .educate_timeline .left,
    .educate_timeline .right {
        width: 100%;
        order: unset; /* Reset any order if applied */
    }

    /* Ensure left items come first */
    .educate_timeline .left {
        order: 1;
    }

    /* Right items after all lefts */
    .educate_timeline .right {
        order: 2;
    }

    .educate_timeline .milestone {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 10px;
        margin: 20px 0;
    }

    .educate_timeline .milestone img {
        max-width: 80px;
        height: auto;
    }

    .center-dot {
        display: none;
    }

    .heading-milestone h3 {
        font-size: 25px;
    }

    .logo-3d {
        max-width: 100px;
        margin-top: 10px;
    }

    /*  */

    /* .why-eduate {
        padding: 40px 0;
    } */

    .why-eduate-title h3 {
        font-size: 25px;
    }

    .on-premise-solutions h3, .implementation h3 {
        font-size: 25px;
        padding-top: 40px;
    }

    .esis-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }

    .esis-logo {
        border: none;
    }

    .why-eduate {
        padding: 40px 0;
    }

    .implementation {
        padding: 40px 0;
    }

    .screenshot-container .label{
        display: none;
    }



/* concatus-main-mobile-responsive */
    .hero-section h1 {
        font-size: 26px;
        font-weight: 500;
    }

    .form-submission .container {
        padding: 15px;
    }

    .img_only_contactus {
        height: auto;
        object-fit: cover;
    }

    .contact-details {
        display: flex;
        align-items: flex-start;
       
    }

    .icon-container {
        margin-right: 10px;
        font-size: 20px;
    }

    .contact-details p,
    .contact-details a {
        font-size: 14px;
        line-height: 1.5;
    }

    .phone-eduate,
    .mail-eduate {
        word-break: break-word;
    }

    .form_only_contactus {
        margin-top: 30px;
    }

    .form-section {
        padding: 20px 15px;
        background-color: #f9f9f9;
        border-radius: 10px;
    }

    .form-section h2 {
        font-size: 20px;
    }

    .form-section h5 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .submit-btn {
        width: 100%;
        padding: 12px;
        font-size: 16px;
        background-color: #fd4a2b;
        color: white;
        border: none;
        border-radius: 5px;
    }

    .submit-btn:hover {
        background-color: #fd4a2b;
    }

}