:root {
    --primary-color-100: #A5E0C1;
    --primary-color-200: #C7EDD9;
    --primary-color-300: #A5E0C1;
    --primary-color-400: #91D6AC;
    --primary-color-500: #318351;
    --primary-color-600: #296D43;
    --neutrals-color-100: #FAFAFA;
    --neutrals-color-200: #FFBCBA;
    --neutrals-color-400: #FF908C;
    --neutrals-color-500: #3A3D3D;
    --neutrals-color-800: #111212;
    --tab-container-color: #F1EDEB;
    --video-border-color: #f8f8f8;
    --carousel-button-background: #F4AF23;
    --carousel-button-color: #3A3D3E;
    --carousel-button-border: #F4AF23;
    --carousel-button-background-hover: #825907;
    --carousel-button-color-hover: #FFFFFF;
    --carousel-button-background-active: #825907;
    --carousel-button-color-active: #F4AF23;
    --carousel-indicators-active-background: #BC4242;
    --footer-logo-background: #FFE5E4;
    --footer-logo-color: #3A3D3E;
    --hyperlink: #296D43;
    --hyperlink-color: #3A3D3E;
    --hover-background-color: #E8F9F0;
    --hover-text-color: #3A3D3E;
    --focus-background-color: #FFFFFF;
    --focus-text-color: #296D43;
    --default-background-color: #FFFFFF;
    --default-text-color: #3A3D3E;
}

/*.carousel-indicators [data-bs-target] {    
    background-color: #9f9797;    
}
*/
a:not([class]) {
    color: var(--primary-color-500) !important;
    font-weight: 700;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none !important;
}

a:not([class]):hover {
    text-decoration: underline !important;
    transition: all .3s;
}

a:not(.primary-button):not(.nav-link):not(.carousel-button):not(.social-icon):not(.carousel-button-small):visited {
    /*color: #800080 !important;*/
    color: var(--primary-color-600) !important;
}

.links li a {
    color: var(--neutrals-color-800) !important;
    font-weight: 400;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none !important;
}

.links li a:hover {
    text-decoration: none !important;
}

p+p {
    margin-top: 1rem;
}

.special-package-title {
    padding-bottom: .25rem;
    border-bottom: .2rem solid var(--primary-color-500);
    color: var(--primary-color-500);
    font-size: 1.625rem;
    font-weight: 600;
}

.custom-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-row {
    padding-bottom: 30px;
}

.quicklink {
    border: none;
}

@media (max-width: 978px) {
    .section {
        padding: 1rem 0.5rem;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    font-weight: 400 !important;
}

.submenu {
    position: absolute !important;
}

@media (max-width: 900px) {

    .carousel-title,
    h2 .carousel-title,
    .carousel-title>h2 {
        font-size: 1.45rem !important;
    }
}

@media (max-width: 760px) {

    .carousel-title,
    .carousel-title>h2 {
        font-size: 1.4rem !important;
    }
}

@media (min-width: 700px) and (max-width: 735px) {

    .carousel-title,
    .carousel-title>h2 {
        font-size: 1.1rem !important;
    }
}

.carousel-indicators [data-bs-target] {
    background-color: #9f9797;
}

.carousel-indicators .active {
    background-color: var(--carousel-indicators-active-background);
}

@media(min-width: 992px) and (max-width: 1190px) {
    .navbar-expand-lg {
        flex-wrap: wrap !important;
    }
}

#search-button .sgds-icon-search::before {
    content: '\f131';
    font-family: 'bootstrap-icons' !important;
    font-style: normal;
    font-weight: bolder !important;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

#search-button {
    background-color: transparent !important;
    color: black;
    width: fit-content;
    padding: 0;
}

#search-button-text {
    display: none;
    background-color: transparent !important;
    color: black;
}

#search-bar div:first-child {
    border: none;
}

#searchsg-input {
    border: none;
}

#search-bar {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

button#search-button {
    background-color: var(--carousel-button-background);
}