  
        /* Responsive Design */
        @media (max-width: 1024px) {
            .rec-main-container {
                flex-direction: column;
                height: auto;
                min-height: 100vh;
            }
            
            .rec-content-left, .rec-courses-right {
                flex: none;
                padding: 40px 30px;
            }
            
            .rec-main-heading {
                font-size: 2.5rem;
                text-align: center;
            }
            
            .rec-college-description {
                text-align: center;
                margin: 0 auto;
            }
        }
  /* Responsive Design */
    @media (max-width: 768px) {

       .footer-section {
    width: 48%;
  }
  
    .footer-section {
    width: 100%;
  }
   .st-section-title {
        font-size: 2rem;
    }


    .swiper-container {
        padding: 0 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .project-image {
        height: 200px;
    }
      .logo-section {
        width: 200px !important;
        max-width: 200px !important;
        flex: 0 0 200px;
        margin-bottom: 1rem;
      }

      .header-container {
        width: 100%;
        padding: 5px 15px;
      }
    

     .rec-content-left, .rec-courses-right {
                padding: 30px 20px;
            }
            
            .rec-main-heading {
                font-size: 2rem;
                letter-spacing: 2px;
            }
            
            .rec-college-description {
                font-size: 1rem;
            }
            
            .rec-course-card {
                padding: 20px 25px;
            }
            
            .rec-course-name {
                font-size: 1.1rem;
                letter-spacing: 1px;
            }

        /* Animation for course items */
        .rec-course-card {
            opacity: 0;
            transform: translateX(50px);
            animation: recSlideIn 0.6s ease forwards;
        }

        .rec-course-card:nth-child(1) { animation-delay: 0.2s; }
        .rec-course-card:nth-child(2) { animation-delay: 0.4s; }
        .rec-course-card:nth-child(3) { animation-delay: 0.6s; }

        @keyframes recSlideIn {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Title animation */
        .rec-main-heading {
            opacity: 0;
            transform: translateY(-30px);
            animation: recTitleSlideIn 0.8s ease forwards;
        }

        @keyframes recTitleSlideIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .rec-college-description {
            opacity: 0;
            animation: recFadeIn 1s ease forwards 0.3s;
        }

        @keyframes recFadeIn {
            to {
                opacity: 1;
            }
        }


              .study_section_container {
                flex-direction: column;
                max-width: 100%;
                margin: 20px;
            }

            .study_section_left, .study_section_center, .study_section_right {
                flex: none;
            }

            .study_section_center h1 {
                font-size: 36px;
            }

            .study_section_student_img {
                width: 200px;
                height: 250px;
            }


          .nb_notice-item, .event-item {
        flex-direction: row;
        align-items: center;
      }
      
      .nb_date-box, .event-img {
        margin-right: 15px;
        margin-bottom: 0;
      }
      
      .nb_view-button {
        width: auto;
        margin-top: 0;
      }

      }
          /* Small Mobile Styles */
    @media (max-width: 576px) {
      .notice_event_main {
        padding: 5px;
      }
      
      .container {
        padding: 10px;
      }
      
      .nb_heading {
        font-size: 1.2rem;
        margin-bottom: 12px;
      }
      
      .nb_notice-item {
        padding: 12px;
        margin-bottom: 12px;
      }
      
      .event-item {
        padding: 12px;
        margin-bottom: 12px;
        flex-direction: column;
        align-items: flex-start;
      }
      
      .nb_notice-text strong, .event-text strong {
        font-size: 1rem;
        line-height: 1.3;
      }
      
      .nb_date-box {
        min-width: 55px;
        padding: 10px;
        margin-bottom: 10px;
      }
      
      .nb_date-box .day {
        font-size: 18px;
      }
      
      .nb_date-box .month {
        font-size: 11px;
      }
      
      .event-img {
        width: 60px;
        height: 60px;
        margin-right: 0;
        margin-bottom: 10px;
        align-self: flex-start;
      }
      
      .event-text {
        width: 100%;
      }
      
      .event-date {
        font-size: 0.85rem;
        margin-bottom: 6px;
      }
    }

          /* Extra Small Mobile */
    @media (max-width: 480px) {
      .nb_notice-item, .event-item {
        padding: 10px;
      }
      
      .nb_notice-text strong, .event-text strong {
        font-size: 0.95rem;
      }
      
      .nb_view-button {
        font-size: 0.85rem;
        padding: 10px;
      }
    }











    /* civil engineering */

        @media (max-width: 767.98px) {
      .dept-card {
        padding: 40px 20px;
      }
    }

    /* Responsive adjustments */
    @media (max-width: 767.98px) {
     .dept-image {
      margin-top: 65px;
      width: 100%;

    }

    @media (max-width: 576px) {
      .feature-ce-inner {
        padding: 0 1rem;
      }
      .section-title h2 {
        font-size: 1.5rem;
      }
    }


    /* Responsive fix for small screens */
@media (max-width: 576px) {

  .lab-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

  .lab-title {
   position: relative;
   top: 21px;
  }

  .dorp{
    background-color: #f5d76e;
    width: 100%;
    height: 5px;
    position: relative;
    top: 16px;

}
}



/* Responsive text sizing */
@media (max-width: 576px) {
  .faculty-badge {
    font-size: 0.65rem;
    margin-right: 47px;
  }
  .section-title h2 {
    font-size: 1.4rem;
  }
}


