@media screen and (max-width: 1600px) {
  .header-title {
    font-size: 28px;
    max-width: 450px;
  }

  .header-vector {
    max-width: 150px;
  }
}

@media screen and (max-width: 1400px) {
  .header-title {
    font-size: 26px;
    max-width: 400px;
  }

  .header-vector {
    max-width: 140px;
  }

  .navbar .nav-link {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1200px) {
  .header-title {
    font-size: 24px;
    max-width: 380px;
  }

  .header-vector {
    max-width: 130px;
  }

  .header-youtube-description {
    font-size: 14px;
  }

  .navbar .nav-link {
    font-size: 13px;
    padding: 0 8px;
  }

  .navbar .site-logo svg {
    height: 50px;
  }

  .navbar.navbar-shrink .site-logo svg {
    height: 35px;
  }
}

@media screen and (max-width: 1025px) {
  .header-title {
    font-size: 22px;
    max-width: 350px;
  }

  .header-vector {
    max-width: 120px;
  }

  .video-button {
    width: 60px !important;
    height: 60px !important;
  }

  .play-icon {
    font-size: 10px;
  }

  .navbar .navbar-wrapper {
    padding: 30px;
  }

  .navbar.navbar-shrink .navbar-wrapper {
    padding: 15px;
  }
}

@media screen and (max-width: 992px) {
  .header-swiper .swiper-wrapper {
    height: 60vh;
  }

  .header-title {
    font-size: 20px;
    max-width: 100%;
    padding: 0 15px;
  }

  .header-vector {
    max-width: 110px;
  }

  .header-youtube-overlay {
    padding: 0 15px !important;
  }

  .header-youtube-description {
    font-size: 13px;
    max-width: 100%;
  }

  .video-button {
    width: 55px !important;
    height: 55px !important;
  }

  .play-icon {
    font-size: 9px;
  }

  /* Navbar Mobile */
  .navbar .navbar-wrapper {
    padding: 15px;
  }

  .navbar .site-logo svg {
    height: 45px;
  }

  .navbar-toggler {
    padding: 5px;
    z-index: 1000;
  }

  .navbar-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1040;
    padding-top: 120px;
  }

  .navbar-mobile .nav-link {
    font-size: 28px;
    color: #07272e !important;
    padding: 10px 0;
  }

  .navbar-mobile .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none;
    border: none;
    background: transparent;
  }

  .dropdown-mobile-link {
    font-size: 20px;
    color: #07272e;
  }

  /* Oneline Message Section Tablet */
  .site6-oneline-message-section {
    padding: 50px 0;
  }

  .site6-oneline-content {
    padding: 40px 30px;
  }

  .site6-oneline-title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .site6-oneline-desc {
    font-size: 15px;
  }

  .site6-oneline-details {
    gap: 15px;
  }

  .site6-oneline-detail-item {
    padding: 18px 20px;
  }

  .site6-oneline-image-container {
    height: 350px;
    padding: 40px;
  }

  .mobile-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #fff;
  }

  .mobile-menu::before {
    content: "";
    position: absolute;
    background-image: url(/images/site6/leaf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    max-height: 400px;
    z-index: 1000;
    bottom: 0px;
    transform: rotate(10deg);
    opacity: 0.2;
  }

  .mobile-menu .site-logo {
    display: block;
    position: absolute;
    z-index: 100000;
    top: 40px;
    left: 26px;
  }
  .news-header {
    padding: 12px;
  }
  .news-row .swiper {
    padding-bottom: 120px;
  }

  .news-row .news-item > *:not(.first) {
    padding: 0px 8px;
  }
  .news-row .news-item .site6-hero-message__button {
    margin: 12px;
  }
  .news-row .news-item .news-item-image.first {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  .header-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .header-vector {
    max-width: 100px;
  }

  .header-youtube-description {
    font-size: 12px;
  }

  .site6-btn-primary {
    padding: 10px 20px;
    font-size: 14px;
  }

  .video-button {
    width: 50px !important;
    height: 50px !important;
  }

  .circles {
    width: 70px;
    height: 70px;
  }

  /* Navbar Mobile */
  .navbar .site-logo svg {
    height: 40px;
  }

  .navbar-mobile-header {
    height: 70px;
    left: 0px;
    width: 100%;
  }

  .navbar-mobile .nav-link {
    font-size: 24px;
  }

  .navbar-mobile .dropdown-button {
    font-size: 24px;
  }

  .dropdown-mobile-link {
    font-size: 18px;
  }

  /* Oneline Message Section Mobile */
  .site6-oneline-message-section {
    padding: 40px 0;
  }

  .site6-oneline-content {
    padding: 30px 20px;
  }

  .site6-oneline-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .site6-oneline-desc {
    font-size: 14px;
  }

  .site6-oneline-details {
    flex-direction: column;
    gap: 12px;
  }

  .site6-oneline-detail-item {
    padding: 16px 18px;
    min-width: 100%;
  }

  .site6-oneline-detail-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .site6-oneline-detail-value {
    font-size: 14px;
  }

  .site6-oneline-image-container {
    height: 300px;
    padding: 30px;
  }
}

@media screen and (max-width: 576px) {
  .header-title {
    font-size: 16px;
  }

  .header-vector {
    max-width: 80px;
  }

  .header-youtube-description {
    font-size: 11px;
  }

  .site6-btn-primary {
    padding: 8px 16px;
    font-size: 12px;
  }

  .site6-btn-primary i {
    margin: 0;
  }

  .video-button {
    width: 45px !important;
    height: 45px !important;
  }

  .play-icon {
    font-size: 8px;
  }

  .circles {
    width: 60px;
    height: 60px;
  }

  .header-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  /* Navbar Mobile Small */
  .navbar .site-logo svg {
    height: 35px;
  }

  .navbar .navbar-wrapper {
    padding: 10px;
  }

  .navbar-mobile .nav-link {
    font-size: 20px;
  }

  .navbar-mobile .dropdown-button {
    font-size: 20px;
  }

  .dropdown-mobile-link {
    font-size: 16px;
  }

  /* Oneline Message Section Small Mobile */
  .site6-oneline-message-section {
    padding: 30px 0;
  }

  .site6-oneline-content {
    padding: 20px 15px;
  }

  .site6-oneline-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .site6-oneline-desc {
    font-size: 13px;
  }

  .site6-oneline-details {
    gap: 10px;
  }

  .site6-oneline-detail-item {
    padding: 14px 16px;
  }

  .site6-oneline-detail-icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .site6-oneline-detail-value {
    font-size: 13px;
  }

  .site6-oneline-image-container {
    height: 280px;
    padding: 20px;
  }
}

@media screen and (max-width: 320px) {
  .header-swiper .swiper-wrapper {
    height: 40vh;
  }

  .header-title {
    font-size: 14px;
  }

  .header-vector {
    max-width: 70px;
  }

  .video-button {
    width: 40px !important;
    height: 40px !important;
  }

  .play-icon {
    font-size: 7px;
  }

  /* Navbar Mobile Extra Small */
  .navbar .site-logo svg {
    height: 30px;
  }

  .navbar-mobile .nav-link {
    font-size: 18px;
  }

  /* Oneline Message Section Extra Small */
  .site6-oneline-message-section {
    padding: 30px 0;
  }

  .site6-oneline-title {
    font-size: 20px;
  }

  .site6-oneline-desc {
    font-size: 12px;
  }

  .site6-oneline-details {
    flex-direction: column;
    gap: 10px;
  }

  .site6-oneline-detail-item {
    padding: 12px;
    min-width: 100%;
  }

  .site6-oneline-detail-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .site6-oneline-detail-value {
    font-size: 12px;
  }

  .site6-oneline-image-container {
    height: 250px;
  }
}

/* ============================================
   site6-hero-message Responsive
=========================================== */

@media screen and (max-width: 1400px) {
  .site6-hero-message__title {
    font-size: 64px;
    max-width: 1000px;
  }

  .site6-hero-message__description {
    font-size: 20px;
    max-width: 900px;
  }
}

@media screen and (max-width: 1200px) {
  .site6-hero-message {
    min-height: 600px;
  }

  .site6-hero-message__title {
    font-size: 56px;
    max-width: 850px;
  }

  .site6-hero-message__description {
    font-size: 18px;
    max-width: 750px;
  }
}

@media screen and (max-width: 992px) {
  .site6-hero-message {
    min-height: 500px;
  }

  .site6-hero-message__content {
    padding: 60px 30px;
  }

  .site6-hero-message__title {
    font-size: 42px;
    max-width: 700px;
    margin-bottom: 20px;
  }

  .site6-hero-message__description {
    font-size: 16px;
    max-width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .site6-hero-message {
    min-height: 450px;
    background-attachment: scroll;
  }

  .site6-hero-message__content {
    padding: 50px 20px;
  }

  .site6-hero-message__title {
    font-size: 32px;
    max-width: 100%;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .site6-hero-message__description {
    font-size: 15px;
    max-width: 100%;
  }

  .site6-hero-message__button {
    padding: 12px 24px;
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .site6-hero-message {
    min-height: 400px;
  }

  .site6-hero-message__overlay {
    background: linear-gradient(135deg, rgba(0, 105, 55, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 100%);
  }

  .site6-hero-message__content {
    padding: 40px 15px;
  }

  .site6-hero-message__title {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .site6-hero-message__description {
    font-size: 14px;
    line-height: 1.6;
  }

  .site6-hero-message__button {
    padding: 10px 20px;
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .site6-hero-message {
    min-height: 350px;
  }

  .site6-hero-message__content {
    padding: 30px 15px;
  }

  .site6-hero-message__title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .site6-hero-message__description {
    font-size: 13px;
  }

  .site6-hero-message__button {
    padding: 8px 16px;
    font-size: 12px;
  }
}

/* ============================================
   news-row Responsive
=========================================== */



.news-row .row {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1600px) {
  .news-header {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .news-item-image.first {
    height: 500px;
  }

  .news-item-image:not(.first) {
    height: 250px;
  }
}

@media screen and (max-width: 1400px) {
  .news-header {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .news-item-image.first {
    height: 450px;
  }

  .news-item-image:not(.first) {
    height: 220px;
  }

  .news-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .news-header {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .news-item-image.first {
    height: 400px;
  }

  .news-item-image:not(.first) {
    height: 200px;
  }

  .news-title {
    font-size: 20px;
  }

  .news-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 1025px) {
  .news-row {
    padding: 0 20px;
  }

  .news-header {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .news-item-image.first {
    height: 380px;
  }

  .news-item-image:not(.first) {
    height: 190px;
  }

  .news-title {
    font-size: 18px;
  }

  .news-description {
    font-size: 13px;
  }
}

@media screen and (max-width: 992px) {
  .news-row {
    padding: 0 15px;
  }

  .news-header {
    flex-direction: column;
    align-items: flex-start !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .news-header-right {
    margin-top: 15px;
  }

  .news-item-image.first {
    height: 350px;
  }

  .news-item-image:not(.first) {
    height: 180px;
  }

  .news-title {
    font-size: 20px;
  }

  .news-description {
    font-size: 14px;
  }

  .news-detail {
    padding: 25px;
  }
}

@media screen and (max-width: 768px) {
  .news-row {
    padding: 0 10px;
  }

  .news-header {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .news-item-image.first {
    height: 300px;
  }

  .news-item-image:not(.first) {
    height: 160px;
  }

  .news-title {
    font-size: 18px;
  }

  .news-description {
    font-size: 13px;
  }

  .news-detail {
    padding: 20px;
  }

  .sustainability-swiper .swiper-pagination {
    bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  .news-row {
    padding: 0;
  }

  .news-header {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .news-item-image.first {
    height: 280px;
  }

  .news-item-image:not(.first) {
    height: 150px;
  }

  .news-title {
    font-size: 16px;
  }

  .news-description {
    font-size: 12px;
    line-height: 1.5;
  }

  .news-detail {
    padding: 15px;
  }

  .news-item .site6-btn-secondary {
    padding: 8px 16px;
    font-size: 13px;
  }

  .sustainability-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 320px) {
  .news-header {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .news-item-image.first {
    height: 250px;
  }

  .news-item-image:not(.first) {
    height: 140px;
  }

  .news-title {
    font-size: 14px;
  }

  .news-description {
    font-size: 11px;
  }

  .news-detail {
    padding: 12px;
  }

  .news-item .site6-btn-secondary {
    padding: 6px 12px;
    font-size: 12px;
  }
}

/* ============================================
   footer Responsive
=========================================== */

@media screen and (max-width: 1600px) {
  .footer {
    overflow-x: hidden;
  }

  .footer .mx-lg-5 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .footer {
    overflow-x: hidden;
  }

  .footer .mx-lg-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .footer .col-lg-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 992px) {
  .footer {
    overflow-x: hidden;
  }

  .footer .mx-lg-5 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .footer .col-md-6 {
    margin-bottom: 2rem;
  }

  .footer .ps-lg-5 {
    padding-left: 1rem !important;
  }

  .footer-title {
    font-size: 18px;
    margin-bottom: 1rem !important;
  }

  .footer-links {
    font-size: 14px;
  }

  .contact-inner-title {
    font-size: 13px;
  }

  .contact-inner-desc {
    font-size: 13px;
  }

  .footer-navigation-container svg {
    height: 50px;
  }

  .footer-navigation {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    overflow-x: hidden;
  }

  .footer .mx-lg-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .footer .col-md-6 {
    margin-bottom: 1.5rem;
  }

  .footer-title {
    font-size: 16px;
  }

  .footer-links {
    font-size: 13px;
  }

  .footer-info-row img {
    width: 32px;
    height: 32px;
  }

  .contact-inner-title {
    font-size: 12px;
  }

  .contact-inner-desc {
    font-size: 12px;
  }

  .footer-navigation-container {
    padding: 1rem 0.5rem;
  }

  .footer-navigation-container svg {
    height: 40px;
  }

  .footer-navigation {
    font-size: 12px;
  }

  .footer-navigation-container {
    flex-direction: column;
    gap: 1rem !important;
  }

  .footer-copyright {
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  .footer {
    overflow-x: hidden;
  }

  .footer .mx-lg-5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .footer .row {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .footer .col-lg-3,
  .footer .col-md-6 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .footer-title {
    font-size: 15px;
    margin-bottom: 0.75rem !important;
  }

  .footer-links {
    font-size: 12px;
  }

  .footer-links i {
    font-size: 10px;
  }

  .footer-info-row img {
    width: 28px;
    height: 28px;
  }

  .footer-info-row {
    padding: 0.5rem 0 !important;
  }

  .contact-inner-title {
    font-size: 11px;
  }

  .contact-inner-desc {
    font-size: 11px;
  }

  .footer-navigation-container {
    flex-direction: column;
    gap: 0.75rem !important;
    padding: 0.75rem 0;
  }

  .footer-navigation-container svg {
    height: 35px;
  }

  .footer-navigation {
    font-size: 11px;
  }

  .footer-copyright {
    font-size: 11px;
  }
}

@media screen and (max-width: 320px) {
  .footer {
    overflow-x: hidden;
  }

  .footer .row {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .footer .col-lg-3,
  .footer .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .footer-title {
    font-size: 14px;
  }

  .footer-links {
    font-size: 11px;
  }

  .footer-info-row img {
    width: 24px;
    height: 24px;
  }

  .contact-inner-title {
    font-size: 10px;
  }

  .contact-inner-desc {
    font-size: 10px;
  }

  .footer-navigation-container svg {
    height: 30px;
  }

  .footer-navigation {
    font-size: 10px;
  }

  .footer-copyright {
    font-size: 10px;
  }
}

/* ============================================
   site6PageHeader Responsive
=========================================== */

@media screen and (max-width: 1400px) {
  .inner-masthead {
    min-height: 45vh;
  }

  .page-header-title {
    padding-top: 80px !important;
  }

  .leaf-decoration {
    width: 350px;
    right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .inner-masthead {
    min-height: 40vh;
  }

  .page-header-title {
    padding: 0px 60px !important;
  }

  .masthead-heading {
    font-size: clamp(1.75rem, 4vw, 2.5rem) !important;
  }

  .masthead-subheading {
    font-size: clamp(0.9rem, 1.8vw, 1.1rem) !important;
  }

  .leaf-decoration {
    width: 280px;
    right: 10px;
    opacity: 0.8;
  }

  .breadcrumb {
    font-size: 13px;
  }
  .sustainability-content-list.row-3-columns .umb-block-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .inner-masthead {
    min-height: 60vh;
  }

  .page-header-title .col-lg-7 {
    max-width: 100%;
  }

  .masthead-heading {
    font-size: clamp(1.5rem, 5vw, 2rem) !important;
  }

  .masthead-subheading {
    font-size: clamp(0.85rem, 2vw, 1rem) !important;
  }

  .header-content-wrapper {
    padding-right: 15px;
  }

  .accent-line {
    width: 60px !important;
    height: 3px !important;
  }

  .breadcrumb {
    font-size: 12px;
    flex-wrap: wrap;
    gap: 4px;
  }

  .breadcrumb .bi-chevron-right {
    font-size: 10px !important;
  }

  .leaf-decoration {
    bottom: 0px;
  }

  .text-section {
    flex-direction: column !important;
  }

  .text-section-icon {
    margin: 0 auto;
  }
  .sustainability-content-list.row-3-columns .umb-block-list,
  .sustainability-content-list.row-2-columns .umb-block-list,
  .news-list .news-row{
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .inner-masthead {
    min-height: 30vh;
  }

  .page-header-title {
    padding: 0px 30px !important;
  }
  .page-header-title .row {
    margin: 0;
  }

  .header-content-wrapper {
    padding-right: 10px;
  }

  .masthead-heading {
    font-size: clamp(1.25rem, 4.5vw, 1.75rem) !important;
    margin-bottom: 1rem !important;
  }

  .masthead-subheading {
    font-size: clamp(0.8rem, 2.2vw, 0.95rem) !important;
  }

  .accent-line {
    width: 50px !important;
    height: 3px !important;
    margin-bottom: 0.75rem !important;
  }

  .breadcrumb {
    font-size: 11px;
  }

  .breadcrumb a {
    word-break: break-word;
  }

  .bottom-wave svg {
    height: 50px;
  }

  .leaf-decoration {
    width: 180px;
    right: 10px;
    bottom: 0px;
  }
}

@media screen and (max-width: 576px) {
  .inner-masthead {
    min-height: 25vh;
    background-position: center center !important;
    background-size: cover !important;
  }

  .header-content-wrapper {
    padding-right: 15px;
  }

  .masthead-heading {
    font-size: clamp(1.1rem, 5vw, 1.5rem) !important;
    margin-bottom: 0.75rem !important;
  }

  .masthead-subheading {
    font-size: clamp(0.75rem, 2.5vw, 0.9rem) !important;
  }

  .accent-line {
    width: 40px !important;
    height: 2px !important;
    margin-bottom: 0.5rem !important;
  }

  .breadcrumb {
    font-size: 10px;
  }

  .breadcrumb .bi-chevron-right {
    margin: 0 2px;
  }

  .bottom-wave {
    bottom: -1px;
    height: auto;
  }

  .bottom-wave svg {
    height: 40px;
  }

  .leaf-decoration {
    width: 170px;
    right: -90px;
    bottom: -120px;
  }
  .page-header-title {
    padding: 0px 12px !important;
    width: 100%;
    left: 10px;
  }
  .product-tab-header {
    min-width: 100px;
  }
}

@media screen and (max-width: 320px) {
  .inner-masthead {
    min-height: 20vh;
  }

  .header-content-wrapper {
    padding-right: 10px;
  }

  .masthead-heading {
    font-size: 1.1rem !important;
    margin-bottom: 0.5rem !important;
  }

  .masthead-subheading {
    font-size: 0.75rem !important;
  }

  .accent-line {
    width: 30px !important;
    height: 2px !important;
  }

  .breadcrumb {
    font-size: 9px;
  }

  .bottom-wave svg {
    height: 30px;
  }
}


/* === Site6 Footer Mobile Fixes === */
@media screen and (max-width: 991.98px) {
  .footer {
    overflow-x: hidden;
    text-align: left;
  }
  .footer .row.my-2.mx-lg-5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .footer .col-lg-3,
  .footer .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .footer .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
  .footer .footer-info-row {
    width: 100% !important;
  }
  .footer-navigation-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-navigation-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .footer-navigation-container .col-lg-6 {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
  .footer-navigation-container svg {
    max-width: 220px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0.75rem auto;
  }
  #footerNavigation {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.75rem 1rem !important;
    row-gap: 0.5rem !important;
    column-gap: 1rem !important;
    padding: 0.25rem 0.5rem 0.75rem 0.5rem;
  }
  #footerNavigation a.footer-navigation {
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
  }
  .footer .footer-copyright {
    font-size: 14px;
  }
  .footer .text-center.p-4 {
    padding: 1rem 0.5rem !important;
  }
}

@media screen and (max-width: 575.98px) {
  .footer .col-lg-3,
  .footer .col-md-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer-navigation-container svg {
    max-width: 180px;
  }
  #footerNavigation {
    column-gap: 0.75rem !important;
  }
  #footerNavigation a.footer-navigation {
    font-size: 12px;
  }
  .footer .footer-copyright {
    font-size: 13px;
  }
}
