@media (max-width: 1399.98px) {
  .section-title-display {
    font-size: clamp(52px, 8.4vw, 140px);
  }

  .department-media-wrap,
  .department-image {
    min-height: 320px;
    height: 320px;
  }
}

@media (max-width: 1199.98px) {
  .hero-section {
    min-height: 980px;
  }

  .hero-brand-block {
    padding-top: 170px;
  }

  .hero-logo-image {
    width: min(88vw, 760px);
  }

  .interlude-section {
    min-height: 680px;
    height: 72vh;
  }

  .interlude-image {
    top: -8%;
    left: -8%;
    width: 116%;
    height: 118%;
    object-fit: cover;
  }

  .contact-panel,
  .contact-visual-layer {
    min-height: unset;
  }

  .contact-map-image-wrap-desktop {
    display: none;
  }

  .contact-map-side-mobile {
    display: block;
    position: relative;
    min-height: 520px;
  }

  .contact-map-link {
    inset-inline-start: 22px;
    bottom: 22px;
  }

  .contact-form-card {
    position: relative;
    top: auto;
    inset-inline-start: auto;
    inset-inline-end: auto;
    transform: none;
    width: 100%;
    min-height: unset;
    max-width: none;
    box-shadow: var(--shadow-soft);
  }
}

@media (min-width: 1200px) {
  .contact-map-image-wrap-desktop {
    display: block;
  }

  .contact-map-side-mobile {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    background: rgba(1, 2, 7, 0.92);
  }

  .navbar-collapse {
    background: rgba(6, 8, 20, 0.98);
    padding: 18px 0 6px;
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-contact-link {
    display: inline-block;
    padding-top: 14px;
  }

  .hero-section {
    min-height: 900px;
    padding-top: 140px;
  }

  .hero-section::after {
    height: clamp(90px, 18vw, 150px);
  }

  .hero-brand-block {
    padding-top: 140px;
  }

  .wave-zone {
    top: 120px;
  }

  .hero-logo-image {
    width: min(90vw, 640px);
  }

  .interlude-section {
    min-height: 560px;
    height: 64vh;
    margin-top: -1px;
  }

  .interlude-section::before {
    height: clamp(70px, 14vw, 120px);
  }

  .interlude-section::after {
    height: clamp(80px, 16vw, 130px);
  }

  .interlude-image {
    top: -8%;
    left: -8%;
    width: 118%;
    height: 118%;
    object-fit: cover;
  }

  .about-section {
    margin-top: -1px;
  }

  .about-section::before {
    height: clamp(70px, 14vw, 120px);
  }

  .about-image {
    min-height: 560px;
  }

  html[dir="ltr"] .about-accordion-item:nth-child(1) {
    margin-inline-start: 0;
    width: calc(100% - 0px);
  }

  html[dir="ltr"] .about-accordion-item:nth-child(2) {
    margin-inline-start: 24px;
    width: calc(100% - 24px);
  }

  html[dir="ltr"] .about-accordion-item:nth-child(3) {
    margin-inline-start: 48px;
    width: calc(100% - 48px);
  }

  html[dir="ltr"] .about-accordion-item:nth-child(4) {
    margin-inline-start: 72px;
    width: calc(100% - 72px);
  }

  html[dir="rtl"] .about-accordion-item:nth-child(1) {
    margin-inline-end: 0;
    width: calc(100% - 0px);
  }

  html[dir="rtl"] .about-accordion-item:nth-child(2) {
    margin-inline-end: 24px;
    width: calc(100% - 24px);
  }

  html[dir="rtl"] .about-accordion-item:nth-child(3) {
    margin-inline-end: 48px;
    width: calc(100% - 48px);
  }

  html[dir="rtl"] .about-accordion-item:nth-child(4) {
    margin-inline-end: 72px;
    width: calc(100% - 72px);
  }

  .about-accordion-button {
    gap: 12px;
  }

  .about-accordion-icon {
    width: 24px;
    height: 24px;
  }

  .departments-section .section-heading {
    margin-bottom: 20px;
  }

  .departments-section .section-title-display {
    width: 100%;
    line-height: 0.92;
    text-align: start;
  }

  .department-media-wrap {
    cursor: pointer;
  }

  .icon-strip {
    gap: 24px;
    padding-inline-end: 24px;
  }

  .icon-chip {
    width: 54px;
    height: 54px;
  }

  .icon-chip-image {
    width: 28px;
    height: 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .back-to-top,
  html[dir="rtl"] .back-to-top {
    justify-self: center;
  }
}

@media (max-width: 767.98px) {
  .site-container {
    width: min(100% - 28px, 1320px);
  }

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

  .hero-section {
    min-height: 760px;
    padding-top: 120px;
  }

  .hero-section::after {
    height: clamp(72px, 14vw, 110px);
  }

  .hero-brand-block {
    padding-top: 120px;
  }

  .wave-zone {
    top: 165px;
    left: -8%;
    width: 116%;
  }

  html[dir="rtl"] .wave-zone {
    left: auto;
    right: -8%;
  }

  .hero-logo-image {
    width: min(92vw, 520px);
  }

  .section-title-display {
    font-size: clamp(42px, 14vw, 72px);
    line-height: 0.92;
  }

  .interlude-section {
    min-height: 420px;
    height: 52vh;
    margin-top: -1px;
  }

  .interlude-section::before {
    height: clamp(56px, 12vw, 90px);
  }

  .interlude-section::after {
    height: clamp(64px, 13vw, 96px);
  }

  .interlude-image {
    top: -10%;
    left: -10%;
    width: 122%;
    height: 122%;
    object-fit: cover;
    object-position: center center;
  }

  .about-section {
    margin-top: -1px;
  }

  .about-section::before {
    height: clamp(56px, 12vw, 90px);
  }

  .about-image {
    min-height: 500px;
  }

  .about-accordion-button {
    gap: 12px;
  }

  .about-accordion-icon {
    width: 24px;
    height: 24px;
  }

  .about-accordion-body {
    font-size: 14px;
    line-height: 1.65;
  }

  html[dir="ltr"] .about-accordion-item:nth-child(1),
  html[dir="ltr"] .about-accordion-item:nth-child(2),
  html[dir="ltr"] .about-accordion-item:nth-child(3),
  html[dir="ltr"] .about-accordion-item:nth-child(4) {
    margin-inline-start: 0;
    width: 100%;
  }

  html[dir="rtl"] .about-accordion-item:nth-child(1),
  html[dir="rtl"] .about-accordion-item:nth-child(2),
  html[dir="rtl"] .about-accordion-item:nth-child(3),
  html[dir="rtl"] .about-accordion-item:nth-child(4) {
    margin-inline-end: 0;
    width: 100%;
  }

  .department-media-wrap,
  .department-image {
    min-height: 300px;
    height: 300px;
  }

  .department-list {
    padding-top: 16px;
  }

  .departments-section .section-title-display {
    font-size: clamp(42px, 14vw, 72px);
    line-height: 0.94;
  }

  .icon-strip {
    gap: 20px;
    padding-inline-end: 20px;
  }

  .icon-chip {
    width: 50px;
    height: 50px;
  }

  .icon-chip-image {
    width: 26px;
    height: 26px;
  }

  .contact-map-side-mobile {
    min-height: 400px;
  }

  .contact-form-card {
    padding: 24px 18px 22px;
  }

  .contact-title {
    font-size: clamp(32px, 10vw, 48px);
  }

  .contact-map-link {
    inset-inline-start: 16px;
    bottom: 16px;
    padding: 9px 12px;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .nav-wrap {
    min-height: 78px;
  }

  .hero-section {
    min-height: 680px;
  }

  .hero-brand-block {
    padding-top: 108px;
  }

  .hero-logo-image {
    width: min(94vw, 420px);
  }

  .interlude-section {
    /* min-height: 360px;
    height: 46vh; */

    min-height: 245px;
        height: 40vh;
  }

  .interlude-section::before {
    height: 48px;
  }

  .interlude-section::after {
    height: 56px;
  }

  .interlude-image {
    top: -12%;
    left: -12%;
    width: 126%;
    height: 126%;
    object-fit: cover;
  }

  .about-section::before {
    height: 48px;
  }

  .about-image {
    min-height: 460px;
  }

  .about-section-bg {
    min-height: auto;
  } 

  .about-content-wrap {
    min-height: auto;
  }

  .about-accordion-button {
    gap: 12px;
  }

  .about-accordion-icon {
    width: 24px;
    height: 24px;
  }

  .department-title {
    font-size: 19px;
  }

  .department-list {
    padding-top: 14px;
  }

  .department-list li {
    font-size: 13px;
  }

  .icon-strip {
    gap: 18px;
    padding-inline-end: 18px;
  }

  .icon-chip {
    width: 44px;
    height: 44px;
  }

  .icon-chip-image {
    width: 22px;
    height: 22px;
  }

  .footer-socials {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-socials a {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}