.dropdown-toggle::after {
    display: none;
}

#suggestions, #header-suggestions {
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    display: none;
}

#suggestions, #header-suggestions div {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

#suggestions, #header-suggestions div:last-child {
    border-bottom: none;
}

#suggestions, #header-suggestions div:hover {
    background-color: #f0f0f0;
}

.contact-card {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    font-size: 24px;
    color: #007bff;
}

.contact-info {
    position: relative;
    cursor: pointer;
}

.dropdown-toggle::after {
    display: none;
}

#suggestions, #header-suggestions {
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    display: none;
}

#suggestions, #header-suggestions div {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

#suggestions, #header-suggestions div:last-child {
    border-bottom: none;
}

#suggestions, #header-suggestions div:hover {
    background-color: #f0f0f0;
}

@media (max-width: 1100px) {
    .header-container {
        display: none;
    }
    header {display: none;}
    .container {
        padding-top: 20px;
    }
}

@media (min-width: 1100px) {
    .navbar {
        display: none;
    }
}
.navbar-toggler {
    margin-left: auto;
}

.navbar {
    padding: 0 15px;
}

.offcanvas-start {
    width: 100% !important;
    max-width: 100% !important;
    border-right: none !important;
}

@media (min-width: 576px) {
    .offcanvas-start {
        max-width: 400px;
    }
}

.largeheader .dropdown-toggle::after {
    display: none;
}

.largeheader #suggestions,
.largeheader #header-suggestions {
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    display: none;
}

.largeheader #suggestions div,
.largeheader #header-suggestions div {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

.largeheader #suggestions div:last-child,
.largeheader #header-suggestions div:last-child {
    border-bottom: none;
}

.largeheader #suggestions div:hover,
.largeheader #header-suggestions div:hover {
    background-color: #f0f0f0;
}

.largeheader .contact-card {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}

.largeheader .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}

.largeheader .header-container > div {
    flex: 1;
    padding: 0 15px;
    box-sizing: border-box;
}

.largeheader .header-container > div:first-child {
    display: flex;
    justify-content: flex-start;
}

.largeheader .header-container > div:nth-child(2) {
    text-align: center;
    display: flex;
    justify-content: center;
}

.largeheader .header-container > div:last-child {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.largeheader .contact-info {
    position: relative;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .largeheader .header-container {
        display: none;
    }
    .largeheader header {
        display: none;
    }
    .largeheader .container {
        padding-top: 20px;
    }
}

@media (min-width: 1100px) {
    .largeheader .navbar {
        display: none;
    }
}

.largeheader .navbar-toggler {
    margin-left: auto;
}
