﻿@media (min-width: 1400px) {
  .storySection::after {
    right: calc((100% - 1320px) / 2);
    transform: translateX(40%) rotate(90.291deg);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .brand-name {
    padding-right: 15px;
  }
  .navbar-actions .btn-cyan-primary {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .hero-stats-fixed {
    bottom: 8%;
  }
  .nav-list .nav-link,
  .language-switch,
  .blueBtn {
    font-size: 12px;
  }
  .blueBtn {
    padding: 10px 5px;
  }
  .nav-list {
    gap: 0;
  }
  .srvices-section h3 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .bannerText h1,
  .hero-title {
    font-size: 30px;
    line-height: 150%;
    letter-spacing: normal;
  }
  .teamCardDesc {
    height: unset;
  }
  .hero-pagination {
    right: 43px !important;
  }
  .team-card h3 {
    font-size: 20px;
  }
  .service-list {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .service-list {
    background-color: unset;
  }
  .service-list .list-group-item {
    white-space: nowrap;
    border-radius: 20px;
    /* background: #e6f6f9; */
    min-height: unset;
    padding: 13px;
    width: max-content;
    font-size: 14px;
  }

  .service-list-arrow {
    display: none;
  }
  .storyImage {
    border-radius: 0;
    height: 400px;
  }
  .storyImage::after {
    content: unset;
  }
  .service-feature-title h3 {
    font-size: 15px;
  }
  /* .site-header .navbar-collapse {
    margin: 0 -12px;
    padding: 18px 12px 22px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    background: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  } */

  .site-header .navbar-nav {
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
    /* padding-left: 15px;
    padding-right: 15px; */
  }
  /* .site-header.is-scrolled .nav-list .nav-link,
  .site-header.is-scrolled .language-switch {
    color: white;
  } */

  .brand-name {
    font-size: 8px;
  }

  .site-header .navbar-actions {
    padding-right: 15px;
    padding-left: 15px;
  }

  .site-header .navbar-actions .btn {
    width: 100%;
    min-height: 44px;
  }
  .language-dropdown {
    width: 100%;
    text-align: left;
  }

  .language-dropdown > .language-switch {
    display: none;
  }

  .language-dropdown .dropdown-menu {
    position: static !important;
    display: flex !important;
    width: auto;
    min-width: 0;
    flex-direction: row;
    gap: 8px;
    margin: 8px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none !important;
  }

  .language-dropdown .dropdown-menu li {
    width: auto;
  }

  .language-dropdown .dropdown-item {
    min-width: 42px;
    padding: 6px 12px;
    border-radius: 0;
    background: var(--asp-cyan);
    color: white;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
  }

  .language-dropdown .dropdown-item:hover,
  .language-dropdown .dropdown-item:focus,
  .language-dropdown .dropdown-item.active {
    background: white;
    color: var(--asp-ink);
  }

  /* .hero-content {
    margin-top: 110px;
  } */

  .hero-pagination {
    right: 18px !important;
  }

  .certificates-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* .services-layout {
    display: block;
    min-height: 0;
  } */

  .service-list-column {
    width: 100%;
    flex-basis: auto;
  }

  .team-photo::before {
    top: -12px;
    width: 220px;
    /* height: 220px; */
  }
  .team-photo img {
    width: 165px;
    height: 165px;
    margin-left: 19px;
    top: 10px;
  }

  .project-image-wrap {
    height: 260px;
  }

  .about-copy {
    /* margin-top: 58px; */
    align-items: center;
    max-width: unset;
  }

  .about-experience-badge {
    width: 104px;
    height: 104px;
    right: -8px;
    top: -52px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.25;
  }
  .storySection::after {
    content: unset;
  }
  .timeLineBox {
    padding: 20px;
  }
  .timeLineBox h2 {
    font-size: 20px;
  }
  p,
  h4 {
    font-size: 15px;
  }
  .missionImage {
    height: 200px;
  }
  .srvices-section:nth-child(odd) .service-section-title,
  .srvices-section:nth-child(even) .service-section-title {
    padding: 24px 20px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 900px;
  }
  .hero-copy {
    margin: 20px 0;
  }
  .srvices-section {
    margin-bottom: 30px;
  }
  .srvices-section:nth-child(odd) .service-section-title,
  .srvices-section:nth-child(even) .service-section-title {
    padding: 10px;
  }
  .service-section-image {
    height: 400px;
    border-radius: 13px 13px 0 0 !important;
  }
  .service-section-image::before {
    content: unset;
  }
  .srvices-section h3 {
    font-size: 20.667px;
    line-height: 150%;
  }

  .contact-form {
    padding: 15px;
  }
  .mapouter-content span {
    font-size: 16px;
  }
  .contactText p {
    font-size: 14px;
  }
  .footer-cta p {
    text-align: center;
  }
  .howWeWorkTimeLine::before {
    left: 0;
  }
  .timeLineBox {
    width: 90%;
  }
  .howBox:nth-child(odd) {
    justify-content: end;
  }
  .gap-32 {
    gap: 16px;
  }
  .missionImage {
    height: 150px;
  }
  h2,
  .projectTitle h2,
  .buldingSection h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .bannerText h1,
  .hero-title {
    font-size: 30px;
    line-height: 150%;
    letter-spacing: normal;
  }
  .btn-cyan {
    margin-top: 30px;
  }

  .certificates-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-filters {
    gap: 2px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .footer-cta {
    text-align: center;
  }
  .footer-cta-button {
    margin: auto;
  }
  .sectionPadding {
    padding: 50px 0;
  }
  .certificate-card-inner {
    padding: 10px;
  }
  .certificate-card-inner img {
    max-width: 100%;
  }
  .pageNumber {
    font-size: 19px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 10px;
  }
  .service-list-icon {
    width: unset;
    height: unset;
    flex: unset;
    padding: 5px;
  }
  .pt-64 {
    padding-top: 30px;
  }
}

@media (max-width: 575.98px) {
  /* .certificates-grid {
    grid-template-columns: repeat(1, 1fr);
  } */
  /* .site-header {
    height: 68px;
  } */

  /* .site-header .navbar > .container {
    padding-right: 16px;
    padding-left: 16px;
  } */

  .brand {
    gap: 8px;
  }

  .brandImage {
    height: 36px;
  }

  /* .brand-name {
    max-width: 126px;
    font-size: 8px;
    line-height: 1.25;
    letter-spacing: 0.06em;
    white-space: normal;
  } */

  /* .site-header .navbar-toggler {
    width: 40px;
    height: 40px;
  } */

  /* .site-header .navbar-toggler-icon {
    width: 24px;
    height: 24px;
  } */

  /* .site-header .navbar-collapse {
    margin-right: -16px;
    margin-left: -16px;
    padding: 16px 16px 20px;
    max-height: calc(100vh - 68px);
  } */

  .site-header .navbar-nav {
    gap: 8px;
    /* padding-right: 12px;
    padding-left: 12px; */
  }

  .site-header .nav-list .nav-link,
  .site-header .language-switch {
    font-size: 14px;
  }

  h2,
  .circleCrad h2 {
    font-size: 25px;
    line-height: 30px;
  }
  p,
  h3 {
    font-size: 14px;
  }
  .circleCrad {
    min-width: 200px;
    text-align: center;
    height: 200px;
  }

  .section-space {
    padding: 56px 0;
  }

  .btn-cyan-primary,
  .btn-light2,
  .btn-cyan {
    padding: 12px;
    font-size: 12px;
    gap: 6px;
  }

  .hero-copy {
    font-size: 15px;
  }

  .hero-pagination {
    top: auto !important;
    right: 50% !important;
    bottom: 24px !important;
    left: auto !important;
    flex-direction: row;
    gap: 10px;
    transform: translateX(50%) !important;
  }

  .hero-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }

  .hero-stats {
    margin-top: 36px;
  }

  .stat-card strong {
    font-size: 28px;
  }

  .stat-card small {
    white-space: normal;
  }

  /* .about-story {
    margin-top: 46px;
  } */

  .about-image {
    height: 300px;
  }

  .about-experience-badge {
    /* width: 84px;
    height: 84px; */
    right: -8px;
    top: 0;
    padding: 9px;
    font-size: 12px;
    line-height: 1.2;
  }

  .about-copy {
    /* margin-top: 48px; */
    align-items: center;
  }

  .team-heading p {
    font-size: 14px;
    line-height: 22.75px;
  }

  /* .team-photo-row {
    margin-top: 44px;
    row-gap: 50px;
  } */

  .team-photo {
    width: 220px;
    height: 220px;
  }

  .team-photo::before {
    top: -12px;
    width: 220px;
    height: 220px;
  }

  .team-photo img {
    width: 165px;
    height: 165px;
    margin-left: 19px;
  }

  .team-cards {
    margin-top: 36px;
  }

  .team-card,
  .team-cards article:nth-child(2) .team-card {
    max-width: none;
    margin-left: 0;
    padding-left: 15px;
  }

  .service-feature-image {
    height: 210px;
  }

  .service-feature-copy {
    padding: 24px 18px;
  }

  /* .services-cta {
    margin-top: 32px;
  } */
  /* .srvices-section:nth-child(odd) .service-section-title {
    padding: 30px 0 17px 48px;
  }
  .srvices-section:nth-child(even) .service-section-title {
    padding: 30px 48px 17px 0;
  } */

  .projects-heading {
    margin-bottom: 28px;
  }

  .project-filters {
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .project-image-wrap {
    height: 220px;
  }

  .project-card-body {
    min-height: 68px;
    padding: 14px 16px;
  }

  .project-card h3,
  .project-card b {
    font-size: 16px;
  }

  .certificate-notes {
    gap: 12px;
  }

  .contact-overlay {
    padding: 58px 0;
  }

  .footer-cta {
    min-height: auto;
    padding: 32px 0;
  }

  .footer-cta h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .footer-cta p {
    /* margin-top: 6px; */
    font-size: 13px;
    line-height: 142.857%;
  }

  .footer-cta-button {
    width: 100%;
    max-width: 280px;
    min-height: 48px;
    padding: 0 20px;
    font-size: 13px;
  }

  .footer-main {
    min-height: auto;
    padding: 40px 0;
  }

  .footer-main .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 36px;
  }

  .footer-main .row > div:first-child {
    width: 100%;
  }

  .footer-brand {
    margin-bottom: 18px;
  }

  .footer-brand-mark {
    width: 34px;
    height: 40px;
  }

  .footer-brand-name {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.6px;
  }

  .footer-copy {
    max-width: 100%;
    font-size: 13px;
    line-height: 21px;
  }

  .footer-social-link {
    width: 34px;
    height: 34px;
  }

  .footer-main h3 {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 18px;
  }

  .footer-main li {
    font-size: 13px;
    line-height: 19px;
  }

  .footer-main ul.d-flex {
    gap: 12px !important;
  }

  .footer-bottom {
    min-height: auto;
    padding: 18px 12px;
    font-size: 11px;
    line-height: 17px;
  }
}
