@media (max-width: 1024px) {
  .hero-banner h1 {
    font-size: 30px;
  }

  .contact-header .contact-area p {
    margin-inline: 20px;
  }

  .contact-body .center-contact {
    transform: translateY(-35%) !important;
  }

  .notification .card {
    padding-inline: 6px;
  }

  .offcanvas .profile-icons .dropdown-menu.show {
    left: 50px !important;
    top: -8px !important;
  }
}

@media (max-width: 991px) {
  .special-article .card {
    font-size: 0.95rem;
  }

  .special-article .card-title {
    font-size: 1rem;
  }

  .special-article img {
    height: 180px;
  }

  .profile-icons .dropdown-menu {
    left: 0 !important;
  }
}

@media (max-width: 821px) {

  .offcanvas-body .navbar-nav {
    order: 4;
  }

  .index-page .hero-banner {
    background-position: right center;
  }

  .offcanvas-body {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {

  .contact-header {
    min-height: 800px !important;
  }

  .why-join-section .section-title {
    font-size: 1.6rem;
  }

  .card-custom {
    padding: 20px 15px;
  }

  .values-section .section-title {
    font-size: 1.6rem;
  }

  .value-card {
    padding: 20px 15px;
  }

  .value-card .icon {
    font-size: 35px;
  }

  .job-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-apply {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {

  header .navbar {
    margin-inline: 20px !important;
  }

  .hero-banner {
    background-position: top center !important;
  }

  .hero-banner .btn {
    font-size: 16px !important;
  }

  .hero-banner .img-fluid {
    margin-top: 43px !important;
  }

  .cover,
  .partner {
    padding-inline: 20px !important;
  }

  .hero-banner .row {
    padding-inline: 20px;
  }

  .hero-banner h1 {
    font-size: 18px !important;
  }

  .service .row {
    padding-inline: 0px !important;
  }

  .hero-banner .btn-1 {
    border: 1px solid rgb(209, 209, 214);
    color: #00b1aa;
    background-color: #ebe7e7;
  }

  .row {
    margin-inline: 10px !important;
  }

  .row .card {
    height: auto !important;
  }

  .row>.col-lg-9>.card .row,
  .row>.col-xl-8>.card .row {
    margin-inline: initial !important;
  }

  .auth-section .row ,
  .profile .row{
    margin-inline: initial !important;
  }

  .auth-section .row .card {
    height: initial !important;
  }

  .about-team .plan-detail {
    margin-inline: 20px;
    font-size: 20px !important;
  }

  .internship .container .card {
    margin-inline: 15px;
  }

  .internship .intern-area h1 {
    padding-inline: 15px !important;
  }

  .contact-page .card-info {
    padding: 40px 20px !important;
  }

  .contact-page .col-xl-6,
  .contact-page .col-md-7 {
    padding-inline: 0px !important;
  }
}