@media screen and (min-width: 992px) {
  .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }

  .dropdown-menu {
    margin-left: 16px;
  }

  .dropdown-menu-service {
    min-width: 280px;
  }

  .navbar .nav-item .dropdown-menu {
    display: none;
    opacity: 0;
    transition: top 0.3s ease 0s, opacity 0.3s;
    -ms-transition: top 0.3s ease 0s, opacity 0.3s;
    -moz-transition: top 0.3s ease 0s, opacity 0.3s;
    -o-transition: top 0.3s ease 0s, opacity 0.3s;
    transform: scaleX(0);
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    transform: scaleX(1);
    opacity: 1;


    margin-top: var(--bs-dropdown-spacer);
  }
}

@media screen and (max-width: 1199px) {
  .navbar-brand {
    max-width: 280px;
  }

  .card-document-library-icon {
    width: 50px;
    flex: 0 1 50px;
  }

  .card-document-library-content h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  :root {
    --bs-body-font-size: 16px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  p {
    line-height: 28px;
  }

  .heading-01 {
    font-size: 40px;
    line-height: 1.2;
  }

  .heading-02 {
    font-size: 36px;
  }

  .heading-03 {
    font-size: 32px;
  }

  .navbar {
    --bs-navbar-padding-y: 16px;
  }

  .navbar-nav {
    --bs-nav-link-padding-y: 12px;
  }

  .dropdown-menu {
    --bs-dropdown-spacer: 8px;
    margin-bottom: 8px;
  }

  .navbar-brand {
    max-width: 200px;
  }

  .footer-logo img {
    max-width: 200px;
  }

  .footer-logo p {
    margin-top: 16px;
    font-size: 14px;
  }

  .footer-link {
    margin-top: 24px;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-bottom-link {
    justify-content: center;
    margin-top: 16px;
  }

  .section-banner {
    min-height: 600px;
    margin-top: 66px;
  }

  .section-banner-sm {
    min-height: 450px;
  }

  .banner-content {
    max-width: 100%;
  }

  .block-image {
    position: inherit;
    min-height: 450px;
    width: 100%;
  }

  .block-content {
    padding: 32px 16px;
  }

  .section-service,
  .section-sector,
  .section-client,
  .section-certification,
  .section-block-single,
  .section-core-value,
  .section-intent,
  .section-service-pledge,
  .section-testimonial,
  .section-service-list,
  .section-service-highlight,
  .section-additional-option,
  .section-contact,
  .section-block-banner,
  .section-faq {
    padding: 50px 0;
  }

  .card-sector-content {
    padding: 16px;
  }

  .block-single-content p {
    font-size: 24px;
    line-height: 1.6;
  }

  .section-service-pledge,
  .section-testimonial {
    background-size: 100%;
  }

  .card-service-pledge {
    background-size: 32px;
    padding: 16px 16px 16px 70px;
  }

  .card-testimonial-content {
    padding: 24px;
  }

  .card-testimonial-content::before {
    border-width: 0 24px 24px 0;
    bottom: -24px;
  }

  .card-testimonial-user {
    margin-top: 40px;
    padding-left: 30px;
  }

  .card-project-wrap {
    gap: 16px;
  }

  .card-project {
    width: calc(33.33% - 16px);
  }

  .card-project h6 {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .service-list-item {
    flex-direction: column;
  }

  .service-list-icon {
    margin: 0 auto;
  }

  .list-highlight li {
    margin: 16px 0 16px 46px;
  }

  .list-highlight li::before {
    left: -46px;
    top: 12px;
    height: 25px;
    width: 25px;
    background-size: 25px;
  }

  .list-highlight-half {
    gap: 0;
  }

  .list-highlight-half li {
    width: 100%;
  }

  .list-location {
    margin-top: 36px;
  }

  .list-location li {
    background-size: 24px;
    padding-left: 40px;
    font-size: 18px;
  }

  .col-lg-4:last-child .contact-detail-item {
    margin-bottom: 0;
  }

  .contact-detail-item {
    padding: 16px;
    margin-bottom: 24px;
  }

  .contact-form form {
    padding: 16px;
  }

  .blog-detail-content {
    padding: 36px 0;
  }

  .blog-detail-sidebar {
    border-left: 0;
    border-top: 1px solid var(--bs-d5d4d4);
    padding: 24px 0 0;
  }

  .card-document-library-content {
    flex-direction: column;
    gap: 24px;
  }

  .card-document-library-divider {
    width: 100%;
  }

  .accordion {
    --bs-accordion-btn-padding-x: 16px;
    --bs-accordion-btn-padding-y: 16px;
    --bs-accordion-body-padding-x: 16px;
    --bs-accordion-body-padding-y: 16px;
  }

  .accordion-button {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .card-project {
    width: calc(50% - 16px);
  }

  .our-pillars {
    margin: 24px auto 0;
  }

  .our-pillars-item {
    flex-direction: column;
  }

  .our-pillars-header {
    padding: 16px;
  }

  .our-pillars-logo {
    max-width: 100%;
    margin-bottom: 16px;
  }
}