/* Responsive CSS For all Bootstrap Breakpoints */

/* XS-MD ----------- */
@media
only screen and (max-width : 991px) {
/* Styles */
body { max-width: 100dvw; overflow-x: hidden; overflow-y: visible; }

.logo-wrapper { flex-direction: column; align-items: flex-start; gap: 25px; }
.logo-wrapper .add-logos, .footer-logo-wrapper .add-logos { border: none; padding: 0; }
.logo-wrapper .add-logos::before { display: none; }
.search-wrapper { width: 200px; }
.footer-logo-wrapper { flex-wrap: wrap; }
.footer-logo-wrapper .add-logos::before { display: none; }

.hero-slider .col { flex-direction: column; }
.hero-slider .title { position: relative; z-index: 2; }
.hero-slider .subtitles { z-index: 1; line-height: 1; margin-top: 15px; }

}

/* SM - Small Devices ----------- */
@media
only screen and (max-width : 767px) {
/* Styles */
#header > .container { max-width: 100%; }
#header .row.align-items-start { align-items: center !important; }
.logo-wrapper { gap: 15px; }
.logo-wrapper .add-logos img { max-height: 20px; }
.footer-logo-wrapper .add-logos img { max-height: 30px; }

}

/* XS - Small Devices ----------- */
@media
only screen and (max-width : 575px) {
    .container-fluid, .row { --bs-gutter-x: 2.5rem; }
    .lead { font-size: 1.125rem; }

    #header { padding: .75rem 0; max-width: 100dvw; }
    .logo-wrapper { max-width: 190px; gap: 10px; }
    .logo-wrapper #logo > img { width: 134px; }
    .logo-wrapper .add-logos { gap: 1rem; border-top: solid 1px var(--bs-light-gray); padding-top: 5px; }
    .logo-wrapper .add-logos .item:first-child > img { max-width: 102px; }
    .logo-wrapper .add-logos .item:last-child > img { max-width: 72px; }
    .nav-wrapper .btn-group { border-radius: 10px; gap: 4px; }
    .nav-wrapper button { padding: 4px; }
    .nav-wrapper .search-toggler svg { width: 20px; height: 20px; }
    .nav-wrapper .nav-toggler svg { width: 22px; height: 22px; }

    #main-footer { padding: 1.875rem 0; }
    #main-footer hr { margin: 0 0 1.875rem 0; }
    #footer-logo > img { width: 180px; }
    .footer-logo-wrapper { gap: 1rem; margin-bottom: 2.5rem; }
    .footer-logo-wrapper .add-logos { gap: 1rem; border-top: solid 1px var(--bs-light-gray); padding-top: 1rem; }
    .footer-logo-wrapper .add-logos::before { display: none; }
    .footer-logo-wrapper .add-logos > li:first-child > img { width: 119px; }
    .footer-logo-wrapper .add-logos > li:last-child > img { width: 76px; }
    #footer-nav-mobile { margin-bottom: 1.5rem; }
    #footer-nav-mobile .nav-link { --bs-nav-link-padding-x: 0; margin-bottom: .25rem; }
    .social-links { font-size: 1.5rem; }
}
