:root {
  --theme-main-color: #ffc333;
  --theme-secondary-color: #fa394a;
  --theme-dark-color: #001e43;
  --theme-dark-light: rgb(31, 57, 90);
  --font-roboto: "Roboto Slab", serif;
  --font-poppins: "Poppins", sans-serif;
}

@media (max-width: 1200px) {
  .navbar {
    padding: 10px;
  }

  .navbar-nav .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  .navbar-nav .nav-link {
    font-size: 18px;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .navbar {
    padding: 2px;
  }

  .navbar-nav .nav-link {
    font-size: 14px;
  }

  h1 {
    font-size: 24px;
  }

  p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .secondary-navbar .right-nav-part {
    display: none;
  }

  span.nav-icon.border-right {
    border: none;
    padding: 0;
    position: relative;
  }
  .secondary-navbar span.nav-icon a {
    justify-content: center;
    margin: 5px 0;
  }
  h1.banner-title {
    font-size: 27px;
    margin-bottom: 10px;
  }
  p.banner-description {
    font-size: 15px;
  }
  .btn-button {
    padding: 10px 20px;
    font-size: 14px;
  }
  .btn-buttons {
    font-size: 14px;
  }
  .btn-sec {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  section.banner-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .abt-img-left {
    width: 100%;
    height: 100%;
    float: none !important;
    display: none;
  }
  .img-frame.abt-img-right {
    width: 100%;
    height: 486px;
    margin-bottom: 40px;
  }
  .happy-box {
    bottom: 20px;
    right: 20px;
    left: auto;
  }
  h2.section-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .about-quote {
    align-items: center;
  }
  .quote-content {
    font-size: 18px;
  }
  .divider-gaps {
    padding-top: 20px;
  }
  h2.section-title::before {
    width: 30px;
    height: 30px;
  }
  .vision-mission-areas {
    padding-top: 20px;
  }
  .nav.nav-tabs .nav-link {
    display: block;
    border: 1px solid #666;
    border-radius: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav.nav-tabs .nav-link.active {
    border: 1px solid var(--theme-secondary-color);
  }
  .ac-course-card {
    align-items: flex-start;
  }
  .count-program-number {
    font-size: 45px;
  }
  .apply-image-sec {
    position: relative;
    padding-bottom: 40px;
  }
  section.gallery-section .row {
    gap: 20px;
  }
  .testimonial-img {
    height: 300px;
    position: relative;
    margin-bottom: 20px;
  }
  section.testimonials .testimonial-items {
    margin-right: 0;
  }
  section.testimonials button.slick-prev.slick-arrow,
  section.testimonials button.slick-next.slick-arrow {
    bottom: -48px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  section.testimonials button.slick-next.slick-arrow {
    left: 35%;
  }
  section.testimonials button.slick-prev.slick-arrow {
    right: 35%;
  }
  img.footer-logo {
    width: 90px;
  }
  footer.footer-main a {
    font-size: 14px;
  }
  footer.footer-secondary {
    padding: 10px 0;
  }
  footer.footer-secondary p {
    font-size: 10px;
  }
  h3.gallery-title {
    font-size: 25px;
  }
  h1.breadcrumb-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  ol.breadcrumb-list li a {
    font-size: 14px;
  }
  section.breadcrumb-sec {
    padding: 30px 0;
  }
  .course-card {
    height: auto;
    margin-bottom: 30px;
  }
  ol.breadcrumb-list {
    flex-wrap: wrap;
  }
  .course-page-img {
    width: 100%;
    height: 100%;
  }
  img.in-page-main-image {
    margin-bottom: 20px;
  }
  .img-thumb {
    position: relative;
    bottom: 0;
    left: 0;
    display: grid;
  }
  .gallery {
    grid-template-columns: none;
  }
  section.contact-page {
    padding: 30px 0;
  }
  section.contact-map {
    padding: 30px 0;
  }
  a.sec-footer-link {
    font-size: 10px;
  }
}
