@media screen and (max-width: 576px) {
  .header-top .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-info {
    width: 100%;
    justify-content: space-between;
    gap: 5px;
    font-size: 0.8rem;
    flex-wrap: wrap;
  }
  .social-links {
    align-self: flex-end;
  }
  .logo-title {
    font-size: 1rem;
    white-space: normal;
  }

  .logo-link {
    gap: 8px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
}

@media (max-width: 768px) {
  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
  }
  .nav-top-wrapper {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .navbar .nav-link {
    color: #000 !important;
  }

  .navbar .nav-link:hover {
    color: #000 !important;
  }

  .nav-top-right {
    width: 100%;
    justify-content: center;
  }

  .banner-content {
    padding-top: 250px;
    text-align: center;
  }

  .banner-content h1 {
    font-size: 28px;
  }

  .banner-content p {
    font-size: 16px;
  }

  .banner-section .banner-buttons {
    justify-content: center;
  }

  .banner-section .owl-dots {
    bottom: 20px;
    gap: 8px;
  }

  .banner-section .owl-dot {
    width: 10px;
    height: 10px;
  }

  .header-section {
    background: #2d4063 !important;
    top: 0px !important;
  }

  .banner-carousel,
  .banner-carousel .owl-stage-outer,
  .banner-carousel .owl-stage,
  .banner-carousel .owl-item,
  .banner-slide {
    height: 80vh;
  }

  .banner-btn {
    box-shadow: none;
  }

  .banner-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    font-size: 18px !important;
  }

  .banner-carousel .owl-nav .owl-prev {
    left: 10px;
  }

  .banner-carousel .owl-nav .owl-next {
    right: 10px;
  }

  .nav-top {
    display: none;
  }

  .mobile-brand {
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    padding: 10px 0 !important;
    display: flex !important;
  }

  .spot-cource {
    flex-direction: column;
  }

  .spot-cource .left-image-cource {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }

  .spot-cource .right-content-course {
    width: 100%;
    padding: 35px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .about-banner h1 {
    font-size: 32px;
  }
  .ragging-heading h2 {
    font-size: 28px;
  }

  .ragging-card,
  .ragging-definition,
  .legal-notice,
  .complaint-panel {
    padding: 25px;
  }

  .kerala-all-hotels h3 {
    font-size: 24px;
  }

  .hotels-places {
    padding: 30px 0;
  }

  .kerala-all-hotels {
    margin-bottom: 30px;
  }

  .facilities-ms h2 {
    font-size: 26px;
  }

  .placements {
    padding: 0px 0px 60px 0px;
  }

  .p-title {
    font-size: 28px;
    text-align: center;
  }

  .bg-text-activities {
    padding: 20px;
  }

  .overlap-left {
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .footer-institutions ul li {
    margin-bottom: 20px;
  }
  .footer-institutions ul li:not(:last-child)::after {
    display: none;
  }

  .footer-pu .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .footer-bottom .ptb {
    justify-content: center;
    gap: 15px;
  }

  .apu-section .row {
    flex-direction: column-reverse;
  }

  .about-banner {
    padding: 120px 15px 40px;
  }

  .about-banner h1 {
    font-size: 28px;
  }

  .about-banner p {
    font-size: 16px;
  }

  .about-banner-content h1 {
    font-size: 22px;
  }

  .about-intro,
  .about-academics,
  .about-development,
  .about-trust {
    padding: 30px 0;
  }

  .section-heading {
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .section-heading h1 {
    font-size: 28px;
  }

  .section-heading p {
    font-size: 16px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-image img {
    border-radius: 8px;
    margin-top: 40px;
  }

  /* Features become single column */
  .about-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-card {
    padding: 25px 20px;
  }

  .feature-card h3 {
    font-size: 20px;
  }

  .feature-card p {
    font-size: 15px;
  }

  .vision-box {
    padding: 25px 20px;
    margin-top: 20px;
  }

  .vision-box h2 {
    font-size: 24px;
  }

  .trust-box {
    padding: 30px 20px;
  }

  .about-btn {
    padding: 10px 22px;
    font-size: 14px;
  }

  .about-page h1 {
    font-size: 28px;
  }

  .about-page h2 {
    font-size: 24px;
  }

  .about-page h3 {
    font-size: 20px;
  }

  .about-page p {
    font-size: 15px;
    line-height: 1.6;
  }

  .principal-section .principal-heading h2 {
    font-size: 30px;
  }

  .ba-course-page .ba-heading h2 {
    font-size: 30px;
  }

  .bcom-course-page .bcom-heading h2 {
    font-size: 30px;
  }

  .bca-course-page .bca-heading h2 {
    font-size: 30px;
  }

  .mcom-course-page .mcom-heading h2 {
    font-size: 30px;
  }

  .arunodaya-facilities-page .facilities-heading h2 {
    font-size: 30px;
  }

  .facility-content {
    padding-top: 40px;
  }

  .adc-placement-section {
    padding: 50px 0;
  }

  .adc-placement-header h2 {
    font-size: 28px;
  }

  .adc-placement-header p {
    font-size: 15px;
    margin: 15px auto 35px;
    padding: 0 15px;
  }

  /* Stack image and content */
  .adc-placement-row,
  .adc-placement-reverse {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
  }

  .adc-placement-image,
  .adc-placement-content {
    width: 100%;
  }

  .adc-placement-image img {
    border-radius: 6px;
  }

  .adc-placement-content h3 {
    font-size: 24px;
    margin-bottom: 12px;
    text-align: center;
  }

  .adc-placement-content p {
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
  }

  .adc-placement-content ul {
    padding-left: 20px;
    margin-top: 12px;
  }

  .adc-placement-content ul li {
    font-size: 15px;
    margin-bottom: 8px;
  }

  /* Placement Process */
  .adc-placement-process h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }

  .adc-process-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .adc-process-step {
    padding: 20px;
  }

  .adc-process-step span {
    font-size: 22px;
  }

  .adc-process-step p {
    font-size: 15px;
    line-height: 1.5;
  }

    /* Banner */
  .adc-contact-banner {
    padding: 50px 15px;
    text-align: center;
  }

  .adc-contact-banner h1 {
    font-size: 28px;
  }

  .adc-contact-banner p {
    font-size: 15px;
  }

  /* Contact Area */
  .adc-contact-area {
    padding: 50px 0;
  }

  /* Contact Card */
  .adc-contact-card {
    padding: 25px 20px;
    margin-bottom: 25px;
  }

  .adc-contact-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .adc-contact-item h6 {
    font-size: 16px;
  }

  .adc-contact-item p,
  .adc-contact-item a {
    font-size: 15px;
    word-break: break-word;
  }

  /* Contact Form */
  .adc-contact-form-card {
    padding: 25px 20px;
    margin-top: 20px;
  }

  .adc-contact-form-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .adc-contact-form-card .form-control,
  .adc-contact-form-card .form-select {
    height: 45px;
    font-size: 15px;
  }

  .adc-contact-form-card textarea {
    min-height: 120px;
  }

  /* Button */
  .adc-contact-btn {
    width: 100%;
    padding: 12px;
    font-size: 15px;
  }

  /* Map */
  .adc-contact-map iframe {
    height: 280px;
  }

}
